diff --git a/ESP-Mongoose_UI/main/main.c b/ESP-Mongoose_UI/main/main.c index 354c80e8a..8bd4a6f45 100644 --- a/ESP-Mongoose_UI/main/main.c +++ b/ESP-Mongoose_UI/main/main.c @@ -4,8 +4,8 @@ #include "mongoose_glue.h" -#define WIFI_SSID "My_WiFi_Network" -#define WIFI_PASS "My_WiFi_Password" +#define WIFI_SSID "IoT_bots" +#define WIFI_PASS "208208208" extern void wifi_init(const char *ssid, const char *pass); diff --git a/ESP32-IDF_ePaper/.vscode/c_cpp_properties.json b/ESP32-IDF_ePaper/.vscode/c_cpp_properties.json index fcc9a46d0..72e5953d5 100644 --- a/ESP32-IDF_ePaper/.vscode/c_cpp_properties.json +++ b/ESP32-IDF_ePaper/.vscode/c_cpp_properties.json @@ -2,7 +2,7 @@ "configurations": [ { "name": "ESP-IDF", - "compilerPath": "${config:idf.toolsPathWin}\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe", + "compilerPath": "${config:idf.toolsPath}/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc", "compileCommands": "${workspaceFolder}/build/compile_commands.json", "includePath": [ "${config:idf.espIdfPath}/components/**", diff --git a/ESP32-IDF_ePaper/.vscode/settings.json b/ESP32-IDF_ePaper/.vscode/settings.json index ce98c2a8f..6dd910da1 100644 --- a/ESP32-IDF_ePaper/.vscode/settings.json +++ b/ESP32-IDF_ePaper/.vscode/settings.json @@ -4,13 +4,13 @@ "idf.customExtraPaths": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp-elf-gdb\\12.1_20221002\\xtensa-esp-elf-gdb\\bin;C:\\Users\\alex\\.espressif\\tools\\riscv32-esp-elf-gdb\\12.1_20221002\\riscv32-esp-elf-gdb\\bin;C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin;C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32s2-elf\\esp-12.2.0_20230208\\xtensa-esp32s2-elf\\bin;C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32s3-elf\\esp-12.2.0_20230208\\xtensa-esp32s3-elf\\bin;C:\\Users\\alex\\.espressif\\tools\\riscv32-esp-elf\\esp-12.2.0_20230208\\riscv32-esp-elf\\bin;C:\\Users\\alex\\.espressif\\tools\\esp32ulp-elf\\2.35_20220830\\esp32ulp-elf\\bin;C:\\Users\\alex\\.espressif\\tools\\cmake\\3.24.0\\bin;C:\\Users\\alex\\.espressif\\tools\\openocd-esp32\\v0.12.0-esp32-20230921\\openocd-esp32\\bin;C:\\Users\\alex\\.espressif\\tools\\ninja\\1.10.2;C:\\Users\\alex\\.espressif\\tools\\idf-exe\\1.0.3;C:\\Users\\alex\\.espressif\\tools\\ccache\\4.8\\ccache-4.8-windows-x86_64;C:\\Users\\alex\\.espressif\\tools\\dfu-util\\0.11\\dfu-util-0.11-win64;C:\\Users\\alex\\.espressif\\tools\\esp-rom-elfs\\20230320", "idf.customExtraVars": { "OPENOCD_SCRIPTS": "C:\\Users\\alex\\.espressif\\tools\\openocd-esp32\\v0.12.0-esp32-20230921/openocd-esp32/share/openocd/scripts", + "ESP_ROM_ELF_DIR": "C:\\Users\\alex\\.espressif\\tools\\esp-rom-elfs\\20230320/", "IDF_CCACHE_ENABLE": "1", - "ESP_ROM_ELF_DIR": "C:\\Users\\alex\\.espressif\\tools\\esp-rom-elfs\\20230320/" + "IDF_TARGET": "esp32c3" }, "idf.espIdfPathWin": "C:\\Users\\alex\\esp\\esp-idf", "idf.openOcdConfigs": [ - "interface/ftdi/esp32_devkitj_v1.cfg", - "target/esp32.cfg" + "board/esp32c3-builtin.cfg" ], "idf.portWin": "COM19", "idf.pythonBinPathWin": "C:\\Users\\alex\\.espressif\\python_env\\idf5.1_py3.11_env\\Scripts\\python.exe", diff --git a/ESP32-IDF_ePaper/build/.ninja_deps b/ESP32-IDF_ePaper/build/.ninja_deps index d50cc56af..4e3f84231 100644 Binary files a/ESP32-IDF_ePaper/build/.ninja_deps and b/ESP32-IDF_ePaper/build/.ninja_deps differ diff --git a/ESP32-IDF_ePaper/build/.ninja_log b/ESP32-IDF_ePaper/build/.ninja_log index 0e6fae455..d401e9e4b 100644 --- a/ESP32-IDF_ePaper/build/.ninja_log +++ b/ESP32-IDF_ePaper/build/.ninja_log @@ -1,901 +1,975 @@ -# ninja log v5 -45 136 7300184366488210 project_elf_src_esp32.c 368884749db5736 -45 136 7300184366488210 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/project_elf_src_esp32.c 368884749db5736 -61 167 7300184366828140 esp-idf/esp_system/ld/memory.ld 5a38bf7f9d829998 -61 167 7300184366828140 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/memory.ld 5a38bf7f9d829998 -197 1284 7300184375496266 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj c17ea71570b6a5d6 -232 1405 7300184378075887 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj 3a772f5e75423b61 -174 1593 7300184380155316 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj 60a3d614db55a99d -1318 2063 7300184384991769 esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj c8b67df84eb5a1c5 -1419 2453 7300184389177785 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj 734921f5386bcb71 -1604 2520 7300184389503160 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj c4ccd6fff088cae8 -2070 5445 7300184413361104 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj 15e6805a010aa37b -52 5640 7300184370456081 partition_table/partition-table.bin 294e471d3bb5cfc9 -52 5640 7300184370456081 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/partition_table/partition-table.bin 294e471d3bb5cfc9 -2471 5935 7300184420442230 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj 61b8a51d081937ca -2545 6449 7300184425792492 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj 9fa1a77a5ca89639 -5642 7069 7300184434958639 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj b06c1e3d42aa4e4f -5596 7211 7300184436573242 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj 129d4751c2ebe642 -5936 7281 7300184437627976 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj 9914a81425b22cd9 -6450 7508 7300184439074707 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj 9f3b3677711ad407 -7220 7991 7300184444457244 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj 59093dd0c5862354 -7085 8080 7300184444950979 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj 6aa576db7f67da5b -7329 8485 7300184449663088 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj 5cd1ab73717e5d56 -7554 8677 7300184451222123 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj bae5dd4882192ea9 -8096 8701 7300184451953587 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj 5826898a75a02eb8 -7993 8880 7300184453879295 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj ea63eef977339263 -8523 9036 7300184455294838 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj 80fbcc08c54da914 -8707 9178 7300184456815874 esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj f357ab9946f5d9ad -8679 9225 7300184456815874 esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj a5da694b03de44b6 -8918 9435 7300184457859175 bootloader-prefix/src/bootloader-stamp/bootloader-mkdir 49db2d3f9a964de2 -8918 9435 7300184457859175 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir 49db2d3f9a964de2 -9048 9788 7300184462620229 esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj 28bc5c9256473f2a -9182 9903 7300184463787360 esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj 36954678f387cca8 -9498 9999 7300184464618432 bootloader-prefix/src/bootloader-stamp/bootloader-download 69388ad056622de6 -9498 9999 7300184464618432 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-download 69388ad056622de6 -9248 10160 7300184466644947 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj 52f31d78f8046dd4 -9789 10259 7300184466787601 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj 691925167b743141 -9907 10366 7300184467988455 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj 4009b704e2bc1e90 -10000 10453 7300184469287772 bootloader-prefix/src/bootloader-stamp/bootloader-update eda5ec28abf2dba0 -10000 10453 7300184469287772 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-update eda5ec28abf2dba0 -10172 10545 7300184470145895 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj 60d71754d88f12a4 -10375 10816 7300184472952443 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj ff6ac577aaafaff7 -10559 10826 7300184473146602 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj 3501c37adc781b7d -10459 10857 7300184473455747 bootloader-prefix/src/bootloader-stamp/bootloader-patch ed9be362f076bf19 -10459 10857 7300184473455747 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch ed9be362f076bf19 -10290 11182 7300184476632546 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj 231b5fa0d47c9f8a -10818 11539 7300184478788204 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj ff1d80fcb1598437 -10846 11833 7300184483191006 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj 9c59d95122331e24 -11189 11912 7300184483844278 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj 7d9ad385268ee7fa -11545 12093 7300184485635641 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj 4b82bbe988a4c712 -11918 12616 7300184491169250 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj 8161317834dbf45b -11849 12643 7300184491169250 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj 10825462b7b45522 -12131 13012 7300184494953663 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj 7af75a66cc1e1475 -12666 13401 7300184498784728 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj 7567e1f14819a584 -12626 13442 7300184498449625 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj ef6996cabd15aee8 -13055 13847 7300184503182827 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj a3066807583112c3 -13453 15121 7300184513511495 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj 2927f56194e9aaf3 -13416 16099 7300184515727037 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj 8379e1d0bb947411 -13857 16423 7300184527759338 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj 67d3fba00a9e723 -16194 18504 7300184546231936 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj 779217b93c199a7c -15435 18575 7300184547029243 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj 79d376bb8b0d58df -16519 18781 7300184550889953 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj e32c21a9162eb3e3 -18797 20477 7300184568454509 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj 43f68b1fc905741b -18666 20496 7300184568151405 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj e4d9e07778f43c88 -18505 20570 7300184569604620 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj 95e66ab313b27f3c -20485 21091 7300184575951026 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj 28ad4f20e239caef -20513 21176 7300184576829565 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj e71e86f8f1bc3f5e -20585 21464 7300184579336260 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj f33f135e21aea5a1 -21099 21713 7300184581937211 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj a76e8c3aec0b5e20 -21179 21870 7300184583330338 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj 94c5063baf3b370 -21485 22129 7300184585563413 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj 205b65fb2104a3a2 -21726 22335 7300184588297267 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj 988a1cd77b3f932b -21885 22427 7300184588938002 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj db23546521b43a07 -22132 22831 7300184593298618 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj 3da747dd42c62fa5 -22351 22864 7300184593298618 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj 2c76da38ef1105c4 -22429 23294 7300184597600675 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj 59e45a0a551ffd29 -22840 23445 7300184599445549 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj 1dd05eecae35de8b -22871 23841 7300184603108566 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj e312a224fa453f9b -23464 24130 7300184606385428 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj 11f8602bb90c0653 -23846 24346 7300184608127341 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/debug_stubs.c.obj 9723bfba1bd4302f -23314 24378 7300184608548984 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj 144bca0db758f9e0 -24147 24849 7300184613099721 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj 88301b6eb6a8809d -24380 25128 7300184616314421 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj 4a75c3b2c5fd03f3 -24357 25219 7300184616765621 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj 8549001278271ff9 -24875 25499 7300184620106019 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj b7d2d811ff959f12 -25233 25853 7300184623603225 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj 1041b728352ff01e -25135 25955 7300184624431481 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj 893fe6bd47427339 -25864 26146 7300184626598680 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj c88409ae815d4dc -25511 26183 7300184626763345 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj 7660ce0f7e8636b8 -25958 26553 7300184630429960 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_arch.c.obj bf4e55669316803d -26148 26590 7300184630929576 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj eec615c0afa42a02 -26197 26876 7300184633107018 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj 96009dbe738528eb -26594 27087 7300184635787767 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj df9cf5977764643d -26908 27273 7300184637807841 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj cd92d023068a6ddf -26570 27326 7300184637933973 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj 492e12c9ea1dfcf4 -27089 27351 7300184638432835 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj 9ee10850ac503563 -27380 27748 7300184642096454 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj 886693a5fd1b8c9b -27276 28138 7300184646006104 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj 7476c1a3339e4c32 -27331 28197 7300184646435030 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack.c.obj f28f53914eafaa46 -27750 28436 7300184649149428 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c.obj a76b1d78f0525a23 -28225 28524 7300184649937781 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj 5365618e1c90dc82 -28145 28759 7300184652349366 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr.c.obj c42940b3196d710a -28441 28788 7300184652760631 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj 3e110f19d4326c55 -28526 28936 7300184653602954 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj 7e08fa5d56206bc0 -28793 29106 7300184655947896 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj 20a7936e92accd12 -28767 29312 7300184658039092 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj 7335bfe049310fc5 -28964 29473 7300184659447480 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj c9eea3433170e84b -29313 29726 7300184661926473 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj d69f3797d3d60971 -29509 30041 7300184664761618 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj d0e107d7459fabf9 -29168 30193 7300184665925522 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj 19f9ecb63c5125fa -29731 30208 7300184666591632 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj 6b63b86e8ff03954 -30057 30643 7300184671596259 esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj 373ba4b00a645e3c -30213 30783 7300184672657312 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj 7ffbd284cef893f6 -30196 30867 7300184673593961 esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj 31e331e74d2e3373 -30652 31199 7300184677096550 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj cb17ddc3c8e32c51 -30787 31297 7300184677757354 esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj 5ecc9dad6ee77513 -30871 31576 7300184680758329 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj ba905cca1f5d9686 -31206 31597 7300184680927413 esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj c2e8b5c4e0eea002 -31307 31975 7300184684758229 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj 5373a4bdced0243d -31580 32086 7300184685514334 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj 3f76f2beefa4c66a -31617 32130 7300184686091236 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj eec3ffe5b853d773 -31994 32306 7300184688090242 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj 64a9b9e7322e798e -32131 32560 7300184690427009 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj d36b44cd15625974 -32109 32578 7300184690427009 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj f276e43f80e440d -32311 32658 7300184691428650 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj 58e0021604bb9558 -32562 32960 7300184694256448 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj edc429b35ef1bcfc -32582 33102 7300184695761801 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj fd766659ca273874 -32659 33244 7300184697295833 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj e19fa6ad6386e2e4 -32964 33293 7300184697981250 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj 7b66879562df9ca0 -33111 33512 7300184699588205 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj 2746c14404cf9bef -33297 33876 7300184703254539 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj 23288d7f6aaa05c6 -33246 33946 7300184704278043 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj 2b3180c1d8c479ae -33526 34026 7300184704603543 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj c5fdc8e3883ee4f3 -33894 34578 7300184710751972 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj 88b693086685367e -33958 34678 7300184711586613 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj c4b0370890125cac -34588 35297 7300184717263434 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj ea9f4daa4f7cab2b -34699 35361 7300184718594583 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj 99e0e81adff8e61b -34078 35948 7300184723879310 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj f00b212c3ccc9564 -35379 36113 7300184725749456 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj af68086be7e39515 -35299 36278 7300184726846433 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj 3e60e3fb5ec4883d -36315 36769 7300184732256784 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj 17287d6beed46ba1 -35957 36811 7300184732904097 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj 624d7ae44f9489c1 -36114 36841 7300184733122684 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj 3a74b5069c03125e -36822 37326 7300184738129786 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj a7a4dfb75a5999b3 -36844 37420 7300184738754398 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj c639f1b56b6ea824 -36774 37479 7300184739259376 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj 359ac0cff9e39595 -37328 38171 7300184746331938 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj ee6bb19f018de47 -37425 38609 7300184748576989 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj 40ddf2121fc3445d -37487 38644 7300184749611886 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj 7731c2a6f2f6000c -168 40279 7300184751595752 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj ecb1b2becfedfa6b -38658 40303 7300184761284136 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj f7a88cac4b039198 -38624 40346 7300184757764913 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj 68d16853361f75d2 -38187 40431 7300184763981558 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj 4421f941f893a0da -40281 41060 7300184774460042 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj 95e1127b976d7270 -40360 41455 7300184778942967 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj 80d8846b6ead438 -40447 41556 7300184779622788 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj eff4adc83ce7be07 -41062 41666 7300184780909520 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj c4d88e1b3996c3ae -40307 42551 7300184790165256 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj e556a53a4a4fb5f7 -41464 42679 7300184790552800 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj 5a945db6046aa27d -41614 42818 7300184792589337 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj cd40ee15ff15da27 -41844 42923 7300184793486091 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj baa12b989fd7dabf -42706 43298 7300184796756748 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj 55cc838b64bdec6 -42925 43618 7300184800491744 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj 7c512c6caa07b92 -42560 43907 7300184801755802 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj e148c62d89ffe527 -42821 44014 7300184804105984 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj 48108324567ddf5b -43307 44482 7300184808908975 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj 45551e296dbd0381 -43652 44928 7300184812525224 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj b0e9eff5e41d7769 -43928 44981 7300184814530523 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj c39ef8fb33a02481 -44030 45109 7300184815264172 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj 704236e988564e0c -44491 45140 7300184816254580 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj c9ef0c5ce2d5a450 -44930 45545 7300184820424810 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj 8ba79d30210b06e8 -44988 45774 7300184821661125 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj bc8d529abc5aeea1 -45145 46209 7300184826119757 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj f0b239beabe7af18 -45794 46380 7300184828583767 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj efb4a001fdc02971 -45120 46523 7300184829569762 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj cc9cc057345021a1 -45554 47003 7300184832745112 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj 5e0efb3c7bbea258 -46260 47061 7300184834584425 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj e0a57c2f977af2d8 -46403 47181 7300184836450097 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj 1c4351a8c2f94cbf -47032 47831 7300184843070708 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj 607c263d19860579 -47075 47987 7300184843070708 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj 9398ec9ac776b9d2 -47230 48107 7300184845572566 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj 7e97c2c1f520e825 -47924 49012 7300184854904854 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj cdf188d6a25d0587 -48020 49123 7300184855743498 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj 5401833a9322c8e8 -48145 49370 7300184858360853 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj bffedf53d49965b2 -46542 49697 7300184861264760 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj 3fd9619b4ae3fe84 -49169 49753 7300184862548102 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj 34d8af14ed2768ff -49047 50128 7300184865118119 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj 72e8336ea7194e60 -49440 50444 7300184869119875 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj ec7d6f4e1ccad167 -49706 50735 7300184871671817 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj 399f4679fc988bcf -49761 50829 7300184872567143 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj 9428565c06af2e65 -50174 51069 7300184874898893 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj 80563c8ceecbb63d -50753 51444 7300184878576381 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj 5fbe52e27bc8bacb -50853 51462 7300184879238634 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj 71268eb9d5baedbe -51086 52290 7300184884937194 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj 9d36fef6245b8c4a -50498 52458 7300184887727212 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj 5b845016e6653b0c -51455 52626 7300184890232483 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj 776d2b07cb390f18 -51498 52792 7300184891423389 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj f9c822a916338e77 -52462 53200 7300184896731520 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj eabbc8ef841a8ed1 -52324 53228 7300184896886610 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj af8503253857a5d6 -52672 53438 7300184899271410 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj 69ee08e1a79d05e -52807 53818 7300184902398764 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj c41750f29ff0799f -53221 53838 7300184902398764 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj b7d74639d9ecb6ff -53266 53904 7300184902733399 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj 466bbb235c25d030 -53444 54052 7300184905281089 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj d53fffc299cf68e0 -53862 54375 7300184908341101 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj 9494d66dae384beb -53824 54411 7300184908814072 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj cb92169168af9cf5 -53924 54815 7300184912536095 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj b6095727f5622d -54068 54930 7300184913638223 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_bignum.c.obj d7635d6346b1f03d -54378 54963 7300184914436029 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj 224fc2722035d4f2 -54460 55436 7300184919044374 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj 6e9aadbd3597990 -54818 55794 7300184922649189 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj e16978d08883b35b -54975 55905 7300184923750442 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj 86be5a52ac5a6a88 -54945 56541 7300184923118084 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj a7e0e1673a115de2 -55467 56559 7300184927719563 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj 6bbfaf68c1fee7d4 -55908 56709 7300184929031263 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp32/bignum.c.obj c3af70921380c502 -55807 56760 7300184930814254 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj e72900df9ddd1771 -56722 57671 7300184941548793 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj e574caae65f642b5 -56647 57738 7300184942177919 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj 930df2cb68f09330 -56544 57826 7300184941709034 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj 72273f94ff1ec257 -56908 58578 7300184950225714 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj 2d67be02484ce767 -57683 58609 7300184950631690 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj 15a7b4058e596b21 -57758 58624 7300184951132749 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj de0a3f18279be1fe -57847 58996 7300184952775808 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj b2680af829668b01 -58594 59622 7300184960375287 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj 2d71eb774547b542 -58640 59737 7300184961316990 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj cd7c7aef3e33cbe3 -59028 59967 7300184963946922 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj afe85c5f6a0645fe -59663 60135 7300184966395524 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj 180f8796724ffb5d -59785 60353 7300184968099540 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj e99029fc6b6717d1 -58611 60544 7300184969058154 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj 54d5aedd6eb13e80 -60164 60749 7300184972445425 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj 7868ba2f0e5e9543 -59984 60842 7300184973202749 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj d8101b7597e4c720 -60364 60900 7300184973766796 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj 21cf25d06d9100b4 -60769 61670 7300184980850530 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj 2c894c4a54285ee1 -60913 61843 7300184983112382 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj 3335841d9d98374a -60857 62010 7300184983403281 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj bd9d79816f8476f2 -60600 62296 7300184985633049 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj 98c7c369a4b5ad50 -61696 62335 7300184988207331 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj fede3d7b93e6713b -62297 63385 7300184997807028 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj dd7ef013a1dc5e74 -61845 63773 7300185001919108 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj 8d1c7995bf4254ef -63390 64351 7300185008456732 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj 44385688ff237c38 -62337 64373 7300185008456732 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj cd5150008d54ea23 -63840 64626 7300185010406037 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj 5bd8eb38612a5ab -62025 64778 7300185011832877 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj c0b3b29452e00f6a -64376 65846 7300185023143983 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj 20cd7f77320cfed4 -64651 66008 7300185024896932 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj 9c315a6afa378319 -64839 66117 7300185025678675 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj 4db70a09dfaf3a4e -64353 66256 7300185026881921 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj 472a5d1d3257f301 -65859 66589 7300185030769436 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/clk_tree_hal.c.obj 362f51f254f8d0dd -66010 66647 7300185031339082 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj 3384473520d3464 -66162 66735 7300185032085106 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj be57317ab71690ff -66259 67023 7300185033925852 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj 9fff18448d02abe9 -66600 67328 7300185037382714 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj abe0bcbe7b0e28b6 -66744 67376 7300185038216474 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj dfeb332da7585443 -66654 67409 7300185037550163 esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj ffb2298bfdf87746 -67099 67808 7300185042949646 esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj 776def25d021f21d -67333 68012 7300185044572494 esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj d7a1d80676cf3dc5 -67379 68057 7300185044922115 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj 49898957b516b0d3 -67418 68220 7300185046940575 esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj 7e9281b4eee6780d -67855 68491 7300185049520795 esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj 9396e71ef7ee0897 -68029 68685 7300185051924648 esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj ec2533828aaf2976 -68242 68824 7300185053017744 esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj 98ea91fe82de1de2 -68148 68847 7300185053428327 esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj 3b4201373e3ecf5c -68505 69443 7300185058829553 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj 987d8517eea28aac -68827 69493 7300185059298471 esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj 7fd9cfb57bd9a8ee -68687 69709 7300185061244459 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj a2d7dad3ebdcb12 -69460 70560 7300185067447922 esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj 2541578940597071 -68859 71015 7300185070328316 esp-idf/hal/CMakeFiles/__idf_hal.dir/emac_hal.c.obj 5af8bff1ae0ef230 -69673 71026 7300185074782551 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj 250c97b9fd192bd9 -69782 71223 7300185076554258 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj fb23dfbb3eefa8bc -71038 71407 7300185078876066 esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj 7cb4415644f179a2 -71018 71473 7300185079032458 esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj 4223428f609810da -70844 71794 7300185081802090 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj bf65894bdb25113f -10865 71902 7300185082775244 bootloader-prefix/src/bootloader-stamp/bootloader-configure 25f8574be161b58a -10865 71902 7300185082775244 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure 25f8574be161b58a -71256 72231 7300185086408014 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj 51d743b7d6bb824b -71831 72434 7300185089074700 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/gpio_hal_workaround.c.obj 3fed2905086041b8 -71504 72467 7300185088788083 esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sensor_hal.c.obj c63d32175c07125e -71411 72841 7300185091228695 esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj dc84eee95afbe193 -72258 73311 7300185096568058 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/touch_sensor_hal.c.obj e11176a52326f397 -72441 73527 7300185099544437 esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj 59d905b3d063f7ce -72473 73662 7300185100076758 esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj 7a6350b2f8166a59 -72852 74037 7300185104805826 esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj e509e0958855b5f5 -73311 74755 7300185109196144 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj 5734f59d40b41843 -73585 75117 7300185115233905 esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj 67aabc3e6d5b00a2 -74043 75975 7300185122828905 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj e0cf060bf68d856f -74794 76337 7300185127134360 esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32/memory_layout.c.obj dc65bf59dc414f1e -75130 76407 7300185128200069 esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj 838f6b028fac893e -73836 76453 7300185126827826 esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj 3b5e4286108dbc25 -75990 77180 7300185136263227 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj 32ed8c958b06efa5 -76339 77422 7300185138142688 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj 98f3935de16c1017 -76408 77459 7300185138298954 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj 8f2b5660cba3caca -76455 78063 7300185142316167 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj 53cb1c19a4a3036 -77453 78337 7300185147919992 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj da7e6299d4eaa62d -77217 78423 7300185148053291 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj ea4250d9c5bb4886 -77641 79197 7300185156405276 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj b319055b1e4619c1 -78157 79296 7300185156405276 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj 48fd58550191abe3 -78353 79668 7300185158902790 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj 32f99d1e27d3c46c -78652 79802 7300185161342192 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj 17b7095a88d0bff9 -79222 80121 7300185166226233 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj 32a7df19467f310a -79394 80537 7300185169166173 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj 82d012e05875cb8 -79723 80920 7300185169009644 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj 1e9b277424f7daa -79954 81354 7300185174238850 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj 38d5adff6a9d3fe7 -80132 81365 7300185176882470 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj 2f616084e35fa821 -80614 81984 7300185182055049 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj 1bda2143962ae964 -81084 82351 7300185187230762 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj 9a0c3f46e8a5b304 -81427 82612 7300185190063429 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj 970bb182efa0542a -81356 82819 7300185190375927 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj 56ccee413da9eeb0 -82040 83479 7300185196603252 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj 12e7d18154a12000 -82487 83976 7300185202028200 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj da548c607dc6e730 -82639 84022 7300185203450974 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj e3da5196ed721536 -82838 84171 7300185206094507 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj dc2fa5ca8aa07e83 -84039 85276 7300185216971042 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj 8f66d444066b904a -83625 85340 7300185217439922 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj 7012b662376357e7 -84008 85420 7300185218234395 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj bad2740bf6e5a81d -85281 86613 7300185230565124 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj b940427970bf7cb -84180 86686 7300185229310274 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj 40eb598a1fff2acd -85466 87226 7300185234383490 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj e73d93301e3a83a2 -85353 87331 7300185234539926 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj 2fa57e6121cc6820 -86616 88225 7300185246002969 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj f4aaa216be7d17a5 -86710 88271 7300185247257405 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj ca4210ef44e1f71e -87236 88853 7300185252544705 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj 40de32d2799b68bd -87605 89160 7300185253798711 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/io_mux.c.obj 91beb1289b10bc3 -88234 89793 7300185260881506 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj ba0d5174e0d3d556 -88282 90321 7300185261041993 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj 9a33d43d768c7878 -88871 90585 7300185267372444 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj e1fe3f768383c651 -89174 90855 7300185271554177 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_wdt.c.obj 80af6afc15653c0c -90054 91834 7300185282874283 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj f2982eef519e169e -90338 92068 7300185283342129 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj d36a540d22a048d2 -90589 92387 7300185285383559 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_clk_tree.c.obj 4c1d844e235cf074 -90874 92531 7300185290041169 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj 45a940537301325f -91863 93263 7300185296675065 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj 3f1d3f72acb18b20 -92205 93524 7300185299454731 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj 15aae44713175bb2 -92549 93736 7300185302152513 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj 5a6555a4b520b6a0 -92400 93768 7300185301835625 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj b7e31ec3bce008bf -93266 94163 7300185306258419 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/sar_periph_ctrl.c.obj f3a8207a8af7ab3 -93538 94206 7300185306707049 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cache_sram_mmu.c.obj 92050cc382bf200f -93823 94478 7300185308867503 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj d244c130a14755ad -93746 94694 7300185311387817 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj 51fedcfdcbabb18e -94180 95034 7300185314139915 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj 3fcc70b737e17897 -94236 95275 7300185317525922 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj 7b6c1848b6673dbf -94524 95462 7300185318624318 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj d67713b9100ebaca -94731 95481 7300185319218880 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj 963dc6e5389c20f9 -95498 96213 7300185327166151 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj 1e6fdee9d3296f41 -95306 96247 7300185327322585 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj c6d0ec01e56dbb9f -95473 96489 7300185328265447 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj 57decd4704851402 -95074 96676 7300185331086622 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj f1ed0f5d6cc885c6 -96255 96980 7300185334492597 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/croutine.c.obj c4ae775ec04ac13d -96218 97004 7300185335006854 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj 2c2ac5b50acae8e3 -96986 97366 7300185338520205 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/portasm.S.obj 58d81a00f62fb9a -96681 97394 7300185338181806 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_v8_compat.c.obj 3438bacd5c0f769 -96544 97489 7300185338675423 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/port.c.obj ff036a3edbd17c09 -97036 97758 7300185342176314 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/port_systick.c.obj 5cfc242bc3600a87 -97427 97971 7300185344730739 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj 331563b375ea59b1 -97386 98034 7300185345349717 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj 48995e9ce72bfb63 -97499 98135 7300185345873743 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c.obj 4a572be7f1c81e18 -97778 98207 7300185347025830 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_context.S.obj 95ef866d54b19816 -98036 98623 7300185351110157 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S.obj 51b92065207b22a8 -97982 98806 7300185351795506 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c.obj 2af851e142610965 -98181 99026 7300185353623651 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj 489cec678a025f4 -98627 99395 7300185358832891 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj 1a3247eed685f6b7 -98357 99463 7300185359305723 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj 22a363de5815bcd2 -98813 99680 7300185361231460 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj bde8ac6e9b926e2 -99062 99741 7300185361997113 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj ac7131cbcadf0b80 -99474 100355 7300185367986857 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj 7404e5a692706250 -99439 100494 7300185367327199 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj 37660d71f390d186 -99757 100597 7300185370128498 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj 6f90d2c47449e4ab -99698 100948 7300185374078933 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj 79b343df07f7d4ec -100403 101160 7300185376237844 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj d9706a5cc1c5542 -100497 101235 7300185376515975 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj e4a8f73f5ab63cd8 -100698 101390 7300185378738634 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj 820d01b9a62d7cd8 -101171 101706 7300185381497883 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj 69382143c9a7a28 -101034 101802 7300185382512688 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj d7fae44eeae4def9 -101401 102138 7300185385849882 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj 903217902cd797be -101248 102299 7300185387810413 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj e441fe5b69137ee7 -101805 102903 7300185393510142 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj d63306f9b0499ebe -101708 103293 7300185397847525 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj dfd4f9d62db6200d -102317 103462 7300185399176891 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj 5e15ce5746325b64 -102149 103531 7300185399845148 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj 20c68eb5ff5b17d3 -102952 103816 7300185402842864 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj c125cb187e973742 -103556 104452 7300185409513948 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj 4ffded895d2486ad -103512 104595 7300185410057239 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj dee10ba44d35ba56 -103308 104638 7300185410177026 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj 1ea24082ff81a1cf -103866 105014 7300185413394847 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj ca9c86de50199f7a -104460 105387 7300185418742884 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj 28e9c2b1fb5164aa -104647 105438 7300185419172673 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj e8494f91d950cbb4 -104618 105655 7300185421174391 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj aecce0b4c82c0c71 -105041 106177 7300185425839138 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj 86a1ceaa0e32f00f -105407 106319 7300185427682441 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj 389374c540f770a5 -105661 106587 7300185430021483 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj 857207ad11006b42 -105456 106642 7300185430507317 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj d1442255789bf1bd -106213 107222 7300185436838923 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj b670e40fbd4a9c38 -106645 109335 7300185458363246 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj 27bbd079410af8be -106350 109425 7300185459190262 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj 51207103e64d4165 -107237 110523 7300185470168644 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj c3f846f223e7293 -106595 110793 7300185472200398 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj 29629bd69303fb24 -109360 113697 7300185501332363 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj 87c64cf99cc895d3 -109435 114014 7300185504296380 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj aee9867f6ec1911f -110526 115052 7300185514484945 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj f87fe69f3a4f8754 -110920 115503 7300185519651417 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj c5eb16e0077e44fb -114050 115604 7300185520984451 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj d7a3176018cad194 -113713 116632 7300185531251658 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj e52135ecbda73d13 -115639 116668 7300185531146539 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj dc3d2e9e6ed9435e -115530 117469 7300185539028264 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj 71ce83b06a55e6ce -116643 117753 7300185542495073 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj 55442338155f7cb4 -116709 118230 7300185546650587 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj b54fc505dac260ae -117602 118549 7300185550479397 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj 195b75a66968af7b -117755 118678 7300185551651781 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj 99400e2d891c986f -115059 119541 7300185556916376 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj 2f2e9acec1063ffb -118579 120032 7300185564814329 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj aacf45478aa94ec -71941 120053 7300185082775244 bootloader-prefix/src/bootloader-stamp/bootloader-build 506e280dab346cdb -71941 120053 7300185082775244 bootloader/bootloader.elf 506e280dab346cdb -71941 120053 7300185082775244 bootloader/bootloader.bin 506e280dab346cdb -71941 120053 7300185082775244 bootloader/bootloader.map 506e280dab346cdb -71941 120053 7300185082775244 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-build 506e280dab346cdb -71941 120053 7300185082775244 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.elf 506e280dab346cdb -71941 120053 7300185082775244 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.bin 506e280dab346cdb -71941 120053 7300185082775244 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.map 506e280dab346cdb -118245 120167 7300185565486909 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj e5f4379557801ac1 -118699 120193 7300185566189254 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj c06d328cb1f49709 -119687 120593 7300185570603307 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_console.c.obj 52c67bd743d4476d -120038 120868 7300185573309770 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj 6009b648adef8755 -120125 120928 7300185572475458 bootloader-prefix/src/bootloader-stamp/bootloader-install fc02314a7840a3b4 -120125 120928 7300185572475458 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-install fc02314a7840a3b4 -120180 121291 7300185576243655 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj 84e9e00a037f5590 -120263 121430 7300185578809563 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj 199176025e1de933 -120610 121485 7300185579476642 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj ee7c53c59522346d -120897 121788 7300185581192123 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj 6a2807c9ed4537e3 -120933 122162 7300185585974302 CMakeFiles/bootloader-complete 540b959fa60743e6 -120933 122162 7300185585974302 bootloader-prefix/src/bootloader-stamp/bootloader-done 540b959fa60743e6 -120933 122162 7300185585974302 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/bootloader-complete 540b959fa60743e6 -120933 122162 7300185585974302 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 540b959fa60743e6 -121312 122198 7300185586475057 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj c36fda9f5b81ecd6 -121495 122245 7300185586809635 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj e64d526e8fc1a091 -121444 122808 7300185592472329 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj d6cc76cb254c9695 -121812 122930 7300185593469863 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj e4d13928a81f931 -122226 123147 7300185595976150 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj 2481c3b9942d27b1 -122192 123240 7300185596806521 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj 716dac0497a58ff7 -122870 123855 7300185603140237 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj 3ef6be0d344b9b39 -122945 124009 7300185605014495 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj 88561ce87af54519 -123177 124053 7300185605302501 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj d5a741ccd1f3bd6c -123261 124195 7300185606856020 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj 2c9012ad680e3fe1 -122266 124369 7300185607327957 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj a4d057bd68cb60f -124022 124876 7300185613236405 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj 90aa2143d25382 -123864 124951 7300185613865590 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj aea483c84bd8ceb2 -124216 125219 7300185617090950 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj 5b77c455ea69368 -124131 125612 7300185619900165 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj 32b9d24781770f28 -124388 125767 7300185621880316 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj 9981af054b738137 -124892 125891 7300185623314492 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj 8995dd393cd0b622 -124954 126382 7300185628321099 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj c0c933a3dacb52d0 -125912 127019 7300185635205229 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj 20ea4a917fcde56c -125624 127067 7300185635365511 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj 4281379adc8cc647 -125782 127294 7300185637161944 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj e8198fbf9b06bfda -127035 127659 7300185641482477 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj f808811ca5b91b32 -126391 127719 7300185641522601 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj a3640c9aab1b94bd -127080 127828 7300185643007193 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj 9131b882f322e3d0 -127324 127871 7300185643151504 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj b95462cb1fbf018e -127702 128367 7300185648811590 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj 90370b0ad6ec5731 -127721 128418 7300185649124065 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj d1ead7779dc23084 -127864 128482 7300185649597115 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj 68a7dc01cd0005bc -127894 128693 7300185651650849 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj 5601c356172a7b52 -128386 129185 7300185656706420 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj 73fa4999b32d2be8 -128493 129343 7300185658006929 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj fde990d1241bc6e0 -128430 129414 7300185658636502 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj 98ad3ba73333df99 -128717 129558 7300185660364580 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj 9eb25a1145be1e51 -129352 130091 7300185665169889 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj 3ab80daddd1bf64e -129200 130120 7300185665013637 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj 64bac5959ae687f9 -125260 130133 7300185629719921 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj fc2a512e773eb527 -129559 130542 7300185670004629 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj 8b54ad8771598eba -130127 130867 7300185673084955 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj 7d046f72060331fe -130112 130922 7300185673386378 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj ff5e148325232046 -129431 131035 7300185674388911 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj b2222f16acc42460 -130144 131190 7300185675792951 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj eddaaa5ac09ed07 -130606 131468 7300185678677111 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj bd6e36f7999e6a86 -130907 131678 7300185681520225 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj a22c3cac6a9298f -130935 131765 7300185682396763 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj cbffd9b9e60a57b0 -131047 131918 7300185683140610 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj 7250288b5c5de892 -131218 132124 7300185685938950 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj 938b40e98c4c754 -131476 132318 7300185687794514 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj b6195f9283b4d689 -131693 132541 7300185689833412 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj 751f41830c524f41 -131806 132759 7300185692146393 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj 86edfa692a7f8b30 -131929 132820 7300185692822777 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj 4fce7b1ed953d748 -132140 132868 7300185693401657 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj b3b21c11a453f920 -132431 133238 7300185697408251 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj fbf4dc85a3ae343b -132561 133417 7300185698478382 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj 1bdb082d2b74a985 -132784 133681 7300185700793954 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj b3dae69e6c936e64 -132851 133865 7300185701111468 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj 430b8bc19e0fe815 -132954 134000 7300185704518693 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj bb6b8f3ba55d1377 -133268 134237 7300185707143733 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj 23976d9621aa06e4 -133429 134361 7300185707744028 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj 69cbbf4fe8cf7c99 -133736 134635 7300185710932822 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj 1e0dcb59e7bb6bb1 -133868 134691 7300185710776597 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj d6e2ed4a787daca8 -134021 134860 7300185712815502 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj a39ded919ed1f925 -134283 135181 7300185715770247 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj 40d18cc816979595 -134383 135397 7300185716082826 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj 269091a86ec62046 -134709 135576 7300185719855971 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj 22a9573f3f40a3b8 -134672 135613 7300185720677387 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj e903f1cd2ac01d2 -134891 135966 7300185722666620 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj a05cd312f5c56663 -135262 137176 7300185736463134 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj 6f186e3c7ee9a5ac -135407 137253 7300185736463134 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj f528a8d818a79539 -135585 137513 7300185738160943 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj f52098ca6447e672 -135628 137530 7300185738961858 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj c8c76dcb08217bd9 -136022 138043 7300185743963517 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj 37a38de0454f0979 -137520 138479 7300185749626606 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj 3efb2fcef5735567 -137217 138545 7300185749626606 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj 7f24722c9e2ffb72 -137359 138814 7300185751959814 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj 55f45d6335d3e2a1 -137634 139147 7300185755293600 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj 9e57ccc5a2ec2d46 -138550 139473 7300185759474733 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj a18ef94e78500ae5 -138833 139671 7300185760951650 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj 95a70e5df57ec88f -138197 139884 7300185762786498 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj 920779696627f928 -139474 140183 7300185765961138 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj d86c97616cba2ab1 -139164 140305 7300185766955456 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj 821fc2db7e401c03 -138507 140669 7300185770950601 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj a90a752b888ea96b -139697 140900 7300185773795517 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj a7e3069e7403130f -139908 141108 7300185775642715 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj b97506efe797eed3 -140213 141541 7300185777289236 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj 1d6fc7c1fa2a4be -140358 141755 7300185780457088 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj 7027f15bd851e626 -140680 141877 7300185783248802 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj f01bf360f150bbaf -140915 141934 7300185783809142 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj 87861e51dcdceed9 -141561 142698 7300185791757827 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj 2589ff2de2f0d836 -141770 142788 7300185792753692 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj 2a70163eaf1a97d1 -141927 142989 7300185794516290 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj bb7c80d7ae98400 -141139 143009 7300185794792806 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj cffddaae8dff8917 -142033 143278 7300185796815792 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj 49ded1d92f83479b -142736 143857 7300185803098657 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj dc8b5ba8554fb693 -143000 143963 7300185804465411 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj 83510dfcd28a2a9a -142789 143979 7300185804309214 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj 590dd8e10255efa6 -143373 144715 7300185811433180 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj 4ff8ffd17d51d885 -143879 144891 7300185812806686 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj eedddc52ce6ac129 -143036 145630 7300185816334687 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj ae389332e54b382c -143980 145802 7300185821772304 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj 1716aa59e53c4ffe -143965 146076 7300185823281540 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj a8d2ed5db73bc0a5 -144726 146457 7300185828909195 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj 3e7b5065f5add519 -145631 146579 7300185830313216 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj a773bf557fb56bbf -145035 146619 7300185830463331 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj e3b97e50beed3bcd -145828 146852 7300185832618026 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj 789829133c2d031f -146093 147267 7300185837210270 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj 29780df54b90b52f -146499 147616 7300185840564140 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj 14344d7fa42ee95c -146612 147790 7300185841947165 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj fe0d06fe9fb66e0c -146907 147858 7300185842720120 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj 1fabeb8ee0b89543 -146633 147889 7300185843108740 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj 58a4d6e9cfac033a -147273 148374 7300185847626099 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj 4e1126f39aa77083 -147642 148561 7300185849287421 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj 3b06ae499ae93cfd -147881 148849 7300185853116145 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj 26a01949aa472c75 -147798 149047 7300185853798865 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj 566043ebb3614a81 -148033 149227 7300185856830971 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj 3a4a4c22d754273a -148389 149325 7300185858106044 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj 471d7c063d38b17c -148563 149561 7300185859436908 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj c3111c68c8117767 -148897 150602 7300185870143405 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj a9829a22744cef06 -149056 150696 7300185871613720 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj a48fd0ecab9a6412 -149256 150764 7300185872171547 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj 448f5ddc9be87000 -149338 150827 7300185872936482 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj 2d938c571b7646e0 -149594 151465 7300185878664444 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj 45c82c2d572ea682 -150710 151631 7300185881106300 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj cfc017f0c91fad17 -150625 152011 7300185883905551 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj c4cff228e0c893bf -150792 152124 7300185885294471 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj 3816e8b86b3cdd76 -150850 152411 7300185887099366 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj 49107623f0b2c5f5 -151741 152988 7300185894768318 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj 609ac515bb400f60 -152042 153026 7300185894925086 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj 70eb08f8d9a70560 -151499 153220 7300185895952842 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj 3d4d5ac7bf48030a -152173 153620 7300185900246148 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj f3ea539301bb7ba9 -152450 153906 7300185903620150 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj f6c5dd78bf296725 -153028 153965 7300185904017869 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj 9e02936d26a09299 -152995 154072 7300185904644951 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj 3b5c686769e9bc42 -153631 154660 7300185911194627 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj 13660c0b90809982 -153947 154810 7300185912626561 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj 9e82526a3a11c974 -153255 155326 7300185917254795 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj f27f964e5f16f32b -154176 155945 7300185923637021 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj e452718c7942bb2e -154679 155998 7300185924494026 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj cab3f612c2005769 -153992 156165 7300185925264629 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj 65f0a7fcdb4e07da -154859 156220 7300185925763802 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj 953f99897df44117 -155327 156784 7300185931429752 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj 25304352297f62e8 -155989 157352 7300185935625443 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj 50599f0193980ca6 -156192 157568 7300185939652409 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj a2e85874470f59c -156051 157832 7300185939511391 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj 6d3a23b8d49c180a -156298 157938 7300185943704774 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj e81064414c375b26 -156789 158691 7300185950589554 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj ace9c88d4cd81145 -157366 158767 7300185951561302 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj 664931ef6d9a3abc -157732 159127 7300185954893215 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj 49373e5c6aebbc33 -157851 159480 7300185955943972 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj 7a9e36d38b0e4132 -157947 159986 7300185958951993 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj e39c3c99140411f9 -158775 160461 7300185966532809 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj 39e20f3b2511e086 -158740 160767 7300185971929934 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj 44c25b03e8acaece -159282 161056 7300185974943079 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/bss.c.obj 3524971206a6b094 -159692 161148 7300185975854392 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/scan.c.obj a62ed03d666fe0a9 -160076 161777 7300185982087859 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_scan.c.obj 69cf8318243ce39c -160871 162114 7300185985086617 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj 99c979023168600a -161078 162275 7300185985586444 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj 6dfc0566874f8b32 -160612 162535 7300185989136371 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj c30fd6611ea48f68 -161230 163026 7300185993923061 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj 6fa56783c0a97335 -161817 163076 7300185995588885 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj 95f2a11f0d92f64e -162295 163215 7300185996586643 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj d96d20f9ea488e48 -162156 163576 7300185997310799 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj fb0a5a1a2a9c5464 -163047 163956 7300186004252119 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj f70054cae3f6c9ba -162566 164131 7300186005920601 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj dfd16b757a3c703c -163622 164627 7300186011103410 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj d0d0cc9324b0d465 -163092 164689 7300186011750004 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj 26e253c6d871450 -163270 164775 7300186012084178 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj 37dab4afe14e5ff8 -163991 165264 7300186017418592 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj d1706240ce7cbffe -164140 165354 7300186018299404 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj 69ff849c705aebcb -164650 165495 7300186019081930 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj 8092156659622b6e -164715 165550 7300186019796405 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj d35976709bf7709e -164802 165830 7300186023170123 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj 5510141af77eca86 -165511 166355 7300186027087192 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj c15237e4141af59 -165319 166406 7300186028816317 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj aa811c2230749428 -165362 166479 7300186028433162 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj a9b748617547f02b -165570 166873 7300186032914793 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj bc406bd40e439f3b -165835 167054 7300186034580990 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj 63d19b357ccd59f2 -166374 167244 7300186037085509 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj 544ac7981c7fd3dc -166428 167516 7300186038912798 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.obj 7741ce27510c0815 -166497 168037 7300186044564511 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj 42d8583b5b8334d2 -166920 168406 7300186048078398 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj 5d426cce1323007c -167528 168674 7300186050889212 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj deb581241a1cb9bf -167265 169030 7300186054248538 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj d508cd99a8c595cf -167067 169077 7300186054935860 esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj 53bcb44ead7c401a -168416 169519 7300186059419352 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj 6e12fca0b09c805c -168689 169598 7300186060482716 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj e2c1b7139dfa3ab8 -168069 169839 7300186062160676 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj f8f70f5b86e64b62 -169041 169861 7300186062632356 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj 8248245617bd5694 -169085 170206 7300186066196182 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj effe32772fc6a31e -169525 170272 7300186067077202 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj 83a3025dc523c173 -169627 170577 7300186070568787 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_cali_line_fitting.c.obj 9e10f4f1ecb1a4f9 -169855 170692 7300186071412480 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32/esp_adc_cal_legacy.c.obj 46177d0673af3d12 -169885 170853 7300186072806180 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj 33dd252045cb76dc -170332 171257 7300186077074852 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj 139ac785bb37ef10 -170230 171624 7300186078077966 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj 5627cf5c64b7014a -170589 172014 7300186083934101 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj 68f9c626b90baedd -170719 172323 7300186087075265 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp.c.obj c8d470c98fd500aa -170944 172381 7300186087908853 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_802_3.c.obj fa7bd471756c1d7c -171283 172442 7300186088251495 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj a51a9fc59e72c5ab -171654 172927 7300186093086298 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj 3255e1b67cc95b3f -172022 173204 7300186096001858 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan87xx.c.obj bba04adcc66c8bb1 -172343 173254 7300186096835041 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ksz80xx.c.obj 7ec009a009e723ee -172393 173891 7300186098975430 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj 268472dbd1b874a4 -172465 174065 7300186104439419 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj c6292c7a99df0326 -172942 174314 7300186106824147 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj 47bb559cdd3652fd -173276 174341 7300186107979772 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj 3d184b3890204658 -173215 174376 7300186108390734 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj 807266b64fc04473 -173891 174938 7300186114238858 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub_xtensa.c.obj b956ab7f90a5f9d9 -174091 174988 7300186113573253 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj 3a32c49f2e202290 -174378 175552 7300186119406061 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj c26eeeb98d0effe2 -174321 175619 7300186120739242 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj e338cb7dbd0e94f9 -174368 175892 7300186123077690 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj af8c3a0757b6619e -174944 175948 7300186123836812 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj 116a15c667d6d9ca -175641 176567 7300186130567217 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj 4de1f1aa07f02317 -175043 176839 7300186132511201 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj 38a79c088f22c84f -175905 176874 7300186133073751 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj 4e68424a851bcf4a -175959 177401 7300186138421336 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj dad83457c90bb8c4 -176880 177975 7300186144852041 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj fa930494d82fe21f -176628 178155 7300186146107887 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj 3ff78e70893fb760 -176844 178527 7300186149443373 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj 41706f9912857e33 -177428 179114 7300186154637164 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj ed528fdfcc597747 -177997 179177 7300186156567589 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj aa81bb28076379c3 -178540 179515 7300186160065570 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj 2b39b9775a9d627f -178157 179538 7300186160401051 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj eec27faca2a26034 -175592 179545 7300186141673862 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj c99f587485ebc30b -186 179717 7300186162189232 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj 9f75effada4ccc32 -179129 180105 7300186166259807 esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj 21cc034b53b158ac -180106 180288 7300186168105864 esp-idf/esp_https_ota/libesp_https_ota.a 26622bf1b6b4f6d0 -180288 180502 7300186170260084 esp-idf/esp_http_server/libesp_http_server.a db6c347681d6a4a3 -180502 180687 7300186172085710 esp-idf/esp_http_client/libesp_http_client.a 4c481a2f64db9ab6 -180688 180854 7300186173750271 esp-idf/tcp_transport/libtcp_transport.a 7caf0d0deb52d1f4 -180855 181043 7300186175544046 esp-idf/esp_gdbstub/libesp_gdbstub.a 1a72386e7115a740 -181043 181206 7300186177208909 esp-idf/esp_eth/libesp_eth.a c35bff3fbdf31397 -181206 181409 7300186179196581 esp-idf/esp_adc/libesp_adc.a e327166a7b5cbb12 -181409 181572 7300186180784401 esp-idf/esp-tls/libesp-tls.a b3daaa6eb9f2213b -181572 181731 7300186182590834 esp-idf/http_parser/libhttp_parser.a 25f31ad3daedd6ec -181731 181958 7300186184848093 esp-idf/esp_wifi/libesp_wifi.a dd247557f7990440 -181959 182113 7300186186443722 esp-idf/esp_coex/libesp_coex.a 948b82b4a5ffb89c -182113 182702 7300186192130337 esp-idf/wpa_supplicant/libwpa_supplicant.a 8497e6d0e215622b -182703 182869 7300186193923873 esp-idf/esp_netif/libesp_netif.a e617e1b3042db87c -182869 183328 7300186198477680 esp-idf/lwip/liblwip.a 14926e4ace8cb8d -183328 183482 7300186200120478 esp-idf/vfs/libvfs.a dea80db1c6eafa57 -183482 183604 7300186201350867 esp-idf/esp_phy/libesp_phy.a 4d06d6c4b426d9b8 -183604 183797 7300186203229534 esp-idf/nvs_flash/libnvs_flash.a a177324ec8b0755 -183798 183925 7300186204560830 esp-idf/esp_event/libesp_event.a db6ee9612c9f30c9 -183925 184057 7300186205848686 esp-idf/esp_timer/libesp_timer.a bde64afb75f854eb -184057 184178 7300186207118765 esp-idf/esp_common/libesp_common.a 14adeb8ae22d73da -184179 184443 7300186209725862 esp-idf/cxx/libcxx.a e8bd42b628b0b2da -184444 184618 7300186211393674 esp-idf/newlib/libnewlib.a 5c016c782a1103d7 -184619 184853 7300186213714769 esp-idf/freertos/libfreertos.a 533e850deffa06ba -184854 185169 7300186216928528 esp-idf/esp_hw_support/libesp_hw_support.a e97bfe2556fa0421 -185169 185373 7300186219057836 esp-idf/soc/libsoc.a 1a63fb0ad8bcf366 -185373 185520 7300186220507626 esp-idf/heap/libheap.a 61094e058e77aba9 -185520 185645 7300186221783429 esp-idf/log/liblog.a f77ce5c13eae1cc4 -185646 186007 7300186225271334 esp-idf/hal/libhal.a eccfbad087e2d2a1 -186008 186179 7300186227133097 esp-idf/esp_rom/libesp_rom.a eae686500ebfadd0 -186180 186680 7300186232055986 esp-idf/esp_system/libesp_system.a 328186988989c92d -186680 186832 7300186233576412 esp-idf/pthread/libpthread.a 7ec0c54de7059305 -186833 187055 7300186235739585 esp-idf/spi_flash/libspi_flash.a 5221eea39a0d0b7d -187056 187194 7300186237231900 esp-idf/esp_mm/libesp_mm.a cf718f21651f6d11 -187194 187357 7300186238721704 esp-idf/app_update/libapp_update.a 5a1e077288c992dd -187358 187489 7300186240189414 esp-idf/esp_partition/libesp_partition.a a436653fbb247e39 -187489 187692 7300186242048826 esp-idf/bootloader_support/libbootloader_support.a 99022e11dd7556a5 -187693 188028 7300186245581399 esp-idf/esp_app_format/libesp_app_format.a 78b8a03d284bda8f -188028 188321 7300186248397179 esp-idf/mbedtls/mbedtls/library/libmbedtls.a a5795ac189c867e9 -188321 188506 7300186250317023 esp-idf/mbedtls/mbedtls/library/libmbedx509.a dd14aef3eab7c3bb -188507 189108 7300186256096209 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a 5e6e95aeb7fdd789 -189108 189339 7300186258543192 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a e4ce7e55b6ea8f63 -189340 189619 7300186261415236 esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a baac769561147fc -189619 190404 7300186269143891 esp-idf/mbedtls/x509_crt_bundle 9c59e5ce0a3a8fd2 -189619 190404 7300186269143891 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/x509_crt_bundle 9c59e5ce0a3a8fd2 -190405 190726 7300186272575496 x509_crt_bundle.S d5201c1a773cc500 -190405 190726 7300186272575496 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/x509_crt_bundle.S d5201c1a773cc500 -190761 191361 7300186278400279 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj 49844c9db27e4d -190774 191492 7300186279981423 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj 625992499384f05d -190827 191614 7300186280916357 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj 168a8e24271e7bfe -191378 191945 7300186284057535 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj 2361c2d9c27cee5 -191496 192157 7300186286363073 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj 9b4a422a4e8b4592 -190795 192207 7300186286599128 esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj 3b10991c1de3c740 -191634 192587 7300186290698186 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj 430be6318a5a9cbd -191955 192819 7300186292732117 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj 50bc8bb55490cd1 -192179 192984 7300186294665060 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj c4187c834cc19f62 -192423 193096 7300186295394665 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj 19a9213bc52395f8 -192848 193502 7300186299733691 esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio_glitch_filter_ops.c.obj df56ab6b094a1c7 -192994 194114 7300186306058379 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/spi_bus_lock.c.obj d41a085d248888fa -193120 194232 7300186307061516 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj 94f0c13ed9c61db -192613 194308 7300186307440144 esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio.c.obj e80347629a293c51 -193529 194880 7300186313502846 esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/rtc_io.c.obj 362665be2be3f570 -194152 195223 7300186316891433 esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_cosine.c.obj ecdfa776ebd46e2d -194253 195284 7300186317564548 esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/esp32/dac_dma.c.obj 79babbafacdfcbc6 -194310 195599 7300186320800806 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj 2a978b90be76aa01 -194985 196185 7300186325114428 esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_oneshot.c.obj 8d2f34d1be3a06df -195286 196555 7300186330064014 esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_common.c.obj b37af3fa66903e51 -195603 196833 7300186332287880 esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer_priv.c.obj 4806daecfbdfea9 -195226 197104 7300186333389344 esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_continuous.c.obj a8bde5600170793d -196305 197678 7300186341886245 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/dac_common_legacy.c.obj ae8b9874b2004afa -196559 197986 7300186343940099 esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer.c.obj 5f1e5ac7051daa3f -196972 198362 7300186347397536 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/esp32/dac_legacy.c.obj 4b7964d33b5d6ed9 -197126 199059 7300186353719284 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj add8dba4f9e23eae -197989 200095 7300186365632110 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_gen.c.obj 6483abaedaa5682e -198438 200539 7300186369813901 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_sync.c.obj 1d4b70d0cd2a740d -197709 200575 7300186370281258 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj 8f44c5037697fe30 -199662 200989 7300186374382181 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_com.c.obj 1493d24ec44bdf76 -200541 201421 7300186379152572 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_fault.c.obj da6dd89ce4d25f54 -200315 201488 7300186379486111 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_oper.c.obj 7694ab504cb490e9 -200589 201614 7300186380650692 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_pdm.c.obj 19026ea155a6dbf4 -201018 202074 7300186385106453 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_std.c.obj a1b99404a59e3d2a -201509 202632 7300186391225399 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cap.c.obj c2bb2ee2878c6df -201422 202898 7300186393382829 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_common.c.obj 7a93b8aa40573c24 -201616 203439 7300186398381486 esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc/ledc.c.obj adaa9183016038fa -202642 203771 7300186402577111 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cmpr.c.obj d5c9ecb0b122475 -202098 204085 7300186405632412 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj 3c017fd7b4a71a59 -203459 204459 7300186409395509 esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/touch_sensor_common.c.obj b1d99f825aead7ff -202911 204899 7300186413790541 esp-idf/driver/CMakeFiles/__idf_driver.dir/uart/uart.c.obj 600cb8ed737d0b34 -204462 205074 7300186415697106 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_transaction.c.obj fe1653d71ff82bef -203777 205108 7300186415697106 esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/esp32/touch_sensor.c.obj 35cde4256625bf1d -204227 205310 7300186417717499 esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj 934175736382272d -205091 206154 7300186426412859 esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_timer.c.obj 8339de3edcb0257d -204913 206197 7300186426700632 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj 74ddca9f9738313b -205342 206290 7300186427537793 esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_encoder.c.obj 3e9622bdce36a01d -205115 206620 7300186430196499 esp-idf/driver/CMakeFiles/__idf_driver.dir/pcnt/pulse_cnt.c.obj 67fa111acdbc6092 -206207 207063 7300186435363166 esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_common.c.obj 78ea5c97022e34ea -206303 207554 7300186439865184 esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_tx.c.obj efd1ff62c0de5cbf -206156 207797 7300186442746436 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj deecf1af82c2778f -206637 208238 7300186446862616 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj 7719485f9e84f8bf -207115 208283 7300186447533798 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdio_slave/sdio_slave.c.obj 9d6ba72201648845 -207605 208603 7300186450036677 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_transaction.c.obj 6a68589008efce56 -207831 208942 7300186453864779 esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_rx.c.obj a189ee39fb5153ad -208263 209096 7300186455862573 esp-idf/driver/CMakeFiles/__idf_driver.dir/sigma_delta/sdm.c.obj f8ced633f4b586e -208299 209224 7300186457208982 esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_host.c.obj 609317c157c97c47 -208645 209920 7300186463888390 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_common.c.obj 19a65dcd4d1ee436 -209113 209949 7300186464360700 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj 3365273177204f81 -208951 210140 7300186466526611 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_master.c.obj 53b64dfc22bc2d50 -209230 210273 7300186467526446 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_host.c.obj 2a30906e04058ac0 -209952 210290 7300186467862437 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_crc.c.obj fb250e77383b6a45 -210276 210828 7300186473352775 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj aa5b780bdde5020c -209924 210877 7300186473524564 esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_slave.c.obj fb0b8d1dc0f5d346 -210144 210927 7300186474026319 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_i2s_deprecated.c.obj c9a289dc2a5c7302 -210329 211218 7300186477025593 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj 46130e54f4cb0faf -210959 211343 7300186478404383 esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj 979429d340fe8495 -210834 211401 7300186479024966 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj 9408776bdfc88910 -210891 211556 7300186480355261 esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj 459626c94a6e0dfb -211227 211840 7300186483354835 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj 3e4ea506a2a9e5 -211421 212005 7300186484688579 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj 9e9b61703965fd88 -211356 212042 7300186485191619 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj e229135d6d3f87d1 -211559 212161 7300186486090137 esp-idf/mbedtls/libmbedtls.a 9927d30aef85163f -211849 212389 7300186489023256 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj 5ca55b59eb2f354d -212050 212564 7300186490356608 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj b8a0e56f3588936e -212163 212612 7300186490692817 esp-idf/esp_pm/libesp_pm.a 31ef1155fcf59b0f -212008 212791 7300186492857163 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj f6871e3a24de549f -212397 212855 7300186493193682 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj f8b5a68ac1bb56e3 -212600 213036 7300186495356728 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj 42ba30e426a5107 -212793 213406 7300186497699056 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj a25933ab1e0b321e -212857 213468 7300186499509377 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj e349f4fa70ff3000 -213037 213709 7300186501521742 esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj fef13a77dd0ba02 -213416 213836 7300186503074498 esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj 324df27e56b3a5e7 -213476 214185 7300186506528523 esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj 8bf5cfb2b4e71c47 -213716 214203 7300186506697322 esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj 529d9b1e7b909d0f -213842 214522 7300186510205428 esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj 7c88d4702149b851 -212623 214901 7300186512853888 esp-idf/driver/libdriver.a ebbe532e6231faac -214215 215011 7300186515018525 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj 5bd64861c367c792 -214579 215162 7300186516683869 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj e2bad2882bd0ec6c -214193 215189 7300186516521730 esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj a046ffc074cc6169 -215019 215439 7300186519520692 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj e840912b0f51eed5 -214912 215804 7300186520019975 esp-idf/efuse/libefuse.a 39bde10ae3be9cbe -215190 215942 7300186524726316 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj b822e1a7e0e41455 -215171 215982 7300186524541992 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj c9198b342ae22e09 -215447 216459 7300186529534642 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj f5f334e5bef65f37 -215951 216678 7300186531228476 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj 581dc8378508524b -215825 216771 7300186532029765 esp-idf/esp_ringbuf/libesp_ringbuf.a 94c9eed4ef78ae6e -215993 216891 7300186533231929 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj 70eebb81c7999a2 -216467 217209 7300186537036641 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj e24507e007f6c9d1 -216691 217269 7300186537352055 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj 72a475c47f10c085 -216895 217537 7300186539711902 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj 1970cd3760f84362 -216772 218115 7300186545371326 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj e2629539b9f45f11 -217221 218204 7300186547040921 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj 505ff548bf9f060d -217288 218450 7300186549014223 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj d04280fbaddf269d -217567 218512 7300186549858464 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj fa30ad9f41691d08 -218209 218986 7300186554506407 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj c6b57e67ecec483b -218126 219008 7300186554840192 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj 44097c07d427d708 -218463 219132 7300186555901592 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj 1e41d8c6764e8607 -190726 219241 7300186556683288 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj 921a120ba090a6db -218513 219734 7300186561043978 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj 389732f219ba42b3 -219023 219986 7300186564355623 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj 2f4c0bba320bf067 -218990 220432 7300186566214192 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2c.c.obj 76961d5b03e62ea3 -219252 220938 7300186570607133 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj bae12a2195e3de8e -219142 220986 7300186570587049 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_spi.c.obj 3581a3379b7b1d9e -219847 221252 7300186576590349 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj ad10301ebbf9c40a -220535 221795 7300186582692275 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj ff7b8c1adbf1c4bc -220135 222407 7300186586936192 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2s.c.obj 1c1c754820fcd957 -221308 222475 7300186589278473 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj 41d2d8ac3b8f1d00 -220996 222903 7300186589691295 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj 63368f22b905143e -221821 223081 7300186594829878 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj 92fb6554cc7d64aa -220969 223207 7300186596373712 esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj a495380d9db890a0 -222416 223488 7300186599604722 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj d974b70f546a6427 -222909 223708 7300186601896758 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj aa1cfc923e7f7d9b -223131 223930 7300186603399287 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj f475a50b605da3b7 -222676 224207 7300186604697177 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj c6d735cb06f2dd25 -223252 224600 7300186610920345 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj c44f577a371bca16 -223519 224961 7300186612293756 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj 4531d0f747e8c4b7 -223745 225201 7300186616567863 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj ab38e69b92fd6ef3 -224020 225504 7300186618994688 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj e8d522a0649ebe9e -224290 225573 7300186620234754 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj 53ae25fcb9a62f6 -224617 225757 7300186622218787 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj be76cda3d36bd8cd -224970 225806 7300186622050926 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj e2dc27a16e0c45a9 -225348 226335 7300186628001428 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj ed81318c34eeba70 -225587 226434 7300186628469293 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj e7bd107c83a6a516 -225516 226528 7300186629222179 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj 23e299c2a8c923d3 -225776 226545 7300186629851725 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj e2025eedfe0df627 -225807 226812 7300186630324436 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj 5fe2dd52b2a813f8 -226467 227236 7300186637000161 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_checksum.c.obj e4c20cfb11cf244c -226356 227328 7300186637327793 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj f2cc4bb78694634e -226536 227451 7300186639037016 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj 498f5dca7fa13584 -226631 227578 7300186640492689 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj f03b857cd6a89a54 -226902 227874 7300186643700444 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/xtensa/core_dump_port.c.obj 9bd04fbe49839ae7 -227278 227984 7300186644169428 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj 611a87e08c9fe55a -227458 228058 7300186644642382 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj a6ff57825d7ea430 -227349 228188 7300186646041807 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj de389b063f342786 -227892 228234 7300186646968861 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj 6e80138b1635b7ae -227580 228397 7300186647888776 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj 69164785ed4ac7a1 -227988 228792 7300186652666991 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj 6038b53b0ce99d64 -228202 229074 7300186655296248 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj e0fbf719fc2f8068 -228147 229358 7300186658471402 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj 1b3aa20975ce2849 -228265 229543 7300186659252764 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj 7599879e3c310e80 -228510 229911 7300186660518742 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj b416b70866dabb5f -228806 230234 7300186662233654 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj f9b4d974d59786d3 -229088 230518 7300186667718948 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj 65ef0c39cfa02429 -229420 230786 7300186672066496 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj a81a4f53689ff8ed -229611 231094 7300186675175600 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj 8b4e642131486427 -229974 231371 7300186678012692 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj d5bee3b5118b12b8 -230668 231828 7300186682827585 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj c395eb7340234576 -230787 231985 7300186684055628 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj 17810f59c3ce9358 -231127 232227 7300186687019921 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj d4cc845914a8e745 -231390 232461 7300186687503356 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj 3f04a3a6524ff494 -230363 232607 7300186689989052 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj 9438075635c2a9ae -231841 232806 7300186691528437 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj 26c28afbcf02cd19 -231997 233449 7300186698015941 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj c2c77d2ca50c8892 -232315 233674 7300186701214986 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj 489ff2d8374927ba -232628 233719 7300186701530424 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj ac9af549218fe799 -232484 233996 7300186702512018 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj e775da76e730f9ba -232812 234453 7300186708888451 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj 72cb5153db3d09c5 -233497 234534 7300186709860190 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj f5fb8867276a619d -234002 234896 7300186712959114 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj 3404bf22877a184d -233827 234944 7300186712959114 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj c33aa09c0b4839d -234465 235089 7300186714339952 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj 7026ad9510dcc866 -234563 235366 7300186716221095 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj 9184edd0544d3fb2 -234924 235833 7300186722832650 esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj 927b55a76d5b1b98 -233685 235983 7300186724245599 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj 17d6c7b11aa0958a -235112 236229 7300186725329462 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj daf550e160f2f34c -235372 236766 7300186731880968 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj 25ab75e024760128 -235027 236986 7300186732998989 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj 5790f17b90c9c7d6 -235859 237172 7300186735294133 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj 37f5f0f66f69340b -236070 237568 7300186739798019 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj 78b2e0d9bb074e1 -236309 237672 7300186740463249 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj 7eba94045d4554cb -237001 237865 7300186743193553 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj d79dc8b190cbf031 -236776 237919 7300186743343704 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj 88a7a9c5b714727f -237590 238267 7300186747262072 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj b35d4a41e7e5b27b -237174 238297 7300186747262072 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj cb194b8bd9cb1d73 -237943 238920 7300186753883403 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj 98e349f378d495bb -237912 238965 7300186754362908 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj b25406652cf7fb7d -238347 239006 7300186754835977 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj 9b439c9d4934e803 -237678 239386 7300186757303074 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj 5f7012d42eec3057 -238289 239427 7300186758760041 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj c6c28df5a7214044 -238926 239788 7300186762330410 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj 2b961fc13b83b68a -239029 239880 7300186763493357 esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_api.c.obj 3c30b62a72c3cc01 -238999 239946 7300186763910167 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj 4ecce0803180707e -239402 240339 7300186768049104 esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_dev.c.obj f15d3576d3845e5d -239457 240670 7300186770085264 esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_spi_dev.c.obj 388f041dcfd15214 -239794 240688 7300186769673199 esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_encoder.c.obj 343a4a41a3938d89 -239910 240849 7300186773717259 esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj 319674673cdc255f -190733 240884 7300186774057461 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj 7dfb228e5a4608a1 +# ninja log v6 +159 218 1743817479231556499 project_elf_src_esp32c3.c 945f0a4e53ddfc3f +159 218 1743817479231556499 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/project_elf_src_esp32c3.c 945f0a4e53ddfc3f +118 257 1743817479268556247 esp-idf/esp_system/ld/sections.ld.in 343f8670624470d8 +118 257 1743817479268556247 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/sections.ld.in 343f8670624470d8 +105 271 1743817479279556172 esp-idf/esp_system/ld/memory.ld 54b9b9caac1c8cad +105 271 1743817479279556172 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/memory.ld 54b9b9caac1c8cad +131 1217 1743817479441555065 partition_table/partition-table.bin 5e77052982be6c9f +131 1217 1743817479441555065 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/partition_table/partition-table.bin 5e77052982be6c9f +282 1459 1743817479298556042 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj 4f1fa564093b3945 +275 1500 1743817479291556090 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj 972b6785b67247d0 +278 1749 1743817479295556062 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj f95fdeff18263cad +271 1861 1743817479287556117 esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj ab2624a1360c9a31 +1861 1942 1743817480877545288 esp-idf/esp_https_ota/libesp_https_ota.a dd523debdb867984 +283 2013 1743817479299556035 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj 399e86902a8400b5 +1500 2022 1743817480516547741 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj 3572943736c41b10 +1460 2076 1743817480476548013 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj 3a3658191c427970 +2013 2385 1743817481030544249 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj 584bee578e6b58b6 +2022 2576 1743817481038544195 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj 8501b31d06f1f75c +1218 2789 1743817480234549657 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj f643d8f6912f9e3f +2789 3004 1743817481805539008 esp-idf/esp_http_server/libesp_http_server.a b80ee4265009cc07 +1942 3014 1743817480958544737 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj 325d6019b17b0692 +2576 3116 1743817481592540448 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj 6daec90caffb3683 +2077 3571 1743817481093543823 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj 29314d842ba5cbf6 +3006 3708 1743817482022537541 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj 34ce305aaf239015 +2385 4176 1743817481402541733 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj 8bef4b86f1a928f +3571 4276 1743817482587533738 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj 8205d68ecb9af4a1 +3708 4302 1743817482724532817 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj e8b22da1e46523cc +3117 4635 1743817482133536794 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj 1c6ee85cee4d5a03 +1752 4788 1743817480768546028 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj 63375ca29944038c +4788 4960 1743817483804525575 esp-idf/esp_http_client/libesp_http_client.a 4337d7b882502a54 +4177 4975 1743817483193529667 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj 9527c320709603ef +4276 5127 1743817483293528997 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj aa54a488305b09fe +4302 5196 1743817483318528830 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj db98c467954e93b3 +4635 5296 1743817483651526600 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj 826b6716fbe18d8f +4961 5346 1743817483977524417 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj a4176890836e06cb +5127 5543 1743817484145523296 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj 47e78e3b5956017f +4975 5864 1743817483991524323 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj c4dac0ffab88fc98 +3014 5897 1743817482030537487 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj d37adf98c6a79d64 +5897 6070 1743817484913518179 esp-idf/tcp_transport/libtcp_transport.a 21211de71b83038d +5543 6133 1743817484559520538 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj c0f91d062a9682e5 +5296 6210 1743817484315522164 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj 3f7211493c80b427 +5346 6233 1743817484362521851 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj def06c7e198d4118 +6133 6268 1743817485149516611 esp-idf/esp_gdbstub/libesp_gdbstub.a 57546dc03ca9a5bf +5864 6301 1743817484881518392 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj 2de040743bdcb106 +5199 6434 1743817484216522823 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj c4ec4abb17ffc7bc +6301 6651 1743817485317515497 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj 97064052c48f9738 +6233 6927 1743817485249515948 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj 7b846edf80fb89d4 +6268 6945 1743817485284515716 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj 838386d3bc1b6d9e +6071 7099 1743817485087517022 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj aeb8f0b08a237fc +6434 7332 1743817485450514615 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj 567263fbc215a346 +7099 7346 1743817486115510210 esp-idf/esp_adc/libesp_adc.a 44704f07a1a711a1 +6927 7528 1743817485943511347 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj a8b0f74926cd251c +6945 7706 1743817485961511227 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj 3b6b53cbde89e588 +7332 8171 1743817486349508666 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj 1289959b3db41847 +6210 8401 1743817485226516101 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj 84eecb046149a77d +8401 8509 1743817487418501627 esp-idf/esp-tls/libesp-tls.a c85023503d10dbfc +6651 8612 1743817485667513177 esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj 39c921f3caf83f0d +7706 8625 1743817486722506205 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj 9e4344f4be62315d +8172 8672 1743817487188503137 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj 883c188a68653d57 +7346 8792 1743817486362508580 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj f9aa2c25cf1dc544 +7529 8807 1743817486545507373 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj 50af33eea326dc80 +8625 8816 1743817487641500163 esp-idf/http_parser/libhttp_parser.a 59a1a629ca1f7689 +8793 9009 1743817487811499047 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj 77d2d6407c1a6cf5 +8613 9133 1743817487629500242 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj 3309bf671c0ef315 +8807 9148 1743817487823498968 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj 912147616ddc5596 +9138 9676 1743817488154496800 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj c8b7cb58504fbba +8672 9836 1743817487688499855 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c.obj 2e4ba902c1665991 +8509 9891 1743817487526500918 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj b24a0c41daebbf9e +9891 10144 1743817488907491882 esp-idf/esp_wifi/libesp_wifi.a c81141ce10e87b8 +8817 10373 1743817487833498903 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj 67903e2e490f6757 +9836 10437 1743817488852492241 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj 1a908b3ec4f9dfac +9010 10499 1743817488026497637 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj a089820497274ed8 +10513 10919 1743817489529487836 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj ef8ba71ab8b744d5 +9148 11004 1743817488164496735 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj ba8eaab75371429a +10373 11697 1743817489389488746 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj 2f0d7533afb194ed +10144 11923 1743817489161490228 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj a5f0f7690a14d0f9 +11005 12155 1743817490025484614 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj 8666f9a2b8d53b6e +10437 12196 1743817489453488330 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj 775dc44629a8926c +10921 12417 1743817489939485172 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj 264da93830b4f37 +12157 12628 1743817491173477195 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj 682eb6fdbb5cd69d +11923 12740 1743817490939478703 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj 8bf0ec2967c23ad1 +12199 13252 1743817491215476925 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj 1b5512ff59d8ac67 +11698 13272 1743817490714480158 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj c2429c78c3939a02 +12628 13565 1743817491644474165 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj a31465db9c3f9133 +12740 13655 1743817491756473445 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj 4d3c1131300f7641 +13277 13872 1743817492293469999 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj 3f2916780e9dfa6a +12417 13938 1743817491433475523 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj 849ac420d14587a8 +13253 14243 1743817492270470146 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj ee53c4eeb306d44e +13940 14290 1743817492956465755 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj f58cc74c1e68c8dc +9677 14450 1743817488693493280 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj abca27cd7f31661e +13567 14524 1743817492583468143 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj 10c1c103ad5fd355 +13655 14700 1743817492671467579 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj 28d1c26a29959b60 +13872 14979 1743817492889466184 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj 37e569d63613b43 +14244 15065 1743817493260463817 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj 1b75300d1e4024ff +14525 15094 1743817493542462021 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj 59e13d02975dd2b6 +14450 15254 1743817493466462505 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj fc30ea4f9ce271f9 +14704 15297 1743817493722460875 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj 4f865accf149999d +15095 15520 1743817494114458382 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj 4c8b1a51b225494c +14290 15572 1743817493306463524 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj 5c7121d762aea939 +14980 15785 1743817493997459123 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj c90c4dddf7e0509b +15521 16297 1743817494538455695 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj 9aca926be559ea46 +15066 16573 1743817494085458566 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj 1740c04a472d1367 +15297 16630 1743817494315457108 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj e28766007c63e8ba +16297 16870 1743817495313450794 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj a00230cdabaa54b7 +15787 17185 1743817494804454010 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj 8d9ba590d680d5f2 +15255 17688 1743817494273457374 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj 84f84318cc1012c9 +16871 17715 1743817495890447157 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj 316996d03e5fdacc +15572 17732 1743817494588455378 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj 38164d4391fcf726 +16633 18422 1743817495649448676 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj 99f0b7b920ad8f51 +17688 18442 1743817496704442048 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj 9b65614b526d3381 +16573 19146 1743817495590449048 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj 3ea1a7923c0c308f +17732 19312 1743817496748441772 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj 639f113e04fdd4ad +18442 19513 1743817497458437334 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj 1581aecc7d57f2b7 +18422 19966 1743817497438437458 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj 6988e9b00c845d79 +17715 20014 1743817496733441866 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj a02556dac91900cd +19146 20253 1743817498162432946 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj 408504ef076494d1 +19513 20326 1743817498529430668 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj 4b90982eb7b394b9 +17186 20647 1743817496202445196 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj 31e1daef34f45d27 +20015 20864 1743817499031427552 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj 63f85070f4557ca4 +19970 20881 1743817498987427825 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj d4d696068b054f7d +19313 21169 1743817498331431897 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj 53419a6ad1ec421c +20255 21412 1743817499271426070 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj 92c80d04f81ff0a6 +20864 21758 1743817499880422309 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj 760c3c6b1cb73f8d +20648 21777 1743817499664423643 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj ffa673c5cdda89c1 +20327 22093 1743817499343425626 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj bb77eb1a79d3a627 +20881 22226 1743817499897422205 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj db283046884e7f31 +21169 22646 1743817500185420432 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj ada3dc85ffa11f1c +21412 22861 1743817500428418939 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj 70895e142a77ed38 +22646 23728 1743817501662411379 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj 20b4c223aa651807 +21759 24459 1743817500775416807 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj ea39e66b42eebe46 +21777 24609 1743817500793416697 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj 483a4c004714228b +22094 24900 1743817501111414747 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj aaa7a4a81aec80a7 +22227 25441 1743817501243413940 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj 5e2a35a0dd56f16f +23729 25531 1743817502745404784 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj 7b92d070cf3b262e +25446 25830 1743817504465394388 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj ab0b551d46282a08 +22861 25927 1743817501878410059 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj 80cfcca0cba89147 +24459 25940 1743817503475400361 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj 82c3b1a79219139d +25927 26360 1743817504943391513 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj 78df55fe3f1b0915 +25941 26559 1743817504957391429 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj e103d092b2836cdc +25531 26821 1743817504549393883 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj d67f46f42c325eee +24901 27248 1743817503917397688 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj 2e123002fd3c613 +26559 27269 1743817505575387729 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj 866366edb78bf913 +27248 27628 1743817506265383608 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj de2a395c6ac9cfec +26362 27914 1743817505379388902 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj 756bbdaa26cc49 +26824 28108 1743817505840386143 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj abee11ddc8976d2d +27628 28203 1743817506644381352 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj a2bd0647d9d5165d +28204 28353 1743817507220377930 esp-idf/esp_coex/libesp_coex.a fad07c52316523ae +27914 28480 1743817506930379650 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj f20ed5ea9f83d49 +25830 28504 1743817504846392096 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj 601f683434d3cb35 +24613 28569 1743817503629399430 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj 5b3feff1dd2b62f4 +28505 28698 1743817507521376148 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj 9912215ad3828073 +28108 28971 1743817507124378499 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj 6da118b60945139f +27269 29147 1743817506285383489 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj fa3c343b43c34dda +28971 29444 1743817507987373389 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj 1f1a1908634a55ee +28481 29594 1743817507497376290 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj 85968a50e20a2925 +28354 29616 1743817507370377042 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj 201f6fb1676b6c80 +28698 29879 1743817507714375005 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj 6d88421efce6f0d6 +29444 29952 1743817508460370603 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj 771851bc67b0ae8d +29595 30092 1743817508611369713 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj dfb2be5518c52a08 +29148 30157 1743817508164372346 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj 66e581124ed048c7 +29617 30264 1743817508633369584 esp-idf/wpa_supplicant/libwpa_supplicant.a d853f04e00dcdf3e +29881 30695 1743817508897368029 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj 8c7d3b8332f2d271 +30157 31079 1743817509173366409 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj c425d4e31d4395a6 +30264 31121 1743817509280365782 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj 77a664965c98fa8b +28570 31205 1743817507587375757 esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj b45c7ef914070e1a +31079 31786 1743817510095361011 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj 76d3731e5fd7e6ec +30092 31887 1743817509108366790 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj ec06df0c5bf60b78 +30695 32122 1743817509711363257 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj 2741c5aaff8c8eea +31787 32235 1743817510804356879 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj 52f88060384602d2 +31122 32301 1743817510138360760 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj c16d03b5943feedd +32236 32684 1743817511252354277 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj 746178ea8d4ed984 +29953 32704 1743817508969367605 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj c53d5a85a18d7f72 +32704 33103 1743817511720351565 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj e769da00f832e974 +31887 33449 1743817510903356303 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj b1518c459155e99 +32122 33636 1743817511138354938 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj 2bd78cab8855ad28 +32686 34061 1743817511704351658 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj 2d8ca055b3c82bfe +33107 34493 1743817512123349233 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj a5e497bc3f4773fd +33452 34510 1743817512468347244 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj 34a92190043a7e12 +32302 35120 1743817511318353894 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj 8c93f084ff81dca3 +33637 35140 1743817512653346178 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj 563136a9ae8378f8 +34510 35336 1743817513526341162 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj d01582c8f51d694 +34061 35853 1743817513078343731 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj 4e93a66e376161f4 +35120 35959 1743817514136337670 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj bc774908b6efef7b +35141 36382 1743817514157337550 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj 6de9efe7d5c11f06 +31205 36628 1743817510221360276 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj 702a931c539a8029 +34493 36839 1743817513509341260 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj b165c36a399d3df9 +36383 37161 1743817515399330481 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj 100441981878829a +36628 37490 1743817515644329092 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj 5eb19e26541bcdba +35854 37569 1743817514871333479 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj 56a4c6113a18bdf5 +36839 37818 1743817515855327895 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj 912086be06f9f36c +35959 37899 1743817514975332886 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj e3ff7d6b666510fc +35336 38276 1743817514352336438 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj 37d12b44913f4ec4 +37570 38422 1743817516586323768 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj 6140e3d6ba7d3ac8 +37819 38853 1743817516835322364 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj 4a22641d81d723e3 +38277 39145 1743817517294319784 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj 64a26dc0fd9adc97 +37163 39253 1743817516180326058 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj e019425f7deb016d +38855 39471 1743817517875316526 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj be82f0abebfde381 +37490 39680 1743817516506324219 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj 185bbaf65c60528f +38422 39807 1743817517438318977 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj e075ed2444beefb7 +37900 39957 1743817516916321907 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj 77815c5f5684f1c3 +39145 39974 1743817518161314927 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj 52476733a3eb00af +39680 40477 1743817518697311937 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj 194252a194261e1b +39254 40495 1743817518270314319 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj b3e49d9632bc5320 +39808 40499 1743817518832311184 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj 9ebf073103cb2b4 +39474 40757 1743817518490313092 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj 3c3b7c3135d05271 +39974 40821 1743817518990310303 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj c7188ab4a183f840 +39957 41120 1743817518973310398 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj 76f78428ced93b79 +40501 41316 1743817519518307374 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj 5ec41f5eca696538 +40757 41663 1743817519774305954 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj 32ff76dffbc4c8c6 +41316 41685 1743817520332302869 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj 3facb53350551e9d +41665 41985 1743817520682300938 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj faaa74d5371627ac +41121 42024 1743817520138303939 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj c853b202466021d3 +40821 42051 1743817519838305599 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj d2c0e46ebd5ad6cd +42051 42309 1743817521067298817 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj e40d9251e4f77237 +40478 42337 1743817519494307507 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj 2ee9f95391d6adc3 +41986 42452 1743817521003299168 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj 795b3937ad6016fe +41685 42504 1743817520701300834 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj 18074d011c3fe597 +42453 42725 1743817521469296612 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj e7de424988cf84eb +42310 42856 1743817521326297396 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj e5a0b028838d129d +42337 42902 1743817521353297248 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj 289bf0d6298273ea +42727 43061 1743817521748295081 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj a70c844b34d557e9 +40496 43072 1743817519512307407 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj 11da0fc2794580ca +42505 43183 1743817521521296327 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj 6581f3209168adf0 +42025 43259 1743817521041298959 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj e85e1fa097caf6cb +42857 43405 1743817521873294396 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj 831c3dcdf463d51a +42903 43426 1743817521919294143 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj 7ec42b2b77e2ddd6 +43072 43572 1743817522089293214 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj 5c48b4510cf67741 +43062 43658 1743817522078293274 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj 2360ba048e37e289 +43405 43724 1743817522421291403 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj 733a4f037028ce4f +43260 43825 1743817522276292194 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj c53902d416aa75f0 +43183 43930 1743817522199292614 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj b044f2e3a5fc9fe9 +43427 44001 1743817522443291283 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj 72d9279db982b39d +43661 44068 1743817522677290006 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj 1f964ab43454dd1c +43725 44123 1743817522741289657 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj f222a798664d009e +43572 44135 1743817522588290492 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj 35f8f4a17b58a008 +43930 44204 1743817522946288539 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj 63f6fa5605ae97a8 +43826 44249 1743817522842289106 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj 3e981606324232d1 +44001 44319 1743817523018288147 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj 7380f7a5e3e3b40d +44068 44769 1743817523084287789 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj 568a3aae69c8871d +44135 44786 1743817523152287420 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj 4c706e8dab1f2117 +44123 44836 1743817523139287491 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj 10941da02c1888d7 +44204 44939 1743817523220287051 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj 23390abf7f1fa463 +44319 45019 1743817523335286427 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj 1ee496c53efbf981 +44769 45344 1743817523785283987 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj c6f852b060c20b5d +44251 45615 1743817523267286796 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj e15d27100dedf30b +45019 45678 1743817524035282632 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj 7af10fe959b3e635 +44836 45690 1743817523852283623 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj 2c492083ebda6be1 +44939 45704 1743817523955283065 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj 229481a7abefee9b +44787 45854 1743817523803283889 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj 3cc52b1b5cbe635f +45616 46014 1743817524632279412 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj f298971edd148ef5 +45854 46088 1743817524870278128 esp-idf/esp_netif/libesp_netif.a b79ef7e138fb6c93 +45345 46135 1743817524361280873 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj 1694339adb7da9d9 +45680 46286 1743817524702279034 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj d6b21e8ca0c87dd5 +45694 46471 1743817524712278980 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj f33a1d046629b6d9 +46089 46656 1743817525105276864 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj b038f33d590c7625 +45709 47133 1743817524728278894 esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj 958d09ed2a94a94b +46286 47186 1743817525302275807 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj 22dc782dc2683ca8 +46471 47245 1743817525487274815 esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj 8bedd44b9c0e1a73 +46657 47326 1743817525673273818 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj 9bc6b6f1a5c4aeea +47138 47652 1743817526154271243 esp-idf/lwip/liblwip.a 3c5c1436ac90ccff +47186 47665 1743817526202270987 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj bb60e047a86318c2 +46135 47745 1743817525151276617 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj b739437a349a221b +47653 47936 1743817526669268497 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c3/phy_init_data.c.obj 3110a434cacbd038 +47246 47952 1743817526262270667 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj fb9785a05d8df88d +47666 48069 1743817526682268427 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj 527163ed796cfe7b +46014 48705 1743817525030277266 esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj 8617ef88e44f6033 +47327 48876 1743817526343270235 esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj 5ae0d061a1bf16de +48705 48931 1743817527721262909 esp-idf/vfs/libvfs.a ddbe8a8b23037583 +48931 48986 1743817527947261711 esp-idf/esp_vfs_console/libesp_vfs_console.a 52959999647a0159 +47749 49280 1743817526765267985 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj 1e942d3469d8252b +47937 49431 1743817526953266982 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj bb82ae8962ecb141 +49281 50039 1743817528297259864 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj 2b464a0a4cbb414 +49434 50140 1743817528450259057 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj b6dea6d44e1779ba +50140 50237 1743817529157255335 esp-idf/esp_phy/libesp_phy.a fa01c57aa2704f9f +47952 50359 1743817526968266902 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj 1de402ac47b0747a +48069 50819 1743817527085266281 esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj 178f86d98b619350 +50359 50863 1743817529375254192 esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj b0dbdcb3115bf562 +50040 51209 1743817529056255864 esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj 42fb1a36de940a92 +50237 51313 1743817529253254832 esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj be4de1e2274b4266 +48879 51766 1743817527897261976 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj 303a1d32a9f64446 +48987 52249 1743817528003261414 esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj 72de98b1c539bd45 +51313 52318 1743817530329249202 esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj 6c85745f1917d9f9 +52251 52355 1743817531268244316 esp-idf/driver/libdriver.a b35763a63e2df0c4 +50819 52707 1743817529835251781 esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj 53b4ae55fd3151d2 +52707 52874 1743817531723241959 esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a 9f1f9d902043707b +51767 53141 1743817530783246836 esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj 622e7fe4f9ebee37 +51209 53283 1743817530226249738 esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj bb29020f5d676c6f +52319 53397 1743817531335243969 esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj 61e39ab97a1b8afc +52356 53576 1743817531372243778 esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj d7c483847556ad01 +53577 53933 1743817532595237459 esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj 2410d1824464090 +50863 54019 1743817529879251550 esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj a5a32432db4f3a4c +54020 54104 1743817533037235183 esp-idf/esp_driver_ledc/libesp_driver_ledc.a 9c28e63c062531ee +54104 54169 1743817533120234758 esp-idf/esp_driver_i2c/libesp_driver_i2c.a e3ce17b944c65b79 +52874 54199 1743817531890241094 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj face46728ad88c53 +54169 54229 1743817533185234425 esp-idf/esp_driver_sdm/libesp_driver_sdm.a 4306ac3db716b7ee +54229 54268 1743817533246234113 esp-idf/esp_driver_tsens/libesp_driver_tsens.a 99cad72ba2669e84 +53141 54298 1743817532158239710 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj 209629f7a48260b9 +54200 54909 1743817533216234266 esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj bb90a39dc7d987d3 +53284 55218 1743817532300238978 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj 393952b85df0352a +54300 55262 1743817533316233754 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj 26714aac5200c947 +54268 55305 1743817533284233918 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj ebec068ea5a82bc5 +53933 55315 1743817532949235635 esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj ce0032804f9b8a66 +53398 55392 1743817532414238391 esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj 8d1a4eaa89fb7b03 +55392 55500 1743817534408228174 esp-idf/esp_driver_rmt/libesp_driver_rmt.a 4a00d1c688f09d62 +54910 55546 1743817533926230631 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj 3dcee93cde542494 +55501 55586 1743817534517227619 esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a be356daa3cf45eda +55315 55623 1743817534331228566 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj 3424c9238cf4df40 +55263 55880 1743817534282228816 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj ca5239b3254b77c2 +55306 56389 1743817534322228612 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj c5a28aed51d88159 +55880 56548 1743817534896225690 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj 62b5e59707279312 +55218 56640 1743817534234229060 esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj 791cffa013f28f7b +56640 56753 1743817535656221840 esp-idf/sdmmc/libsdmmc.a c2042d8c61302026 +56392 56956 1743817535408223095 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj 8e1de032ffd708a9 +55587 56988 1743817534604227176 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj 627fa7d01a146807 +55624 57044 1743817534640226993 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj 4e79f1830f35247d +55547 57127 1743817534563227385 esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj d6205a7f77dea8d8 +57127 57210 1743817536143219380 esp-idf/esp_driver_i2s/libesp_driver_i2s.a c1150c85190bd2f3 +56989 57259 1743817536005220074 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj 2f291c05ce9dd520 +56956 57933 1743817535974220231 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj 38bad82a6b204988 +56548 57963 1743817535564222306 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj 845a02353bb259be +57044 58339 1743817536060219797 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj e7c2687ff438e083 +56753 59327 1743817535770221263 esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj c129f3f970d92594 +57963 68151 1743817536979215173 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj b6cfddff450126c1 +58339 68346 1743817537355213292 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj d0553aa43813296 +59327 69787 1743817538343208361 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj 1498ce0de1c7cb01 +57259 70100 1743817536275218715 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj 5ce68d36b33ee1c2 +57933 70453 1743817536949215324 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj c0d6b3e908210507 +57210 70531 1743817536226218962 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj 106c09ec16af1013 +70102 72098 1743817549118156450 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj 46180c4a8a49be71 +72100 72333 1743817551117147193 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj 3e1a4280abad5ab1 +72333 73049 1743817551350146123 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj 2197145c35844d2e +69788 73121 1743817548805157910 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj 154c9ef213713d89 +73124 73240 1743817552140142501 esp-idf/esp_driver_spi/libesp_driver_spi.a b2bf44b7ca8b2547 +73240 73817 1743817552256141972 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj ae28231a036638e +73817 74907 1743817552833139340 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj ddc9d7c726a436a0 +74908 75775 1743817553924134389 esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj 4de0fdbaeae4acd2 +68154 76782 1743817547171165578 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj ee32c8406c2b997 +75778 78023 1743817554794130469 esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj 83589f9eef7c3ccd +76784 78645 1743817555800125961 esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj 175142ce4772fec7 +68346 79272 1743817547362164679 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj ec0637d450f7dcf +78024 79943 1743817557041120438 esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj 880f9f009b03161b +78646 79991 1743817557665117681 esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj fdab7731a660bea +79272 80144 1743817558288114937 esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj 5db46feb800b32b1 +79991 80264 1743817559007111782 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj c2e6b16f7c55b06d +80264 80659 1743817559280110591 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj e84ca4698e279b7b +80145 80749 1743817559161111110 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj 8addef0f530ffd05 +79944 81079 1743817558960111988 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj 294876e79c3cb13 +80659 81187 1743817559675108869 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj 7c2b0eca36a07277 +70455 81420 1743817549471154809 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj 24c0cc3f93455b73 +80749 81793 1743817559765108476 esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj c6074c19c3756dd7 +81420 81902 1743817560437105558 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj e222b5e395905774 +81080 82382 1743817560096107036 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj 759900aaa54d9873 +81902 82495 1743817560918103475 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj 28d68f7e55be74cd +82495 83166 1743817561511100920 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj a5b663b9c2bfc139 +82382 83309 1743817561398101406 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj cd90ec1b67f29ca3 +83167 83654 1743817562183098033 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj 7c10587171f79e0a +83309 83664 1743817562325097426 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj c0dbfb6897d4e070 +81794 83738 1743817560810103943 esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj d7ad9964dd09f64b +70534 83793 1743817549550154442 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj 9d86590844aff98f +73050 84150 1743817552066142838 esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj 23a7701f062a88bb +83664 84202 1743817562680095908 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj e6bc659a03e1b454 +81187 84229 1743817560203106572 esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj c806f806360f03bd +83655 84243 1743817562671095947 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj 53a862869a129e11 +83740 84408 1743817562758095575 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj 566ace83d73ce4e4 +83794 84483 1743817562813095340 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj 8d4a0a231fefa454 +84151 84673 1743817563167093831 esp-idf/nvs_flash/libnvs_flash.a ba1b32fdc243f216 +84408 84682 1743817563424092739 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj 66a88e86bfd0c27f +84673 84778 1743817563690091609 esp-idf/esp_event/libesp_event.a 80711af22b6bc73b +84202 84807 1743817563219093610 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj 249e827362be0465 +84778 84848 1743817563794091168 esp-idf/esp_driver_uart/libesp_driver_uart.a a029a3a30e5559e +84849 84944 1743817563865090866 esp-idf/esp_ringbuf/libesp_ringbuf.a e6d4b12a15040049 +84243 84962 1743817563260093436 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj 8a565f84933aeb4f +84229 85082 1743817563246093495 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj e3d5d790e2a8d6f8 +84945 85171 1743817563961090458 esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a 1510814f1c40deb5 +84807 85228 1743817563824091040 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj cf7e7e1e17a6f078 +84483 85276 1743817563499092421 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj c41e444e777c28d3 +85171 85289 1743817564187089504 esp-idf/esp_timer/libesp_timer.a 47c7e209033facb4 +84962 85293 1743817563978090386 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj efef540025f9dc8e +85289 85410 1743817564305089006 esp-idf/cxx/libcxx.a 6df972d21641f31a +85276 85624 1743817564292089061 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj 7566d76fa4b1416 +84683 85805 1743817563699091571 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj 51a38edf650da4a0 +85624 85936 1743817564640087593 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj 4cc656768cf943ac +85805 85995 1743817564821086829 esp-idf/pthread/libpthread.a a8772ac51b9615c +85938 86215 1743817564954086268 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj 612a44373abf2d69 +85293 86250 1743817564309088989 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj c328266bff37fc +85410 86404 1743817564426088495 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj 13ae887e88c32457 +85995 86468 1743817565012086024 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj ed5352f186bb2176 +85228 86917 1743817564244089263 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj 9d56348cb44f005c +85082 87015 1743817564098089879 esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj 742b66d06d888f25 +86215 87130 1743817565232085102 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj 2666cfd789ac9a32 +86251 87320 1743817565267084955 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj 347d8ec8e3fff0dd +86405 87330 1743817565421084310 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj 3b84e928c9aeeffd +87015 87741 1743817566031081754 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj b7f8e3e7e55e5fac +87746 87973 1743817566766078695 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj 8d34acdbac445fed +87321 88128 1743817566337080480 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj d8d3e51438f7a300 +88128 88352 1743817567144077125 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj f2a80efecbd99ecc +87973 88472 1743817566989077766 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj 1e950df457157886 +87130 88526 1743817566146081275 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj 74d36605292b11e1 +87330 88637 1743817566346080443 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj 1d1de62688f3f705 +88353 88763 1743817567369076195 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj d51deaecbcac0dad +88478 88806 1743817567494075678 esp-idf/newlib/libnewlib.a 1da41b14527c0508 +86468 88885 1743817565484084046 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj 9f873c136844d8d1 +86917 89056 1743817565933082164 esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj 824f5896fd26a41b +88638 89084 1743817567654075017 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj 1bc8ffcfed5cb49c +88764 89207 1743817567782074488 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj 1a62ae741702d6fc +88885 89247 1743817567901073996 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj 343aa4f550da9a1e +89084 89481 1743817568100073176 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj 6315a2f08fda065 +88806 89515 1743817567822074322 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj 2304bb6b10b92042 +88526 89603 1743817567542075480 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj d77de32643775a14 +89515 89799 1743817568532071402 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj 1055df7497a2c5eb +89482 89910 1743817568498071541 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj e02785e95c9e7a8 +89057 90054 1743817568073073287 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj 82fb44016294b993 +89247 90124 1743817568263072506 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj 30114e4c12828bbb +89603 90190 1743817568619071044 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj 636e5fd4d6db2119 +90054 90320 1743817569070069194 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj 5bbc0a309cde5ca +89800 90554 1743817568816070235 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj 3edaccaab786c193 +89210 90657 1743817568226072658 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj b31cdcbd8a2f15a6 +90191 90744 1743817569207068636 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj 380d689e44c12983 +90554 90913 1743817569570067155 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj be4f43d51b82b375 +90745 91220 1743817569761066376 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/io_mux.c.obj d061b64022668198 +89911 91333 1743817568927069780 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj b389fa734f141d82 +90124 91447 1743817569140068909 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj 37f0f68e1285440c +90321 91470 1743817569337068105 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj fc1ce177edba40a0 +90657 91543 1743817569673066735 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj cd96bc29f78fdf56 +90913 91598 1743817569929065691 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_clk_tree.c.obj 97dd8a79d90b5879 +91221 91862 1743817570238064437 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj e990571a60e0f711 +91448 92074 1743817570464063522 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj a37002772eaa5982 +91598 92250 1743817570614062914 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj bddadb83d45bebf2 +91470 92457 1743817570486063433 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj 9c043423688cc675 +91335 92478 1743817570351063980 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj e25e7e24bb30af59 +92250 92566 1743817571267060277 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj c4ef597925bae1a9 +92478 92906 1743817571494059364 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/systimer.c.obj 39206cdfe8a3fc52 +92568 93079 1743817571584059002 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj ae712cf1fc905959 +92908 93342 1743817571924057634 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj 1b9077ebb0e360ed +92074 93347 1743817571090060989 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj 3cc1ec44a398a685 +91543 93509 1743817570559063137 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj ce17943693aa7595 +91863 93830 1743817570879061841 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj 2ca6fad51558bfc7 +93342 94002 1743817572358055898 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj f7c342180099a9c0 +92460 94299 1743817571476059436 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj 64c7ff54ba1e9f7c +93079 94314 1743817572095056949 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj c9f6a2904e5a5663 +94315 94728 1743817573331052020 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/sar_periph_ctrl.c.obj ead6f6e7633352e4 +93509 94934 1743817572525055231 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj a4dbf4d30c0e5a04 +94002 94987 1743817573018053262 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj bad8d134472d98b2 +93831 95021 1743817572847053945 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj 8012148b00306af8 +94299 95132 1743817573315052084 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj 760466e44e520e0e +94729 95158 1743817573745050378 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/adc2_init_cal.c.obj a829a74ec6316e8c +93348 95277 1743817572364055874 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj 1f882e8944a98645 +95133 95485 1743817574150048775 esp-idf/freertos/libfreertos.a 34cb981c5295001b +94988 95492 1743817574004049351 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_memprot_conv.c.obj 2df60a3c0471e065 +95158 95580 1743817574174048681 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj 20f59c3e2a2811c9 +95021 95788 1743817574037049221 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c3/sleep_cpu.c.obj 7d3cd00a19f4bace +95492 95887 1743817574508047365 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj 8f800fafb9843d16 +95580 95965 1743817574596047019 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj 2a913486a6da52e1 +95887 96061 1743817574903045809 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj f3444cda52e89005 +95277 96216 1743817574293048212 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj 463b9edfbdc43f90 +95789 96225 1743817574805046195 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj a42ffc3583d5fa55 +95965 96292 1743817574981045502 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj 2005fbec98e40239 +96217 96364 1743817575233044516 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj 30119893ffeb270f +94940 96394 1743817573956049541 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_memprot.c.obj e9b7e7be802ffc68 +96225 96397 1743817575242044480 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj b096e4fa9596cec3 +96061 96419 1743817575077045126 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj 3360c82f74e3555a +95485 96438 1743817574502047389 esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj 42d83d4608ff279e +96292 96491 1743817575308044222 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj 5b8ed268c04a6d42 +96438 96532 1743817575454043651 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj b7ce8594e0d67039 +96364 96566 1743817575381043937 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj e842505195e7c681 +96397 96635 1743817575413043812 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj b51e9c64570ef577 +96533 96678 1743817575549043279 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj 5c579bd8dda2408f +96419 96701 1743817575436043722 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj 6b5360b14279900 +96566 96763 1743817575582043150 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj 81d2303c17bc522f +96491 96771 1743817575507043444 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj 74b2bc5696a2ab0 +96635 96852 1743817575651042881 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj 7cb5ea9f71dd259c +96701 96901 1743817575717042622 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj fcce93de2d4ff969 +96394 96921 1743817575410043823 esp-idf/esp_hw_support/libesp_hw_support.a db42d011b42ee90 +96680 96985 1743817575697042700 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj 36d84d29c236cdf2 +96763 97082 1743817575779042380 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj 9905bdfe10a759c0 +96922 97091 1743817575938041758 esp-idf/esp_security/libesp_security.a 372d6e98387d8515 +96902 97343 1743817575919041832 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj caef11995ab23fd +96852 97705 1743817575868042032 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj a71db4ae1e0ffe0e +97091 97763 1743817576107041100 esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj 8e79106a92075bbd +97344 97812 1743817576361040113 esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c3/memory_layout.c.obj 4716d3211d5215c +97705 97919 1743817576721038715 esp-idf/soc/libsoc.a 86cb01b539d56b93 +96771 97931 1743817575787042348 esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj 2896cb6a74237d4f +97935 98268 1743817576951037822 esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj 1e163bdf2d36ba6a +97920 98280 1743817576937037876 esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj bafa0ccf33098bc8 +97763 98290 1743817576779038489 esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj e0960af9669f9392 +98280 98470 1743817577297036486 esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj 6d035a1bff098d7b +98291 98478 1743817577307036447 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj 5bae42b11cdb197e +96989 98523 1743817576005041496 esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj 5943b87936a54c21 +98269 98699 1743817577285036532 esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj ead08c6fda75436f +98471 98716 1743817577487035753 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj b7a28ec445d46887 +97814 98753 1743817576830038291 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj 12dadc062c896f79 +98523 98948 1743817577541035545 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj f746ed9d7aff78f8 +98478 98989 1743817577494035726 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj 1ff98a2ccf4c2d26 +98700 99312 1743817577716034870 esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj 26a98c243734179 +98753 99454 1743817577769034665 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj ed0d961298a89d6d +98716 99557 1743817577732034808 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj 5983e413a8500754 +99455 99834 1743817578471031971 esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj d4708f360668f3da +99312 100091 1743817578328032519 esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj 431550e4582b1cbf +98990 100192 1743817578006033752 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj 382e871718a2120b +98949 100308 1743817577966033906 esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj 5ebd6c15cfecf909 +100192 100682 1743817579208029155 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/clk_tree_hal.c.obj 8d1bc93d4224471 +100091 100691 1743817579107029539 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj 16864c40c729d82d +99834 100720 1743817578850030520 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj cda04aa176fbce7b +99557 100746 1743817578574031577 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj dcb246fe19a7682e +97085 101035 1743817576103041115 esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj 8649adfdc8b414d6 +101036 101116 1743817580052025948 esp-idf/heap/libheap.a f76116e5c8b6096d +100720 101204 1743817579736027147 esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj 114aa7cc6d499d4a +101117 101329 1743817580133025642 esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj fd3955e98bef7937 +100748 101472 1743817579766027033 esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj c3ec01600aa4d32 +100308 101561 1743817579324028714 esp-idf/hal/CMakeFiles/__idf_hal.dir/systimer_hal.c.obj 68020d1bc081f83b +100692 101626 1743817579708027254 esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj 8271145e535a5b61 +101204 101727 1743817580223025302 esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj a6dfcd83dc3bf736 +101472 101876 1743817580488024302 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj b5317f3d1ca5efec +101727 102095 1743817580743023340 esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj 5bba7d2dbb1c79a2 +101329 102193 1743817580345024842 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj 2ace4548368d4f24 +101562 102323 1743817580578023962 esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj f231f5d4b2606f51 +100682 102343 1743817579698027292 esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj c5108c0f104aec25 +101876 102429 1743817580892022777 esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj c220d6d195b86788 +102096 102518 1743817581112021950 esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj b7f83fb8d3e01e30 +101626 102569 1743817580642023721 esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj efafe57a96c667f8 +102194 102789 1743817581211021579 esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj 483ed517deeb7118 +102429 102813 1743817581445020702 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj 845c4357b6c1bf3a +102325 102834 1743817581341021092 esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj dafb3223eea2d433 +102519 103241 1743817581535020365 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj 24e9a78e3903d5f2 +102345 103328 1743817581364021006 esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj ee700e2adb64d57a +102790 103381 1743817581806019349 esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj c3c10729fe9e05ba +102834 103534 1743817581850019185 esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj 8f1372d31aec9288 +102569 103731 1743817581585020177 esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj 16e4a7048cee2bc8 +102813 103741 1743817581830019259 esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj b1781b5880350639 +103242 103828 1743817582258017663 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj 3bf5f64234132956 +103534 103905 1743817582551016573 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj 39b5bcf7263683e6 +103381 103917 1743817582397017146 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj 7c8d8cc065c48ae9 +103741 104435 1743817582758015803 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj a5183d027287628a +103918 104456 1743817582937015137 esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj aebeddd2ec45c10a +103828 104573 1743817582847015472 esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj f829ec50a04c9551 +104573 104807 1743817583589012728 esp-idf/log/liblog.a b04a00a9538087f4 +103329 104818 1743817582345017339 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj 5ce6ebce2f6cad36 +103906 104919 1743817582922015193 esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj 50ff0dcaca3e672b +104920 105018 1743817583937011443 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj a9fceeb2734e192c +104435 105121 1743817583451013238 esp-idf/hal/CMakeFiles/__idf_hal.dir/xt_wdt_hal.c.obj eb039109f827ef13 +104818 105194 1743817583834011823 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj ea6362042d1c0d92 +104456 105216 1743817583472013160 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/rtc_cntl_hal.c.obj 6d3057ecc0f9d7fa +105018 105305 1743817584034011086 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj 930bf060f8684d39 +105216 105419 1743817584232010360 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj 9a686a3b5d11dd9a +105194 105674 1743817584210010441 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj db3adefffa1595ad +103731 105711 1743817582748015840 esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj 45baefb92438046f +105122 105727 1743817584138010705 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj bff8a417f0a08977 +105305 105816 1743817584321010034 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj abdeddc89151b551 +104808 106012 1743817583824011860 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj c618d26ed060cb90 +105727 106186 1743817584743008487 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj 9407d1631084fc37 +105712 106343 1743817584728008542 esp-idf/hal/libhal.a 7f7a21c408ea79c5 +105674 106427 1743817584690008682 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj e401f780627fca46 +106343 106465 1743817585359006239 esp-idf/esp_rom/libesp_rom.a 264a9afc503feb88 +106465 106776 1743817585481005795 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj 3449913a500f3463 +105816 106858 1743817584832008161 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj 1171c12a9c2af2fb +105419 106977 1743817584435009616 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj efe5b61b4a3722c8 +106777 107187 1743817585793004660 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj 80e30699e361426 +106428 107210 1743817585444005930 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj 5c6f7432ba55036 +106012 107224 1743817585028007443 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj 4c9a03079cf611a +106187 107391 1743817585203006807 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj 730f65c170b3c7e1 +106858 107597 1743817585874004366 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj d4126373827e3231 +107192 107837 1743817586208003156 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj 4dc28cfc484b1312 +107225 107887 1743817586244003026 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj 1c216eb3d998a087 +106977 108091 1743817585993003933 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj d3908fba2246ad13 +107391 108464 1743817586408002434 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj 4f2547957a5d3aa9 +107597 108566 1743817586613001694 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj 9acc502aea075fd0 +107210 108655 1743817586228003084 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj c2dbfd7d0b0414cd +107838 108831 1743817586854000824 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj f3c849d098bd55e2 +108091 109011 1743817587106999913 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj 1ec27b573d1e5d9 +108566 109155 1743817587582998207 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj 4c9b4a4f090161cc +108464 109177 1743817587479998576 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj be6b40324f652def +108656 109277 1743817587671997888 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj b5a6ea76c20f182f +107887 109366 1743817586904000643 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj 88c9db4e3f83718d +108831 109533 1743817587847997257 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj 511e21fd8dea8444 +109011 109537 1743817588026996616 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj 6c80349607efc687 +109177 109612 1743817588192996026 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj eb2df4c6c492bf00 +109366 109798 1743817588381995354 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/reset_reason.c.obj 531afcced3a69826 +109155 109806 1743817588171996100 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj 422b3889f81c0546 +109537 109891 1743817588552994745 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/cache_err_int.c.obj e68e85170be2dfa3 +109799 109897 1743817588815993810 esp-idf/esp_common/libesp_common.a f5ecf8d9931ddc69 +109891 110049 1743817588906993486 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj 87294c5075bc58d1 +109810 110116 1743817588825993774 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj 23b6a782f37abcc4 +109612 110132 1743817588627994478 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/apb_backup_dma.c.obj c1c2cdc5341e2e83 +110049 110265 1743817589066992919 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj 6a4711421a83c79b +109277 110282 1743817588292995670 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/clk.c.obj 3770b6c686f670ba +109534 110533 1743817588550994752 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/system_internal.c.obj cf57ae5005bb50da +110265 110633 1743817589280992163 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj 4278dda7dbcf1aed +110282 110646 1743817589297992103 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj d8691484b9485eb9 +110133 110826 1743817589148992629 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj e04872252233eca +110117 110895 1743817589132992686 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj 69f71548a0f8fbe1 +110633 111000 1743817589648990864 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj f4aa3c736c964b2b +110533 111143 1743817589548991217 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj e7f8fb3dd8611ad6 +109897 111154 1743817588912993465 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj 6b0f894bcf28c507 +110827 111582 1743817589842990179 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj ed6fdb0d06db5586 +110646 111585 1743817589662990814 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj 745012f53cda5b00 +111000 111637 1743817590015989568 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj 31b9a74b363105d +110895 111669 1743817589911989935 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj c3f60c2770141b66 +111143 111722 1743817590159989064 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj 589f997b065888a6 +111670 111864 1743817590686987217 esp-idf/esp_system/libesp_system.a ee91be0c8bc3304f +111638 111894 1743817590654987329 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj dad4308ef98336d6 +111865 112045 1743817590883986527 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c3/ext_mem_layout.c.obj 66d4721736f4aef +111586 112207 1743817590603987508 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj f6e8a9f53c63e1e4 +111155 112392 1743817590171989022 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj 71d71bf95068d539 +112045 112514 1743817591061985905 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj 1a2d76705eaeff03 +111583 112567 1743817590599987522 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj 3966f16c2635d634 +111894 112664 1743817590910986433 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj e59760b2cb6960ed +112567 112713 1743817591583984091 esp-idf/spi_flash/libspi_flash.a 6208c093a85f709a +112208 112762 1743817591224985339 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj f09534a91a3d3e35 +111722 112949 1743817590738987035 esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj a1899280e2f120e4 +112393 112963 1743817591409984695 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj 99b52025aba95ba +112514 112964 1743817591530984275 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj 6f37f0b6ade43bf2 +112664 112985 1743817591680983753 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj 7adfb9a492efe1c8 +112713 113090 1743817591729983583 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj 2a1c686ac08974a3 +112762 113219 1743817591778983413 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj bf2f09e47ba980fd +112964 113269 1743817591980982710 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj 5e8bf86ead6c1b77 +112985 113613 1743817592001982637 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj b7ada689f2422a41 +112963 113618 1743817591979982714 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj b2503e7aed3a68db +113090 113677 1743817592106982275 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj 10ff62873e275e20 +112949 113748 1743817591965982763 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj 965abfce9f855ae5 +113614 113972 1743817592630980468 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj 41fa25121dc2278f +113677 114034 1743817592693980250 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj 4987a2c37a6a5766 +113973 114109 1743817592989979229 esp-idf/esp_mm/libesp_mm.a b66fffe981f2bb96 +113219 114293 1743817592235981830 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj b754c717445ffaf2 +114034 114325 1743817593051979017 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj 86f1c63e7e433906 +113749 114372 1743817592765980002 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/secure_boot_secure_features.c.obj d8b15c5fbe7775ab +113618 114401 1743817592634980454 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj 6a74c5f393bb9c53 +114109 114494 1743817593125978763 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj c43a5811d8a935ff +114401 114849 1743817593417977764 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj 665c698450ca2002 +114294 114869 1743817593310978130 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj 7fc5c1e4e8e74de2 +114494 114905 1743817593510977446 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj ca0321db4f6aeb40 +114325 114909 1743817593341978024 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj 208f93fa7ccfcd57 +113270 115185 1743817592286981654 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj 1a942d37437ea606 +114372 115306 1743817593388977863 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj 2a8a9a70312f71bd +114870 115353 1743817593886976158 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj fa6d5962e401b668 +115185 115408 1743817594202975082 esp-idf/bootloader_support/libbootloader_support.a a85677d3778dbd51 +114910 115577 1743817593926976022 esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj 4d014d825cc01d22 +115353 115590 1743817594369974515 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj 4b55e722be2f37d8 +115409 115788 1743817594425974325 esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj 56e0dc461097c15 +114905 115815 1743817593921976039 esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj d306f49d198d4327 +115590 115877 1743817594606973710 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj 4f653c14203a2d44 +115577 115985 1743817594593973754 esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj 3c67a5a8454ca395 +114850 116061 1743817593866976227 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj 6a6ae3aa881da69f +115788 116145 1743817594805973034 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj c41ffde683dde901 +115815 116261 1743817594831972946 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj 3f5a99b391503cc8 +116061 116355 1743817595077972112 esp-idf/efuse/libefuse.a 294f70e18bfac9fc +115877 116443 1743817594893972735 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj a60281bbbfe41abe +116356 116451 1743817595372971118 esp-idf/esp_partition/libesp_partition.a 5a4ff813a049f4b4 +115306 116540 1743817594322974675 esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj 61e7058aed7aa683 +115986 116618 1743817595002972365 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj 38acc96b874ebb67 +116540 116622 1743817595556970498 esp-idf/app_update/libapp_update.a 899809946b82299a +116627 116703 1743817595643970205 esp-idf/esp_bootloader_format/libesp_bootloader_format.a 3fe858a31458bf55 +116444 116761 1743817595460970822 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj bd7a2c52db31a31f +116146 117175 1743817595163971823 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj b43f312745e11d40 +116261 117197 1743817595277971438 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj 9a84ea3c2f052be0 +117198 117555 1743817596215968283 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj 1b4d22feb23ed3ea +116620 117714 1743817595636970229 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj 5317e1c4e43d1ad9 +117556 117880 1743817596572967090 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj 746c0f6a6101b14c +117715 118039 1743817596732966555 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj bcc78b9f7d609f01 +117883 118255 1743817596899965997 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj 24b31df7b1027fe3 +117175 118329 1743817596191968364 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj 12c536aea55bf05e +118256 118623 1743817597272964757 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj 9a055735d39ca261 +118040 118636 1743817597056965473 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj be4dc212e5990bf8 +116452 118676 1743817595468970795 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj 64c21fae601afd36 +118624 118704 1743817597640963536 esp-idf/esp_app_format/libesp_app_format.a c5f9344cd7ba9572 +116762 119382 1743817595778969750 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj 64bdb72ab3810936 +118704 119599 1743817597720963271 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj 775e04aef31664b8 +118329 119733 1743817597345964515 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj 52ad297e13c74edd +119382 120079 1743817598398961033 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj a5d8d41e6d234e6e +118637 120157 1743817597653963493 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj 12a1ac7238c37b00 +120079 120587 1743817599095958742 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj 30a915867b411fe2 +119734 120744 1743817598750959875 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj 41c9cc13decd96ae +118676 120918 1743817597692963364 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj 78785cbd7433d607 +120918 121198 1743817599934956003 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj 92a8b89c34294add +120587 121218 1743817599603957084 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj 4fbcb748e8950b83 +116703 121423 1743817595719969949 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj e5db1ff7a409b371 +121201 121553 1743817600217955085 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj 73408cd97b33f390 +121424 121560 1743817600441954360 esp-idf/mbedtls/mbedtls/library/libmbedtls.a 6aa26af9cd2f9398 +120748 121665 1743817599764956558 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj bbbd53e5606fb472 +120160 121680 1743817599176958478 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj 58ce191df1292191 +119599 121817 1743817598615960319 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj 536cda336d787554 +121665 122222 1743817600681953583 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj 87001fa33ae4756a +121560 122311 1743817600576953923 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj 263caaf7eb475962 +122222 122373 1743817601238951786 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj 100425224c03afca +121553 122448 1743817600569953946 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj 67c40a3c27b8e775 +121219 122515 1743817600235955027 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj 84196e5c322ac7b6 +122313 122536 1743817601329951494 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj 4af9e9106f951a4 +122374 122617 1743817601390951298 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj 30bee084a071cc43 +122448 122676 1743817601464951060 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj b8fa7513e72966e5 +122617 122747 1743817601633950518 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj 180c6feeee251516 +122536 122857 1743817601552950778 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj 580b5d2797667ca6 +121817 123083 1743817600833953091 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj fbd456fdaa2863a6 +122515 123499 1743817601531950845 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj 3bf42b8e753ec870 +122857 123559 1743817601873949747 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj bd0ad238d74cfdec +122748 123661 1743817601764950097 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj 575f3a8fe1eb841 +123661 123794 1743817602677947183 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj 8fa78d4034a38ff +123559 123804 1743817602575947508 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj c8d5e2ddb9a82e9a +122677 124000 1743817601693950325 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj 50b83e2785b523d0 +124001 124226 1743817603017946101 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj ab4f74199aea1f05 +123499 124298 1743817602516947696 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj 72422d70a7241a4e +123085 124327 1743817602101949018 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj c1d647fcd39203dc +121683 124480 1743817600699953525 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj ae92d2f19c29dd42 +123795 124643 1743817602811946756 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj 490d64b0c675eaf3 +124327 124674 1743817603343945071 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj 9ed420e265d04e20 +123804 124749 1743817602820946728 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj 1a870ea732adeffb +124643 124967 1743817603659944073 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj efa1e2db89a644d2 +124967 125263 1743817603983943049 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj 70173f19b3f6f1fe +124480 125419 1743817603496944587 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj a93ea47132af0017 +124674 125590 1743817603690943975 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj 47de0de9ea84b4c4 +124298 125733 1743817603314945162 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj f46c72de5e0465bc +125263 126028 1743817604279942121 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj 71f29ef0ada0ee10 +124749 126187 1743817603765943738 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj 79feb30a2e28283 +126028 126423 1743817605044939726 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj cdfa21bd3badef16 +125590 126467 1743817604606941097 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj 81e35cb3c8a9edcc +124226 126646 1743817603242945390 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj 723f957da51cdb49 +126188 126655 1743817605204939229 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj 570214817f2d916a +126424 126718 1743817605440938496 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj dc45b4afd507daff +125419 126753 1743817604435941633 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj 8cdb15c384a7b7d3 +125733 126758 1743817604749940649 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj c4dac93805c2da45 +126647 127069 1743817605663937803 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj cf3ed47950a6f395 +126754 127522 1743817605770937471 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj a6d4437572303638 +126760 127616 1743817605781937436 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj b4c21b106f03ce84 +126655 127641 1743817605671937778 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj 7345c34ea8018234 +126468 127846 1743817605484938359 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj 9bc0b92b7173dcc6 +126718 128032 1743817605734937582 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj c6dbd9b2b6a18e25 +127069 128190 1743817606086936491 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj 77af551bb857b3cb +127847 128299 1743817606863934098 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj 5893ffe3e0946026 +127617 128351 1743817606633934806 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj a0b50a1d72a7b258 +128190 128447 1743817607206933046 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj 252ea5c5fae876f8 +128032 128493 1743817607048933529 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj 9f710a54b0fcebec +127522 128730 1743817606538935099 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj 6dc580bcdb230420 +127642 128803 1743817606658934729 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj c14317dd2f68a948 +128493 128938 1743817607509932121 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj e7a0089988d60750 +128351 129021 1743817607368932551 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj 26114f290e857695 +128938 129433 1743817607954930761 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj ccf5a5e97901b603 +128804 129502 1743817607820931171 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj 58c883518dec2896 +128731 129564 1743817607747931394 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj 2919b7d9cdb47357 +129021 129889 1743817608037930509 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj c661112e2a04031f +129433 129905 1743817608449929261 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj 5ccc2b1fa64ff746 +128448 129953 1743817607464932258 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj dc4c16095f31515b +129890 130238 1743817608906927877 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj f0484b23fa32bb72 +129502 130264 1743817608518929052 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj 6e61ce2fd0c02c11 +129564 130349 1743817608580928864 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj fe4ada17efb4213b +130238 130652 1743817609254926829 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj 48cd488eef6a34f3 +130350 130717 1743817609366926493 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj 446f55d7af8b3e97 +130265 130924 1743817609281926748 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj c621009c80b792fa +129955 131038 1743817608975927668 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj f8e607e11bf23742 +129906 131091 1743817608922927828 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj bb6c525cb5b4b4bf +130925 131400 1743817609943924761 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj 9eec55b544433a69 +131038 131405 1743817610055924426 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj e9b87107b83bbfe0 +130717 131527 1743817609734925388 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj 382684d1f3def74a +131400 131532 1743817610416923351 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj cf81d546c4ff3f98 +131405 131578 1743817610421923336 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj 2b1db56271a20193 +131527 131683 1743817610543922973 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj 468f2826bc0c43ed +131578 131726 1743817610595922818 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj dbdd499724574afe +131532 131775 1743817610548922958 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj a10b679e8227bb63 +131091 132067 1743817610108924268 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj 49c0f1755008de3e +131684 132175 1743817610700922505 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj a7b1271e6b452938 +131726 132229 1743817610742922380 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj 3c9a7a58d4816354 +132229 132541 1743817611245920889 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj 265f9e30458015aa +132177 132573 1743817611193921043 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj 9ce7439cb5669966 +131777 132629 1743817610793922229 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj c0327058e9460dc1 +132574 132876 1743817611590919871 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj 53190beefa6285e +132068 133117 1743817611085921361 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 f9557c4e42e9e6ab +132629 133163 1743817611645919709 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj e44135d1dd21d784 +132541 133241 1743817611557919969 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj 7c8343bd071298fc +133117 133738 1743817612133918272 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj dac4314678457a4e +133241 133970 1743817612257917909 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj a9ffc87408d6f843 +132876 134021 1743817611892918980 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj 3d4cfd06a8c4de7a +130654 134277 1743817609671925577 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj 2799781a30cd89f5 +133970 134281 1743817612986915777 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj 85637d97081864db +134282 134483 1743817613298914872 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj d9a5f4733d9fae47 +133164 134623 1743817612180918135 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj 8fa8415655903be8 +133738 135017 1743817612754916455 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj eb7a2a8b59c6f8f7 +134022 135032 1743817613038915625 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj b96ed1306dc85fb2 +134625 135200 1743817613643913871 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj 891b93fe51f6eba +134277 135282 1743817613294914883 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj dc38636df152e1f5 +135017 135303 1743817614034912738 esp-idf/mbedtls/mbedtls/library/libmbedx509.a c46998de0b66df8b +135032 135603 1743817614048912698 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj 7dfcb92ffcb36b61 +135283 135671 1743817614299911976 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj 46e00e0d63eface0 +128299 135737 1743817607315932713 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj 15d140f1698f7c59 +135671 135786 1743817614790910565 bootloader-prefix/src/bootloader-stamp/bootloader-mkdir 4ef4322cd06d6812 +135671 135786 1743817614790910565 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir 4ef4322cd06d6812 +135603 135812 1743817614619911057 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj 3dfc8e2f500e7a1b +135786 135856 1743817614869910338 bootloader-prefix/src/bootloader-stamp/bootloader-download e6a979d56f49a85 +135786 135856 1743817614869910338 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-download e6a979d56f49a85 +135303 135874 1743817614319911919 esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj ab13ca9541f36cac +135857 135925 1743817614937910143 bootloader-prefix/src/bootloader-stamp/bootloader-update b107dc323460281 +135857 135925 1743817614937910143 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-update b107dc323460281 +135200 136021 1743817614217912212 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj 92030b633d9f7b96 +135925 136028 1743817615032909871 bootloader-prefix/src/bootloader-stamp/bootloader-patch ecea3c18413d5140 +135925 136028 1743817615032909871 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch ecea3c18413d5140 +134484 136283 1743817613501914283 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj a5d052b1a1a31554 +136284 136861 1743817615300909107 esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a f561305ab9767870 +136862 136933 1743817615878907461 esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a 921983170706a378 +136933 137002 1743817615949907258 esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a c726549df39a379 +137002 138066 1743817617020904234 esp-idf/mbedtls/x509_crt_bundle 3ee42ace6e55dd6d +137002 138066 1743817617020904234 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/x509_crt_bundle 3ee42ace6e55dd6d +138066 138723 1743817617730902248 x509_crt_bundle.S 6cced4404e65bd3d +138066 138723 1743817617730902248 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/x509_crt_bundle.S 6cced4404e65bd3d +138725 139175 1743817617741902217 esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj 400cf7fda36be1bb +138730 139216 1743817617746902203 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj 4a494fa15a8aecda +138728 139736 1743817617745902206 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj ffabb24d7b068be5 +139217 139756 1743817618233900846 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj ff3e05a6fcd71788 +138734 139958 1743817617750902192 esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj cb4b3f7bb29a5b19 +138723 140057 1743817617739902223 esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj e21e6f1ba66dc1f2 +140058 140210 1743817619074898517 esp-idf/mbedtls/libmbedtls.a 22dc1195e4ba593 +140210 140292 1743817619226898099 esp-idf/esp_pm/libesp_pm.a 1c4d6f66bcd5c771 +139958 140547 1743817618974898792 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj 3b1ae8794f727785 +139737 140612 1743817618753899405 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj fef5d14ecdb56999 +140612 140754 1743817619629896992 esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj dde7e2c3dec7a4fb +139756 140796 1743817618773899350 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj 88e9b1747502302a +140292 140814 1743817619308897874 esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj 891be50ae13a7036 +140796 140895 1743817619812896490 esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj e66e928eb5dc6fc7 +140547 141024 1743817619564897171 esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj 8b32e8cd07780730 +140755 141347 1743817619771896602 esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_intc.c.obj 901e30a26aa48143 +141024 141687 1743817620040895865 esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj 7cdd6f457842ca23 +140815 141805 1743817619831896438 esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj 722ba50d31773e1d +140896 142073 1743817619912896215 esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj d4ee0cde7dbf7a00 +141348 142233 1743817620364894983 esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj 925fbb3c070fc5c4 +141687 142665 1743817620703894060 esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj 64aa14435341015e +139175 142870 1743817618191900963 esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj ad146c0ba3738a7f +141805 142954 1743817620821893739 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj b77c336fc243b18c +142233 143042 1743817621249892581 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj 592fbcc2517f76d2 +142871 143073 1743817621887890860 esp-idf/esp_driver_gpio/libesp_driver_gpio.a cc3980ffe021d83b +143073 143208 1743817622089890318 esp-idf/riscv/libriscv.a c2664b9ffd4c8cae +142074 143319 1743817621092893004 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj 6c6cfa9d5e9a23b8 +143042 143561 1743817622058890401 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj 711ed2a8a92fd9fd +142666 143578 1743817621682891413 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj 5e7012f66c7a4648 +142954 143586 1743817621971890634 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj 7c50d1709ea256d1 +143578 144219 1743817622594888969 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj d59cf6ed2008b213 +143208 144354 1743817622224889957 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj a15b8c2ee56c81f0 +143319 144356 1743817622335889661 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj 76a4d6c4d9ee316b +143561 144445 1743817622577889015 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj 935fcf6f37fab0f4 +143587 144713 1743817622603888945 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj 40762afca9116a67 +144219 144996 1743817623236887260 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj 88dc878ee7a7457a +144354 145387 1743817623370886906 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj a15dd48f6d820840 +144996 145595 1743817624012885208 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj 894ff7ba7e6cb791 +144356 146477 1743817623372886901 esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj aa70ac91c7f51b13 +145595 146504 1743817624611883638 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj c2dc562961e4ccce +145388 146639 1743817624404884180 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj 477c7624673f3f34 +146477 147377 1743817625494881336 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj d33c4aabadb712da +146504 147419 1743817625520881269 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj 4190837013f90023 +147419 147728 1743817626435878905 esp-idf/console/libconsole.a 16d3c52cc5a51457 +146639 147859 1743817625655880918 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj 71738ed009dc0e60 +144714 147868 1743817623730885953 esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj a6df1d13d8d514df +147377 148189 1743817626394879010 esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj 22af332d2a40d729 +147868 148299 1743817626884877751 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj 4d796f51ac048446 +144445 148423 1743817623461886665 esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj b502db22b9588a52 +148423 148577 1743817627440876332 esp-idf/protobuf-c/libprotobuf-c.a 8b4364570fcb8501 +147729 148720 1743817626745878108 esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj fc34bd50e1ef23cd +148189 148793 1743817627205876930 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj 6142c4d4a8b51575 +147859 148832 1743817626876877771 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj d615098ff8d5cbdd +148299 149018 1743817627315876650 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj ceb708a09408824d +148722 149235 1743817627740875569 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj 63096a5627cfcc7a +148577 149732 1743817627593875943 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj e3b5bccd2e477cc8 +148794 149765 1743817627810875390 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj d8bcf2c288af193b +148833 150179 1743817627849875291 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj 462761c1ed874977 +149018 150360 1743817628034874821 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj b3f13f0165c11794 +150367 151240 1743817629383871430 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj 9d4faba088baaf8c +150180 151496 1743817629196871897 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj 119db91b6bb5190 +149766 151503 1743817628782872936 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj 384e80a0c5740919 +149733 151624 1743817628749873019 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj d4814bc280e89b70 +149235 151631 1743817628251874274 esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj 17525022012efd3b +151632 151775 1743817630648868289 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj da0ee6f6994be3e8 +151240 151953 1743817630257869255 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj daeec2023ff89db3 +151503 152263 1743817630519868608 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj 6ece218870817087 +151496 152536 1743817630512868625 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj a8e645bb6323e13d +151777 152997 1743817630793867931 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj 5538ea6346214158 +152998 153520 1743817632015864937 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj 4822c5f159a4f0b9 +152537 153662 1743817631555866062 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj 54fd20dd205b0ddc +153663 154009 1743817632679863329 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj 452c94cd7bcfe9a +154012 154075 1743817633028862485 esp-idf/unity/libunity.a dacb90ac9b8b2843 +153520 154204 1743817632536863676 esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj 248b32198470a13b +154076 154637 1743817633092862332 esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj f9fc984427f4b831 +152264 154925 1743817631280866735 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj 3ed4d21b5496aef7 +154205 155625 1743817633221862022 esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj d21b6f92eaa31dfe +154638 155797 1743817633654860985 esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj 7deb533625f5eafb +151624 156145 1743817630642868304 esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj 8a9c3b8b746dc9e7 +155798 156559 1743817634816858220 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj e52dbafd18b2b1cb +156145 157263 1743817635161857405 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj 32c3cba9c5c093fc +155625 157305 1743817634645858625 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj beea9c09290152a3 +151954 157321 1743817630970867494 esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj 764f18215cee0250 +154926 157353 1743817633943860292 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj d97d701a1599ad73 +157305 157407 1743817636321854690 esp-idf/esp_https_server/libesp_https_server.a 2063ba04889cf3d2 +157322 157603 1743817636338854651 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj 614b6c410f88c77e +156559 158210 1743817635575856433 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj cb5578fd03e96a1 +157603 158260 1743817636619853998 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj 66d12f6a252ae14a +157353 158478 1743817636369854579 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj 8a0b6ae826f741fb +157407 158519 1743817636423854453 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj 56d47128f960ace +158262 158815 1743817637279852472 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj 6afc74f51368ef35 +157265 158925 1743817636281854783 esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj cb5703e8b7242811 +158925 159107 1743817637941850950 esp-idf/protocomm/libprotocomm.a 2633abfac6990d83 +158520 159162 1743817637540851872 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj c53857d8961e6222 +136029 160121 1743817639130848248 bootloader-prefix/src/bootloader-stamp/bootloader-configure a3b65e6cf551bc1b +136029 160121 1743817639130848248 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure a3b65e6cf551bc1b +159163 160195 1743817638179850408 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj 6d199f3efba549ad +158210 160227 1743817637226852594 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj 3726d2a52387de5b +158479 160233 1743817637496851973 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj bae5888e9f981e3d +158815 160392 1743817637831851203 esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj 6baa54294fb279e4 +160227 160423 1743817639243847994 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj 92521cb2fb7a9c06 +160233 160993 1743817639249847980 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj 8e6b040693574f2e +160424 161003 1743817639440847551 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj e192b6382bc53064 +160196 161102 1743817639212848064 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj 7bc4d2353ff3154 +161102 161274 1743817640119846026 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj f6eab66da628da78 +160993 161317 1743817640010846269 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj f111563b9fe86941 +159107 161437 1743817638123850535 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj 5141c581424cd3d2 +161276 161440 1743817640292845641 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj dcd833a604a9887c +161437 161548 1743817640453845283 esp-idf/wear_levelling/libwear_levelling.a 95b2809113094be6 +160392 161563 1743817639408847623 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj 86cf57ecf1d36ec6 +160122 161569 1743817639138848230 esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj 56061c9844b7c37 +161004 161917 1743817640020846247 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj 2d647997c7ab1981 +161317 162078 1743817640333845550 esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj ab6e121f3de5a494 +161548 162302 1743817640564845036 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj 3740bb557bdb2412 +161443 162584 1743817640459845270 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj 3e635623460e0088 +161563 162616 1743817640579845003 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj d5c2e56021e291a6 +161917 162788 1743817640934844213 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj f45f138ec9417969 +162303 162848 1743817641320843362 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj 322dc5c21214a2db +162079 162908 1743817641095843857 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj 46250fa0d3a36ef +162848 163050 1743817641864842164 esp-idf/json/libjson.a ce9e9f43d218dfa2 +162616 163555 1743817641632842675 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj eeb00eb116fbc36c +162789 164161 1743817641805842294 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj 7cbc4e2882e0e040 +161569 164294 1743817640585844989 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj 6b5a008a32f2e991 +163050 164336 1743817642066841721 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj 19be716e936792fa +163556 164632 1743817642572840620 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj 406982a12cb28df5 +164161 164749 1743817643177839307 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj ba33ad39fa7409aa +162587 164807 1743817641604842737 esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj 85622860dafb21ed +164632 165003 1743817643648838294 esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj 8baadb136922e445 +164294 165310 1743817643310839021 esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj baf98d39578a7b15 +164754 165752 1743817643770838031 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj 8aee7cb0fb229336 +164809 165911 1743817643825837913 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj ee7a07e9f6c5caab +165311 166066 1743817644327836840 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj 6bba06b2135522cb +164336 166108 1743817643352838931 esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj 4d9a3d24ade8f037 +165753 166775 1743817644770835897 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj 32c14f61460f8499 +165004 167269 1743817644023837487 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj 961dca64230f24e9 +166110 167417 1743817645126835143 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj 9df1bc62a65628f6 +165911 167849 1743817644927835563 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj e0d85d77e0f1dd9e +167270 167969 1743817646286832709 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj cfee8fe174beb188 +166776 168146 1743817645792833741 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj 65bc47d789b3e6fb +166066 168372 1743817645082835235 esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj eac2463dd4e4f942 +162908 168473 1743817641924842032 esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj 279db3b6009b79e3 +167850 168493 1743817646866831502 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj fa890cf80fb37a6e +167969 168587 1743817646985831255 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj 4e83be1a7589069d +168146 168732 1743817647163830888 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj dca1421f373a7093 +168373 169057 1743817647389830424 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj 8c159a8d7be644dd +168493 169338 1743817647509830177 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj e3d6c9b1041dca38 +168587 169708 1743817647603829984 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj c94e10ca11e662b6 +168732 169823 1743817647748829686 esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_api.c.obj 51742f99dde41849 +168473 169835 1743817647490830216 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj d38af0d89788e243 +169835 169915 1743817648851827438 esp-idf/cmock/libcmock.a 30322aed657e64db +169824 169965 1743817648841827459 esp-idf/app_trace/libapp_trace.a a3a2d6ba210a6dea +169915 170018 1743817648931827276 esp-idf/esp_driver_cam/libesp_driver_cam.a e3d73e5b09b4ca42 +169057 170095 1743817648073829019 esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_dev.c.obj 793217ba1e63dad0 +169965 170105 1743817648981827174 esp-idf/esp_eth/libesp_eth.a 691e031e1d70df5f +170018 170168 1743817649034827067 esp-idf/esp_hid/libesp_hid.a 30b5b236c57275cd +170105 170191 1743817649121826892 esp-idf/esp_local_ctrl/libesp_local_ctrl.a 9c3967ceacbd9b9e +170191 170261 1743817649207826720 esp-idf/fatfs/libfatfs.a 66e4d0c6f014514b +170095 170333 1743817649112826911 esp-idf/esp_lcd/libesp_lcd.a e6ccb603bf0865b3 +170265 170347 1743817649283826567 esp-idf/mqtt/libmqtt.a f4f2f85ad2cf037a +170334 170411 1743817649350826433 esp-idf/nvs_sec_provider/libnvs_sec_provider.a a1972da7d9529fa4 +169338 170431 1743817648355828446 esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_encoder.c.obj 985615ee84f5127c +170347 170451 1743817649362826409 esp-idf/rt/librt.a 9b29f5f3a05849b2 +170169 170460 1743817649185826764 esp-idf/espcoredump/libespcoredump.a d6312ed10028fe76 +170411 170668 1743817649427826278 esp-idf/spiffs/libspiffs.a bfaccd88dc4a724d +169708 171359 1743817648724827696 esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_spi_dev.c.obj 8964e7e7e7b3ed7d +170452 171827 1743817649468826196 esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj 48f34f668f09c91b +167418 172422 1743817646435832399 esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj cf67367ded7dffcf +170460 184262 1743817649476826180 bootloader-prefix/src/bootloader-stamp/bootloader-build b310bf09039b633 +170460 184262 1743817649476826180 bootloader/bootloader.elf b310bf09039b633 +170460 184262 1743817649476826180 bootloader/bootloader.bin b310bf09039b633 +170460 184262 1743817649476826180 bootloader/bootloader.map b310bf09039b633 +170460 184262 1743817649476826180 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-build b310bf09039b633 +170460 184262 1743817649476826180 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.elf b310bf09039b633 +170460 184262 1743817649476826180 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.bin b310bf09039b633 +170460 184262 1743817649476826180 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.map b310bf09039b633 diff --git a/ESP32-IDF_ePaper/build/CMakeCache.txt b/ESP32-IDF_ePaper/build/CMakeCache.txt index a9f68c782..21b451881 100644 --- a/ESP32-IDF_ePaper/build/CMakeCache.txt +++ b/ESP32-IDF_ePaper/build/CMakeCache.txt @@ -1,6 +1,6 @@ # This is the CMakeCache file. -# For build in directory: c:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build -# It was generated by CMake: C:/Users/alex/.espressif/tools/cmake/3.24.0/bin/cmake.exe +# For build in directory: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build +# It was generated by CMake: /usr/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. @@ -14,22 +14,25 @@ # EXTERNAL cache entries ######################## -//Path to a program. -CMAKE_ADDR2LINE:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-addr2line.exe +//No help, variable specified on the command line. +CCACHE_ENABLE:UNINITIALIZED=0 //Path to a program. -CMAKE_AR:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar.exe +CMAKE_ADDR2LINE:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_ASM_COMPILER_AR:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe +CMAKE_ASM_COMPILER_AR:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar //A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_ASM_COMPILER_RANLIB:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe +CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib -//ASM Compiler Base Flags -CMAKE_ASM_FLAGS:STRING='-mlongcalls ' +//Flags used by the ASM compiler during all build types. +CMAKE_ASM_FLAGS:STRING= //Flags used by the ASM compiler during DEBUG builds. CMAKE_ASM_FLAGS_DEBUG:STRING=-g @@ -49,14 +52,14 @@ CMAKE_BUILD_TYPE:STRING= //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_CXX_COMPILER_AR:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe +CMAKE_CXX_COMPILER_AR:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar //A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib //C++ Compiler Base Flags -CMAKE_CXX_FLAGS:STRING='-mlongcalls -Wno-frame-address ' +CMAKE_CXX_FLAGS:STRING='-march=rv32imc_zicsr_zifencei ' //Flags used by the CXX compiler during DEBUG builds. CMAKE_CXX_FLAGS_DEBUG:STRING=-g @@ -72,14 +75,14 @@ CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_C_COMPILER_AR:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe +CMAKE_C_COMPILER_AR:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar //A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_C_COMPILER_RANLIB:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe +CMAKE_C_COMPILER_RANLIB:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib //C Compiler Base Flags -CMAKE_C_FLAGS:STRING='-mlongcalls -Wno-frame-address ' +CMAKE_C_FLAGS:STRING='-march=rv32imc_zicsr_zifencei ' //Flags used by the C compiler during DEBUG builds. CMAKE_C_FLAGS_DEBUG:STRING=-g @@ -96,8 +99,8 @@ CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //Path to a program. CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND -//Flags used by the linker during all build types. -CMAKE_EXE_LINKER_FLAGS:STRING= +//Linker Base Flags +CMAKE_EXE_LINKER_FLAGS:STRING='-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs ' //Flags used by the linker during DEBUG builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= @@ -115,7 +118,7 @@ CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= //Value Computed by CMake. -CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/pkgRedirects +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/pkgRedirects //User executables (bin) CMAKE_INSTALL_BINDIR:PATH=bin @@ -154,7 +157,7 @@ CMAKE_INSTALL_MANDIR:PATH= CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include //Install path prefix, prepended onto install directories. -CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/ESP32-IDF_ePaper +CMAKE_INSTALL_PREFIX:PATH=/usr/local //Run-time variable data (LOCALSTATEDIR/run) CMAKE_INSTALL_RUNSTATEDIR:PATH= @@ -169,10 +172,10 @@ CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com CMAKE_INSTALL_SYSCONFDIR:PATH=etc //Path to a program. -CMAKE_LINKER:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld.exe +CMAKE_LINKER:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ld //Program used to build from build.ninja files. -CMAKE_MAKE_PROGRAM:FILEPATH=C:/Users/alex/.espressif/tools/ninja/1.10.2/ninja.exe +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja //Flags used by the linker during the creation of modules during // all build types. @@ -195,13 +198,13 @@ CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. -CMAKE_NM:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-nm.exe +CMAKE_NM:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-nm //Path to a program. -CMAKE_OBJCOPY:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objcopy.exe +CMAKE_OBJCOPY:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objcopy //Path to a program. -CMAKE_OBJDUMP:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe +CMAKE_OBJDUMP:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump //Value Computed by CMake CMAKE_PROJECT_DESCRIPTION:STATIC= @@ -212,11 +215,26 @@ CMAKE_PROJECT_HOMEPAGE_URL:STATIC= //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=ESP32-IDF_ePaper -//Path to a program. -CMAKE_RANLIB:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib.exe +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=3.6.2 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=3 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=6 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=2 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= //Path to a program. -CMAKE_READELF:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-readelf.exe +CMAKE_RANLIB:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-readelf //Flags used by the linker during the creation of shared libraries // during all build types. @@ -266,10 +284,13 @@ CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. -CMAKE_STRIP:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-strip.exe +CMAKE_STRIP:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND //The CMake toolchain file -CMAKE_TOOLCHAIN_FILE:FILEPATH=C:/Users/alex/esp/esp-idf/tools/cmake/toolchain-esp32.cmake +CMAKE_TOOLCHAIN_FILE:FILEPATH=/home/abobkov/esp/esp-idf/tools/cmake/toolchain-esp32c3.cmake //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console @@ -287,13 +308,13 @@ ENABLE_PROGRAMS:BOOL= ENABLE_TESTING:BOOL= //Value Computed by CMake -ESP32-IDF_ePaper_BINARY_DIR:STATIC=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build +ESP32-IDF_ePaper_BINARY_DIR:STATIC=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build //Value Computed by CMake ESP32-IDF_ePaper_IS_TOP_LEVEL:STATIC=ON //Value Computed by CMake -ESP32-IDF_ePaper_SOURCE_DIR:STATIC=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper +ESP32-IDF_ePaper_SOURCE_DIR:STATIC=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper //No help, variable specified on the command line. ESP_PLATFORM:UNINITIALIZED=1 @@ -302,10 +323,10 @@ ESP_PLATFORM:UNINITIALIZED=1 GEN_FILES:BOOL= //Git command line client -GIT_EXECUTABLE:FILEPATH=C:/Users/alex/.espressif/tools/idf-git/2.39.2/cmd/git.exe +GIT_EXECUTABLE:FILEPATH=/usr/bin/git //IDF Build Target -IDF_TARGET:STRING=esp32 +IDF_TARGET:STRING=esp32c3 //IDF Build Toolchain Type IDF_TOOLCHAIN:STRING=gcc @@ -329,13 +350,16 @@ MBEDTLS_FATAL_WARNINGS:BOOL=ON MBEDTLS_USER_CONFIG_FILE:FILEPATH= //Value Computed by CMake -Mbed TLS_BINARY_DIR:STATIC=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls +Mbed TLS_BINARY_DIR:STATIC=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls //Value Computed by CMake Mbed TLS_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake -Mbed TLS_SOURCE_DIR:STATIC=C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls +Mbed TLS_SOURCE_DIR:STATIC=/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls + +//No help, variable specified on the command line. +PYTHON:UNINITIALIZED=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python //No help, variable specified on the command line. PYTHON_DEPS_CHECKED:UNINITIALIZED=1 @@ -350,28 +374,28 @@ USE_SHARED_MBEDTLS_LIBRARY:BOOL=OFF USE_STATIC_MBEDTLS_LIBRARY:BOOL=ON //Value Computed by CMake -esp-idf_BINARY_DIR:STATIC=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf +esp-idf_BINARY_DIR:STATIC=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf //Value Computed by CMake esp-idf_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake -esp-idf_SOURCE_DIR:STATIC=C:/Users/alex/esp/esp-idf +esp-idf_SOURCE_DIR:STATIC=/home/abobkov/esp/esp-idf //Dependencies for the target -everest_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa; +everest_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_riscv; //Dependencies for the target -mbedcrypto_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;everest;general;p256m; +mbedcrypto_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_riscv;general;everest;general;p256m;general;idf::esp_security;general;idf::esp_mm; //Dependencies for the target -mbedtls_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;mbedx509; +mbedtls_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_riscv;general;mbedx509; //Dependencies for the target -mbedx509_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa;general;mbedcrypto; +mbedx509_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_riscv;general;mbedcrypto; //Dependencies for the target -p256m_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_xtensa; +p256m_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_newlib;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_riscv; ######################## @@ -398,19 +422,19 @@ CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build +CMAKE_CACHEFILE_DIR:INTERNAL=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache -CMAKE_CACHE_MINOR_VERSION:INTERNAL=24 +CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 //Patch version of cmake used to create the current loaded cache -CMAKE_CACHE_PATCH_VERSION:INTERNAL=0 +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 //Path to CMake executable. -CMAKE_COMMAND:INTERNAL=C:/Users/alex/.espressif/tools/cmake/3.24.0/bin/cmake.exe +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake //Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=C:/Users/alex/.espressif/tools/cmake/3.24.0/bin/cpack.exe +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack //Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=C:/Users/alex/.espressif/tools/cmake/3.24.0/bin/ctest.exe +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB @@ -441,8 +465,6 @@ CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_DLLTOOL CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 -//Path to cache edit program executable. -CMAKE_EDIT_COMMAND:INTERNAL=C:/Users/alex/.espressif/tools/cmake/3.24.0/bin/cmake-gui.exe //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS @@ -467,9 +489,11 @@ CMAKE_GENERATOR_INSTANCE:INTERNAL= CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Test CMAKE_HAVE_LIBC_PTHREAD +CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 //Source directory with the top level CMakeLists.txt file for this // project -CMAKE_HOME_DIRECTORY:INTERNAL=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper +CMAKE_HOME_DIRECTORY:INTERNAL=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper //ADVANCED property for variable: CMAKE_INSTALL_BINDIR CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DATADIR @@ -519,7 +543,7 @@ CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //number of local generators -CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=87 +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=117 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP @@ -531,7 +555,7 @@ CMAKE_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_READELF CMAKE_READELF-ADVANCED:INTERNAL=1 //Path to CMake installation. -CMAKE_ROOT:INTERNAL=C:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24 +CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.30 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG @@ -558,30 +582,32 @@ CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS:INTERNAL=1 //Details about finding Git -FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[C:/Users/alex/.espressif/tools/idf-git/2.39.2/cmd/git.exe][v2.39.2.windows.1()] +FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.45.2()] //Details about finding Python3 -FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe][cfound components: Interpreter ][v3.11.2()] +FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python][cfound components: Interpreter ][v3.12.7()] +//Details about finding Threads +FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] //ADVANCED property for variable: GIT_EXECUTABLE GIT_EXECUTABLE-ADVANCED:INTERNAL=1 -//Have include stddef.h -HAVE_STDDEF_H:INTERNAL=1 -//Have include stdint.h -HAVE_STDINT_H:INTERNAL=1 -//Have include sys/types.h -HAVE_SYS_TYPES_H:INTERNAL=1 -//Result of TRY_COMPILE -HAVE_TIME_T_SIZE:INTERNAL=TRUE -//CHECK_TYPE_SIZE: sizeof(time_t) -TIME_T_SIZE:INTERNAL=8 //CMAKE_INSTALL_PREFIX during last run -_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=C:/Program Files (x86)/ESP32-IDF_ePaper -_Python3_EXECUTABLE:INTERNAL=C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local +//Compiler reason failure +_Python3_Compiler_REASON_FAILURE:INTERNAL= +//Development reason failure +_Python3_Development_REASON_FAILURE:INTERNAL= +_Python3_EXECUTABLE:INTERNAL=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python //Python3 Properties -_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;11;2;32;;;C:\Users\alex\.espressif\tools\idf-python\3.11.2\Lib;C:\Users\alex\.espressif\tools\idf-python\3.11.2\Lib;C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Lib\site-packages;C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Lib\site-packages -_Python3_INTERPRETER_SIGNATURE:INTERNAL=eb1133ed9db7e24b66b0cb449fb007ab +_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;12;7;32;64;;;abi3;/usr/lib/python3.12;/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/lib/python3.12;/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/lib/python3.12/site-packages;/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/lib/python3.12/site-packages +_Python3_INTERPRETER_SIGNATURE:INTERNAL=87606cba7855028133a5d510f1da9a9d +//NumPy reason failure +_Python3_NumPy_REASON_FAILURE:INTERNAL= diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CMakeASMCompiler.cmake b/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CMakeASMCompiler.cmake deleted file mode 100644 index abb6e9afb..000000000 --- a/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CMakeASMCompiler.cmake +++ /dev/null @@ -1,20 +0,0 @@ -set(CMAKE_ASM_COMPILER "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe") -set(CMAKE_ASM_COMPILER_ARG1 "") -set(CMAKE_AR "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar.exe") -set(CMAKE_ASM_COMPILER_AR "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe") -set(CMAKE_RANLIB "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib.exe") -set(CMAKE_ASM_COMPILER_RANLIB "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe") -set(CMAKE_LINKER "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld.exe") -set(CMAKE_MT "") -set(CMAKE_ASM_COMPILER_LOADED 1) -set(CMAKE_ASM_COMPILER_ID "GNU") -set(CMAKE_ASM_COMPILER_VERSION "") -set(CMAKE_ASM_COMPILER_ENV_VAR "ASM") - - - - -set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_ASM_LINKER_PREFERENCE 0) - - diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CMakeCCompiler.cmake b/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CMakeCCompiler.cmake deleted file mode 100644 index ba2cafb68..000000000 --- a/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CMakeCCompiler.cmake +++ /dev/null @@ -1,72 +0,0 @@ -set(CMAKE_C_COMPILER "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe") -set(CMAKE_C_COMPILER_ARG1 "") -set(CMAKE_C_COMPILER_ID "GNU") -set(CMAKE_C_COMPILER_VERSION "12.2.0") -set(CMAKE_C_COMPILER_VERSION_INTERNAL "") -set(CMAKE_C_COMPILER_WRAPPER "") -set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") -set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") -set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") -set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") -set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") -set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") -set(CMAKE_C17_COMPILE_FEATURES "c_std_17") -set(CMAKE_C23_COMPILE_FEATURES "c_std_23") - -set(CMAKE_C_PLATFORM_ID "") -set(CMAKE_C_SIMULATE_ID "") -set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") -set(CMAKE_C_SIMULATE_VERSION "") - - - - -set(CMAKE_AR "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar.exe") -set(CMAKE_C_COMPILER_AR "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe") -set(CMAKE_RANLIB "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib.exe") -set(CMAKE_C_COMPILER_RANLIB "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe") -set(CMAKE_LINKER "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld.exe") -set(CMAKE_MT "") -set(CMAKE_COMPILER_IS_GNUCC 1) -set(CMAKE_C_COMPILER_LOADED 1) -set(CMAKE_C_COMPILER_WORKS TRUE) -set(CMAKE_C_ABI_COMPILED TRUE) - -set(CMAKE_C_COMPILER_ENV_VAR "CC") - -set(CMAKE_C_COMPILER_ID_RUN 1) -set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) -set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_C_LINKER_PREFERENCE 10) - -# Save compiler ABI information. -set(CMAKE_C_SIZEOF_DATA_PTR "4") -set(CMAKE_C_COMPILER_ABI "ELF") -set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") -set(CMAKE_C_LIBRARY_ARCHITECTURE "") - -if(CMAKE_C_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_C_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") -endif() - -if(CMAKE_C_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "") -endif() - -set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include") -set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c;nosys;c;gcc") -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib") -set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CMakeDetermineCompilerABI_C.bin b/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CMakeDetermineCompilerABI_C.bin deleted file mode 100644 index c0f3f0744..000000000 Binary files a/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CMakeDetermineCompilerABI_C.bin and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CMakeDetermineCompilerABI_CXX.bin b/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CMakeDetermineCompilerABI_CXX.bin deleted file mode 100644 index 2ded2cd69..000000000 Binary files a/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CMakeDetermineCompilerABI_CXX.bin and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CMakeSystem.cmake b/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CMakeSystem.cmake deleted file mode 100644 index 651992576..000000000 --- a/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CMakeSystem.cmake +++ /dev/null @@ -1,15 +0,0 @@ -set(CMAKE_HOST_SYSTEM "Windows-10.0.22631") -set(CMAKE_HOST_SYSTEM_NAME "Windows") -set(CMAKE_HOST_SYSTEM_VERSION "10.0.22631") -set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") - -include("C:/Users/alex/esp/esp-idf/tools/cmake/toolchain-esp32.cmake") - -set(CMAKE_SYSTEM "Generic") -set(CMAKE_SYSTEM_NAME "Generic") -set(CMAKE_SYSTEM_VERSION "") -set(CMAKE_SYSTEM_PROCESSOR "") - -set(CMAKE_CROSSCOMPILING "TRUE") - -set(CMAKE_SYSTEM_LOADED 1) diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CompilerIdC/a.out b/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CompilerIdC/a.out deleted file mode 100644 index 57e527b5e..000000000 Binary files a/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CompilerIdC/a.out and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CompilerIdCXX/a.out b/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CompilerIdCXX/a.out deleted file mode 100644 index cdcba2983..000000000 Binary files a/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CompilerIdCXX/a.out and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CMakeASMCompiler.cmake b/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CMakeASMCompiler.cmake new file mode 100644 index 000000000..0d1998893 --- /dev/null +++ b/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CMakeASMCompiler.cmake @@ -0,0 +1,29 @@ +set(CMAKE_ASM_COMPILER "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc") +set(CMAKE_ASM_COMPILER_ARG1 "") +set(CMAKE_AR "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar") +set(CMAKE_ASM_COMPILER_AR "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar") +set(CMAKE_RANLIB "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib") +set(CMAKE_ASM_COMPILER_RANLIB "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib") +set(CMAKE_LINKER "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_ASM_COMPILER_LINKER "") +set(CMAKE_ASM_COMPILER_LINKER_ID "") +set(CMAKE_ASM_COMPILER_LINKER_VERSION ) +set(CMAKE_ASM_COMPILER_LINKER_FRONTEND_VARIANT ) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_ASM_COMPILER_LOADED 1) +set(CMAKE_ASM_COMPILER_ID "GNU") +set(CMAKE_ASM_COMPILER_VERSION "") +set(CMAKE_ASM_COMPILER_ENV_VAR "ASM") + + +set(CMAKE_ASM_COMPILER_SYSROOT "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") +set(CMAKE_COMPILER_SYSROOT "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") + +set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_ASM_LINKER_PREFERENCE 0) +set(CMAKE_ASM_LINKER_DEPFILE_SUPPORTED ) + + diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CMakeCCompiler.cmake b/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CMakeCCompiler.cmake new file mode 100644 index 000000000..2567a24ce --- /dev/null +++ b/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CMakeCCompiler.cmake @@ -0,0 +1,82 @@ +set(CMAKE_C_COMPILER "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "14.2.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_STANDARD_LATEST "23") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_SIMULATE_VERSION "") + +set(CMAKE_C_COMPILER_SYSROOT "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") +set(CMAKE_COMPILER_SYSROOT "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") + + +set(CMAKE_AR "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar") +set(CMAKE_C_COMPILER_AR "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar") +set(CMAKE_RANLIB "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib") +set(CMAKE_C_COMPILER_RANLIB "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib") +set(CMAKE_LINKER "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_C_COMPILER_LINKER "NOTFOUND") +set(CMAKE_C_COMPILER_LINKER_ID "") +set(CMAKE_C_COMPILER_LINKER_VERSION ) +set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT ) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "4") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c;nosys;c;gcc;gcc;c;nosys") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CMakeCXXCompiler.cmake b/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake similarity index 56% rename from ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CMakeCXXCompiler.cmake rename to ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake index e8f4f5a30..da38d8edf 100644 --- a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CMakeCXXCompiler.cmake +++ b/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake @@ -1,33 +1,43 @@ -set(CMAKE_CXX_COMPILER "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++.exe") +set(CMAKE_CXX_COMPILER "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++") set(CMAKE_CXX_COMPILER_ARG1 "") set(CMAKE_CXX_COMPILER_ID "GNU") -set(CMAKE_CXX_COMPILER_VERSION "12.2.0") +set(CMAKE_CXX_COMPILER_VERSION "14.2.0") set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") set(CMAKE_CXX_COMPILER_WRAPPER "") set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") -set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") set(CMAKE_CXX_PLATFORM_ID "") set(CMAKE_CXX_SIMULATE_ID "") -set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") set(CMAKE_CXX_SIMULATE_VERSION "") +set(CMAKE_CXX_COMPILER_SYSROOT "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") +set(CMAKE_COMPILER_SYSROOT "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") - -set(CMAKE_AR "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar.exe") -set(CMAKE_CXX_COMPILER_AR "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe") -set(CMAKE_RANLIB "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib.exe") -set(CMAKE_CXX_COMPILER_RANLIB "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe") -set(CMAKE_LINKER "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld.exe") +set(CMAKE_AR "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar") +set(CMAKE_CXX_COMPILER_AR "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar") +set(CMAKE_RANLIB "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib") +set(CMAKE_LINKER "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "NOTFOUND") +set(CMAKE_CXX_COMPILER_LINKER_ID "") +set(CMAKE_CXX_COMPILER_LINKER_VERSION ) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT ) set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") set(CMAKE_COMPILER_IS_GNUCXX 1) set(CMAKE_CXX_COMPILER_LOADED 1) set(CMAKE_CXX_COMPILER_WORKS TRUE) @@ -36,10 +46,10 @@ set(CMAKE_CXX_ABI_COMPILED TRUE) set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") set(CMAKE_CXX_COMPILER_ID_RUN 1) -set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) -foreach (lang C OBJC OBJCXX) +foreach (lang IN ITEMS C OBJC OBJCXX) if (CMAKE_${lang}_COMPILER_ID_RUN) foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) @@ -49,6 +59,7 @@ endforeach() set(CMAKE_CXX_LINKER_PREFERENCE 30) set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) # Save compiler ABI information. set(CMAKE_CXX_SIZEOF_DATA_PTR "4") @@ -77,7 +88,19 @@ endif() -set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/backward;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include") -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc;c;nosys;c;gcc") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib") +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/backward;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc;c;nosys;c;gcc;gcc;c;nosys") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib") set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + + diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_C.bin b/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 000000000..7b2dcec5b Binary files /dev/null and b/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_C.bin differ diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin b/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 000000000..38b4b99f0 Binary files /dev/null and b/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CMakeSystem.cmake b/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CMakeSystem.cmake new file mode 100644 index 000000000..9e15ca8c8 --- /dev/null +++ b/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.11.0-21-generic") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.11.0-21-generic") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + +include("/home/abobkov/esp/esp-idf/tools/cmake/toolchain-esp32c3.cmake") + +set(CMAKE_SYSTEM "Generic") +set(CMAKE_SYSTEM_NAME "Generic") +set(CMAKE_SYSTEM_VERSION "") +set(CMAKE_SYSTEM_PROCESSOR "") + +set(CMAKE_CROSSCOMPILING "TRUE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CompilerIdC/CMakeCCompilerId.c b/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CompilerIdC/CMakeCCompilerId.c similarity index 92% rename from ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CompilerIdC/CMakeCCompilerId.c rename to ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CompilerIdC/CMakeCCompilerId.c index 2b43aa69b..8d8bb038b 100644 --- a/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CompilerIdC/CMakeCCompilerId.c +++ b/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CompilerIdC/CMakeCCompilerId.c @@ -224,6 +224,14 @@ # define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) # endif +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + #elif defined(_CRAYC) # define COMPILER_ID "Cray" # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) @@ -269,6 +277,18 @@ # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) # endif +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + #elif defined(__TINYC__) # define COMPILER_ID "TinyCC" @@ -312,9 +332,16 @@ # define COMPILER_ID "ARMClang" # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + #elif defined(__clang__) # define COMPILER_ID "Clang" # if defined(_MSC_VER) @@ -331,10 +358,8 @@ #elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) # define COMPILER_ID "LCC" -# define COMPILER_VERSION_MAJOR DEC(1) -# if defined(__LCC__) -# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) -# endif +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) # if defined(__LCC_MINOR__) # define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) # endif @@ -661,6 +686,14 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; # define ARCHITECTURE_ID "" # endif +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + #elif defined(__TI_COMPILER_VERSION__) # if defined(__TI_ARM__) # define ARCHITECTURE_ID "ARM" @@ -684,6 +717,30 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; # elif defined(__ADSPBLACKFIN__) # define ARCHITECTURE_ID "Blackfin" +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + #else # define ARCHITECTURE_ID #endif @@ -770,19 +827,28 @@ char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; +#define C_STD_99 199901L +#define C_STD_11 201112L +#define C_STD_17 201710L +#define C_STD_23 202311L + +#ifdef __STDC_VERSION__ +# define C_STD __STDC_VERSION__ +#endif + #if !defined(__STDC__) && !defined(__clang__) # if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) # define C_VERSION "90" # else # define C_VERSION # endif -#elif __STDC_VERSION__ > 201710L +#elif C_STD > C_STD_17 # define C_VERSION "23" -#elif __STDC_VERSION__ >= 201710L +#elif C_STD > C_STD_11 # define C_VERSION "17" -#elif __STDC_VERSION__ >= 201000L +#elif C_STD > C_STD_99 # define C_VERSION "11" -#elif __STDC_VERSION__ >= 199901L +#elif C_STD >= C_STD_99 # define C_VERSION "99" #else # define C_VERSION "90" diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CompilerIdC/a.out b/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CompilerIdC/a.out new file mode 100755 index 000000000..4c42435a7 Binary files /dev/null and b/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CompilerIdC/a.out differ diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CompilerIdCXX/CMakeCXXCompilerId.cpp b/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp similarity index 86% rename from ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CompilerIdCXX/CMakeCXXCompilerId.cpp rename to ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp index 486becdc4..da6c824af 100644 --- a/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CompilerIdCXX/CMakeCXXCompilerId.cpp +++ b/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -15,13 +15,7 @@ /* Version number components: V=Version, R=Revision, P=Patch Version date components: YYYY=Year, MM=Month, DD=Day */ -#if defined(__COMO__) -# define COMPILER_ID "Comeau" - /* __COMO_VERSION__ = VRR */ -# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) -# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) - -#elif defined(__INTEL_COMPILER) || defined(__ICC) +#if defined(__INTEL_COMPILER) || defined(__ICC) # define COMPILER_ID "Intel" # if defined(_MSC_VER) # define SIMULATE_ID "MSVC" @@ -224,6 +218,14 @@ # define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) # endif +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + #elif defined(_CRAYC) # define COMPILER_ID "Cray" # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) @@ -269,6 +271,18 @@ # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) # endif +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + #elif defined(__SCO_VERSION__) # define COMPILER_ID "SCO" @@ -306,9 +320,16 @@ # define COMPILER_ID "ARMClang" # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + #elif defined(__clang__) # define COMPILER_ID "Clang" # if defined(_MSC_VER) @@ -325,10 +346,8 @@ #elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) # define COMPILER_ID "LCC" -# define COMPILER_VERSION_MAJOR DEC(1) -# if defined(__LCC__) -# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) -# endif +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) # if defined(__LCC_MINOR__) # define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) # endif @@ -646,6 +665,14 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; # define ARCHITECTURE_ID "" # endif +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + #elif defined(__TI_COMPILER_VERSION__) # if defined(__TI_ARM__) # define ARCHITECTURE_ID "ARM" @@ -669,6 +696,30 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; # elif defined(__ADSPBLACKFIN__) # define ARCHITECTURE_ID "Blackfin" +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + #else # define ARCHITECTURE_ID #endif @@ -755,32 +806,73 @@ char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; -#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L -# if defined(__INTEL_CXX11_MODE__) -# if defined(__cpp_aggregate_nsdmi) -# define CXX_STD 201402L -# else -# define CXX_STD 201103L -# endif +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 # else -# define CXX_STD 199711L +# define CXX_STD CXX_STD_98 # endif #elif defined(_MSC_VER) && defined(_MSVC_LANG) -# define CXX_STD _MSVC_LANG +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 #else # define CXX_STD __cplusplus #endif const char* info_language_standard_default = "INFO" ":" "standard_default[" -#if CXX_STD > 202002L +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 "23" -#elif CXX_STD > 201703L +#elif CXX_STD > CXX_STD_17 "20" -#elif CXX_STD >= 201703L +#elif CXX_STD > CXX_STD_14 "17" -#elif CXX_STD >= 201402L +#elif CXX_STD > CXX_STD_11 "14" -#elif CXX_STD >= 201103L +#elif CXX_STD >= CXX_STD_11 "11" #else "98" @@ -804,6 +896,7 @@ int main(int argc, char* argv[]) int require = 0; require += info_compiler[argc]; require += info_platform[argc]; + require += info_arch[argc]; #ifdef COMPILER_VERSION_MAJOR require += info_version[argc]; #endif diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CompilerIdCXX/a.out b/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CompilerIdCXX/a.out new file mode 100755 index 000000000..aafe5061a Binary files /dev/null and b/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CompilerIdCXX/a.out differ diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/CMakeConfigureLog.yaml b/ESP32-IDF_ePaper/build/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 000000000..ce9134550 --- /dev/null +++ b/ESP32-IDF_ePaper/build/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,606 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake:200 (message)" + - "/home/abobkov/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + The target system is: Generic - - + The host system is: Linux - 6.11.0-21-generic - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "/home/abobkov/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc + Build flags: -march=rv32imc_zicsr_zifencei + Id flags: + + The output was: + 0 + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-closer.o): in function `_close_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/closer.c:47:(.text+0x14): warning: _close is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-lseekr.o): in function `_lseek_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/lseekr.c:49:(.text+0x18): warning: _lseek is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-readr.o): in function `_read_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/readr.c:49:(.text+0x18): warning: _read is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-writer.o): in function `_write_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/writer.c:49:(.text+0x18): warning: _write is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-fclose.o): in function `fclose': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/stdio/fclose.c:125:(.text+0xf4): warning: __getreent is not implemented and will always fail + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is GNU, found in: + /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "/home/abobkov/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ + Build flags: -march=rv32imc_zicsr_zifencei + Id flags: + + The output was: + 0 + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-closer.o): in function `_close_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/closer.c:47:(.text+0x14): warning: _close is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-lseekr.o): in function `_lseek_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/lseekr.c:49:(.text+0x18): warning: _lseek is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-readr.o): in function `_read_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/readr.c:49:(.text+0x18): warning: _read is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-writer.o): in function `_write_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/writer.c:49:(.text+0x18): warning: _write is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-fclose.o): in function `fclose': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/stdio/fclose.c:125:(.text+0xf4): warning: __getreent is not implemented and will always fail + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/3.30.3/CompilerIdCXX/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:1192 (message)" + - "/usr/share/cmake-3.30/Modules/CMakeDetermineASMCompiler.cmake:135 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" + - "/home/abobkov/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": + riscv32-esp-elf-gcc (crosstool-NG esp-14.2.0_20241119) 14.2.0 + Copyright (C) 2024 Free Software Foundation, Inc. + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/home/abobkov/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:6 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeScratch/TryCompile-VtDgL8" + binary: "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeScratch/TryCompile-VtDgL8" + cmakeVariables: + CMAKE_C_FLAGS: "-march=rv32imc_zicsr_zifencei " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs " + CMAKE_MODULE_PATH: "/home/abobkov/esp/esp-idf/tools/cmake;/home/abobkov/esp/esp-idf/tools/cmake/third_party" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeScratch/TryCompile-VtDgL8' + + Run Build Command(s): /usr/bin/ninja -v cmTC_d076d + [1/2] /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imc_zicsr_zifencei -v -o CMakeFiles/cmTC_d076d.dir/CMakeCCompilerABI.c.obj -c /usr/share/cmake-3.30/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc + Target: riscv32-esp-elf + Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) + COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_d076d.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_d076d.dir/' + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1 -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf /usr/share/cmake-3.30/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_d076d.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei -version -o /tmp/cc5ZufSf.s + GNU C17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf) + compiled by GNU C version 4.9.2, GMP version 6.2.1, MPFR version 4.2.1, MPC version 1.2.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include" + ignoring nonexistent directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include" + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed" + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include" + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include" + #include "..." search starts here: + #include <...> search starts here: + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include + End of search list. + Compiler executable checksum: 2abae7216a6a1e12430968a738fec0e0 + COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_d076d.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_d076d.dir/' + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_d076d.dir/CMakeCCompilerABI.c.obj /tmp/cc5ZufSf.s + GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1 + COMPILER_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ + LIBRARY_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ + COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_d076d.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_d076d.dir/CMakeCCompilerABI.c.' + [2/2] : && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imc_zicsr_zifencei -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_d076d.dir/CMakeCCompilerABI.c.obj -o cmTC_d076d && : + Using built-in specs. + Reading specs from /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs + rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence + COLLECT_GCC=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc + COLLECT_LTO_WRAPPER=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper + Target: riscv32-esp-elf + Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) + COMPILER_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ + LIBRARY_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ + COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_d076d' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_d076d.' + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2 -plugin /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccUFgMHd.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_d076d -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_d076d.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010094 + COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_d076d' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_d076d.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/home/abobkov/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] + add: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + add: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] + end of search list found + collapse include dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include] + collapse include dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + collapse include dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] + implicit include dirs: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/home/abobkov/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeScratch/TryCompile-VtDgL8'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_d076d] + ignore line: [[1/2] /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imc_zicsr_zifencei -v -o CMakeFiles/cmTC_d076d.dir/CMakeCCompilerABI.c.obj -c /usr/share/cmake-3.30/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc] + ignore line: [Target: riscv32-esp-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_d076d.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_d076d.dir/'] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1 -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf /usr/share/cmake-3.30/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_d076d.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei -version -o /tmp/cc5ZufSf.s] + ignore line: [GNU C17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf)] + ignore line: [ compiled by GNU C version 4.9.2 GMP version 6.2.1 MPFR version 4.2.1 MPC version 1.2.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include"] + ignore line: [ignoring nonexistent directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include"] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed"] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include"] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 2abae7216a6a1e12430968a738fec0e0] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_d076d.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_d076d.dir/'] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_d076d.dir/CMakeCCompilerABI.c.obj /tmp/cc5ZufSf.s] + ignore line: [GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1] + ignore line: [COMPILER_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] + ignore line: [LIBRARY_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_d076d.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_d076d.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] : && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imc_zicsr_zifencei -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_d076d.dir/CMakeCCompilerABI.c.obj -o cmTC_d076d && :] + ignore line: [Using built-in specs.] + ignore line: [Reading specs from /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs] + ignore line: [rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence] + ignore line: [COLLECT_GCC=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc] + ignore line: [COLLECT_LTO_WRAPPER=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper] + ignore line: [Target: riscv32-esp-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] + ignore line: [COMPILER_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] + ignore line: [LIBRARY_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_d076d' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_d076d.'] + link line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2 -plugin /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccUFgMHd.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_d076d -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_d076d.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group] + arg [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccUFgMHd.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lnosys] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lnosys] ==> ignore + arg [--sysroot=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf] ==> ignore + arg [-melf32lriscv] ==> ignore + arg [-X] ==> ignore + arg [-o] ==> ignore + arg [cmTC_d076d] ==> ignore + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] + arg [CMakeFiles/cmTC_d076d.dir/CMakeCCompilerABI.c.obj] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lnosys] ==> lib [nosys] + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--start-group] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lnosys] ==> lib [nosys] + arg [--end-group] ==> ignore + ignore line: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start] + ignore line: [ defaulting to 00010094] + ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_d076d' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_d076d.'] + ignore line: [] + ignore line: [] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] + implicit libs: [gcc;c;nosys;c;gcc;gcc;c;nosys] + implicit objs: [] + implicit dirs: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/home/abobkov/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:6 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeScratch/TryCompile-fZHTIS" + binary: "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeScratch/TryCompile-fZHTIS" + cmakeVariables: + CMAKE_CXX_FLAGS: "-march=rv32imc_zicsr_zifencei " + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs " + CMAKE_MODULE_PATH: "/home/abobkov/esp/esp-idf/tools/cmake;/home/abobkov/esp/esp-idf/tools/cmake/third_party" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeScratch/TryCompile-fZHTIS' + + Run Build Command(s): /usr/bin/ninja -v cmTC_a0af5 + [1/2] /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -march=rv32imc_zicsr_zifencei -v -o CMakeFiles/cmTC_a0af5.dir/CMakeCXXCompilerABI.cpp.obj -c /usr/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ + Target: riscv32-esp-elf + Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) + COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_a0af5.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_a0af5.dir/' + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1plus -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf /usr/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_a0af5.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei -version -o /tmp/ccLwCYds.s + GNU C++17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf) + compiled by GNU C version 4.9.2, GMP version 6.2.1, MPFR version 4.2.1, MPC version 1.2.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0" + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32" + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward" + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include" + ignoring nonexistent directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include" + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed" + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include" + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include" + #include "..." search starts here: + #include <...> search starts here: + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0 + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32 + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include + End of search list. + Compiler executable checksum: c7cd21a23c5c74d612ca7681e3115c94 + COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_a0af5.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_a0af5.dir/' + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_a0af5.dir/CMakeCXXCompilerABI.cpp.obj /tmp/ccLwCYds.s + GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1 + COMPILER_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ + LIBRARY_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ + COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_a0af5.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_a0af5.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -march=rv32imc_zicsr_zifencei -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_a0af5.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_a0af5 && : + Using built-in specs. + Reading specs from /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs + rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence + COLLECT_GCC=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ + COLLECT_LTO_WRAPPER=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper + Target: riscv32-esp-elf + Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) + COMPILER_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ + LIBRARY_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ + COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_a0af5' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_a0af5.' + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2 -plugin /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccU5jhdw.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_a0af5 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_a0af5.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010094 + COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_a0af5' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_a0af5.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/home/abobkov/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0] + add: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32] + add: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward] + add: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] + add: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + add: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] + end of search list found + collapse include dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0] + collapse include dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32] + collapse include dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/backward] + collapse include dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include] + collapse include dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + collapse include dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] + implicit include dirs: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/backward;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/home/abobkov/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:6 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeScratch/TryCompile-fZHTIS'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_a0af5] + ignore line: [[1/2] /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -march=rv32imc_zicsr_zifencei -v -o CMakeFiles/cmTC_a0af5.dir/CMakeCXXCompilerABI.cpp.obj -c /usr/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++] + ignore line: [Target: riscv32-esp-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_a0af5.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_a0af5.dir/'] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1plus -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf /usr/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_a0af5.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei -version -o /tmp/ccLwCYds.s] + ignore line: [GNU C++17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf)] + ignore line: [ compiled by GNU C version 4.9.2 GMP version 6.2.1 MPFR version 4.2.1 MPC version 1.2.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0"] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32"] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward"] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include"] + ignore line: [ignoring nonexistent directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include"] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed"] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include"] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: c7cd21a23c5c74d612ca7681e3115c94] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_a0af5.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_a0af5.dir/'] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_a0af5.dir/CMakeCXXCompilerABI.cpp.obj /tmp/ccLwCYds.s] + ignore line: [GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1] + ignore line: [COMPILER_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] + ignore line: [LIBRARY_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_a0af5.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_a0af5.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -march=rv32imc_zicsr_zifencei -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_a0af5.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_a0af5 && :] + ignore line: [Using built-in specs.] + ignore line: [Reading specs from /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs] + ignore line: [rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence] + ignore line: [COLLECT_GCC=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++] + ignore line: [COLLECT_LTO_WRAPPER=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper] + ignore line: [Target: riscv32-esp-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] + ignore line: [COMPILER_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] + ignore line: [LIBRARY_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_a0af5' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_a0af5.'] + link line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2 -plugin /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccU5jhdw.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_a0af5 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_a0af5.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group] + arg [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccU5jhdw.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lnosys] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lnosys] ==> ignore + arg [--sysroot=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf] ==> ignore + arg [-melf32lriscv] ==> ignore + arg [-X] ==> ignore + arg [-o] ==> ignore + arg [cmTC_a0af5] ==> ignore + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] + arg [CMakeFiles/cmTC_a0af5.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lnosys] ==> lib [nosys] + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--start-group] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lnosys] ==> lib [nosys] + arg [--end-group] ==> ignore + ignore line: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start] + ignore line: [ defaulting to 00010094] + ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_a0af5' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_a0af5.'] + ignore line: [] + ignore line: [] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] + implicit libs: [stdc++;m;gcc;c;nosys;c;gcc;gcc;c;nosys] + implicit objs: [] + implicit dirs: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" + - "/usr/share/cmake-3.30/Modules/CheckCSourceCompiles.cmake:52 (cmake_check_source_compiles)" + - "/usr/share/cmake-3.30/Modules/FindThreads.cmake:97 (CHECK_C_SOURCE_COMPILES)" + - "/usr/share/cmake-3.30/Modules/FindThreads.cmake:163 (_threads_check_libc)" + - "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt:136 (find_package)" + checks: + - "Performing Test CMAKE_HAVE_LIBC_PTHREAD" + directories: + source: "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeScratch/TryCompile-7b1ndt" + binary: "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeScratch/TryCompile-7b1ndt" + cmakeVariables: + CMAKE_C_FLAGS: "-march=rv32imc_zicsr_zifencei " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs " + CMAKE_MODULE_PATH: "/home/abobkov/esp/esp-idf/tools/cmake;/home/abobkov/esp/esp-idf/tools/cmake/third_party" + buildResult: + variable: "CMAKE_HAVE_LIBC_PTHREAD" + cached: true + stdout: | + Change Dir: '/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeScratch/TryCompile-7b1ndt' + + Run Build Command(s): /usr/bin/ninja -v cmTC_e1395 + [1/2] /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCMAKE_HAVE_LIBC_PTHREAD -march=rv32imc_zicsr_zifencei -o CMakeFiles/cmTC_e1395.dir/src.c.obj -c /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeScratch/TryCompile-7b1ndt/src.c + [2/2] : && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imc_zicsr_zifencei -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs CMakeFiles/cmTC_e1395.dir/src.c.obj -o cmTC_e1395 && : + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: CMakeFiles/cmTC_e1395.dir/src.c.obj: in function `main': + src.c:(.text+0x6e): warning: pthread_atfork is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x50): warning: pthread_cancel is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x34): warning: pthread_create is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x42): warning: pthread_detach is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x78): warning: pthread_exit is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x60): warning: pthread_join is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010094 + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake:101 (try_compile)" + - "/usr/share/cmake-3.30/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake-3.30/Modules/CheckCCompilerFlag.cmake:51 (cmake_check_compiler_flag)" + - "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt:219 (CHECK_C_COMPILER_FLAG)" + checks: + - "Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS" + directories: + source: "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeScratch/TryCompile-V1D2hf" + binary: "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeScratch/TryCompile-V1D2hf" + cmakeVariables: + CMAKE_C_FLAGS: "-march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs " + CMAKE_MODULE_PATH: "/home/abobkov/esp/esp-idf/tools/cmake;/home/abobkov/esp/esp-idf/tools/cmake/third_party" + buildResult: + variable: "C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS" + cached: true + stdout: | + Change Dir: '/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeScratch/TryCompile-V1D2hf' + + Run Build Command(s): /usr/bin/ninja -v cmTC_144ea + [1/2] /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DC_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -o CMakeFiles/cmTC_144ea.dir/src.c.obj -c /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeScratch/TryCompile-V1D2hf/src.c + [2/2] : && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs CMakeFiles/cmTC_144ea.dir/src.c.obj -o cmTC_144ea && : + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010094 + + exitCode: 0 +... diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/CMakeOutput.log b/ESP32-IDF_ePaper/build/CMakeFiles/CMakeOutput.log deleted file mode 100644 index 6157c62b3..000000000 --- a/ESP32-IDF_ePaper/build/CMakeFiles/CMakeOutput.log +++ /dev/null @@ -1,435 +0,0 @@ -The target system is: Generic - - -The host system is: Windows - 10.0.22631 - AMD64 -Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. -Compiler: C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe -Build flags: -mlongcalls;-Wno-frame-address; -Id flags: - -The output was: -0 - - -Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" - -The C compiler identification is GNU, found in "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CompilerIdC/a.out" - -Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. -Compiler: C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++.exe -Build flags: -mlongcalls;-Wno-frame-address; -Id flags: - -The output was: -0 - - -Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" - -The CXX compiler identification is GNU, found in "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CompilerIdCXX/a.out" - -Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": -xtensa-esp32-elf-gcc.exe (crosstool-NG esp-12.2.0_20230208) 12.2.0 -Copyright (C) 2022 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -Detecting C compiler ABI info compiled with the following output: -Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeTmp - -Run Build Command(s):C:/Users/alex/.espressif/tools/ninja/1.10.2/ninja.exe cmTC_06f35 && [1/2] Building C object CMakeFiles/cmTC_06f35.dir/CMakeCCompilerABI.c.obj -Using built-in specs. -COLLECT_GCC=C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe -Target: xtensa-esp32-elf -Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld -Thread model: posix -Supported LTO compression algorithms: zlib -gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_06f35.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_06f35.dir/' - c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/cc1.exe -quiet -v -iprefix c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/ C:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_06f35.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mlongcalls -Wno-frame-address -version -o C:\Users\alex\AppData\Local\Temp\cc5w0ehj.s -GNU C17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf) - compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP - -GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include" -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed" -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include" -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include" -#include "..." search starts here: -#include <...> search starts here: - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/include - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include -End of search list. -GNU C17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf) - compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP - -GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 -Compiler executable checksum: 4c06f819f3a69a83cffbb10c8d3d9a0e -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_06f35.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_06f35.dir/' - c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/as.exe --traditional-format --longcalls -o CMakeFiles/cmTC_06f35.dir/CMakeCCompilerABI.c.obj C:\Users\alex\AppData\Local\Temp\cc5w0ehj.s -COMPILER_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ -LIBRARY_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/ -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_06f35.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_06f35.dir/CMakeCCompilerABI.c.' -[2/2] Linking C executable cmTC_06f35 -Using built-in specs. -COLLECT_GCC=C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe -COLLECT_LTO_WRAPPER=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe -Target: xtensa-esp32-elf -Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld -Thread model: posix -Supported LTO compression algorithms: zlib -gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) -COMPILER_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ -LIBRARY_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/ -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_06f35' '-dumpdir' 'cmTC_06f35.' - c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe -plugin c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll -plugin-opt=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccpzzV0p.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_06f35 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0 -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_06f35.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_06f35' '-dumpdir' 'cmTC_06f35.' - - - -Parsed C implicit include dir info from above output: rv=done - found start of include info - found start of implicit include info - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include] - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] - end of search list found - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include] - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include] - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include] - implicit include dirs: [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include] - - -Parsed C implicit link information from above output: - link line regex: [^( *|.*[/\])(xtensa-esp32-elf-ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command(s):C:/Users/alex/.espressif/tools/ninja/1.10.2/ninja.exe cmTC_06f35 && [1/2] Building C object CMakeFiles/cmTC_06f35.dir/CMakeCCompilerABI.c.obj] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe] - ignore line: [Target: xtensa-esp32-elf] - ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib] - ignore line: [gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) ] - ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_06f35.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_06f35.dir/'] - ignore line: [ c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/cc1.exe -quiet -v -iprefix c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/ C:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_06f35.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mlongcalls -Wno-frame-address -version -o C:\Users\alex\AppData\Local\Temp\cc5w0ehj.s] - ignore line: [GNU C17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf)] - ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include"] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed"] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include"] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/include] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] - ignore line: [End of search list.] - ignore line: [GNU C17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf)] - ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [Compiler executable checksum: 4c06f819f3a69a83cffbb10c8d3d9a0e] - ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_06f35.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_06f35.dir/'] - ignore line: [ c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/as.exe --traditional-format --longcalls -o CMakeFiles/cmTC_06f35.dir/CMakeCCompilerABI.c.obj C:\Users\alex\AppData\Local\Temp\cc5w0ehj.s] - ignore line: [COMPILER_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/] - ignore line: [LIBRARY_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_06f35.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_06f35.dir/CMakeCCompilerABI.c.'] - ignore line: [[2/2] Linking C executable cmTC_06f35] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe] - ignore line: [COLLECT_LTO_WRAPPER=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe] - ignore line: [Target: xtensa-esp32-elf] - ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib] - ignore line: [gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) ] - ignore line: [COMPILER_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/] - ignore line: [LIBRARY_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_06f35' '-dumpdir' 'cmTC_06f35.'] - link line: [ c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe -plugin c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll -plugin-opt=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccpzzV0p.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_06f35 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0 -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_06f35.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe] ==> ignore - arg [-plugin] ==> ignore - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll] ==> ignore - arg [-plugin-opt=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe] ==> ignore - arg [-plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccpzzV0p.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lnosys] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-o] ==> ignore - arg [cmTC_06f35] ==> ignore - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] ==> obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] ==> obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] ==> obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] - arg [-Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] ==> dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] - arg [-Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] ==> dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] - arg [-Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] ==> dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] - arg [CMakeFiles/cmTC_06f35.dir/CMakeCCompilerABI.c.obj] ==> ignore - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lnosys] ==> lib [nosys] - arg [-lc] ==> lib [c] - arg [-lgcc] ==> lib [gcc] - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] ==> obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] ==> obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] - collapse obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib/crt0.o] - collapse obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] - collapse obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] - collapse obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] - collapse obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] - collapse library dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0] - collapse library dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc] - collapse library dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib] - implicit libs: [gcc;c;nosys;c;gcc] - implicit objs: [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib/crt0.o;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crti.o;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] - implicit dirs: [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib] - implicit fwks: [] - - -Detecting CXX compiler ABI info compiled with the following output: -Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeTmp - -Run Build Command(s):C:/Users/alex/.espressif/tools/ninja/1.10.2/ninja.exe cmTC_a8545 && [1/2] Building CXX object CMakeFiles/cmTC_a8545.dir/CMakeCXXCompilerABI.cpp.obj -Using built-in specs. -COLLECT_GCC=C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-g++.exe -Target: xtensa-esp32-elf -Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld -Thread model: posix -Supported LTO compression algorithms: zlib -gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_a8545.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_a8545.dir/' - c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/cc1plus.exe -quiet -v -iprefix c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/ C:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_a8545.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mlongcalls -Wno-frame-address -version -o C:\Users\alex\AppData\Local\Temp\ccDC7koP.s -GNU C++17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf) - compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP - -GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0" -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf" -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward" -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include" -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed" -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include" -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include" -#include "..." search starts here: -#include <...> search starts here: - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0 - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/include - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include -End of search list. -GNU C++17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf) - compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP - -GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 -Compiler executable checksum: 9c72a7d3a354170cac3e9330110ca410 -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_a8545.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_a8545.dir/' - c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/as.exe --traditional-format --longcalls -o CMakeFiles/cmTC_a8545.dir/CMakeCXXCompilerABI.cpp.obj C:\Users\alex\AppData\Local\Temp\ccDC7koP.s -COMPILER_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ -LIBRARY_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/ -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_a8545.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_a8545.dir/CMakeCXXCompilerABI.cpp.' -[2/2] Linking CXX executable cmTC_a8545 -Using built-in specs. -COLLECT_GCC=C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-g++.exe -COLLECT_LTO_WRAPPER=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe -Target: xtensa-esp32-elf -Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld -Thread model: posix -Supported LTO compression algorithms: zlib -gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) -COMPILER_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ -LIBRARY_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/ -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_a8545' '-dumpdir' 'cmTC_a8545.' - c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe -plugin c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll -plugin-opt=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccT2oNqW.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_a8545 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0 -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_a8545.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_a8545' '-dumpdir' 'cmTC_a8545.' - - - -Parsed CXX implicit include dir info from above output: rv=done - found start of include info - found start of implicit include info - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0] - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf] - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward] - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include] - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] - end of search list found - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0] - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf] - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/backward] - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include] - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include] - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include] - implicit include dirs: [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/backward;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include] - - -Parsed CXX implicit link information from above output: - link line regex: [^( *|.*[/\])(xtensa-esp32-elf-ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command(s):C:/Users/alex/.espressif/tools/ninja/1.10.2/ninja.exe cmTC_a8545 && [1/2] Building CXX object CMakeFiles/cmTC_a8545.dir/CMakeCXXCompilerABI.cpp.obj] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-g++.exe] - ignore line: [Target: xtensa-esp32-elf] - ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib] - ignore line: [gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) ] - ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_a8545.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_a8545.dir/'] - ignore line: [ c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/cc1plus.exe -quiet -v -iprefix c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/ C:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_a8545.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mlongcalls -Wno-frame-address -version -o C:\Users\alex\AppData\Local\Temp\ccDC7koP.s] - ignore line: [GNU C++17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf)] - ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0"] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf"] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward"] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include"] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed"] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include"] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/include] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] - ignore line: [End of search list.] - ignore line: [GNU C++17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf)] - ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [Compiler executable checksum: 9c72a7d3a354170cac3e9330110ca410] - ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_a8545.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_a8545.dir/'] - ignore line: [ c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/as.exe --traditional-format --longcalls -o CMakeFiles/cmTC_a8545.dir/CMakeCXXCompilerABI.cpp.obj C:\Users\alex\AppData\Local\Temp\ccDC7koP.s] - ignore line: [COMPILER_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/] - ignore line: [LIBRARY_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_a8545.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_a8545.dir/CMakeCXXCompilerABI.cpp.'] - ignore line: [[2/2] Linking CXX executable cmTC_a8545] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-g++.exe] - ignore line: [COLLECT_LTO_WRAPPER=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe] - ignore line: [Target: xtensa-esp32-elf] - ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib] - ignore line: [gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) ] - ignore line: [COMPILER_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/] - ignore line: [LIBRARY_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_a8545' '-dumpdir' 'cmTC_a8545.'] - link line: [ c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe -plugin c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll -plugin-opt=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccT2oNqW.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_a8545 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0 -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_a8545.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe] ==> ignore - arg [-plugin] ==> ignore - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll] ==> ignore - arg [-plugin-opt=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe] ==> ignore - arg [-plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccT2oNqW.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lnosys] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-o] ==> ignore - arg [cmTC_a8545] ==> ignore - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] ==> obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] ==> obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] ==> obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] - arg [-Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] ==> dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] - arg [-Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] ==> dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] - arg [-Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] ==> dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] - arg [CMakeFiles/cmTC_a8545.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore - arg [-lstdc++] ==> lib [stdc++] - arg [-lm] ==> lib [m] - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lnosys] ==> lib [nosys] - arg [-lc] ==> lib [c] - arg [-lgcc] ==> lib [gcc] - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] ==> obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] ==> obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] - collapse obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib/crt0.o] - collapse obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] - collapse obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] - collapse obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] - collapse obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] - collapse library dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0] - collapse library dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc] - collapse library dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib] - implicit libs: [stdc++;m;gcc;c;nosys;c;gcc] - implicit objs: [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib/crt0.o;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crti.o;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] - implicit dirs: [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib] - implicit fwks: [] - - -Determining if the include file sys/types.h exists passed with the following output: -Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeTmp - -Run Build Command(s):C:/Users/alex/.espressif/tools/ninja/1.10.2/ninja.exe cmTC_33d96 && [1/2] Building C object CMakeFiles/cmTC_33d96.dir/CheckIncludeFile.c.obj -[2/2] Linking C executable cmTC_33d96 - - - -Determining if the include file stdint.h exists passed with the following output: -Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeTmp - -Run Build Command(s):C:/Users/alex/.espressif/tools/ninja/1.10.2/ninja.exe cmTC_ce4a9 && [1/2] Building C object CMakeFiles/cmTC_ce4a9.dir/CheckIncludeFile.c.obj -[2/2] Linking C executable cmTC_ce4a9 - - - -Determining if the include file stddef.h exists passed with the following output: -Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeTmp - -Run Build Command(s):C:/Users/alex/.espressif/tools/ninja/1.10.2/ninja.exe cmTC_00aed && [1/2] Building C object CMakeFiles/cmTC_00aed.dir/CheckIncludeFile.c.obj -[2/2] Linking C executable cmTC_00aed - - - -Determining size of time_t passed with the following output: -Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeTmp - -Run Build Command(s):C:/Users/alex/.espressif/tools/ninja/1.10.2/ninja.exe cmTC_67fe3 && [1/2] Building C object CMakeFiles/cmTC_67fe3.dir/TIME_T_SIZE.c.obj -[2/2] Linking C executable cmTC_67fe3 - - - -Performing C SOURCE FILE Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS succeeded with the following output: -Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/CMakeTmp - -Run Build Command(s):C:/Users/alex/.espressif/tools/ninja/1.10.2/ninja.exe cmTC_381d6 && [1/2] Building C object CMakeFiles/cmTC_381d6.dir/src.c.obj -[2/2] Linking C executable cmTC_381d6 - - -Source file was: -int main(void) { return 0; } diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/CheckTypeSize/TIME_T_SIZE.bin b/ESP32-IDF_ePaper/build/CMakeFiles/CheckTypeSize/TIME_T_SIZE.bin deleted file mode 100644 index 153d8537b..000000000 Binary files a/ESP32-IDF_ePaper/build/CMakeFiles/CheckTypeSize/TIME_T_SIZE.bin and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/CheckTypeSize/TIME_T_SIZE.c b/ESP32-IDF_ePaper/build/CMakeFiles/CheckTypeSize/TIME_T_SIZE.c deleted file mode 100644 index 4ce0740fd..000000000 --- a/ESP32-IDF_ePaper/build/CMakeFiles/CheckTypeSize/TIME_T_SIZE.c +++ /dev/null @@ -1,50 +0,0 @@ -#include -#include -#include - - -#undef KEY -#if defined(__i386) -# define KEY '_','_','i','3','8','6' -#elif defined(__x86_64) -# define KEY '_','_','x','8','6','_','6','4' -#elif defined(__PPC64__) -# define KEY '_','_','P','P','C','6','4','_','_' -#elif defined(__ppc64__) -# define KEY '_','_','p','p','c','6','4','_','_' -#elif defined(__PPC__) -# define KEY '_','_','P','P','C','_','_' -#elif defined(__ppc__) -# define KEY '_','_','p','p','c','_','_' -#elif defined(__aarch64__) -# define KEY '_','_','a','a','r','c','h','6','4','_','_' -#elif defined(__ARM_ARCH_7A__) -# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' -#elif defined(__ARM_ARCH_7S__) -# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' -#endif - -#define SIZE (sizeof(time_t)) -static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', - ('0' + ((SIZE / 10000)%10)), - ('0' + ((SIZE / 1000)%10)), - ('0' + ((SIZE / 100)%10)), - ('0' + ((SIZE / 10)%10)), - ('0' + (SIZE % 10)), - ']', -#ifdef KEY - ' ','k','e','y','[', KEY, ']', -#endif - '\0'}; - -#ifdef __CLASSIC_C__ -int main(argc, argv) int argc; char *argv[]; -#else -int main(int argc, char *argv[]) -#endif -{ - int require = 0; - require += info_size[argc]; - (void)argv; - return require; -} diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/TargetDirectories.txt b/ESP32-IDF_ePaper/build/CMakeFiles/TargetDirectories.txt index 87b27f7bd..0890ecd75 100644 --- a/ESP32-IDF_ePaper/build/CMakeFiles/TargetDirectories.txt +++ b/ESP32-IDF_ePaper/build/CMakeFiles/TargetDirectories.txt @@ -1,630 +1,830 @@ -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/menuconfig.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/confserver.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/save-defconfig.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/bootloader.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/gen_project_binary.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/app.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/erase_flash.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/monitor.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/flash.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/encrypted-flash.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/_project_elf_src.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/ESP32-IDF_ePaper.elf.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/size.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/size-files.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/size-components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/uf2-app.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/uf2.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/xtensa/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/xtensa/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/xtensa/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/xtensa/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/xtensa/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/xtensa/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/efuse-common-table.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/efuse_common_table.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/show-efuse-table.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/show_efuse_table.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/efuse_test_table.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/custom_bundle.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader/CMakeFiles/bootloader-flash.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py/CMakeFiles/app-flash.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py/CMakeFiles/encrypted-app-flash.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py/CMakeFiles/app_check_size.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/partition_table_bin.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/partition-table.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/partition_table.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/partition-table-flash.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/partition_table-flash.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/memory_ld.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/__idf_json.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/perfmon/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/perfmon/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/perfmon/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/perfmon/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/perfmon/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/perfmon/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/install/strip.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main/CMakeFiles/__idf_main.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main/CMakeFiles/list_install_components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main/CMakeFiles/install.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main/CMakeFiles/install/local.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/menuconfig.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/confserver.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/save-defconfig.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/bootloader.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/gen_project_binary.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/app.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/erase_flash.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/merge-bin.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/monitor.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/flash.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/encrypted-flash.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/_project_elf_src.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/ESP32-IDF_ePaper.elf.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/size.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/size-files.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/size-components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/uf2.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/uf2-app.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/custom_bundle.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader/CMakeFiles/bootloader-flash.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py/CMakeFiles/app-flash.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py/CMakeFiles/encrypted-app-flash.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py/CMakeFiles/app_check_size.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/partition_table_bin.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/partition-table.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/partition_table.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/partition-table-flash.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/partition_table-flash.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/efuse-common-table.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/efuse_common_table.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/show-efuse-table.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/show_efuse_table.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/efuse_test_table.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/memory.ld.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/sections.ld.in.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_security/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_security/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_security/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_security/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_security/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_security/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_pcnt/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_pcnt/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_pcnt/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_pcnt/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_pcnt/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_pcnt/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_mcpwm/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_mcpwm/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_mcpwm/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdmmc/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdmmc/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdmmc/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdio/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdio/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdio/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdio/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdio/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdio/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_dac/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_dac/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_dac/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_dac/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_dac/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_dac/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_parlio/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_parlio/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_parlio/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_parlio/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_parlio/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_parlio/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_isp/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_isp/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_isp/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_isp/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_isp/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_isp/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_jpeg/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_jpeg/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_jpeg/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_jpeg/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_jpeg/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_jpeg/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ppa/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ppa/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ppa/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ppa/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ppa/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ppa/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_touch_sens/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_touch_sens/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_touch_sens/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/__idf_json.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/rt/CMakeFiles/__idf_rt.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/rt/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/rt/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/rt/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/rt/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/rt/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/rt/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/install/strip.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main/CMakeFiles/__idf_main.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main/CMakeFiles/list_install_components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main/CMakeFiles/install.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main/CMakeFiles/install/local.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main/CMakeFiles/install/strip.dir diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/bootloader.dir/Labels.json b/ESP32-IDF_ePaper/build/CMakeFiles/bootloader.dir/Labels.json index 5a52723ad..255f0987d 100644 --- a/ESP32-IDF_ePaper/build/CMakeFiles/bootloader.dir/Labels.json +++ b/ESP32-IDF_ePaper/build/CMakeFiles/bootloader.dir/Labels.json @@ -2,34 +2,34 @@ "sources" : [ { - "file" : "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/bootloader" + "file" : "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/bootloader" }, { - "file" : "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/bootloader.rule" + "file" : "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/bootloader.rule" }, { - "file" : "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/bootloader-complete.rule" + "file" : "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/bootloader-complete.rule" }, { - "file" : "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule" + "file" : "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule" }, { - "file" : "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule" + "file" : "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule" }, { - "file" : "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule" + "file" : "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule" }, { - "file" : "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule" + "file" : "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule" }, { - "file" : "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule" + "file" : "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule" }, { - "file" : "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule" + "file" : "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule" }, { - "file" : "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule" + "file" : "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule" } ], "target" : diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/bootloader.dir/Labels.txt b/ESP32-IDF_ePaper/build/CMakeFiles/bootloader.dir/Labels.txt index 461a9c8d3..e5f872d5f 100644 --- a/ESP32-IDF_ePaper/build/CMakeFiles/bootloader.dir/Labels.txt +++ b/ESP32-IDF_ePaper/build/CMakeFiles/bootloader.dir/Labels.txt @@ -1,13 +1,13 @@ # Target labels bootloader # Source files and their labels -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/bootloader -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/bootloader.rule -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/bootloader-complete.rule -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/bootloader +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/bootloader.rule +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/bootloader-complete.rule +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/clean_additional.cmake b/ESP32-IDF_ePaper/build/CMakeFiles/clean_additional.cmake index 727360ee1..3b9f252ae 100644 --- a/ESP32-IDF_ePaper/build/CMakeFiles/clean_additional.cmake +++ b/ESP32-IDF_ePaper/build/CMakeFiles/clean_additional.cmake @@ -5,20 +5,20 @@ if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "") file(REMOVE_RECURSE "ESP32-IDF_ePaper.bin" "ESP32-IDF_ePaper.map" - "bootloader\\bootloader.bin" - "bootloader\\bootloader.elf" - "bootloader\\bootloader.map" - "config\\sdkconfig.cmake" - "config\\sdkconfig.h" - "esp-idf\\esptool_py\\flasher_args.json.in" - "esp-idf\\mbedtls\\x509_crt_bundle" + "bootloader/bootloader.bin" + "bootloader/bootloader.elf" + "bootloader/bootloader.map" + "config/sdkconfig.cmake" + "config/sdkconfig.h" + "esp-idf/esptool_py/flasher_args.json.in" + "esp-idf/mbedtls/x509_crt_bundle" "flash_app_args" "flash_bootloader_args" "flash_project_args" "flasher_args.json" "ldgen_libraries" "ldgen_libraries.in" - "project_elf_src_esp32.c" + "project_elf_src_esp32c3.c" "x509_crt_bundle.S" ) endif() diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/git-data/grabRef.cmake b/ESP32-IDF_ePaper/build/CMakeFiles/git-data/grabRef.cmake index e5129d2bd..61349ad31 100644 --- a/ESP32-IDF_ePaper/build/CMakeFiles/git-data/grabRef.cmake +++ b/ESP32-IDF_ePaper/build/CMakeFiles/git-data/grabRef.cmake @@ -15,10 +15,10 @@ set(HEAD_HASH) -file(READ "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) +file(READ "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS) -set(GIT_DIR "C:/Users/alex/github/ESP-Nodes/.git") +set(GIT_DIR "/home/abobkov/MyProjects/ESP-Nodes/.git") # handle git-worktree if(EXISTS "${GIT_DIR}/commondir") file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024) @@ -34,17 +34,17 @@ if(HEAD_CONTENTS MATCHES "ref") # named branch string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}") if(EXISTS "${GIT_DIR}/${HEAD_REF}") - configure_file("${GIT_DIR}/${HEAD_REF}" "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/git-data/head-ref" COPYONLY) + configure_file("${GIT_DIR}/${HEAD_REF}" "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/git-data/head-ref" COPYONLY) elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}") - configure_file("${GIT_DIR}/logs/${HEAD_REF}" "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/git-data/head-ref" COPYONLY) + configure_file("${GIT_DIR}/logs/${HEAD_REF}" "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/git-data/head-ref" COPYONLY) set(HEAD_HASH "${HEAD_REF}") endif() else() # detached HEAD - configure_file("${GIT_DIR}/HEAD" "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/git-data/head-ref" COPYONLY) + configure_file("${GIT_DIR}/HEAD" "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/git-data/head-ref" COPYONLY) endif() if(NOT HEAD_HASH) - file(READ "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024) + file(READ "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024) string(STRIP "${HEAD_HASH}" HEAD_HASH) endif() diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/git-data/head-ref b/ESP32-IDF_ePaper/build/CMakeFiles/git-data/head-ref index 92bcb2570..43e7a74a5 100644 --- a/ESP32-IDF_ePaper/build/CMakeFiles/git-data/head-ref +++ b/ESP32-IDF_ePaper/build/CMakeFiles/git-data/head-ref @@ -1 +1 @@ -e24ea3f2821bb2656ea087db0479f3adfbce5e28 +de1d2d024d5f427752729f9b2ea92c2fecba8d36 diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/rules.ninja b/ESP32-IDF_ePaper/build/CMakeFiles/rules.ninja index 40ef99911..1f1ef8617 100644 --- a/ESP32-IDF_ePaper/build/CMakeFiles/rules.ninja +++ b/ESP32-IDF_ePaper/build/CMakeFiles/rules.ninja @@ -1,5 +1,5 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "Ninja" Generator, CMake Version 3.24 +# Generated by "Ninja" Generator, CMake Version 3.30 # This file contains all the rules used to get the outputs files # built from the input files. @@ -14,10 +14,10 @@ ############################################# # Rule for compiling C files. -rule C_COMPILER__ESP32-IDF_ePaper.2eelf_ +rule C_COMPILER__ESP32-IDF_ePaper.2eelf_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -25,10 +25,8 @@ rule C_COMPILER__ESP32-IDF_ePaper.2eelf_ # Rule for linking CXX executable. rule CXX_EXECUTABLE_LINKER__ESP32-IDF_ePaper.2eelf_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-g++.exe $FLAGS $LINK_FLAGS @$RSP_FILE -o $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD description = Linking CXX executable $TARGET_FILE - rspfile = $RSP_FILE - rspfile_content = $in $LINK_PATH $LINK_LIBRARIES restat = $RESTAT @@ -43,28 +41,28 @@ rule CUSTOM_COMMAND ############################################# # Rule for compiling ASM files. -rule ASM_COMPILER____idf_xtensa_ +rule ASM_COMPILER____idf_riscv_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building ASM object $out ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_xtensa_ +rule C_COMPILER____idf_riscv_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out ############################################# # Rule for linking C static library. -rule C_STATIC_LIBRARY_LINKER____idf_xtensa_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" +rule C_STATIC_LIBRARY_LINKER____idf_riscv_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -72,18 +70,18 @@ rule C_STATIC_LIBRARY_LINKER____idf_xtensa_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_esp_ringbuf_ +rule C_COMPILER____idf_esp_driver_gpio_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out ############################################# # Rule for linking C static library. -rule C_STATIC_LIBRARY_LINKER____idf_esp_ringbuf_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_gpio_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -91,48 +89,10 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_ringbuf_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_efuse_ +rule C_COMPILER____idf_esp_pm_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_efuse_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_driver_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_driver_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_esp_pm_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -140,7 +100,7 @@ rule C_COMPILER____idf_esp_pm_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_esp_pm_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -148,20 +108,20 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_pm_ ############################################# # Rule for compiling ASM files. -rule ASM_COMPILER____idf_mbedtls_ +rule ASM_COMPILER____idf_mbedtls_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building ASM object $out ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_mbedtls_ +rule C_COMPILER____idf_mbedtls_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -169,7 +129,7 @@ rule C_COMPILER____idf_mbedtls_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_mbedtls_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -177,10 +137,10 @@ rule C_STATIC_LIBRARY_LINKER____idf_mbedtls_ ############################################# # Rule for compiling C files. -rule C_COMPILER__everest_ +rule C_COMPILER__everest_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -188,7 +148,7 @@ rule C_COMPILER__everest_ # Rule for linking CXX static library. rule CXX_STATIC_LIBRARY_LINKER__everest_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking CXX static library $TARGET_FILE restat = $RESTAT @@ -196,10 +156,10 @@ rule CXX_STATIC_LIBRARY_LINKER__everest_ ############################################# # Rule for compiling C files. -rule C_COMPILER__p256m_ +rule C_COMPILER__p256m_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -207,7 +167,7 @@ rule C_COMPILER__p256m_ # Rule for linking CXX static library. rule CXX_STATIC_LIBRARY_LINKER__p256m_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking CXX static library $TARGET_FILE restat = $RESTAT @@ -215,10 +175,10 @@ rule CXX_STATIC_LIBRARY_LINKER__p256m_ ############################################# # Rule for compiling C files. -rule C_COMPILER__mbedcrypto_ +rule C_COMPILER__mbedcrypto_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -226,20 +186,18 @@ rule C_COMPILER__mbedcrypto_ # Rule for linking CXX static library. rule CXX_STATIC_LIBRARY_LINKER__mbedcrypto_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS @$RSP_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking CXX static library $TARGET_FILE - rspfile = $RSP_FILE - rspfile_content = $in $LINK_PATH $LINK_LIBRARIES restat = $RESTAT ############################################# # Rule for compiling C files. -rule C_COMPILER__mbedx509_ +rule C_COMPILER__mbedx509_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -247,7 +205,7 @@ rule C_COMPILER__mbedx509_ # Rule for linking CXX static library. rule CXX_STATIC_LIBRARY_LINKER__mbedx509_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking CXX static library $TARGET_FILE restat = $RESTAT @@ -255,10 +213,10 @@ rule CXX_STATIC_LIBRARY_LINKER__mbedx509_ ############################################# # Rule for compiling C files. -rule C_COMPILER__mbedtls_ +rule C_COMPILER__mbedtls_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -266,7 +224,7 @@ rule C_COMPILER__mbedtls_ # Rule for linking CXX static library. rule CXX_STATIC_LIBRARY_LINKER__mbedtls_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking CXX static library $TARGET_FILE restat = $RESTAT @@ -274,10 +232,10 @@ rule CXX_STATIC_LIBRARY_LINKER__mbedtls_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_esp_app_format_ +rule C_COMPILER____idf_esp_app_format_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -285,7 +243,7 @@ rule C_COMPILER____idf_esp_app_format_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_esp_app_format_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -293,18 +251,18 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_app_format_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_bootloader_support_ +rule C_COMPILER____idf_esp_bootloader_format_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out ############################################# # Rule for linking C static library. -rule C_STATIC_LIBRARY_LINKER____idf_bootloader_support_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" +rule C_STATIC_LIBRARY_LINKER____idf_esp_bootloader_format_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -312,29 +270,10 @@ rule C_STATIC_LIBRARY_LINKER____idf_bootloader_support_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_esp_partition_ +rule C_COMPILER____idf_app_update_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_partition_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_app_update_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -342,7 +281,7 @@ rule C_COMPILER____idf_app_update_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_app_update_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -350,10 +289,67 @@ rule C_STATIC_LIBRARY_LINKER____idf_app_update_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_esp_mm_ +rule C_COMPILER____idf_esp_partition_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_partition_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_efuse_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_efuse_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_bootloader_support_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_bootloader_support_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_mm_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -361,7 +357,7 @@ rule C_COMPILER____idf_esp_mm_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_esp_mm_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -369,10 +365,10 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_mm_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_spi_flash_ +rule C_COMPILER____idf_spi_flash_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -380,7 +376,7 @@ rule C_COMPILER____idf_spi_flash_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_spi_flash_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -388,39 +384,10 @@ rule C_STATIC_LIBRARY_LINKER____idf_spi_flash_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_pthread_ +rule C_COMPILER____idf_esp_system_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_pthread_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling ASM files. - -rule ASM_COMPILER____idf_esp_system_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building ASM object $out - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_esp_system_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -428,36 +395,7 @@ rule C_COMPILER____idf_esp_system_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_esp_system_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling ASM files. - -rule ASM_COMPILER____idf_esp_rom_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building ASM object $out - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_esp_rom_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_rom_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -465,172 +403,10 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_rom_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_hal_ +rule C_COMPILER____idf_esp_common_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_hal_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_log_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_log_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_heap_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_heap_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_soc_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_soc_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_esp_hw_support_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling ASM files. - -rule ASM_COMPILER____idf_freertos_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building ASM object $out - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_freertos_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_freertos_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_newlib_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_newlib_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling CXX files. - -rule CXX_COMPILER____idf_cxx_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building CXX object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_cxx_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_esp_common_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -638,7 +414,7 @@ rule C_COMPILER____idf_esp_common_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_esp_common_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -646,18 +422,18 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_common_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_esp_timer_ +rule C_COMPILER____idf_esp_rom_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out ############################################# # Rule for linking C static library. -rule C_STATIC_LIBRARY_LINKER____idf_esp_timer_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" +rule C_STATIC_LIBRARY_LINKER____idf_esp_rom_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -665,18 +441,18 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_timer_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_app_trace_ +rule C_COMPILER____idf_hal_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out ############################################# # Rule for linking C static library. -rule C_STATIC_LIBRARY_LINKER____idf_app_trace_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" +rule C_STATIC_LIBRARY_LINKER____idf_hal_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -684,37 +460,18 @@ rule C_STATIC_LIBRARY_LINKER____idf_app_trace_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_esp_event_ +rule C_COMPILER____idf_log_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out ############################################# # Rule for linking C static library. -rule C_STATIC_LIBRARY_LINKER____idf_esp_event_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling CXX files. - -rule CXX_COMPILER____idf_nvs_flash_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building CXX object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_nvs_flash_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" +rule C_STATIC_LIBRARY_LINKER____idf_log_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -722,18 +479,18 @@ rule C_STATIC_LIBRARY_LINKER____idf_nvs_flash_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_esp_phy_ +rule C_COMPILER____idf_heap_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out ############################################# # Rule for linking C static library. -rule C_STATIC_LIBRARY_LINKER____idf_esp_phy_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" +rule C_STATIC_LIBRARY_LINKER____idf_heap_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -741,18 +498,18 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_phy_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_vfs_ +rule C_COMPILER____idf_soc_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out ############################################# # Rule for linking C static library. -rule C_STATIC_LIBRARY_LINKER____idf_vfs_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" +rule C_STATIC_LIBRARY_LINKER____idf_soc_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -760,18 +517,18 @@ rule C_STATIC_LIBRARY_LINKER____idf_vfs_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_lwip_ +rule C_COMPILER____idf_esp_security_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out ############################################# # Rule for linking C static library. -rule C_STATIC_LIBRARY_LINKER____idf_lwip_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" +rule C_STATIC_LIBRARY_LINKER____idf_esp_security_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -779,210 +536,18 @@ rule C_STATIC_LIBRARY_LINKER____idf_lwip_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_esp_netif_ +rule C_COMPILER____idf_esp_hw_support_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out ############################################# # Rule for linking C static library. -rule C_STATIC_LIBRARY_LINKER____idf_esp_netif_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_wpa_supplicant_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_wpa_supplicant_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS @$RSP_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - rspfile = $RSP_FILE - rspfile_content = $in $LINK_PATH $LINK_LIBRARIES - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_esp_coex_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_coex_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_esp_wifi_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_wifi_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_unity_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_unity_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_cmock_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_cmock_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_console_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_console_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_http_parser_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_http_parser_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_esp-tls_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp-tls_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_esp_adc_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_adc_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_esp_eth_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_eth_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" +rule C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -990,28 +555,28 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_eth_ ############################################# # Rule for compiling ASM files. -rule ASM_COMPILER____idf_esp_gdbstub_ +rule ASM_COMPILER____idf_freertos_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building ASM object $out ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_esp_gdbstub_ +rule C_COMPILER____idf_freertos_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out ############################################# # Rule for linking C static library. -rule C_STATIC_LIBRARY_LINKER____idf_esp_gdbstub_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" +rule C_STATIC_LIBRARY_LINKER____idf_freertos_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -1019,18 +584,18 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_gdbstub_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_esp_hid_ +rule C_COMPILER____idf_newlib_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out ############################################# # Rule for linking C static library. -rule C_STATIC_LIBRARY_LINKER____idf_esp_hid_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" +rule C_STATIC_LIBRARY_LINKER____idf_newlib_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -1038,170 +603,18 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_hid_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_tcp_transport_ +rule C_COMPILER____idf_pthread_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out ############################################# # Rule for linking C static library. -rule C_STATIC_LIBRARY_LINKER____idf_tcp_transport_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_esp_http_client_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_http_client_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_esp_http_server_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_http_server_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_esp_https_ota_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_https_ota_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_esp_lcd_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_lcd_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_protobuf-c_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_protobuf-c_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_protocomm_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_protocomm_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_esp_local_ctrl_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_esp_local_ctrl_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_espcoredump_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_espcoredump_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" +rule C_STATIC_LIBRARY_LINKER____idf_pthread_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -1209,18 +622,18 @@ rule C_STATIC_LIBRARY_LINKER____idf_espcoredump_ ############################################# # Rule for compiling CXX files. -rule CXX_COMPILER____idf_wear_levelling_ +rule CXX_COMPILER____idf_cxx_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building CXX object $out ############################################# # Rule for linking C static library. -rule C_STATIC_LIBRARY_LINKER____idf_wear_levelling_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" +rule C_STATIC_LIBRARY_LINKER____idf_cxx_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -1228,10 +641,191 @@ rule C_STATIC_LIBRARY_LINKER____idf_wear_levelling_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_sdmmc_ +rule C_COMPILER____idf_esp_timer_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_timer_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_gptimer_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_gptimer_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_ringbuf_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_ringbuf_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_uart_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_uart_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_app_trace_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_app_trace_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_event_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_event_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_nvs_flash_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER____idf_nvs_flash_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_nvs_flash_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_spi_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_spi_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_i2s_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_i2s_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_sdmmc_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -1239,7 +833,7 @@ rule C_COMPILER____idf_sdmmc_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_sdmmc_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -1247,10 +841,713 @@ rule C_STATIC_LIBRARY_LINKER____idf_sdmmc_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_fatfs_ +rule C_COMPILER____idf_esp_driver_sdspi_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_sdspi_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_rmt_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_rmt_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_tsens_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_tsens_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_sdm_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_sdm_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_i2c_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_i2c_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_ledc_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_ledc_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_usb_serial_jtag_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_usb_serial_jtag_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_driver_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_driver_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_phy_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_phy_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_vfs_console_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_vfs_console_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_vfs_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_vfs_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_lwip_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_lwip_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_netif_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_netif_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_wpa_supplicant_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_wpa_supplicant_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_coex_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_coex_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_wifi_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_wifi_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_unity_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_unity_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_cmock_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_cmock_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_console_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_console_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_http_parser_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_http_parser_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp-tls_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp-tls_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_adc_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_adc_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_driver_cam_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_driver_cam_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_eth_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_eth_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_gdbstub_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_gdbstub_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_hid_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_hid_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_tcp_transport_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_tcp_transport_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_http_client_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_http_client_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_http_server_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_http_server_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_https_ota_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_https_ota_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_https_server_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_https_server_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_lcd_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_lcd_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_protobuf-c_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_protobuf-c_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_protocomm_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_protocomm_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_esp_local_ctrl_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_esp_local_ctrl_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_espcoredump_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_espcoredump_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER____idf_wear_levelling_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_wear_levelling_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_fatfs_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -1258,7 +1555,7 @@ rule C_COMPILER____idf_fatfs_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_fatfs_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -1266,10 +1563,10 @@ rule C_STATIC_LIBRARY_LINKER____idf_fatfs_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_json_ +rule C_COMPILER____idf_json_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -1277,7 +1574,7 @@ rule C_COMPILER____idf_json_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_json_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -1285,10 +1582,10 @@ rule C_STATIC_LIBRARY_LINKER____idf_json_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_mqtt_ +rule C_COMPILER____idf_mqtt_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -1296,7 +1593,7 @@ rule C_COMPILER____idf_mqtt_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_mqtt_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -1304,18 +1601,18 @@ rule C_STATIC_LIBRARY_LINKER____idf_mqtt_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_perfmon_ +rule C_COMPILER____idf_nvs_sec_provider_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out ############################################# # Rule for linking C static library. -rule C_STATIC_LIBRARY_LINKER____idf_perfmon_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" +rule C_STATIC_LIBRARY_LINKER____idf_nvs_sec_provider_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -1323,10 +1620,29 @@ rule C_STATIC_LIBRARY_LINKER____idf_perfmon_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_spiffs_ +rule C_COMPILER____idf_rt_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER____idf_rt_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER____idf_spiffs_unscanned_ + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -1334,7 +1650,7 @@ rule C_COMPILER____idf_spiffs_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_spiffs_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -1342,10 +1658,10 @@ rule C_STATIC_LIBRARY_LINKER____idf_spiffs_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_wifi_provisioning_ +rule C_COMPILER____idf_wifi_provisioning_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -1353,7 +1669,7 @@ rule C_COMPILER____idf_wifi_provisioning_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_wifi_provisioning_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -1361,10 +1677,10 @@ rule C_STATIC_LIBRARY_LINKER____idf_wifi_provisioning_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_espressif__led_strip_ +rule C_COMPILER____idf_espressif__led_strip_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -1372,7 +1688,7 @@ rule C_COMPILER____idf_espressif__led_strip_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_espressif__led_strip_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -1380,20 +1696,20 @@ rule C_STATIC_LIBRARY_LINKER____idf_espressif__led_strip_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_main_ +rule C_COMPILER____idf_main_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out ############################################# # Rule for compiling CXX files. -rule CXX_COMPILER____idf_main_ +rule CXX_COMPILER____idf_main_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-g++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building CXX object $out @@ -1401,7 +1717,7 @@ rule CXX_COMPILER____idf_main_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_main_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -1410,7 +1726,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_main_ # Rule for re-running cmake. rule RERUN_CMAKE - command = C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build + command = /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build description = Re-running CMake... generator = 1 @@ -1419,7 +1735,7 @@ rule RERUN_CMAKE # Rule for cleaning additional files. rule CLEAN_ADDITIONAL - command = C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCONFIG=$CONFIG -P CMakeFiles\clean_additional.cmake + command = /usr/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake description = Cleaning additional files... @@ -1427,7 +1743,7 @@ rule CLEAN_ADDITIONAL # Rule for cleaning all built files. rule CLEAN - command = C:\Users\alex\.espressif\tools\ninja\1.10.2\ninja.exe $FILE_ARG -t clean $TARGETS + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS description = Cleaning all built files... @@ -1435,6 +1751,6 @@ rule CLEAN # Rule for printing all primary targets available. rule HELP - command = C:\Users\alex\.espressif\tools\ninja\1.10.2\ninja.exe -t targets + command = /usr/bin/ninja -t targets description = All primary targets available: diff --git a/ESP32-IDF_ePaper/build/app-flash_args b/ESP32-IDF_ePaper/build/app-flash_args index 586e95f9d..2cec04042 100644 --- a/ESP32-IDF_ePaper/build/app-flash_args +++ b/ESP32-IDF_ePaper/build/app-flash_args @@ -1,2 +1,2 @@ ---flash_mode dio --flash_freq 40m --flash_size 2MB +--flash_mode dio --flash_freq 80m --flash_size 2MB 0x10000 ESP32-IDF_ePaper.bin diff --git a/ESP32-IDF_ePaper/build/bootloader-flash_args b/ESP32-IDF_ePaper/build/bootloader-flash_args index 7ea5acf77..7b1a5bde2 100644 --- a/ESP32-IDF_ePaper/build/bootloader-flash_args +++ b/ESP32-IDF_ePaper/build/bootloader-flash_args @@ -1,2 +1,2 @@ ---flash_mode dio --flash_freq 40m --flash_size 2MB -0x1000 bootloader/bootloader.bin +--flash_mode dio --flash_freq 80m --flash_size 2MB +0x0 bootloader/bootloader.bin diff --git a/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch-info.txt b/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch-info.txt new file mode 100644 index 000000000..53e1e1e68 --- /dev/null +++ b/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch-info.txt @@ -0,0 +1,6 @@ +# This is a generated file and its contents are an internal implementation detail. +# The update step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +command= +work_dir= diff --git a/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-source_dirinfo.txt b/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-source_dirinfo.txt index 42d5edfb3..d8a72ddd3 100644 --- a/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-source_dirinfo.txt +++ b/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-source_dirinfo.txt @@ -4,6 +4,6 @@ method=source_dir command= -source_dir=C:/Users/alex/esp/esp-idf/components/bootloader/subproject +source_dir=/home/abobkov/esp/esp-idf/components/bootloader/subproject work_dir= diff --git a/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-update-info.txt b/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-update-info.txt new file mode 100644 index 000000000..31617d15d --- /dev/null +++ b/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-update-info.txt @@ -0,0 +1,7 @@ +# This is a generated file and its contents are an internal implementation detail. +# The patch step will be re-executed if anything in this file changes. +# No other meaning or use of this file is supported. + +command (connected)= +command (disconnected)= +work_dir= diff --git a/ESP32-IDF_ePaper/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt b/ESP32-IDF_ePaper/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt index 17aeccf7e..1e7ebd079 100644 --- a/ESP32-IDF_ePaper/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt +++ b/ESP32-IDF_ePaper/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt @@ -1 +1 @@ -cmd='C:/Users/alex/.espressif/tools/cmake/3.24.0/bin/cmake.exe;-DSDKCONFIG=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig;-DIDF_PATH=C:/Users/alex/esp/esp-idf;-DIDF_TARGET=esp32;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;-DEXTRA_COMPONENT_DIRS=C:/Users/alex/esp/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper;-GNinja;' +cmd='/usr/bin/cmake;-DSDKCONFIG=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig;-DIDF_PATH=/home/abobkov/esp/esp-idf;-DIDF_TARGET=esp32c3;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;-DEXTRA_COMPONENT_DIRS=/home/abobkov/esp/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper;-DIGNORE_EXTRA_COMPONENT=;-GNinja;-S;;-B;' diff --git a/ESP32-IDF_ePaper/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake b/ESP32-IDF_ePaper/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake index 2a752c741..39ddfc1ed 100644 --- a/ESP32-IDF_ePaper/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake +++ b/ESP32-IDF_ePaper/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake @@ -3,20 +3,25 @@ cmake_minimum_required(VERSION 3.5) +# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an +# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it +# would cause a fatal error, even though it would be a no-op. +if(NOT EXISTS "/home/abobkov/esp/esp-idf/components/bootloader/subproject") + file(MAKE_DIRECTORY "/home/abobkov/esp/esp-idf/components/bootloader/subproject") +endif() file(MAKE_DIRECTORY - "C:/Users/alex/esp/esp-idf/components/bootloader/subproject" - "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader" - "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix" - "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/tmp" - "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp" - "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src" - "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp" + "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader" + "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix" + "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/tmp" + "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp" + "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src" + "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp" ) set(configSubDirs ) foreach(subDir IN LISTS configSubDirs) - file(MAKE_DIRECTORY "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/${subDir}") + file(MAKE_DIRECTORY "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/${subDir}") endforeach() if(cfgdir) - file(MAKE_DIRECTORY "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash + file(MAKE_DIRECTORY "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/.bin_timestamp b/ESP32-IDF_ePaper/build/bootloader/.bin_timestamp index a463898ed..c668cb0af 100644 --- a/ESP32-IDF_ePaper/build/bootloader/.bin_timestamp +++ b/ESP32-IDF_ePaper/build/bootloader/.bin_timestamp @@ -1 +1 @@ -6c69d7a055e695329785e2f30a26b4ab C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.bin +4437cf78756d9a4cd03ee86bbab859fe /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.bin diff --git a/ESP32-IDF_ePaper/build/bootloader/.ninja_deps b/ESP32-IDF_ePaper/build/bootloader/.ninja_deps index b9c9e7779..3df2ead04 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/.ninja_deps and b/ESP32-IDF_ePaper/build/bootloader/.ninja_deps differ diff --git a/ESP32-IDF_ePaper/build/bootloader/.ninja_log b/ESP32-IDF_ePaper/build/bootloader/.ninja_log index efa6772bd..791f13d53 100644 --- a/ESP32-IDF_ePaper/build/bootloader/.ninja_log +++ b/ESP32-IDF_ePaper/build/bootloader/.ninja_log @@ -1,108 +1,105 @@ -# ninja log v5 -10 643 7300185093085904 project_elf_src_esp32.c b1d4bf236f0aea5f -10 643 7300185093085904 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/project_elf_src_esp32.c b1d4bf236f0aea5f -31 671 7300185094597280 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj fbde84e75d1c17c7 -54 749 7300185094911606 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj c4aba24dca512a4b -61 802 7300185094184461 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj ac94252230db0906 -36 920 7300185096072772 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj 89aade51543c5484 -18 1002 7300185096770302 esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj 60d10cf0481b10cf -751 1555 7300185103403055 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj 4f94847fca065f28 -644 1635 7300185104057342 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj 7d2a91d1bedadf9e -923 1669 7300185104213642 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj e07199a6e9538331 -804 1703 7300185103900865 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj 44cd8374b0ffbe92 -674 1735 7300185105102146 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj 213a76c4f1014450 -1004 1865 7300185105540470 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj 40ef402c735990e -1637 2594 7300185113363168 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj 9136d7d8d2b90bbd -1629 2726 7300185114433744 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj 400f78d381522f04 -1671 2734 7300185114408171 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj e1753fa9876189e8 -1704 2811 7300185115685759 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj 7c5ccbd3e6e82cf -1737 2931 7300185117068858 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj 7761ab6ecd31ec50 -1866 3379 7300185118379303 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj 737357f908129bdc -2728 3731 7300185124498932 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj f5bc8ca2274bce62 -2735 3825 7300185125263818 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj aa5f16cfa585bc45 -2719 4074 7300185126977927 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj 71d17ce52d71cd34 -2933 4108 7300185128570207 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj 5a637c70005474cf -2839 4150 7300185128257644 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj 30c8562c30b56213 -3381 4553 7300185130899010 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj 4390c2862f7c80f4 -3732 4827 7300185135965394 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj 390b3fad854a8208 -4076 4995 7300185137513521 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj b35c245dd9685eb9 -3827 5075 7300185137045047 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj 7ee1f44387524aa1 -4152 5735 7300185143702271 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj 11eb2573cb244f39 -4829 5971 7300185146356984 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj e607e3eee9b820ec -4555 5981 7300185146669739 esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj 5db818bc517b6e7d -4998 6103 7300185148537141 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj 9c1451d3b96412d5 -5077 6672 7300185150543775 esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj 501df03c66915497 -5973 7149 7300185158902790 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj 48dc78c74626f446 -5964 7798 7300185161185948 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj 3383451fbb518b46 -5982 7848 7300185161342192 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj b328d75249b9eb6b -4137 7858 7300185161971149 esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj 25a4a8b58e09d086 -6674 7905 7300185163721765 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj bedc8c6af7ca4bdb -6641 7960 7300185163949357 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj 795cdbe5caa7b9b2 -7841 9052 7300185177690820 esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj 98b4de0763b74876 -7783 9287 7300185178419019 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj bb453ee889a4144f -7860 9321 7300185180102537 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj 80610171d950781c -7851 9359 7300185180407928 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj c6c39c4356629b7c -7908 10153 7300185186941943 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj a42d0de91cd87620 -7962 10450 7300185189595542 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj 3a55131188f415 -9324 10566 7300185193365948 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj 71d2869b88214d2 -9290 10592 7300185192909865 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj 6c96ef081528502 -9252 10686 7300185192733418 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj aa89b3879f0e3218 -9361 10778 7300185194910975 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj e5647f3ed2ddf072 -10442 11755 7300185203607230 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj ff2be2ee38772ec8 -10452 11837 7300185205715847 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj c4d32ddf90a23745 -10688 11998 7300185206921913 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj eeb1c4f2ada9dbd8 -10780 12169 7300185208049844 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj c14bead8cefedb9e -10568 12399 7300185210262509 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj 91adaee61bcd08c7 -10594 12415 7300185212022365 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj bcb4fb81edfd8b18 -11840 12942 7300185216810762 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj 345dbe55feaf3f73 -11758 13006 7300185216810762 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj 50697c7363229cd5 -12172 13057 7300185217752432 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj dd8e072de161302e -12401 13780 7300185224496989 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj bbf76f785a04297b -12000 13824 7300185224338526 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj 2a180ecbf0c3acae -12944 14308 7300185229175175 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj 3d47bce1f8b780b0 -13009 14504 7300185231662626 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj 5660b67c7cd5d8b3 -13059 14537 7300185232738748 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj dddd07862d9a6b28 -12417 14713 7300185233045772 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj 55b6eb8c7acf9ebb -13782 15215 7300185238156434 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj 4c307294361545ca -13825 15682 7300185243338328 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj b1a9827535d8d0a7 -14506 15893 7300185246315688 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj c044d04497a937f1 -14540 15926 7300185245099942 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj d438162aa5667d1a -14466 15954 7300185245530157 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj 29dfec499cad1b16 -14715 16475 7300185251427575 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj a931070dd74a1546 -15585 17018 7300185257620660 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj 7aa9d6cc257e6b91 -15684 17062 7300185257308115 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj b34bba8853e40e7a -15927 17129 7300185259155967 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj bfadac834a999d60 -15894 17175 7300185258999594 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj 6feff56d7b24196d -15998 17413 7300185261354656 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj 1bfc7bd4b9fb5833 -16477 17905 7300185266056157 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj ec116b660ef632c9 -17064 18285 7300185270041026 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj d410de4fb50ef7da -17021 18323 7300185270041026 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj d8dcdc99896cfd6b -17177 18345 7300185270586262 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj cddd3c0c1ff17797 -17415 18773 7300185275184133 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj 1b496c5066f1a4fa -17131 19333 7300185281178322 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj 5e67f8c62a14620a -18325 19425 7300185282029882 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj 4a2dbdc295628d1e -18278 19442 7300185282120013 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj 7233077047d08bb9 -18287 19513 7300185282561862 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj 4c76a45875bca42e -18346 20144 7300185283342129 esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj cebc307698545c34 -18774 20234 7300185289562572 esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj 6a25048bacd2f961 -19426 20386 7300185291523613 esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj 1a5238e22af13a96 -19334 20408 7300185291210997 esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj 930042afd59efbc0 -20409 21485 7300185302052265 esp-idf/log/liblog.a 456bd096863806 -21513 22513 7300185311075201 esp-idf/esp_rom/libesp_rom.a eae686500ebfadd0 -22514 23608 7300185321866133 esp-idf/esp_common/libesp_common.a 14adeb8ae22d73da -23609 24482 7300185331853992 esp-idf/esp_hw_support/libesp_hw_support.a c9b02dbb2650214 -24483 25180 7300185339347137 esp-idf/esp_system/libesp_system.a 430df6c1d31c0a3a -25218 26267 7300185349563307 esp-idf/efuse/libefuse.a 39bde10ae3be9cbe -26268 27963 7300185364501556 esp-idf/bootloader_support/libbootloader_support.a 10a681e993d62e68 -27964 29011 7300185376678771 esp-idf/esp_app_format/libesp_app_format.a 78b8a03d284bda8f -29012 30275 7300185388488572 esp-idf/spi_flash/libspi_flash.a 7b04a381bae0d09d -30276 31579 7300185402372839 esp-idf/hal/libhal.a 78e0bf4df3bf4295 -31624 32725 7300185413673009 esp-idf/micro-ecc/libmicro-ecc.a d3e183f06fa19bcc -32726 33757 7300185423329072 esp-idf/soc/libsoc.a 1a63fb0ad8bcf366 -33757 34774 7300185433690100 esp-idf/xtensa/libxtensa.a 88c2140129737ae3 -34775 41555 7300185501837786 esp-idf/main/libmain.a 6919aa8612111bfc -41555 42843 7300185513652266 bootloader.elf 4ce8ea8c5660d9e7 -42843 46290 7300185550312209 .bin_timestamp fb9268a7d0d91e40 -42843 46290 7300185550312209 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/.bin_timestamp fb9268a7d0d91e40 -46290 47604 0 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 7c084728000d1c6d -46290 47604 0 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 7c084728000d1c6d +# ninja log v6 +97 202 1743817649728825674 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj fdda6085f5a96bc1 +82 1024 1743817649713825704 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj 76ee727d0b902ab9 +75 1028 1743817649706825718 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj 3557342c89792de2 +203 1070 1743817649834825461 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj 1d69f9e0d2baab64 +77 1106 1743817649708825714 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj 6b2eeff9fd9e7eae +68 1190 1743817649699825732 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj b69105d44395cddd +1024 1203 1743817650655823828 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj b3ef4bcc318e84e1 +1190 1338 1743817650821823498 esp-idf/log/liblog.a e57d6f4358a739a3 +1028 1542 1743817650659823820 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj 2cc97d722040018 +1070 1558 1743817650701823736 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj 1968fce45a31cb2c +1338 1681 1743817650969823205 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj c7ba5ff3cf0cf925 +1106 1712 1743817650737823665 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj 223a2ddd85534473 +1558 1778 1743817651189822773 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj e818ff3c7349029c +1203 1900 1743817650834823473 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj 4a8501616645275a +1681 1930 1743817651312822531 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj da7f0373072786ab +1542 2282 1743817651173822804 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj 5388e72a297d6ffe +87 2309 1743817649718825694 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj 88e4c31a3767a572 +1930 2578 1743817651561822043 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj da7acb015a035eaa +2310 2587 1743817651941821298 esp-idf/esp_rom/libesp_rom.a 264a9afc503feb88 +2587 2697 1743817652218820761 esp-idf/esp_common/libesp_common.a f5ecf8d9931ddc69 +1778 2911 1743817651409822341 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj 16e32dcd10cdfb7b +2578 3254 1743817652209820778 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj 91f1942750a6dc23 +2697 3329 1743817652328820548 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj 5b41d26ecff933f +2282 3403 1743817651913821353 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj 1e6e9b163daffc9b +1712 3413 1743817651343822471 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj ce1d5f38e0b9d3f3 +1900 3604 1743817651531822102 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj 627de6fdb5d92d30 +2911 3693 1743817652542820133 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj 363d37a5a53a8a4 +3258 3762 1743817652889819461 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj 1bdeaad8a734e94a +3604 3796 1743817653235818797 esp-idf/esp_hw_support/libesp_hw_support.a 6d6f40b66eb4efd4 +3693 4407 1743817653324818626 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj 6fde2a2d0a99c2cf +3329 4450 1743817652960819324 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj aa057dd176fa0d17 +4407 4559 1743817654038817261 esp-idf/esp_system/libesp_system.a 1779e3475f3ffcda +3403 5209 1743817653034819181 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj bb504daf1fcd1982 +4559 5523 1743817654190816974 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj b1697eac78952af +3413 5689 1743817653044819162 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj 70fb7999981dbaa3 +5523 6003 1743817655154815157 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj ef9c0b749c8717ba +5211 6070 1743817654842815743 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj 969d4c2bb64110af +3763 6192 1743817653394818492 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj 706948029feea523 +4450 6354 1743817654081817180 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj f0379598d8c1bbc1 +5689 6420 1743817655320814847 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj e2f1768e53617aa +3796 6583 1743817653427818429 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj 81430da28ffc7ff6 +6003 6641 1743817655634814261 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj e557213a176d43d7 +6354 6686 1743817655986813605 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj 33b8c1aec2738c8f +6192 6705 1743817655823813909 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj 696c7d8a645c9528 +6583 6979 1743817656214813184 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj a60ad0d5232a467d +6070 7159 1743817655701814136 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj 894b64b7ee09c9d6 +6707 7564 1743817656338812956 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj 60319a79b3296086 +6420 7688 1743817656051813485 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj 7ed7654bdde5d144 +7564 8071 1743817657195811382 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj 57f65bb607e711d6 +6641 8237 1743817656272813078 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj 4ea4f8ab7d7c9464 +8072 8427 1743817657703810458 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj bfbfde6aa3f69791 +7688 8518 1743817657319811157 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj 3d2b71c17fb1ab1a +8237 8554 1743817657868810158 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_sha.c.obj c5c1feef80111ca +7160 8631 1743817656791812122 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj 89dfe79db4199fda +8427 8636 1743817658058809814 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_soc.c.obj fd4272aa27c437a2 +8636 8787 1743817658267809439 esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj b95f5672b02b540f +8634 8809 1743817658265809443 esp-idf/efuse/libefuse.a a7c7f1717cc0b657 +8554 8858 1743817658185809586 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj e782130d72309098 +8858 9106 1743817658489809041 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj 2ba7195315694501 +8788 9162 1743817658419809166 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj d69a5215e20c869c +6979 9224 1743817656610812455 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj 4e6f23f84cdca42d +6686 9412 1743817656317812995 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj c6c5dd0dd4c0b2c1 +8810 9521 1743817658441809127 esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj 25c02f1d15302d1a +8518 9843 1743817658149809651 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_esp32c3.c.obj a378a7ec2c66ebcc +9107 9909 1743817658738808594 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj 789ef4248f2d855d +9843 10101 1743817659474807284 esp-idf/bootloader_support/libbootloader_support.a cb3a20f90b2c2baa +9224 10161 1743817658855808384 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj c599d327eff93032 +9909 10186 1743817659540807167 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj f13080aff0f430c5 +10101 10217 1743817659732806827 esp-idf/esp_bootloader_format/libesp_bootloader_format.a 3fe858a31458bf55 +9162 10246 1743817658793808495 esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj 66356d18949ed31a +10217 10283 1743817659848806621 esp-idf/spi_flash/libspi_flash.a 6a7f1269cb2833a4 +10186 10294 1743817659817806676 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj e7af3893faff6d48 +10294 10449 1743817659925806485 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj c981595a6e74fa6b +10283 10462 1743817659914806505 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj ca4f5f3e6e66607b +10161 10510 1743817659792806721 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj d7ecdce249125cf8 +10246 10544 1743817659877806570 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj d333c63821f9bcc7 +10449 10554 1743817660080806212 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj 92d8fa4f82bb008 +10462 10624 1743817660093806190 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj 3459c49438115926 +9412 10659 1743817659043808047 esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj 9c0ac79fd366deb6 +10511 10690 1743817660142806104 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj a80b069d042db9d2 +10624 10801 1743817660255805906 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj 85eb75d71b5b5e45 +10659 10817 1743817660290805845 esp-idf/hal/libhal.a f323d6e3447d482e +10554 10944 1743817660186806027 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj 80bff9096e91a71b +10544 10970 1743817660175806046 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj 49ea7930037afdec +10690 11020 1743817660321805791 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj b964a6d87a7bc6c +10801 11080 1743817660432805597 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj 3600224c486eed8 +10944 11088 1743817660575805347 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj d6e0d1b19b8c35d +10817 11095 1743817660448805569 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj e7a3ab6227d41242 +11020 11124 1743817660651805214 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj 91be43c5b0d4f2f1 +11088 11144 1743817660766805013 project_elf_src_esp32c3.c 85efbff3808d2b12 +11088 11144 1743817660766805013 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/project_elf_src_esp32c3.c 85efbff3808d2b12 +10970 11255 1743817660601805302 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj ab34f7b517e0c9a3 +11144 11290 1743817660775804998 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj 87f4bc7cde51582b +11080 11363 1743817660711805109 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj f108925d68caaa4 +11095 11442 1743817660726805083 esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj d2d248b2e1433fe8 +9521 12660 1743817659152807854 esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj 2cdfff07423f99bc +12660 12713 1743817662291802385 esp-idf/micro-ecc/libmicro-ecc.a 44dfd289110b80cb +12713 12788 1743817662344802294 esp-idf/soc/libsoc.a 86cb01b539d56b93 +12788 12826 1743817662419802167 esp-idf/main/libmain.a 1fc003fbd919b2a7 +12826 12984 1743817662457802102 bootloader.elf 9ed48ffba436a995 +12984 13472 1743817663094801021 .bin_timestamp e5d69b86a2a235ae +12984 13472 1743817663094801021 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/.bin_timestamp e5d69b86a2a235ae +13472 13642 1743817663103801006 esp-idf/esptool_py/CMakeFiles/bootloader_check_size 10fd331eb72a0bc4 +13472 13642 1743817663103801006 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size 10fd331eb72a0bc4 diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeCache.txt b/ESP32-IDF_ePaper/build/bootloader/CMakeCache.txt index 6ca581edc..4a485ac10 100644 --- a/ESP32-IDF_ePaper/build/bootloader/CMakeCache.txt +++ b/ESP32-IDF_ePaper/build/bootloader/CMakeCache.txt @@ -1,6 +1,6 @@ # This is the CMakeCache file. -# For build in directory: c:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader -# It was generated by CMake: C:/Users/alex/.espressif/tools/cmake/3.24.0/bin/cmake.exe +# For build in directory: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader +# It was generated by CMake: /usr/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. @@ -15,21 +15,21 @@ ######################## //Path to a program. -CMAKE_ADDR2LINE:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-addr2line.exe +CMAKE_ADDR2LINE:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-addr2line //Path to a program. -CMAKE_AR:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar.exe +CMAKE_AR:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_ASM_COMPILER_AR:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe +CMAKE_ASM_COMPILER_AR:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar //A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_ASM_COMPILER_RANLIB:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe +CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib -//ASM Compiler Base Flags -CMAKE_ASM_FLAGS:STRING='-mlongcalls ' +//Flags used by the ASM compiler during all build types. +CMAKE_ASM_FLAGS:STRING= //Flags used by the ASM compiler during DEBUG builds. CMAKE_ASM_FLAGS_DEBUG:STRING=-g @@ -49,14 +49,14 @@ CMAKE_BUILD_TYPE:STRING= //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_CXX_COMPILER_AR:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe +CMAKE_CXX_COMPILER_AR:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar //A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib //C++ Compiler Base Flags -CMAKE_CXX_FLAGS:STRING='-mlongcalls -Wno-frame-address ' +CMAKE_CXX_FLAGS:STRING='-march=rv32imc_zicsr_zifencei ' //Flags used by the CXX compiler during DEBUG builds. CMAKE_CXX_FLAGS_DEBUG:STRING=-g @@ -72,14 +72,14 @@ CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_C_COMPILER_AR:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe +CMAKE_C_COMPILER_AR:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar //A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler -CMAKE_C_COMPILER_RANLIB:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe +CMAKE_C_COMPILER_RANLIB:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib //C Compiler Base Flags -CMAKE_C_FLAGS:STRING='-mlongcalls -Wno-frame-address ' +CMAKE_C_FLAGS:STRING='-march=rv32imc_zicsr_zifencei ' //Flags used by the C compiler during DEBUG builds. CMAKE_C_FLAGS_DEBUG:STRING=-g @@ -96,8 +96,8 @@ CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //Path to a program. CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND -//Flags used by the linker during all build types. -CMAKE_EXE_LINKER_FLAGS:STRING= +//Linker Base Flags +CMAKE_EXE_LINKER_FLAGS:STRING='-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs ' //Flags used by the linker during DEBUG builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= @@ -115,16 +115,16 @@ CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= //Value Computed by CMake. -CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/pkgRedirects +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/pkgRedirects //Install path prefix, prepended onto install directories. -CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/bootloader +CMAKE_INSTALL_PREFIX:PATH=/usr/local //Path to a program. -CMAKE_LINKER:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld.exe +CMAKE_LINKER:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ld //Program used to build from build.ninja files. -CMAKE_MAKE_PROGRAM:FILEPATH=C:/Users/alex/.espressif/tools/ninja/1.10.2/ninja.exe +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja //Flags used by the linker during the creation of modules during // all build types. @@ -147,13 +147,13 @@ CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. -CMAKE_NM:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-nm.exe +CMAKE_NM:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-nm //Path to a program. -CMAKE_OBJCOPY:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objcopy.exe +CMAKE_OBJCOPY:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objcopy //Path to a program. -CMAKE_OBJDUMP:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe +CMAKE_OBJDUMP:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump //Value Computed by CMake CMAKE_PROJECT_DESCRIPTION:STATIC= @@ -165,10 +165,10 @@ CMAKE_PROJECT_HOMEPAGE_URL:STATIC= CMAKE_PROJECT_NAME:STATIC=bootloader //Path to a program. -CMAKE_RANLIB:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib.exe +CMAKE_RANLIB:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib //Path to a program. -CMAKE_READELF:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-readelf.exe +CMAKE_READELF:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-readelf //Flags used by the linker during the creation of shared libraries // during all build types. @@ -218,10 +218,13 @@ CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. -CMAKE_STRIP:FILEPATH=C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-strip.exe +CMAKE_STRIP:FILEPATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND //The CMake toolchain file -CMAKE_TOOLCHAIN_FILE:FILEPATH=C:/Users/alex/esp/esp-idf/tools/cmake/toolchain-esp32.cmake +CMAKE_TOOLCHAIN_FILE:FILEPATH=/home/abobkov/esp/esp-idf/tools/cmake/toolchain-esp32c3.cmake //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console @@ -230,49 +233,52 @@ CMAKE_TOOLCHAIN_FILE:FILEPATH=C:/Users/alex/esp/esp-idf/tools/cmake/toolchain-es CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE //No help, variable specified on the command line. -EXTRA_COMPONENT_DIRS:UNINITIALIZED=C:/Users/alex/esp/esp-idf/components/bootloader +EXTRA_COMPONENT_DIRS:UNINITIALIZED=/home/abobkov/esp/esp-idf/components/bootloader //Git command line client -GIT_EXECUTABLE:FILEPATH=C:/Users/alex/.espressif/tools/idf-git/2.39.2/cmd/git.exe +GIT_EXECUTABLE:FILEPATH=/usr/bin/git //No help, variable specified on the command line. -IDF_PATH:UNINITIALIZED=C:/Users/alex/esp/esp-idf +IDF_PATH:UNINITIALIZED=/home/abobkov/esp/esp-idf //IDF Build Target -IDF_TARGET:STRING=esp32 +IDF_TARGET:STRING=esp32c3 //IDF Build Toolchain Type IDF_TOOLCHAIN:STRING=gcc //No help, variable specified on the command line. -PROJECT_SOURCE_DIR:UNINITIALIZED=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper +IGNORE_EXTRA_COMPONENT:UNINITIALIZED= //No help, variable specified on the command line. -PYTHON:UNINITIALIZED=C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe +PROJECT_SOURCE_DIR:UNINITIALIZED=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper + +//No help, variable specified on the command line. +PYTHON:UNINITIALIZED=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python //No help, variable specified on the command line. PYTHON_DEPS_CHECKED:UNINITIALIZED=1 //No help, variable specified on the command line. -SDKCONFIG:UNINITIALIZED=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig +SDKCONFIG:UNINITIALIZED=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig //Value Computed by CMake -bootloader_BINARY_DIR:STATIC=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader +bootloader_BINARY_DIR:STATIC=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader //Value Computed by CMake bootloader_IS_TOP_LEVEL:STATIC=ON //Value Computed by CMake -bootloader_SOURCE_DIR:STATIC=C:/Users/alex/esp/esp-idf/components/bootloader/subproject +bootloader_SOURCE_DIR:STATIC=/home/abobkov/esp/esp-idf/components/bootloader/subproject //Value Computed by CMake -esp-idf_BINARY_DIR:STATIC=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf +esp-idf_BINARY_DIR:STATIC=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf //Value Computed by CMake esp-idf_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake -esp-idf_SOURCE_DIR:STATIC=C:/Users/alex/esp/esp-idf +esp-idf_SOURCE_DIR:STATIC=/home/abobkov/esp/esp-idf ######################## @@ -299,19 +305,19 @@ CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader +CMAKE_CACHEFILE_DIR:INTERNAL=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache -CMAKE_CACHE_MINOR_VERSION:INTERNAL=24 +CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 //Patch version of cmake used to create the current loaded cache -CMAKE_CACHE_PATCH_VERSION:INTERNAL=0 +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 //Path to CMake executable. -CMAKE_COMMAND:INTERNAL=C:/Users/alex/.espressif/tools/cmake/3.24.0/bin/cmake.exe +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake //Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=C:/Users/alex/.espressif/tools/cmake/3.24.0/bin/cpack.exe +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack //Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=C:/Users/alex/.espressif/tools/cmake/3.24.0/bin/ctest.exe +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB @@ -342,8 +348,6 @@ CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_DLLTOOL CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 -//Path to cache edit program executable. -CMAKE_EDIT_COMMAND:INTERNAL=C:/Users/alex/.espressif/tools/cmake/3.24.0/bin/cmake-gui.exe //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS @@ -370,7 +374,7 @@ CMAKE_GENERATOR_PLATFORM:INTERNAL= CMAKE_GENERATOR_TOOLSET:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project -CMAKE_HOME_DIRECTORY:INTERNAL=C:/Users/alex/esp/esp-idf/components/bootloader/subproject +CMAKE_HOME_DIRECTORY:INTERNAL=/home/abobkov/esp/esp-idf/components/bootloader/subproject //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MAKE_PROGRAM @@ -388,7 +392,7 @@ CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //number of local generators -CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=22 +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=25 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP @@ -400,7 +404,7 @@ CMAKE_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_READELF CMAKE_READELF-ADVANCED:INTERNAL=1 //Path to CMake installation. -CMAKE_ROOT:INTERNAL=C:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24 +CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.30 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG @@ -427,20 +431,14 @@ CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Details about finding Git -FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[C:/Users/alex/.espressif/tools/idf-git/2.39.2/cmd/git.exe][v2.39.2.windows.1()] +FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.45.2()] //ADVANCED property for variable: GIT_EXECUTABLE GIT_EXECUTABLE-ADVANCED:INTERNAL=1 -//Have include stddef.h -HAVE_STDDEF_H:INTERNAL=1 -//Have include stdint.h -HAVE_STDINT_H:INTERNAL=1 -//Have include sys/types.h -HAVE_SYS_TYPES_H:INTERNAL=1 -//Result of TRY_COMPILE -HAVE_TIME_T_SIZE:INTERNAL=TRUE -//CHECK_TYPE_SIZE: sizeof(time_t) -TIME_T_SIZE:INTERNAL=8 diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CMakeASMCompiler.cmake b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CMakeASMCompiler.cmake deleted file mode 100644 index abb6e9afb..000000000 --- a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CMakeASMCompiler.cmake +++ /dev/null @@ -1,20 +0,0 @@ -set(CMAKE_ASM_COMPILER "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe") -set(CMAKE_ASM_COMPILER_ARG1 "") -set(CMAKE_AR "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar.exe") -set(CMAKE_ASM_COMPILER_AR "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe") -set(CMAKE_RANLIB "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib.exe") -set(CMAKE_ASM_COMPILER_RANLIB "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe") -set(CMAKE_LINKER "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld.exe") -set(CMAKE_MT "") -set(CMAKE_ASM_COMPILER_LOADED 1) -set(CMAKE_ASM_COMPILER_ID "GNU") -set(CMAKE_ASM_COMPILER_VERSION "") -set(CMAKE_ASM_COMPILER_ENV_VAR "ASM") - - - - -set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_ASM_LINKER_PREFERENCE 0) - - diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CMakeCCompiler.cmake b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CMakeCCompiler.cmake deleted file mode 100644 index ba2cafb68..000000000 --- a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CMakeCCompiler.cmake +++ /dev/null @@ -1,72 +0,0 @@ -set(CMAKE_C_COMPILER "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe") -set(CMAKE_C_COMPILER_ARG1 "") -set(CMAKE_C_COMPILER_ID "GNU") -set(CMAKE_C_COMPILER_VERSION "12.2.0") -set(CMAKE_C_COMPILER_VERSION_INTERNAL "") -set(CMAKE_C_COMPILER_WRAPPER "") -set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") -set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") -set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") -set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") -set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") -set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") -set(CMAKE_C17_COMPILE_FEATURES "c_std_17") -set(CMAKE_C23_COMPILE_FEATURES "c_std_23") - -set(CMAKE_C_PLATFORM_ID "") -set(CMAKE_C_SIMULATE_ID "") -set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") -set(CMAKE_C_SIMULATE_VERSION "") - - - - -set(CMAKE_AR "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar.exe") -set(CMAKE_C_COMPILER_AR "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe") -set(CMAKE_RANLIB "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib.exe") -set(CMAKE_C_COMPILER_RANLIB "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe") -set(CMAKE_LINKER "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld.exe") -set(CMAKE_MT "") -set(CMAKE_COMPILER_IS_GNUCC 1) -set(CMAKE_C_COMPILER_LOADED 1) -set(CMAKE_C_COMPILER_WORKS TRUE) -set(CMAKE_C_ABI_COMPILED TRUE) - -set(CMAKE_C_COMPILER_ENV_VAR "CC") - -set(CMAKE_C_COMPILER_ID_RUN 1) -set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) -set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_C_LINKER_PREFERENCE 10) - -# Save compiler ABI information. -set(CMAKE_C_SIZEOF_DATA_PTR "4") -set(CMAKE_C_COMPILER_ABI "ELF") -set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") -set(CMAKE_C_LIBRARY_ARCHITECTURE "") - -if(CMAKE_C_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_C_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") -endif() - -if(CMAKE_C_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "") -endif() - -set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include") -set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c;nosys;c;gcc") -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib") -set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CMakeDetermineCompilerABI_C.bin b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CMakeDetermineCompilerABI_C.bin deleted file mode 100644 index c0f3f0744..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CMakeDetermineCompilerABI_C.bin and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CMakeDetermineCompilerABI_CXX.bin b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CMakeDetermineCompilerABI_CXX.bin deleted file mode 100644 index 2ded2cd69..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CMakeDetermineCompilerABI_CXX.bin and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CMakeSystem.cmake b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CMakeSystem.cmake deleted file mode 100644 index 651992576..000000000 --- a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CMakeSystem.cmake +++ /dev/null @@ -1,15 +0,0 @@ -set(CMAKE_HOST_SYSTEM "Windows-10.0.22631") -set(CMAKE_HOST_SYSTEM_NAME "Windows") -set(CMAKE_HOST_SYSTEM_VERSION "10.0.22631") -set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") - -include("C:/Users/alex/esp/esp-idf/tools/cmake/toolchain-esp32.cmake") - -set(CMAKE_SYSTEM "Generic") -set(CMAKE_SYSTEM_NAME "Generic") -set(CMAKE_SYSTEM_VERSION "") -set(CMAKE_SYSTEM_PROCESSOR "") - -set(CMAKE_CROSSCOMPILING "TRUE") - -set(CMAKE_SYSTEM_LOADED 1) diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CompilerIdC/a.out b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CompilerIdC/a.out deleted file mode 100644 index 57e527b5e..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CompilerIdC/a.out and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CompilerIdCXX/a.out b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CompilerIdCXX/a.out deleted file mode 100644 index cdcba2983..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CompilerIdCXX/a.out and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CMakeASMCompiler.cmake b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CMakeASMCompiler.cmake new file mode 100644 index 000000000..0d1998893 --- /dev/null +++ b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CMakeASMCompiler.cmake @@ -0,0 +1,29 @@ +set(CMAKE_ASM_COMPILER "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc") +set(CMAKE_ASM_COMPILER_ARG1 "") +set(CMAKE_AR "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar") +set(CMAKE_ASM_COMPILER_AR "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar") +set(CMAKE_RANLIB "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib") +set(CMAKE_ASM_COMPILER_RANLIB "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib") +set(CMAKE_LINKER "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_ASM_COMPILER_LINKER "") +set(CMAKE_ASM_COMPILER_LINKER_ID "") +set(CMAKE_ASM_COMPILER_LINKER_VERSION ) +set(CMAKE_ASM_COMPILER_LINKER_FRONTEND_VARIANT ) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_ASM_COMPILER_LOADED 1) +set(CMAKE_ASM_COMPILER_ID "GNU") +set(CMAKE_ASM_COMPILER_VERSION "") +set(CMAKE_ASM_COMPILER_ENV_VAR "ASM") + + +set(CMAKE_ASM_COMPILER_SYSROOT "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") +set(CMAKE_COMPILER_SYSROOT "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") + +set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_ASM_LINKER_PREFERENCE 0) +set(CMAKE_ASM_LINKER_DEPFILE_SUPPORTED ) + + diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CMakeCCompiler.cmake b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CMakeCCompiler.cmake new file mode 100644 index 000000000..2567a24ce --- /dev/null +++ b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CMakeCCompiler.cmake @@ -0,0 +1,82 @@ +set(CMAKE_C_COMPILER "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "14.2.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_STANDARD_LATEST "23") +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_SIMULATE_VERSION "") + +set(CMAKE_C_COMPILER_SYSROOT "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") +set(CMAKE_COMPILER_SYSROOT "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") + + +set(CMAKE_AR "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar") +set(CMAKE_C_COMPILER_AR "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar") +set(CMAKE_RANLIB "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib") +set(CMAKE_C_COMPILER_RANLIB "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib") +set(CMAKE_LINKER "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_C_COMPILER_LINKER "NOTFOUND") +set(CMAKE_C_COMPILER_LINKER_ID "") +set(CMAKE_C_COMPILER_LINKER_VERSION ) +set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT ) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "4") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c;nosys;c;gcc;gcc;c;nosys") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CMakeCXXCompiler.cmake b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake similarity index 56% rename from ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CMakeCXXCompiler.cmake rename to ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake index e8f4f5a30..da38d8edf 100644 --- a/ESP32-IDF_ePaper/build/CMakeFiles/3.24.0/CMakeCXXCompiler.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake @@ -1,33 +1,43 @@ -set(CMAKE_CXX_COMPILER "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++.exe") +set(CMAKE_CXX_COMPILER "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++") set(CMAKE_CXX_COMPILER_ARG1 "") set(CMAKE_CXX_COMPILER_ID "GNU") -set(CMAKE_CXX_COMPILER_VERSION "12.2.0") +set(CMAKE_CXX_COMPILER_VERSION "14.2.0") set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") set(CMAKE_CXX_COMPILER_WRAPPER "") set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") -set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") set(CMAKE_CXX_PLATFORM_ID "") set(CMAKE_CXX_SIMULATE_ID "") -set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") set(CMAKE_CXX_SIMULATE_VERSION "") +set(CMAKE_CXX_COMPILER_SYSROOT "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") +set(CMAKE_COMPILER_SYSROOT "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr") - -set(CMAKE_AR "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ar.exe") -set(CMAKE_CXX_COMPILER_AR "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ar.exe") -set(CMAKE_RANLIB "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ranlib.exe") -set(CMAKE_CXX_COMPILER_RANLIB "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc-ranlib.exe") -set(CMAKE_LINKER "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld.exe") +set(CMAKE_AR "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar") +set(CMAKE_CXX_COMPILER_AR "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar") +set(CMAKE_RANLIB "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib") +set(CMAKE_LINKER "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "NOTFOUND") +set(CMAKE_CXX_COMPILER_LINKER_ID "") +set(CMAKE_CXX_COMPILER_LINKER_VERSION ) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT ) set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") set(CMAKE_COMPILER_IS_GNUCXX 1) set(CMAKE_CXX_COMPILER_LOADED 1) set(CMAKE_CXX_COMPILER_WORKS TRUE) @@ -36,10 +46,10 @@ set(CMAKE_CXX_ABI_COMPILED TRUE) set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") set(CMAKE_CXX_COMPILER_ID_RUN 1) -set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) -foreach (lang C OBJC OBJCXX) +foreach (lang IN ITEMS C OBJC OBJCXX) if (CMAKE_${lang}_COMPILER_ID_RUN) foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) @@ -49,6 +59,7 @@ endforeach() set(CMAKE_CXX_LINKER_PREFERENCE 30) set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) # Save compiler ABI information. set(CMAKE_CXX_SIZEOF_DATA_PTR "4") @@ -77,7 +88,19 @@ endif() -set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/backward;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include") -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc;c;nosys;c;gcc") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib") +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/backward;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc;c;nosys;c;gcc;gcc;c;nosys") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib") set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + + diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_C.bin b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 000000000..7b2dcec5b Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_C.bin differ diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 000000000..38b4b99f0 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CMakeSystem.cmake b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CMakeSystem.cmake new file mode 100644 index 000000000..9e15ca8c8 --- /dev/null +++ b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.11.0-21-generic") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.11.0-21-generic") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + +include("/home/abobkov/esp/esp-idf/tools/cmake/toolchain-esp32c3.cmake") + +set(CMAKE_SYSTEM "Generic") +set(CMAKE_SYSTEM_NAME "Generic") +set(CMAKE_SYSTEM_VERSION "") +set(CMAKE_SYSTEM_PROCESSOR "") + +set(CMAKE_CROSSCOMPILING "TRUE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CompilerIdC/CMakeCCompilerId.c b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CompilerIdC/CMakeCCompilerId.c similarity index 92% rename from ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CompilerIdC/CMakeCCompilerId.c rename to ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CompilerIdC/CMakeCCompilerId.c index 2b43aa69b..8d8bb038b 100644 --- a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CompilerIdC/CMakeCCompilerId.c +++ b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CompilerIdC/CMakeCCompilerId.c @@ -224,6 +224,14 @@ # define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) # endif +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + #elif defined(_CRAYC) # define COMPILER_ID "Cray" # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) @@ -269,6 +277,18 @@ # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) # endif +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + #elif defined(__TINYC__) # define COMPILER_ID "TinyCC" @@ -312,9 +332,16 @@ # define COMPILER_ID "ARMClang" # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + #elif defined(__clang__) # define COMPILER_ID "Clang" # if defined(_MSC_VER) @@ -331,10 +358,8 @@ #elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) # define COMPILER_ID "LCC" -# define COMPILER_VERSION_MAJOR DEC(1) -# if defined(__LCC__) -# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) -# endif +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) # if defined(__LCC_MINOR__) # define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) # endif @@ -661,6 +686,14 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; # define ARCHITECTURE_ID "" # endif +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + #elif defined(__TI_COMPILER_VERSION__) # if defined(__TI_ARM__) # define ARCHITECTURE_ID "ARM" @@ -684,6 +717,30 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; # elif defined(__ADSPBLACKFIN__) # define ARCHITECTURE_ID "Blackfin" +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + #else # define ARCHITECTURE_ID #endif @@ -770,19 +827,28 @@ char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; +#define C_STD_99 199901L +#define C_STD_11 201112L +#define C_STD_17 201710L +#define C_STD_23 202311L + +#ifdef __STDC_VERSION__ +# define C_STD __STDC_VERSION__ +#endif + #if !defined(__STDC__) && !defined(__clang__) # if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) # define C_VERSION "90" # else # define C_VERSION # endif -#elif __STDC_VERSION__ > 201710L +#elif C_STD > C_STD_17 # define C_VERSION "23" -#elif __STDC_VERSION__ >= 201710L +#elif C_STD > C_STD_11 # define C_VERSION "17" -#elif __STDC_VERSION__ >= 201000L +#elif C_STD > C_STD_99 # define C_VERSION "11" -#elif __STDC_VERSION__ >= 199901L +#elif C_STD >= C_STD_99 # define C_VERSION "99" #else # define C_VERSION "90" diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CompilerIdC/a.out b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CompilerIdC/a.out new file mode 100755 index 000000000..4c42435a7 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CompilerIdC/a.out differ diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CompilerIdCXX/CMakeCXXCompilerId.cpp b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp similarity index 86% rename from ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CompilerIdCXX/CMakeCXXCompilerId.cpp rename to ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp index 486becdc4..da6c824af 100644 --- a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CompilerIdCXX/CMakeCXXCompilerId.cpp +++ b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -15,13 +15,7 @@ /* Version number components: V=Version, R=Revision, P=Patch Version date components: YYYY=Year, MM=Month, DD=Day */ -#if defined(__COMO__) -# define COMPILER_ID "Comeau" - /* __COMO_VERSION__ = VRR */ -# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) -# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) - -#elif defined(__INTEL_COMPILER) || defined(__ICC) +#if defined(__INTEL_COMPILER) || defined(__ICC) # define COMPILER_ID "Intel" # if defined(_MSC_VER) # define SIMULATE_ID "MSVC" @@ -224,6 +218,14 @@ # define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) # endif +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + #elif defined(_CRAYC) # define COMPILER_ID "Cray" # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) @@ -269,6 +271,18 @@ # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) # endif +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + #elif defined(__SCO_VERSION__) # define COMPILER_ID "SCO" @@ -306,9 +320,16 @@ # define COMPILER_ID "ARMClang" # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + #elif defined(__clang__) # define COMPILER_ID "Clang" # if defined(_MSC_VER) @@ -325,10 +346,8 @@ #elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) # define COMPILER_ID "LCC" -# define COMPILER_VERSION_MAJOR DEC(1) -# if defined(__LCC__) -# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) -# endif +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) # if defined(__LCC_MINOR__) # define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) # endif @@ -646,6 +665,14 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; # define ARCHITECTURE_ID "" # endif +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + #elif defined(__TI_COMPILER_VERSION__) # if defined(__TI_ARM__) # define ARCHITECTURE_ID "ARM" @@ -669,6 +696,30 @@ char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; # elif defined(__ADSPBLACKFIN__) # define ARCHITECTURE_ID "Blackfin" +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + #else # define ARCHITECTURE_ID #endif @@ -755,32 +806,73 @@ char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; -#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L -# if defined(__INTEL_CXX11_MODE__) -# if defined(__cpp_aggregate_nsdmi) -# define CXX_STD 201402L -# else -# define CXX_STD 201103L -# endif +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 # else -# define CXX_STD 199711L +# define CXX_STD CXX_STD_98 # endif #elif defined(_MSC_VER) && defined(_MSVC_LANG) -# define CXX_STD _MSVC_LANG +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 #else # define CXX_STD __cplusplus #endif const char* info_language_standard_default = "INFO" ":" "standard_default[" -#if CXX_STD > 202002L +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 "23" -#elif CXX_STD > 201703L +#elif CXX_STD > CXX_STD_17 "20" -#elif CXX_STD >= 201703L +#elif CXX_STD > CXX_STD_14 "17" -#elif CXX_STD >= 201402L +#elif CXX_STD > CXX_STD_11 "14" -#elif CXX_STD >= 201103L +#elif CXX_STD >= CXX_STD_11 "11" #else "98" @@ -804,6 +896,7 @@ int main(int argc, char* argv[]) int require = 0; require += info_compiler[argc]; require += info_platform[argc]; + require += info_arch[argc]; #ifdef COMPILER_VERSION_MAJOR require += info_version[argc]; #endif diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CompilerIdCXX/a.out b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CompilerIdCXX/a.out new file mode 100755 index 000000000..aafe5061a Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CompilerIdCXX/a.out differ diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeConfigureLog.yaml b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 000000000..79bfc40a5 --- /dev/null +++ b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,540 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake:200 (message)" + - "/home/abobkov/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:67 (project)" + message: | + The target system is: Generic - - + The host system is: Linux - 6.11.0-21-generic - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "/home/abobkov/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:67 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc + Build flags: -march=rv32imc_zicsr_zifencei + Id flags: + + The output was: + 0 + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-closer.o): in function `_close_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/closer.c:47:(.text+0x14): warning: _close is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-lseekr.o): in function `_lseek_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/lseekr.c:49:(.text+0x18): warning: _lseek is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-readr.o): in function `_read_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/readr.c:49:(.text+0x18): warning: _read is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-writer.o): in function `_write_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/writer.c:49:(.text+0x18): warning: _write is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-fclose.o): in function `fclose': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/stdio/fclose.c:125:(.text+0xf4): warning: __getreent is not implemented and will always fail + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is GNU, found in: + /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "/home/abobkov/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:67 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ + Build flags: -march=rv32imc_zicsr_zifencei + Id flags: + + The output was: + 0 + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-closer.o): in function `_close_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/closer.c:47:(.text+0x14): warning: _close is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-lseekr.o): in function `_lseek_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/lseekr.c:49:(.text+0x18): warning: _lseek is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-readr.o): in function `_read_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/readr.c:49:(.text+0x18): warning: _read is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-writer.o): in function `_write_r': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/writer.c:49:(.text+0x18): warning: _write is not implemented and will always fail + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-fclose.o): in function `fclose': + /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/stdio/fclose.c:125:(.text+0xf4): warning: __getreent is not implemented and will always fail + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.30.3/CompilerIdCXX/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake:1192 (message)" + - "/usr/share/cmake-3.30/Modules/CMakeDetermineASMCompiler.cmake:135 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" + - "/home/abobkov/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:67 (project)" + message: | + Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": + riscv32-esp-elf-gcc (crosstool-NG esp-14.2.0_20241119) 14.2.0 + Copyright (C) 2024 Free Software Foundation, Inc. + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/home/abobkov/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:67 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-ixRouu" + binary: "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-ixRouu" + cmakeVariables: + CMAKE_C_FLAGS: "-march=rv32imc_zicsr_zifencei " + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs " + CMAKE_MODULE_PATH: "/home/abobkov/esp/esp-idf/tools/cmake;/home/abobkov/esp/esp-idf/tools/cmake/third_party" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-ixRouu' + + Run Build Command(s): /usr/bin/ninja -v cmTC_8ace5 + [1/2] /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imc_zicsr_zifencei -v -o CMakeFiles/cmTC_8ace5.dir/CMakeCCompilerABI.c.obj -c /usr/share/cmake-3.30/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc + Target: riscv32-esp-elf + Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) + COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_8ace5.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_8ace5.dir/' + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1 -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf /usr/share/cmake-3.30/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_8ace5.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei -version -o /tmp/ccb1VSb3.s + GNU C17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf) + compiled by GNU C version 4.9.2, GMP version 6.2.1, MPFR version 4.2.1, MPC version 1.2.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include" + ignoring nonexistent directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include" + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed" + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include" + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include" + #include "..." search starts here: + #include <...> search starts here: + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include + End of search list. + Compiler executable checksum: 2abae7216a6a1e12430968a738fec0e0 + COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_8ace5.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_8ace5.dir/' + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_8ace5.dir/CMakeCCompilerABI.c.obj /tmp/ccb1VSb3.s + GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1 + COMPILER_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ + LIBRARY_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ + COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_8ace5.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_8ace5.dir/CMakeCCompilerABI.c.' + [2/2] : && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imc_zicsr_zifencei -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_8ace5.dir/CMakeCCompilerABI.c.obj -o cmTC_8ace5 && : + Using built-in specs. + Reading specs from /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs + rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence + COLLECT_GCC=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc + COLLECT_LTO_WRAPPER=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper + Target: riscv32-esp-elf + Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) + COMPILER_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ + LIBRARY_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ + COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_8ace5' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_8ace5.' + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2 -plugin /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cclVxCOm.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_8ace5 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_8ace5.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010094 + COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_8ace5' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_8ace5.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/home/abobkov/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:67 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] + add: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + add: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] + end of search list found + collapse include dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include] + collapse include dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + collapse include dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] + implicit include dirs: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/home/abobkov/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:67 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-ixRouu'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_8ace5] + ignore line: [[1/2] /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imc_zicsr_zifencei -v -o CMakeFiles/cmTC_8ace5.dir/CMakeCCompilerABI.c.obj -c /usr/share/cmake-3.30/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc] + ignore line: [Target: riscv32-esp-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_8ace5.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_8ace5.dir/'] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1 -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf /usr/share/cmake-3.30/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_8ace5.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei -version -o /tmp/ccb1VSb3.s] + ignore line: [GNU C17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf)] + ignore line: [ compiled by GNU C version 4.9.2 GMP version 6.2.1 MPFR version 4.2.1 MPC version 1.2.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include"] + ignore line: [ignoring nonexistent directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include"] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed"] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include"] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 2abae7216a6a1e12430968a738fec0e0] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_8ace5.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_8ace5.dir/'] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_8ace5.dir/CMakeCCompilerABI.c.obj /tmp/ccb1VSb3.s] + ignore line: [GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1] + ignore line: [COMPILER_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] + ignore line: [LIBRARY_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_8ace5.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_8ace5.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] : && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -march=rv32imc_zicsr_zifencei -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_8ace5.dir/CMakeCCompilerABI.c.obj -o cmTC_8ace5 && :] + ignore line: [Using built-in specs.] + ignore line: [Reading specs from /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs] + ignore line: [rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence] + ignore line: [COLLECT_GCC=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc] + ignore line: [COLLECT_LTO_WRAPPER=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper] + ignore line: [Target: riscv32-esp-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] + ignore line: [COMPILER_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] + ignore line: [LIBRARY_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_8ace5' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_8ace5.'] + link line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2 -plugin /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cclVxCOm.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_8ace5 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_8ace5.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group] + arg [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cclVxCOm.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lnosys] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lnosys] ==> ignore + arg [--sysroot=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf] ==> ignore + arg [-melf32lriscv] ==> ignore + arg [-X] ==> ignore + arg [-o] ==> ignore + arg [cmTC_8ace5] ==> ignore + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] + arg [CMakeFiles/cmTC_8ace5.dir/CMakeCCompilerABI.c.obj] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lnosys] ==> lib [nosys] + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--start-group] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lnosys] ==> lib [nosys] + arg [--end-group] ==> ignore + ignore line: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start] + ignore line: [ defaulting to 00010094] + ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_8ace5' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_8ace5.'] + ignore line: [] + ignore line: [] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] + implicit libs: [gcc;c;nosys;c;gcc;gcc;c;nosys] + implicit objs: [] + implicit dirs: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] + implicit fwks: [] + + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/home/abobkov/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:67 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-Fjxgzh" + binary: "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-Fjxgzh" + cmakeVariables: + CMAKE_CXX_FLAGS: "-march=rv32imc_zicsr_zifencei " + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "-nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs " + CMAKE_MODULE_PATH: "/home/abobkov/esp/esp-idf/tools/cmake;/home/abobkov/esp/esp-idf/tools/cmake/third_party" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-Fjxgzh' + + Run Build Command(s): /usr/bin/ninja -v cmTC_b5b27 + [1/2] /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -march=rv32imc_zicsr_zifencei -v -o CMakeFiles/cmTC_b5b27.dir/CMakeCXXCompilerABI.cpp.obj -c /usr/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ + Target: riscv32-esp-elf + Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) + COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_b5b27.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_b5b27.dir/' + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1plus -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf /usr/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_b5b27.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei -version -o /tmp/ccgkejjW.s + GNU C++17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf) + compiled by GNU C version 4.9.2, GMP version 6.2.1, MPFR version 4.2.1, MPC version 1.2.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0" + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32" + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward" + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include" + ignoring nonexistent directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include" + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed" + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include" + ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include" + #include "..." search starts here: + #include <...> search starts here: + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0 + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32 + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include + End of search list. + Compiler executable checksum: c7cd21a23c5c74d612ca7681e3115c94 + COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_b5b27.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_b5b27.dir/' + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_b5b27.dir/CMakeCXXCompilerABI.cpp.obj /tmp/ccgkejjW.s + GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1 + COMPILER_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ + LIBRARY_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ + COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_b5b27.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_b5b27.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -march=rv32imc_zicsr_zifencei -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_b5b27.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_b5b27 && : + Using built-in specs. + Reading specs from /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs + rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence + COLLECT_GCC=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ + COLLECT_LTO_WRAPPER=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper + Target: riscv32-esp-elf + Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) + COMPILER_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ + LIBRARY_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/ + COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_b5b27' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_b5b27.' + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2 -plugin /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccJ1JRjr.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_b5b27 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_b5b27.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010094 + COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_b5b27' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_b5b27.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/home/abobkov/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:67 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0] + add: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32] + add: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward] + add: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] + add: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + add: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] + end of search list found + collapse include dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0] + collapse include dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32] + collapse include dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/backward] + collapse include dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include] + collapse include dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + collapse include dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] + implicit include dirs: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include/c++/14.2.0/backward;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/include-fixed;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "/home/abobkov/esp/esp-idf/tools/cmake/project.cmake:564 (__project)" + - "CMakeLists.txt:67 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-Fjxgzh'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_b5b27] + ignore line: [[1/2] /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -march=rv32imc_zicsr_zifencei -v -o CMakeFiles/cmTC_b5b27.dir/CMakeCXXCompilerABI.cpp.obj -c /usr/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++] + ignore line: [Target: riscv32-esp-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_b5b27.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_b5b27.dir/'] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/cc1plus -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/ -isysroot /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf /usr/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_b5b27.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei -version -o /tmp/ccgkejjW.s] + ignore line: [GNU C++17 (crosstool-NG esp-14.2.0_20241119) version 14.2.0 (riscv32-esp-elf)] + ignore line: [ compiled by GNU C version 4.9.2 GMP version 6.2.1 MPFR version 4.2.1 MPC version 1.2.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0"] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32"] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward"] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include"] + ignore line: [ignoring nonexistent directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include"] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed"] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include"] + ignore line: [ignoring duplicate directory "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include/c++/14.2.0/backward] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/include-fixed] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: c7cd21a23c5c74d612ca7681e3115c94] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_b5b27.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_b5b27.dir/'] + ignore line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_b5b27.dir/CMakeCXXCompilerABI.cpp.obj /tmp/ccgkejjW.s] + ignore line: [GNU assembler version 2.43.1 (riscv32-esp-elf) using BFD version (crosstool-NG esp-14.2.0_20241119) 2.43.1] + ignore line: [COMPILER_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] + ignore line: [LIBRARY_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-v' '-o' 'CMakeFiles/cmTC_b5b27.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'CMakeFiles/cmTC_b5b27.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -march=rv32imc_zicsr_zifencei -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs -v CMakeFiles/cmTC_b5b27.dir/CMakeCXXCompilerABI.cpp.obj -o cmTC_b5b27 && :] + ignore line: [Using built-in specs.] + ignore line: [Reading specs from /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/nosys.specs] + ignore line: [rename spec link_gcc_c_sequence to nosys_link_gcc_c_sequence] + ignore line: [COLLECT_GCC=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++] + ignore line: [COLLECT_LTO_WRAPPER=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper] + ignore line: [Target: riscv32-esp-elf] + ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-14.2.0_20241119' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.0 (crosstool-NG esp-14.2.0_20241119) ] + ignore line: [COMPILER_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/] + ignore line: [LIBRARY_PATH=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_b5b27' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_b5b27.'] + link line: [ /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2 -plugin /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so -plugin-opt=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccJ1JRjr.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys --sysroot=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_b5b27 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0 -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_b5b27.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc --start-group -lgcc -lc -lnosys --end-group] + arg [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/14.2.0/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccJ1JRjr.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lnosys] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lnosys] ==> ignore + arg [--sysroot=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf] ==> ignore + arg [-melf32lriscv] ==> ignore + arg [-X] ==> ignore + arg [-o] ==> ignore + arg [cmTC_b5b27] ==> ignore + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] + arg [-L/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] + arg [CMakeFiles/cmTC_b5b27.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lnosys] ==> lib [nosys] + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--start-group] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lnosys] ==> lib [nosys] + arg [--end-group] ==> ignore + ignore line: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start] + ignore line: [ defaulting to 00010094] + ignore line: [COLLECT_GCC_OPTIONS='-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-specs=nosys.specs' '-v' '-o' 'cmTC_b5b27' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei' '-dumpdir' 'cmTC_b5b27.'] + ignore line: [] + ignore line: [] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib] + collapse library dir [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] + implicit libs: [stdc++;m;gcc;c;nosys;c;gcc;gcc;c;nosys] + implicit objs: [] + implicit dirs: [/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/14.2.0;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/lib/gcc;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/lib;/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/riscv32-esp-elf/usr/lib] + implicit fwks: [] + + +... diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeOutput.log b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeOutput.log deleted file mode 100644 index f14baa949..000000000 --- a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeOutput.log +++ /dev/null @@ -1,426 +0,0 @@ -The target system is: Generic - - -The host system is: Windows - 10.0.22631 - AMD64 -Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. -Compiler: C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe -Build flags: -mlongcalls;-Wno-frame-address; -Id flags: - -The output was: -0 - - -Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" - -The C compiler identification is GNU, found in "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CompilerIdC/a.out" - -Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. -Compiler: C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++.exe -Build flags: -mlongcalls;-Wno-frame-address; -Id flags: - -The output was: -0 - - -Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" - -The CXX compiler identification is GNU, found in "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/3.24.0/CompilerIdCXX/a.out" - -Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": -xtensa-esp32-elf-gcc.exe (crosstool-NG esp-12.2.0_20230208) 12.2.0 -Copyright (C) 2022 Free Software Foundation, Inc. -This is free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -Detecting C compiler ABI info compiled with the following output: -Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeTmp - -Run Build Command(s):C:/Users/alex/.espressif/tools/ninja/1.10.2/ninja.exe cmTC_aca10 && [1/2] Building C object CMakeFiles/cmTC_aca10.dir/CMakeCCompilerABI.c.obj -Using built-in specs. -COLLECT_GCC=C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe -Target: xtensa-esp32-elf -Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld -Thread model: posix -Supported LTO compression algorithms: zlib -gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_aca10.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_aca10.dir/' - c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/cc1.exe -quiet -v -iprefix c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/ C:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_aca10.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mlongcalls -Wno-frame-address -version -o C:\Users\alex\AppData\Local\Temp\ccSdaFGp.s -GNU C17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf) - compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP - -GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include" -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed" -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include" -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include" -#include "..." search starts here: -#include <...> search starts here: - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/include - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include -End of search list. -GNU C17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf) - compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP - -GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 -Compiler executable checksum: 4c06f819f3a69a83cffbb10c8d3d9a0e -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_aca10.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_aca10.dir/' - c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/as.exe --traditional-format --longcalls -o CMakeFiles/cmTC_aca10.dir/CMakeCCompilerABI.c.obj C:\Users\alex\AppData\Local\Temp\ccSdaFGp.s -COMPILER_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ -LIBRARY_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/ -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_aca10.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_aca10.dir/CMakeCCompilerABI.c.' -[2/2] Linking C executable cmTC_aca10 -Using built-in specs. -COLLECT_GCC=C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe -COLLECT_LTO_WRAPPER=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe -Target: xtensa-esp32-elf -Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld -Thread model: posix -Supported LTO compression algorithms: zlib -gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) -COMPILER_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ -LIBRARY_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/ -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_aca10' '-dumpdir' 'cmTC_aca10.' - c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe -plugin c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll -plugin-opt=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccoyj0HT.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_aca10 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0 -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_aca10.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_aca10' '-dumpdir' 'cmTC_aca10.' - - - -Parsed C implicit include dir info from above output: rv=done - found start of include info - found start of implicit include info - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include] - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] - end of search list found - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include] - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include] - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include] - implicit include dirs: [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include] - - -Parsed C implicit link information from above output: - link line regex: [^( *|.*[/\])(xtensa-esp32-elf-ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command(s):C:/Users/alex/.espressif/tools/ninja/1.10.2/ninja.exe cmTC_aca10 && [1/2] Building C object CMakeFiles/cmTC_aca10.dir/CMakeCCompilerABI.c.obj] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe] - ignore line: [Target: xtensa-esp32-elf] - ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib] - ignore line: [gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) ] - ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_aca10.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_aca10.dir/'] - ignore line: [ c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/cc1.exe -quiet -v -iprefix c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/ C:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_aca10.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mlongcalls -Wno-frame-address -version -o C:\Users\alex\AppData\Local\Temp\ccSdaFGp.s] - ignore line: [GNU C17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf)] - ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include"] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed"] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include"] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/include] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] - ignore line: [End of search list.] - ignore line: [GNU C17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf)] - ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [Compiler executable checksum: 4c06f819f3a69a83cffbb10c8d3d9a0e] - ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_aca10.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_aca10.dir/'] - ignore line: [ c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/as.exe --traditional-format --longcalls -o CMakeFiles/cmTC_aca10.dir/CMakeCCompilerABI.c.obj C:\Users\alex\AppData\Local\Temp\ccSdaFGp.s] - ignore line: [COMPILER_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/] - ignore line: [LIBRARY_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_aca10.dir/CMakeCCompilerABI.c.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_aca10.dir/CMakeCCompilerABI.c.'] - ignore line: [[2/2] Linking C executable cmTC_aca10] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe] - ignore line: [COLLECT_LTO_WRAPPER=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe] - ignore line: [Target: xtensa-esp32-elf] - ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib] - ignore line: [gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) ] - ignore line: [COMPILER_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/] - ignore line: [LIBRARY_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_aca10' '-dumpdir' 'cmTC_aca10.'] - link line: [ c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe -plugin c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll -plugin-opt=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccoyj0HT.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_aca10 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0 -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_aca10.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe] ==> ignore - arg [-plugin] ==> ignore - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll] ==> ignore - arg [-plugin-opt=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe] ==> ignore - arg [-plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccoyj0HT.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lnosys] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-o] ==> ignore - arg [cmTC_aca10] ==> ignore - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] ==> obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] ==> obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] ==> obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] - arg [-Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] ==> dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] - arg [-Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] ==> dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] - arg [-Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] ==> dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] - arg [CMakeFiles/cmTC_aca10.dir/CMakeCCompilerABI.c.obj] ==> ignore - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lnosys] ==> lib [nosys] - arg [-lc] ==> lib [c] - arg [-lgcc] ==> lib [gcc] - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] ==> obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] ==> obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] - collapse obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib/crt0.o] - collapse obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] - collapse obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] - collapse obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] - collapse obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] - collapse library dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0] - collapse library dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc] - collapse library dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib] - implicit libs: [gcc;c;nosys;c;gcc] - implicit objs: [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib/crt0.o;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crti.o;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] - implicit dirs: [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib] - implicit fwks: [] - - -Detecting CXX compiler ABI info compiled with the following output: -Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeTmp - -Run Build Command(s):C:/Users/alex/.espressif/tools/ninja/1.10.2/ninja.exe cmTC_04c9e && [1/2] Building CXX object CMakeFiles/cmTC_04c9e.dir/CMakeCXXCompilerABI.cpp.obj -Using built-in specs. -COLLECT_GCC=C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-g++.exe -Target: xtensa-esp32-elf -Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld -Thread model: posix -Supported LTO compression algorithms: zlib -gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_04c9e.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_04c9e.dir/' - c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/cc1plus.exe -quiet -v -iprefix c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/ C:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_04c9e.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mlongcalls -Wno-frame-address -version -o C:\Users\alex\AppData\Local\Temp\cclbfuhg.s -GNU C++17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf) - compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP - -GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0" -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf" -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward" -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include" -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed" -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include" -ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include" -#include "..." search starts here: -#include <...> search starts here: - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0 - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/include - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include - c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include -End of search list. -GNU C++17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf) - compiled by GNU C version 6.3.0 20170516, GMP version 6.2.1, MPFR version 4.1.0, MPC version 1.2.1, isl version isl-0.24-GMP - -GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 -Compiler executable checksum: 9c72a7d3a354170cac3e9330110ca410 -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_04c9e.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_04c9e.dir/' - c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/as.exe --traditional-format --longcalls -o CMakeFiles/cmTC_04c9e.dir/CMakeCXXCompilerABI.cpp.obj C:\Users\alex\AppData\Local\Temp\cclbfuhg.s -COMPILER_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ -LIBRARY_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/ -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_04c9e.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_04c9e.dir/CMakeCXXCompilerABI.cpp.' -[2/2] Linking CXX executable cmTC_04c9e -Using built-in specs. -COLLECT_GCC=C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-g++.exe -COLLECT_LTO_WRAPPER=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe -Target: xtensa-esp32-elf -Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld -Thread model: posix -Supported LTO compression algorithms: zlib -gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) -COMPILER_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/ -LIBRARY_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/;c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/ -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_04c9e' '-dumpdir' 'cmTC_04c9e.' - c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe -plugin c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll -plugin-opt=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccYo4xQY.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_04c9e c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0 -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_04c9e.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o -COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_04c9e' '-dumpdir' 'cmTC_04c9e.' - - - -Parsed CXX implicit include dir info from above output: rv=done - found start of include info - found start of implicit include info - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0] - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf] - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward] - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include] - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] - add: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] - end of search list found - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0] - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf] - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/backward] - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include] - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include] - collapse include dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include] - implicit include dirs: [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include/c++/12.2.0/backward;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/sys-include;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/include] - - -Parsed CXX implicit link information from above output: - link line regex: [^( *|.*[/\])(xtensa-esp32-elf-ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] - ignore line: [Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeTmp] - ignore line: [] - ignore line: [Run Build Command(s):C:/Users/alex/.espressif/tools/ninja/1.10.2/ninja.exe cmTC_04c9e && [1/2] Building CXX object CMakeFiles/cmTC_04c9e.dir/CMakeCXXCompilerABI.cpp.obj] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-g++.exe] - ignore line: [Target: xtensa-esp32-elf] - ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib] - ignore line: [gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) ] - ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_04c9e.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_04c9e.dir/'] - ignore line: [ c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/cc1plus.exe -quiet -v -iprefix c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/ C:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_04c9e.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mlongcalls -Wno-frame-address -version -o C:\Users\alex\AppData\Local\Temp\cclbfuhg.s] - ignore line: [GNU C++17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf)] - ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0"] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf"] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward"] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include"] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed"] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include"] - ignore line: [ignoring duplicate directory "c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/../../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/xtensa-esp32-elf] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include/c++/12.2.0/backward] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/include] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/include-fixed] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/sys-include] - ignore line: [ c:\users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/include] - ignore line: [End of search list.] - ignore line: [GNU C++17 (crosstool-NG esp-12.2.0_20230208) version 12.2.0 (xtensa-esp32-elf)] - ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.2.1 MPFR version 4.1.0 MPC version 1.2.1 isl version isl-0.24-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [Compiler executable checksum: 9c72a7d3a354170cac3e9330110ca410] - ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_04c9e.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_04c9e.dir/'] - ignore line: [ c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/as.exe --traditional-format --longcalls -o CMakeFiles/cmTC_04c9e.dir/CMakeCXXCompilerABI.cpp.obj C:\Users\alex\AppData\Local\Temp\cclbfuhg.s] - ignore line: [COMPILER_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/] - ignore line: [LIBRARY_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'CMakeFiles/cmTC_04c9e.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-dumpdir' 'CMakeFiles/cmTC_04c9e.dir/CMakeCXXCompilerABI.cpp.'] - ignore line: [[2/2] Linking CXX executable cmTC_04c9e] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-g++.exe] - ignore line: [COLLECT_LTO_WRAPPER=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe] - ignore line: [Target: xtensa-esp32-elf] - ignore line: [Configured with: /builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-host_w64-mingw32 --target=xtensa-esp32-elf --prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --exec_prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf --with-headers=/builds/idf/crosstool-NG/builds/xtensa-esp32-elf/xtensa-esp32-elf/include --with-newlib --enable-threads=no --disable-shared --with-pkgversion='crosstool-NG esp-12.2.0_20230208' --disable-__cxa_atexit --enable-cxx-flags=-ffunction-sections --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/HOST-x86_64-w64-mingw32/xtensa-esp32-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-gcov-custom-rtio --enable-libstdcxx-time=yes --with-gnu-ld] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib] - ignore line: [gcc version 12.2.0 (crosstool-NG esp-12.2.0_20230208) ] - ignore line: [COMPILER_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/bin/] - ignore line: [LIBRARY_PATH=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/] - ignore line: [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-mlongcalls' '-Wno-frame-address' '-v' '-o' 'cmTC_04c9e' '-dumpdir' 'cmTC_04c9e.'] - link line: [ c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe -plugin c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll -plugin-opt=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccYo4xQY.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -o cmTC_04c9e c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0 -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc -Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib CMakeFiles/cmTC_04c9e.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/collect2.exe] ==> ignore - arg [-plugin] ==> ignore - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/liblto_plugin.dll] ==> ignore - arg [-plugin-opt=c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper.exe] ==> ignore - arg [-plugin-opt=-fresolution=C:\Users\alex\AppData\Local\Temp\ccYo4xQY.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lnosys] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-o] ==> ignore - arg [cmTC_04c9e] ==> ignore - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] ==> obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] ==> obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] ==> obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] - arg [-Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] ==> dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] - arg [-Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] ==> dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] - arg [-Lc:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] ==> dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] - arg [CMakeFiles/cmTC_04c9e.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore - arg [-lstdc++] ==> lib [stdc++] - arg [-lm] ==> lib [m] - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lnosys] ==> lib [nosys] - arg [-lc] ==> lib [c] - arg [-lgcc] ==> lib [gcc] - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] ==> obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] - arg [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] ==> obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] - collapse obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/crt0.o] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib/crt0.o] - collapse obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crti.o] - collapse obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o] - collapse obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o] - collapse obj [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] - collapse library dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0] - collapse library dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc] - collapse library dir [c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib] ==> [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib] - implicit libs: [stdc++;m;gcc;c;nosys;c;gcc] - implicit objs: [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib/crt0.o;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crti.o;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtbegin.o;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtend.o;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0/crtn.o] - implicit dirs: [C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc/xtensa-esp32-elf/12.2.0;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/lib/gcc;C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/xtensa-esp32-elf/lib] - implicit fwks: [] - - -Determining if the include file sys/types.h exists passed with the following output: -Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeTmp - -Run Build Command(s):C:/Users/alex/.espressif/tools/ninja/1.10.2/ninja.exe cmTC_d19ac && [1/2] Building C object CMakeFiles/cmTC_d19ac.dir/CheckIncludeFile.c.obj -[2/2] Linking C executable cmTC_d19ac - - - -Determining if the include file stdint.h exists passed with the following output: -Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeTmp - -Run Build Command(s):C:/Users/alex/.espressif/tools/ninja/1.10.2/ninja.exe cmTC_ba2e3 && [1/2] Building C object CMakeFiles/cmTC_ba2e3.dir/CheckIncludeFile.c.obj -[2/2] Linking C executable cmTC_ba2e3 - - - -Determining if the include file stddef.h exists passed with the following output: -Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeTmp - -Run Build Command(s):C:/Users/alex/.espressif/tools/ninja/1.10.2/ninja.exe cmTC_b13d0 && [1/2] Building C object CMakeFiles/cmTC_b13d0.dir/CheckIncludeFile.c.obj -[2/2] Linking C executable cmTC_b13d0 - - - -Determining size of time_t passed with the following output: -Change Dir: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CMakeTmp - -Run Build Command(s):C:/Users/alex/.espressif/tools/ninja/1.10.2/ninja.exe cmTC_c7281 && [1/2] Building C object CMakeFiles/cmTC_c7281.dir/TIME_T_SIZE.c.obj -[2/2] Linking C executable cmTC_c7281 - - - diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CheckTypeSize/TIME_T_SIZE.bin b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CheckTypeSize/TIME_T_SIZE.bin deleted file mode 100644 index 153d8537b..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CheckTypeSize/TIME_T_SIZE.bin and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CheckTypeSize/TIME_T_SIZE.c b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CheckTypeSize/TIME_T_SIZE.c deleted file mode 100644 index 4ce0740fd..000000000 --- a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/CheckTypeSize/TIME_T_SIZE.c +++ /dev/null @@ -1,50 +0,0 @@ -#include -#include -#include - - -#undef KEY -#if defined(__i386) -# define KEY '_','_','i','3','8','6' -#elif defined(__x86_64) -# define KEY '_','_','x','8','6','_','6','4' -#elif defined(__PPC64__) -# define KEY '_','_','P','P','C','6','4','_','_' -#elif defined(__ppc64__) -# define KEY '_','_','p','p','c','6','4','_','_' -#elif defined(__PPC__) -# define KEY '_','_','P','P','C','_','_' -#elif defined(__ppc__) -# define KEY '_','_','p','p','c','_','_' -#elif defined(__aarch64__) -# define KEY '_','_','a','a','r','c','h','6','4','_','_' -#elif defined(__ARM_ARCH_7A__) -# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_' -#elif defined(__ARM_ARCH_7S__) -# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_' -#endif - -#define SIZE (sizeof(time_t)) -static char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', - ('0' + ((SIZE / 10000)%10)), - ('0' + ((SIZE / 1000)%10)), - ('0' + ((SIZE / 100)%10)), - ('0' + ((SIZE / 10)%10)), - ('0' + (SIZE % 10)), - ']', -#ifdef KEY - ' ','k','e','y','[', KEY, ']', -#endif - '\0'}; - -#ifdef __CLASSIC_C__ -int main(argc, argv) int argc; char *argv[]; -#else -int main(int argc, char *argv[]) -#endif -{ - int require = 0; - require += info_size[argc]; - (void)argv; - return require; -} diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/TargetDirectories.txt b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/TargetDirectories.txt index 703131841..b9025c385 100644 --- a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/TargetDirectories.txt +++ b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/TargetDirectories.txt @@ -1,80 +1,86 @@ -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/menuconfig.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/confserver.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/save-defconfig.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/gen_project_binary.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/app.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/erase_flash.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/monitor.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/_project_elf_src.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/bootloader.elf.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/size.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/size-files.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/size-components.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/uf2-app.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/uf2.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/xtensa/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/xtensa/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/newlib/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/newlib/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-common-table.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_common_table.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/show-efuse-table.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/show_efuse_table.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_test_table.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esptool_py/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/partition_table/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/freertos/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/freertos/CMakeFiles/rebuild_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/CMakeFiles/edit_cache.dir -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/menuconfig.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/confserver.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/save-defconfig.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/gen_project_binary.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/app.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/erase_flash.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/merge-bin.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/monitor.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/_project_elf_src.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/bootloader.elf.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/size.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/size-files.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/size-components.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/uf2.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/uf2-app.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/riscv/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/riscv/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/newlib/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/newlib/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-common-table.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_common_table.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/show-efuse-table.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/show_efuse_table.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_test_table.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_security/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_security/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esptool_py/CMakeFiles/bootloader_check_size.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esptool_py/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/partition_table/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/freertos/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/freertos/CMakeFiles/rebuild_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/CMakeFiles/edit_cache.dir +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/CMakeFiles/rebuild_cache.dir diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj deleted file mode 100644 index 035cc37dc..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj new file mode 100644 index 000000000..4d53ae479 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/clean_additional.cmake b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/clean_additional.cmake index d0cd17515..231cb1683 100644 --- a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/clean_additional.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/clean_additional.cmake @@ -5,8 +5,8 @@ if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "") file(REMOVE_RECURSE "bootloader.bin" "bootloader.map" - "config\\sdkconfig.cmake" - "config\\sdkconfig.h" - "project_elf_src_esp32.c" + "config/sdkconfig.cmake" + "config/sdkconfig.h" + "project_elf_src_esp32c3.c" ) endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/HEAD b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/HEAD index 2f1675488..59a6bf6ab 100644 --- a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/HEAD +++ b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/HEAD @@ -1 +1 @@ -482a8fb2d78e3b58eb21b26da8a5bedf90623213 +67c1de1eebe095d554d281952fde63c16ee2dca0 diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/grabRef.cmake b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/grabRef.cmake index cfff5657b..2398ce82e 100644 --- a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/grabRef.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/grabRef.cmake @@ -15,10 +15,10 @@ set(HEAD_HASH) -file(READ "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) +file(READ "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS) -set(GIT_DIR "C:/Users/alex/esp/esp-idf/.git") +set(GIT_DIR "/home/abobkov/esp/esp-idf/.git") # handle git-worktree if(EXISTS "${GIT_DIR}/commondir") file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024) @@ -34,17 +34,17 @@ if(HEAD_CONTENTS MATCHES "ref") # named branch string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}") if(EXISTS "${GIT_DIR}/${HEAD_REF}") - configure_file("${GIT_DIR}/${HEAD_REF}" "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) + configure_file("${GIT_DIR}/${HEAD_REF}" "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}") - configure_file("${GIT_DIR}/logs/${HEAD_REF}" "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) + configure_file("${GIT_DIR}/logs/${HEAD_REF}" "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) set(HEAD_HASH "${HEAD_REF}") endif() else() # detached HEAD - configure_file("${GIT_DIR}/HEAD" "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) + configure_file("${GIT_DIR}/HEAD" "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY) endif() if(NOT HEAD_HASH) - file(READ "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024) + file(READ "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024) string(STRIP "${HEAD_HASH}" HEAD_HASH) endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/head-ref b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/head-ref index 2f1675488..59a6bf6ab 100644 --- a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/head-ref +++ b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/git-data/head-ref @@ -1 +1 @@ -482a8fb2d78e3b58eb21b26da8a5bedf90623213 +67c1de1eebe095d554d281952fde63c16ee2dca0 diff --git a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/rules.ninja b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/rules.ninja index e3268bb5c..fbd62865c 100644 --- a/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/rules.ninja +++ b/ESP32-IDF_ePaper/build/bootloader/CMakeFiles/rules.ninja @@ -1,5 +1,5 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "Ninja" Generator, CMake Version 3.24 +# Generated by "Ninja" Generator, CMake Version 3.30 # This file contains all the rules used to get the outputs files # built from the input files. @@ -14,10 +14,10 @@ ############################################# # Rule for compiling C files. -rule C_COMPILER__bootloader.2eelf_ +rule C_COMPILER__bootloader.2eelf_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -25,7 +25,7 @@ rule C_COMPILER__bootloader.2eelf_ # Rule for linking C executable. rule C_EXECUTABLE_LINKER__bootloader.2eelf_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD" + command = $PRE_LINK && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD description = Linking C executable $TARGET_FILE restat = $RESTAT @@ -41,29 +41,10 @@ rule CUSTOM_COMMAND ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_xtensa_ +rule C_COMPILER____idf_soc_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building C object $out - - -############################################# -# Rule for linking C static library. - -rule C_STATIC_LIBRARY_LINKER____idf_xtensa_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" - description = Linking C static library $TARGET_FILE - restat = $RESTAT - - -############################################# -# Rule for compiling C files. - -rule C_COMPILER____idf_soc_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -71,7 +52,7 @@ rule C_COMPILER____idf_soc_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_soc_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -79,10 +60,10 @@ rule C_STATIC_LIBRARY_LINKER____idf_soc_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_micro-ecc_ +rule C_COMPILER____idf_micro-ecc_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -90,7 +71,7 @@ rule C_COMPILER____idf_micro-ecc_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_micro-ecc_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -98,10 +79,10 @@ rule C_STATIC_LIBRARY_LINKER____idf_micro-ecc_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_hal_ +rule C_COMPILER____idf_hal_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -109,7 +90,7 @@ rule C_COMPILER____idf_hal_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_hal_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -117,10 +98,10 @@ rule C_STATIC_LIBRARY_LINKER____idf_hal_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_spi_flash_ +rule C_COMPILER____idf_spi_flash_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -128,7 +109,7 @@ rule C_COMPILER____idf_spi_flash_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_spi_flash_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -136,18 +117,18 @@ rule C_STATIC_LIBRARY_LINKER____idf_spi_flash_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_esp_app_format_ +rule C_COMPILER____idf_esp_bootloader_format_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out ############################################# # Rule for linking C static library. -rule C_STATIC_LIBRARY_LINKER____idf_esp_app_format_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" +rule C_STATIC_LIBRARY_LINKER____idf_esp_bootloader_format_ + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -155,10 +136,10 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_app_format_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_bootloader_support_ +rule C_COMPILER____idf_bootloader_support_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -166,7 +147,7 @@ rule C_COMPILER____idf_bootloader_support_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_bootloader_support_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -174,10 +155,10 @@ rule C_STATIC_LIBRARY_LINKER____idf_bootloader_support_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_efuse_ +rule C_COMPILER____idf_efuse_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -185,7 +166,7 @@ rule C_COMPILER____idf_efuse_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_efuse_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -193,10 +174,10 @@ rule C_STATIC_LIBRARY_LINKER____idf_efuse_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_esp_system_ +rule C_COMPILER____idf_esp_system_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -204,7 +185,7 @@ rule C_COMPILER____idf_esp_system_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_esp_system_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -212,10 +193,10 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_system_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_esp_hw_support_ +rule C_COMPILER____idf_esp_hw_support_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -223,7 +204,7 @@ rule C_COMPILER____idf_esp_hw_support_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -231,10 +212,10 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_esp_common_ +rule C_COMPILER____idf_esp_common_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -242,28 +223,18 @@ rule C_COMPILER____idf_esp_common_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_esp_common_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT -############################################# -# Rule for compiling ASM files. - -rule ASM_COMPILER____idf_esp_rom_ - depfile = $DEP_FILE - deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in - description = Building ASM object $out - - ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_esp_rom_ +rule C_COMPILER____idf_esp_rom_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -271,7 +242,7 @@ rule C_COMPILER____idf_esp_rom_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_esp_rom_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -279,10 +250,10 @@ rule C_STATIC_LIBRARY_LINKER____idf_esp_rom_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_log_ +rule C_COMPILER____idf_log_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -290,7 +261,7 @@ rule C_COMPILER____idf_log_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_log_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -298,10 +269,10 @@ rule C_STATIC_LIBRARY_LINKER____idf_log_ ############################################# # Rule for compiling C files. -rule C_COMPILER____idf_main_ +rule C_COMPILER____idf_main_unscanned_ depfile = $DEP_FILE deps = gcc - command = C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + command = ${LAUNCHER}${CODE_CHECK}/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in description = Building C object $out @@ -309,7 +280,7 @@ rule C_COMPILER____idf_main_ # Rule for linking C static library. rule C_STATIC_LIBRARY_LINKER____idf_main_ - command = cmd.exe /C "$PRE_LINK && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E rm -f $TARGET_FILE && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ar.exe qc $TARGET_FILE $LINK_FLAGS $in && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-ranlib.exe $TARGET_FILE && $POST_BUILD" + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD description = Linking C static library $TARGET_FILE restat = $RESTAT @@ -318,7 +289,7 @@ rule C_STATIC_LIBRARY_LINKER____idf_main_ # Rule for re-running cmake. rule RERUN_CMAKE - command = C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader + command = /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader description = Re-running CMake... generator = 1 @@ -327,7 +298,7 @@ rule RERUN_CMAKE # Rule for cleaning additional files. rule CLEAN_ADDITIONAL - command = C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCONFIG=$CONFIG -P CMakeFiles\clean_additional.cmake + command = /usr/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake description = Cleaning additional files... @@ -335,7 +306,7 @@ rule CLEAN_ADDITIONAL # Rule for cleaning all built files. rule CLEAN - command = C:\Users\alex\.espressif\tools\ninja\1.10.2\ninja.exe $FILE_ARG -t clean $TARGETS + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS description = Cleaning all built files... @@ -343,6 +314,6 @@ rule CLEAN # Rule for printing all primary targets available. rule HELP - command = C:\Users\alex\.espressif\tools\ninja\1.10.2\ninja.exe -t targets + command = /usr/bin/ninja -t targets description = All primary targets available: diff --git a/ESP32-IDF_ePaper/build/bootloader/bootloader.bin b/ESP32-IDF_ePaper/build/bootloader/bootloader.bin index b7254aa8b..f0bcf7a5f 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/bootloader.bin and b/ESP32-IDF_ePaper/build/bootloader/bootloader.bin differ diff --git a/ESP32-IDF_ePaper/build/bootloader/bootloader.elf b/ESP32-IDF_ePaper/build/bootloader/bootloader.elf old mode 100644 new mode 100755 index 0a6aed809..60fcd8acd Binary files a/ESP32-IDF_ePaper/build/bootloader/bootloader.elf and b/ESP32-IDF_ePaper/build/bootloader/bootloader.elf differ diff --git a/ESP32-IDF_ePaper/build/bootloader/bootloader.map b/ESP32-IDF_ePaper/build/bootloader/bootloader.map index c47595cca..2c2c037e8 100644 --- a/ESP32-IDF_ePaper/build/bootloader/bootloader.map +++ b/ESP32-IDF_ePaper/build/bootloader/bootloader.map @@ -1,7 +1,7 @@ Archive member included to satisfy reference by file (symbol) -esp-idf/soc/libsoc.a(dport_access.c.obj) - (esp_dport_access_reg_read) +esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + (esp_bootloader_desc) esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) (__assert_func) esp-idf/main/libmain.a(bootloader_start.c.obj) @@ -18,1707 +18,1517 @@ esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_sha256_start) esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_ana_clock_glitch_reset_config) -esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) esp-idf/main/libmain.a(bootloader_start.c.obj) (bootloader_init) -esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) (bootloader_common_vddsdio_configure) esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_common_ota_select_crc) esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) (bootloader_clock_configure) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) (bootloader_clock_configure) esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) (bootloader_init_mem) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) (bootloader_init_mem) esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) (bootloader_fill_random) -esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_random_disable) -esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) (bootloader_clock_get_rated_freq_mhz) esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (esp_flash_encryption_enabled) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_random_disable) esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (bootloader_mmap_get_free_pages) -esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) (bootloader_flash_update_id) +esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) (bootloader_flash_update_id) esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) (bootloader_clear_bss_section) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) (bootloader_clear_bss_section) esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) (bootloader_console_init) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) (bootloader_console_init) esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) (ESP_EFUSE_DISABLE_DL_CACHE) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) (ESP_EFUSE_DIS_DIRECT_BOOT) esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) (esp_efuse_disable_rom_download_mode) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) (esp_efuse_enable_rom_secure_download_mode) esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) (esp_efuse_read_field_blob) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) (esp_efuse_utility_count_once) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) (esp_efuse_utility_process) esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (esp_efuse_get_coding_scheme) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) (esp_efuse_get_key_dis_read) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (esp_efuse_utility_clear_program_registers) esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) (esp_cpu_configure_region_protection) -esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) (rtc_clk_slow_src_get) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) (rtc_clk_init) -esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (rtc_vddsdio_get_config) -esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) (rtc_clk_cal_ratio) +esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) (rtc_clk_32k_enable) esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (esp_rom_set_cpu_ticks_per_us) -esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) (esp_rom_uart_tx_wait_idle) -esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) (esp_rom_spiflash_wait_idle) -esp-idf/log/liblog.a(log_noos.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (esp_log_early_timestamp) -esp-idf/soc/libsoc.a(gpio_periph.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (GPIO_PIN_MUX_REG) -esp-idf/hal/libhal.a(mpu_hal.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) (mpu_hal_set_region_access) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) (esp_rom_install_uart_printf) +esp-idf/log/liblog.a(log_timestamp.c.obj) + esp-idf/main/libmain.a(bootloader_start.c.obj) (esp_log_timestamp) esp-idf/hal/libhal.a(efuse_hal.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) (efuse_hal_chip_revision) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) (efuse_hal_chip_revision) esp-idf/hal/libhal.a(efuse_hal.c.obj) esp-idf/hal/libhal.a(efuse_hal.c.obj) (efuse_hal_get_major_chip_version) esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) (wdt_hal_init) esp-idf/hal/libhal.a(mmu_hal.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (mmu_hal_unmap_all) -esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (esp_clk_apb_freq) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (__ashldi3) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) +esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) (cache_hal_init) +/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (__lshrdi3) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) (__bswapsi2) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__divsf3) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__adddf3) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__muldf3) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__divdf3) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__fixdfsi) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__fixunsdfsi) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__floatunsidf) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) (__extendsfdf2) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) +/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (__ashldi3) +/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) (__popcountsi2) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) (__divdi3) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) (__udivdi3) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) - esp-idf/main/libmain.a(bootloader_start.c.obj) (_global_impure_ptr) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) +/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) (__udivdi3) +/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) (__clz_tab) +/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) (memcmp) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (memcpy) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) +/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + esp-idf/main/libmain.a(bootloader_start.c.obj) (_impure_data) +/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) esp-idf/main/libmain.a(bootloader_start.c.obj) (memset) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (strcspn) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (strlen) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (strncpy) -c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) (strstr) +/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) (memcpy) Discarded input sections - .literal 0x0000000000000000 0x4 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o - .text 0x0000000000000000 0x6 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o - .debug_line 0x0000000000000000 0x50 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o - .debug_line_str - 0x0000000000000000 0xee c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o - .debug_info 0x0000000000000000 0x24 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o - .debug_abbrev 0x0000000000000000 0x14 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o - .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o - .debug_str 0x0000000000000000 0xfc c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o - .text 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o - .literal 0x0000000000000000 0x44 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o - .fini.literal 0x0000000000000000 0x4 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o - .init.literal 0x0000000000000000 0x4 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o - .text 0x0000000000000000 0xa2 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o - .bss 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o - .eh_frame 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o - .tm_clone_table - 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o - .fini 0x0000000000000000 0x6 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o - .init 0x0000000000000000 0x6 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o - .text 0x0000000000000000 0x0 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj - .data 0x0000000000000000 0x0 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj - .bss 0x0000000000000000 0x0 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj - .comment 0x0000000000000000 0x30 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj - .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(dport_access.c.obj) - .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(dport_access.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(dport_access.c.obj) - .iram1.1 0x0000000000000000 0xa esp-idf/soc/libsoc.a(dport_access.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .literal.__getreent - 0x0000000000000000 0x4 esp-idf/main/libmain.a(bootloader_start.c.obj) - .text 0x0000000000000000 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj) - .data 0x0000000000000000 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj) + .text 0x00000000 0x0 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj + .data 0x00000000 0x0 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj + .bss 0x00000000 0x0 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj + .comment 0x00000000 0x30 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj + .note.GNU-stack + 0x00000000 0x0 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj + .riscv.attributes + 0x00000000 0x44 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj + .text 0x00000000 0x0 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .data 0x00000000 0x0 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .text 0x00000000 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj) + .data 0x00000000 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj) + .bss 0x00000000 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj) .text.__getreent - 0x0000000000000000 0xa esp-idf/main/libmain.a(bootloader_start.c.obj) - .literal.bootloader_common_get_partition_description - 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .literal.bootloader_atexit - 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .literal.bootloader_sha256_flash_contents - 0x0000000000000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x00000000 0xa esp-idf/main/libmain.a(bootloader_start.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) .text.bootloader_common_get_partition_description - 0x0000000000000000 0x7a esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x00000000 0x9e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) .text.bootloader_atexit - 0x0000000000000000 0xb esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x00000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) .text.bootloader_sha256_hex_to_str - 0x0000000000000000 0x5e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x00000000 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) .text.bootloader_sha256_flash_contents - 0x0000000000000000 0x86 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .literal.bootloader_load_image_no_verify - 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .literal.esp_image_verify - 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .literal.esp_image_get_metadata - 0x0000000000000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .literal.esp_image_verify_bootloader_data - 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .literal.esp_image_verify_bootloader - 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x00000000 0xb4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) .text.bootloader_load_image_no_verify - 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x00000000 0xe esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) .text.esp_image_verify - 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x00000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) .text.esp_image_get_metadata - 0x0000000000000000 0x6e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x00000000 0xbe esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) .text.esp_image_verify_bootloader_data - 0x0000000000000000 0x24 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x00000000 0x26 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) .text.esp_image_verify_bootloader - 0x0000000000000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x00000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) .text.esp_image_get_flash_size - 0x0000000000000000 0x42 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - .literal.bootloader_common_check_long_hold_gpio_level - 0x0000000000000000 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .literal.bootloader_common_check_long_hold_gpio - 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .literal.bootloader_common_label_search - 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .literal.bootloader_common_erase_part_type_data - 0x0000000000000000 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .literal.bootloader_common_get_sha256_of_partition - 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .text.bootloader_common_check_long_hold_gpio_level - 0x0000000000000000 0xc6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .text.bootloader_common_check_long_hold_gpio - 0x0000000000000000 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .rodata.bootloader_common_label_search.str1.1 - 0x0000000000000000 0x3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .text.bootloader_common_label_search - 0x0000000000000000 0xab esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .rodata.bootloader_common_erase_part_type_data.str1.1 - 0x0000000000000000 0x10e esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .text.bootloader_common_erase_part_type_data - 0x0000000000000000 0x111 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .text.bootloader_common_get_sha256_of_partition - 0x0000000000000000 0x8e esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - .literal.esp_flash_write_protect_crypt_cnt - 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .literal.esp_get_flash_encryption_mode - 0x0000000000000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .literal.esp_flash_encryption_set_release_mode - 0x0000000000000000 0x70 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .literal.esp_flash_encryption_cfg_verify_release_mode - 0x0000000000000000 0xe4 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0x00000000 0x52 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) .text.esp_flash_write_protect_crypt_cnt - 0x0000000000000000 0xe esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0x00000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) .text.esp_get_flash_encryption_mode - 0x0000000000000000 0x72 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .rodata.esp_flash_encryption_set_release_mode.str1.1 - 0x0000000000000000 0xd4 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0x00000000 0x8e esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .rodata.esp_flash_encryption_set_release_mode.str1.4 + 0x00000000 0xb6 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) .text.esp_flash_encryption_set_release_mode - 0x0000000000000000 0xc2 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .rodata.esp_flash_encryption_cfg_verify_release_mode.str1.1 - 0x0000000000000000 0x3c6 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0x00000000 0x124 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .rodata.esp_flash_encryption_cfg_verify_release_mode.str1.4 + 0x00000000 0x3c7 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) .text.esp_flash_encryption_cfg_verify_release_mode - 0x0000000000000000 0x1bb esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .literal.bootloader_flash_erase_range - 0x0000000000000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .literal.bootloader_spi_flash_reset - 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .iram1.13.literal - 0x0000000000000000 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x00000000 0x334 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) .text.bootloader_flash_erase_range - 0x0000000000000000 0x57 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x00000000 0x7e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) .text.bootloader_spi_flash_reset - 0x0000000000000000 0x23 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .iram1.13 0x0000000000000000 0x9e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .iram1.14 0x0000000000000000 0x7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .literal.bootloader_flash_update_size - 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .iram1.7.literal - 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .literal.bootloader_flash_get_wp_pin - 0x0000000000000000 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .literal.bootloader_configure_spi_pins - 0x0000000000000000 0x4c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + 0x00000000 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.7 0x00000000 0x88 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.8 0x00000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) .text.bootloader_flash_update_size - 0x0000000000000000 0xa esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .iram1.7 0x0000000000000000 0x36 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .text.bootloader_flash_get_wp_pin - 0x0000000000000000 0x36 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .text.bootloader_configure_spi_pins - 0x0000000000000000 0x173 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_MAC_VERSION - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_SECURE_VERSION - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_ADC2_TP_HIGH - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_ADC2_TP_LOW - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_ADC1_TP_HIGH - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_ADC1_TP_LOW - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_MAC_CUSTOM - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_CUSTOM_MAC_CRC - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_BLOCK2 - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_BLOCK1 - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_KEY_STATUS - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_DISABLE_DL_CACHE - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_DISABLE_DL_DECRYPT - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_DISABLE_DL_ENCRYPT - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_JTAG_DISABLE - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_ABS_DONE_1 - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_ABS_DONE_0 - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_DISABLE_SDIO_HOST - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_CONSOLE_DEBUG_DISABLE - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_CODING_SCHEME - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_FLASH_CRYPT_CONFIG - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WAFER_VERSION_MINOR - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_VOL_LEVEL_HP_INV - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_CHIP_VER_REV2 - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_SPI_PAD_CONFIG_CS0 - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_SPI_PAD_CONFIG_D - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_SPI_PAD_CONFIG_Q - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_SPI_PAD_CONFIG_CLK - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_XPD_SDIO_FORCE - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_XPD_SDIO_TIEH - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_XPD_SDIO_REG - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_ADC_VREF - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_CLK8M_FREQ - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_CHIP_VER_REV1 - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_BLK3_PART_RESERVE - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_CHIP_CPU_FREQ_RATED - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_CHIP_CPU_FREQ_LOW - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_CHIP_PACKAGE - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_SPI_PAD_CONFIG_HD - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_DIS_CACHE - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_CHIP_PACKAGE_4BIT - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_DISABLE_BT - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_DISABLE_APP_CPU - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_MAC_CRC - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x00000000 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .iram1.1 0x00000000 0x2a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .iram1.3 0x00000000 0x1a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .text 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .data 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .bss 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SYS_DATA_PART2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_USER_DATA_MAC_CUSTOM + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_USER_DATA + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_CAL_VOL_ATTEN0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ADC1_INIT_CODE_ATTEN0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_OCODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_TEMP_CALIB + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_BLK_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_OPTIONAL_UNIQUE_ID + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WAFER_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WAFER_VERSION_MINOR_HI + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_THRES_HVT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIG_DBIAS_HVT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_V_DIG_DBIAS20 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_V_RTC_DBIAS20 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_K_DIG_LDO + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_K_RTC_LDO + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_FLASH_VENDOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_FLASH_TEMP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_FLASH_CAP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_BLK_VERSION_MINOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_PKG_VERSION + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WAFER_VERSION_MINOR_LO + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_D7 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_D6 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_D5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_D4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_DQS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_WP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_HD + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_CS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_D + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_Q + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_PAD_CONFIG_CLK + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) .data.ESP_EFUSE_MAC - 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_UART_DOWNLOAD_DIS - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_FLASH_CRYPT_CNT - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_RD_DIS_KEY_STATUS - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_RD_DIS_CODING_SCHEME - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_RD_DIS_FLASH_CRYPT_CONFIG - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_RD_DIS_BLK3_PART_RESERVE - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_RD_DIS_MAC_VERSION - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_RD_DIS_SECURE_VERSION - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_RD_DIS_ADC2_TP_HIGH - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_RD_DIS_ADC2_TP_LOW - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_RD_DIS_ADC1_TP_HIGH - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_RD_DIS_ADC1_TP_LOW - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_RD_DIS_CUSTOM_MAC - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_RD_DIS_CUSTOM_MAC_CRC - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_RD_DIS_BLOCK3 - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_RD_DIS_BLOCK2 - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_RD_DIS_BLOCK1 - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_RD_DIS - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_DISABLE_DL_CACHE - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_DISABLE_DL_DECRYPT - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_DISABLE_DL_ENCRYPT - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_CONSOLE_DEBUG_DISABLE - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_JTAG_DISABLE - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_ABS_DONE_1 - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_ABS_DONE_0 - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_KEY_STATUS - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_CODING_SCHEME - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_FLASH_CRYPT_CONFIG - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_BLK3_PART_RESERVE - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_MAC_VERSION - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_SECURE_VERSION - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_ADC2_TP_HIGH - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_ADC2_TP_LOW - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_ADC1_TP_HIGH - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_ADC1_TP_LOW - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_CUSTOM_MAC - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_CUSTOM_MAC_CRC - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_BLOCK3 - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_BLOCK2 - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_BLOCK1 - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CS0 - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_Q - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CLK - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_XPD_SDIO_FORCE - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_XPD_SDIO_TIEH - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_XPD_SDIO_REG - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_ADC_VREF - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_CLK8M_FREQ - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_VOL_LEVEL_HP_INV - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_DIS_CACHE - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_DISABLE_BT - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_DISABLE_APP_CPU - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_MAC_CRC - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_MAC - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_UART_DOWNLOAD_DIS - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_FLASH_CRYPT_CNT - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_WR_DIS - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS_RD_DIS - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .data.ESP_EFUSE_WR_DIS - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.MAC_VERSION - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.SECURE_VERSION - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.ADC2_TP_HIGH - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.ADC2_TP_LOW - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.ADC1_TP_HIGH - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.ADC1_TP_LOW - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.MAC_CUSTOM - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.CUSTOM_MAC_CRC - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.BLOCK2 - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.BLOCK1 - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.KEY_STATUS - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.DISABLE_DL_CACHE - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.DISABLE_DL_DECRYPT - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.DISABLE_DL_ENCRYPT - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.JTAG_DISABLE - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.ABS_DONE_1 - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.ABS_DONE_0 - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.DISABLE_SDIO_HOST - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.CONSOLE_DEBUG_DISABLE - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.CODING_SCHEME - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.FLASH_CRYPT_CONFIG - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WAFER_VERSION_MINOR - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.VOL_LEVEL_HP_INV - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.CHIP_VER_REV2 - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.SPI_PAD_CONFIG_CS0 - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.SPI_PAD_CONFIG_D - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.SPI_PAD_CONFIG_Q - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.SPI_PAD_CONFIG_CLK - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.XPD_SDIO_FORCE - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.XPD_SDIO_TIEH - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.XPD_SDIO_REG - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.ADC_VREF - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.CLK8M_FREQ - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.CHIP_VER_REV1 - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.BLK3_PART_RESERVE - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.CHIP_CPU_FREQ_RATED - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.CHIP_CPU_FREQ_LOW - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.CHIP_PACKAGE - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.SPI_PAD_CONFIG_HD - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.DIS_CACHE - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.CHIP_PACKAGE_4BIT - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.DISABLE_BT - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.DISABLE_APP_CPU - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.MAC_CRC - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.MAC 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.UART_DOWNLOAD_DIS - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.FLASH_CRYPT_CNT - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.RD_DIS_KEY_STATUS - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.RD_DIS_CODING_SCHEME - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.RD_DIS_FLASH_CRYPT_CONFIG - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.RD_DIS_BLK3_PART_RESERVE - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.RD_DIS_MAC_VERSION - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.RD_DIS_SECURE_VERSION - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.RD_DIS_ADC2_TP_HIGH - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.RD_DIS_ADC2_TP_LOW - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.RD_DIS_ADC1_TP_HIGH - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.RD_DIS_ADC1_TP_LOW - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.RD_DIS_CUSTOM_MAC - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.RD_DIS_CUSTOM_MAC_CRC - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.RD_DIS_BLOCK3 - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.RD_DIS_BLOCK2 - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.RD_DIS_BLOCK1 - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.RD_DIS - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_DISABLE_DL_CACHE - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_DISABLE_DL_DECRYPT - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_DISABLE_DL_ENCRYPT - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_CONSOLE_DEBUG_DISABLE - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_JTAG_DISABLE - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_ABS_DONE_1 - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_ABS_DONE_0 - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_KEY_STATUS - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_CODING_SCHEME - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_FLASH_CRYPT_CONFIG - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_BLK3_PART_RESERVE - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_MAC_VERSION - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_SECURE_VERSION - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_ADC2_TP_HIGH - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_ADC2_TP_LOW - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_ADC1_TP_HIGH - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_ADC1_TP_LOW - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_CUSTOM_MAC - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_CUSTOM_MAC_CRC - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_BLOCK3 - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_BLOCK2 - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_BLOCK1 - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_SPI_PAD_CONFIG_CS0 - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_SPI_PAD_CONFIG_D - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_SPI_PAD_CONFIG_Q - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_SPI_PAD_CONFIG_CLK - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_XPD_SDIO_FORCE - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_XPD_SDIO_TIEH - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_XPD_SDIO_REG - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_ADC_VREF - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_CLK8M_FREQ - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_VOL_LEVEL_HP_INV - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_DIS_CACHE - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_DISABLE_BT - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_DISABLE_APP_CPU - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_MAC_CRC - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_MAC - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_UART_DOWNLOAD_DIS - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_FLASH_CRYPT_CNT - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_WR_DIS - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS_RD_DIS - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .rodata.WR_DIS - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .debug_info 0x0000000000000000 0x15e8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .debug_abbrev 0x0000000000000000 0x106 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DISABLE_BLK_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DISABLE_WAFER_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ERR_RST_ENABLE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_VERSION + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_FORCE_SEND_RESUME + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_UART_PRINT_CONTROL + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_ENABLE_SECURITY_DOWNLOAD + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_USB_SERIAL_JTAG_ROM_PRINT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_DIRECT_BOOT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_DOWNLOAD_MODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_FLASH_TPUW + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_AGGRESSIVE_REVOKE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_EN + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_KEY_PURPOSE_0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SECURE_BOOT_KEY_REVOKE0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SPI_BOOT_CRYPT_CNT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WDT_DELAY_SEL + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_VDD_SPI_AS_GPIO + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_USB_EXCHG_PINS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_PAD_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_SOFT_DIS_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_JTAG_SEL_ENABLE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_TWAI + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_FORCE_DOWNLOAD + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_USB_SERIAL_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_DOWNLOAD_ICACHE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_USB_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_DIS_ICACHE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_SYS_DATA2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS_BLOCK_KEY0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_RD_DIS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SOFT_DIS_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_VDD_SPI_AS_GPIO + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_USB_EXCHG_PINS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_SYS_DATA2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_KEY0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_CUSTOM_MAC + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLOCK_USR_DATA + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_OCODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_TEMP_CALIB + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLK_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_OPTIONAL_UNIQUE_ID + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SYS_DATA_PART1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_WAFER_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_WAFER_VERSION_MINOR_HI + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_THRES_HVT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIG_DBIAS_HVT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_V_DIG_DBIAS20 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_V_RTC_DBIAS20 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_K_DIG_LDO + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_K_RTC_LDO + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_FLASH_VENDOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_FLASH_TEMP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_FLASH_CAP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLK_VERSION_MINOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_PKG_VERSION + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_WAFER_VERSION_MINOR_LO + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D7 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D6 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_DQS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_WP + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_HD + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_Q + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CLK + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_MAC + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_BLK1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DISABLE_BLK_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DISABLE_WAFER_VERSION_MAJOR + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ERR_RST_ENABLE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_VERSION + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_FORCE_SEND_RESUME + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_UART_PRINT_CONTROL + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_ENABLE_SECURITY_DOWNLOAD + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_ROM_PRINT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_DIRECT_BOOT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MODE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_FLASH_TPUW + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_EN + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_5 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_4 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_3 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_KEY_PURPOSE_0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE2 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE1 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE0 + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_SPI_BOOT_CRYPT_CNT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_WDT_DELAY_SEL + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MANUAL_ENCRYPT + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_PAD_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_JTAG_SEL_ENABLE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_TWAI + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_FORCE_DOWNLOAD + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_ICACHE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_USB_JTAG + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_DIS_ICACHE + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS_RD_DIS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .sdata.ESP_EFUSE_WR_DIS + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SYS_DATA_PART2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY5 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY4 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY3 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY2 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY1 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY0 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.USER_DATA_MAC_CUSTOM + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.USER_DATA + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_CAL_VOL_ATTEN3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_CAL_VOL_ATTEN2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_CAL_VOL_ATTEN1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_CAL_VOL_ATTEN0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ADC1_INIT_CODE_ATTEN0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.OCODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.TEMP_CALIB + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.BLK_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.OPTIONAL_UNIQUE_ID + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WAFER_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WAFER_VERSION_MINOR_HI + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.THRES_HVT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIG_DBIAS_HVT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.V_DIG_DBIAS20 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.V_RTC_DBIAS20 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.K_DIG_LDO + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.K_RTC_LDO + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.FLASH_VENDOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.FLASH_TEMP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.FLASH_CAP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.BLK_VERSION_MINOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.PKG_VERSION + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WAFER_VERSION_MINOR_LO + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_D7 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_D6 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_D5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_D4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_DQS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_WP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_HD + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_CS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_D + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_Q + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_PAD_CONFIG_CLK + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .rodata.MAC 0x00000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DISABLE_BLK_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DISABLE_WAFER_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ERR_RST_ENABLE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_VERSION + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.FORCE_SEND_RESUME + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.UART_PRINT_CONTROL + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.ENABLE_SECURITY_DOWNLOAD + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_USB_SERIAL_JTAG_ROM_PRINT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_DIRECT_BOOT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_DOWNLOAD_MODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.FLASH_TPUW + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_AGGRESSIVE_REVOKE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_EN + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.KEY_PURPOSE_0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_KEY_REVOKE2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_KEY_REVOKE1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SECURE_BOOT_KEY_REVOKE0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SPI_BOOT_CRYPT_CNT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WDT_DELAY_SEL + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.VDD_SPI_AS_GPIO + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.USB_EXCHG_PINS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_DOWNLOAD_MANUAL_ENCRYPT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_PAD_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.SOFT_DIS_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.JTAG_SEL_ENABLE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_TWAI + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_FORCE_DOWNLOAD + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_USB_SERIAL_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_DOWNLOAD_ICACHE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_USB_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.DIS_ICACHE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_SYS_DATA2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS_BLOCK_KEY0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.RD_DIS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SOFT_DIS_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_VDD_SPI_AS_GPIO + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_USB_EXCHG_PINS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_SYS_DATA2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_KEY0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_CUSTOM_MAC + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLOCK_USR_DATA + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_CAL_VOL_ATTEN0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ADC1_INIT_CODE_ATTEN0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_OCODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_TEMP_CALIB + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLK_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_OPTIONAL_UNIQUE_ID + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SYS_DATA_PART1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_WAFER_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_WAFER_VERSION_MINOR_HI + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_THRES_HVT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIG_DBIAS_HVT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_V_DIG_DBIAS20 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_V_RTC_DBIAS20 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_K_DIG_LDO + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_K_RTC_LDO + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_FLASH_VENDOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_FLASH_TEMP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_FLASH_CAP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLK_VERSION_MINOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_PKG_VERSION + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_WAFER_VERSION_MINOR_LO + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_D7 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_D6 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_D5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_D4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_DQS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_WP + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_HD + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_CS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_D + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_Q + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_PAD_CONFIG_CLK + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_MAC + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_BLK1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DISABLE_BLK_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DISABLE_WAFER_VERSION_MAJOR + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ERR_RST_ENABLE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_VERSION + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_FORCE_SEND_RESUME + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_UART_PRINT_CONTROL + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_ENABLE_SECURITY_DOWNLOAD + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_USB_SERIAL_JTAG_ROM_PRINT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_DIRECT_BOOT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_DOWNLOAD_MODE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_FLASH_TPUW + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_EN + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_5 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_4 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_3 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_KEY_PURPOSE_0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_KEY_REVOKE2 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_KEY_REVOKE1 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SECURE_BOOT_KEY_REVOKE0 + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_SPI_BOOT_CRYPT_CNT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_WDT_DELAY_SEL + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_DOWNLOAD_MANUAL_ENCRYPT + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_PAD_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_JTAG_SEL_ENABLE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_TWAI + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_FORCE_DOWNLOAD + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_USB_SERIAL_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_DOWNLOAD_ICACHE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_USB_JTAG + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_DIS_ICACHE + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS_RD_DIS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .srodata.WR_DIS + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_info 0x00000000 0x24cd esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_abbrev 0x00000000 0x106 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) .debug_aranges - 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .debug_line 0x0000000000000000 0x219 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .debug_str 0x0000000000000000 0x153c esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .comment 0x0000000000000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .literal.esp_efuse_get_pkg_ver - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .literal.esp_efuse_disable_basic_rom_console - 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .literal.esp_efuse_disable_rom_download_mode - 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + 0x00000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_line 0x00000000 0x20f esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .debug_str 0x00000000 0x26c3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) .text.esp_efuse_get_pkg_ver - 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .rodata.esp_efuse_disable_basic_rom_console.str1.1 - 0x0000000000000000 0x4e esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .text.esp_efuse_disable_basic_rom_console - 0x0000000000000000 0x2f esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .text.esp_efuse_disable_rom_download_mode - 0x0000000000000000 0x3c esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + 0x00000000 0x2a esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) .text.esp_efuse_set_rom_log_scheme - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_frame 0x0000000000000000 0x70 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_info 0x0000000000000000 0x3e0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_abbrev 0x0000000000000000 0x1b5 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_loc 0x0000000000000000 0x25 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + 0x00000000 0x3e esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_disable_rom_download_mode + 0x00000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text.esp_efuse_enable_rom_secure_download_mode + 0x00000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_info 0x00000000 0x3ba esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_abbrev 0x00000000 0x18f esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_loc 0x00000000 0x1f esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) .debug_aranges - 0x0000000000000000 0x38 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_ranges 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_line 0x0000000000000000 0x530 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .debug_str 0x0000000000000000 0x5a8 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .comment 0x0000000000000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .literal.esp_efuse_read_field_blob - 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .literal.esp_efuse_read_field_bit - 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .literal.esp_efuse_read_field_cnt - 0x0000000000000000 0xc esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .literal.esp_efuse_write_field_blob - 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .literal.esp_efuse_write_field_cnt - 0x0000000000000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .literal.esp_efuse_write_field_bit - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .literal.esp_efuse_write_reg - 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .literal.esp_efuse_read_block - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .literal.esp_efuse_read_reg - 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .literal.esp_efuse_write_block - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .literal.esp_efuse_batch_write_begin - 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .literal.esp_efuse_batch_write_cancel - 0x0000000000000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .literal.esp_efuse_batch_write_commit - 0x0000000000000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .literal.esp_efuse_check_errors - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000 0x38 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_ranges 0x00000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_line 0x00000000 0x47f esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_str 0x00000000 0x5fb esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .debug_frame 0x00000000 0x80 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) .text.esp_efuse_read_field_blob - 0x0000000000000000 0x52 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.esp_efuse_read_field_bit.str1.1 - 0x0000000000000000 0x39 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000 0x6e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_read_field_bit.str1.4 + 0x00000000 0x3b esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) .text.esp_efuse_read_field_bit - 0x0000000000000000 0x35 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000 0x4a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) .text.esp_efuse_read_field_cnt - 0x0000000000000000 0x36 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000 0x50 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) .text.esp_efuse_write_field_blob - 0x0000000000000000 0x62 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.esp_efuse_write_field_cnt.str1.1 - 0x0000000000000000 0x57 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000 0x74 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_write_field_cnt.str1.4 + 0x00000000 0x4e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) .text.esp_efuse_write_field_cnt - 0x0000000000000000 0x92 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000 0xae esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) .text.esp_efuse_write_field_bit - 0x0000000000000000 0x3d esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000 0x5a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) .text.esp_efuse_get_field_size - 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) .text.esp_efuse_write_reg - 0x0000000000000000 0x3e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000 0x5a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) .text.esp_efuse_read_block - 0x0000000000000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) .text.esp_efuse_read_reg - 0x0000000000000000 0x2e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) .text.esp_efuse_write_block - 0x0000000000000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.esp_efuse_batch_write_begin.str1.1 - 0x0000000000000000 0x5a esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_begin.str1.4 + 0x00000000 0x51 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) .text.esp_efuse_batch_write_begin - 0x0000000000000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.esp_efuse_batch_write_cancel.str1.1 - 0x0000000000000000 0x75 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000 0x72 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_cancel.str1.4 + 0x00000000 0x5f esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) .text.esp_efuse_batch_write_cancel - 0x0000000000000000 0x4d esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.esp_efuse_batch_write_commit.str1.1 - 0x0000000000000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000 0x72 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_batch_write_commit.str1.4 + 0x00000000 0x37 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) .text.esp_efuse_batch_write_commit - 0x0000000000000000 0x61 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000 0x8e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) .text.esp_efuse_check_errors - 0x0000000000000000 0xd esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.__func__$0 - 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.__func__$1 - 0x0000000000000000 0x13 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .rodata.__func__$2 - 0x0000000000000000 0x19 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .bss.s_batch_writing_mode - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_frame 0x0000000000000000 0x178 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_info 0x0000000000000000 0xe47 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_abbrev 0x0000000000000000 0x359 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_loc 0x0000000000000000 0x5cb esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + 0x00000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.esp_efuse_destroy_block.str1.4 + 0x00000000 0x120 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text.esp_efuse_destroy_block + 0x00000000 0x13c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__.0 + 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__.1 + 0x00000000 0x13 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .rodata.__func__.2 + 0x00000000 0x19 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .sbss.s_batch_writing_mode + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_info 0x00000000 0x11bf esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_abbrev 0x00000000 0x3cb esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_loc 0x00000000 0xab2 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) .debug_aranges - 0x0000000000000000 0x90 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_ranges 0x0000000000000000 0x98 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_line 0x0000000000000000 0x103e esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .debug_str 0x0000000000000000 0x731 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .comment 0x0000000000000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .literal.write_reg - 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .literal.esp_efuse_utility_process - 0x0000000000000000 0x38 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .literal.esp_efuse_utility_reset - 0x0000000000000000 0xc esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .literal.esp_efuse_utility_burn_efuses - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .literal.esp_efuse_utility_update_virt_blocks - 0x0000000000000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .literal.esp_efuse_utility_debug_dump_single_block - 0x0000000000000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .literal.esp_efuse_utility_debug_dump_pending - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .literal.esp_efuse_utility_debug_dump_blocks - 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .literal.esp_efuse_utility_read_reg - 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .literal.esp_efuse_utility_fill_buff - 0x0000000000000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .literal.esp_efuse_utility_count_once - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .literal.esp_efuse_utility_write_cnt - 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .literal.esp_efuse_utility_write_reg - 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .literal.esp_efuse_utility_write_blob - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .literal.esp_efuse_utility_get_read_register_address - 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .literal.esp_efuse_utility_is_correct_written_data - 0x0000000000000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.write_reg.str1.1 - 0x0000000000000000 0xb3 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x98 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_ranges 0x00000000 0xe0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_line 0x00000000 0x119b esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_str 0x00000000 0x912 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .debug_frame 0x00000000 0x220 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.write_reg.str1.4 + 0x00000000 0xb4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.write_reg - 0x0000000000000000 0x55 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_process.str1.1 - 0x0000000000000000 0x66 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x7a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_process.str1.4 + 0x00000000 0x5d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_process - 0x0000000000000000 0x17e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x174 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_reset - 0x0000000000000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x50 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_burn_efuses - 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x2e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_erase_virt_blocks - 0x0000000000000000 0x5 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_update_virt_blocks.str1.1 - 0x0000000000000000 0x32 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x2 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_update_virt_blocks.str1.4 + 0x00000000 0x27 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_update_virt_blocks - 0x0000000000000000 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_debug_dump_single_block.str1.1 - 0x0000000000000000 0xf esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x2a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_debug_dump_single_block.str1.4 + 0x00000000 0x12 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_debug_dump_single_block - 0x0000000000000000 0x63 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x8e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_debug_dump_pending - 0x0000000000000000 0x31 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_debug_dump_blocks.str1.1 - 0x0000000000000000 0xd esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_debug_dump_blocks.str1.4 + 0x00000000 0xd esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_debug_dump_blocks - 0x0000000000000000 0x2a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x46 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_get_number_of_items - 0x0000000000000000 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_read_reg - 0x0000000000000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x68 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_fill_buff - 0x0000000000000000 0xb1 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0xde esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_count_once - 0x0000000000000000 0x3c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_write_cnt.str1.1 - 0x0000000000000000 0x31 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x62 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_write_cnt.str1.4 + 0x00000000 0x31 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_write_cnt - 0x0000000000000000 0x7b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_write_reg.str1.1 - 0x0000000000000000 0x5d esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0xd4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_write_reg.str1.4 + 0x00000000 0x53 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_write_reg - 0x0000000000000000 0x3e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x64 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_write_blob - 0x0000000000000000 0x9e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_get_read_register_address.str1.1 - 0x0000000000000000 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x92 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_get_read_register_address.str1.4 + 0x00000000 0x16 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_get_read_register_address - 0x0000000000000000 0x22 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_is_correct_written_data.str1.1 - 0x0000000000000000 0xd8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x3e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_is_correct_written_data.str1.4 + 0x00000000 0xba esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_is_correct_written_data - 0x0000000000000000 0x8b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__$0 - 0x0000000000000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__$1 - 0x0000000000000000 0x1b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__$2 - 0x0000000000000000 0xa esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__$3 - 0x0000000000000000 0xf esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.__func__$4 - 0x0000000000000000 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .bss.s_burn_counter - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_frame 0x0000000000000000 0x1c0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_info 0x0000000000000000 0x16d5 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_abbrev 0x0000000000000000 0x467 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_loc 0x0000000000000000 0x1108 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0xd6 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__.0 + 0x00000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__.1 + 0x00000000 0x1b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__.2 + 0x00000000 0xa esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__.3 + 0x00000000 0xf esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.__func__.4 + 0x00000000 0x1a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .sbss.s_burn_counter + 0x00000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_info 0x00000000 0x1392 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_abbrev 0x00000000 0x42e esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_loc 0x00000000 0x1331 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .debug_aranges - 0x0000000000000000 0xa8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_ranges 0x0000000000000000 0x2e8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_line 0x0000000000000000 0x18bc esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_str 0x0000000000000000 0xa11 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .comment 0x0000000000000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .literal.esp_efuse_get_coding_scheme$part$0 - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .literal.esp_efuse_set_write_protect - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .literal.esp_efuse_set_read_protect - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .literal.esp_efuse_get_coding_scheme - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .literal.esp_efuse_block_is_empty - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .literal.esp_efuse_get_key_dis_read - 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .literal.esp_efuse_set_key_dis_read - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .literal.esp_efuse_get_key_dis_write - 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .literal.esp_efuse_set_key_dis_write - 0x0000000000000000 0x8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .literal.esp_efuse_key_block_unused - 0x0000000000000000 0xc esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .literal.esp_efuse_find_purpose - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .literal.esp_efuse_write_key - 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .literal.esp_efuse_write_keys - 0x0000000000000000 0x34 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_get_coding_scheme$part$0 - 0x0000000000000000 0x23 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_set_write_protect - 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_set_read_protect - 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_get_coding_scheme - 0x0000000000000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + 0x00000000 0xa8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_ranges 0x00000000 0x2d0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_line 0x00000000 0x17ca esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_str 0x00000000 0xa70 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_frame 0x00000000 0x2bc esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) .text.esp_efuse_block_is_empty - 0x0000000000000000 0x4b esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.esp_efuse_get_key_dis_read.str1.1 - 0x0000000000000000 0xa0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + 0x00000000 0x38 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_write_protect + 0x00000000 0x6a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_read_protect + 0x00000000 0x3e esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_coding_scheme + 0x00000000 0x6 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_purpose_field + 0x00000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_key + 0x00000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_efuse_get_key_dis_read.str1.4 + 0x00000000 0x8f esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) .text.esp_efuse_get_key_dis_read - 0x0000000000000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + 0x00000000 0x4a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) .text.esp_efuse_set_key_dis_read - 0x0000000000000000 0x1d esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + 0x00000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) .text.esp_efuse_get_key_dis_write - 0x0000000000000000 0x2c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + 0x00000000 0x4a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) .text.esp_efuse_set_key_dis_write - 0x0000000000000000 0x1d esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .text.esp_efuse_key_block_unused - 0x0000000000000000 0x31 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + 0x00000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) .text.esp_efuse_get_key_purpose - 0x0000000000000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + 0x00000000 0x48 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_key_purpose + 0x00000000 0x3c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) .text.esp_efuse_get_keypurpose_dis_write - 0x0000000000000000 0x7 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + 0x00000000 0x4a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_keypurpose_dis_write + 0x00000000 0x28 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) .text.esp_efuse_find_purpose - 0x0000000000000000 0x26 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + 0x00000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_key_block_unused + 0x00000000 0x5e esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_find_unused_key_block + 0x00000000 0x2a esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_count_unused_key_blocks + 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_efuse_write_key.str1.4 + 0x00000000 0x65 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) .text.esp_efuse_write_key - 0x0000000000000000 0x86 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.esp_efuse_write_keys.str1.1 - 0x0000000000000000 0x9f esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + 0x00000000 0x114 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_efuse_write_keys.str1.4 + 0x00000000 0xd2 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) .text.esp_efuse_write_keys - 0x0000000000000000 0xc3 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.__func__$0 - 0x0000000000000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .rodata.__func__$1 - 0x0000000000000000 0x1b esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + 0x00000000 0x156 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_efuse_get_digest_revoke.str1.4 + 0x00000000 0x42 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_digest_revoke + 0x00000000 0x48 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_digest_revoke + 0x00000000 0x26 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_get_write_protect_of_digest_revoke + 0x00000000 0x48 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_efuse_set_write_protect_of_digest_revoke + 0x00000000 0x26 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.esp_secure_boot_read_key_digests.str1.4 + 0x00000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text.esp_secure_boot_read_key_digests + 0x00000000 0xa4 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.0 + 0x00000000 0x21 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.1 + 0x00000000 0x2d esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.2 + 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.3 + 0x00000000 0x23 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.4 + 0x00000000 0x1c esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.__func__.5 + 0x00000000 0x1b esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .rodata.s_revoke_table + 0x00000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) .rodata.s_table - 0x0000000000000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_frame 0x0000000000000000 0x178 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_info 0x0000000000000000 0x2e38 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_abbrev 0x0000000000000000 0x476 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_loc 0x0000000000000000 0x67e esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + 0x00000000 0x78 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_info 0x00000000 0x15b3 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_abbrev 0x00000000 0x3b8 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_loc 0x00000000 0xdf1 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) .debug_aranges - 0x0000000000000000 0x90 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_ranges 0x0000000000000000 0x110 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_line 0x0000000000000000 0xe85 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .debug_str 0x0000000000000000 0x1c67 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .comment 0x0000000000000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .literal.esp_efuse_utility_clear_program_registers - 0x0000000000000000 0x4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .literal.esp_efuse_utility_apply_34_encoding - 0x0000000000000000 0x14 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .literal.esp_efuse_utility_burn_chip - 0x0000000000000000 0xa8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .literal.esp_efuse_utility_apply_new_coding_scheme - 0x0000000000000000 0x24 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .data 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0xe0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_ranges 0x00000000 0x210 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_line 0x00000000 0x1487 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_str 0x00000000 0x1065 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .debug_frame 0x00000000 0x324 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + .text 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .data 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .bss 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_clear_program_registers - 0x0000000000000000 0xb esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x18 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_check_errors.str1.4 + 0x00000000 0x79 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_check_errors - 0x0000000000000000 0x7 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text.esp_efuse_utility_apply_34_encoding - 0x0000000000000000 0x8a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_burn_chip.str1.1 - 0x0000000000000000 0x1a7 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x7c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_burn_chip_opt.str1.4 + 0x00000000 0x1a8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text.esp_efuse_utility_burn_chip_opt + 0x00000000 0x2ba esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_burn_chip - 0x0000000000000000 0x1fb esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.esp_efuse_utility_apply_new_coding_scheme.str1.1 - 0x0000000000000000 0x4a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0xc esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .rodata.esp_efuse_utility_apply_new_coding_scheme.str1.4 + 0x00000000 0x3f esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .text.esp_efuse_utility_apply_new_coding_scheme - 0x0000000000000000 0xdb esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .rodata.start_write_addr - 0x0000000000000000 0x10 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0xb4 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .rodata.range_write_addr_blocks - 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x58 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .bss.write_mass_blocks - 0x0000000000000000 0x80 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x160 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .rodata.range_read_addr_blocks - 0x0000000000000000 0x20 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_frame 0x0000000000000000 0x88 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_info 0x0000000000000000 0xbf6 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_abbrev 0x0000000000000000 0x31c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_loc 0x0000000000000000 0x73c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + 0x00000000 0x58 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_info 0x00000000 0x3e8a esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_abbrev 0x00000000 0x37c esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_loc 0x00000000 0x423 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) .debug_aranges - 0x0000000000000000 0x40 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_ranges 0x0000000000000000 0x1f0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_line 0x0000000000000000 0xfd7 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .debug_str 0x0000000000000000 0x758 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .comment 0x0000000000000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .literal.rtc_clk_32k_enable_external - 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .literal.rtc_clk_32k_bootstrap - 0x0000000000000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .literal.rtc_clk_32k_enabled - 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .literal.rtc_clk_apll_enable - 0x0000000000000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .literal.rtc_clk_apll_coeff_set - 0x0000000000000000 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .literal.rtc_clk_apll_coeff_calc - 0x0000000000000000 0xc0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .literal.rtc_clk_cpu_set_to_default_config - 0x0000000000000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .literal.rtc_clk_cpu_freq_set_xtal - 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .literal.rtc_clk_cpu_freq_set_config_fast - 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .literal.rtc_dig_clk8m_enable - 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .literal.rtc_dig_clk8m_disable - 0x0000000000000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .literal.rtc_dig_8m_enabled - 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x00000000 0x40 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_ranges 0x00000000 0x188 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_line 0x00000000 0xc6b esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_str 0x00000000 0x2bfa esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .comment 0x00000000 0x30 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .debug_frame 0x00000000 0xe8 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .riscv.attributes + 0x00000000 0x44 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .text 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .data 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_bbpll_add_consumer + 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_bbpll_remove_consumer + 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .text.rtc_clk_32k_enable_external - 0x0000000000000000 0xe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x00000000 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .text.rtc_clk_32k_bootstrap - 0x0000000000000000 0x1ef esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x00000000 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .text.rtc_clk_32k_enabled - 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_apll_enable - 0x0000000000000000 0x86 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_apll_coeff_set - 0x0000000000000000 0xdb esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_apll_coeff_calc - 0x0000000000000000 0x207 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_8m_enabled + 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_8md256_enabled + 0x00000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .text.rtc_clk_cpu_set_to_default_config - 0x0000000000000000 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x00000000 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .text.rtc_clk_cpu_freq_set_xtal - 0x0000000000000000 0x11 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x00000000 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .text.rtc_clk_cpu_freq_set_config_fast - 0x0000000000000000 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x00000000 0x36 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .text.rtc_dig_clk8m_enable - 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .text.rtc_dig_clk8m_disable - 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x00000000 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .text.rtc_dig_8m_enabled - 0x0000000000000000 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .literal.rtc_init - 0x0000000000000000 0xa4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .text.rtc_init - 0x0000000000000000 0x3a3 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .literal.rtc_clk_cal - 0x0000000000000000 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .literal.rtc_time_us_to_slowclk - 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .literal.rtc_time_get - 0x0000000000000000 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .literal.rtc_clk_freq_cal - 0x0000000000000000 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .text.rtc_clk_cal - 0x0000000000000000 0xb9 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .text.rtc_time_us_to_slowclk - 0x0000000000000000 0x1f esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .text.rtc_time_slowclk_to_us - 0x0000000000000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .rodata.rtc_time_get.str1.1 - 0x0000000000000000 0x1d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .text.rtc_time_get - 0x0000000000000000 0x74 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .text.rtc_clk_freq_cal - 0x0000000000000000 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .iram1.0.literal - 0x0000000000000000 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .iram1.0 0x0000000000000000 0x21 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - .literal.esp_rom_spiflash_read_statushigh - 0x0000000000000000 0xc esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .literal.esp_rom_spiflash_write_status - 0x0000000000000000 0x14 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .literal.esp_rom_spiflash_clear_bp - 0x0000000000000000 0x34 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .literal.esp_rom_spiflash_set_bp - 0x0000000000000000 0x14 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .literal.esp_rom_spiflash_config_readmode - 0x0000000000000000 0x34 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .literal.esp_rom_spiflash_erase_chip - 0x0000000000000000 0x18 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .literal.esp_rom_spiflash_erase_block - 0x0000000000000000 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .literal.esp_rom_spiflash_erase_area - 0x0000000000000000 0x18 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .literal.esp_rom_spiflash_write_disable - 0x0000000000000000 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .text 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .data 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .text.esp_rom_spiflash_read_statushigh - 0x0000000000000000 0x21 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .text.esp_rom_spiflash_write_status - 0x0000000000000000 0x33 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .text.esp_rom_spiflash_clear_bp - 0x0000000000000000 0xc5 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .text.esp_rom_spiflash_set_bp - 0x0000000000000000 0x4d esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .text.esp_rom_spiflash_config_readmode - 0x0000000000000000 0x2ca esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .text.esp_rom_spiflash_erase_chip - 0x0000000000000000 0x37 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .text.esp_rom_spiflash_erase_block - 0x0000000000000000 0x88 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .text.esp_rom_spiflash_erase_area - 0x0000000000000000 0x94 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .text.esp_rom_spiflash_write_disable - 0x0000000000000000 0x18 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .literal.esp_log_impl_lock - 0x0000000000000000 0x14 esp-idf/log/liblog.a(log_noos.c.obj) - .literal.esp_log_impl_lock_timeout - 0x0000000000000000 0x4 esp-idf/log/liblog.a(log_noos.c.obj) - .literal.esp_log_impl_unlock - 0x0000000000000000 0x14 esp-idf/log/liblog.a(log_noos.c.obj) - .text 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_noos.c.obj) - .data 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_noos.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/log/liblog.a(log_noos.c.obj) - .rodata.esp_log_impl_lock.str1.1 - 0x0000000000000000 0x2c esp-idf/log/liblog.a(log_noos.c.obj) - .text.esp_log_impl_lock - 0x0000000000000000 0x22 esp-idf/log/liblog.a(log_noos.c.obj) - .text.esp_log_impl_lock_timeout - 0x0000000000000000 0xd esp-idf/log/liblog.a(log_noos.c.obj) - .rodata.esp_log_impl_unlock.str1.1 - 0x0000000000000000 0xc esp-idf/log/liblog.a(log_noos.c.obj) - .text.esp_log_impl_unlock - 0x0000000000000000 0x22 esp-idf/log/liblog.a(log_noos.c.obj) - .rodata.__func__$1 - 0x0000000000000000 0x14 esp-idf/log/liblog.a(log_noos.c.obj) - .rodata.__func__$0 - 0x0000000000000000 0x12 esp-idf/log/liblog.a(log_noos.c.obj) - .bss.s_lock 0x0000000000000000 0x4 esp-idf/log/liblog.a(log_noos.c.obj) - .text 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .data 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .rodata.GPIO_HOLD_MASK - 0x0000000000000000 0xa0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .dram1.0 0x0000000000000000 0x28 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .rodata.GPIO_PIN_MUX_REG - 0x0000000000000000 0xa0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .debug_info 0x0000000000000000 0x11c esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .debug_abbrev 0x0000000000000000 0x83 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .debug_aranges - 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .debug_line 0x0000000000000000 0x1b5 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .debug_str 0x0000000000000000 0x23e esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .comment 0x0000000000000000 0x30 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mpu_hal.c.obj) - .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mpu_hal.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mpu_hal.c.obj) - .literal.efuse_hal_get_mac - 0x0000000000000000 0x4 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x00000000 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .data 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .bss 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .text.esp_rom_output_to_channels + 0x00000000 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .text.esp_rom_install_channel_putc + 0x00000000 0x32 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .sbss._putc2 0x00000000 0x4 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .text 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) + .data 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) + .bss 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) .text.efuse_hal_get_mac - 0x0000000000000000 0x17 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .text.efuse_hal_blk_version - 0x0000000000000000 0x7 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .iram1.1 0x0000000000000000 0x7 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .literal.efuse_hal_set_timing - 0x0000000000000000 0x8 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .literal.efuse_hal_read - 0x0000000000000000 0x8 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .literal.efuse_hal_clear_program_registers - 0x0000000000000000 0x7c esp-idf/hal/libhal.a(efuse_hal.c.obj) - .literal.efuse_hal_program - 0x0000000000000000 0xc esp-idf/hal/libhal.a(efuse_hal.c.obj) - .literal.efuse_hal_is_coding_error_in_block - 0x0000000000000000 0x4 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x00000000 0x14 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) .text.efuse_hal_set_timing - 0x0000000000000000 0x6f esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x00000000 0x44 esp-idf/hal/libhal.a(efuse_hal.c.obj) .text.efuse_hal_read - 0x0000000000000000 0x3c esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x00000000 0x4c esp-idf/hal/libhal.a(efuse_hal.c.obj) .text.efuse_hal_clear_program_registers - 0x0000000000000000 0xff esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x00000000 0x8 esp-idf/hal/libhal.a(efuse_hal.c.obj) .text.efuse_hal_program - 0x0000000000000000 0x42 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x00000000 0x6a esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text.efuse_hal_rs_calculate + 0x00000000 0x8 esp-idf/hal/libhal.a(efuse_hal.c.obj) .text.efuse_hal_is_coding_error_in_block - 0x0000000000000000 0x3a esp-idf/hal/libhal.a(efuse_hal.c.obj) - .literal.wdt_hal_deinit - 0x0000000000000000 0x8 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .literal.wdt_hal_disable - 0x0000000000000000 0x4 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x00000000 0x6e esp-idf/hal/libhal.a(efuse_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) .text.wdt_hal_deinit - 0x0000000000000000 0xb2 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x00000000 0x70 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) .text.wdt_hal_disable - 0x0000000000000000 0x2f esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x00000000 0x20 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) .text.wdt_hal_handle_intr - 0x0000000000000000 0x4c esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x00000000 0x2c esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) .text.wdt_hal_feed - 0x0000000000000000 0x2b esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x00000000 0x1c esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) .text.wdt_hal_is_enabled - 0x0000000000000000 0x1d esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .literal.mmu_hal_init - 0x0000000000000000 0x4 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .literal.mmu_hal_paddr_to_vaddr - 0x0000000000000000 0xc esp-idf/hal/libhal.a(mmu_hal.c.obj) - .literal.mmu_hal_check_valid_ext_vaddr_region - 0x0000000000000000 0x20 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .literal.mmu_hal_map_region - 0x0000000000000000 0x28 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .literal.mmu_hal_unmap_region - 0x0000000000000000 0x20 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .literal.mmu_hal_vaddr_to_paddr - 0x0000000000000000 0x18 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .text 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .data 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .text.mmu_hal_init - 0x0000000000000000 0xb esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x00000000 0x12 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) .text.mmu_hal_pages_to_bytes - 0x0000000000000000 0x8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x00000000 0x6 esp-idf/hal/libhal.a(mmu_hal.c.obj) .text.mmu_hal_bytes_to_pages - 0x0000000000000000 0x8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x00000000 0x6 esp-idf/hal/libhal.a(mmu_hal.c.obj) .text.mmu_hal_paddr_to_vaddr - 0x0000000000000000 0xeb esp-idf/hal/libhal.a(mmu_hal.c.obj) - .text.mmu_hal_check_valid_ext_vaddr_region - 0x0000000000000000 0xac esp-idf/hal/libhal.a(mmu_hal.c.obj) - .text.mmu_hal_map_region - 0x0000000000000000 0x103 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x00000000 0x64 esp-idf/hal/libhal.a(mmu_hal.c.obj) .text.mmu_hal_unmap_region - 0x0000000000000000 0xae esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x00000000 0x62 esp-idf/hal/libhal.a(mmu_hal.c.obj) .text.mmu_hal_vaddr_to_paddr - 0x0000000000000000 0xa3 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .literal.esp_clk_apb_freq - 0x0000000000000000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) - .text 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) - .data 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) - .bss 0x0000000000000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) - .text.esp_clk_apb_freq - 0x0000000000000000 0xd esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) - .debug_frame 0x0000000000000000 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) - .debug_info 0x0000000000000000 0xbf esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) - .debug_abbrev 0x0000000000000000 0x75 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) - .debug_aranges - 0x0000000000000000 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) - .debug_ranges 0x0000000000000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) - .debug_line 0x0000000000000000 0x1f7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) - .debug_str 0x0000000000000000 0x233 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) - .comment 0x0000000000000000 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) - .text 0x0000000000000000 0x18 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) - .debug_line 0x0000000000000000 0x7b c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) - .debug_line_str - 0x0000000000000000 0xf4 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) - .debug_info 0x0000000000000000 0x2f c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) - .debug_abbrev 0x0000000000000000 0x21 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) - .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) - .debug_str 0x0000000000000000 0x10c c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) - .text 0x0000000000000000 0x18 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) - .debug_line 0x0000000000000000 0x7b c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) - .debug_line_str - 0x0000000000000000 0xf4 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) - .debug_info 0x0000000000000000 0x2f c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) - .debug_abbrev 0x0000000000000000 0x21 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) - .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) - .debug_str 0x0000000000000000 0x10c c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) - .text 0x0000000000000000 0x14 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) - .debug_line 0x0000000000000000 0x6f c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) - .debug_line_str - 0x0000000000000000 0xf4 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) - .debug_info 0x0000000000000000 0x2f c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) - .debug_abbrev 0x0000000000000000 0x21 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) - .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) - .debug_str 0x0000000000000000 0x10d c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) - .text 0x0000000000000000 0x59 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) - .debug_line 0x0000000000000000 0xf9 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) - .debug_line_str - 0x0000000000000000 0xf5 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) - .debug_info 0x0000000000000000 0x24 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) - .debug_abbrev 0x0000000000000000 0x14 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) - .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) - .debug_str 0x0000000000000000 0x103 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) - .literal 0x0000000000000000 0x10 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) - .text 0x0000000000000000 0x312 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) - .debug_line 0x0000000000000000 0x6b1 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) - .debug_line_str - 0x0000000000000000 0xf5 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) - .debug_info 0x0000000000000000 0x25 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) - .debug_abbrev 0x0000000000000000 0x14 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) - .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) - .debug_str 0x0000000000000000 0x103 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) - .literal 0x0000000000000000 0xc c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) - .text 0x0000000000000000 0x1ff c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) - .debug_line 0x0000000000000000 0x478 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) - .debug_line_str - 0x0000000000000000 0xf5 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) - .debug_info 0x0000000000000000 0x25 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) - .debug_abbrev 0x0000000000000000 0x14 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) - .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) - .debug_str 0x0000000000000000 0x103 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) - .literal 0x0000000000000000 0x10 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) - .text 0x0000000000000000 0x213 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) - .debug_line 0x0000000000000000 0x4a1 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) - .debug_line_str - 0x0000000000000000 0xf5 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) - .debug_info 0x0000000000000000 0x25 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) - .debug_abbrev 0x0000000000000000 0x14 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) - .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) - .debug_str 0x0000000000000000 0x103 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) - .literal 0x0000000000000000 0x4 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) - .text 0x0000000000000000 0x4c c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) - .debug_line 0x0000000000000000 0xe7 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) - .debug_line_str - 0x0000000000000000 0xf5 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) - .debug_info 0x0000000000000000 0x24 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) - .debug_abbrev 0x0000000000000000 0x14 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) - .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) - .debug_str 0x0000000000000000 0x103 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) - .literal 0x0000000000000000 0x4 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) - .text 0x0000000000000000 0x5d c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) - .debug_line 0x0000000000000000 0x117 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) - .debug_line_str - 0x0000000000000000 0xf5 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) - .debug_info 0x0000000000000000 0x24 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) - .debug_abbrev 0x0000000000000000 0x14 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) - .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) - .debug_str 0x0000000000000000 0x103 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) - .text 0x0000000000000000 0x3d c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) - .debug_line 0x0000000000000000 0xc9 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) - .debug_line_str - 0x0000000000000000 0xf5 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) - .debug_info 0x0000000000000000 0x24 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) - .debug_abbrev 0x0000000000000000 0x14 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) - .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) - .debug_str 0x0000000000000000 0x103 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) - .literal 0x0000000000000000 0x8 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) - .text 0x0000000000000000 0x62 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) - .debug_line 0x0000000000000000 0x117 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) - .debug_line_str - 0x0000000000000000 0xf5 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) - .debug_info 0x0000000000000000 0x24 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) - .debug_abbrev 0x0000000000000000 0x14 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) - .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) - .debug_str 0x0000000000000000 0x103 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) - .literal 0x0000000000000000 0xc c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) - .text 0x0000000000000000 0x37 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) - .debug_frame 0x0000000000000000 0x28 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) - .debug_info 0x0000000000000000 0xce c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) - .debug_abbrev 0x0000000000000000 0x68 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + 0x00000000 0x68 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .text 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) + .data 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) + .bss 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_suspend + 0x00000000 0x1a esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_resume + 0x00000000 0x24 esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_is_cache_enabled + 0x00000000 0xa esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_vaddr_to_cache_level_id + 0x00000000 0x4c esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_invalidate_addr + 0x00000000 0x54 esp-idf/hal/libhal.a(cache_hal.c.obj) + .text.cache_hal_get_cache_line_size + 0x00000000 0x22 esp-idf/hal/libhal.a(cache_hal.c.obj) + .text 0x00000000 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_info 0x00000000 0x1b6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_abbrev 0x00000000 0x10c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) .debug_loclists - 0x0000000000000000 0xac c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + 0x00000000 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) - .debug_line 0x0000000000000000 0xf7 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) - .debug_str 0x0000000000000000 0x144 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_line 0x00000000 0x107 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_str 0x00000000 0x1e3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) .debug_line_str - 0x0000000000000000 0x1dc c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) - .comment 0x0000000000000000 0x30 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) - .text 0x0000000000000000 0x2ae c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) - .debug_frame 0x0000000000000000 0x28 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) - .eh_frame 0x0000000000000000 0x28 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) - .debug_info 0x0000000000000000 0x6bf c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) - .debug_abbrev 0x0000000000000000 0x1ab c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + 0x00000000 0x1b0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .note.GNU-stack + 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .debug_frame 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) + .text 0x00000000 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_info 0x00000000 0x1b6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_abbrev 0x00000000 0x10c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) .debug_loclists - 0x0000000000000000 0x5e6 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + 0x00000000 0x6b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_line 0x00000000 0x107 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_str 0x00000000 0x1e3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_line_str + 0x00000000 0x1b0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .note.GNU-stack + 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .debug_frame 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) + .text 0x00000000 0x42 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_info 0x00000000 0xe6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_abbrev 0x00000000 0x65 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_loclists + 0x00000000 0xd6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_line 0x00000000 0xe9 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_str 0x00000000 0x1aa /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_line_str + 0x00000000 0x1b0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .note.GNU-stack + 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .debug_frame 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) + .text 0x00000000 0x35a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_info 0x00000000 0x776 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_abbrev 0x00000000 0x1a6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_loclists + 0x00000000 0x6ad /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) .debug_rnglists - 0x0000000000000000 0x4c c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) - .debug_line 0x0000000000000000 0x884 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) - .debug_str 0x0000000000000000 0x1b9 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) + 0x00000000 0x8f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_line 0x00000000 0x97b /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .debug_str 0x00000000 0x259 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) .debug_line_str - 0x0000000000000000 0x1dc c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) - .comment 0x0000000000000000 0x30 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) - .text 0x0000000000000000 0x270 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) - .debug_frame 0x0000000000000000 0x28 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) - .eh_frame 0x0000000000000000 0x28 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) - .debug_info 0x0000000000000000 0x685 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) - .debug_abbrev 0x0000000000000000 0x18f c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + 0x00000000 0x1b0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .note.GNU-stack + 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .eh_frame 0x00000000 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) + .text 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .rodata 0x00000000 0x100 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_info 0x00000000 0xed /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_abbrev 0x00000000 0x70 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_aranges + 0x00000000 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_line 0x00000000 0x3f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_str 0x00000000 0x1a6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .debug_line_str + 0x00000000 0x1b0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .note.GNU-stack + 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + .text 0x00000000 0x48 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_info 0x00000000 0x10f /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_abbrev 0x00000000 0x8a /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) .debug_loclists - 0x0000000000000000 0x5f4 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + 0x00000000 0x130 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) - .debug_rnglists - 0x0000000000000000 0x4c c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) - .debug_line 0x0000000000000000 0x7a7 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) - .debug_str 0x0000000000000000 0x1ba c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_line 0x00000000 0x157 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_str 0x00000000 0x112 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) .debug_line_str - 0x0000000000000000 0x1dc c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) - .comment 0x0000000000000000 0x30 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) - .text 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) - .bss 0x0000000000000000 0x4 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) - .debug_info 0x0000000000000000 0x80e c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) - .debug_abbrev 0x0000000000000000 0x173 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + 0x00000000 0x271 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .note.GNU-stack + 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .debug_frame 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) + .text 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .data 0x00000000 0xf0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .sdata 0x00000000 0x4 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_info 0x00000000 0x84c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_abbrev 0x00000000 0x174 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) .debug_aranges - 0x0000000000000000 0x18 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) - .debug_line 0x0000000000000000 0x51 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) - .debug_str 0x0000000000000000 0x49a c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) + 0x00000000 0x18 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_line 0x00000000 0x51 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .debug_str 0x00000000 0x4e2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) .debug_line_str - 0x0000000000000000 0x2f1 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) - .comment 0x0000000000000000 0x30 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) - .literal 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) - .text 0x0000000000000000 0x4f c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) - .debug_frame 0x0000000000000000 0x28 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) - .debug_info 0x0000000000000000 0x12b c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) - .debug_abbrev 0x0000000000000000 0x90 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + 0x00000000 0x279 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .note.GNU-stack + 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) + .text 0x00000000 0xa8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_line 0x00000000 0x18e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_line_str + 0x00000000 0xdb /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_info 0x00000000 0x33 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_abbrev 0x00000000 0x28 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_aranges + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .debug_str 0x00000000 0xf0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .riscv.attributes + 0x00000000 0x42 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) + .text 0x00000000 0xe8 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .data 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .bss 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_info 0x00000000 0x256 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_abbrev 0x00000000 0x107 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) .debug_loclists - 0x0000000000000000 0x120 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + 0x00000000 0x1d6 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) - .debug_line 0x0000000000000000 0x177 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) - .debug_str 0x0000000000000000 0xe0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) + 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_line 0x00000000 0x31c /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_str 0x00000000 0x133 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) .debug_line_str - 0x0000000000000000 0x2eb c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) - .comment 0x0000000000000000 0x30 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) - .literal 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) - .text 0x0000000000000000 0x135 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) - .debug_line 0x0000000000000000 0x30f c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) - .debug_line_str - 0x0000000000000000 0x106 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) - .debug_info 0x0000000000000000 0x31 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) - .debug_abbrev 0x0000000000000000 0x21 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) - .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) - .debug_str 0x0000000000000000 0x11b c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) - .literal 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) - .text 0x0000000000000000 0x74 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) - .debug_line 0x0000000000000000 0x146 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) - .debug_line_str - 0x0000000000000000 0x106 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) - .debug_info 0x0000000000000000 0x2f c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) - .debug_abbrev 0x0000000000000000 0x21 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) - .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) - .debug_str 0x0000000000000000 0x11b c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) - .text 0x0000000000000000 0x25 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) - .debug_frame 0x0000000000000000 0x28 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) - .debug_info 0x0000000000000000 0xe9 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) - .debug_abbrev 0x0000000000000000 0x9f c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) - .debug_loclists - 0x0000000000000000 0x3c c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) - .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) - .debug_line 0x0000000000000000 0xf9 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) - .debug_str 0x0000000000000000 0xe1 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) - .debug_line_str - 0x0000000000000000 0x2ee c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) - .comment 0x0000000000000000 0x30 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) - .literal 0x0000000000000000 0xc c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) - .text 0x0000000000000000 0x63 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) - .debug_line 0x0000000000000000 0x122 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) - .debug_line_str - 0x0000000000000000 0x106 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) - .debug_info 0x0000000000000000 0x2f c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) - .debug_abbrev 0x0000000000000000 0x21 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) - .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) - .debug_str 0x0000000000000000 0x11b c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) - .literal 0x0000000000000000 0xc c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) - .text 0x0000000000000000 0x113 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) - .debug_line 0x0000000000000000 0x2a8 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) - .debug_line_str - 0x0000000000000000 0x107 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) - .debug_info 0x0000000000000000 0x31 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) - .debug_abbrev 0x0000000000000000 0x21 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) - .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) - .debug_str 0x0000000000000000 0x11d c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) - .text 0x0000000000000000 0x36 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) - .debug_frame 0x0000000000000000 0x28 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) - .debug_info 0x0000000000000000 0xef c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) - .debug_abbrev 0x0000000000000000 0x9f c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) - .debug_loclists - 0x0000000000000000 0x30 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) - .debug_aranges - 0x0000000000000000 0x20 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) - .debug_line 0x0000000000000000 0x134 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) - .debug_str 0x0000000000000000 0xe0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) - .debug_line_str - 0x0000000000000000 0x2eb c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) - .comment 0x0000000000000000 0x30 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) - .literal 0x0000000000000000 0x4 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o - .init.literal 0x0000000000000000 0x4 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o - .text 0x0000000000000000 0x16 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o - .eh_frame 0x0000000000000000 0x4 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o - .tm_clone_table - 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o - .init 0x0000000000000000 0x6 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o - .text 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o - .data 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o - .bss 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o - .init 0x0000000000000000 0x2 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o - .fini 0x0000000000000000 0x2 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o + 0x00000000 0x33e /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .comment 0x00000000 0x30 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .note.GNU-stack + 0x00000000 0x0 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .debug_frame 0x00000000 0x20 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) + .riscv.attributes + 0x00000000 0x44 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) Memory Configuration Name Origin Length Attributes -iram_loader_seg 0x0000000040078000 0x0000000000008000 xrw -iram_seg 0x0000000040080400 0x000000000000fc00 xrw -dram_seg 0x000000003fff0000 0x0000000000006000 rw -*default* 0x0000000000000000 0xffffffffffffffff +iram_seg 0x403cc710 0x00002000 xrw +iram_loader_seg 0x403ce710 0x00007000 xrw +dram_seg 0x3fcd5710 0x00005000 rw +*default* 0x00000000 0xffffffff Linker script and memory map -LOAD c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o -LOAD c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o -LOAD c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o - 0x0000000000000000 IDF_TARGET_ESP32 = 0x0 -LOAD CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj -LOAD esp-idf/xtensa/libxtensa.a + 0x00000000 IDF_TARGET_ESP32C3 = 0x0 +LOAD CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj LOAD esp-idf/soc/libsoc.a LOAD esp-idf/micro-ecc/libmicro-ecc.a LOAD esp-idf/hal/libhal.a LOAD esp-idf/spi_flash/libspi_flash.a -LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a LOAD esp-idf/bootloader_support/libbootloader_support.a LOAD esp-idf/efuse/libefuse.a LOAD esp-idf/esp_system/libesp_system.a @@ -1727,12 +1537,11 @@ LOAD esp-idf/esp_common/libesp_common.a LOAD esp-idf/esp_rom/libesp_rom.a LOAD esp-idf/log/liblog.a LOAD esp-idf/main/libmain.a -LOAD esp-idf/xtensa/libxtensa.a LOAD esp-idf/soc/libsoc.a LOAD esp-idf/micro-ecc/libmicro-ecc.a LOAD esp-idf/hal/libhal.a LOAD esp-idf/spi_flash/libspi_flash.a -LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a LOAD esp-idf/bootloader_support/libbootloader_support.a LOAD esp-idf/efuse/libefuse.a LOAD esp-idf/esp_system/libesp_system.a @@ -1740,12 +1549,11 @@ LOAD esp-idf/esp_hw_support/libesp_hw_support.a LOAD esp-idf/esp_common/libesp_common.a LOAD esp-idf/esp_rom/libesp_rom.a LOAD esp-idf/log/liblog.a -LOAD esp-idf/xtensa/libxtensa.a LOAD esp-idf/soc/libsoc.a LOAD esp-idf/micro-ecc/libmicro-ecc.a LOAD esp-idf/hal/libhal.a LOAD esp-idf/spi_flash/libspi_flash.a -LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a LOAD esp-idf/bootloader_support/libbootloader_support.a LOAD esp-idf/efuse/libefuse.a LOAD esp-idf/esp_system/libesp_system.a @@ -1753,12 +1561,11 @@ LOAD esp-idf/esp_hw_support/libesp_hw_support.a LOAD esp-idf/esp_common/libesp_common.a LOAD esp-idf/esp_rom/libesp_rom.a LOAD esp-idf/log/liblog.a -LOAD esp-idf/xtensa/libxtensa.a LOAD esp-idf/soc/libsoc.a LOAD esp-idf/micro-ecc/libmicro-ecc.a LOAD esp-idf/hal/libhal.a LOAD esp-idf/spi_flash/libspi_flash.a -LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a LOAD esp-idf/bootloader_support/libbootloader_support.a LOAD esp-idf/efuse/libefuse.a LOAD esp-idf/esp_system/libesp_system.a @@ -1766,12 +1573,11 @@ LOAD esp-idf/esp_hw_support/libesp_hw_support.a LOAD esp-idf/esp_common/libesp_common.a LOAD esp-idf/esp_rom/libesp_rom.a LOAD esp-idf/log/liblog.a -LOAD esp-idf/xtensa/libxtensa.a LOAD esp-idf/soc/libsoc.a LOAD esp-idf/micro-ecc/libmicro-ecc.a LOAD esp-idf/hal/libhal.a LOAD esp-idf/spi_flash/libspi_flash.a -LOAD esp-idf/esp_app_format/libesp_app_format.a +LOAD esp-idf/esp_bootloader_format/libesp_bootloader_format.a LOAD esp-idf/bootloader_support/libbootloader_support.a LOAD esp-idf/efuse/libefuse.a LOAD esp-idf/esp_system/libesp_system.a @@ -1779,2637 +1585,2296 @@ LOAD esp-idf/esp_hw_support/libesp_hw_support.a LOAD esp-idf/esp_common/libesp_common.a LOAD esp-idf/esp_rom/libesp_rom.a LOAD esp-idf/log/liblog.a -LOAD C:/Users/alex/esp/esp-idf/components/xtensa/esp32/libxt_hal.a -LOAD c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a -LOAD c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a -LOAD c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libnosys.a -LOAD c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a -LOAD c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a -LOAD c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o -LOAD c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o - [!provide] PROVIDE (Add2SelfBigHex256 = 0x40015b7c) - [!provide] PROVIDE (AddBigHex256 = 0x40015b28) - [!provide] PROVIDE (AddBigHexModP256 = 0x40015c98) - [!provide] PROVIDE (AddP256 = 0x40015c74) - [!provide] PROVIDE (AddPdiv2_256 = 0x40015ce0) - [!provide] PROVIDE (app_gpio_arg = 0x3ffe003c) - [!provide] PROVIDE (app_gpio_handler = 0x3ffe0040) - [!provide] PROVIDE (BasePoint_x_256 = 0x3ff97488) - [!provide] PROVIDE (BasePoint_y_256 = 0x3ff97468) - [!provide] PROVIDE (bigHexInversion256 = 0x400168f0) - [!provide] PROVIDE (bigHexP256 = 0x3ff973bc) - [!provide] PROVIDE (btdm_r_ble_bt_handler_tab_p_get = 0x40019b0c) - [!provide] PROVIDE (btdm_r_btdm_option_data_p_get = 0x40010004) - [!provide] PROVIDE (btdm_r_btdm_rom_version_get = 0x40010078) - [!provide] PROVIDE (btdm_r_data_init = 0x4001002c) - [!provide] PROVIDE (btdm_r_import_rf_phy_func_p_get = 0x40054298) - [!provide] PROVIDE (btdm_r_ip_func_p_get = 0x40019af0) - [!provide] PROVIDE (btdm_r_ip_func_p_set = 0x40019afc) - [!provide] PROVIDE (btdm_r_modules_func_p_get = 0x4005427c) - [!provide] PROVIDE (btdm_r_modules_func_p_set = 0x40054270) - [!provide] PROVIDE (btdm_r_plf_func_p_set = 0x40054288) - [!provide] PROVIDE (bt_util_buf_env = 0x3ffb8bd4) - 0x00000000400095e0 PROVIDE (cache_flash_mmu_set_rom = 0x400095e0) - 0x0000000040009a14 PROVIDE (Cache_Flush_rom = 0x40009a14) - 0x0000000040009ab8 PROVIDE (Cache_Read_Disable_rom = 0x40009ab8) - 0x0000000040009a84 PROVIDE (Cache_Read_Enable_rom = 0x40009a84) - [!provide] PROVIDE (Cache_Read_Init_rom = 0x40009950) - [!provide] PROVIDE (cache_sram_mmu_set_rom = 0x400097f4) - [!provide] PROVIDE (calc_rtc_memory_crc = 0x40008170) - [!provide] PROVIDE (__clear_cache = 0x40063860) - [!provide] PROVIDE (co_default_bdaddr = 0x3ffae704) - [!provide] PROVIDE (co_null_bdaddr = 0x3ffb80e0) - [!provide] PROVIDE (co_sca2ppm = 0x3ff971e8) - [!provide] PROVIDE (crc16_be = 0x4005d09c) - [!provide] PROVIDE (crc16_le = 0x4005d05c) - [!provide] PROVIDE (crc32_be = 0x4005d024) - 0x000000004005cfec PROVIDE (crc32_le = 0x4005cfec) - [!provide] PROVIDE (crc8_be = 0x4005d114) - [!provide] PROVIDE (crc8_le = 0x4005d0e0) - [!provide] PROVIDE (_data_end_rom = 0x4000d5c8) - [!provide] PROVIDE (_data_end_btdm_rom = 0x4000d4f8) - [!provide] PROVIDE (_data_start_rom = 0x4000d4f8) - [!provide] PROVIDE (_data_start_btdm_rom = 0x4000d4f4) - [!provide] PROVIDE (_data_start_btdm = 0x3ffae6e0) - [!provide] PROVIDE (_data_end_btdm = 0x3ffaff10) - [!provide] PROVIDE (_bss_start_btdm = 0x3ffb8000) - [!provide] PROVIDE (_bss_end_btdm = 0x3ffbff70) - [!provide] PROVIDE (dbg_default_handler = 0x3ff97218) - [!provide] PROVIDE (dbg_default_state = 0x3ff97220) - [!provide] PROVIDE (dbg_state = 0x3ffb8d5d) - [!provide] PROVIDE (DebugE256PublicKey_x = 0x3ff97428) - [!provide] PROVIDE (DebugE256PublicKey_y = 0x3ff97408) - [!provide] PROVIDE (DebugE256SecretKey = 0x3ff973e8) - [!provide] PROVIDE (debug_timer = 0x3ffe042c) - [!provide] PROVIDE (debug_timerfn = 0x3ffe0430) - [!provide] PROVIDE (dh_group14_generator = 0x3ff9ac60) - [!provide] PROVIDE (dh_group14_prime = 0x3ff9ab60) - [!provide] PROVIDE (dh_group15_generator = 0x3ff9ab5f) - [!provide] PROVIDE (dh_group15_prime = 0x3ff9a9df) - [!provide] PROVIDE (dh_group16_generator = 0x3ff9a9de) - [!provide] PROVIDE (dh_group16_prime = 0x3ff9a7de) - [!provide] PROVIDE (dh_group17_generator = 0x3ff9a7dd) - [!provide] PROVIDE (dh_group17_prime = 0x3ff9a4dd) - [!provide] PROVIDE (dh_group18_generator = 0x3ff9a4dc) - [!provide] PROVIDE (dh_group18_prime = 0x3ff9a0dc) - [!provide] PROVIDE (dh_group1_generator = 0x3ff9ae03) - [!provide] PROVIDE (dh_group1_prime = 0x3ff9ada3) - [!provide] PROVIDE (dh_group2_generator = 0x3ff9ada2) - [!provide] PROVIDE (dh_group2_prime = 0x3ff9ad22) - [!provide] PROVIDE (dh_group5_generator = 0x3ff9ad21) - [!provide] PROVIDE (dh_group5_prime = 0x3ff9ac61) - 0x000000003ffae290 PROVIDE (g_rom_spiflash_dummy_len_plus = 0x3ffae290) - [!provide] PROVIDE (ecc_env = 0x3ffb8d60) - [!provide] PROVIDE (ecc_Jacobian_InfinityPoint256 = 0x3ff972e8) - [!provide] PROVIDE (em_buf_env = 0x3ffb8d74) - [!provide] PROVIDE (esp_crc8 = 0x4005d144) - [!provide] PROVIDE (_etext = 0x4000d66c) - [!provide] PROVIDE (ets_readySet_ = 0x3ffe01f0) - [!provide] PROVIDE (ets_startup_callback = 0x3ffe0404) - [!provide] PROVIDE (rwip_coex_cfg = 0x3ff9914c) - [!provide] PROVIDE (rwip_priority = 0x3ff99159) - [!provide] PROVIDE (exc_cause_table = 0x3ff991d0) - [!provide] PROVIDE (GF_Jacobian_Point_Addition256 = 0x400163a4) - [!provide] PROVIDE (GF_Jacobian_Point_Double256 = 0x40016260) - [!provide] PROVIDE (GF_Point_Jacobian_To_Affine256 = 0x40016b0c) - [!provide] PROVIDE (g_phyFuns_instance = 0x3ffae0c4) - 0x000000003ffae270 PROVIDE (g_rom_flashchip = 0x3ffae270) - [!provide] PROVIDE (gTxMsg = 0x3ffe0050) - [!provide] PROVIDE (hci_cmd_desc_root_tab = 0x3ff976d4) - [!provide] PROVIDE (hci_cmd_desc_tab_ctrl_bb = 0x3ff97b70) - [!provide] PROVIDE (hci_cmd_desc_tab_info_par = 0x3ff97b1c) - [!provide] PROVIDE (hci_cmd_desc_tab_le = 0x3ff97870) - [!provide] PROVIDE (hci_cmd_desc_tab_lk_ctrl = 0x3ff97fc0) - [!provide] PROVIDE (hci_cmd_desc_tab_lk_pol = 0x3ff97f3c) - [!provide] PROVIDE (hci_cmd_desc_tab_stat_par = 0x3ff97ac8) - [!provide] PROVIDE (hci_cmd_desc_tab_testing = 0x3ff97a98) - [!provide] PROVIDE (hci_cmd_desc_tab_vs = 0x3ff97714) - [!provide] PROVIDE (hci_command_handler = 0x4004c928) - [!provide] PROVIDE (hci_env = 0x3ffb9350) - [!provide] PROVIDE (rwip_env = 0x3ffb8bcc) - [!provide] PROVIDE (hci_evt_dbg_desc_tab = 0x3ff9750c) - [!provide] PROVIDE (hci_evt_desc_tab = 0x3ff9751c) - [!provide] PROVIDE (hci_evt_le_desc_tab = 0x3ff974b4) - [!provide] PROVIDE (hci_fc_env = 0x3ffb9340) - [!provide] PROVIDE (jd_decomp = 0x400613e8) - [!provide] PROVIDE (jd_prepare = 0x40060fa8) - [!provide] PROVIDE (ke_env = 0x3ffb93cc) - [!provide] PROVIDE (ke_handler_search = 0x4001a430) - [!provide] PROVIDE (ke_task_env = 0x3ffb81d4) - [!provide] PROVIDE (ke_event_env = 0x3ffb81a4) - [!provide] PROVIDE (lb_default_handler = 0x3ff982b8) - [!provide] PROVIDE (lb_default_state_tab_p_get = 0x4001c198) - [!provide] PROVIDE (lb_env = 0x3ffb9424) - [!provide] PROVIDE (lb_hci_cmd_handler_tab_p_get = 0x4001c18c) - [!provide] PROVIDE (lb_state = 0x3ffb94e8) - [!provide] PROVIDE (lc_default_handler = 0x3ff98648) - [!provide] PROVIDE (lc_default_state_tab_p_get = 0x4002f494) - [!provide] PROVIDE (lc_env = 0x3ffb94ec) - [!provide] PROVIDE (lc_hci_cmd_handler_tab_p_get = 0x4002f488) - [!provide] PROVIDE (lc_state = 0x3ffb9508) - [!provide] PROVIDE (ld_acl_br_sizes = 0x3ff98a2a) - [!provide] PROVIDE (ld_acl_br_types = 0x3ff98a36) - [!provide] PROVIDE (ld_acl_edr_sizes = 0x3ff98a14) - [!provide] PROVIDE (ld_acl_edr_types = 0x3ff98a22) - [!provide] PROVIDE (ld_env = 0x3ffb9510) - [!provide] PROVIDE (ld_pcm_settings_dft = 0x3ff98a0c) - [!provide] PROVIDE (ld_sched_params = 0x3ffb96c0) - [!provide] PROVIDE (ld_sync_train_channels = 0x3ff98a3c) - [!provide] PROVIDE (llc_default_handler = 0x3ff98b3c) - [!provide] PROVIDE (llc_default_state_tab_p_get = 0x40046058) - [!provide] PROVIDE (llc_env = 0x3ffb96d0) - [!provide] PROVIDE (llc_hci_acl_data_tx_handler = 0x40042398) - [!provide] PROVIDE (llc_hci_cmd_handler_tab_p_get = 0x40042358) - [!provide] PROVIDE (llc_hci_command_handler = 0x40042360) - [!provide] PROVIDE (llcp_pdu_handler_tab_p_get = 0x40043f64) - [!provide] PROVIDE (llc_state = 0x3ffb96f8) - [!provide] PROVIDE (lldesc_build_chain = 0x4000a850) - [!provide] PROVIDE (lldesc_num2link = 0x4000a948) - [!provide] PROVIDE (lldesc_set_owner = 0x4000a974) - [!provide] PROVIDE (lld_evt_deferred_elt_push = 0x400466b4) - [!provide] PROVIDE (lld_evt_deferred_elt_pop = 0x400466dc) - [!provide] PROVIDE (lld_evt_winsize_change = 0x40046730) - [!provide] PROVIDE (lld_evt_rxwin_compute = 0x400467c8) - [!provide] PROVIDE (lld_evt_slave_time_compute = 0x40046818) - [!provide] PROVIDE (lld_evt_env = 0x3ffb9704) - [!provide] PROVIDE (lld_evt_elt_wait_get = 0x400468e4) - [!provide] PROVIDE (lld_evt_get_next_free_slot = 0x4004692c) - [!provide] PROVIDE (lld_pdu_adv_pk_desc_tab = 0x3ff98c70) - [!provide] PROVIDE (lld_pdu_llcp_pk_desc_tab = 0x3ff98b68) - [!provide] PROVIDE (lld_pdu_tx_flush_list = 0x4004a760) - [!provide] PROVIDE (lld_pdu_pack = 0x4004ab14) - [!provide] PROVIDE (LLM_AA_CT1 = 0x3ff98d8a) - [!provide] PROVIDE (LLM_AA_CT2 = 0x3ff98d88) - [!provide] PROVIDE (llm_default_handler = 0x3ff98d80) - [!provide] PROVIDE (llm_default_state_tab_p_get = 0x4004e718) - [!provide] PROVIDE (llm_hci_cmd_handler_tab_p_get = 0x4004c920) - [!provide] PROVIDE (llm_le_env = 0x3ffb976c) - [!provide] PROVIDE (llm_local_cmds = 0x3ff98d38) - [!provide] PROVIDE (llm_local_data_len_values = 0x3ff98d1c) - [!provide] PROVIDE (llm_local_le_feats = 0x3ff98d30) - [!provide] PROVIDE (llm_local_le_states = 0x3ff98d28) - [!provide] PROVIDE (llm_state = 0x3ffb985c) - [!provide] PROVIDE (lm_default_handler = 0x3ff990e0) - [!provide] PROVIDE (lm_default_state_tab_p_get = 0x40054268) - [!provide] PROVIDE (lm_env = 0x3ffb9860) - [!provide] PROVIDE (lm_hci_cmd_handler_tab_p_get = 0x4005425c) - [!provide] PROVIDE (lm_local_supp_feats = 0x3ff990ee) - [!provide] PROVIDE (lm_n_page_tab = 0x3ff990e8) - [!provide] PROVIDE (lmp_desc_tab = 0x3ff96e6c) - [!provide] PROVIDE (lmp_ext_desc_tab = 0x3ff96d9c) - [!provide] PROVIDE (lm_state = 0x3ffb9a1c) - [!provide] PROVIDE (maxSecretKey_256 = 0x3ff97448) - 0x00000000400095a4 PROVIDE (mmu_init = 0x400095a4) - [!provide] PROVIDE (MultiplyBigHexByUint32_256 = 0x40016214) - [!provide] PROVIDE (MultiplyBigHexModP256 = 0x400160b8) - [!provide] PROVIDE (MultiplyByU32ModP256 = 0x40015fdc) - [!provide] PROVIDE (multofup = 0x4000ab8c) - [!provide] PROVIDE (mz_adler32 = 0x4005edbc) - [!provide] PROVIDE (mz_crc32 = 0x4005ee88) - [!provide] PROVIDE (mz_free = 0x4005eed4) - [!provide] PROVIDE (notEqual256 = 0x40015b04) - [!provide] PROVIDE (one_bits = 0x3ff971f8) - [!provide] PROVIDE (phy_get_romfuncs = 0x40004100) - [!provide] PROVIDE (_Pri_4_HandlerAddress = 0x3ffe0648) - [!provide] PROVIDE (_Pri_5_HandlerAddress = 0x3ffe064c) - [!provide] PROVIDE (r_btdm_option_data = 0x3ffae6e0) - [!provide] PROVIDE (r_bt_util_buf_acl_rx_alloc = 0x40010218) - [!provide] PROVIDE (r_bt_util_buf_acl_rx_free = 0x40010234) - [!provide] PROVIDE (r_bt_util_buf_acl_tx_alloc = 0x40010268) - [!provide] PROVIDE (r_bt_util_buf_acl_tx_free = 0x40010280) - [!provide] PROVIDE (r_bt_util_buf_init = 0x400100e4) - [!provide] PROVIDE (r_bt_util_buf_lmp_tx_alloc = 0x400101d0) - [!provide] PROVIDE (r_bt_util_buf_lmp_tx_free = 0x400101ec) - [!provide] PROVIDE (r_bt_util_buf_sync_clear = 0x400103c8) - [!provide] PROVIDE (r_bt_util_buf_sync_init = 0x400102c4) - [!provide] PROVIDE (r_bt_util_buf_sync_rx_alloc = 0x40010468) - [!provide] PROVIDE (r_bt_util_buf_sync_rx_free = 0x4001049c) - [!provide] PROVIDE (r_bt_util_buf_sync_tx_alloc = 0x400103ec) - [!provide] PROVIDE (r_bt_util_buf_sync_tx_free = 0x40010428) - [!provide] PROVIDE (r_co_bdaddr_compare = 0x40014324) - [!provide] PROVIDE (r_co_bytes_to_string = 0x400142e4) - [!provide] PROVIDE (r_co_list_check_size_available = 0x400142c4) - [!provide] PROVIDE (r_co_list_extract = 0x4001404c) - [!provide] PROVIDE (r_co_list_extract_after = 0x40014118) - [!provide] PROVIDE (r_co_list_find = 0x4001419c) - [!provide] PROVIDE (r_co_list_init = 0x40013f14) - [!provide] PROVIDE (r_co_list_insert_after = 0x40014254) - [!provide] PROVIDE (r_co_list_insert_before = 0x40014200) - [!provide] PROVIDE (r_co_list_merge = 0x400141bc) - [!provide] PROVIDE (r_co_list_pool_init = 0x40013f30) - [!provide] PROVIDE (r_co_list_pop_front = 0x40014028) - [!provide] PROVIDE (r_co_list_push_back = 0x40013fb8) - [!provide] PROVIDE (r_co_list_push_front = 0x40013ff4) - [!provide] PROVIDE (r_co_list_size = 0x400142ac) - [!provide] PROVIDE (r_co_nb_good_channels = 0x40014360) - [!provide] PROVIDE (r_co_slot_to_duration = 0x40014348) - [!provide] PROVIDE (r_dbg_init = 0x40014394) - [!provide] PROVIDE (r_dbg_platform_reset_complete = 0x400143d0) - [!provide] PROVIDE (r_dbg_swdiag_init = 0x40014470) - [!provide] PROVIDE (r_dbg_swdiag_read = 0x400144a4) - [!provide] PROVIDE (r_dbg_swdiag_write = 0x400144d0) - [!provide] PROVIDE (r_E1 = 0x400108e8) - [!provide] PROVIDE (r_E21 = 0x40010968) - [!provide] PROVIDE (r_E22 = 0x400109b4) - [!provide] PROVIDE (r_E3 = 0x40010a58) - [!provide] PROVIDE (lm_n192_mod_mul = 0x40011dc0) - [!provide] PROVIDE (lm_n192_mod_add = 0x40011e9c) - [!provide] PROVIDE (lm_n192_mod_sub = 0x40011eec) - [!provide] PROVIDE (r_ea_alarm_clear = 0x40015ab4) - [!provide] PROVIDE (r_ea_alarm_set = 0x40015a10) - [!provide] PROVIDE (r_ea_elt_cancel = 0x400150d0) - [!provide] PROVIDE (r_ea_elt_create = 0x40015264) - [!provide] PROVIDE (r_ea_elt_insert = 0x400152a8) - [!provide] PROVIDE (r_ea_elt_remove = 0x400154f0) - [!provide] PROVIDE (r_ea_finetimer_isr = 0x400155d4) - [!provide] PROVIDE (r_ea_init = 0x40015228) - [!provide] PROVIDE (r_ea_interval_create = 0x4001555c) - [!provide] PROVIDE (r_ea_interval_delete = 0x400155a8) - [!provide] PROVIDE (r_ea_interval_duration_req = 0x4001597c) - [!provide] PROVIDE (r_ea_interval_insert = 0x4001557c) - [!provide] PROVIDE (r_ea_interval_remove = 0x40015590) - [!provide] PROVIDE (ea_conflict_check = 0x40014e9c) - [!provide] PROVIDE (ea_prog_timer = 0x40014f88) - [!provide] PROVIDE (r_ea_offset_req = 0x40015748) - [!provide] PROVIDE (r_ea_sleep_check = 0x40015928) - [!provide] PROVIDE (r_ea_sw_isr = 0x40015724) - [!provide] PROVIDE (r_ea_time_get_halfslot_rounded = 0x40015894) - [!provide] PROVIDE (r_ea_time_get_slot_rounded = 0x400158d4) - [!provide] PROVIDE (r_ecc_abort_key256_generation = 0x40017070) - [!provide] PROVIDE (r_ecc_generate_key256 = 0x40016e00) - [!provide] PROVIDE (r_ecc_gen_new_public_key = 0x400170c0) - [!provide] PROVIDE (r_ecc_gen_new_secret_key = 0x400170e4) - [!provide] PROVIDE (r_ecc_get_debug_Keys = 0x40017224) - [!provide] PROVIDE (r_ecc_init = 0x40016dbc) - [!provide] PROVIDE (ecc_point_multiplication_uint8_256 = 0x40016804) - [!provide] PROVIDE (RecvBuff = 0x3ffe009c) - [!provide] PROVIDE (r_em_buf_init = 0x4001729c) - [!provide] PROVIDE (r_em_buf_rx_buff_addr_get = 0x400173e8) - [!provide] PROVIDE (r_em_buf_rx_free = 0x400173c4) - [!provide] PROVIDE (r_em_buf_tx_buff_addr_get = 0x40017404) - [!provide] PROVIDE (r_em_buf_tx_free = 0x4001741c) - [!provide] PROVIDE (r_F1_256 = 0x400133e4) - [!provide] PROVIDE (r_F2_256 = 0x40013568) - [!provide] PROVIDE (r_F3_256 = 0x40013664) - [!provide] PROVIDE (RFPLL_ICP_TABLE = 0x3ffb8b7c) - [!provide] PROVIDE (r_G_256 = 0x40013470) - [!provide] PROVIDE (r_H3 = 0x40013760) - [!provide] PROVIDE (r_H4 = 0x40013830) - [!provide] PROVIDE (r_h4tl_init = 0x40017878) - [!provide] PROVIDE (r_h4tl_start = 0x40017924) - [!provide] PROVIDE (r_h4tl_stop = 0x40017934) - [!provide] PROVIDE (r_h4tl_write = 0x400178d0) - [!provide] PROVIDE (r_H5 = 0x400138dc) - [!provide] PROVIDE (r_hashConcat = 0x40013a38) - [!provide] PROVIDE (r_hci_acl_tx_data_alloc = 0x4001951c) - [!provide] PROVIDE (r_hci_acl_tx_data_received = 0x40019654) - [!provide] PROVIDE (r_hci_bt_acl_bdaddr_register = 0x40018900) - [!provide] PROVIDE (r_hci_bt_acl_bdaddr_unregister = 0x400189ac) - [!provide] PROVIDE (r_hci_bt_acl_conhdl_register = 0x4001895c) - [!provide] PROVIDE (r_hci_cmd_get_max_param_size = 0x400192d0) - [!provide] PROVIDE (r_hci_cmd_received = 0x400192f8) - [!provide] PROVIDE (r_hci_evt_filter_add = 0x40018a64) - [!provide] PROVIDE (r_hci_evt_mask_set = 0x400189e4) - [!provide] PROVIDE (r_hci_fc_acl_buf_size_set = 0x40017988) - [!provide] PROVIDE (r_hci_fc_acl_en = 0x400179d8) - [!provide] PROVIDE (r_hci_fc_acl_packet_sent = 0x40017a3c) - [!provide] PROVIDE (r_hci_fc_check_host_available_nb_acl_packets = 0x40017aa4) - [!provide] PROVIDE (r_hci_fc_check_host_available_nb_sync_packets = 0x40017ac8) - [!provide] PROVIDE (r_hci_fc_host_nb_acl_pkts_complete = 0x40017a6c) - [!provide] PROVIDE (r_hci_fc_host_nb_sync_pkts_complete = 0x40017a88) - [!provide] PROVIDE (r_hci_fc_init = 0x40017974) - [!provide] PROVIDE (r_hci_fc_sync_buf_size_set = 0x400179b0) - [!provide] PROVIDE (r_hci_fc_sync_en = 0x40017a30) - [!provide] PROVIDE (r_hci_fc_sync_packet_sent = 0x40017a54) - [!provide] PROVIDE (r_hci_init = 0x40018538) - [!provide] PROVIDE (r_hci_look_for_cmd_desc = 0x40018454) - [!provide] PROVIDE (r_hci_look_for_dbg_evt_desc = 0x400184c4) - [!provide] PROVIDE (r_hci_look_for_evt_desc = 0x400184a0) - [!provide] PROVIDE (r_hci_look_for_le_evt_desc = 0x400184e0) - [!provide] PROVIDE (r_hci_reset = 0x4001856c) - [!provide] PROVIDE (r_hci_send_2_host = 0x400185bc) - [!provide] PROVIDE (r_hci_sync_tx_data_alloc = 0x40019754) - [!provide] PROVIDE (r_hci_sync_tx_data_received = 0x400197c0) - [!provide] PROVIDE (r_hci_tl_init = 0x40019290) - [!provide] PROVIDE (r_hci_tl_send = 0x40019228) - [!provide] PROVIDE (r_hci_util_pack = 0x40019874) - [!provide] PROVIDE (r_hci_util_unpack = 0x40019998) - [!provide] PROVIDE (r_hci_voice_settings_get = 0x40018bdc) - [!provide] PROVIDE (r_hci_voice_settings_set = 0x40018be8) - [!provide] PROVIDE (r_HMAC = 0x40013968) - [!provide] PROVIDE (r_import_rf_phy_func = 0x3ffb8354) - [!provide] PROVIDE (r_import_rf_phy_func_p = 0x3ffafd64) - [!provide] PROVIDE (r_ip_funcs = 0x3ffae710) - [!provide] PROVIDE (r_ip_funcs_p = 0x3ffae70c) - [!provide] PROVIDE (r_ke_check_malloc = 0x40019de0) - [!provide] PROVIDE (r_ke_event_callback_set = 0x40019ba8) - [!provide] PROVIDE (r_ke_event_clear = 0x40019c2c) - [!provide] PROVIDE (r_ke_event_flush = 0x40019ccc) - [!provide] PROVIDE (r_ke_event_get = 0x40019c78) - [!provide] PROVIDE (r_ke_event_get_all = 0x40019cc0) - [!provide] PROVIDE (r_ke_event_init = 0x40019b90) - [!provide] PROVIDE (r_ke_event_schedule = 0x40019cdc) - [!provide] PROVIDE (r_ke_event_set = 0x40019be0) - [!provide] PROVIDE (r_ke_flush = 0x4001a374) - [!provide] PROVIDE (r_ke_free = 0x4001a014) - [!provide] PROVIDE (r_ke_get_max_mem_usage = 0x4001a1c8) - [!provide] PROVIDE (r_ke_get_mem_usage = 0x4001a1a0) - [!provide] PROVIDE (r_ke_init = 0x4001a318) - [!provide] PROVIDE (r_ke_is_free = 0x4001a184) - [!provide] PROVIDE (r_ke_malloc = 0x40019eb4) - [!provide] PROVIDE (r_ke_mem_init = 0x40019d3c) - [!provide] PROVIDE (r_ke_mem_is_empty = 0x40019d8c) - [!provide] PROVIDE (r_ke_msg_alloc = 0x4001a1e0) - [!provide] PROVIDE (r_ke_msg_dest_id_get = 0x4001a2e0) - [!provide] PROVIDE (r_ke_msg_discard = 0x4001a850) - [!provide] PROVIDE (r_ke_msg_forward = 0x4001a290) - [!provide] PROVIDE (r_ke_msg_forward_new_id = 0x4001a2ac) - [!provide] PROVIDE (r_ke_msg_free = 0x4001a2cc) - [!provide] PROVIDE (r_ke_msg_in_queue = 0x4001a2f8) - [!provide] PROVIDE (r_ke_msg_save = 0x4001a858) - [!provide] PROVIDE (r_ke_msg_send = 0x4001a234) - [!provide] PROVIDE (r_ke_msg_send_basic = 0x4001a26c) - [!provide] PROVIDE (r_ke_msg_src_id_get = 0x4001a2ec) - [!provide] PROVIDE (r_ke_queue_extract = 0x40055fd0) - [!provide] PROVIDE (r_ke_queue_insert = 0x40056020) - [!provide] PROVIDE (r_ke_sleep_check = 0x4001a3d8) - [!provide] PROVIDE (r_ke_state_get = 0x4001a7d8) - [!provide] PROVIDE (r_ke_state_set = 0x4001a6fc) - [!provide] PROVIDE (r_ke_stats_get = 0x4001a3f0) - [!provide] PROVIDE (r_ke_task_check = 0x4001a8a4) - [!provide] PROVIDE (r_ke_task_create = 0x4001a674) - [!provide] PROVIDE (r_ke_task_delete = 0x4001a6c0) - [!provide] PROVIDE (r_ke_task_init = 0x4001a650) - [!provide] PROVIDE (r_ke_task_msg_flush = 0x4001a860) - [!provide] PROVIDE (r_ke_timer_active = 0x4001ac08) - [!provide] PROVIDE (r_ke_timer_adjust_all = 0x4001ac30) - [!provide] PROVIDE (r_ke_timer_clear = 0x4001ab90) - [!provide] PROVIDE (r_ke_timer_init = 0x4001aa9c) - [!provide] PROVIDE (r_ke_timer_set = 0x4001aac0) - [!provide] PROVIDE (r_ke_timer_sleep_check = 0x4001ac50) - [!provide] PROVIDE (r_KPrimC = 0x40010ad4) - [!provide] PROVIDE (r_lb_clk_adj_activate = 0x4001ae70) - [!provide] PROVIDE (r_lb_clk_adj_id_get = 0x4001af14) - [!provide] PROVIDE (r_lb_clk_adj_period_update = 0x4001af20) - [!provide] PROVIDE (r_lb_init = 0x4001acd4) - [!provide] PROVIDE (r_lb_mst_key = 0x4001afc0) - [!provide] PROVIDE (r_lb_mst_key_cmp = 0x4001af74) - [!provide] PROVIDE (r_lb_mst_key_restart_enc = 0x4001b0d4) - [!provide] PROVIDE (r_lb_mst_start_act_bcst_enc = 0x4001b198) - [!provide] PROVIDE (r_lb_mst_stop_act_bcst_enc = 0x4001b24c) - [!provide] PROVIDE (r_lb_reset = 0x4001ad38) - [!provide] PROVIDE (r_lb_send_lmp = 0x4001adbc) - [!provide] PROVIDE (r_lb_send_pdu_clk_adj = 0x4001af3c) - [!provide] PROVIDE (r_lb_util_get_csb_mode = 0x4001ada4) - [!provide] PROVIDE (r_lb_util_get_nb_broadcast = 0x4001ad80) - [!provide] PROVIDE (r_lb_util_get_res_lt_addr = 0x4001ad98) - [!provide] PROVIDE (r_lb_util_set_nb_broadcast = 0x4001ad8c) - [!provide] PROVIDE (r_lc_afh_set = 0x4001cc74) - [!provide] PROVIDE (r_lc_afh_start = 0x4001d240) - [!provide] PROVIDE (r_lc_auth_cmp = 0x4001cd54) - [!provide] PROVIDE (r_lc_calc_link_key = 0x4001ce7c) - [!provide] PROVIDE (r_lc_chg_pkt_type_cmp = 0x4001d038) - [!provide] PROVIDE (r_lc_chg_pkt_type_cont = 0x4001cfbc) - [!provide] PROVIDE (r_lc_chg_pkt_type_retry = 0x4001d0ac) - [!provide] PROVIDE (r_lc_chk_to = 0x4001d2a8) - [!provide] PROVIDE (r_lc_cmd_stat_send = 0x4001c914) - [!provide] PROVIDE (r_lc_comb_key_svr = 0x4001d30c) - [!provide] PROVIDE (r_lc_con_cmp = 0x4001d44c) - [!provide] PROVIDE (r_lc_con_cmp_evt_send = 0x4001d4fc) - [!provide] PROVIDE (r_lc_conn_seq_done = 0x40021334) - [!provide] PROVIDE (r_lc_detach = 0x4002037c) - [!provide] PROVIDE (r_lc_dhkey = 0x4001d564) - [!provide] PROVIDE (r_lc_enc_cmp = 0x4001d8bc) - [!provide] PROVIDE (r_lc_enc_key_refresh = 0x4001d720) - [!provide] PROVIDE (r_lc_end_chk_colli = 0x4001d858) - [!provide] PROVIDE (r_lc_end_of_sniff_nego = 0x4001d9a4) - [!provide] PROVIDE (r_lc_enter_sniff_mode = 0x4001ddb8) - [!provide] PROVIDE (r_lc_epr_change_lk = 0x4001db38) - [!provide] PROVIDE (r_lc_epr_cmp = 0x4001da88) - [!provide] PROVIDE (r_lc_epr_resp = 0x4001e0b4) - [!provide] PROVIDE (r_lc_epr_rsw_cmp = 0x4001dd40) - [!provide] PROVIDE (r_lc_ext_feat = 0x40020d6c) - [!provide] PROVIDE (r_lc_feat = 0x40020984) - [!provide] PROVIDE (r_lc_hl_connect = 0x400209e8) - [!provide] PROVIDE (r_lc_init = 0x4001c948) - [!provide] PROVIDE (r_lc_init_calc_f3 = 0x4001deb0) - [!provide] PROVIDE (r_lc_initiator_epr = 0x4001e064) - [!provide] PROVIDE (r_lc_init_passkey_loop = 0x4001dfc0) - [!provide] PROVIDE (r_lc_init_start_mutual_auth = 0x4001df60) - [!provide] PROVIDE (r_lc_key_exch_end = 0x4001e140) - [!provide] PROVIDE (r_lc_legacy_pair = 0x4001e1c0) - [!provide] PROVIDE (r_lc_local_switch = 0x4001e22c) - [!provide] PROVIDE (r_lc_local_trans_mode = 0x4001e2e4) - [!provide] PROVIDE (r_lc_local_untrans_mode = 0x4001e3a0) - [!provide] PROVIDE (r_lc_loc_auth = 0x40020ecc) - [!provide] PROVIDE (r_lc_locepr_lkref = 0x4001d648) - [!provide] PROVIDE (r_lc_locepr_rsw = 0x4001d5d0) - [!provide] PROVIDE (r_lc_loc_sniff = 0x40020a6c) - [!provide] PROVIDE (r_lc_max_slot_mgt = 0x4001e410) - [!provide] PROVIDE (r_lc_mst_key = 0x4001e7c0) - [!provide] PROVIDE (r_lc_mst_qos_done = 0x4001ea80) - [!provide] PROVIDE (r_lc_mst_send_mst_key = 0x4001e8f4) - [!provide] PROVIDE (r_lc_mutual_auth_end = 0x4001e670) - [!provide] PROVIDE (r_lc_mutual_auth_end2 = 0x4001e4f4) - [!provide] PROVIDE (r_lc_packet_type = 0x40021038) - [!provide] PROVIDE (r_lc_pair = 0x40020ddc) - [!provide] PROVIDE (r_lc_pairing_cont = 0x4001eafc) - [!provide] PROVIDE (r_lc_passkey_comm = 0x4001ed20) - [!provide] PROVIDE (r_lc_prepare_all_links_for_clk_adj = 0x40021430) - [!provide] PROVIDE (r_lc_proc_rcv_dhkey = 0x4001edec) - [!provide] PROVIDE (r_lc_ptt = 0x4001ee2c) - [!provide] PROVIDE (r_lc_ptt_cmp = 0x4001eeec) - [!provide] PROVIDE (r_lc_qos_setup = 0x4001ef50) - [!provide] PROVIDE (r_lc_rd_rem_name = 0x4001efd0) - [!provide] PROVIDE (r_lc_release = 0x4001f8a8) - [!provide] PROVIDE (r_lc_rem_enc = 0x4001f124) - [!provide] PROVIDE (r_lc_rem_name_cont = 0x4001f290) - [!provide] PROVIDE (r_lc_rem_nego_trans_mode = 0x4001f1b4) - [!provide] PROVIDE (r_lc_rem_sniff = 0x40020ca4) - [!provide] PROVIDE (r_lc_rem_sniff_sub_rate = 0x40020b10) - [!provide] PROVIDE (r_lc_rem_switch = 0x4001f070) - [!provide] PROVIDE (r_lc_rem_trans_mode = 0x4001f314) - [!provide] PROVIDE (r_lc_rem_unsniff = 0x400207a0) - [!provide] PROVIDE (r_lc_rem_untrans_mode = 0x4001f36c) - [!provide] PROVIDE (r_lc_reset = 0x4001c99c) - [!provide] PROVIDE (r_lc_resp_auth = 0x4001f518) - [!provide] PROVIDE (r_lc_resp_calc_f3 = 0x4001f710) - [!provide] PROVIDE (r_lc_resp_num_comp = 0x40020074) - [!provide] PROVIDE (r_lc_resp_oob_nonce = 0x4001f694) - [!provide] PROVIDE (r_lc_resp_oob_wait_nonce = 0x4001f66c) - [!provide] PROVIDE (r_lc_resp_pair = 0x400208a4) - [!provide] PROVIDE (r_lc_resp_sec_auth = 0x4001f4a0) - [!provide] PROVIDE (r_lc_resp_wait_dhkey_cont = 0x4001f86c) - [!provide] PROVIDE (r_lc_restart_enc = 0x4001f8ec) - [!provide] PROVIDE (r_lc_restart_enc_cont = 0x4001f940) - [!provide] PROVIDE (r_lc_restore_afh_reporting = 0x4001f028) - [!provide] PROVIDE (r_lc_restore_to = 0x4001f9e0) - [!provide] PROVIDE (r_lc_ret_sniff_max_slot_chg = 0x4001fa30) - [!provide] PROVIDE (r_lc_rsw_clean_up = 0x4001dc70) - [!provide] PROVIDE (r_lc_rsw_done = 0x4001db94) - [!provide] PROVIDE (r_lc_sco_baseband_ack = 0x40022b00) - [!provide] PROVIDE (r_lc_sco_detach = 0x40021e40) - [!provide] PROVIDE (r_lc_sco_host_accept = 0x40022118) - [!provide] PROVIDE (r_lc_sco_host_reject = 0x400222b8) - [!provide] PROVIDE (r_lc_sco_host_request = 0x40021f4c) - [!provide] PROVIDE (r_lc_sco_host_request_disc = 0x4002235c) - [!provide] PROVIDE (r_lc_sco_init = 0x40021dc8) - [!provide] PROVIDE (r_lc_sco_peer_accept = 0x40022780) - [!provide] PROVIDE (r_lc_sco_peer_accept_disc = 0x40022a08) - [!provide] PROVIDE (r_lc_sco_peer_reject = 0x40022824) - [!provide] PROVIDE (r_lc_sco_peer_reject_disc = 0x40022a8c) - [!provide] PROVIDE (r_lc_sco_peer_request = 0x4002240c) - [!provide] PROVIDE (r_lc_sco_peer_request_disc = 0x400228ec) - [!provide] PROVIDE (r_lc_sco_release = 0x40021eec) - [!provide] PROVIDE (r_lc_sco_reset = 0x40021dfc) - [!provide] PROVIDE (r_lc_sco_timeout = 0x40022bd4) - [!provide] PROVIDE (r_lc_sec_auth_compute_sres = 0x4001f3ec) - [!provide] PROVIDE (r_lc_semi_key_cmp = 0x40020294) - [!provide] PROVIDE (r_lc_send_enc_chg_evt = 0x4002134c) - [!provide] PROVIDE (r_lc_send_enc_mode = 0x40020220) - [!provide] PROVIDE (r_lc_send_lmp = 0x4001c1a8) - [!provide] PROVIDE (r_lc_send_pdu_acc = 0x4001c21c) - [!provide] PROVIDE (r_lc_send_pdu_acc_ext4 = 0x4001c240) - [!provide] PROVIDE (r_lc_send_pdu_au_rand = 0x4001c308) - [!provide] PROVIDE (r_lc_send_pdu_auto_rate = 0x4001c5d0) - [!provide] PROVIDE (r_lc_send_pdu_clk_adj_ack = 0x4001c46c) - [!provide] PROVIDE (r_lc_send_pdu_clk_adj_req = 0x4001c494) - [!provide] PROVIDE (r_lc_send_pdu_comb_key = 0x4001c368) - [!provide] PROVIDE (r_lc_send_pdu_dhkey_chk = 0x4001c8e8) - [!provide] PROVIDE (r_lc_send_pdu_encaps_head = 0x4001c440) - [!provide] PROVIDE (r_lc_send_pdu_encaps_payl = 0x4001c410) - [!provide] PROVIDE (r_lc_send_pdu_enc_key_sz_req = 0x4001c670) - [!provide] PROVIDE (r_lc_send_pdu_esco_lk_rem_req = 0x4001c5a8) - [!provide] PROVIDE (r_lc_send_pdu_feats_ext_req = 0x4001c6ec) - [!provide] PROVIDE (r_lc_send_pdu_feats_res = 0x4001c694) - [!provide] PROVIDE (r_lc_send_pdu_in_rand = 0x4001c338) - [!provide] PROVIDE (r_lc_send_pdu_io_cap_res = 0x4001c72c) - [!provide] PROVIDE (r_lc_send_pdu_lsto = 0x4001c64c) - [!provide] PROVIDE (r_lc_send_pdu_max_slot = 0x4001c3c8) - [!provide] PROVIDE (r_lc_send_pdu_max_slot_req = 0x4001c3ec) - [!provide] PROVIDE (r_lc_send_pdu_not_acc = 0x4001c26c) - [!provide] PROVIDE (r_lc_send_pdu_not_acc_ext4 = 0x4001c294) - [!provide] PROVIDE (r_lc_send_pdu_num_comp_fail = 0x4001c770) - [!provide] PROVIDE (r_lc_send_pdu_pause_enc_aes_req = 0x4001c794) - [!provide] PROVIDE (r_lc_send_pdu_paus_enc_req = 0x4001c7c0) - [!provide] PROVIDE (r_lc_send_pdu_ptt_req = 0x4001c4c0) - [!provide] PROVIDE (r_lc_send_pdu_qos_req = 0x4001c82c) - [!provide] PROVIDE (r_lc_send_pdu_resu_enc_req = 0x4001c7e4) - [!provide] PROVIDE (r_lc_send_pdu_sco_lk_rem_req = 0x4001c580) - [!provide] PROVIDE (r_lc_send_pdu_set_afh = 0x4001c2c8) - [!provide] PROVIDE (r_lc_send_pdu_setup_cmp = 0x4001c808) - [!provide] PROVIDE (r_lc_send_pdu_slot_off = 0x4001c854) - [!provide] PROVIDE (r_lc_send_pdu_sniff_req = 0x4001c5f0) - [!provide] PROVIDE (r_lc_send_pdu_sp_cfm = 0x4001c518) - [!provide] PROVIDE (r_lc_send_pdu_sp_nb = 0x4001c4e8) - [!provide] PROVIDE (r_lc_send_pdu_sres = 0x4001c548) - [!provide] PROVIDE (r_lc_send_pdu_tim_acc = 0x4001c6cc) - [!provide] PROVIDE (r_lc_send_pdu_unit_key = 0x4001c398) - [!provide] PROVIDE (r_lc_send_pdu_unsniff_req = 0x4001c894) - [!provide] PROVIDE (r_lc_send_pdu_vers_req = 0x4001c8b4) - [!provide] PROVIDE (r_lc_skip_hl_oob_req = 0x400201bc) - [!provide] PROVIDE (r_lc_sniff_init = 0x40022cac) - [!provide] PROVIDE (r_lc_sniff_max_slot_chg = 0x40020590) - [!provide] PROVIDE (r_lc_sniff_reset = 0x40022cc8) - [!provide] PROVIDE (r_lc_sniff_slot_unchange = 0x40021100) - [!provide] PROVIDE (r_lc_sniff_sub_mode = 0x400204fc) - [!provide] PROVIDE (r_lc_sp_end = 0x400213a8) - [!provide] PROVIDE (r_lc_sp_fail = 0x40020470) - [!provide] PROVIDE (r_lc_sp_oob_tid_fail = 0x400204cc) - [!provide] PROVIDE (r_lc_ssr_nego = 0x4002125c) - [!provide] PROVIDE (r_lc_start = 0x4001ca28) - [!provide] PROVIDE (r_lc_start_enc = 0x4001fb28) - [!provide] PROVIDE (r_lc_start_enc_key_size = 0x4001fd9c) - [!provide] PROVIDE (r_lc_start_key_exch = 0x4001fe10) - [!provide] PROVIDE (r_lc_start_lmp_to = 0x4001fae8) - [!provide] PROVIDE (r_lc_start_oob = 0x4001fffc) - [!provide] PROVIDE (r_lc_start_passkey = 0x4001feac) - [!provide] PROVIDE (r_lc_start_passkey_loop = 0x4001ff88) - [!provide] PROVIDE (r_lc_stop_afh_report = 0x40020184) - [!provide] PROVIDE (r_lc_stop_enc = 0x40020110) - [!provide] PROVIDE (r_lc_switch_cmp = 0x40020448) - [!provide] PROVIDE (r_lc_unit_key_svr = 0x400206d8) - [!provide] PROVIDE (r_lc_unsniff = 0x40020c50) - [!provide] PROVIDE (r_lc_unsniff_cmp = 0x40020810) - [!provide] PROVIDE (r_lc_unsniff_cont = 0x40020750) - [!provide] PROVIDE (r_lc_upd_to = 0x4002065c) - [!provide] PROVIDE (r_lc_util_convert_pref_rate_to_packet_type = 0x4002f9b0) - [!provide] PROVIDE (r_lc_util_get_max_packet_size = 0x4002f4ac) - [!provide] PROVIDE (r_lc_util_get_offset_clke = 0x4002f538) - [!provide] PROVIDE (r_lc_util_get_offset_clkn = 0x4002f51c) - [!provide] PROVIDE (r_lc_util_set_loc_trans_coll = 0x4002f500) - [!provide] PROVIDE (r_lc_version = 0x40020a30) - [!provide] PROVIDE (lc_set_encap_pdu_data_p192 = 0x4002e4c8) - [!provide] PROVIDE (lc_set_encap_pdu_data_p256 = 0x4002e454) - [!provide] PROVIDE (lm_get_auth_method = 0x40023420) - [!provide] PROVIDE (lmp_accepted_ext_handler = 0x40027290) - [!provide] PROVIDE (lmp_not_accepted_ext_handler = 0x40029c54) - [!provide] PROVIDE (lmp_clk_adj_handler = 0x40027468) - [!provide] PROVIDE (lmp_clk_adj_ack_handler = 0x400274f4) - [!provide] PROVIDE (lm_get_auth_method = 0x40023420) - [!provide] PROVIDE (lmp_accepted_ext_handler = 0x40027290) - [!provide] PROVIDE (lmp_not_accepted_ext_handler = 0x40029c54) - [!provide] PROVIDE (lmp_clk_adj_handler = 0x40027468) - [!provide] PROVIDE (lmp_clk_adj_ack_handler = 0x400274f4) - [!provide] PROVIDE (lmp_clk_adj_req_handler = 0x4002751c) - [!provide] PROVIDE (lmp_feats_res_ext_handler = 0x4002cac4) - [!provide] PROVIDE (lmp_feats_req_ext_handler = 0x4002ccb0) - [!provide] PROVIDE (lmp_pkt_type_tbl_req_handler = 0x40027574) - [!provide] PROVIDE (lmp_esco_link_req_handler = 0x40027610) - [!provide] PROVIDE (lmp_rmv_esco_link_req_handler = 0x400276e8) - [!provide] PROVIDE (lmp_ch_class_req_handler = 0x40027730) - [!provide] PROVIDE (lmp_ch_class_handler = 0x4002ca18) - [!provide] PROVIDE (lmp_ssr_req_handler = 0x4002780c) - [!provide] PROVIDE (lmp_ssr_res_handler = 0x40027900) - [!provide] PROVIDE (lmp_pause_enc_aes_req_handler = 0x400279a4) - [!provide] PROVIDE (lmp_pause_enc_req_handler = 0x4002df90) - [!provide] PROVIDE (lmp_resume_enc_req_handler = 0x4002e084) - [!provide] PROVIDE (lmp_num_comparison_fail_handler = 0x40027a74) - [!provide] PROVIDE (lmp_passkey_fail_handler = 0x40027aec) - [!provide] PROVIDE (lmp_keypress_notif_handler = 0x4002c5c8) - [!provide] PROVIDE (lmp_pwr_ctrl_req_handler = 0x400263bc) - [!provide] PROVIDE (lmp_pwr_ctrl_res_handler = 0x40026480) - [!provide] PROVIDE (lmp_auto_rate_handler = 0x40026548) - [!provide] PROVIDE (lmp_pref_rate_handler = 0x4002657c) - [!provide] PROVIDE (lmp_name_req_handler = 0x40025050) - [!provide] PROVIDE (lmp_name_res_handler = 0x400250bc) - [!provide] PROVIDE (lmp_not_accepted_handler = 0x400251d0) - [!provide] PROVIDE (lmp_accepted_handler = 0x4002e894) - [!provide] PROVIDE (lmp_clk_off_req_handler = 0x40025a44) - [!provide] PROVIDE (lmp_clk_off_res_handler = 0x40025ab8) - [!provide] PROVIDE (lmp_detach_handler = 0x40025b74) - [!provide] PROVIDE (lmp_tempkey_handler = 0x4002b6b0) - [!provide] PROVIDE (lmp_temprand_handler = 0x4002b74c) - [!provide] PROVIDE (lmp_sres_handler = 0x4002b840) - [!provide] PROVIDE (lmp_aurand_handler = 0x4002bda0) - [!provide] PROVIDE (lmp_unitkey_handler = 0x4002c13c) - [!provide] PROVIDE (lmp_combkey_handler = 0x4002c234) - [!provide] PROVIDE (lmp_inrand_handler = 0x4002c414) - [!provide] PROVIDE (lmp_oob_fail_handler = 0x40027b84) - [!provide] PROVIDE (lmp_ping_req_handler = 0x40027c08) - [!provide] PROVIDE (lmp_ping_res_handler = 0x40027c5c) - [!provide] PROVIDE (lmp_enc_mode_req_handler = 0x40025c60) - [!provide] PROVIDE (lmp_enc_key_size_req_handler = 0x40025e54) - [!provide] PROVIDE (lmp_switch_req_handler = 0x40025f84) - [!provide] PROVIDE (lmp_start_enc_req_handler = 0x4002e124) - [!provide] PROVIDE (lmp_stop_enc_req_handler = 0x4002de30) - [!provide] PROVIDE (lmp_sniff_req_handler = 0x400260c8) - [!provide] PROVIDE (lmp_unsniff_req_handler = 0x400261e0) - [!provide] PROVIDE (lmp_incr_pwr_req_handler = 0x4002629c) - [!provide] PROVIDE (lmp_decr_pwr_req_handler = 0x400262f8) - [!provide] PROVIDE (lmp_max_pwr_handler = 0x40026354) - [!provide] PROVIDE (lmp_min_pwr_handler = 0x40026388) - [!provide] PROVIDE (lmp_ver_req_handler = 0x400265f0) - [!provide] PROVIDE (lmp_ver_res_handler = 0x40026670) - [!provide] PROVIDE (lmp_qos_handler = 0x40026790) - [!provide] PROVIDE (lmp_qos_req_handler = 0x40026844) - [!provide] PROVIDE (lmp_sco_link_req_handler = 0x40026930) - [!provide] PROVIDE (lmp_rmv_sco_link_req_handler = 0x40026a10) - [!provide] PROVIDE (lmp_max_slot_handler = 0x40026a54) - [!provide] PROVIDE (lmp_max_slot_req_handler = 0x40026aac) - [!provide] PROVIDE (lmp_timing_accu_req_handler = 0x40026b54) - [!provide] PROVIDE (lmp_timing_accu_res_handler = 0x40026bcc) - [!provide] PROVIDE (lmp_setup_cmp_handler = 0x40026c84) - [!provide] PROVIDE (lmp_feats_res_handler = 0x4002b548) - [!provide] PROVIDE (lmp_feats_req_handler = 0x4002b620) - [!provide] PROVIDE (lmp_host_con_req_handler = 0x4002b3d8) - [!provide] PROVIDE (lmp_use_semi_perm_key_handler = 0x4002b4c4) - [!provide] PROVIDE (lmp_slot_off_handler = 0x40026cc8) - [!provide] PROVIDE (lmp_page_mode_req_handler = 0x40026d0c) - [!provide] PROVIDE (lmp_page_scan_mode_req_handler = 0x40026d4c) - [!provide] PROVIDE (lmp_supv_to_handler = 0x40026d94) - [!provide] PROVIDE (lmp_test_activate_handler = 0x40026e7c) - [!provide] PROVIDE (lmp_test_ctrl_handler = 0x40026ee4) - [!provide] PROVIDE (lmp_enc_key_size_mask_req_handler = 0x40027038) - [!provide] PROVIDE (lmp_enc_key_size_mask_res_handler = 0x400270a4) - [!provide] PROVIDE (lmp_set_afh_handler = 0x4002b2e4) - [!provide] PROVIDE (lmp_encaps_hdr_handler = 0x40027120) - [!provide] PROVIDE (lmp_encaps_payl_handler = 0x4002e590) - [!provide] PROVIDE (lmp_sp_nb_handler = 0x4002acf0) - [!provide] PROVIDE (lmp_sp_cfm_handler = 0x4002b170) - [!provide] PROVIDE (lmp_dhkey_chk_handler = 0x4002ab48) - [!provide] PROVIDE (lmp_pause_enc_aes_req_handler = 0x400279a4) - [!provide] PROVIDE (lmp_io_cap_res_handler = 0x4002c670) - [!provide] PROVIDE (lmp_io_cap_req_handler = 0x4002c7a4) - [!provide] PROVIDE (lc_cmd_cmp_bd_addr_send = 0x4002cec4) - [!provide] PROVIDE (ld_acl_tx_packet_type_select = 0x4002fb40) - [!provide] PROVIDE (ld_acl_sched = 0x40033268) - [!provide] PROVIDE (ld_acl_sniff_sched = 0x4003340c) - [!provide] PROVIDE (ld_acl_sniff_exit = 0x400312b4) - [!provide] PROVIDE (ld_acl_rx = 0x4003274c) - [!provide] PROVIDE (ld_acl_tx = 0x4002ffdc) - [!provide] PROVIDE (ld_acl_rx_sync = 0x4002fbec) - [!provide] PROVIDE (ld_acl_rx_sync2 = 0x4002fd8c) - [!provide] PROVIDE (ld_acl_rx_no_sync = 0x4002fe78) - [!provide] PROVIDE (ld_acl_clk_isr = 0x40030cf8) - [!provide] PROVIDE (ld_acl_rsw_frm_cbk = 0x40033bb0) - [!provide] PROVIDE (ld_sco_modify = 0x40031778) - [!provide] PROVIDE (lm_cmd_cmp_send = 0x40051838) - [!provide] PROVIDE (ld_sco_frm_cbk = 0x400349dc) - [!provide] PROVIDE (ld_acl_sco_rsvd_check = 0x4002fa94) - [!provide] PROVIDE (ld_acl_sniff_frm_cbk = 0x4003482c) - [!provide] PROVIDE (ld_inq_end = 0x4003ab48) - [!provide] PROVIDE (ld_inq_sched = 0x4003aba4) - [!provide] PROVIDE (ld_inq_frm_cbk = 0x4003ae4c) - [!provide] PROVIDE (ld_pscan_frm_cbk = 0x4003ebe4) - [!provide] PROVIDE (r_ld_acl_active_hop_types_get = 0x40036e10) - [!provide] PROVIDE (r_ld_acl_afh_confirm = 0x40036d40) - [!provide] PROVIDE (r_ld_acl_afh_prepare = 0x40036c84) - [!provide] PROVIDE (r_ld_acl_afh_set = 0x40036b60) - [!provide] PROVIDE (r_ld_acl_allowed_tx_packet_types_set = 0x40036810) - [!provide] PROVIDE (r_ld_acl_bcst_rx_dec = 0x40036394) - [!provide] PROVIDE (r_ld_acl_bit_off_get = 0x40036b18) - [!provide] PROVIDE (r_ld_acl_clk_adj_set = 0x40036a00) - [!provide] PROVIDE (r_ld_acl_clk_off_get = 0x40036b00) - [!provide] PROVIDE (r_ld_acl_clk_set = 0x40036950) - [!provide] PROVIDE (r_ld_acl_clock_offset_get = 0x400364c0) - [!provide] PROVIDE (r_ld_acl_current_tx_power_get = 0x400368f0) - [!provide] PROVIDE (r_ld_acl_data_flush = 0x400357bc) - [!provide] PROVIDE (r_ld_acl_data_tx = 0x4003544c) - [!provide] PROVIDE (r_ld_acl_edr_set = 0x4003678c) - [!provide] PROVIDE (r_ld_acl_enc_key_load = 0x40036404) - [!provide] PROVIDE (r_ld_acl_flow_off = 0x40035400) - [!provide] PROVIDE (r_ld_acl_flow_on = 0x4003541c) - [!provide] PROVIDE (r_ld_acl_flush_timeout_get = 0x40035f9c) - [!provide] PROVIDE (r_ld_acl_flush_timeout_set = 0x40035fe0) - [!provide] PROVIDE (r_ld_acl_init = 0x40034d08) - [!provide] PROVIDE (r_ld_acl_lmp_flush = 0x40035d80) - [!provide] PROVIDE (r_ld_acl_lmp_tx = 0x40035b34) - [!provide] PROVIDE (r_ld_acl_lsto_get = 0x400366b4) - [!provide] PROVIDE (r_ld_acl_lsto_set = 0x400366f8) - [!provide] PROVIDE (r_ld_acl_reset = 0x40034d24) - [!provide] PROVIDE (r_ld_acl_role_get = 0x40036b30) - [!provide] PROVIDE (r_ld_acl_rssi_delta_get = 0x40037028) - [!provide] PROVIDE (r_ld_acl_rsw_req = 0x40035e74) - [!provide] PROVIDE (r_ld_acl_rx_enc = 0x40036344) - [!provide] PROVIDE (r_ld_acl_rx_max_slot_get = 0x40036e58) - [!provide] PROVIDE (r_ld_acl_rx_max_slot_set = 0x40036ea0) - [!provide] PROVIDE (r_ld_acl_slot_offset_get = 0x4003653c) - [!provide] PROVIDE (r_ld_acl_slot_offset_set = 0x40036658) - [!provide] PROVIDE (r_ld_acl_sniff = 0x4003617c) - [!provide] PROVIDE (r_ld_acl_sniff_trans = 0x400360a8) - [!provide] PROVIDE (r_ld_acl_ssr_set = 0x40036274) - [!provide] PROVIDE (r_ld_acl_start = 0x40034ddc) - [!provide] PROVIDE (r_ld_acl_stop = 0x4003532c) - [!provide] PROVIDE (r_ld_acl_test_mode_set = 0x40036f24) - [!provide] PROVIDE (r_ld_acl_timing_accuracy_set = 0x4003673c) - [!provide] PROVIDE (r_ld_acl_t_poll_get = 0x40036024) - [!provide] PROVIDE (r_ld_acl_t_poll_set = 0x40036068) - [!provide] PROVIDE (r_ld_acl_tx_enc = 0x400362f8) - [!provide] PROVIDE (ld_acl_frm_cbk = 0x40034414) - [!provide] PROVIDE (ld_acl_rsw_end = 0x40032bc0) - [!provide] PROVIDE (ld_acl_end = 0x40033140) - [!provide] PROVIDE (ld_acl_resched = 0x40033814) - [!provide] PROVIDE (ld_acl_test_mode_update = 0x40032050) - [!provide] PROVIDE (r_ld_acl_unsniff = 0x400361e0) - [!provide] PROVIDE (r_ld_active_check = 0x4003cac4) - [!provide] PROVIDE (r_ld_afh_ch_assess_data_get = 0x4003caec) - [!provide] PROVIDE (r_ld_bcst_acl_data_tx = 0x40038d3c) - [!provide] PROVIDE (r_ld_bcst_acl_init = 0x40038bd0) - [!provide] PROVIDE (r_ld_bcst_acl_reset = 0x40038bdc) - [!provide] PROVIDE (r_ld_bcst_acl_start = 0x4003882c) - [!provide] PROVIDE (r_ld_bcst_afh_update = 0x40038f3c) - [!provide] PROVIDE (r_ld_bcst_enc_key_load = 0x4003906c) - [!provide] PROVIDE (r_ld_bcst_lmp_tx = 0x40038bf8) - [!provide] PROVIDE (r_ld_bcst_tx_enc = 0x40038ff8) - [!provide] PROVIDE (r_ld_bd_addr_get = 0x4003ca20) - [!provide] PROVIDE (r_ld_channel_assess = 0x4003c184) - [!provide] PROVIDE (r_ld_class_of_dev_get = 0x4003ca34) - [!provide] PROVIDE (r_ld_class_of_dev_set = 0x4003ca50) - [!provide] PROVIDE (r_ld_csb_rx_afh_update = 0x40039af4) - [!provide] PROVIDE (r_ld_csb_rx_init = 0x40039690) - [!provide] PROVIDE (r_ld_csb_rx_reset = 0x4003969c) - [!provide] PROVIDE (r_ld_csb_rx_start = 0x4003972c) - [!provide] PROVIDE (r_ld_csb_rx_stop = 0x40039bb8) - [!provide] PROVIDE (r_ld_csb_tx_afh_update = 0x4003a5fc) - [!provide] PROVIDE (r_ld_csb_tx_clr_data = 0x4003a71c) - [!provide] PROVIDE (r_ld_csb_tx_dis = 0x4003a5e8) - [!provide] PROVIDE (r_ld_csb_tx_en = 0x4003a1c0) - [!provide] PROVIDE (r_ld_csb_tx_init = 0x4003a0e8) - [!provide] PROVIDE (r_ld_csb_tx_reset = 0x4003a0f8) - [!provide] PROVIDE (r_ld_csb_tx_set_data = 0x4003a6c0) - [!provide] PROVIDE (r_ld_fm_clk_isr = 0x4003a7a8) - [!provide] PROVIDE (r_ld_fm_frame_isr = 0x4003a82c) - [!provide] PROVIDE (r_ld_fm_init = 0x4003a760) - [!provide] PROVIDE (r_ld_fm_prog_check = 0x4003ab28) - [!provide] PROVIDE (r_ld_fm_prog_disable = 0x4003a984) - [!provide] PROVIDE (r_ld_fm_prog_enable = 0x4003a944) - [!provide] PROVIDE (r_ld_fm_prog_push = 0x4003a9d4) - [!provide] PROVIDE (r_ld_fm_reset = 0x4003a794) - [!provide] PROVIDE (r_ld_fm_rx_isr = 0x4003a7f4) - [!provide] PROVIDE (r_ld_fm_sket_isr = 0x4003a8a4) - [!provide] PROVIDE (r_ld_init = 0x4003c294) - [!provide] PROVIDE (r_ld_inq_init = 0x4003b15c) - [!provide] PROVIDE (r_ld_inq_reset = 0x4003b168) - [!provide] PROVIDE (r_ld_inq_start = 0x4003b1f0) - [!provide] PROVIDE (r_ld_inq_stop = 0x4003b4f0) - [!provide] PROVIDE (r_ld_iscan_eir_get = 0x4003c118) - [!provide] PROVIDE (r_ld_iscan_eir_set = 0x4003bfa0) - [!provide] PROVIDE (r_ld_iscan_init = 0x4003b9f0) - [!provide] PROVIDE (r_ld_iscan_reset = 0x4003ba14) - [!provide] PROVIDE (r_ld_iscan_restart = 0x4003ba44) - [!provide] PROVIDE (r_ld_iscan_start = 0x4003bb28) - [!provide] PROVIDE (r_ld_iscan_stop = 0x4003bf1c) - [!provide] PROVIDE (r_ld_iscan_tx_pwr_get = 0x4003c138) - [!provide] PROVIDE (r_ld_page_init = 0x4003d808) - [!provide] PROVIDE (r_ld_page_reset = 0x4003d814) - [!provide] PROVIDE (r_ld_page_start = 0x4003d848) - [!provide] PROVIDE (r_ld_page_stop = 0x4003da54) - [!provide] PROVIDE (r_ld_pca_coarse_clock_adjust = 0x4003e324) - [!provide] PROVIDE (r_ld_pca_init = 0x4003deb4) - [!provide] PROVIDE (r_ld_pca_initiate_clock_dragging = 0x4003e4ac) - [!provide] PROVIDE (r_ld_pca_local_config = 0x4003df6c) - [!provide] PROVIDE (r_ld_pca_mws_frame_sync = 0x4003e104) - [!provide] PROVIDE (r_ld_pca_mws_moment_offset_gt = 0x4003e278) - [!provide] PROVIDE (r_ld_pca_mws_moment_offset_lt = 0x4003e280) - [!provide] PROVIDE (r_ld_pca_reporting_enable = 0x4003e018) - [!provide] PROVIDE (r_ld_pca_reset = 0x4003df0c) - [!provide] PROVIDE (r_ld_pca_update_target_offset = 0x4003e050) - [!provide] PROVIDE (r_ld_pscan_evt_handler = 0x4003f238) - [!provide] PROVIDE (r_ld_pscan_init = 0x4003f474) - [!provide] PROVIDE (r_ld_pscan_reset = 0x4003f498) - [!provide] PROVIDE (r_ld_pscan_restart = 0x4003f4b8) - [!provide] PROVIDE (r_ld_pscan_start = 0x4003f514) - [!provide] PROVIDE (r_ld_pscan_stop = 0x4003f618) - [!provide] PROVIDE (r_ld_read_clock = 0x4003c9e4) - [!provide] PROVIDE (r_ld_reset = 0x4003c714) - [!provide] PROVIDE (r_ld_sched_acl_add = 0x4003f978) - [!provide] PROVIDE (r_ld_sched_acl_remove = 0x4003f99c) - [!provide] PROVIDE (r_ld_sched_compute = 0x4003f6f8) - [!provide] PROVIDE (r_ld_sched_init = 0x4003f7ac) - [!provide] PROVIDE (r_ld_sched_inq_add = 0x4003f8a8) - [!provide] PROVIDE (r_ld_sched_inq_remove = 0x4003f8d0) - [!provide] PROVIDE (r_ld_sched_iscan_add = 0x4003f7e8) - [!provide] PROVIDE (r_ld_sched_iscan_remove = 0x4003f808) - [!provide] PROVIDE (r_ld_sched_page_add = 0x4003f910) - [!provide] PROVIDE (r_ld_sched_page_remove = 0x4003f938) - [!provide] PROVIDE (r_ld_sched_pscan_add = 0x4003f828) - [!provide] PROVIDE (r_ld_sched_pscan_remove = 0x4003f848) - [!provide] PROVIDE (r_ld_sched_reset = 0x4003f7d4) - [!provide] PROVIDE (r_ld_sched_sco_add = 0x4003fa4c) - [!provide] PROVIDE (r_ld_sched_sco_remove = 0x4003fa9c) - [!provide] PROVIDE (r_ld_sched_sniff_add = 0x4003f9c4) - [!provide] PROVIDE (r_ld_sched_sniff_remove = 0x4003fa0c) - [!provide] PROVIDE (r_ld_sched_sscan_add = 0x4003f868) - [!provide] PROVIDE (r_ld_sched_sscan_remove = 0x4003f888) - [!provide] PROVIDE (r_ld_sco_audio_isr = 0x40037cc8) - [!provide] PROVIDE (r_ld_sco_data_tx = 0x40037ee8) - [!provide] PROVIDE (r_ld_sco_start = 0x40037110) - [!provide] PROVIDE (r_ld_sco_stop = 0x40037c40) - [!provide] PROVIDE (r_ld_sco_update = 0x40037a74) - [!provide] PROVIDE (r_ld_sscan_activated = 0x4004031c) - [!provide] PROVIDE (r_ld_sscan_init = 0x400402f0) - [!provide] PROVIDE (r_ld_sscan_reset = 0x400402fc) - [!provide] PROVIDE (r_ld_sscan_start = 0x40040384) - [!provide] PROVIDE (r_ld_strain_init = 0x400409f4) - [!provide] PROVIDE (r_ld_strain_reset = 0x40040a00) - [!provide] PROVIDE (r_ld_strain_start = 0x40040a8c) - [!provide] PROVIDE (r_ld_strain_stop = 0x40040df0) - [!provide] PROVIDE (r_ld_timing_accuracy_get = 0x4003caac) - [!provide] PROVIDE (r_ld_util_active_master_afh_map_get = 0x4004131c) - [!provide] PROVIDE (r_ld_util_active_master_afh_map_set = 0x40041308) - [!provide] PROVIDE (r_ld_util_bch_create = 0x40040fcc) - [!provide] PROVIDE (r_ld_util_fhs_pk = 0x400411c8) - [!provide] PROVIDE (r_ld_util_fhs_unpk = 0x40040e54) - [!provide] PROVIDE (r_ld_util_stp_pk = 0x400413f4) - [!provide] PROVIDE (r_ld_util_stp_unpk = 0x40041324) - [!provide] PROVIDE (r_ld_version_get = 0x4003ca6c) - [!provide] PROVIDE (r_ld_wlcoex_set = 0x4003caf8) - [!provide] PROVIDE (r_llc_ch_assess_get_current_ch_map = 0x40041574) - [!provide] PROVIDE (r_llc_ch_assess_get_local_ch_map = 0x4004150c) - [!provide] PROVIDE (r_llc_ch_assess_local = 0x40041494) - [!provide] PROVIDE (r_llc_ch_assess_merge_ch = 0x40041588) - [!provide] PROVIDE (r_llc_ch_assess_reass_ch = 0x400415c0) - [!provide] PROVIDE (r_llc_common_cmd_complete_send = 0x40044eac) - [!provide] PROVIDE (r_llc_common_cmd_status_send = 0x40044ee0) - [!provide] PROVIDE (r_llc_common_enc_change_evt_send = 0x40044f6c) - [!provide] PROVIDE (r_llc_common_enc_key_ref_comp_evt_send = 0x40044f38) - [!provide] PROVIDE (r_llc_common_flush_occurred_send = 0x40044f0c) - [!provide] PROVIDE (r_llc_common_nb_of_pkt_comp_evt_send = 0x40045000) - [!provide] PROVIDE (r_llc_con_update_complete_send = 0x40044d68) - [!provide] PROVIDE (r_llc_con_update_finished = 0x4004518c) - [!provide] PROVIDE (r_llc_con_update_ind = 0x40045038) - [!provide] PROVIDE (r_llc_discon_event_complete_send = 0x40044a30) - [!provide] PROVIDE (r_llc_end_evt_defer = 0x40046330) - [!provide] PROVIDE (r_llc_feats_rd_event_send = 0x40044e0c) - [!provide] PROVIDE (r_llc_init = 0x40044778) - [!provide] PROVIDE (r_llc_le_con_cmp_evt_send = 0x40044a78) - [!provide] PROVIDE (r_llc_llcp_ch_map_update_pdu_send = 0x40043f94) - [!provide] PROVIDE (r_llc_llcp_con_param_req_pdu_send = 0x400442fc) - [!provide] PROVIDE (r_llc_llcp_con_param_rsp_pdu_send = 0x40044358) - [!provide] PROVIDE (r_llc_llcp_con_update_pdu_send = 0x400442c4) - [!provide] PROVIDE (r_llc_llcp_enc_req_pdu_send = 0x40044064) - [!provide] PROVIDE (r_llc_llcp_enc_rsp_pdu_send = 0x40044160) - [!provide] PROVIDE (r_llc_llcp_feats_req_pdu_send = 0x400443b4) - [!provide] PROVIDE (r_llc_llcp_feats_rsp_pdu_send = 0x400443f0) - [!provide] PROVIDE (r_llc_llcp_get_autorize = 0x4004475c) - [!provide] PROVIDE (r_llc_llcp_length_req_pdu_send = 0x40044574) - [!provide] PROVIDE (r_llc_llcp_length_rsp_pdu_send = 0x400445ac) - [!provide] PROVIDE (r_llc_llcp_pause_enc_req_pdu_send = 0x40043fd8) - [!provide] PROVIDE (r_llc_llcp_pause_enc_rsp_pdu_send = 0x40044010) - [!provide] PROVIDE (r_llc_llcp_ping_req_pdu_send = 0x4004454c) - [!provide] PROVIDE (r_llc_llcp_ping_rsp_pdu_send = 0x40044560) - [!provide] PROVIDE (r_llc_llcp_recv_handler = 0x40044678) - [!provide] PROVIDE (r_llc_llcp_reject_ind_pdu_send = 0x4004425c) - [!provide] PROVIDE (r_llc_llcp_start_enc_req_pdu_send = 0x4004441c) - [!provide] PROVIDE (r_llc_llcp_start_enc_rsp_pdu_send = 0x400441f8) - [!provide] PROVIDE (r_llc_llcp_terminate_ind_pdu_send = 0x400444b0) - [!provide] PROVIDE (r_llc_llcp_tester_send = 0x400445e4) - [!provide] PROVIDE (r_llc_llcp_unknown_rsp_send_pdu = 0x40044534) - [!provide] PROVIDE (r_llc_llcp_version_ind_pdu_send = 0x40043f6c) - [!provide] PROVIDE (r_llc_lsto_con_update = 0x40045098) - [!provide] PROVIDE (r_llc_ltk_req_send = 0x40044dc0) - [!provide] PROVIDE (r_llc_map_update_finished = 0x40045260) - [!provide] PROVIDE (r_llc_map_update_ind = 0x400450f0) - [!provide] PROVIDE (r_llc_pdu_acl_tx_ack_defer = 0x400464dc) - [!provide] PROVIDE (r_llc_pdu_defer = 0x40046528) - [!provide] PROVIDE (r_llc_pdu_llcp_tx_ack_defer = 0x400463ac) - [!provide] PROVIDE (r_llc_reset = 0x400447b8) - [!provide] PROVIDE (r_llc_start = 0x400447f4) - [!provide] PROVIDE (r_llc_stop = 0x400449ac) - [!provide] PROVIDE (r_llc_util_bw_mgt = 0x4004629c) - [!provide] PROVIDE (r_llc_util_clear_operation_ptr = 0x40046234) - [!provide] PROVIDE (r_llc_util_dicon_procedure = 0x40046130) - [!provide] PROVIDE (r_llc_util_get_free_conhdl = 0x400460c8) - [!provide] PROVIDE (r_llc_util_get_nb_active_link = 0x40046100) - [!provide] PROVIDE (r_llc_util_set_auth_payl_to_margin = 0x400461f4) - [!provide] PROVIDE (r_llc_util_set_llcp_discard_enable = 0x400461c8) - [!provide] PROVIDE (r_llc_util_update_channel_map = 0x400461ac) - [!provide] PROVIDE (r_llc_version_rd_event_send = 0x40044e60) - [!provide] PROVIDE (r_lld_adv_start = 0x40048b38) - [!provide] PROVIDE (r_lld_adv_stop = 0x40048ea0) - [!provide] PROVIDE (r_lld_ch_map_ind = 0x4004a2f4) - [!provide] PROVIDE (r_lld_con_param_req = 0x40049f0c) - [!provide] PROVIDE (r_lld_con_param_rsp = 0x40049e00) - [!provide] PROVIDE (r_lld_con_start = 0x400491f8) - [!provide] PROVIDE (r_lld_con_stop = 0x40049fdc) - [!provide] PROVIDE (r_lld_con_update_after_param_req = 0x40049bcc) - [!provide] PROVIDE (r_lld_con_update_ind = 0x4004a30c) - [!provide] PROVIDE (r_lld_con_update_req = 0x40049b60) - [!provide] PROVIDE (r_lld_core_reset = 0x40048a9c) - [!provide] PROVIDE (r_lld_crypt_isr = 0x4004a324) - [!provide] PROVIDE (r_lld_evt_adv_create = 0x400481f4) - [!provide] PROVIDE (r_lld_evt_canceled = 0x400485c8) - [!provide] PROVIDE (r_lld_evt_channel_next = 0x40046aac) - [!provide] PROVIDE (r_lld_evt_deffered_elt_handler = 0x400482bc) - [!provide] PROVIDE (r_lld_evt_delete_elt_handler = 0x40046974) - [!provide] PROVIDE (r_lld_evt_delete_elt_push = 0x40046a3c) - [!provide] PROVIDE (r_lld_evt_drift_compute = 0x40047670) - [!provide] PROVIDE (r_lld_evt_elt_delete = 0x40047538) - [!provide] PROVIDE (r_lld_evt_elt_insert = 0x400474c8) - [!provide] PROVIDE (r_lld_evt_end = 0x400483e8) - [!provide] PROVIDE (r_lld_evt_end_isr = 0x4004862c) - [!provide] PROVIDE (r_lld_evt_init = 0x40046b3c) - [!provide] PROVIDE (r_lld_evt_init_evt = 0x40046cd0) - [!provide] PROVIDE (r_lld_evt_move_to_master = 0x40047ba0) - [!provide] PROVIDE (r_lld_evt_move_to_slave = 0x40047e18) - [!provide] PROVIDE (r_lld_evt_prevent_stop = 0x40047adc) - [!provide] PROVIDE (r_lld_evt_restart = 0x40046d50) - [!provide] PROVIDE (r_lld_evt_rx = 0x40048578) - [!provide] PROVIDE (r_lld_evt_rx_isr = 0x40048678) - [!provide] PROVIDE (r_lld_evt_scan_create = 0x40047ae8) - [!provide] PROVIDE (r_lld_evt_schedule = 0x40047908) - [!provide] PROVIDE (r_lld_evt_schedule_next = 0x400477dc) - [!provide] PROVIDE (r_lld_evt_schedule_next_instant = 0x400476a8) - [!provide] PROVIDE (r_lld_evt_slave_update = 0x40048138) - [!provide] PROVIDE (r_lld_evt_update_create = 0x40047cd8) - [!provide] PROVIDE (r_lld_get_mode = 0x40049ff8) - [!provide] PROVIDE (r_lld_init = 0x4004873c) - [!provide] PROVIDE (r_lld_move_to_master = 0x400499e0) - [!provide] PROVIDE (r_lld_move_to_slave = 0x4004a024) - [!provide] PROVIDE (r_lld_pdu_adv_pack = 0x4004b488) - [!provide] PROVIDE (r_lld_pdu_check = 0x4004ac34) - [!provide] PROVIDE (r_lld_pdu_data_send = 0x4004b018) - [!provide] PROVIDE (r_lld_pdu_data_tx_push = 0x4004aecc) - [!provide] PROVIDE (r_lld_pdu_rx_handler = 0x4004b4d4) - [!provide] PROVIDE (r_lld_pdu_send_packet = 0x4004b774) - [!provide] PROVIDE (r_lld_pdu_tx_flush = 0x4004b414) - [!provide] PROVIDE (r_lld_pdu_tx_loop = 0x4004ae40) - [!provide] PROVIDE (r_lld_pdu_tx_prog = 0x4004b120) - [!provide] PROVIDE (r_lld_pdu_tx_push = 0x4004b080) - [!provide] PROVIDE (r_lld_ral_renew_req = 0x4004a73c) - [!provide] PROVIDE (r_lld_scan_start = 0x40048ee0) - [!provide] PROVIDE (r_lld_scan_stop = 0x40049190) - [!provide] PROVIDE (r_lld_test_mode_rx = 0x4004a540) - [!provide] PROVIDE (r_lld_test_mode_tx = 0x4004a350) - [!provide] PROVIDE (r_lld_test_stop = 0x4004a710) - [!provide] PROVIDE (r_lld_util_anchor_point_move = 0x4004bacc) - [!provide] PROVIDE (r_lld_util_compute_ce_max = 0x4004bc0c) - [!provide] PROVIDE (r_lld_util_connection_param_set = 0x4004ba40) - [!provide] PROVIDE (r_lld_util_dle_set_cs_fields = 0x4004ba90) - [!provide] PROVIDE (r_lld_util_eff_tx_time_set = 0x4004bd88) - [!provide] PROVIDE (r_lld_util_elt_programmed = 0x4004bce0) - [!provide] PROVIDE (r_lld_util_flush_list = 0x4004bbd8) - [!provide] PROVIDE (r_lld_util_freq2chnl = 0x4004b9e4) - [!provide] PROVIDE (r_lld_util_get_bd_address = 0x4004b8ac) - [!provide] PROVIDE (r_lld_util_get_local_offset = 0x4004ba10) - [!provide] PROVIDE (r_lld_util_get_peer_offset = 0x4004ba24) - [!provide] PROVIDE (r_lld_util_get_tx_pkt_cnt = 0x4004bd80) - [!provide] PROVIDE (r_lld_util_instant_get = 0x4004b890) - [!provide] PROVIDE (r_lld_util_instant_ongoing = 0x4004bbfc) - [!provide] PROVIDE (r_lld_util_priority_set = 0x4004bd10) - [!provide] PROVIDE (r_lld_util_priority_update = 0x4004bd78) - [!provide] PROVIDE (r_lld_util_ral_force_rpa_renew = 0x4004b980) - [!provide] PROVIDE (r_lld_util_set_bd_address = 0x4004b8f8) - [!provide] PROVIDE (r_lld_wlcoex_set = 0x4004bd98) - [!provide] PROVIDE (r_llm_ble_ready = 0x4004cc34) - [!provide] PROVIDE (r_llm_common_cmd_complete_send = 0x4004d288) - [!provide] PROVIDE (r_llm_common_cmd_status_send = 0x4004d2b4) - [!provide] PROVIDE (r_llm_con_req_ind = 0x4004cc54) - [!provide] PROVIDE (r_llm_con_req_tx_cfm = 0x4004d158) - [!provide] PROVIDE (r_llm_create_con = 0x4004de78) - [!provide] PROVIDE (r_llm_encryption_done = 0x4004dff8) - [!provide] PROVIDE (r_llm_encryption_start = 0x4004e128) - [!provide] PROVIDE (r_llm_end_evt_defer = 0x4004eb6c) - [!provide] PROVIDE (r_llm_init = 0x4004c9f8) - [!provide] PROVIDE (r_llm_le_adv_report_ind = 0x4004cdf4) - [!provide] PROVIDE (r_llm_pdu_defer = 0x4004ec48) - [!provide] PROVIDE (r_llm_ral_clear = 0x4004e1fc) - [!provide] PROVIDE (r_llm_ral_dev_add = 0x4004e23c) - [!provide] PROVIDE (r_llm_ral_dev_rm = 0x4004e3bc) - [!provide] PROVIDE (r_llm_ral_get_rpa = 0x4004e400) - [!provide] PROVIDE (r_llm_ral_set_timeout = 0x4004e4a0) - [!provide] PROVIDE (r_llm_ral_update = 0x4004e4f8) - [!provide] PROVIDE (r_llm_set_adv_data = 0x4004d960) - [!provide] PROVIDE (r_llm_set_adv_en = 0x4004d7ec) - [!provide] PROVIDE (r_llm_set_adv_param = 0x4004d5f4) - [!provide] PROVIDE (r_llm_set_scan_en = 0x4004db64) - [!provide] PROVIDE (r_llm_set_scan_param = 0x4004dac8) - [!provide] PROVIDE (r_llm_set_scan_rsp_data = 0x4004da14) - [!provide] PROVIDE (r_llm_test_mode_start_rx = 0x4004d534) - [!provide] PROVIDE (r_llm_test_mode_start_tx = 0x4004d2fc) - [!provide] PROVIDE (r_llm_util_adv_data_update = 0x4004e8fc) - [!provide] PROVIDE (r_llm_util_apply_bd_addr = 0x4004e868) - [!provide] PROVIDE (r_llm_util_bd_addr_in_ral = 0x4004eb08) - [!provide] PROVIDE (r_llm_util_bd_addr_in_wl = 0x4004e788) - [!provide] PROVIDE (r_llm_util_bd_addr_wl_position = 0x4004e720) - [!provide] PROVIDE (r_llm_util_bl_add = 0x4004e9ac) - [!provide] PROVIDE (r_llm_util_bl_check = 0x4004e930) - [!provide] PROVIDE (r_llm_util_bl_rem = 0x4004ea70) - [!provide] PROVIDE (r_llm_util_check_address_validity = 0x4004e7e4) - [!provide] PROVIDE (r_llm_util_check_evt_mask = 0x4004e8b0) - [!provide] PROVIDE (r_llm_util_check_map_validity = 0x4004e800) - [!provide] PROVIDE (r_llm_util_get_channel_map = 0x4004e8d4) - [!provide] PROVIDE (r_llm_util_get_supp_features = 0x4004e8e8) - [!provide] PROVIDE (r_llm_util_set_public_addr = 0x4004e89c) - [!provide] PROVIDE (r_llm_wl_clr = 0x4004dc54) - [!provide] PROVIDE (r_llm_wl_dev_add = 0x4004dcc0) - [!provide] PROVIDE (r_llm_wl_dev_add_hdl = 0x4004dd38) - [!provide] PROVIDE (r_llm_wl_dev_rem = 0x4004dcfc) - [!provide] PROVIDE (r_llm_wl_dev_rem_hdl = 0x4004dde0) - [!provide] PROVIDE (r_lm_acl_disc = 0x4004f148) - [!provide] PROVIDE (r_LM_AddSniff = 0x40022d20) - [!provide] PROVIDE (r_lm_add_sync = 0x40051358) - [!provide] PROVIDE (r_lm_afh_activate_timer = 0x4004f444) - [!provide] PROVIDE (r_lm_afh_ch_ass_en_get = 0x4004f3f8) - [!provide] PROVIDE (r_lm_afh_host_ch_class_get = 0x4004f410) - [!provide] PROVIDE (r_lm_afh_master_ch_map_get = 0x4004f43c) - [!provide] PROVIDE (r_lm_afh_peer_ch_class_set = 0x4004f418) - [!provide] PROVIDE (r_lm_check_active_sync = 0x40051334) - [!provide] PROVIDE (r_LM_CheckEdrFeatureRequest = 0x4002f90c) - [!provide] PROVIDE (r_LM_CheckSwitchInstant = 0x4002f8c0) - [!provide] PROVIDE (r_lm_check_sync_hl_rsp = 0x4005169c) - [!provide] PROVIDE (r_lm_clk_adj_ack_pending_clear = 0x4004f514) - [!provide] PROVIDE (r_lm_clk_adj_instant_pending_set = 0x4004f4d8) - [!provide] PROVIDE (r_LM_ComputePacketType = 0x4002f554) - [!provide] PROVIDE (r_LM_ComputeSniffSubRate = 0x400233ac) - [!provide] PROVIDE (r_lm_debug_key_compare_192 = 0x4004f3a8) - [!provide] PROVIDE (r_lm_debug_key_compare_256 = 0x4004f3d0) - [!provide] PROVIDE (r_lm_dhkey_calc_init = 0x40013234) - [!provide] PROVIDE (r_lm_dhkey_compare = 0x400132d8) - [!provide] PROVIDE (r_lm_dut_mode_en_get = 0x4004f3ec) - [!provide] PROVIDE (r_LM_ExtractMaxEncKeySize = 0x4001aca4) - [!provide] PROVIDE (r_lm_f1 = 0x40012bb8) - [!provide] PROVIDE (r_lm_f2 = 0x40012cfc) - [!provide] PROVIDE (r_lm_f3 = 0x40013050) - [!provide] PROVIDE (r_lm_g = 0x40012f90) - [!provide] PROVIDE (r_LM_GetAFHSwitchInstant = 0x4002f86c) - [!provide] PROVIDE (r_lm_get_auth_en = 0x4004f1ac) - [!provide] PROVIDE (r_lm_get_common_pkt_types = 0x4002fa1c) - [!provide] PROVIDE (r_LM_GetConnectionAcceptTimeout = 0x4004f1f4) - [!provide] PROVIDE (r_LM_GetFeature = 0x4002f924) - [!provide] PROVIDE (r_LM_GetLinkTimeout = 0x400233ec) - [!provide] PROVIDE (r_LM_GetLocalNameSeg = 0x4004f200) - [!provide] PROVIDE (r_lm_get_loopback_mode = 0x4004f248) - [!provide] PROVIDE (r_LM_GetMasterEncKeySize = 0x4001b29c) - [!provide] PROVIDE (r_LM_GetMasterEncRand = 0x4001b288) - [!provide] PROVIDE (r_LM_GetMasterKey = 0x4001b260) - [!provide] PROVIDE (r_LM_GetMasterKeyRand = 0x4001b274) - [!provide] PROVIDE (r_lm_get_min_sync_intv = 0x400517a8) - [!provide] PROVIDE (r_lm_get_nb_acl = 0x4004ef9c) - [!provide] PROVIDE (r_lm_get_nb_sync_link = 0x4005179c) - [!provide] PROVIDE (r_lm_get_nonce = 0x400131c4) - [!provide] PROVIDE (r_lm_get_oob_local_commit = 0x4004f374) - [!provide] PROVIDE (r_lm_get_oob_local_data_192 = 0x4004f2d4) - [!provide] PROVIDE (r_lm_get_oob_local_data_256 = 0x4004f318) - [!provide] PROVIDE (r_LM_GetPINType = 0x4004f1e8) - [!provide] PROVIDE (r_lm_get_priv_key_192 = 0x4004f278) - [!provide] PROVIDE (r_lm_get_priv_key_256 = 0x4004f2b8) - [!provide] PROVIDE (r_lm_get_pub_key_192 = 0x4004f258) - [!provide] PROVIDE (r_lm_get_pub_key_256 = 0x4004f298) - [!provide] PROVIDE (r_LM_GetQoSParam = 0x4002f6e0) - [!provide] PROVIDE (r_lm_get_sec_con_host_supp = 0x4004f1d4) - [!provide] PROVIDE (r_LM_GetSniffSubratingParam = 0x4002325c) - [!provide] PROVIDE (r_lm_get_sp_en = 0x4004f1c0) - [!provide] PROVIDE (r_LM_GetSwitchInstant = 0x4002f7f8) - [!provide] PROVIDE (r_lm_get_synchdl = 0x4005175c) - [!provide] PROVIDE (r_lm_get_sync_param = 0x400503b4) - [!provide] PROVIDE (r_lm_init = 0x4004ed34) - [!provide] PROVIDE (r_lm_init_sync = 0x400512d8) - [!provide] PROVIDE (r_lm_is_acl_con = 0x4004f47c) - [!provide] PROVIDE (r_lm_is_acl_con_role = 0x4004f49c) - [!provide] PROVIDE (r_lm_is_clk_adj_ack_pending = 0x4004f4e8) - [!provide] PROVIDE (r_lm_is_clk_adj_instant_pending = 0x4004f4c8) - [!provide] PROVIDE (r_lm_local_ext_fr_configured = 0x4004f540) - [!provide] PROVIDE (r_lm_look_for_stored_link_key = 0x4002f948) - [!provide] PROVIDE (r_lm_look_for_sync = 0x40051774) - [!provide] PROVIDE (r_lm_lt_addr_alloc = 0x4004ef1c) - [!provide] PROVIDE (r_lm_lt_addr_free = 0x4004ef74) - [!provide] PROVIDE (r_lm_lt_addr_reserve = 0x4004ef48) - [!provide] PROVIDE (r_LM_MakeCof = 0x4002f84c) - [!provide] PROVIDE (r_LM_MakeRandVec = 0x400112d8) - [!provide] PROVIDE (r_lm_master_clk_adj_req_handler = 0x40054180) - [!provide] PROVIDE (r_LM_MaxSlot = 0x4002f694) - [!provide] PROVIDE (r_lm_modif_sync = 0x40051578) - [!provide] PROVIDE (r_lm_n_is_zero = 0x40012170) - [!provide] PROVIDE (r_lm_num_clk_adj_ack_pending_set = 0x4004f500) - [!provide] PROVIDE (r_lm_oob_f1 = 0x40012e54) - [!provide] PROVIDE (r_lm_pca_sscan_link_get = 0x4004f560) - [!provide] PROVIDE (r_lm_pca_sscan_link_set = 0x4004f550) - [!provide] PROVIDE (nvds_null_read = 0x400542a0) - [!provide] PROVIDE (nvds_null_write = 0x400542a8) - [!provide] PROVIDE (nvds_null_erase = 0x400542b0) - [!provide] PROVIDE (nvds_read = 0x400542c4) - [!provide] PROVIDE (nvds_write = 0x400542fc) - [!provide] PROVIDE (nvds_erase = 0x40054334) - [!provide] PROVIDE (nvds_init_memory = 0x40054358) - [!provide] PROVIDE (r_lmp_pack = 0x4001135c) - [!provide] PROVIDE (r_lmp_unpack = 0x4001149c) - [!provide] PROVIDE (r_lm_read_features = 0x4004f0d8) - [!provide] PROVIDE (r_LM_RemoveSniff = 0x40023124) - [!provide] PROVIDE (r_LM_RemoveSniffSubrating = 0x400233c4) - [!provide] PROVIDE (r_lm_remove_sync = 0x400517c8) - [!provide] PROVIDE (r_lm_reset_sync = 0x40051304) - [!provide] PROVIDE (r_lm_role_switch_finished = 0x4004f028) - [!provide] PROVIDE (r_lm_role_switch_start = 0x4004efe0) - [!provide] PROVIDE (r_lm_sco_nego_end = 0x40051828) - [!provide] PROVIDE (r_LM_SniffSubrateNegoRequired = 0x40023334) - [!provide] PROVIDE (r_LM_SniffSubratingHlReq = 0x40023154) - [!provide] PROVIDE (r_LM_SniffSubratingPeerReq = 0x400231dc) - [!provide] PROVIDE (r_lm_sp_debug_mode_get = 0x4004f398) - [!provide] PROVIDE (r_lm_sp_n192_convert_wnaf = 0x400123c0) - [!provide] PROVIDE (r_lm_sp_n_one = 0x400123a4) - [!provide] PROVIDE (r_lm_sp_p192_add = 0x40012828) - [!provide] PROVIDE (r_lm_sp_p192_dbl = 0x4001268c) - [!provide] PROVIDE (r_lm_sp_p192_invert = 0x40012b6c) - [!provide] PROVIDE (r_lm_sp_p192_point_jacobian_to_affine = 0x40012468) - [!provide] PROVIDE (r_lm_sp_p192_points_jacobian_to_affine = 0x400124e4) - [!provide] PROVIDE (r_lm_sp_p192_point_to_inf = 0x40012458) - [!provide] PROVIDE (r_lm_sp_pre_compute_points = 0x40012640) - [!provide] PROVIDE (r_lm_sp_sha256_calculate = 0x400121a0) - [!provide] PROVIDE (r_LM_SuppressAclPacket = 0x4002f658) - [!provide] PROVIDE (r_lm_sync_flow_ctrl_en_get = 0x4004f404) - [!provide] PROVIDE (r_LM_UpdateAclEdrPacketType = 0x4002f5d8) - [!provide] PROVIDE (r_LM_UpdateAclPacketType = 0x4002f584) - [!provide] PROVIDE (r_modules_funcs = 0x3ffafd6c) - [!provide] PROVIDE (r_modules_funcs_p = 0x3ffafd68) - [!provide] PROVIDE (r_nvds_del = 0x400544c4) - [!provide] PROVIDE (r_nvds_get = 0x40054488) - [!provide] PROVIDE (r_nvds_init = 0x40054410) - [!provide] PROVIDE (r_nvds_lock = 0x400544fc) - [!provide] PROVIDE (r_nvds_put = 0x40054534) - [!provide] PROVIDE (rom_abs_temp = 0x400054f0) - [!provide] PROVIDE (rom_bb_bss_bw_40_en = 0x4000401c) - [!provide] PROVIDE (rom_bb_bss_cbw40_dig = 0x40003bac) - [!provide] PROVIDE (rom_bb_rx_ht20_cen_bcov_en = 0x40003734) - [!provide] PROVIDE (rom_bb_tx_ht20_cen = 0x40003760) - [!provide] PROVIDE (rom_bb_wdg_test_en = 0x40003b70) - [!provide] PROVIDE (rom_cbw2040_cfg = 0x400040b0) - [!provide] PROVIDE (rom_check_noise_floor = 0x40003c78) - [!provide] PROVIDE (rom_chip_i2c_readReg = 0x40004110) - [!provide] PROVIDE (rom_chip_i2c_writeReg = 0x40004168) - [!provide] PROVIDE (rom_chip_v7_bt_init = 0x40004d8c) - [!provide] PROVIDE (rom_chip_v7_rx_init = 0x40004cec) - [!provide] PROVIDE (rom_chip_v7_rx_rifs_en = 0x40003d90) - [!provide] PROVIDE (rom_chip_v7_tx_init = 0x40004d18) - [!provide] PROVIDE (rom_clk_force_on_vit = 0x40003710) - [!provide] PROVIDE (rom_correct_rf_ana_gain = 0x400062a8) - [!provide] PROVIDE (rom_dc_iq_est = 0x400055c8) - [!provide] PROVIDE (rom_disable_agc = 0x40002fa4) - [!provide] PROVIDE (rom_enable_agc = 0x40002fcc) - [!provide] PROVIDE (rom_en_pwdet = 0x4000506c) - [!provide] PROVIDE (rom_gen_rx_gain_table = 0x40003e3c) - [!provide] PROVIDE (rom_get_data_sat = 0x4000312c) - [!provide] PROVIDE (rom_get_fm_sar_dout = 0x40005204) - [!provide] PROVIDE (rom_get_power_db = 0x40005fc8) - [!provide] PROVIDE (rom_get_pwctrl_correct = 0x400065d4) - [!provide] PROVIDE (rom_get_rfcal_rxiq_data = 0x40005bbc) - [!provide] PROVIDE (rom_get_rf_gain_qdb = 0x40006290) - [!provide] PROVIDE (rom_get_sar_dout = 0x40006564) - [!provide] PROVIDE (rom_i2c_readReg = 0x40004148) - 0x00000000400041c0 PROVIDE (rom_i2c_readReg_Mask = 0x400041c0) - 0x00000000400041a4 PROVIDE (rom_i2c_writeReg = 0x400041a4) - 0x00000000400041fc PROVIDE (rom_i2c_writeReg_Mask = 0x400041fc) - [!provide] PROVIDE (rom_index_to_txbbgain = 0x40004df8) - [!provide] PROVIDE (rom_iq_est_disable = 0x40005590) - [!provide] PROVIDE (rom_iq_est_enable = 0x40005514) - [!provide] PROVIDE (rom_linear_to_db = 0x40005f64) - [!provide] PROVIDE (rom_loopback_mode_en = 0x400030f8) - [!provide] PROVIDE (rom_meas_tone_pwr_db = 0x40006004) - [!provide] PROVIDE (rom_mhz2ieee = 0x4000404c) - [!provide] PROVIDE (rom_noise_floor_auto_set = 0x40003bdc) - [!provide] PROVIDE (rom_pbus_debugmode = 0x40004458) - [!provide] PROVIDE (rom_pbus_force_mode = 0x40004270) - [!provide] PROVIDE (rom_pbus_force_test = 0x400043c0) - [!provide] PROVIDE (rom_pbus_rd = 0x40004414) - [!provide] PROVIDE (rom_pbus_rd_addr = 0x40004334) - [!provide] PROVIDE (rom_pbus_rd_shift = 0x40004374) - [!provide] PROVIDE (rom_pbus_rx_dco_cal = 0x40005620) - [!provide] PROVIDE (rom_pbus_set_dco = 0x40004638) - [!provide] PROVIDE (rom_pbus_set_rxgain = 0x40004480) - [!provide] PROVIDE (rom_pbus_workmode = 0x4000446c) - [!provide] PROVIDE (rom_pbus_xpd_rx_off = 0x40004508) - [!provide] PROVIDE (rom_pbus_xpd_rx_on = 0x4000453c) - [!provide] PROVIDE (rom_pbus_xpd_tx_off = 0x40004590) - [!provide] PROVIDE (rom_pbus_xpd_tx_on = 0x400045e0) - [!provide] PROVIDE (rom_phy_disable_agc = 0x40002f6c) - [!provide] PROVIDE (rom_phy_disable_cca = 0x40003000) - [!provide] PROVIDE (rom_phy_enable_agc = 0x40002f88) - [!provide] PROVIDE (rom_phy_enable_cca = 0x4000302c) - [!provide] PROVIDE (rom_phy_freq_correct = 0x40004b44) - [!provide] PROVIDE (rom_phyFuns = 0x3ffae0c0) - [!provide] PROVIDE (rom_phy_get_noisefloor = 0x40003c2c) - [!provide] PROVIDE (rom_phy_get_vdd33 = 0x4000642c) - [!provide] PROVIDE (rom_pow_usr = 0x40003044) - [!provide] PROVIDE (rom_read_sar_dout = 0x400051c0) - [!provide] PROVIDE (rom_restart_cal = 0x400046e0) - [!provide] PROVIDE (rom_rfcal_pwrctrl = 0x40006058) - [!provide] PROVIDE (rom_rfcal_rxiq = 0x40005b4c) - [!provide] PROVIDE (rom_rfcal_txcap = 0x40005dec) - [!provide] PROVIDE (rom_rfpll_reset = 0x40004680) - [!provide] PROVIDE (rom_rfpll_set_freq = 0x400047f8) - [!provide] PROVIDE (rom_rtc_mem_backup = 0x40003db4) - [!provide] PROVIDE (rom_rtc_mem_recovery = 0x40003df4) - [!provide] PROVIDE (rom_rx_gain_force = 0x4000351c) - [!provide] PROVIDE (rom_rxiq_cover_mg_mp = 0x40005a68) - [!provide] PROVIDE (rom_rxiq_get_mis = 0x400058e4) - [!provide] PROVIDE (rom_rxiq_set_reg = 0x40005a00) - [!provide] PROVIDE (rom_set_cal_rxdc = 0x400030b8) - [!provide] PROVIDE (rom_set_chan_cal_interp = 0x40005ce0) - [!provide] PROVIDE (rom_set_channel_freq = 0x40004880) - [!provide] PROVIDE (rom_set_loopback_gain = 0x40003060) - [!provide] PROVIDE (rom_set_noise_floor = 0x40003d48) - [!provide] PROVIDE (rom_set_pbus_mem = 0x400031a4) - [!provide] PROVIDE (rom_set_rf_freq_offset = 0x40004ca8) - [!provide] PROVIDE (rom_set_rxclk_en = 0x40003594) - [!provide] PROVIDE (rom_set_txcap_reg = 0x40005d50) - [!provide] PROVIDE (rom_set_txclk_en = 0x40003564) - [!provide] PROVIDE (rom_spur_coef_cfg = 0x40003ac8) - [!provide] PROVIDE (rom_spur_reg_write_one_tone = 0x400037f0) - [!provide] PROVIDE (rom_start_tx_tone = 0x400036b4) - [!provide] PROVIDE (rom_start_tx_tone_step = 0x400035d0) - [!provide] PROVIDE (rom_stop_tx_tone = 0x40003f98) - [!provide] PROVIDE (_rom_store = 0x4000d66c) - [!provide] PROVIDE (_rom_store_table = 0x4000d4f8) - [!provide] PROVIDE (rom_target_power_add_backoff = 0x40006268) - [!provide] PROVIDE (rom_tx_atten_set_interp = 0x400061cc) - [!provide] PROVIDE (rom_txbbgain_to_index = 0x40004dc0) - [!provide] PROVIDE (rom_txcal_work_mode = 0x4000510c) - [!provide] PROVIDE (rom_txdc_cal_init = 0x40004e10) - [!provide] PROVIDE (rom_txdc_cal_v70 = 0x40004ea4) - [!provide] PROVIDE (rom_txiq_cover = 0x4000538c) - [!provide] PROVIDE (rom_txiq_get_mis_pwr = 0x400052dc) - [!provide] PROVIDE (rom_txiq_set_reg = 0x40005154) - [!provide] PROVIDE (rom_tx_pwctrl_bg_init = 0x4000662c) - [!provide] PROVIDE (rom_txtone_linear_pwr = 0x40005290) - [!provide] PROVIDE (rom_wait_rfpll_cal_end = 0x400047a8) - [!provide] PROVIDE (rom_write_gain_mem = 0x4000348c) - [!provide] PROVIDE (rom_write_rfpll_sdm = 0x40004740) - [!provide] PROVIDE (roundup2 = 0x4000ab7c) - [!provide] PROVIDE (r_plf_funcs_p = 0x3ffb8360) - [!provide] PROVIDE (r_rf_rw_bt_init = 0x40054868) - [!provide] PROVIDE (r_rf_rw_init = 0x40054b0c) - [!provide] PROVIDE (r_rf_rw_le_init = 0x400549d0) - [!provide] PROVIDE (r_rwble_activity_ongoing_check = 0x40054d8c) - [!provide] PROVIDE (r_rwble_init = 0x40054bf4) - [!provide] PROVIDE (r_rwble_isr = 0x40054e08) - [!provide] PROVIDE (r_rwble_reset = 0x40054ce8) - [!provide] PROVIDE (r_rwble_sleep_check = 0x40054d78) - [!provide] PROVIDE (r_rwble_version = 0x40054dac) - [!provide] PROVIDE (r_rwbt_init = 0x40055160) - [!provide] PROVIDE (r_rwbt_isr = 0x40055248) - [!provide] PROVIDE (r_rwbt_reset = 0x400551bc) - [!provide] PROVIDE (r_rwbt_sleep_check = 0x4005577c) - [!provide] PROVIDE (r_rwbt_sleep_enter = 0x400557a4) - [!provide] PROVIDE (r_rwbt_sleep_wakeup = 0x400557fc) - [!provide] PROVIDE (r_rwbt_sleep_wakeup_end = 0x400558cc) - [!provide] PROVIDE (r_rwbt_version = 0x4005520c) - [!provide] PROVIDE (r_rwip_assert_err = 0x40055f88) - [!provide] PROVIDE (r_rwip_check_wakeup_boundary = 0x400558fc) - [!provide] PROVIDE (r_rwip_ext_wakeup_enable = 0x40055f3c) - [!provide] PROVIDE (r_rwip_init = 0x4005595c) - [!provide] PROVIDE (r_rwip_pca_clock_dragging_only = 0x40055f48) - [!provide] PROVIDE (r_rwip_prevent_sleep_clear = 0x40055ec8) - [!provide] PROVIDE (r_rwip_prevent_sleep_set = 0x40055e64) - [!provide] PROVIDE (r_rwip_reset = 0x40055ab8) - [!provide] PROVIDE (r_rwip_schedule = 0x40055b38) - [!provide] PROVIDE (r_rwip_sleep = 0x40055b5c) - [!provide] PROVIDE (r_rwip_sleep_enable = 0x40055f30) - [!provide] PROVIDE (r_rwip_version = 0x40055b20) - [!provide] PROVIDE (r_rwip_wakeup = 0x40055dc4) - [!provide] PROVIDE (r_rwip_wakeup_delay_set = 0x40055e4c) - [!provide] PROVIDE (r_rwip_wakeup_end = 0x40055e18) - [!provide] PROVIDE (r_rwip_wlcoex_set = 0x40055f60) - [!provide] PROVIDE (r_SHA_256 = 0x40013a90) - [!provide] PROVIDE (rwip_coex_cfg = 0x3ff9914c) - [!provide] PROVIDE (rwip_priority = 0x3ff99159) - [!provide] PROVIDE (rwip_rf = 0x3ffbdb28) - [!provide] PROVIDE (rwip_rf_p_get = 0x400558f4) - [!provide] PROVIDE (r_XorKey = 0x400112c0) - [!provide] PROVIDE (sha_blk_bits = 0x3ff99290) - [!provide] PROVIDE (sha_blk_bits_bytes = 0x3ff99288) - [!provide] PROVIDE (sha_blk_hash_bytes = 0x3ff9928c) - [!provide] PROVIDE (sig_matrix = 0x3ffae293) - [!provide] PROVIDE (sip_after_tx_complete = 0x4000b358) - [!provide] PROVIDE (sip_alloc_to_host_evt = 0x4000ab9c) - [!provide] PROVIDE (sip_get_ptr = 0x4000b34c) - [!provide] PROVIDE (sip_get_state = 0x4000ae2c) - [!provide] PROVIDE (sip_init_attach = 0x4000ae58) - [!provide] PROVIDE (sip_install_rx_ctrl_cb = 0x4000ae10) - [!provide] PROVIDE (sip_install_rx_data_cb = 0x4000ae20) - [!provide] PROVIDE (sip_is_active = 0x4000b3c0) - [!provide] PROVIDE (sip_post_init = 0x4000aed8) - [!provide] PROVIDE (sip_reclaim_from_host_cmd = 0x4000adbc) - [!provide] PROVIDE (sip_reclaim_tx_data_pkt = 0x4000ad5c) - [!provide] PROVIDE (sip_send = 0x4000af54) - [!provide] PROVIDE (sip_to_host_chain_append = 0x4000aef8) - [!provide] PROVIDE (sip_to_host_evt_send_done = 0x4000ac04) - [!provide] PROVIDE (slc_add_credits = 0x4000baf4) - [!provide] PROVIDE (slc_enable = 0x4000b64c) - [!provide] PROVIDE (slc_from_host_chain_fetch = 0x4000b7e8) - [!provide] PROVIDE (slc_from_host_chain_recycle = 0x4000bb10) - [!provide] PROVIDE (slc_has_pkt_to_host = 0x4000b5fc) - [!provide] PROVIDE (slc_init_attach = 0x4000b918) - [!provide] PROVIDE (slc_init_credit = 0x4000badc) - [!provide] PROVIDE (slc_reattach = 0x4000b62c) - [!provide] PROVIDE (slc_send_to_host_chain = 0x4000b6a0) - [!provide] PROVIDE (slc_set_host_io_max_window = 0x4000b89c) - [!provide] PROVIDE (slc_to_host_chain_recycle = 0x4000b758) - [!provide] PROVIDE (specialModP256 = 0x4001600c) - [!provide] PROVIDE (__stack = 0x3ffe3f20) - [!provide] PROVIDE (__stack_app = 0x3ffe7e30) - [!provide] PROVIDE (_stack_sentry = 0x3ffe1320) - [!provide] PROVIDE (_stack_sentry_app = 0x3ffe5230) - [!provide] PROVIDE (_start = 0x40000704) - [!provide] PROVIDE (start_tb_console = 0x4005a980) - [!provide] PROVIDE (_stat_r = 0x4000bcb4) - [!provide] PROVIDE (_stext = 0x40000560) - [!provide] PROVIDE (SubtractBigHex256 = 0x40015bcc) - [!provide] PROVIDE (SubtractBigHexMod256 = 0x40015e8c) - [!provide] PROVIDE (SubtractBigHexUint32_256 = 0x40015f8c) - [!provide] PROVIDE (SubtractFromSelfBigHex256 = 0x40015c20) - [!provide] PROVIDE (SubtractFromSelfBigHexSign256 = 0x40015dc8) - [!provide] PROVIDE (sw_to_hw = 0x3ffb8d40) - [!provide] PROVIDE (syscall_table_ptr_app = 0x3ffae020) - [!provide] PROVIDE (syscall_table_ptr_pro = 0x3ffae024) - [!provide] PROVIDE (tdefl_compress = 0x400600bc) - [!provide] PROVIDE (tdefl_compress_buffer = 0x400607f4) - [!provide] PROVIDE (tdefl_compress_mem_to_mem = 0x40060900) - [!provide] PROVIDE (tdefl_compress_mem_to_output = 0x400608e0) - [!provide] PROVIDE (tdefl_get_adler32 = 0x400608d8) - [!provide] PROVIDE (tdefl_get_prev_return_status = 0x400608d0) - [!provide] PROVIDE (tdefl_init = 0x40060810) - [!provide] PROVIDE (tdefl_write_image_to_png_file_in_memory = 0x4006091c) - [!provide] PROVIDE (tdefl_write_image_to_png_file_in_memory_ex = 0x40060910) - [!provide] PROVIDE (tinfl_decompress = 0x4005ef30) - [!provide] PROVIDE (tinfl_decompress_mem_to_callback = 0x40060090) - [!provide] PROVIDE (tinfl_decompress_mem_to_mem = 0x40060050) - [!provide] PROVIDE (UartDev = 0x3ffe019c) - [!provide] PROVIDE (user_code_start = 0x3ffe0400) - [!provide] PROVIDE (veryBigHexP256 = 0x3ff9736c) - [!provide] PROVIDE (xthal_bcopy = 0x4000c098) - [!provide] PROVIDE (xthal_copy123 = 0x4000c124) - [!provide] PROVIDE (xthal_get_ccompare = 0x4000c078) - [!provide] PROVIDE (xthal_get_ccount = 0x4000c050) - [!provide] PROVIDE (xthal_get_interrupt = 0x4000c1e4) - [!provide] PROVIDE (xthal_get_intread = 0x4000c1e4) - [!provide] PROVIDE (Xthal_intlevel = 0x3ff9c2b4) - [!provide] PROVIDE (xthal_memcpy = 0x4000c0bc) - [!provide] PROVIDE (xthal_set_ccompare = 0x4000c058) - [!provide] PROVIDE (xthal_set_intclear = 0x4000c1ec) - [!provide] PROVIDE (_xtos_set_intlevel = 0x4000bfdc) - 0x000000003ffe01e0 PROVIDE (g_ticks_per_us_pro = 0x3ffe01e0) - 0x000000003ffe40f0 PROVIDE (g_ticks_per_us_app = 0x3ffe40f0) - 0x0000000040063238 PROVIDE (esp_rom_spiflash_config_param = 0x40063238) - 0x00000000400621b0 PROVIDE (esp_rom_spiflash_read_user_cmd = 0x400621b0) - 0x0000000040062e60 PROVIDE (esp_rom_spiflash_write_encrypted_disable = 0x40062e60) - 0x0000000040062df4 PROVIDE (esp_rom_spiflash_write_encrypted_enable = 0x40062df4) - 0x0000000040062e1c PROVIDE (esp_rom_spiflash_prepare_encrypted_data = 0x40062e1c) - [!provide] PROVIDE (esp_rom_spiflash_select_qio_pins = 0x40061ddc) - [!provide] PROVIDE (esp_rom_spiflash_attach = 0x40062a6c) - 0x0000000040062bc8 PROVIDE (esp_rom_spiflash_config_clk = 0x40062bc8) - 0x000000003ffae270 PROVIDE (g_rom_spiflash_chip = 0x3ffae270) - [!provide] PROVIDE (SPI_write_enable = 0x40062320) - [!provide] PROVIDE (hci_le_rd_rem_used_feats_cmd_handler = 0x400417b4) - [!provide] PROVIDE (llcp_length_req_handler = 0x40043808) - [!provide] PROVIDE (llcp_unknown_rsp_handler = 0x40043ba8) - [!provide] PROVIDE (llcp_channel_map_req_handler = 0x4004291c) - [!provide] PROVIDE (llcp_con_up_req_handler = 0x400426f0) - [!provide] PROVIDE (FilePacketSendDeflatedReqMsgProc = 0x40008b24) - [!provide] PROVIDE (FilePacketSendReqMsgProc = 0x40008860) - [!provide] PROVIDE (FlashDwnLdDeflatedStartMsgProc = 0x40008ad8) - [!provide] PROVIDE (FlashDwnLdParamCfgMsgProc = 0x4000891c) - [!provide] PROVIDE (FlashDwnLdStartMsgProc = 0x40008820) - [!provide] PROVIDE (FlashDwnLdStopDeflatedReqMsgProc = 0x40008c18) - [!provide] PROVIDE (FlashDwnLdStopReqMsgProc = 0x400088ec) - [!provide] PROVIDE (MemDwnLdStartMsgProc = 0x40008948) - [!provide] PROVIDE (MemDwnLdStopReqMsgProc = 0x400089dc) - [!provide] PROVIDE (MemPacketSendReqMsgProc = 0x40008978) - [!provide] PROVIDE (uart_baudrate_detect = 0x40009034) - [!provide] PROVIDE (uart_buff_switch = 0x400093c0) - [!provide] PROVIDE (UartConnCheck = 0x40008738) - [!provide] PROVIDE (UartConnectProc = 0x40008a04) - [!provide] PROVIDE (UartDwnLdProc = 0x40008ce8) - [!provide] PROVIDE (UartRegReadProc = 0x40008a58) - [!provide] PROVIDE (UartRegWriteProc = 0x40008a14) - [!provide] PROVIDE (UartSetBaudProc = 0x40008aac) - [!provide] PROVIDE (UartSpiAttachProc = 0x40008a6c) - [!provide] PROVIDE (UartSpiReadProc = 0x40008a80) - [!provide] PROVIDE (VerifyFlashMd5Proc = 0x40008c44) - [!provide] PROVIDE (GetUartDevice = 0x40009598) - [!provide] PROVIDE (RcvMsg = 0x4000954c) - [!provide] PROVIDE (SendMsg = 0x40009384) - [!provide] PROVIDE (UartGetCmdLn = 0x40009564) - [!provide] PROVIDE (UartRxString = 0x400092fc) - [!provide] PROVIDE (Uart_Init = 0x40009120) - [!provide] PROVIDE (recv_packet = 0x40009424) - [!provide] PROVIDE (send_packet = 0x40009340) - [!provide] PROVIDE (uartAttach = 0x40008fd0) - [!provide] PROVIDE (uart_div_modify = 0x400090cc) - [!provide] PROVIDE (uart_rx_intr_handler = 0x40008f4c) - [!provide] PROVIDE (uart_rx_one_char = 0x400092d0) - [!provide] PROVIDE (uart_rx_one_char_block = 0x400092a4) - [!provide] PROVIDE (uart_rx_readbuff = 0x40009394) - 0x0000000040009258 PROVIDE (uart_tx_flush = 0x40009258) - [!provide] PROVIDE (uart_tx_one_char = 0x40009200) - [!provide] PROVIDE (uart_tx_one_char2 = 0x4000922c) - [!provide] PROVIDE (uart_tx_switch = 0x40009028) - [!provide] PROVIDE (gpio_output_set = 0x40009b24) - [!provide] PROVIDE (gpio_output_set_high = 0x40009b5c) - [!provide] PROVIDE (gpio_input_get = 0x40009b88) - [!provide] PROVIDE (gpio_input_get_high = 0x40009b9c) - 0x0000000040009edc PROVIDE (gpio_matrix_in = 0x40009edc) - 0x0000000040009f0c PROVIDE (gpio_matrix_out = 0x40009f0c) - 0x0000000040009fdc PROVIDE (gpio_pad_select_gpio = 0x40009fdc) - [!provide] PROVIDE (gpio_pad_set_drv = 0x4000a11c) - [!provide] PROVIDE (gpio_pad_pulldown = 0x4000a348) - 0x000000004000a22c PROVIDE (gpio_pad_pullup = 0x4000a22c) - [!provide] PROVIDE (gpio_pad_hold = 0x4000a734) - [!provide] PROVIDE (gpio_pad_unhold = 0x4000a484) - [!provide] PROVIDE (ets_aes_crypt = 0x4005c9b8) - [!provide] PROVIDE (ets_aes_disable = 0x4005c8f8) - [!provide] PROVIDE (ets_aes_enable = 0x4005c8cc) - [!provide] PROVIDE (ets_aes_set_endian = 0x4005c928) - [!provide] PROVIDE (ets_aes_setkey_dec = 0x4005c994) - [!provide] PROVIDE (ets_aes_setkey_enc = 0x4005c97c) - [!provide] PROVIDE (ets_bigint_disable = 0x4005c4e0) - [!provide] PROVIDE (ets_bigint_enable = 0x4005c498) - [!provide] PROVIDE (ets_bigint_mod_mult_getz = 0x4005c818) - [!provide] PROVIDE (ets_bigint_mod_mult_prepare = 0x4005c7b4) - [!provide] PROVIDE (ets_bigint_mod_power_getz = 0x4005c614) - [!provide] PROVIDE (ets_bigint_mod_power_prepare = 0x4005c54c) - [!provide] PROVIDE (ets_bigint_montgomery_mult_getz = 0x4005c7a4) - [!provide] PROVIDE (ets_bigint_montgomery_mult_prepare = 0x4005c6fc) - [!provide] PROVIDE (ets_bigint_mult_getz = 0x4005c6e8) - [!provide] PROVIDE (ets_bigint_mult_prepare = 0x4005c630) - [!provide] PROVIDE (ets_bigint_wait_finish = 0x4005c520) - [!provide] PROVIDE (ets_post = 0x4000673c) - [!provide] PROVIDE (ets_run = 0x400066bc) - [!provide] PROVIDE (ets_set_idle_cb = 0x40006674) - [!provide] PROVIDE (ets_task = 0x40006688) - [!provide] PROVIDE (ets_efuse_get_8M_clock = 0x40008710) - 0x0000000040008658 PROVIDE (ets_efuse_get_spiconfig = 0x40008658) - [!provide] PROVIDE (ets_efuse_program_op = 0x40008628) - [!provide] PROVIDE (ets_efuse_read_op = 0x40008600) - [!provide] PROVIDE (ets_intr_lock = 0x400067b0) - [!provide] PROVIDE (ets_intr_unlock = 0x400067c4) - [!provide] PROVIDE (ets_isr_attach = 0x400067ec) - [!provide] PROVIDE (ets_waiti0 = 0x400067d8) - [!provide] PROVIDE (intr_matrix_set = 0x4000681c) - [!provide] PROVIDE (check_pos = 0x400068b8) - [!provide] PROVIDE (ets_set_appcpu_boot_addr = 0x4000689c) - [!provide] PROVIDE (ets_set_startup_callback = 0x4000688c) - [!provide] PROVIDE (ets_set_user_start = 0x4000687c) - [!provide] PROVIDE (ets_unpack_flash_code = 0x40007018) - [!provide] PROVIDE (ets_unpack_flash_code_legacy = 0x4000694c) - [!provide] PROVIDE (rom_main = 0x400076c4) - [!provide] PROVIDE (ets_write_char_uart = 0x40007cf8) - 0x0000000040007d18 PROVIDE (ets_install_putc1 = 0x40007d18) - 0x0000000040007d38 PROVIDE (ets_install_putc2 = 0x40007d38) - 0x0000000040007d28 PROVIDE (ets_install_uart_printf = 0x40007d28) - 0x0000000040007d54 PROVIDE (ets_printf = 0x40007d54) - [!provide] PROVIDE (rtc_boot_control = 0x4000821c) - 0x00000000400081d4 PROVIDE (rtc_get_reset_reason = 0x400081d4) - [!provide] PROVIDE (rtc_get_wakeup_cause = 0x400081f4) - [!provide] PROVIDE (rtc_select_apb_bridge = 0x40008288) - [!provide] PROVIDE (set_rtc_memory_crc = 0x40008208) - 0x000000004000824c PROVIDE (software_reset = 0x4000824c) - [!provide] PROVIDE (software_reset_cpu = 0x40008264) - [!provide] PROVIDE (ets_secure_boot_check = 0x4005cb40) - [!provide] PROVIDE (ets_secure_boot_check_finish = 0x4005cc04) - [!provide] PROVIDE (ets_secure_boot_check_start = 0x4005cbcc) - [!provide] PROVIDE (ets_secure_boot_finish = 0x4005ca84) - [!provide] PROVIDE (ets_secure_boot_hash = 0x4005cad4) - [!provide] PROVIDE (ets_secure_boot_obtain = 0x4005cb14) - [!provide] PROVIDE (ets_secure_boot_rd_abstract = 0x4005cba8) - [!provide] PROVIDE (ets_secure_boot_rd_iv = 0x4005cb84) - [!provide] PROVIDE (ets_secure_boot_start = 0x4005ca34) - [!provide] PROVIDE (ets_sha_disable = 0x4005c0a8) - 0x000000004005c07c PROVIDE (ets_sha_enable = 0x4005c07c) - [!provide] PROVIDE (ets_sha_finish = 0x4005c104) - [!provide] PROVIDE (ets_sha_init = 0x4005c0d4) - [!provide] PROVIDE (ets_sha_update = 0x4005c2a0) - 0x0000000040008534 PROVIDE (ets_delay_us = 0x40008534) - 0x000000004000855c PROVIDE (ets_get_cpu_frequency = 0x4000855c) - [!provide] PROVIDE (ets_get_detected_xtal_freq = 0x40008588) - [!provide] PROVIDE (ets_get_xtal_scale = 0x4000856c) - [!provide] PROVIDE (ets_update_cpu_frequency_rom = 0x40008550) - [!provide] PROVIDE (hci_tl_env = 0x3ffb8154) - [!provide] PROVIDE (ld_acl_env = 0x3ffb8258) - [!provide] PROVIDE (ea_env = 0x3ffb80ec) - [!provide] PROVIDE (lc_sco_data_path_config = 0x3ffb81f8) - [!provide] PROVIDE (lc_sco_env = 0x3ffb81fc) - [!provide] PROVIDE (ld_active_ch_map = 0x3ffb8334) - [!provide] PROVIDE (ld_bcst_acl_env = 0x3ffb8274) - [!provide] PROVIDE (ld_csb_rx_env = 0x3ffb8278) - [!provide] PROVIDE (ld_csb_tx_env = 0x3ffb827c) - [!provide] PROVIDE (ld_env = 0x3ffb9510) - [!provide] PROVIDE (ld_fm_env = 0x3ffb8284) - [!provide] PROVIDE (ld_inq_env = 0x3ffb82e4) - [!provide] PROVIDE (ld_iscan_env = 0x3ffb82e8) - [!provide] PROVIDE (ld_page_env = 0x3ffb82f0) - [!provide] PROVIDE (ld_pca_env = 0x3ffb82f4) - [!provide] PROVIDE (ld_pscan_env = 0x3ffb8308) - [!provide] PROVIDE (ld_sched_env = 0x3ffb830c) - [!provide] PROVIDE (ld_sched_params = 0x3ffb96c0) - [!provide] PROVIDE (ld_sco_env = 0x3ffb824c) - [!provide] PROVIDE (ld_sscan_env = 0x3ffb832c) - [!provide] PROVIDE (ld_strain_env = 0x3ffb8330) - [!provide] PROVIDE (LM_Sniff = 0x3ffb8230) - [!provide] PROVIDE (LM_SniffSubRate = 0x3ffb8214) - [!provide] PROVIDE (prbs_64bytes = 0x3ff98992) - [!provide] PROVIDE (nvds_env = 0x3ffb8364) - [!provide] PROVIDE (nvds_magic_number = 0x3ff9912a) - [!provide] PROVIDE (TASK_DESC_LLD = 0x3ff98b58) - [!provide] PROVIDE (ld_acl_clk_isr = 0x40030cf8) - [!provide] PROVIDE (ld_acl_evt_canceled_cbk = 0x40033944) - [!provide] PROVIDE (ld_acl_evt_stop_cbk = 0x40033870) - [!provide] PROVIDE (ld_acl_evt_start_cbk = 0x40030ab0) - [!provide] PROVIDE (ld_acl_test_mode_update = 0x40032050) - [!provide] PROVIDE (ld_acl_resched = 0x40033814) - [!provide] PROVIDE (ld_acl_rx_isr = 0x40033aa8) - [!provide] PROVIDE (lc_acl_disc_ind_handler = 0x4002f270) - [!provide] PROVIDE (lc_pca_sscan_start_req_handler = 0x40029b34) - [!provide] PROVIDE (lmp_feats_req_ext_handler = 0x4002ccb0) - [!provide] PROVIDE (ld_pscan_em_init = 0x4003e5e8) - [!provide] PROVIDE (ld_acl_rsw_start = 0x40032e90) - [!provide] PROVIDE (ld_acl_sniff_enter = 0x40031244) - [!provide] PROVIDE (ld_acl_sniff_trans_sched = 0x40033734) - [!provide] PROVIDE (lc_pwr_decr_ind_handler = 0x4002859c) - [!provide] PROVIDE (lc_pwr_incr_ind_handler = 0x400284a8) - [!provide] PROVIDE (lc_pwr_max_ind_handler = 0x40028690) - 0x000000004005cfec PROVIDE (esp_rom_crc32_le = crc32_le) +LOAD /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a +LOAD /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a +LOAD /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libnosys.a +LOAD /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a +LOAD /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a +START GROUP +LOAD /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a +LOAD /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a +LOAD /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libnosys.a +END GROUP + [!provide] PROVIDE (esprv_int_set_priority = esprv_intc_int_set_priority) + [!provide] PROVIDE (esprv_int_set_threshold = esprv_intc_int_set_threshold) + [!provide] PROVIDE (esprv_int_enable = esprv_intc_int_enable) + [!provide] PROVIDE (esprv_int_disable = esprv_intc_int_disable) + [!provide] PROVIDE (esprv_int_set_type = esprv_intc_int_set_type) + 0x40000018 rtc_get_reset_reason = 0x40000018 + 0x4000001c analog_super_wdt_reset_happened = 0x4000001c + 0x40000020 jtag_cpu_reset_happened = 0x40000020 + 0x40000024 rtc_get_wakeup_cause = 0x40000024 + 0x40000028 rtc_boot_control = 0x40000028 + 0x4000002c rtc_select_apb_bridge = 0x4000002c + 0x40000030 rtc_unhold_all_pads = 0x40000030 + 0x40000034 set_rtc_memory_crc = 0x40000034 + 0x40000038 cacl_rtc_memory_crc = 0x40000038 + 0x4000003c ets_is_print_boot = 0x4000003c + 0x40000040 ets_printf = 0x40000040 + 0x40000044 ets_install_putc1 = 0x40000044 + 0x40000048 ets_install_uart_printf = 0x40000048 + 0x4000004c ets_install_putc2 = 0x4000004c + 0x40000050 PROVIDE (ets_delay_us = 0x40000050) + 0x40000054 ets_get_stack_info = 0x40000054 + 0x40000058 ets_install_lock = 0x40000058 + 0x4000005c ets_backup_dma_copy = 0x4000005c + 0x40000060 ets_apb_backup_init_lock_func = 0x40000060 + 0x40000064 UartRxString = 0x40000064 + 0x40000068 uart_tx_one_char = 0x40000068 + 0x4000006c uart_tx_one_char2 = 0x4000006c + 0x40000070 uart_rx_one_char = 0x40000070 + 0x40000074 uart_rx_one_char_block = 0x40000074 + 0x40000078 uart_rx_readbuff = 0x40000078 + 0x4000007c uartAttach = 0x4000007c + 0x40000080 uart_tx_flush = 0x40000080 + 0x40000084 uart_tx_wait_idle = 0x40000084 + 0x40000088 uart_div_modify = 0x40000088 + 0x4000008c multofup = 0x4000008c + 0x40000090 software_reset = 0x40000090 + 0x40000094 software_reset_cpu = 0x40000094 + 0x40000098 assist_debug_clock_enable = 0x40000098 + 0x4000009c assist_debug_record_enable = 0x4000009c + 0x400000a0 clear_super_wdt_reset_flag = 0x400000a0 + 0x400000a4 disable_default_watchdog = 0x400000a4 + 0x400000a8 send_packet = 0x400000a8 + 0x400000ac recv_packet = 0x400000ac + 0x400000b0 GetUartDevice = 0x400000b0 + 0x400000b4 UartDwnLdProc = 0x400000b4 + 0x400000b8 Uart_Init = 0x400000b8 + 0x400000bc ets_set_user_start = 0x400000bc + 0x3ff1fffc ets_rom_layout_p = 0x3ff1fffc + 0x3fcdfffc ets_ops_table_ptr = 0x3fcdfffc + 0x400000c0 mz_adler32 = 0x400000c0 + 0x400000c4 mz_crc32 = 0x400000c4 + 0x400000c8 mz_free = 0x400000c8 + 0x400000cc tdefl_compress = 0x400000cc + 0x400000d0 tdefl_compress_buffer = 0x400000d0 + 0x400000d4 tdefl_compress_mem_to_heap = 0x400000d4 + 0x400000d8 tdefl_compress_mem_to_mem = 0x400000d8 + 0x400000dc tdefl_compress_mem_to_output = 0x400000dc + 0x400000e0 tdefl_get_adler32 = 0x400000e0 + 0x400000e4 tdefl_get_prev_return_status = 0x400000e4 + 0x400000e8 tdefl_init = 0x400000e8 + 0x400000ec tdefl_write_image_to_png_file_in_memory = 0x400000ec + 0x400000f0 tdefl_write_image_to_png_file_in_memory_ex = 0x400000f0 + 0x400000f4 tinfl_decompress = 0x400000f4 + 0x400000f8 tinfl_decompress_mem_to_callback = 0x400000f8 + 0x400000fc tinfl_decompress_mem_to_heap = 0x400000fc + 0x40000100 tinfl_decompress_mem_to_mem = 0x40000100 + [!provide] PROVIDE (jd_prepare = 0x40000104) + [!provide] PROVIDE (jd_decomp = 0x40000108) + 0x4000010c PROVIDE (esp_rom_spiflash_wait_idle = 0x4000010c) + 0x40000110 PROVIDE (esp_rom_spiflash_write_encrypted = 0x40000110) + [!provide] PROVIDE (esp_rom_spiflash_write_encrypted_dest = 0x40000114) + [!provide] PROVIDE (esp_rom_spiflash_write_encrypted_enable = 0x40000118) + [!provide] PROVIDE (esp_rom_spiflash_write_encrypted_disable = 0x4000011c) + [!provide] PROVIDE (esp_rom_spiflash_erase_chip = 0x40000120) + 0x40000124 PROVIDE (esp_rom_spiflash_erase_block = 0x40000124) + 0x40000128 PROVIDE (esp_rom_spiflash_erase_sector = 0x40000128) + 0x4000012c PROVIDE (esp_rom_spiflash_write = 0x4000012c) + 0x40000130 PROVIDE (esp_rom_spiflash_read = 0x40000130) + 0x40000134 PROVIDE (esp_rom_spiflash_config_param = 0x40000134) + [!provide] PROVIDE (esp_rom_spiflash_read_user_cmd = 0x40000138) + [!provide] PROVIDE (esp_rom_spiflash_select_qio_pins = 0x4000013c) + [!provide] PROVIDE (esp_rom_spiflash_unlock = 0x40000140) + [!provide] PROVIDE (esp_rom_spi_flash_auto_sus_res = 0x40000144) + [!provide] PROVIDE (esp_rom_spi_flash_send_resume = 0x40000148) + [!provide] PROVIDE (esp_rom_spi_flash_update_id = 0x4000014c) + 0x40000150 PROVIDE (esp_rom_spiflash_config_clk = 0x40000150) + [!provide] PROVIDE (esp_rom_spiflash_config_readmode = 0x40000154) + [!provide] PROVIDE (esp_rom_spiflash_read_status = 0x40000158) + [!provide] PROVIDE (esp_rom_spiflash_read_statushigh = 0x4000015c) + [!provide] PROVIDE (esp_rom_spiflash_write_status = 0x40000160) + [!provide] PROVIDE (esp_rom_spiflash_attach = 0x40000164) + [!provide] PROVIDE (spi_flash_get_chip_size = 0x40000168) + [!provide] PROVIDE (spi_flash_guard_set = 0x4000016c) + [!provide] PROVIDE (spi_flash_guard_get = 0x40000170) + [!provide] PROVIDE (spi_flash_write_config_set = 0x40000174) + [!provide] PROVIDE (spi_flash_write_config_get = 0x40000178) + [!provide] PROVIDE (spi_flash_safe_write_address_func_set = 0x4000017c) + [!provide] PROVIDE (spi_flash_unlock = 0x40000180) + [!provide] PROVIDE (spi_flash_erase_range = 0x40000184) + [!provide] PROVIDE (spi_flash_erase_sector = 0x40000188) + [!provide] PROVIDE (spi_flash_write = 0x4000018c) + [!provide] PROVIDE (spi_flash_read = 0x40000190) + [!provide] PROVIDE (spi_flash_write_encrypted = 0x40000194) + [!provide] PROVIDE (spi_flash_read_encrypted = 0x40000198) + [!provide] PROVIDE (spi_flash_mmap_os_func_set = 0x4000019c) + [!provide] PROVIDE (spi_flash_mmap_page_num_init = 0x400001a0) + [!provide] PROVIDE (spi_flash_mmap = 0x400001a4) + [!provide] PROVIDE (spi_flash_mmap_pages = 0x400001a8) + [!provide] PROVIDE (spi_flash_munmap = 0x400001ac) + [!provide] PROVIDE (spi_flash_mmap_dump = 0x400001b0) + [!provide] PROVIDE (spi_flash_check_and_flush_cache = 0x400001b4) + [!provide] PROVIDE (spi_flash_mmap_get_free_pages = 0x400001b8) + [!provide] PROVIDE (spi_flash_cache2phys = 0x400001bc) + [!provide] PROVIDE (spi_flash_phys2cache = 0x400001c0) + [!provide] PROVIDE (spi_flash_disable_cache = 0x400001c4) + [!provide] PROVIDE (spi_flash_restore_cache = 0x400001c8) + [!provide] PROVIDE (spi_flash_cache_enabled = 0x400001cc) + [!provide] PROVIDE (spi_flash_enable_cache = 0x400001d0) + [!provide] PROVIDE (spi_cache_mode_switch = 0x400001d4) + [!provide] PROVIDE (spi_common_set_dummy_output = 0x400001d8) + [!provide] PROVIDE (spi_common_set_flash_cs_timing = 0x400001dc) + [!provide] PROVIDE (esp_enable_cache_flash_wrap = 0x400001e0) + [!provide] PROVIDE (SPIEraseArea = 0x400001e4) + [!provide] PROVIDE (SPILock = 0x400001e8) + [!provide] PROVIDE (SPIMasterReadModeCnfig = 0x400001ec) + [!provide] PROVIDE (SPI_Common_Command = 0x400001f0) + [!provide] PROVIDE (SPI_WakeUp = 0x400001f4) + [!provide] PROVIDE (SPI_block_erase = 0x400001f8) + [!provide] PROVIDE (SPI_chip_erase = 0x400001fc) + [!provide] PROVIDE (SPI_init = 0x40000200) + [!provide] PROVIDE (SPI_page_program = 0x40000204) + [!provide] PROVIDE (SPI_read_data = 0x40000208) + [!provide] PROVIDE (SPI_sector_erase = 0x4000020c) + [!provide] PROVIDE (SPI_write_enable = 0x40000210) + [!provide] PROVIDE (SelectSpiFunction = 0x40000214) + [!provide] PROVIDE (SetSpiDrvs = 0x40000218) + [!provide] PROVIDE (Wait_SPI_Idle = 0x4000021c) + [!provide] PROVIDE (spi_dummy_len_fix = 0x40000220) + [!provide] PROVIDE (Disable_QMode = 0x40000224) + [!provide] PROVIDE (Enable_QMode = 0x40000228) + [!provide] PROVIDE (rom_spiflash_legacy_funcs = 0x3fcdfff4) + 0x3fcdfff0 PROVIDE (rom_spiflash_legacy_data = 0x3fcdfff0) + [!provide] PROVIDE (g_flash_guard_ops = 0x3fcdfff8) + [!provide] PROVIDE (spi_flash_hal_poll_cmd_done = 0x4000022c) + [!provide] PROVIDE (spi_flash_hal_device_config = 0x40000230) + [!provide] PROVIDE (spi_flash_hal_configure_host_io_mode = 0x40000234) + [!provide] PROVIDE (spi_flash_hal_common_command = 0x40000238) + [!provide] PROVIDE (spi_flash_hal_read = 0x4000023c) + [!provide] PROVIDE (spi_flash_hal_erase_chip = 0x40000240) + [!provide] PROVIDE (spi_flash_hal_erase_sector = 0x40000244) + [!provide] PROVIDE (spi_flash_hal_erase_block = 0x40000248) + [!provide] PROVIDE (spi_flash_hal_program_page = 0x4000024c) + [!provide] PROVIDE (spi_flash_hal_set_write_protect = 0x40000250) + [!provide] PROVIDE (spi_flash_hal_host_idle = 0x40000254) + [!provide] PROVIDE (spi_flash_chip_generic_probe = 0x40000258) + [!provide] PROVIDE (spi_flash_chip_generic_detect_size = 0x4000025c) + [!provide] PROVIDE (spi_flash_chip_generic_write = 0x40000260) + [!provide] PROVIDE (spi_flash_chip_generic_write_encrypted = 0x40000264) + [!provide] PROVIDE (spi_flash_chip_generic_set_write_protect = 0x40000268) + [!provide] PROVIDE (spi_flash_common_write_status_16b_wrsr = 0x4000026c) + [!provide] PROVIDE (spi_flash_chip_generic_reset = 0x40000270) + [!provide] PROVIDE (spi_flash_chip_generic_erase_chip = 0x40000274) + [!provide] PROVIDE (spi_flash_chip_generic_erase_sector = 0x40000278) + [!provide] PROVIDE (spi_flash_chip_generic_erase_block = 0x4000027c) + [!provide] PROVIDE (spi_flash_chip_generic_page_program = 0x40000280) + [!provide] PROVIDE (spi_flash_chip_generic_get_write_protect = 0x40000284) + [!provide] PROVIDE (spi_flash_common_read_status_16b_rdsr_rdsr2 = 0x40000288) + [!provide] PROVIDE (spi_flash_chip_generic_read_reg = 0x4000028c) + [!provide] PROVIDE (spi_flash_chip_generic_yield = 0x40000290) + [!provide] PROVIDE (spi_flash_generic_wait_host_idle = 0x40000294) + [!provide] PROVIDE (spi_flash_chip_generic_wait_idle = 0x40000298) + [!provide] PROVIDE (spi_flash_chip_generic_config_host_io_mode = 0x4000029c) + [!provide] PROVIDE (spi_flash_chip_generic_read = 0x400002a0) + [!provide] PROVIDE (spi_flash_common_read_status_8b_rdsr2 = 0x400002a4) + [!provide] PROVIDE (spi_flash_chip_generic_get_io_mode = 0x400002a8) + [!provide] PROVIDE (spi_flash_common_read_status_8b_rdsr = 0x400002ac) + [!provide] PROVIDE (spi_flash_common_write_status_8b_wrsr = 0x400002b0) + [!provide] PROVIDE (spi_flash_common_write_status_8b_wrsr2 = 0x400002b4) + [!provide] PROVIDE (spi_flash_common_set_io_mode = 0x400002b8) + [!provide] PROVIDE (spi_flash_chip_generic_set_io_mode = 0x400002bc) + [!provide] PROVIDE (spi_flash_chip_gd_get_io_mode = 0x400002c0) + [!provide] PROVIDE (spi_flash_chip_gd_probe = 0x400002c4) + [!provide] PROVIDE (spi_flash_chip_gd_set_io_mode = 0x400002c8) + [!provide] PROVIDE (spi_flash_chip_generic_config_data = 0x3fcdffec) + [!provide] PROVIDE (memspi_host_read_id_hs = 0x400002cc) + [!provide] PROVIDE (memspi_host_read_status_hs = 0x400002d0) + [!provide] PROVIDE (memspi_host_flush_cache = 0x400002d4) + [!provide] PROVIDE (memspi_host_erase_chip = 0x400002d8) + [!provide] PROVIDE (memspi_host_erase_sector = 0x400002dc) + [!provide] PROVIDE (memspi_host_erase_block = 0x400002e0) + [!provide] PROVIDE (memspi_host_program_page = 0x400002e4) + [!provide] PROVIDE (memspi_host_read = 0x400002e8) + [!provide] PROVIDE (memspi_host_set_write_protect = 0x400002ec) + [!provide] PROVIDE (memspi_host_set_max_read_len = 0x400002f0) + [!provide] PROVIDE (memspi_host_read_data_slicer = 0x400002f4) + [!provide] PROVIDE (memspi_host_write_data_slicer = 0x400002f8) + [!provide] PROVIDE (esp_flash_chip_driver_initialized = 0x400002fc) + [!provide] PROVIDE (esp_flash_read_id = 0x40000300) + [!provide] PROVIDE (esp_flash_get_size = 0x40000304) + [!provide] PROVIDE (esp_flash_erase_chip = 0x40000308) + [!provide] PROVIDE (rom_esp_flash_erase_region = 0x4000030c) + [!provide] PROVIDE (esp_flash_get_chip_write_protect = 0x40000310) + [!provide] PROVIDE (esp_flash_set_chip_write_protect = 0x40000314) + [!provide] PROVIDE (esp_flash_get_protectable_regions = 0x40000318) + [!provide] PROVIDE (esp_flash_get_protected_region = 0x4000031c) + [!provide] PROVIDE (esp_flash_set_protected_region = 0x40000320) + [!provide] PROVIDE (esp_flash_read = 0x40000324) + [!provide] PROVIDE (esp_flash_write = 0x40000328) + [!provide] PROVIDE (esp_flash_write_encrypted = 0x4000032c) + [!provide] PROVIDE (esp_flash_read_encrypted = 0x40000330) + [!provide] PROVIDE (esp_flash_get_io_mode = 0x40000334) + [!provide] PROVIDE (esp_flash_set_io_mode = 0x40000338) + [!provide] PROVIDE (spi_flash_boot_attach = 0x4000033c) + [!provide] PROVIDE (spi_flash_dump_counters = 0x40000340) + [!provide] PROVIDE (spi_flash_get_counters = 0x40000344) + [!provide] PROVIDE (spi_flash_op_counters_config = 0x40000348) + [!provide] PROVIDE (spi_flash_reset_counters = 0x4000034c) + [!provide] PROVIDE (esp_flash_default_chip = 0x3fcdffe8) + [!provide] PROVIDE (esp_flash_api_funcs = 0x3fcdffe4) + 0x400004b0 PROVIDE (Cache_Get_ICache_Line_Size = 0x400004b0) + [!provide] PROVIDE (Cache_Get_Mode = 0x400004b4) + [!provide] PROVIDE (Cache_Address_Through_IBus = 0x400004b8) + [!provide] PROVIDE (Cache_Address_Through_DBus = 0x400004bc) + [!provide] PROVIDE (Cache_Set_Default_Mode = 0x400004c0) + [!provide] PROVIDE (Cache_Enable_Defalut_ICache_Mode = 0x400004c4) + 0x400004c8 PROVIDE (ROM_Boot_Cache_Init = 0x400004c8) + [!provide] PROVIDE (Cache_Invalidate_ICache_Items = 0x400004cc) + [!provide] PROVIDE (Cache_Op_Addr = 0x400004d0) + 0x400004d4 PROVIDE (Cache_Invalidate_Addr = 0x400004d4) + [!provide] PROVIDE (Cache_Invalidate_ICache_All = 0x400004d8) + [!provide] PROVIDE (Cache_Mask_All = 0x400004dc) + [!provide] PROVIDE (Cache_UnMask_Dram0 = 0x400004e0) + [!provide] PROVIDE (Cache_Suspend_ICache_Autoload = 0x400004e4) + [!provide] PROVIDE (Cache_Resume_ICache_Autoload = 0x400004e8) + [!provide] PROVIDE (Cache_Start_ICache_Preload = 0x400004ec) + [!provide] PROVIDE (Cache_ICache_Preload_Done = 0x400004f0) + [!provide] PROVIDE (Cache_End_ICache_Preload = 0x400004f4) + [!provide] PROVIDE (Cache_Config_ICache_Autoload = 0x400004f8) + [!provide] PROVIDE (Cache_Enable_ICache_Autoload = 0x400004fc) + [!provide] PROVIDE (Cache_Disable_ICache_Autoload = 0x40000500) + [!provide] PROVIDE (Cache_Enable_ICache_PreLock = 0x40000504) + [!provide] PROVIDE (Cache_Disable_ICache_PreLock = 0x40000508) + [!provide] PROVIDE (Cache_Lock_ICache_Items = 0x4000050c) + [!provide] PROVIDE (Cache_Unlock_ICache_Items = 0x40000510) + [!provide] PROVIDE (Cache_Lock_Addr = 0x40000514) + [!provide] PROVIDE (Cache_Unlock_Addr = 0x40000518) + 0x4000051c PROVIDE (Cache_Disable_ICache = 0x4000051c) + 0x40000520 PROVIDE (Cache_Enable_ICache = 0x40000520) + 0x40000524 PROVIDE (Cache_Suspend_ICache = 0x40000524) + 0x40000528 PROVIDE (Cache_Resume_ICache = 0x40000528) + [!provide] PROVIDE (Cache_Freeze_ICache_Enable = 0x4000052c) + [!provide] PROVIDE (Cache_Freeze_ICache_Disable = 0x40000530) + [!provide] PROVIDE (Cache_Pms_Lock = 0x40000534) + [!provide] PROVIDE (Cache_Ibus_Pms_Set_Addr = 0x40000538) + [!provide] PROVIDE (Cache_Ibus_Pms_Set_Attr = 0x4000053c) + [!provide] PROVIDE (Cache_Dbus_Pms_Set_Addr = 0x40000540) + [!provide] PROVIDE (Cache_Dbus_Pms_Set_Attr = 0x40000544) + [!provide] PROVIDE (Cache_Set_IDROM_MMU_Size = 0x40000548) + [!provide] PROVIDE (Cache_Get_IROM_MMU_End = 0x4000054c) + [!provide] PROVIDE (Cache_Get_DROM_MMU_End = 0x40000550) + [!provide] PROVIDE (Cache_Owner_Init = 0x40000554) + [!provide] PROVIDE (Cache_Occupy_ICache_MEMORY = 0x40000558) + [!provide] PROVIDE (Cache_MMU_Init = 0x4000055c) + [!provide] PROVIDE (Cache_Ibus_MMU_Set = 0x40000560) + [!provide] PROVIDE (Cache_Dbus_MMU_Set = 0x40000564) + [!provide] PROVIDE (Cache_Count_Flash_Pages = 0x40000568) + [!provide] PROVIDE (Cache_Travel_Tag_Memory = 0x4000056c) + [!provide] PROVIDE (Cache_Get_Virtual_Addr = 0x40000570) + [!provide] PROVIDE (Cache_Get_Memory_BaseAddr = 0x40000574) + [!provide] PROVIDE (Cache_Get_Memory_Addr = 0x40000578) + [!provide] PROVIDE (Cache_Get_Memory_value = 0x4000057c) + [!provide] PROVIDE (rom_cache_op_cb = 0x3fcdffd8) + [!provide] PROVIDE (rom_cache_internal_table_ptr = 0x3fcdffd4) + 0x40000580 ets_get_apb_freq = 0x40000580 + 0x40000584 ets_get_cpu_frequency = 0x40000584 + 0x40000588 ets_update_cpu_frequency = 0x40000588 + 0x4000058c ets_get_printf_channel = 0x4000058c + 0x40000590 ets_get_xtal_div = 0x40000590 + 0x40000594 ets_set_xtal_div = 0x40000594 + 0x40000598 ets_get_xtal_freq = 0x40000598 + 0x4000059c gpio_input_get = 0x4000059c + 0x400005a0 gpio_matrix_in = 0x400005a0 + 0x400005a4 gpio_matrix_out = 0x400005a4 + 0x400005b0 gpio_output_set = 0x400005b0 + 0x400005b4 gpio_pad_hold = 0x400005b4 + 0x400005b8 gpio_pad_input_disable = 0x400005b8 + 0x400005bc gpio_pad_input_enable = 0x400005bc + 0x400005c0 gpio_pad_pulldown = 0x400005c0 + 0x400005c4 gpio_pad_pullup = 0x400005c4 + 0x400005c8 gpio_pad_select_gpio = 0x400005c8 + 0x400005cc gpio_pad_set_drv = 0x400005cc + 0x400005d0 gpio_pad_unhold = 0x400005d0 + 0x400005d4 gpio_pin_wakeup_disable = 0x400005d4 + 0x400005d8 gpio_pin_wakeup_enable = 0x400005d8 + 0x400005dc gpio_bypass_matrix_in = 0x400005dc + 0x400005e0 esprv_intc_int_set_priority = 0x400005e0 + 0x400005e4 esprv_intc_int_set_threshold = 0x400005e4 + 0x400005e8 esprv_intc_int_enable = 0x400005e8 + 0x400005ec esprv_intc_int_disable = 0x400005ec + 0x400005f0 esprv_intc_int_set_type = 0x400005f0 + 0x400005f4 intr_matrix_set = 0x400005f4 + 0x400005f8 ets_intr_lock = 0x400005f8 + 0x400005fc ets_intr_unlock = 0x400005fc + [!provide] PROVIDE (intr_handler_set = 0x40000600) + 0x40000604 ets_isr_attach = 0x40000604 + 0x40000608 ets_isr_mask = 0x40000608 + 0x4000060c ets_isr_unmask = 0x4000060c + 0x40000610 md5_vector = 0x40000610 + 0x40000614 MD5Init = 0x40000614 + 0x40000618 MD5Update = 0x40000618 + 0x4000061c MD5Final = 0x4000061c + 0x40000620 hmac_md5_vector = 0x40000620 + 0x40000624 hmac_md5 = 0x40000624 + 0x40000628 crc32_le = 0x40000628 + 0x4000062c crc32_be = 0x4000062c + 0x40000630 crc16_le = 0x40000630 + 0x40000634 crc16_be = 0x40000634 + 0x40000638 crc8_le = 0x40000638 + 0x4000063c crc8_be = 0x4000063c + 0x40000640 esp_crc8 = 0x40000640 + 0x40000644 ets_sha_enable = 0x40000644 + 0x40000648 ets_sha_disable = 0x40000648 + 0x4000064c ets_sha_get_state = 0x4000064c + 0x40000650 ets_sha_init = 0x40000650 + 0x40000654 ets_sha_process = 0x40000654 + 0x40000658 ets_sha_starts = 0x40000658 + 0x4000065c ets_sha_update = 0x4000065c + 0x40000660 ets_sha_finish = 0x40000660 + 0x40000664 ets_sha_clone = 0x40000664 + 0x40000668 ets_hmac_enable = 0x40000668 + 0x4000066c ets_hmac_disable = 0x4000066c + 0x40000670 ets_hmac_calculate_message = 0x40000670 + 0x40000674 ets_hmac_calculate_downstream = 0x40000674 + 0x40000678 ets_hmac_invalidate_downstream = 0x40000678 + 0x4000067c ets_jtag_enable_temporarily = 0x4000067c + 0x40000680 ets_aes_enable = 0x40000680 + 0x40000684 ets_aes_disable = 0x40000684 + 0x40000688 ets_aes_setkey = 0x40000688 + 0x4000068c ets_aes_block = 0x4000068c + 0x40000690 ets_bigint_enable = 0x40000690 + 0x40000694 ets_bigint_disable = 0x40000694 + 0x40000698 ets_bigint_multiply = 0x40000698 + 0x4000069c ets_bigint_modmult = 0x4000069c + 0x400006a0 ets_bigint_modexp = 0x400006a0 + 0x400006a4 ets_bigint_wait_finish = 0x400006a4 + 0x400006a8 ets_bigint_getz = 0x400006a8 + 0x400006ac ets_ds_enable = 0x400006ac + 0x400006b0 ets_ds_disable = 0x400006b0 + 0x400006b4 ets_ds_start_sign = 0x400006b4 + 0x400006b8 ets_ds_is_busy = 0x400006b8 + 0x400006bc ets_ds_finish_sign = 0x400006bc + 0x400006c0 ets_ds_encrypt_params = 0x400006c0 + 0x400006c4 ets_aes_setkey_dec = 0x400006c4 + 0x400006c8 ets_aes_setkey_enc = 0x400006c8 + 0x400006cc ets_mgf1_sha256 = 0x400006cc + 0x400006d0 ets_efuse_read = 0x400006d0 + 0x400006d4 ets_efuse_program = 0x400006d4 + 0x400006d8 ets_efuse_clear_program_registers = 0x400006d8 + 0x400006dc ets_efuse_write_key = 0x400006dc + 0x400006e0 ets_efuse_get_read_register_address = 0x400006e0 + 0x400006e4 ets_efuse_get_key_purpose = 0x400006e4 + 0x400006e8 ets_efuse_key_block_unused = 0x400006e8 + 0x400006ec ets_efuse_find_unused_key_block = 0x400006ec + 0x400006f0 ets_efuse_rs_calculate = 0x400006f0 + 0x400006f4 ets_efuse_count_unused_key_blocks = 0x400006f4 + 0x400006f8 ets_efuse_secure_boot_enabled = 0x400006f8 + 0x400006fc ets_efuse_secure_boot_aggressive_revoke_enabled = 0x400006fc + 0x40000700 ets_efuse_cache_encryption_enabled = 0x40000700 + 0x40000704 ets_efuse_download_modes_disabled = 0x40000704 + 0x40000708 ets_efuse_find_purpose = 0x40000708 + 0x4000070c ets_efuse_flash_opi_5pads_power_sel_vddspi = 0x4000070c + 0x40000710 ets_efuse_force_send_resume = 0x40000710 + 0x40000714 ets_efuse_get_flash_delay_us = 0x40000714 + 0x40000718 ets_efuse_get_mac = 0x40000718 + 0x4000071c ets_efuse_get_spiconfig = 0x4000071c + 0x40000720 ets_efuse_usb_print_is_disabled = 0x40000720 + 0x40000724 ets_efuse_usb_serial_jtag_print_is_disabled = 0x40000724 + 0x40000728 ets_efuse_get_uart_print_control = 0x40000728 + 0x4000072c ets_efuse_get_wp_pad = 0x4000072c + 0x40000730 ets_efuse_legacy_spi_boot_mode_disabled = 0x40000730 + 0x40000734 ets_efuse_security_download_modes_enabled = 0x40000734 + 0x40000738 ets_efuse_set_timing = 0x40000738 + 0x4000073c ets_efuse_jtag_disabled = 0x4000073c + 0x40000740 ets_efuse_usb_download_mode_disabled = 0x40000740 + 0x40000744 ets_efuse_usb_module_disabled = 0x40000744 + 0x40000748 ets_efuse_usb_device_disabled = 0x40000748 + 0x4000074c ets_emsa_pss_verify = 0x4000074c + 0x40000750 ets_rsa_pss_verify = 0x40000750 + 0x40000754 ets_secure_boot_verify_bootloader_with_keys = 0x40000754 + 0x40000758 ets_secure_boot_verify_signature = 0x40000758 + 0x4000075c ets_secure_boot_read_key_digests = 0x4000075c + 0x40000760 ets_secure_boot_revoke_public_key_digest = 0x40000760 + [!provide] PROVIDE (usb_uart_rx_one_char = 0x400008cc) + [!provide] PROVIDE (usb_uart_rx_one_char_block = 0x400008d0) + [!provide] PROVIDE (usb_uart_tx_flush = 0x400008d4) + [!provide] PROVIDE (usb_uart_tx_one_char = 0x400008d8) + 0x3fcdffd1 PROVIDE (g_uart_print = 0x3fcdffd1) + 0x3fcdffd0 PROVIDE (g_usb_print = 0x3fcdffd0) + 0x3fcdffcc bt_rf_coex_cfg_p = 0x3fcdffcc + 0x3fcdffc8 bt_rf_coex_hooks_p = 0x3fcdffc8 + 0x3fcdffc4 btdm_env_p = 0x3fcdffc4 + 0x3fcdffc0 g_rw_controller_task_handle = 0x3fcdffc0 + 0x3fcdffbc g_rw_init_sem = 0x3fcdffbc + 0x3fcdffb8 g_rw_schd_queue = 0x3fcdffb8 + 0x3fcdffb4 lld_init_env = 0x3fcdffb4 + 0x3fcdffb0 lld_rpa_renew_env = 0x3fcdffb0 + 0x3fcdffac lld_scan_env = 0x3fcdffac + 0x3fcdffa8 lld_scan_sync_env = 0x3fcdffa8 + 0x3fcdffa4 lld_test_env = 0x3fcdffa4 + 0x3fcdffa0 p_ble_util_buf_env = 0x3fcdffa0 + 0x3fcdff9c p_lld_env = 0x3fcdff9c + 0x3fcdff98 p_llm_env = 0x3fcdff98 + 0x3fcdff94 r_h4tl_eif_p = 0x3fcdff94 + 0x3fcdff90 r_hli_funcs_p = 0x3fcdff90 + 0x3fcdff8c r_ip_funcs_p = 0x3fcdff8c + 0x3fcdff88 r_modules_funcs_p = 0x3fcdff88 + 0x3fcdff84 r_osi_funcs_p = 0x3fcdff84 + 0x3fcdff80 r_plf_funcs_p = 0x3fcdff80 + 0x3fcdff7c vhci_env_p = 0x3fcdff7c + 0x3fcdff78 aa_gen = 0x3fcdff78 + 0x3fcdff6c aes_env = 0x3fcdff6c + 0x3fcdff1c bt_rf_coex_cfg_cb = 0x3fcdff1c + 0x3fcdff18 btdm_pwr_state = 0x3fcdff18 + 0x3fcdff14 btdm_slp_err = 0x3fcdff14 + 0x3fcdff0c ecc_env = 0x3fcdff0c + 0x3fcdff04 esp_handler = 0x3fcdff04 + 0x3fcdfefc esp_vendor_cmd = 0x3fcdfefc + 0x3fcdfef8 g_adv_delay_dis = 0x3fcdfef8 + 0x3fcdfef4 g_conflict_elt = 0x3fcdfef4 + 0x3fcdfee4 g_eif_api = 0x3fcdfee4 + 0x3fcdfed8 g_event_empty = 0x3fcdfed8 + 0x3fcdfecc g_llc_state = 0x3fcdfecc + 0x3fcdfec8 g_llm_state = 0x3fcdfec8 + 0x3fcdfec4 g_max_evt_env = 0x3fcdfec4 + 0x3fcdfec0 g_misc_state = 0x3fcdfec0 + 0x3fcdfea4 g_rma_rule_db = 0x3fcdfea4 + 0x3fcdfe88 g_rtp_rule_db = 0x3fcdfe88 + 0x3fcdfe85 g_scan_forever = 0x3fcdfe85 + 0x3fcdfe84 g_time_msb = 0x3fcdfe84 + 0x3fcdfe5c h4tl_env = 0x3fcdfe5c + 0x3fcdfe38 hci_env = 0x3fcdfe38 + 0x3fcdfe34 hci_ext_host = 0x3fcdfe34 + 0x3fcdfe2c hci_fc_env = 0x3fcdfe2c + 0x3fcdfe00 hci_tl_env = 0x3fcdfe00 + 0x3fcdfdd0 ke_env = 0x3fcdfdd0 + 0x3fcdfd90 ke_event_env = 0x3fcdfd90 + 0x3fcdfd14 ke_task_env = 0x3fcdfd14 + 0x3fcdfcec llc_env = 0x3fcdfcec + 0x3fcdfcc4 lld_adv_env = 0x3fcdfcc4 + 0x3fcdfc9c lld_con_env = 0x3fcdfc9c + 0x3fcdfc94 lld_exp_sync_pos_tab = 0x3fcdfc94 + 0x3fcdfc6c lld_per_adv_env = 0x3fcdfc6c + 0x3fcdfc44 lld_sync_env = 0x3fcdfc44 + 0x3fcdfc38 llm_le_adv_flow_env = 0x3fcdfc38 + 0x3fcdfc34 rw_sleep_enable = 0x3fcdfc34 + 0x3fcdfc2c rwble_env = 0x3fcdfc2c + 0x3fcdfc10 rwip_env = 0x3fcdfc10 + 0x3fcdfc04 rwip_param = 0x3fcdfc04 + 0x3fcdfc00 rwip_prog_delay = 0x3fcdfc00 + 0x3fcdfbc8 rwip_rf = 0x3fcdfbc8 + 0x3fcdfbc0 sch_alarm_env = 0x3fcdfbc0 + 0x3fcdfbac sch_arb_env = 0x3fcdfbac + 0x3fcdfba4 sch_plan_env = 0x3fcdfba4 + 0x3fcdfaa0 sch_prog_env = 0x3fcdfaa0 + 0x3fcdfa40 sch_slice_env = 0x3fcdfa40 + 0x3fcdfa38 sch_slice_params = 0x3fcdfa38 + 0x3fcdfa30 timer_env = 0x3fcdfa30 + 0x3fcdfa2c unloaded_area = 0x3fcdfa2c + 0x3fcdfa28 vshci_state = 0x3fcdfa28 + 0x3fcdfa1c TASK_DESC_LLC = 0x3fcdfa1c + 0x3fcdfa10 TASK_DESC_LLM = 0x3fcdfa10 + 0x3fcdfa04 TASK_DESC_VSHCI = 0x3fcdfa04 + 0x3fcdf9fc co_default_bdaddr = 0x3fcdf9fc + 0x3fcdf9f8 dbg_assert_block = 0x3fcdf9f8 + 0x3fcdf9f4 g_bt_plf_log_level = 0x3fcdf9f4 + 0x3fcdf9d0 hci_cmd_desc_tab_vs_esp = 0x3fcdf9d0 + 0x3fcdf9b8 hci_command_handler_tab_esp = 0x3fcdf9b8 + 0x3fcdf9b4 privacy_en = 0x3fcdf9b4 + 0x3fcdf96c sdk_cfg_priv_opts = 0x3fcdf96c + 0x3ff1ffdc BasePoint_x_256 = 0x3ff1ffdc + 0x3ff1ffbc BasePoint_y_256 = 0x3ff1ffbc + 0x3ff1ff9c DebugE256PublicKey_x = 0x3ff1ff9c + 0x3ff1ff7c DebugE256PublicKey_y = 0x3ff1ff7c + 0x3ff1ff5c DebugE256SecretKey = 0x3ff1ff5c + 0x3ff1f7a0 ECC_4Win_Look_up_table = 0x3ff1f7a0 + 0x3ff1f79c LLM_AA_CT1 = 0x3ff1f79c + 0x3ff1f798 LLM_AA_CT2 = 0x3ff1f798 + 0x3ff1f790 RF_TX_PW_CONV_TBL = 0x3ff1f790 + 0x3ff1f784 TASK_DESC_MISC = 0x3ff1f784 + 0x3ff1f768 adv_evt_prop2type = 0x3ff1f768 + 0x3ff1f760 adv_evt_type2prop = 0x3ff1f760 + 0x3ff1f750 aes_cmac_zero = 0x3ff1f750 + 0x3ff1f740 aes_k2_salt = 0x3ff1f740 + 0x3ff1f738 aes_k3_id64 = 0x3ff1f738 + 0x3ff1f728 aes_k3_salt = 0x3ff1f728 + 0x3ff1f724 aes_k4_id6 = 0x3ff1f724 + 0x3ff1f714 aes_k4_salt = 0x3ff1f714 + 0x3ff1f6e8 bigHexP256 = 0x3ff1f6e8 + 0x3ff1f6e0 byte_tx_time = 0x3ff1f6e0 + 0x3ff1f6d8 co_null_bdaddr = 0x3ff1f6d8 + 0x3ff1f6d0 co_phy_mask_to_rate = 0x3ff1f6d0 + 0x3ff1f6c8 co_phy_mask_to_value = 0x3ff1f6c8 + 0x3ff1f6c4 co_phy_to_rate = 0x3ff1f6c4 + 0x3ff1f6c0 co_phy_value_to_mask = 0x3ff1f6c0 + 0x3ff1f6b8 co_rate_to_byte_dur_us = 0x3ff1f6b8 + 0x3ff1f6b0 co_rate_to_phy = 0x3ff1f6b0 + 0x3ff1f6ac co_rate_to_phy_mask = 0x3ff1f6ac + 0x3ff1f69c co_sca2ppm = 0x3ff1f69c + 0x3ff1f670 coef_B = 0x3ff1f670 + 0x3ff1f668 connect_req_dur_tab = 0x3ff1f668 + 0x3ff1f5e4 ecc_Jacobian_InfinityPoint256 = 0x3ff1f5e4 + 0x3ff1f518 em_base_reg_lut = 0x3ff1f518 + 0x3ff1f510 fixed_tx_time = 0x3ff1f510 + 0x3ff1f508 h4tl_msgtype2hdrlen = 0x3ff1f508 + 0x3ff1f4d8 hci_cmd_desc_root_tab = 0x3ff1f4d8 + 0x3ff1f46c hci_cmd_desc_tab_ctrl_bb = 0x3ff1f46c + 0x3ff1f43c hci_cmd_desc_tab_info_par = 0x3ff1f43c + 0x3ff1f0a0 hci_cmd_desc_tab_le = 0x3ff1f0a0 + 0x3ff1f088 hci_cmd_desc_tab_lk_ctrl = 0x3ff1f088 + 0x3ff1f07c hci_cmd_desc_tab_stat_par = 0x3ff1f07c + 0x3ff1f040 hci_cmd_desc_tab_vs = 0x3ff1f040 + 0x3ff1eff8 hci_evt_desc_tab = 0x3ff1eff8 + 0x3ff1ef58 hci_evt_le_desc_tab = 0x3ff1ef58 + 0x3ff1ef50 hci_evt_le_desc_tab_esp = 0x3ff1ef50 + 0x3ff1ef48 hci_rsvd_evt_msk = 0x3ff1ef48 + 0x3ff1ef44 lld_aux_phy_to_rate = 0x3ff1ef44 + 0x3ff1ef3c lld_init_max_aux_dur_tab = 0x3ff1ef3c + 0x3ff1ef34 lld_scan_map_legacy_pdu_to_evt_type = 0x3ff1ef34 + 0x3ff1ef2c lld_scan_max_aux_dur_tab = 0x3ff1ef2c + 0x3ff1ef24 lld_sync_max_aux_dur_tab = 0x3ff1ef24 + 0x3ff1ef1c llm_local_le_feats = 0x3ff1ef1c + 0x3ff1ef14 llm_local_le_states = 0x3ff1ef14 + 0x3ff1eeec llm_local_supp_cmds = 0x3ff1eeec + 0x3ff1eecc maxSecretKey_256 = 0x3ff1eecc + 0x3ff1eec4 max_data_tx_time = 0x3ff1eec4 + 0x3ff1eeb4 one_bits = 0x3ff1eeb4 + 0x3ff1eeac rwip_coex_cfg = 0x3ff1eeac + 0x3ff1ee94 rwip_priority = 0x3ff1ee94 + 0x3ff1ee48 veryBigHexP256 = 0x3ff1ee48 + 0x400015b0 esp_pp_rom_version_get = 0x400015b0 + 0x400015b4 RC_GetBlockAckTime = 0x400015b4 + 0x400015b8 ebuf_list_remove = 0x400015b8 + 0x400015c8 GetAccess = 0x400015c8 + 0x400015cc hal_mac_is_low_rate_enabled = 0x400015cc + 0x400015d0 hal_mac_tx_get_blockack = 0x400015d0 + 0x400015d8 ic_get_trc = 0x400015d8 + 0x400015e0 ic_mac_init = 0x400015e0 + 0x400015e4 ic_interface_enabled = 0x400015e4 + 0x400015e8 is_lmac_idle = 0x400015e8 + 0x400015f0 lmacDiscardAgedMSDU = 0x400015f0 + 0x400015fc lmacIsIdle = 0x400015fc + 0x40001600 lmacIsLongFrame = 0x40001600 + 0x40001608 lmacPostTxComplete = 0x40001608 + 0x4000160c lmacProcessAllTxTimeout = 0x4000160c + 0x40001610 lmacProcessCollisions = 0x40001610 + 0x40001614 lmacProcessRxSucData = 0x40001614 + 0x40001618 lmacReachLongLimit = 0x40001618 + 0x4000161c lmacReachShortLimit = 0x4000161c + 0x40001620 lmacRecycleMPDU = 0x40001620 + 0x40001624 lmacRxDone = 0x40001624 + 0x40001634 mac_tx_set_duration = 0x40001634 + 0x4000163c mac_tx_set_plcp0 = 0x4000163c + 0x40001644 mac_tx_set_plcp2 = 0x40001644 + 0x4000164c pm_disable_dream_timer = 0x4000164c + 0x40001650 pm_disable_sleep_delay_timer = 0x40001650 + 0x40001658 pm_mac_wakeup = 0x40001658 + 0x4000165c pm_mac_sleep = 0x4000165c + 0x40001660 pm_enable_active_timer = 0x40001660 + 0x40001664 pm_enable_sleep_delay_timer = 0x40001664 + 0x40001668 pm_local_tsf_process = 0x40001668 + 0x4000166c pm_set_beacon_filter = 0x4000166c + 0x40001670 pm_is_in_wifi_slice_threshold = 0x40001670 + 0x40001674 pm_is_waked = 0x40001674 + 0x40001678 pm_keep_alive = 0x40001678 + 0x40001680 pm_on_data_rx = 0x40001680 + 0x40001684 pm_on_tbtt = 0x40001684 + 0x4000169c pm_sleep_for = 0x4000169c + 0x400016a4 ppAMPDU2Normal = 0x400016a4 + 0x400016ac ppCalFrameTimes = 0x400016ac + 0x400016b0 ppCalSubFrameLength = 0x400016b0 + 0x400016b8 ppCheckTxAMPDUlength = 0x400016b8 + 0x400016bc ppDequeueRxq_Locked = 0x400016bc + 0x400016c0 ppDequeueTxQ = 0x400016c0 + 0x400016c4 ppEmptyDelimiterLength = 0x400016c4 + 0x400016c8 ppEnqueueRxq = 0x400016c8 + 0x400016cc ppEnqueueTxDone = 0x400016cc + 0x400016d0 ppGetTxQFirstAvail_Locked = 0x400016d0 + 0x400016d4 ppGetTxframe = 0x400016d4 + 0x400016e0 ppProcessRxPktHdr = 0x400016e0 + 0x400016e8 ppRecordBarRRC = 0x400016e8 + 0x400016ec lmacRequestTxopQueue = 0x400016ec + 0x400016f0 lmacReleaseTxopQueue = 0x400016f0 + 0x400016f4 ppRecycleAmpdu = 0x400016f4 + 0x400016f8 ppRecycleRxPkt = 0x400016f8 + 0x400016fc ppResortTxAMPDU = 0x400016fc + 0x40001700 ppResumeTxAMPDU = 0x40001700 + 0x4000170c ppRxProtoProc = 0x4000170c + 0x40001710 ppSearchTxQueue = 0x40001710 + 0x40001714 ppSearchTxframe = 0x40001714 + 0x40001718 ppSelectNextQueue = 0x40001718 + 0x4000171c ppSubFromAMPDU = 0x4000171c + 0x40001720 ppTask = 0x40001720 + 0x40001724 ppTxPkt = 0x40001724 + 0x40001728 ppTxProtoProc = 0x40001728 + 0x4000172c ppTxqUpdateBitmap = 0x4000172c + 0x40001734 pp_hdrsize = 0x40001734 + 0x40001738 pp_post = 0x40001738 + 0x4000173c pp_process_hmac_waiting_txq = 0x4000173c + 0x40001740 rcGetAmpduSched = 0x40001740 + 0x40001744 rcUpdateRxDone = 0x40001744 + 0x40001748 rc_get_trc = 0x40001748 + 0x4000174c rc_get_trc_by_index = 0x4000174c + 0x40001750 rcAmpduLowerRate = 0x40001750 + 0x40001754 rcampduuprate = 0x40001754 + 0x40001758 rcClearCurAMPDUSched = 0x40001758 + 0x4000175c rcClearCurSched = 0x4000175c + 0x40001760 rcClearCurStat = 0x40001760 + 0x40001768 rcLowerSched = 0x40001768 + 0x4000176c rcSetTxAmpduLimit = 0x4000176c + 0x40001774 rcUpdateAckSnr = 0x40001774 + 0x40001784 rcUpSched = 0x40001784 + 0x40001788 rssi_margin = 0x40001788 + 0x4000178c rx11NRate2AMPDULimit = 0x4000178c + 0x40001790 TRC_AMPDU_PER_DOWN_THRESHOLD = 0x40001790 + 0x40001794 TRC_AMPDU_PER_UP_THRESHOLD = 0x40001794 + 0x40001798 trc_calc_duration = 0x40001798 + 0x4000179c trc_isTxAmpduOperational = 0x4000179c + 0x400017a0 trc_onAmpduOp = 0x400017a0 + 0x400017a4 TRC_PER_IS_GOOD = 0x400017a4 + 0x400017a8 trc_SetTxAmpduState = 0x400017a8 + 0x400017ac trc_tid_isTxAmpduOperational = 0x400017ac + 0x400017b0 trcAmpduSetState = 0x400017b0 + 0x400017bc wDev_DiscardFrame = 0x400017bc + 0x400017c0 wDev_GetNoiseFloor = 0x400017c0 + 0x400017c4 wDev_IndicateAmpdu = 0x400017c4 + 0x400017cc wdev_bank_store = 0x400017cc + 0x400017d0 wdev_bank_load = 0x400017d0 + 0x400017d4 wdev_mac_reg_load = 0x400017d4 + 0x400017d8 wdev_mac_reg_store = 0x400017d8 + 0x400017dc wdev_mac_special_reg_load = 0x400017dc + 0x400017e0 wdev_mac_special_reg_store = 0x400017e0 + 0x400017e4 wdev_mac_wakeup = 0x400017e4 + 0x400017e8 wdev_mac_sleep = 0x400017e8 + 0x400017ec hal_mac_is_dma_enable = 0x400017ec + 0x400017f8 wdevProcessRxSucDataAll = 0x400017f8 + 0x400017fc wdev_csi_len_align = 0x400017fc + 0x40001800 ppDequeueTxDone_Locked = 0x40001800 + 0x4000180c config_is_cache_tx_buf_enabled = 0x4000180c + 0x40001810 //ppMapWaitTxq = 0x40001810 + 0x40001814 ppProcessWaitingQueue = 0x40001814 + 0x40001818 ppDisableQueue = 0x40001818 + 0x4000181c pm_allow_tx = 0x4000181c + 0x3ff1ee44 our_instances_ptr = 0x3ff1ee44 + 0x3fcdf968 pTxRx = 0x3fcdf968 + 0x3fcdf964 lmacConfMib_ptr = 0x3fcdf964 + 0x3fcdf960 our_wait_eb = 0x3fcdf960 + 0x3fcdf95c our_tx_eb = 0x3fcdf95c + 0x3fcdf958 pp_wdev_funcs = 0x3fcdf958 + 0x3fcdf954 g_osi_funcs_p = 0x3fcdf954 + 0x3fcdf950 wDevCtrl_ptr = 0x3fcdf950 + 0x3ff1ee40 g_wdev_last_desc_reset_ptr = 0x3ff1ee40 + 0x3fcdf94c wDevMacSleep_ptr = 0x3fcdf94c + 0x3fcdf948 g_lmac_cnt_ptr = 0x3fcdf948 + 0x3ff1ee3c our_controls_ptr = 0x3ff1ee3c + 0x3fcdf944 pp_sig_cnt_ptr = 0x3fcdf944 + 0x3fcdf940 g_eb_list_desc_ptr = 0x3fcdf940 + 0x3fcdf93c s_fragment_ptr = 0x3fcdf93c + 0x3fcdf938 if_ctrl_ptr = 0x3fcdf938 + 0x3fcdf934 g_intr_lock_mux = 0x3fcdf934 + 0x3fcdf930 g_wifi_global_lock = 0x3fcdf930 + 0x3fcdf92c s_wifi_queue = 0x3fcdf92c + 0x3fcdf928 pp_task_hdl = 0x3fcdf928 + 0x3fcdf924 s_pp_task_create_sem = 0x3fcdf924 + 0x3fcdf920 s_pp_task_del_sem = 0x3fcdf920 + 0x3fcdf91c g_wifi_menuconfig_ptr = 0x3fcdf91c + 0x3fcdf918 xphyQueue = 0x3fcdf918 + 0x3fcdf914 ap_no_lr_ptr = 0x3fcdf914 + 0x3fcdf910 rc11BSchedTbl_ptr = 0x3fcdf910 + 0x3fcdf90c rc11NSchedTbl_ptr = 0x3fcdf90c + 0x3fcdf908 rcLoRaSchedTbl_ptr = 0x3fcdf908 + 0x3fcdf904 BasicOFDMSched_ptr = 0x3fcdf904 + 0x3fcdf900 trc_ctl_ptr = 0x3fcdf900 + 0x3fcdf8fc g_pm_cnt_ptr = 0x3fcdf8fc + 0x3fcdf8f8 g_pm_ptr = 0x3fcdf8f8 + 0x3fcdf8f4 g_pm_cfg_ptr = 0x3fcdf8f4 + 0x3fcdf8f0 g_esp_mesh_quick_funcs_ptr = 0x3fcdf8f0 + 0x3fcdf8ec g_txop_queue_status_ptr = 0x3fcdf8ec + 0x3fcdf8e8 g_mac_sleep_en_ptr = 0x3fcdf8e8 + 0x3fcdf8e4 g_mesh_is_root_ptr = 0x3fcdf8e4 + 0x3fcdf8e0 g_mesh_topology_ptr = 0x3fcdf8e0 + 0x3fcdf8dc g_mesh_init_ps_type_ptr = 0x3fcdf8dc + 0x3fcdf8d8 g_mesh_is_started_ptr = 0x3fcdf8d8 + 0x3fcdf8d4 g_config_func = 0x3fcdf8d4 + 0x3fcdf8d0 g_net80211_tx_func = 0x3fcdf8d0 + 0x3fcdf8cc g_timer_func = 0x3fcdf8cc + 0x3fcdf8c8 s_michael_mic_failure_cb = 0x3fcdf8c8 + 0x3fcdf8c4 wifi_sta_rx_probe_req = 0x3fcdf8c4 + 0x3fcdf8c0 g_tx_done_cb_func = 0x3fcdf8c0 + 0x3fcdf874 g_per_conn_trc = 0x3fcdf874 + 0x3fcdf870 s_encap_amsdu_func = 0x3fcdf870 + 0x40001820 esp_net80211_rom_version_get = 0x40001820 + 0x40001824 ampdu_dispatch = 0x40001824 + 0x40001828 ampdu_dispatch_all = 0x40001828 + 0x4000182c ampdu_dispatch_as_many_as_possible = 0x4000182c + 0x40001830 ampdu_dispatch_movement = 0x40001830 + 0x40001834 ampdu_dispatch_upto = 0x40001834 + 0x40001838 chm_is_at_home_channel = 0x40001838 + 0x4000183c cnx_node_is_existing = 0x4000183c + 0x40001840 cnx_node_search = 0x40001840 + 0x40001844 ic_ebuf_recycle_rx = 0x40001844 + 0x40001848 ic_ebuf_recycle_tx = 0x40001848 + 0x4000184c ic_reset_rx_ba = 0x4000184c + 0x40001850 ieee80211_align_eb = 0x40001850 + 0x40001858 ieee80211_ampdu_start_age_timer = 0x40001858 + 0x40001860 ieee80211_is_tx_allowed = 0x40001860 + 0x40001864 ieee80211_output_pending_eb = 0x40001864 + 0x4000186c ieee80211_set_tx_desc = 0x4000186c + 0x40001870 rom_sta_input = 0x40001870 + 0x40001874 wifi_get_macaddr = 0x40001874 + 0x40001878 wifi_rf_phy_disable = 0x40001878 + 0x4000187c wifi_rf_phy_enable = 0x4000187c + 0x40001880 ic_ebuf_alloc = 0x40001880 + 0x40001888 ieee80211_copy_eb_header = 0x40001888 + 0x4000188c ieee80211_recycle_cache_eb = 0x4000188c + 0x40001890 ieee80211_search_node = 0x40001890 + 0x40001894 roundup2 = 0x40001894 + 0x40001898 ieee80211_crypto_encap = 0x40001898 + 0x400018a4 ieee80211_set_tx_pti = 0x400018a4 + 0x400018a8 wifi_is_started = 0x400018a8 + 0x3fcdf86c net80211_funcs = 0x3fcdf86c + 0x3fcdf868 g_scan = 0x3fcdf868 + 0x3fcdf864 g_chm = 0x3fcdf864 + 0x3fcdf860 g_ic_ptr = 0x3fcdf860 + 0x3fcdf85c g_hmac_cnt_ptr = 0x3fcdf85c + 0x3fcdf858 g_tx_cacheq_ptr = 0x3fcdf858 + 0x3fcdf854 s_netstack_free = 0x3fcdf854 + 0x3fcdf850 mesh_rxcb = 0x3fcdf850 + 0x3fcdf84c sta_rxcb = 0x3fcdf84c + 0x400018ac esp_coex_rom_version_get = 0x400018ac + 0x400018b0 coex_bt_release = 0x400018b0 + 0x400018b4 coex_bt_request = 0x400018b4 + 0x400018b8 coex_core_ble_conn_dyn_prio_get = 0x400018b8 + 0x400018c0 coex_core_pti_get = 0x400018c0 + 0x400018c4 coex_core_release = 0x400018c4 + 0x400018c8 coex_core_request = 0x400018c8 + 0x400018cc coex_core_status_get = 0x400018cc + 0x400018d4 coex_event_duration_get = 0x400018d4 + 0x400018d8 coex_hw_timer_disable = 0x400018d8 + 0x400018dc coex_hw_timer_enable = 0x400018dc + 0x400018e0 coex_hw_timer_set = 0x400018e0 + 0x400018e4 coex_schm_interval_set = 0x400018e4 + 0x400018e8 coex_schm_lock = 0x400018e8 + 0x400018ec coex_schm_unlock = 0x400018ec + 0x400018f4 coex_wifi_release = 0x400018f4 + 0x400018f8 esp_coex_ble_conn_dynamic_prio_get = 0x400018f8 + 0x3fcdf848 coex_env_ptr = 0x3fcdf848 + 0x3fcdf844 coex_pti_tab_ptr = 0x3fcdf844 + 0x3fcdf840 coex_schm_env_ptr = 0x3fcdf840 + 0x3fcdf83c coexist_funcs = 0x3fcdf83c + 0x3fcdf838 g_coa_funcs_p = 0x3fcdf838 + 0x3fcdf834 g_coex_param_ptr = 0x3fcdf834 + 0x400018fc phy_get_romfuncs = 0x400018fc + 0x40001900 rom_abs_temp = 0x40001900 + 0x40001904 rom_bb_bss_cbw40_dig = 0x40001904 + 0x40001908 rom_bb_wdg_test_en = 0x40001908 + 0x4000190c rom_bb_wdt_get_status = 0x4000190c + 0x40001910 rom_bb_wdt_int_enable = 0x40001910 + 0x40001914 rom_bb_wdt_rst_enable = 0x40001914 + 0x40001918 rom_bb_wdt_timeout_clear = 0x40001918 + 0x4000191c rom_cbw2040_cfg = 0x4000191c + 0x40001920 rom_check_noise_floor = 0x40001920 + 0x40001924 rom_chip_i2c_readReg = 0x40001924 + 0x40001928 rom_chip_i2c_writeReg = 0x40001928 + 0x4000192c rom_correct_rf_ana_gain = 0x4000192c + 0x40001930 rom_dc_iq_est = 0x40001930 + 0x40001934 rom_disable_agc = 0x40001934 + 0x40001938 rom_en_pwdet = 0x40001938 + 0x4000193c rom_enable_agc = 0x4000193c + 0x40001940 rom_get_bbgain_db = 0x40001940 + 0x40001944 rom_get_data_sat = 0x40001944 + 0x40001948 rom_get_i2c_read_mask = 0x40001948 + 0x4000194c rom_get_pwctrl_correct = 0x4000194c + 0x40001950 rom_get_rf_gain_qdb = 0x40001950 + 0x40001954 rom_i2c_readReg = 0x40001954 + 0x40001958 rom_i2c_readReg_Mask = 0x40001958 + 0x4000195c rom_i2c_writeReg = 0x4000195c + 0x40001960 rom_i2c_writeReg_Mask = 0x40001960 + 0x40001968 rom_iq_est_disable = 0x40001968 + 0x4000196c rom_iq_est_enable = 0x4000196c + 0x40001970 rom_linear_to_db = 0x40001970 + 0x40001974 rom_loopback_mode_en = 0x40001974 + 0x40001978 rom_mhz2ieee = 0x40001978 + 0x4000197c rom_noise_floor_auto_set = 0x4000197c + 0x40001980 rom_pbus_debugmode = 0x40001980 + 0x40001984 rom_pbus_force_mode = 0x40001984 + 0x40001988 rom_pbus_force_test = 0x40001988 + 0x4000198c rom_pbus_rd = 0x4000198c + 0x40001990 rom_pbus_rd_addr = 0x40001990 + 0x40001994 rom_pbus_rd_shift = 0x40001994 + 0x40001998 rom_pbus_set_dco = 0x40001998 + 0x4000199c rom_pbus_set_rxgain = 0x4000199c + 0x400019a0 rom_pbus_workmode = 0x400019a0 + 0x400019a4 rom_pbus_xpd_rx_off = 0x400019a4 + 0x400019a8 rom_pbus_xpd_rx_on = 0x400019a8 + 0x400019ac rom_pbus_xpd_tx_off = 0x400019ac + 0x400019b4 rom_phy_byte_to_word = 0x400019b4 + 0x400019b8 rom_phy_disable_cca = 0x400019b8 + 0x400019bc rom_phy_enable_cca = 0x400019bc + 0x400019c0 rom_phy_get_noisefloor = 0x400019c0 + 0x400019c4 rom_phy_get_rx_freq = 0x400019c4 + 0x400019c8 rom_phy_set_bbfreq_init = 0x400019c8 + 0x400019cc rom_pow_usr = 0x400019cc + 0x400019d0 rom_pwdet_sar2_init = 0x400019d0 + 0x400019d4 rom_read_hw_noisefloor = 0x400019d4 + 0x400019d8 rom_read_sar_dout = 0x400019d8 + 0x400019dc rom_set_cal_rxdc = 0x400019dc + 0x400019e0 rom_set_chan_cal_interp = 0x400019e0 + 0x400019e4 rom_set_loopback_gain = 0x400019e4 + 0x400019e8 rom_set_noise_floor = 0x400019e8 + 0x400019ec rom_set_rxclk_en = 0x400019ec + 0x400019f8 rom_set_txclk_en = 0x400019f8 + 0x400019fc rom_spur_cal = 0x400019fc + 0x40001a00 rom_spur_reg_write_one_tone = 0x40001a00 + 0x40001a04 rom_target_power_add_backoff = 0x40001a04 + 0x40001a08 rom_tx_pwctrl_bg_init = 0x40001a08 + 0x40001a10 rom_wifi_11g_rate_chg = 0x40001a10 + 0x40001a14 rom_write_gain_mem = 0x40001a14 + 0x40001a18 chip726_phyrom_version = 0x40001a18 + 0x40001a1c rom_disable_wifi_agc = 0x40001a1c + 0x40001a20 rom_enable_wifi_agc = 0x40001a20 + 0x40001a24 rom_set_tx_gain_table = 0x40001a24 + 0x40001a28 rom_bt_index_to_bb = 0x40001a28 + 0x40001a2c rom_bt_bb_to_index = 0x40001a2c + 0x40001a30 rom_wr_bt_tx_atten = 0x40001a30 + 0x40001a34 rom_wr_bt_tx_gain_mem = 0x40001a34 + 0x40001a38 rom_spur_coef_cfg = 0x40001a38 + 0x40001a3c rom_bb_bss_cbw40 = 0x40001a3c + 0x40001a40 rom_set_cca = 0x40001a40 + 0x40001a44 rom_tx_paon_set = 0x40001a44 + 0x40001a48 rom_i2cmst_reg_init = 0x40001a48 + 0x40001a4c rom_iq_corr_enable = 0x40001a4c + 0x40001a50 rom_fe_reg_init = 0x40001a50 + 0x40001a5c rom_mac_enable_bb = 0x40001a5c + 0x40001a60 rom_bb_wdg_cfg = 0x40001a60 + 0x40001a64 rom_force_txon = 0x40001a64 + 0x40001a68 rom_fe_txrx_reset = 0x40001a68 + 0x40001a6c rom_set_rx_comp = 0x40001a6c + 0x40001a74 rom_write_chan_freq = 0x40001a74 + 0x40001a7c rom_set_xpd_sar = 0x40001a7c + 0x40001a80 rom_write_dac_gain2 = 0x40001a80 + 0x40001a84 rom_rtc_sar2_init = 0x40001a84 + 0x40001a88 rom_get_target_power_offset = 0x40001a88 + 0x40001a90 rom_get_rate_fcc_index = 0x40001a90 + 0x40001a94 rom_get_rate_target_power = 0x40001a94 + 0x40001a98 rom_write_wifi_dig_gain = 0x40001a98 + 0x40001a9c rom_bt_correct_rf_ana_gain = 0x40001a9c + 0x40001aa0 rom_pkdet_vol_start = 0x40001aa0 + 0x40001aa4 rom_read_sar2_code = 0x40001aa4 + 0x40001aa8 rom_get_sar2_vol = 0x40001aa8 + 0x40001aac rom_get_pll_vol = 0x40001aac + 0x40001ab0 rom_get_phy_target_power = 0x40001ab0 + 0x40001ab8 rom_phy_track_pll_cap = 0x40001ab8 + 0x40001abc rom_phy_pwdet_always_en = 0x40001abc + 0x40001ac0 rom_phy_pwdet_onetime_en = 0x40001ac0 + 0x40001ac4 rom_get_i2c_mst0_mask = 0x40001ac4 + 0x40001ac8 rom_get_i2c_hostid = 0x40001ac8 + 0x40001acc rom_enter_critical_phy = 0x40001acc + 0x40001ad0 rom_exit_critical_phy = 0x40001ad0 + 0x40001ad4 rom_chip_i2c_readReg_org = 0x40001ad4 + 0x40001ad8 rom_i2c_paral_set_mst0 = 0x40001ad8 + 0x40001adc rom_i2c_paral_set_read = 0x40001adc + 0x40001ae0 rom_i2c_paral_read = 0x40001ae0 + 0x40001ae4 rom_i2c_paral_write = 0x40001ae4 + 0x40001ae8 rom_i2c_paral_write_num = 0x40001ae8 + 0x40001aec rom_i2c_paral_write_mask = 0x40001aec + 0x40001af0 rom_bb_bss_cbw40_ana = 0x40001af0 + 0x40001af4 rom_chan_to_freq = 0x40001af4 + 0x40001afc rom_dac_rate_set = 0x40001afc + 0x40001b08 rom_tsens_index_to_dac = 0x40001b08 + 0x40001b0c rom_tsens_index_to_offset = 0x40001b0c + 0x40001b14 rom_code_to_temp = 0x40001b14 + 0x40001b18 rom_write_pll_cap_mem = 0x40001b18 + 0x40001b1c rom_pll_correct_dcap = 0x40001b1c + 0x40001b20 rom_phy_en_hw_set_freq = 0x40001b20 + 0x40001b24 rom_phy_dis_hw_set_freq = 0x40001b24 + 0x40000628 PROVIDE (esp_rom_crc32_le = crc32_le) [!provide] PROVIDE (esp_rom_crc16_le = crc16_le) [!provide] PROVIDE (esp_rom_crc8_le = crc8_le) [!provide] PROVIDE (esp_rom_crc32_be = crc32_be) [!provide] PROVIDE (esp_rom_crc16_be = crc16_be) [!provide] PROVIDE (esp_rom_crc8_be = crc8_be) - 0x0000000040009fdc PROVIDE (esp_rom_gpio_pad_select_gpio = gpio_pad_select_gpio) - 0x000000004000a22c PROVIDE (esp_rom_gpio_pad_pullup_only = gpio_pad_pullup) - [!provide] PROVIDE (esp_rom_gpio_pad_set_drv = gpio_pad_set_drv) + [!provide] PROVIDE (esp_rom_gpio_pad_select_gpio = gpio_pad_select_gpio) + [!provide] PROVIDE (esp_rom_gpio_pad_pullup_only = gpio_pad_pullup) + 0x400005cc PROVIDE (esp_rom_gpio_pad_set_drv = gpio_pad_set_drv) [!provide] PROVIDE (esp_rom_gpio_pad_unhold = gpio_pad_unhold) - 0x0000000040009edc PROVIDE (esp_rom_gpio_connect_in_signal = gpio_matrix_in) - 0x0000000040009f0c PROVIDE (esp_rom_gpio_connect_out_signal = gpio_matrix_out) + [!provide] PROVIDE (esp_rom_gpio_connect_in_signal = gpio_matrix_in) + [!provide] PROVIDE (esp_rom_gpio_connect_out_signal = gpio_matrix_out) [!provide] PROVIDE (esp_rom_efuse_mac_address_crc8 = esp_crc8) - 0x0000000040008658 PROVIDE (esp_rom_efuse_get_flash_gpio_info = ets_efuse_get_spiconfig) + 0x4000071c PROVIDE (esp_rom_efuse_get_flash_gpio_info = ets_efuse_get_spiconfig) [!provide] PROVIDE (esp_rom_efuse_is_secure_boot_enabled = ets_efuse_secure_boot_enabled) - 0x0000000040009258 PROVIDE (esp_rom_uart_flush_tx = uart_tx_flush) + 0x4000072c PROVIDE (esp_rom_efuse_get_flash_wp_gpio = ets_efuse_get_wp_pad) + [!provide] PROVIDE (esp_rom_uart_flush_tx = uart_tx_flush) [!provide] PROVIDE (esp_rom_uart_tx_one_char = uart_tx_one_char) [!provide] PROVIDE (esp_rom_uart_tx_wait_idle = uart_tx_wait_idle) [!provide] PROVIDE (esp_rom_uart_rx_one_char = uart_rx_one_char) [!provide] PROVIDE (esp_rom_uart_rx_string = UartRxString) - [!provide] PROVIDE (esp_rom_uart_set_as_console = uart_tx_switch) - [!provide] PROVIDE (esp_rom_uart_putc = ets_write_char_uart) - [!provide] PROVIDE (esp_rom_uart_switch_buffer = uart_buff_switch) - 0x000000004005da7c PROVIDE (esp_rom_md5_init = 0x4005da7c) - 0x000000004005da9c PROVIDE (esp_rom_md5_update = 0x4005da9c) - 0x000000004005db1c PROVIDE (esp_rom_md5_final = 0x4005db1c) - 0x000000004000824c PROVIDE (esp_rom_software_reset_system = software_reset) + 0x40000080 PROVIDE (esp_rom_output_flush_tx = uart_tx_flush) + 0x40000068 PROVIDE (esp_rom_output_tx_one_char = uart_tx_one_char) + 0x40000084 PROVIDE (esp_rom_output_tx_wait_idle = uart_tx_wait_idle) + [!provide] PROVIDE (esp_rom_output_rx_one_char = uart_rx_one_char) + [!provide] PROVIDE (esp_rom_output_rx_string = UartRxString) + 0x40000614 PROVIDE (esp_rom_md5_init = MD5Init) + 0x40000618 PROVIDE (esp_rom_md5_update = MD5Update) + 0x4000061c PROVIDE (esp_rom_md5_final = MD5Final) + 0x40000090 PROVIDE (esp_rom_software_reset_system = software_reset) [!provide] PROVIDE (esp_rom_software_reset_cpu = software_reset_cpu) - 0x0000000040007d54 PROVIDE (esp_rom_printf = ets_printf) - 0x0000000040008534 PROVIDE (esp_rom_delay_us = ets_delay_us) - 0x0000000040007d28 PROVIDE (esp_rom_install_uart_printf = ets_install_uart_printf) - 0x00000000400081d4 PROVIDE (esp_rom_get_reset_reason = rtc_get_reset_reason) + 0x40000040 PROVIDE (esp_rom_printf = ets_printf) + 0x40000050 PROVIDE (esp_rom_delay_us = ets_delay_us) + 0x40000018 PROVIDE (esp_rom_get_reset_reason = rtc_get_reset_reason) [!provide] PROVIDE (esp_rom_route_intr_matrix = intr_matrix_set) - 0x000000004000855c PROVIDE (esp_rom_get_cpu_ticks_per_us = ets_get_cpu_frequency) - [!provide] PROVIDE (esp_rom_spiflash_set_bp = esp_rom_spiflash_lock) + 0x40000584 PROVIDE (esp_rom_get_cpu_ticks_per_us = ets_get_cpu_frequency) + 0x40000588 PROVIDE (esp_rom_set_cpu_ticks_per_us = ets_update_cpu_frequency) + [!provide] PROVIDE (esp_rom_spiflash_clear_bp = esp_rom_spiflash_unlock) [!provide] PROVIDE (esp_rom_spiflash_write_enable = SPI_write_enable) + [!provide] PROVIDE (esp_rom_spiflash_erase_area = SPIEraseArea) + [!provide] PROVIDE (esp_rom_spiflash_fix_dummylen = spi_dummy_len_fix) + [!provide] PROVIDE (esp_rom_spiflash_set_drvs = SetSpiDrvs) + [!provide] PROVIDE (esp_rom_spiflash_select_padsfunc = SelectSpiFunction) + [!provide] PROVIDE (esp_rom_spiflash_common_cmd = SPI_Common_Command) [!provide] PROVIDE (esp_rom_regi2c_read = rom_i2c_readReg) - 0x00000000400041c0 PROVIDE (esp_rom_regi2c_read_mask = rom_i2c_readReg_Mask) - 0x00000000400041a4 PROVIDE (esp_rom_regi2c_write = rom_i2c_writeReg) - 0x00000000400041fc PROVIDE (esp_rom_regi2c_write_mask = rom_i2c_writeReg_Mask) - 0x000000004006387c __absvdi2 = 0x4006387c - 0x0000000040063868 __absvsi2 = 0x40063868 - 0x0000000040002590 __adddf3 = 0x40002590 - 0x00000000400020e8 __addsf3 = 0x400020e8 - 0x0000000040002cbc __addvdi3 = 0x40002cbc - 0x0000000040002c98 __addvsi3 = 0x40002c98 - 0x000000004000c818 __ashldi3 = 0x4000c818 - 0x000000004000c830 __ashrdi3 = 0x4000c830 - 0x0000000040064b08 __bswapdi2 = 0x40064b08 - 0x0000000040064ae0 __bswapsi2 = 0x40064ae0 - 0x0000000040064b7c __clrsbdi2 = 0x40064b7c - 0x0000000040064b64 __clrsbsi2 = 0x40064b64 - 0x000000004000ca50 __clzdi2 = 0x4000ca50 - 0x000000004000c7e8 __clzsi2 = 0x4000c7e8 - 0x0000000040063820 __cmpdi2 = 0x40063820 - 0x000000004000ca64 __ctzdi2 = 0x4000ca64 - 0x000000004000c7f0 __ctzsi2 = 0x4000c7f0 - 0x00000000400645a4 __divdc3 = 0x400645a4 - 0x0000000040002954 __divdf3 = 0x40002954 - 0x000000004000ca84 __divdi3 = 0x4000ca84 - 0x000000004000c7b8 __divsi3 = 0x4000c7b8 - 0x00000000400636a8 __eqdf2 = 0x400636a8 - 0x0000000040063374 __eqsf2 = 0x40063374 - 0x0000000040002c34 __extendsfdf2 = 0x40002c34 - 0x000000004000ca2c __ffsdi2 = 0x4000ca2c - 0x000000004000c804 __ffssi2 = 0x4000c804 - 0x0000000040002ac4 __fixdfdi = 0x40002ac4 - 0x0000000040002a78 __fixdfsi = 0x40002a78 - 0x000000004000244c __fixsfdi = 0x4000244c - 0x000000004000240c __fixsfsi = 0x4000240c - 0x0000000040002b30 __fixunsdfsi = 0x40002b30 - 0x0000000040002504 __fixunssfdi = 0x40002504 - 0x00000000400024ac __fixunssfsi = 0x400024ac - 0x000000004000c988 __floatdidf = 0x4000c988 - 0x000000004000c8c0 __floatdisf = 0x4000c8c0 - 0x000000004000c944 __floatsidf = 0x4000c944 - 0x000000004000c870 __floatsisf = 0x4000c870 - 0x000000004000c978 __floatundidf = 0x4000c978 - 0x000000004000c8b0 __floatundisf = 0x4000c8b0 - 0x000000004000c938 __floatunsidf = 0x4000c938 - 0x000000004000c864 __floatunsisf = 0x4000c864 - 0x0000000040064a70 __gcc_bcmp = 0x40064a70 - 0x0000000040063768 __gedf2 = 0x40063768 - 0x000000004006340c __gesf2 = 0x4006340c - 0x00000000400636dc __gtdf2 = 0x400636dc - 0x00000000400633a0 __gtsf2 = 0x400633a0 - 0x0000000040063704 __ledf2 = 0x40063704 - 0x00000000400633c0 __lesf2 = 0x400633c0 - 0x000000004000c84c __lshrdi3 = 0x4000c84c - 0x0000000040063790 __ltdf2 = 0x40063790 - 0x000000004006342c __ltsf2 = 0x4006342c - 0x000000004000cd4c __moddi3 = 0x4000cd4c - 0x000000004000c7c0 __modsi3 = 0x4000c7c0 - 0x0000000040063c90 __muldc3 = 0x40063c90 - 0x000000004006358c __muldf3 = 0x4006358c - 0x000000004000c9fc __muldi3 = 0x4000c9fc - 0x00000000400632c8 __mulsf3 = 0x400632c8 - 0x000000004000c7b0 __mulsi3 = 0x4000c7b0 - 0x0000000040002d78 __mulvdi3 = 0x40002d78 - 0x0000000040002d60 __mulvsi3 = 0x40002d60 - 0x00000000400636a8 __nedf2 = 0x400636a8 - 0x00000000400634a0 __negdf2 = 0x400634a0 - 0x000000004000ca14 __negdi2 = 0x4000ca14 - 0x00000000400020c0 __negsf2 = 0x400020c0 - 0x0000000040002e98 __negvdi2 = 0x40002e98 - 0x0000000040002e78 __negvsi2 = 0x40002e78 - 0x0000000040063374 __nesf2 = 0x40063374 - 0x000000003ff96544 __nsau_data = 0x3ff96544 - 0x0000000040002f3c __paritysi2 = 0x40002f3c - 0x000000003ff96544 __popcount_tab = 0x3ff96544 - 0x0000000040002ef8 __popcountdi2 = 0x40002ef8 - 0x0000000040002ed0 __popcountsi2 = 0x40002ed0 - 0x00000000400638e4 __powidf2 = 0x400638e4 - 0x00000000400026e4 __subdf3 = 0x400026e4 - 0x00000000400021d0 __subsf3 = 0x400021d0 - 0x0000000040002d20 __subvdi3 = 0x40002d20 - 0x0000000040002cf8 __subvsi3 = 0x40002cf8 - 0x0000000040002b90 __truncdfsf2 = 0x40002b90 - 0x0000000040063840 __ucmpdi2 = 0x40063840 - 0x0000000040064bec __udiv_w_sdiv = 0x40064bec - 0x000000004000cff8 __udivdi3 = 0x4000cff8 - 0x0000000040064bf4 __udivmoddi4 = 0x40064bf4 - 0x000000004000c7c8 __udivsi3 = 0x4000c7c8 - 0x000000004000d280 __umoddi3 = 0x4000d280 - 0x000000004000c7d0 __umodsi3 = 0x4000c7d0 - 0x000000004000c7d8 __umulsidi3 = 0x4000c7d8 - 0x00000000400637f4 __unorddf2 = 0x400637f4 - 0x0000000040063478 __unordsf2 = 0x40063478 - 0x0000000040056340 abs = 0x40056340 - 0x0000000040058ef0 __ascii_wctomb = 0x40058ef0 - 0x00000000400566c4 atoi = 0x400566c4 - 0x00000000400566d4 _atoi_r = 0x400566d4 - 0x00000000400566ec atol = 0x400566ec - 0x00000000400566fc _atol_r = 0x400566fc - 0x000000004000c1f4 bzero = 0x4000c1f4 - 0x0000000040001df8 _cleanup = 0x40001df8 - 0x0000000040001d48 _cleanup_r = 0x40001d48 - 0x0000000040000e8c creat = 0x40000e8c - 0x0000000040056348 div = 0x40056348 - 0x000000004000c728 __dummy_lock = 0x4000c728 - 0x000000004000c730 __dummy_lock_try = 0x4000c730 - 0x0000000040001fd4 __env_lock = 0x40001fd4 - 0x0000000040001fe0 __env_unlock = 0x40001fe0 - 0x00000000400020ac fclose = 0x400020ac - 0x0000000040001fec _fclose_r = 0x40001fec - 0x0000000040059394 fflush = 0x40059394 - 0x0000000040059320 _fflush_r = 0x40059320 - 0x0000000040001f44 _findenv_r = 0x40001f44 - 0x0000000040001f1c __fp_lock_all = 0x40001f1c - 0x0000000040001f30 __fp_unlock_all = 0x40001f30 - 0x0000000040058da0 __fputwc = 0x40058da0 - 0x0000000040058ea8 fputwc = 0x40058ea8 - 0x0000000040058e4c _fputwc_r = 0x40058e4c - 0x000000004000c738 _fwalk = 0x4000c738 - 0x000000004000c770 _fwalk_reent = 0x4000c770 - 0x0000000040001fbc _getenv_r = 0x40001fbc - 0x0000000040000f04 isalnum = 0x40000f04 - 0x0000000040000f18 isalpha = 0x40000f18 - 0x000000004000c20c isascii = 0x4000c20c - 0x0000000040000f2c isblank = 0x40000f2c - 0x0000000040000f50 iscntrl = 0x40000f50 - 0x0000000040000f64 isdigit = 0x40000f64 - 0x0000000040000f94 isgraph = 0x40000f94 - 0x0000000040000f78 islower = 0x40000f78 - 0x0000000040000fa8 isprint = 0x40000fa8 - 0x0000000040000fc0 ispunct = 0x40000fc0 - 0x0000000040000fd4 isspace = 0x40000fd4 - 0x0000000040000fe8 isupper = 0x40000fe8 - 0x0000000040056678 __itoa = 0x40056678 - 0x00000000400566b4 itoa = 0x400566b4 - 0x0000000040056370 labs = 0x40056370 - 0x0000000040056378 ldiv = 0x40056378 - 0x00000000400562cc longjmp = 0x400562cc - 0x000000004000c220 memccpy = 0x4000c220 - 0x000000004000c244 memchr = 0x4000c244 - 0x000000004000c260 memcmp = 0x4000c260 - 0x000000004000c2c8 memcpy = 0x4000c2c8 - 0x000000004000c3c0 memmove = 0x4000c3c0 - 0x000000004000c400 memrchr = 0x4000c400 - 0x000000004000c44c memset = 0x4000c44c - 0x0000000040056424 qsort = 0x40056424 - 0x0000000040001058 rand = 0x40001058 - 0x00000000400010d4 rand_r = 0x400010d4 - 0x000000004000c498 __sccl = 0x4000c498 - 0x00000000400011b8 __sclose = 0x400011b8 - 0x0000000040001148 __seofread = 0x40001148 - 0x0000000040056268 setjmp = 0x40056268 - 0x00000000400591e0 __sflush_r = 0x400591e0 - 0x0000000040001dc8 __sfmoreglue = 0x40001dc8 - 0x0000000040001e90 __sfp = 0x40001e90 - 0x0000000040001e08 __sfp_lock_acquire = 0x40001e08 - 0x0000000040001e14 __sfp_lock_release = 0x40001e14 - 0x0000000040001e38 __sinit = 0x40001e38 - 0x0000000040001e20 __sinit_lock_acquire = 0x40001e20 - 0x0000000040001e2c __sinit_lock_release = 0x40001e2c - 0x0000000040001004 srand = 0x40001004 - 0x0000000040001118 __sread = 0x40001118 - 0x0000000040001184 __sseek = 0x40001184 - 0x00000000400011cc strcasecmp = 0x400011cc - 0x0000000040001210 strcasestr = 0x40001210 - 0x000000004000c518 strcat = 0x4000c518 - 0x000000004000c53c strchr = 0x4000c53c - 0x0000000040001274 strcmp = 0x40001274 - 0x0000000040001398 strcoll = 0x40001398 - 0x00000000400013ac strcpy = 0x400013ac - 0x000000004000c558 strcspn = 0x4000c558 - 0x000000004000143c strdup = 0x4000143c - 0x0000000040001450 _strdup_r = 0x40001450 - 0x0000000040001470 strlcat = 0x40001470 - 0x000000004000c584 strlcpy = 0x4000c584 - 0x00000000400014c0 strlen = 0x400014c0 - 0x0000000040001524 strlwr = 0x40001524 - 0x0000000040001550 strncasecmp = 0x40001550 - 0x000000004000c5c4 strncat = 0x4000c5c4 - 0x000000004000c5f4 strncmp = 0x4000c5f4 - 0x00000000400015d4 strncpy = 0x400015d4 - 0x00000000400016b0 strndup = 0x400016b0 - 0x00000000400016c4 _strndup_r = 0x400016c4 - 0x000000004000c628 strnlen = 0x4000c628 - 0x0000000040001708 strrchr = 0x40001708 - 0x0000000040001734 strsep = 0x40001734 - 0x000000004000c648 strspn = 0x4000c648 - 0x000000004000c674 strstr = 0x4000c674 - 0x000000004000c6a8 __strtok_r = 0x4000c6a8 - 0x000000004000c70c strtok_r = 0x4000c70c - 0x000000004005681c strtol = 0x4005681c - 0x0000000040056714 _strtol_r = 0x40056714 - 0x000000004005692c strtoul = 0x4005692c - 0x0000000040056834 _strtoul_r = 0x40056834 - 0x000000004000174c strupr = 0x4000174c - 0x0000000040058f3c __submore = 0x40058f3c - 0x0000000040058cb4 __swbuf = 0x40058cb4 - 0x0000000040058bec __swbuf_r = 0x40058bec - 0x0000000040001150 __swrite = 0x40001150 - 0x000000004000c720 toascii = 0x4000c720 - 0x0000000040001868 tolower = 0x40001868 - 0x0000000040001884 toupper = 0x40001884 - 0x00000000400590f4 ungetc = 0x400590f4 - 0x0000000040058fa0 _ungetc_r = 0x40058fa0 - 0x00000000400561f0 __utoa = 0x400561f0 - 0x0000000040056258 utoa = 0x40056258 - 0x0000000040058920 wcrtomb = 0x40058920 - 0x00000000400588d8 _wcrtomb_r = 0x400588d8 - 0x0000000040058f14 _wctomb_r = 0x40058f14 - 0x000000003ff40000 PROVIDE (UART0 = 0x3ff40000) - 0x000000003ff42000 PROVIDE (SPI1 = 0x3ff42000) - 0x000000003ff43000 PROVIDE (SPI0 = 0x3ff43000) - 0x000000003ff44000 PROVIDE (GPIO = 0x3ff44000) - [!provide] PROVIDE (SDM = 0x3ff44f00) - 0x000000003ff48000 PROVIDE (RTCCNTL = 0x3ff48000) - [!provide] PROVIDE (RTCIO = 0x3ff48400) - [!provide] PROVIDE (SENS = 0x3ff48800) - [!provide] PROVIDE (HINF = 0x3ff4b000) - [!provide] PROVIDE (UHCI1 = 0x3ff4c000) - [!provide] PROVIDE (I2S0 = 0x3ff4f000) - 0x000000003ff50000 PROVIDE (UART1 = 0x3ff50000) - [!provide] PROVIDE (I2C0 = 0x3ff53000) - [!provide] PROVIDE (UHCI0 = 0x3ff54000) - [!provide] PROVIDE (HOST = 0x3ff55000) - [!provide] PROVIDE (RMT = 0x3ff56000) - [!provide] PROVIDE (RMTMEM = 0x3ff56800) - [!provide] PROVIDE (PCNT = 0x3ff57000) - [!provide] PROVIDE (SLC = 0x3ff58000) - [!provide] PROVIDE (LEDC = 0x3ff59000) - 0x000000003ff5a000 PROVIDE (EFUSE = 0x3ff5a000) - [!provide] PROVIDE (MCPWM0 = 0x3ff5e000) - 0x000000003ff5f000 PROVIDE (TIMERG0 = 0x3ff5f000) - 0x000000003ff60000 PROVIDE (TIMERG1 = 0x3ff60000) - [!provide] PROVIDE (SPI2 = 0x3ff64000) - [!provide] PROVIDE (SPI3 = 0x3ff65000) - [!provide] PROVIDE (SYSCON = 0x3ff66000) - [!provide] PROVIDE (I2C1 = 0x3ff67000) - [!provide] PROVIDE (SDMMC = 0x3ff68000) - [!provide] PROVIDE (EMAC_DMA = 0x3ff69000) - [!provide] PROVIDE (EMAC_EXT = 0x3ff69800) - [!provide] PROVIDE (EMAC_MAC = 0x3ff6a000) - [!provide] PROVIDE (TWAI = 0x3ff6b000) - [!provide] PROVIDE (MCPWM1 = 0x3ff6c000) - [!provide] PROVIDE (I2S1 = 0x3ff6d000) - 0x000000003ff6e000 PROVIDE (UART2 = 0x3ff6e000) + [!provide] PROVIDE (esp_rom_regi2c_read_mask = rom_i2c_readReg_Mask) + 0x4000195c PROVIDE (esp_rom_regi2c_write = rom_i2c_writeReg) + 0x40001960 PROVIDE (esp_rom_regi2c_write_mask = rom_i2c_writeReg_Mask) + 0x400008dc bt_rf_coex_get_dft_cfg = 0x400008dc + 0x400008e0 bt_rf_coex_hooks_p_set = 0x400008e0 + 0x400008e4 btdm_con_maxevtime_cal_impl = 0x400008e4 + 0x400008e8 btdm_controller_get_compile_version_impl = 0x400008e8 + 0x400008ec btdm_controller_rom_data_init = 0x400008ec + 0x400008f0 btdm_dis_privacy_err_report_impl = 0x400008f0 + 0x400008f4 btdm_disable_adv_delay_impl = 0x400008f4 + 0x400008f8 btdm_enable_scan_continue_impl = 0x400008f8 + 0x400008fc btdm_enable_scan_forever_impl = 0x400008fc + 0x40000900 btdm_get_power_state_impl = 0x40000900 + 0x40000904 btdm_get_prevent_sleep_flag_impl = 0x40000904 + 0x40000908 btdm_power_state_active_impl = 0x40000908 + 0x4000090c btdm_switch_phy_coded_impl = 0x4000090c + 0x40000910 hci_acl_data_handler = 0x40000910 + 0x40000914 hci_disconnect_cmd_handler = 0x40000914 + 0x40000918 hci_le_con_upd_cmd_handler = 0x40000918 + 0x4000091c hci_le_ltk_req_neg_reply_cmd_handler = 0x4000091c + 0x40000920 hci_le_ltk_req_reply_cmd_handler = 0x40000920 + 0x40000924 hci_le_rd_chnl_map_cmd_handler = 0x40000924 + 0x40000928 hci_le_rd_phy_cmd_handler = 0x40000928 + 0x4000092c hci_le_rd_rem_feats_cmd_handler = 0x4000092c + 0x40000930 hci_le_rem_con_param_req_neg_reply_cmd_handler = 0x40000930 + 0x40000934 hci_le_rem_con_param_req_reply_cmd_handler = 0x40000934 + 0x40000938 hci_le_set_data_len_cmd_handler = 0x40000938 + 0x4000093c hci_le_set_phy_cmd_handler = 0x4000093c + 0x40000940 hci_le_start_enc_cmd_handler = 0x40000940 + 0x40000944 hci_rd_auth_payl_to_cmd_handler = 0x40000944 + 0x40000948 hci_rd_rem_ver_info_cmd_handler = 0x40000948 + 0x4000094c hci_rd_rssi_cmd_handler = 0x4000094c + 0x40000950 hci_rd_tx_pwr_lvl_cmd_handler = 0x40000950 + 0x40000954 hci_vs_set_pref_slave_evt_dur_cmd_handler = 0x40000954 + 0x40000958 hci_vs_set_pref_slave_latency_cmd_handler = 0x40000958 + 0x4000095c hci_wr_auth_payl_to_cmd_handler = 0x4000095c + 0x40000960 ll_channel_map_ind_handler = 0x40000960 + 0x40000964 ll_connection_param_req_handler = 0x40000964 + 0x40000968 ll_connection_param_rsp_handler = 0x40000968 + 0x4000096c ll_connection_update_ind_handler = 0x4000096c + 0x40000970 ll_enc_req_handler = 0x40000970 + 0x40000974 ll_enc_rsp_handler = 0x40000974 + 0x40000978 ll_feature_req_handler = 0x40000978 + 0x4000097c ll_feature_rsp_handler = 0x4000097c + 0x40000980 ll_length_req_handler = 0x40000980 + 0x40000984 ll_length_rsp_handler = 0x40000984 + 0x40000988 ll_min_used_channels_ind_handler = 0x40000988 + 0x4000098c ll_pause_enc_req_handler = 0x4000098c + 0x40000990 ll_pause_enc_rsp_handler = 0x40000990 + 0x40000994 ll_phy_req_handler = 0x40000994 + 0x40000998 ll_phy_rsp_handler = 0x40000998 + 0x4000099c ll_phy_update_ind_handler = 0x4000099c + 0x400009a0 ll_ping_req_handler = 0x400009a0 + 0x400009a4 ll_ping_rsp_handler = 0x400009a4 + 0x400009a8 ll_slave_feature_req_handler = 0x400009a8 + 0x400009ac ll_start_enc_req_handler = 0x400009ac + 0x400009b0 ll_start_enc_rsp_handler = 0x400009b0 + 0x400009b4 ll_terminate_ind_handler = 0x400009b4 + 0x400009b8 ll_version_ind_handler = 0x400009b8 + 0x400009bc llc_auth_payl_nearly_to_handler = 0x400009bc + 0x400009c0 llc_auth_payl_real_to_handler = 0x400009c0 + 0x400009c4 llc_encrypt_ind_handler = 0x400009c4 + 0x400009c8 llc_hci_command_handler_wrapper = 0x400009c8 + 0x400009cc llc_ll_connection_param_req_pdu_send = 0x400009cc + 0x400009d0 llc_ll_connection_param_rsp_pdu_send = 0x400009d0 + 0x400009d4 llc_ll_connection_update_ind_pdu_send = 0x400009d4 + 0x400009d8 llc_ll_enc_req_pdu_send = 0x400009d8 + 0x400009dc llc_ll_enc_rsp_pdu_send = 0x400009dc + 0x400009e0 llc_ll_feature_req_pdu_send = 0x400009e0 + 0x400009e4 llc_ll_feature_rsp_pdu_send = 0x400009e4 + 0x400009e8 llc_ll_length_req_pdu_send = 0x400009e8 + 0x400009ec llc_ll_length_rsp_pdu_send = 0x400009ec + 0x400009f0 llc_ll_pause_enc_req_pdu_send = 0x400009f0 + 0x400009f4 llc_ll_pause_enc_rsp_pdu_send = 0x400009f4 + 0x400009f8 llc_ll_phy_req_pdu_send = 0x400009f8 + 0x400009fc llc_ll_phy_rsp_pdu_send = 0x400009fc + 0x40000a00 llc_ll_ping_req_pdu_send = 0x40000a00 + 0x40000a04 llc_ll_ping_rsp_pdu_send = 0x40000a04 + 0x40000a08 llc_ll_start_enc_req_pdu_send = 0x40000a08 + 0x40000a0c llc_ll_start_enc_rsp_pdu_send = 0x40000a0c + 0x40000a10 llc_ll_terminate_ind_pdu_send = 0x40000a10 + 0x40000a14 llc_ll_unknown_rsp_pdu_send = 0x40000a14 + 0x40000a18 llc_llcp_ch_map_update_ind_pdu_send = 0x40000a18 + 0x40000a1c llc_llcp_phy_upd_ind_pdu_send = 0x40000a1c + 0x40000a20 llc_llcp_version_ind_pdu_send = 0x40000a20 + 0x40000a24 llc_op_ch_map_upd_ind_handler = 0x40000a24 + 0x40000a28 llc_op_con_upd_ind_handler = 0x40000a28 + 0x40000a2c llc_op_disconnect_ind_handler = 0x40000a2c + 0x40000a30 llc_op_dl_upd_ind_handler = 0x40000a30 + 0x40000a34 llc_op_encrypt_ind_handler = 0x40000a34 + 0x40000a38 llc_op_feats_exch_ind_handler = 0x40000a38 + 0x40000a3c llc_op_le_ping_ind_handler = 0x40000a3c + 0x40000a40 llc_op_phy_upd_ind_handler = 0x40000a40 + 0x40000a44 llc_op_ver_exch_ind_handler = 0x40000a44 + 0x40000a48 llc_stopped_ind_handler = 0x40000a48 + 0x40000a4c lld_acl_rx_ind_handler = 0x40000a4c + 0x40000a50 lld_acl_tx_cfm_handler = 0x40000a50 + 0x40000a54 lld_adv_end_ind_handler = 0x40000a54 + 0x40000a58 lld_adv_rep_ind_handler = 0x40000a58 + 0x40000a5c lld_ch_map_upd_cfm_handler = 0x40000a5c + 0x40000a60 lld_con_estab_ind_handler = 0x40000a60 + 0x40000a64 lld_con_evt_sd_evt_time_set = 0x40000a64 + 0x40000a68 lld_con_offset_upd_ind_handler = 0x40000a68 + 0x40000a6c lld_con_param_upd_cfm_handler = 0x40000a6c + 0x40000a70 lld_disc_ind_handler = 0x40000a70 + 0x40000a74 lld_init_end_ind_handler = 0x40000a74 + 0x40000a78 lld_llcp_rx_ind_handler_wrapper = 0x40000a78 + 0x40000a7c lld_llcp_tx_cfm_handler = 0x40000a7c + 0x40000a80 lld_per_adv_end_ind_handler = 0x40000a80 + 0x40000a84 lld_per_adv_rep_ind_handler = 0x40000a84 + 0x40000a88 lld_per_adv_rx_end_ind_handler = 0x40000a88 + 0x40000a8c lld_phy_coded_500k_get = 0x40000a8c + 0x40000a90 lld_phy_upd_cfm_handler = 0x40000a90 + 0x40000a94 lld_scan_end_ind_handler = 0x40000a94 + 0x40000a98 lld_scan_req_ind_handler = 0x40000a98 + 0x40000a9c lld_sync_start_req_handler = 0x40000a9c + 0x40000aa0 lld_test_end_ind_handler = 0x40000aa0 + 0x40000aa4 lld_update_rxbuf_handler = 0x40000aa4 + 0x40000aa8 llm_ch_map_update_ind_handler = 0x40000aa8 + 0x40000aac llm_hci_command_handler_wrapper = 0x40000aac + 0x40000ab0 llm_scan_period_to_handler = 0x40000ab0 + 0x40000ab4 r_Add2SelfBigHex256 = 0x40000ab4 + 0x40000ab8 r_AddBigHex256 = 0x40000ab8 + 0x40000abc r_AddBigHexModP256 = 0x40000abc + 0x40000ac0 r_AddP256 = 0x40000ac0 + 0x40000ac4 r_AddPdiv2_256 = 0x40000ac4 + 0x40000ac8 r_GF_Jacobian_Point_Addition256 = 0x40000ac8 + 0x40000acc r_GF_Jacobian_Point_Double256 = 0x40000acc + 0x40000ad0 r_GF_Point_Jacobian_To_Affine256 = 0x40000ad0 + 0x40000ad4 r_MultiplyBigHexByUint32_256 = 0x40000ad4 + 0x40000ad8 r_MultiplyBigHexModP256 = 0x40000ad8 + 0x40000adc r_MultiplyByU16ModP256 = 0x40000adc + 0x40000ae0 r_SubtractBigHex256 = 0x40000ae0 + 0x40000ae4 r_SubtractBigHexMod256 = 0x40000ae4 + 0x40000ae8 r_SubtractBigHexUint32_256 = 0x40000ae8 + 0x40000aec r_SubtractFromSelfBigHex256 = 0x40000aec + 0x40000af0 r_SubtractFromSelfBigHexSign256 = 0x40000af0 + 0x40000af4 r_aes_alloc = 0x40000af4 + 0x40000af8 r_aes_ccm_continue = 0x40000af8 + 0x40000afc r_aes_ccm_process_e = 0x40000afc + 0x40000b00 r_aes_ccm_xor_128_lsb = 0x40000b00 + 0x40000b04 r_aes_ccm_xor_128_msb = 0x40000b04 + 0x40000b08 r_aes_cmac_continue = 0x40000b08 + 0x40000b0c r_aes_cmac_start = 0x40000b0c + 0x40000b10 r_aes_k1_continue = 0x40000b10 + 0x40000b14 r_aes_k2_continue = 0x40000b14 + 0x40000b18 r_aes_k3_continue = 0x40000b18 + 0x40000b1c r_aes_k4_continue = 0x40000b1c + 0x40000b20 r_aes_shift_left_128 = 0x40000b20 + 0x40000b24 r_aes_start = 0x40000b24 + 0x40000b28 r_aes_xor_128 = 0x40000b28 + 0x40000b2c r_assert_err = 0x40000b2c + 0x40000b30 r_assert_param = 0x40000b30 + 0x40000b34 r_assert_warn = 0x40000b34 + 0x40000b38 r_bigHexInversion256 = 0x40000b38 + 0x40000b3c r_ble_sw_cca_check_isr = 0x40000b3c + 0x40000b40 r_ble_util_buf_acl_tx_alloc = 0x40000b40 + 0x40000b44 r_ble_util_buf_acl_tx_elt_get = 0x40000b44 + 0x40000b48 r_ble_util_buf_acl_tx_free = 0x40000b48 + 0x40000b4c r_ble_util_buf_acl_tx_free_in_isr = 0x40000b4c + 0x40000b50 r_ble_util_buf_adv_tx_alloc = 0x40000b50 + 0x40000b54 r_ble_util_buf_adv_tx_free = 0x40000b54 + 0x40000b58 r_ble_util_buf_adv_tx_free_in_isr = 0x40000b58 + 0x40000b5c r_ble_util_buf_env_deinit = 0x40000b5c + 0x40000b60 r_ble_util_buf_env_init = 0x40000b60 + 0x40000b64 r_ble_util_buf_get_rx_buf_nb = 0x40000b64 + 0x40000b68 r_ble_util_buf_get_rx_buf_size = 0x40000b68 + 0x40000b6c r_ble_util_buf_llcp_tx_alloc = 0x40000b6c + 0x40000b70 r_ble_util_buf_llcp_tx_free = 0x40000b70 + 0x40000b74 r_ble_util_buf_rx_alloc = 0x40000b74 + 0x40000b78 r_ble_util_buf_rx_alloc_in_isr = 0x40000b78 + 0x40000b7c r_ble_util_buf_rx_free = 0x40000b7c + 0x40000b80 r_ble_util_buf_rx_free_in_isr = 0x40000b80 + 0x40000b84 r_ble_util_buf_set_rx_buf_nb = 0x40000b84 + 0x40000b88 r_ble_util_buf_set_rx_buf_size = 0x40000b88 + 0x40000b8c r_ble_util_data_rx_buf_reset = 0x40000b8c + 0x40000b90 r_bt_bb_get_intr_mask = 0x40000b90 + 0x40000b94 r_bt_bb_intr_clear = 0x40000b94 + 0x40000b98 r_bt_bb_intr_mask_set = 0x40000b98 + 0x40000ba0 r_bt_rf_coex_cfg_set = 0x40000ba0 + 0x40000ba4 r_bt_rf_coex_conn_dynamic_pti_en_get = 0x40000ba4 + 0x40000bac r_bt_rf_coex_ext_adv_dynamic_pti_en_get = 0x40000bac + 0x40000bb0 r_bt_rf_coex_ext_scan_dynamic_pti_en_get = 0x40000bb0 + 0x40000bb4 r_bt_rf_coex_legacy_adv_dynamic_pti_en_get = 0x40000bb4 + 0x40000bb8 r_bt_rf_coex_per_adv_dynamic_pti_en_get = 0x40000bb8 + 0x40000bbc r_bt_rf_coex_pti_table_get = 0x40000bbc + 0x40000bc0 r_bt_rf_coex_st_param_get = 0x40000bc0 + 0x40000bc4 r_bt_rf_coex_st_param_set = 0x40000bc4 + 0x40000bc8 r_bt_rf_coex_sync_scan_dynamic_pti_en_get = 0x40000bc8 + 0x40000bcc r_bt_rma_apply_rule_cs_fmt = 0x40000bcc + 0x40000bd0 r_bt_rma_apply_rule_cs_idx = 0x40000bd0 + 0x40000bd4 r_bt_rma_configure = 0x40000bd4 + 0x40000bd8 r_bt_rma_deregister_rule_cs_fmt = 0x40000bd8 + 0x40000bdc r_bt_rma_deregister_rule_cs_idx = 0x40000bdc + 0x40000be0 r_bt_rma_get_ant_by_act = 0x40000be0 + 0x40000be4 r_bt_rma_init = 0x40000be4 + 0x40000be8 r_bt_rma_register_rule_cs_fmt = 0x40000be8 + 0x40000bec r_bt_rma_register_rule_cs_idx = 0x40000bec + 0x40000bf0 r_bt_rtp_apply_rule_cs_fmt = 0x40000bf0 + 0x40000bf4 r_bt_rtp_apply_rule_cs_idx = 0x40000bf4 + 0x40000bf8 r_bt_rtp_deregister_rule_cs_fmt = 0x40000bf8 + 0x40000bfc r_bt_rtp_deregister_rule_cs_idx = 0x40000bfc + 0x40000c04 r_bt_rtp_init = 0x40000c04 + 0x40000c08 r_bt_rtp_register_rule_cs_fmt = 0x40000c08 + 0x40000c0c r_bt_rtp_register_rule_cs_idx = 0x40000c0c + 0x40000c10 r_btdm_isr = 0x40000c10 + 0x40000c20 r_cali_phase_match_p = 0x40000c20 + 0x40000c24 r_cmp_abs_time = 0x40000c24 + 0x40000c28 r_cmp_dest_id = 0x40000c28 + 0x40000c2c r_cmp_timer_id = 0x40000c2c + 0x40000c30 r_co_bdaddr_compare = 0x40000c30 + 0x40000c34 r_co_ble_pkt_dur_in_us = 0x40000c34 + 0x40000c38 r_co_list_extract = 0x40000c38 + 0x40000c3c r_co_list_extract_after = 0x40000c3c + 0x40000c40 r_co_list_extract_sublist = 0x40000c40 + 0x40000c44 r_co_list_find = 0x40000c44 + 0x40000c48 r_co_list_init = 0x40000c48 + 0x40000c4c r_co_list_insert_after = 0x40000c4c + 0x40000c50 r_co_list_insert_before = 0x40000c50 + 0x40000c54 r_co_list_merge = 0x40000c54 + 0x40000c58 r_co_list_pool_init = 0x40000c58 + 0x40000c5c r_co_list_pop_front = 0x40000c5c + 0x40000c60 r_co_list_push_back = 0x40000c60 + 0x40000c64 r_co_list_push_back_sublist = 0x40000c64 + 0x40000c68 r_co_list_push_front = 0x40000c68 + 0x40000c6c r_co_list_size = 0x40000c6c + 0x40000c70 r_co_nb_good_le_channels = 0x40000c70 + 0x40000c74 r_co_util_pack = 0x40000c74 + 0x40000c78 r_co_util_read_array_size = 0x40000c78 + 0x40000c7c r_co_util_unpack = 0x40000c7c + 0x40000c80 r_dbg_env_deinit = 0x40000c80 + 0x40000c84 r_dbg_env_init = 0x40000c84 + 0x40000c88 r_dbg_platform_reset_complete = 0x40000c88 + 0x40000c8c r_dl_upd_proc_start = 0x40000c8c + 0x40000c90 r_dump_data = 0x40000c90 + 0x40000c94 r_ecc_abort_key256_generation = 0x40000c94 + 0x40000c98 r_ecc_gen_new_public_key = 0x40000c98 + 0x40000c9c r_ecc_gen_new_secret_key = 0x40000c9c + 0x40000ca0 r_ecc_generate_key256 = 0x40000ca0 + 0x40000ca4 r_ecc_get_debug_Keys = 0x40000ca4 + 0x40000ca8 r_ecc_init = 0x40000ca8 + 0x40000cac r_ecc_is_valid_point = 0x40000cac + 0x40000cb0 r_ecc_multiplication_event_handler = 0x40000cb0 + 0x40000cb4 r_ecc_point_multiplication_win_256 = 0x40000cb4 + 0x40000cb8 r_emi_alloc_em_mapping_by_offset = 0x40000cb8 + 0x40000cbc r_emi_base_reg_lut_show = 0x40000cbc + 0x40000cc0 r_emi_em_base_reg_show = 0x40000cc0 + 0x40000cc4 r_emi_free_em_mapping_by_offset = 0x40000cc4 + 0x40000cc8 r_emi_get_em_mapping_idx_by_offset = 0x40000cc8 + 0x40000ccc r_emi_get_mem_addr_by_offset = 0x40000ccc + 0x40000cd0 r_emi_overwrite_em_mapping_by_offset = 0x40000cd0 + 0x40000cd4 r_esp_vendor_hci_command_handler = 0x40000cd4 + 0x40000cd8 r_get_stack_usage = 0x40000cd8 + 0x40000cdc r_h4tl_acl_hdr_rx_evt_handler = 0x40000cdc + 0x40000ce0 r_h4tl_cmd_hdr_rx_evt_handler = 0x40000ce0 + 0x40000ce4 r_h4tl_cmd_pld_rx_evt_handler = 0x40000ce4 + 0x40000ce8 r_h4tl_eif_io_event_post = 0x40000ce8 + 0x40000cec r_h4tl_eif_register = 0x40000cec + 0x40000cf0 r_h4tl_init = 0x40000cf0 + 0x40000cf4 r_h4tl_out_of_sync = 0x40000cf4 + 0x40000cf8 r_h4tl_out_of_sync_check = 0x40000cf8 + 0x40000cfc r_h4tl_read_hdr = 0x40000cfc + 0x40000d00 r_h4tl_read_next_out_of_sync = 0x40000d00 + 0x40000d04 r_h4tl_read_payl = 0x40000d04 + 0x40000d08 r_h4tl_read_start = 0x40000d08 + 0x40000d0c r_h4tl_rx_acl_hdr_extract = 0x40000d0c + 0x40000d10 r_h4tl_rx_cmd_hdr_extract = 0x40000d10 + 0x40000d14 r_h4tl_rx_done = 0x40000d14 + 0x40000d18 r_h4tl_start = 0x40000d18 + 0x40000d1c r_h4tl_stop = 0x40000d1c + 0x40000d20 r_h4tl_tx_done = 0x40000d20 + 0x40000d24 r_h4tl_tx_evt_handler = 0x40000d24 + 0x40000d28 r_h4tl_write = 0x40000d28 + 0x40000d2c r_hci_acl_tx_data_alloc = 0x40000d2c + 0x40000d30 r_hci_acl_tx_data_received = 0x40000d30 + 0x40000d34 r_hci_basic_cmd_send_2_controller = 0x40000d34 + 0x40000d38 r_hci_ble_adv_report_filter_check = 0x40000d38 + 0x40000d3c r_hci_ble_adv_report_tx_check = 0x40000d3c + 0x40000d40 r_hci_ble_conhdl_register = 0x40000d40 + 0x40000d44 r_hci_ble_conhdl_unregister = 0x40000d44 + 0x40000d48 r_hci_build_acl_data = 0x40000d48 + 0x40000d4c r_hci_build_cc_evt = 0x40000d4c + 0x40000d50 r_hci_build_cs_evt = 0x40000d50 + 0x40000d54 r_hci_build_evt = 0x40000d54 + 0x40000d58 r_hci_build_le_evt = 0x40000d58 + 0x40000d5c r_hci_cmd_get_max_param_size = 0x40000d5c + 0x40000d60 r_hci_cmd_received = 0x40000d60 + 0x40000d64 r_hci_cmd_reject = 0x40000d64 + 0x40000d68 r_hci_evt_mask_check = 0x40000d68 + 0x40000d6c r_hci_evt_mask_set = 0x40000d6c + 0x40000d70 r_hci_fc_acl_buf_size_set = 0x40000d70 + 0x40000d74 r_hci_fc_acl_en = 0x40000d74 + 0x40000d78 r_hci_fc_acl_packet_sent = 0x40000d78 + 0x40000d7c r_hci_fc_check_host_available_nb_acl_packets = 0x40000d7c + 0x40000d80 r_hci_fc_host_nb_acl_pkts_complete = 0x40000d80 + 0x40000d84 r_hci_fc_init = 0x40000d84 + 0x40000d88 r_hci_look_for_cmd_desc = 0x40000d88 + 0x40000d8c r_hci_look_for_evt_desc = 0x40000d8c + 0x40000d90 r_hci_look_for_le_evt_desc = 0x40000d90 + 0x40000d94 r_hci_look_for_le_evt_desc_esp = 0x40000d94 + 0x40000d98 r_hci_pack_bytes = 0x40000d98 + 0x40000da0 r_hci_send_2_controller = 0x40000da0 + 0x40000da4 r_hci_send_2_host = 0x40000da4 + 0x40000da8 r_hci_tl_c2h_data_flow_on = 0x40000da8 + 0x40000dac r_hci_tl_cmd_hdr_rx_evt_handler = 0x40000dac + 0x40000db0 r_hci_tl_cmd_pld_rx_evt_handler = 0x40000db0 + 0x40000db4 r_hci_tl_get_pkt = 0x40000db4 + 0x40000db8 r_hci_tl_hci_pkt_handler = 0x40000db8 + 0x40000dbc r_hci_tl_hci_tx_done_evt_handler = 0x40000dbc + 0x40000dc0 r_hci_tl_inc_nb_h2c_cmd_pkts = 0x40000dc0 + 0x40000dc4 r_hci_tl_save_pkt = 0x40000dc4 + 0x40000dc8 r_hci_tl_send = 0x40000dc8 + 0x40000dcc r_hci_tx_done = 0x40000dcc + 0x40000dd0 r_hci_tx_start = 0x40000dd0 + 0x40000dd4 r_hci_tx_trigger = 0x40000dd4 + 0x40000dd8 r_isValidSecretKey_256 = 0x40000dd8 + 0x40000ddc r_ke_check_malloc = 0x40000ddc + 0x40000de0 r_ke_event_callback_set = 0x40000de0 + 0x40000de4 r_ke_event_clear = 0x40000de4 + 0x40000de8 r_ke_event_flush = 0x40000de8 + 0x40000dec r_ke_event_get = 0x40000dec + 0x40000df0 r_ke_event_get_all = 0x40000df0 + 0x40000df4 r_ke_event_init = 0x40000df4 + 0x40000df8 r_ke_event_schedule = 0x40000df8 + 0x40000dfc r_ke_event_set = 0x40000dfc + 0x40000e00 r_ke_flush = 0x40000e00 + 0x40000e04 r_ke_free = 0x40000e04 + 0x40000e08 r_ke_handler_search = 0x40000e08 + 0x40000e0c r_ke_init = 0x40000e0c + 0x40000e10 r_ke_is_free = 0x40000e10 + 0x40000e14 r_ke_malloc = 0x40000e14 + 0x40000e18 r_ke_mem_init = 0x40000e18 + 0x40000e1c r_ke_mem_is_empty = 0x40000e1c + 0x40000e20 r_ke_mem_is_in_heap = 0x40000e20 + 0x40000e24 r_ke_msg_alloc = 0x40000e24 + 0x40000e28 r_ke_msg_dest_id_get = 0x40000e28 + 0x40000e2c r_ke_msg_discard = 0x40000e2c + 0x40000e30 r_ke_msg_forward = 0x40000e30 + 0x40000e34 r_ke_msg_forward_new_id = 0x40000e34 + 0x40000e38 r_ke_msg_free = 0x40000e38 + 0x40000e3c r_ke_msg_in_queue = 0x40000e3c + 0x40000e40 r_ke_msg_save = 0x40000e40 + 0x40000e44 r_ke_msg_send = 0x40000e44 + 0x40000e48 r_ke_msg_send_basic = 0x40000e48 + 0x40000e4c r_ke_msg_src_id_get = 0x40000e4c + 0x40000e50 r_ke_queue_extract = 0x40000e50 + 0x40000e54 r_ke_queue_insert = 0x40000e54 + 0x40000e58 r_ke_sleep_check = 0x40000e58 + 0x40000e5c r_ke_state_get = 0x40000e5c + 0x40000e60 r_ke_state_set = 0x40000e60 + 0x40000e64 r_ke_task_check = 0x40000e64 + 0x40000e68 r_ke_task_create = 0x40000e68 + 0x40000e6c r_ke_task_delete = 0x40000e6c + 0x40000e70 r_ke_task_handler_get = 0x40000e70 + 0x40000e74 r_ke_task_init = 0x40000e74 + 0x40000e78 r_ke_task_msg_flush = 0x40000e78 + 0x40000e7c r_ke_task_saved_update = 0x40000e7c + 0x40000e84 r_ke_time = 0x40000e84 + 0x40000e88 r_ke_time_cmp = 0x40000e88 + 0x40000e8c r_ke_time_past = 0x40000e8c + 0x40000e90 r_ke_timer_active = 0x40000e90 + 0x40000e94 r_ke_timer_adjust_all = 0x40000e94 + 0x40000e98 r_ke_timer_clear = 0x40000e98 + 0x40000e9c r_ke_timer_init = 0x40000e9c + 0x40000ea0 r_ke_timer_schedule = 0x40000ea0 + 0x40000ea4 r_ke_timer_set = 0x40000ea4 + 0x40000ea8 r_led_init = 0x40000ea8 + 0x40000eac r_led_set_all = 0x40000eac + 0x40000eb0 r_llc_aes_res_cb = 0x40000eb0 + 0x40000eb4 r_llc_ch_map_up_proc_err_cb = 0x40000eb4 + 0x40000eb8 r_llc_cleanup = 0x40000eb8 + 0x40000ebc r_llc_cmd_cmp_send = 0x40000ebc + 0x40000ec0 r_llc_cmd_stat_send = 0x40000ec0 + 0x40000ec4 r_llc_con_move_cbk = 0x40000ec4 + 0x40000ec8 r_llc_con_plan_set_update = 0x40000ec8 + 0x40000ecc r_llc_con_upd_param_in_range = 0x40000ecc + 0x40000ed0 r_llc_disconnect = 0x40000ed0 + 0x40000ed4 r_llc_disconnect_end = 0x40000ed4 + 0x40000ed8 r_llc_disconnect_proc_continue = 0x40000ed8 + 0x40000edc r_llc_disconnect_proc_err_cb = 0x40000edc + 0x40000ee0 r_llc_dl_chg_check = 0x40000ee0 + 0x40000ee4 r_llc_dle_proc_err_cb = 0x40000ee4 + 0x40000ee8 r_llc_feats_exch_proc_err_cb = 0x40000ee8 + 0x40000eec r_llc_hci_cmd_handler_tab_p_get = 0x40000eec + 0x40000ef4 r_llc_hci_con_param_req_evt_send = 0x40000ef4 + 0x40000ef8 r_llc_hci_con_upd_info_send = 0x40000ef8 + 0x40000efc r_llc_hci_disconnected_dis = 0x40000efc + 0x40000f00 r_llc_hci_dl_upd_info_send = 0x40000f00 + 0x40000f04 r_llc_hci_enc_evt_send = 0x40000f04 + 0x40000f08 r_llc_hci_feats_info_send = 0x40000f08 + 0x40000f0c r_llc_hci_le_phy_upd_cmp_evt_send = 0x40000f0c + 0x40000f10 r_llc_hci_ltk_request_evt_send = 0x40000f10 + 0x40000f14 r_llc_hci_nb_cmp_pkts_evt_send = 0x40000f14 + 0x40000f18 r_llc_hci_version_info_send = 0x40000f18 + 0x40000f1c r_llc_init_term_proc = 0x40000f1c + 0x40000f20 r_llc_iv_skd_rand_gen = 0x40000f20 + 0x40000f24 r_llc_le_ping_proc_continue = 0x40000f24 + 0x40000f28 r_llc_le_ping_proc_err_cb = 0x40000f28 + 0x40000f30 r_llc_le_ping_set = 0x40000f30 + 0x40000f34 r_llc_ll_pause_enc_rsp_ack_handler = 0x40000f34 + 0x40000f38 r_llc_ll_reject_ind_ack_handler = 0x40000f38 + 0x40000f3c r_llc_ll_reject_ind_pdu_send = 0x40000f3c + 0x40000f40 r_llc_ll_start_enc_rsp_ack_handler = 0x40000f40 + 0x40000f44 r_llc_ll_terminate_ind_ack = 0x40000f44 + 0x40000f48 r_llc_ll_unknown_ind_handler = 0x40000f48 + 0x40000f4c r_llc_llcp_send = 0x40000f4c + 0x40000f50 r_llc_llcp_state_set = 0x40000f50 + 0x40000f54 r_llc_llcp_trans_timer_set = 0x40000f54 + 0x40000f58 r_llc_llcp_tx_check = 0x40000f58 + 0x40000f64 r_llc_loc_con_upd_proc_err_cb = 0x40000f64 + 0x40000f68 r_llc_loc_dl_upd_proc_continue = 0x40000f68 + 0x40000f6c r_llc_loc_encrypt_proc_continue = 0x40000f6c + 0x40000f70 r_llc_loc_encrypt_proc_err_cb = 0x40000f70 + 0x40000f74 r_llc_loc_feats_exch_proc_continue = 0x40000f74 + 0x40000f7c r_llc_loc_phy_upd_proc_err_cb = 0x40000f7c + 0x40000f80 r_llc_msg_handler_tab_p_get = 0x40000f80 + 0x40000f84 r_llc_pref_param_compute = 0x40000f84 + 0x40000f88 r_llc_proc_collision_check = 0x40000f88 + 0x40000f8c r_llc_proc_err_ind = 0x40000f8c + 0x40000f90 r_llc_proc_get = 0x40000f90 + 0x40000f94 r_llc_proc_id_get = 0x40000f94 + 0x40000f98 r_llc_proc_reg = 0x40000f98 + 0x40000f9c r_llc_proc_state_get = 0x40000f9c + 0x40000fa0 r_llc_proc_state_set = 0x40000fa0 + 0x40000fa4 r_llc_proc_timer_pause_set = 0x40000fa4 + 0x40000fa8 r_llc_proc_timer_set = 0x40000fa8 + 0x40000fac r_llc_proc_unreg = 0x40000fac + 0x40000fb0 r_llc_rem_ch_map_proc_continue = 0x40000fb0 + 0x40000fb8 r_llc_rem_con_upd_proc_err_cb = 0x40000fb8 + 0x40000fbc r_llc_rem_dl_upd_proc = 0x40000fbc + 0x40000fc0 r_llc_rem_encrypt_proc_continue = 0x40000fc0 + 0x40000fc4 r_llc_rem_encrypt_proc_err_cb = 0x40000fc4 + 0x40000fc8 r_llc_rem_phy_upd_proc_continue = 0x40000fc8 + 0x40000fcc r_llc_rem_phy_upd_proc_err_cb = 0x40000fcc + 0x40000fd0 r_llc_role_get = 0x40000fd0 + 0x40000fd4 r_llc_sk_gen = 0x40000fd4 + 0x40000fd8 r_llc_start = 0x40000fd8 + 0x40000fdc r_llc_stop = 0x40000fdc + 0x40000fe0 r_llc_ver_exch_loc_proc_continue = 0x40000fe0 + 0x40000fe4 r_llc_ver_proc_err_cb = 0x40000fe4 + 0x40000fe8 r_llcp_pdu_handler_tab_p_get = 0x40000fe8 + 0x40000fec r_lld_aa_gen = 0x40000fec + 0x40000ff0 r_lld_adv_adv_data_set = 0x40000ff0 + 0x40000ff4 r_lld_adv_adv_data_update = 0x40000ff4 + 0x40000ff8 r_lld_adv_aux_ch_idx_set = 0x40000ff8 + 0x40000ffc r_lld_adv_aux_evt_canceled_cbk = 0x40000ffc + 0x40001000 r_lld_adv_aux_evt_start_cbk = 0x40001000 + 0x40001004 r_lld_adv_coex_check_ext_adv_synced = 0x40001004 + 0x40001008 r_lld_adv_coex_env_reset = 0x40001008 + 0x4000100c r_lld_adv_duration_update = 0x4000100c + 0x40001010 r_lld_adv_dynamic_pti_process = 0x40001010 + 0x40001014 r_lld_adv_end = 0x40001014 + 0x40001018 r_lld_adv_evt_canceled_cbk = 0x40001018 + 0x4000101c r_lld_adv_evt_start_cbk = 0x4000101c + 0x40001020 r_lld_adv_ext_chain_construct = 0x40001020 + 0x40001024 r_lld_adv_ext_pkt_prepare = 0x40001024 + 0x40001028 r_lld_adv_frm_cbk = 0x40001028 + 0x4000102c r_lld_adv_frm_isr = 0x4000102c + 0x40001030 r_lld_adv_frm_skip_isr = 0x40001030 + 0x40001034 r_lld_adv_init = 0x40001034 + 0x40001038 r_lld_adv_pkt_rx = 0x40001038 + 0x4000103c r_lld_adv_pkt_rx_connect_ind = 0x4000103c + 0x40001040 r_lld_adv_pkt_rx_send_scan_req_evt = 0x40001040 + 0x40001044 r_lld_adv_rand_addr_update = 0x40001044 + 0x40001048 r_lld_adv_restart = 0x40001048 + 0x4000104c r_lld_adv_scan_rsp_data_set = 0x4000104c + 0x40001050 r_lld_adv_scan_rsp_data_update = 0x40001050 + 0x40001054 r_lld_adv_set_tx_power = 0x40001054 + 0x40001058 r_lld_adv_start = 0x40001058 + 0x4000105c r_lld_adv_stop = 0x4000105c + 0x40001060 r_lld_adv_sync_info_set = 0x40001060 + 0x40001064 r_lld_adv_sync_info_update = 0x40001064 + 0x40001068 r_lld_calc_aux_rx = 0x40001068 + 0x4000106c r_lld_cca_alloc = 0x4000106c + 0x40001070 r_lld_cca_data_reset = 0x40001070 + 0x40001074 r_lld_cca_free = 0x40001074 + 0x40001078 r_lld_ch_assess_data_get = 0x40001078 + 0x4000107c r_lld_ch_idx_get = 0x4000107c + 0x40001080 r_lld_ch_map_set = 0x40001080 + 0x40001084 r_lld_channel_assess = 0x40001084 + 0x40001088 r_lld_con_activity_act_offset_compute = 0x40001088 + 0x4000108c r_lld_con_activity_offset_compute = 0x4000108c + 0x40001090 r_lld_con_ch_map_update = 0x40001090 + 0x40001094 r_lld_con_cleanup = 0x40001094 + 0x40001098 r_lld_con_current_tx_power_get = 0x40001098 + 0x4000109c r_lld_con_data_flow_set = 0x4000109c + 0x400010a0 r_lld_con_data_len_update = 0x400010a0 + 0x400010a4 r_lld_con_data_tx = 0x400010a4 + 0x400010a8 r_lld_con_enc_key_load = 0x400010a8 + 0x400010ac r_lld_con_event_counter_get = 0x400010ac + 0x400010b0 r_lld_con_evt_canceled_cbk = 0x400010b0 + 0x400010b4 r_lld_con_evt_duration_min_get = 0x400010b4 + 0x400010b8 r_lld_con_evt_max_eff_time_cal = 0x400010b8 + 0x400010bc r_lld_con_evt_sd_evt_time_get = 0x400010bc + 0x400010c0 r_lld_con_evt_start_cbk = 0x400010c0 + 0x400010c4 r_lld_con_evt_time_update = 0x400010c4 + 0x400010c8 r_lld_con_free_all_tx_buf = 0x400010c8 + 0x400010cc r_lld_con_frm_cbk = 0x400010cc + 0x400010d0 r_lld_con_frm_isr = 0x400010d0 + 0x400010d4 r_lld_con_frm_skip_isr = 0x400010d4 + 0x400010d8 r_lld_con_init = 0x400010d8 + 0x400010dc r_lld_con_llcp_tx = 0x400010dc + 0x400010e0 r_lld_con_max_lat_calc = 0x400010e0 + 0x400010e4 r_lld_con_offset_get = 0x400010e4 + 0x400010e8 r_lld_con_param_update = 0x400010e8 + 0x400010ec r_lld_con_phys_update = 0x400010ec + 0x400010f0 r_lld_con_pref_slave_evt_dur_set = 0x400010f0 + 0x400010f4 r_lld_con_pref_slave_latency_set = 0x400010f4 + 0x400010f8 r_lld_con_rssi_get = 0x400010f8 + 0x400010fc r_lld_con_rx = 0x400010fc + 0x40001104 r_lld_con_rx_enc = 0x40001104 + 0x40001108 r_lld_con_rx_isr = 0x40001108 + 0x4000110c r_lld_con_rx_link_info_check = 0x4000110c + 0x40001110 r_lld_con_rx_llcp_check = 0x40001110 + 0x40001114 r_lld_con_rx_sync_time_update = 0x40001114 + 0x4000111c r_lld_con_set_tx_power = 0x4000111c + 0x40001120 r_lld_con_start = 0x40001120 + 0x40001128 r_lld_con_tx = 0x40001128 + 0x4000112c r_lld_con_tx_enc = 0x4000112c + 0x40001130 r_lld_con_tx_isr = 0x40001130 + 0x40001134 r_lld_con_tx_len_update = 0x40001134 + 0x40001138 r_lld_con_tx_len_update_for_intv = 0x40001138 + 0x4000113c r_lld_con_tx_len_update_for_rate = 0x4000113c + 0x40001140 r_lld_con_tx_prog = 0x40001140 + 0x40001144 r_lld_conn_dynamic_pti_process = 0x40001144 + 0x40001148 r_lld_continue_scan_rx_isr_end_process = 0x40001148 + 0x4000114c r_lld_ext_scan_dynamic_pti_process = 0x4000114c + 0x40001150 r_lld_hw_cca_end_isr = 0x40001150 + 0x40001154 r_lld_hw_cca_evt_handler = 0x40001154 + 0x40001158 r_lld_hw_cca_isr = 0x40001158 + 0x4000115c r_lld_init_cal_anchor_point = 0x4000115c + 0x40001160 r_lld_init_compute_winoffset = 0x40001160 + 0x40001164 r_lld_init_connect_req_pack = 0x40001164 + 0x40001168 r_lld_init_end = 0x40001168 + 0x4000116c r_lld_init_evt_canceled_cbk = 0x4000116c + 0x40001170 r_lld_init_evt_start_cbk = 0x40001170 + 0x40001174 r_lld_init_frm_cbk = 0x40001174 + 0x40001178 r_lld_init_frm_eof_isr = 0x40001178 + 0x4000117c r_lld_init_frm_skip_isr = 0x4000117c + 0x40001180 r_lld_init_init = 0x40001180 + 0x40001184 r_lld_init_process_pkt_rx = 0x40001184 + 0x40001188 r_lld_init_process_pkt_rx_adv_ext_ind = 0x40001188 + 0x4000118c r_lld_init_process_pkt_rx_adv_ind_or_direct_ind = 0x4000118c + 0x40001190 r_lld_init_process_pkt_rx_aux_connect_rsp = 0x40001190 + 0x40001194 r_lld_init_process_pkt_tx = 0x40001194 + 0x40001198 r_lld_init_process_pkt_tx_cal_con_timestamp = 0x40001198 + 0x4000119c r_lld_init_sched = 0x4000119c + 0x400011a0 r_lld_init_set_tx_power = 0x400011a0 + 0x400011a4 r_lld_init_start = 0x400011a4 + 0x400011a8 r_lld_init_stop = 0x400011a8 + 0x400011ac r_lld_instant_proc_end = 0x400011ac + 0x400011b4 r_lld_per_adv_ch_map_update = 0x400011b4 + 0x400011b8 r_lld_per_adv_chain_construct = 0x400011b8 + 0x400011bc r_lld_per_adv_cleanup = 0x400011bc + 0x400011c0 r_lld_per_adv_coex_env_reset = 0x400011c0 + 0x400011c4 r_lld_per_adv_data_set = 0x400011c4 + 0x400011c8 r_lld_per_adv_data_update = 0x400011c8 + 0x400011cc r_lld_per_adv_dynamic_pti_process = 0x400011cc + 0x400011d0 r_lld_per_adv_evt_canceled_cbk = 0x400011d0 + 0x400011d4 r_lld_per_adv_evt_start_cbk = 0x400011d4 + 0x400011d8 r_lld_per_adv_ext_pkt_prepare = 0x400011d8 + 0x400011dc r_lld_per_adv_frm_cbk = 0x400011dc + 0x400011e0 r_lld_per_adv_frm_isr = 0x400011e0 + 0x400011e4 r_lld_per_adv_frm_skip_isr = 0x400011e4 + 0x400011e8 r_lld_per_adv_init = 0x400011e8 + 0x400011ec r_lld_per_adv_init_info_get = 0x400011ec + 0x400011f0 r_lld_per_adv_list_add = 0x400011f0 + 0x400011f4 r_lld_per_adv_list_rem = 0x400011f4 + 0x400011fc r_lld_per_adv_set_tx_power = 0x400011fc + 0x40001200 r_lld_per_adv_start = 0x40001200 + 0x40001204 r_lld_per_adv_stop = 0x40001204 + 0x40001208 r_lld_per_adv_sync_info_get = 0x40001208 + 0x4000120c r_lld_process_cca_data = 0x4000120c + 0x40001210 r_lld_ral_search = 0x40001210 + 0x40001214 r_lld_read_clock = 0x40001214 + 0x40001218 r_lld_res_list_add = 0x40001218 + 0x40001220 r_lld_res_list_is_empty = 0x40001220 + 0x40001224 r_lld_res_list_local_rpa_get = 0x40001224 + 0x40001228 r_lld_res_list_peer_rpa_get = 0x40001228 + 0x4000122c r_lld_res_list_peer_update = 0x4000122c + 0x40001238 r_lld_reset_reg = 0x40001238 + 0x4000123c r_lld_rpa_renew = 0x4000123c + 0x40001240 r_lld_rpa_renew_evt_canceled_cbk = 0x40001240 + 0x40001244 r_lld_rpa_renew_evt_start_cbk = 0x40001244 + 0x40001248 r_lld_rpa_renew_instant_cbk = 0x40001248 + 0x4000124c r_lld_rxdesc_check = 0x4000124c + 0x40001250 r_lld_rxdesc_free = 0x40001250 + 0x40001254 r_lld_scan_create_sync = 0x40001254 + 0x40001258 r_lld_scan_create_sync_cancel = 0x40001258 + 0x4000125c r_lld_scan_end = 0x4000125c + 0x40001260 r_lld_scan_evt_canceled_cbk = 0x40001260 + 0x40001264 r_lld_scan_evt_start_cbk = 0x40001264 + 0x40001268 r_lld_scan_frm_cbk = 0x40001268 + 0x4000126c r_lld_scan_frm_eof_isr = 0x4000126c + 0x40001270 r_lld_scan_frm_rx_isr = 0x40001270 + 0x40001274 r_lld_scan_frm_skip_isr = 0x40001274 + 0x40001278 r_lld_scan_init = 0x40001278 + 0x4000127c r_lld_scan_params_update = 0x4000127c + 0x40001288 r_lld_scan_process_pkt_rx_aux_adv_ind = 0x40001288 + 0x4000128c r_lld_scan_process_pkt_rx_aux_chain_ind = 0x4000128c + 0x40001290 r_lld_scan_process_pkt_rx_aux_scan_rsp = 0x40001290 + 0x40001294 r_lld_scan_process_pkt_rx_ext_adv = 0x40001294 + 0x40001298 r_lld_scan_process_pkt_rx_ext_adv_ind = 0x40001298 + 0x4000129c r_lld_scan_process_pkt_rx_legacy_adv = 0x4000129c + 0x400012a0 r_lld_scan_restart = 0x400012a0 + 0x400012a4 r_lld_scan_sched = 0x400012a4 + 0x400012a8 r_lld_scan_set_tx_power = 0x400012a8 + 0x400012ac r_lld_scan_start = 0x400012ac + 0x400012b0 r_lld_scan_stop = 0x400012b0 + 0x400012b4 r_lld_scan_sync_accept = 0x400012b4 + 0x400012b8 r_lld_scan_sync_info_unpack = 0x400012b8 + 0x400012bc r_lld_scan_trunc_ind = 0x400012bc + 0x400012c0 r_lld_sw_cca_evt_handler = 0x400012c0 + 0x400012c4 r_lld_sw_cca_isr = 0x400012c4 + 0x400012c8 r_lld_sync_ch_map_update = 0x400012c8 + 0x400012cc r_lld_sync_cleanup = 0x400012cc + 0x400012d0 r_lld_sync_evt_canceled_cbk = 0x400012d0 + 0x400012d4 r_lld_sync_evt_start_cbk = 0x400012d4 + 0x400012d8 r_lld_sync_frm_cbk = 0x400012d8 + 0x400012dc r_lld_sync_frm_eof_isr = 0x400012dc + 0x400012e0 r_lld_sync_frm_rx_isr = 0x400012e0 + 0x400012e4 r_lld_sync_frm_skip_isr = 0x400012e4 + 0x400012e8 r_lld_sync_init = 0x400012e8 + 0x400012ec r_lld_sync_process_pkt_rx = 0x400012ec + 0x400012f0 r_lld_sync_process_pkt_rx_aux_sync_ind = 0x400012f0 + 0x400012f4 r_lld_sync_process_pkt_rx_pkt_check = 0x400012f4 + 0x400012f8 r_lld_sync_scan_dynamic_pti_process = 0x400012f8 + 0x400012fc r_lld_sync_sched = 0x400012fc + 0x40001300 r_lld_sync_start = 0x40001300 + 0x40001304 r_lld_sync_stop = 0x40001304 + 0x40001308 r_lld_sync_trunc_ind = 0x40001308 + 0x4000130c r_lld_test_cleanup = 0x4000130c + 0x40001310 r_lld_test_evt_canceled_cbk = 0x40001310 + 0x40001314 r_lld_test_evt_start_cbk = 0x40001314 + 0x40001318 r_lld_test_freq2chnl = 0x40001318 + 0x4000131c r_lld_test_frm_cbk = 0x4000131c + 0x40001320 r_lld_test_frm_isr = 0x40001320 + 0x40001324 r_lld_test_init = 0x40001324 + 0x40001328 r_lld_test_rx_isr = 0x40001328 + 0x4000132c r_lld_test_set_tx_power = 0x4000132c + 0x40001330 r_lld_test_start = 0x40001330 + 0x40001338 r_lld_update_rxbuf = 0x40001338 + 0x4000133c r_lld_update_rxbuf_isr = 0x4000133c + 0x40001340 r_lld_white_list_add = 0x40001340 + 0x40001344 r_lld_white_list_rem = 0x40001344 + 0x40001348 r_llm_activity_free_get = 0x40001348 + 0x4000134c r_llm_activity_free_set = 0x4000134c + 0x40001350 r_llm_activity_syncing_get = 0x40001350 + 0x40001354 r_llm_adv_con_len_check = 0x40001354 + 0x40001358 r_llm_adv_hdl_to_id = 0x40001358 + 0x4000135c r_llm_adv_rep_flow_control_check = 0x4000135c + 0x40001360 r_llm_adv_rep_flow_control_update = 0x40001360 + 0x40001364 r_llm_adv_reports_list_check = 0x40001364 + 0x40001368 r_llm_adv_set_all_release = 0x40001368 + 0x4000136c r_llm_adv_set_dft_params = 0x4000136c + 0x40001370 r_llm_adv_set_release = 0x40001370 + 0x40001374 r_llm_aes_res_cb = 0x40001374 + 0x40001378 r_llm_ble_update_adv_flow_control = 0x40001378 + 0x4000137c r_llm_ch_map_update = 0x4000137c + 0x40001380 r_llm_cmd_cmp_send = 0x40001380 + 0x40001384 r_llm_cmd_stat_send = 0x40001384 + 0x40001388 r_llm_dev_list_empty_entry = 0x40001388 + 0x4000138c r_llm_dev_list_search = 0x4000138c + 0x40001390 r_llm_env_adv_dup_filt_deinit = 0x40001390 + 0x40001394 r_llm_env_adv_dup_filt_init = 0x40001394 + 0x40001398 r_llm_init_ble_adv_report_flow_contol = 0x40001398 + 0x4000139c r_llm_is_dev_connected = 0x4000139c + 0x400013a0 r_llm_is_dev_synced = 0x400013a0 + 0x400013a4 r_llm_is_non_con_act_ongoing_check = 0x400013a4 + 0x400013a8 r_llm_is_wl_accessible = 0x400013a8 + 0x400013ac r_llm_le_evt_mask_check = 0x400013ac + 0x400013b4 r_llm_link_disc = 0x400013b4 + 0x400013b8 r_llm_master_ch_map_get = 0x400013b8 + 0x400013bc r_llm_msg_handler_tab_p_get = 0x400013bc + 0x400013c0 r_llm_no_activity = 0x400013c0 + 0x400013c4 r_llm_per_adv_slot_dur = 0x400013c4 + 0x400013c8 r_llm_plan_elt_get = 0x400013c8 + 0x400013cc r_llm_rx_path_comp_get = 0x400013cc + 0x400013d0 r_llm_scan_start = 0x400013d0 + 0x400013d4 r_llm_scan_sync_acad_attach = 0x400013d4 + 0x400013d8 r_llm_scan_sync_acad_detach = 0x400013d8 + 0x400013dc r_llm_send_adv_lost_event_to_host = 0x400013dc + 0x400013e0 r_llm_tx_path_comp_get = 0x400013e0 + 0x400013e4 r_misc_deinit = 0x400013e4 + 0x400013e8 r_misc_free_em_buf_in_isr = 0x400013e8 + 0x400013ec r_misc_init = 0x400013ec + 0x400013f0 r_misc_msg_handler_tab_p_get = 0x400013f0 + 0x400013f4 r_notEqual256 = 0x400013f4 + 0x400013f8 r_phy_upd_proc_start = 0x400013f8 + 0x400013fc r_platform_reset = 0x400013fc + 0x40001404 r_rf_em_init = 0x40001404 + 0x40001408 r_rf_force_agc_enable = 0x40001408 + 0x4000140c r_rf_reg_rd = 0x4000140c + 0x40001410 r_rf_reg_wr = 0x40001410 + 0x40001414 r_rf_reset = 0x40001414 + 0x40001418 r_rf_rssi_convert = 0x40001418 + 0x4000141c r_rf_rw_v9_le_disable = 0x4000141c + 0x40001420 r_rf_rw_v9_le_enable = 0x40001420 + 0x40001424 r_rf_sleep = 0x40001424 + 0x40001430 r_rf_util_cs_fmt_convert = 0x40001430 + 0x40001434 r_rw_crypto_aes_ccm = 0x40001434 + 0x40001438 r_rw_crypto_aes_encrypt = 0x40001438 + 0x4000143c r_rw_crypto_aes_init = 0x4000143c + 0x40001440 r_rw_crypto_aes_k1 = 0x40001440 + 0x40001444 r_rw_crypto_aes_k2 = 0x40001444 + 0x40001448 r_rw_crypto_aes_k3 = 0x40001448 + 0x4000144c r_rw_crypto_aes_k4 = 0x4000144c + 0x40001450 r_rw_crypto_aes_rand = 0x40001450 + 0x40001454 r_rw_crypto_aes_result_handler = 0x40001454 + 0x40001458 r_rw_crypto_aes_s1 = 0x40001458 + 0x4000145c r_rw_cryto_aes_cmac = 0x4000145c + 0x40001460 r_rw_v9_init_em_radio_table = 0x40001460 + 0x40001468 r_rwble_sleep_enter = 0x40001468 + 0x4000146c r_rwble_sleep_wakeup_end = 0x4000146c + 0x40001474 r_rwip_active_check = 0x40001474 + 0x40001478 r_rwip_aes_encrypt = 0x40001478 + 0x40001480 r_rwip_crypt_evt_handler = 0x40001480 + 0x40001484 r_rwip_crypt_isr_handler = 0x40001484 + 0x40001488 r_rwip_eif_get = 0x40001488 + 0x4000148c r_rwip_half_slot_2_lpcycles = 0x4000148c + 0x40001490 r_rwip_hus_2_lpcycles = 0x40001490 + 0x40001494 r_rwip_isr = 0x40001494 + 0x40001498 r_rwip_lpcycles_2_hus = 0x40001498 + 0x4000149c r_rwip_prevent_sleep_clear = 0x4000149c + 0x400014a0 r_rwip_prevent_sleep_set = 0x400014a0 + 0x400014a4 r_rwip_schedule = 0x400014a4 + 0x400014a8 r_rwip_sleep = 0x400014a8 + 0x400014ac r_rwip_sw_int_handler = 0x400014ac + 0x400014b0 r_rwip_sw_int_req = 0x400014b0 + 0x400014b4 r_rwip_time_get = 0x400014b4 + 0x400014b8 r_rwip_timer_10ms_handler = 0x400014b8 + 0x400014bc r_rwip_timer_10ms_set = 0x400014bc + 0x400014c0 r_rwip_timer_hs_handler = 0x400014c0 + 0x400014c4 r_rwip_timer_hs_set = 0x400014c4 + 0x400014c8 r_rwip_timer_hus_handler = 0x400014c8 + 0x400014cc r_rwip_timer_hus_set = 0x400014cc + 0x400014d0 r_rwip_wakeup = 0x400014d0 + 0x400014d8 r_rwip_wlcoex_set = 0x400014d8 + 0x400014dc r_sch_alarm_clear = 0x400014dc + 0x400014e0 r_sch_alarm_init = 0x400014e0 + 0x400014e4 r_sch_alarm_prog = 0x400014e4 + 0x400014e8 r_sch_alarm_set = 0x400014e8 + 0x400014ec r_sch_alarm_timer_isr = 0x400014ec + 0x400014f0 r_sch_arb_conflict_check = 0x400014f0 + 0x400014f4 r_sch_arb_elt_cancel = 0x400014f4 + 0x400014fc r_sch_arb_init = 0x400014fc + 0x40001500 r_sch_arb_insert = 0x40001500 + 0x40001504 r_sch_arb_prog_timer = 0x40001504 + 0x40001508 r_sch_arb_remove = 0x40001508 + 0x4000150c r_sch_arb_sw_isr = 0x4000150c + 0x40001510 r_sch_plan_chk = 0x40001510 + 0x40001514 r_sch_plan_clock_wrap_offset_update = 0x40001514 + 0x40001518 r_sch_plan_init = 0x40001518 + 0x4000151c r_sch_plan_interval_req = 0x4000151c + 0x40001520 r_sch_plan_offset_max_calc = 0x40001520 + 0x40001524 r_sch_plan_offset_req = 0x40001524 + 0x40001528 r_sch_plan_position_range_compute = 0x40001528 + 0x4000152c r_sch_plan_rem = 0x4000152c + 0x40001530 r_sch_plan_req = 0x40001530 + 0x4000153c r_sch_prog_init = 0x4000153c + 0x40001540 r_sch_prog_push = 0x40001540 + 0x40001544 r_sch_prog_rx_isr = 0x40001544 + 0x40001548 r_sch_prog_skip_isr = 0x40001548 + 0x4000154c r_sch_prog_tx_isr = 0x4000154c + 0x40001550 r_sch_slice_bg_add = 0x40001550 + 0x40001554 r_sch_slice_bg_remove = 0x40001554 + 0x40001558 r_sch_slice_compute = 0x40001558 + 0x4000155c r_sch_slice_fg_add = 0x4000155c + 0x40001560 r_sch_slice_fg_remove = 0x40001560 + 0x40001564 r_sch_slice_init = 0x40001564 + 0x40001568 r_sch_slice_per_add = 0x40001568 + 0x4000156c r_sch_slice_per_remove = 0x4000156c + 0x40001570 r_sdk_config_get_bt_sleep_enable = 0x40001570 + 0x40001574 r_sdk_config_get_hl_derived_opts = 0x40001574 + 0x40001578 r_sdk_config_get_opts = 0x40001578 + 0x4000157c r_sdk_config_get_priv_opts = 0x4000157c + 0x40001580 r_sdk_config_set_bt_sleep_enable = 0x40001580 + 0x40001584 r_sdk_config_set_hl_derived_opts = 0x40001584 + 0x40001588 r_sdk_config_set_opts = 0x40001588 + 0x4000158c r_specialModP256 = 0x4000158c + 0x40001590 r_unloaded_area_init = 0x40001590 + 0x40001594 r_vhci_flow_off = 0x40001594 + 0x40001598 r_vhci_flow_on = 0x40001598 + 0x4000159c r_vhci_notify_host_send_available = 0x4000159c + 0x400015a0 r_vhci_send_to_host = 0x400015a0 + 0x400015a4 r_vnd_hci_command_handler = 0x400015a4 + 0x400015a8 r_vshci_init = 0x400015a8 + 0x400015ac vnd_hci_command_handler_wrapper = 0x400015ac + 0x40001c60 r_llc_loc_encrypt_proc_continue_hook = 0x40001c60 + 0x40001c64 r_llc_loc_phy_upd_proc_continue_hook = 0x40001c64 + 0x40001c68 r_llc_rem_phy_upd_proc_continue_hook = 0x40001c68 + 0x40001c6c r_lld_scan_frm_eof_isr_hook = 0x40001c6c + 0x40001c70 r_lld_scan_evt_start_cbk_hook = 0x40001c70 + 0x40001c78 r_lld_scan_process_pkt_rx_ext_adv_hook = 0x40001c78 + 0x40001c7c r_lld_scan_sched_hook = 0x40001c7c + 0x40001c84 r_lld_adv_evt_start_cbk_hook = 0x40001c84 + 0x40001c88 r_lld_adv_aux_evt_start_cbk_hook = 0x40001c88 + 0x40001c8c r_lld_adv_frm_isr_hook = 0x40001c8c + 0x40001c90 r_lld_adv_start_init_evt_param_hook = 0x40001c90 + 0x40001c94 r_lld_con_evt_canceled_cbk_hook = 0x40001c94 + 0x40001c98 r_lld_con_frm_isr_hook = 0x40001c98 + 0x40001c9c r_lld_con_tx_hook = 0x40001c9c + 0x40001ca0 r_lld_con_rx_hook = 0x40001ca0 + 0x40001ca4 r_lld_con_evt_start_cbk_hook = 0x40001ca4 + 0x40001cac r_lld_con_tx_prog_new_packet_hook = 0x40001cac + 0x40001cb0 r_lld_init_frm_eof_isr_hook = 0x40001cb0 + 0x40001cb4 r_lld_init_evt_start_cbk_hook = 0x40001cb4 + 0x40001cbc r_lld_init_sched_hook = 0x40001cbc + 0x40001cc0 r_lld_init_process_pkt_tx_hook = 0x40001cc0 + 0x40001cc4 r_lld_per_adv_evt_start_cbk_hook = 0x40001cc4 + 0x40001cc8 r_lld_per_adv_frm_isr_hook = 0x40001cc8 + 0x40001ccc r_lld_per_adv_start_hook = 0x40001ccc + 0x40001cd0 r_lld_sync_frm_eof_isr_hook = 0x40001cd0 + 0x40001cd4 r_lld_sync_evt_start_cbk_hook = 0x40001cd4 + 0x40001cd8 r_lld_sync_start_hook = 0x40001cd8 + 0x40001cdc r_lld_sync_process_pkt_rx_pkt_check_hook = 0x40001cdc + 0x40001ce0 r_sch_arb_insert_hook = 0x40001ce0 + 0x40001ce4 r_sch_plan_offset_req_hook = 0x40001ce4 + 0x40000764 __absvdi2 = 0x40000764 + 0x40000768 __absvsi2 = 0x40000768 + 0x4000076c __adddf3 = 0x4000076c + 0x40000770 __addsf3 = 0x40000770 + 0x40000774 __addvdi3 = 0x40000774 + 0x40000778 __addvsi3 = 0x40000778 + 0x4000077c __ashldi3 = 0x4000077c + 0x40000780 __ashrdi3 = 0x40000780 + 0x40000784 __bswapdi2 = 0x40000784 + 0x40000788 __bswapsi2 = 0x40000788 + 0x4000078c __clear_cache = 0x4000078c + 0x40000790 __clrsbdi2 = 0x40000790 + 0x40000794 __clrsbsi2 = 0x40000794 + 0x40000798 __clzdi2 = 0x40000798 + 0x4000079c __clzsi2 = 0x4000079c + 0x400007a0 __cmpdi2 = 0x400007a0 + 0x400007a4 __ctzdi2 = 0x400007a4 + 0x400007a8 __ctzsi2 = 0x400007a8 + 0x400007ac __divdc3 = 0x400007ac + 0x400007b0 __divdf3 = 0x400007b0 + 0x400007b4 __divdi3 = 0x400007b4 + 0x400007b8 __divsc3 = 0x400007b8 + 0x400007bc __divsf3 = 0x400007bc + 0x400007c0 __divsi3 = 0x400007c0 + 0x400007c4 __eqdf2 = 0x400007c4 + 0x400007c8 __eqsf2 = 0x400007c8 + 0x400007cc __extendsfdf2 = 0x400007cc + 0x400007d0 __ffsdi2 = 0x400007d0 + 0x400007d4 __ffssi2 = 0x400007d4 + 0x400007d8 __fixdfdi = 0x400007d8 + 0x400007dc __fixdfsi = 0x400007dc + 0x400007e0 __fixsfdi = 0x400007e0 + 0x400007e4 __fixsfsi = 0x400007e4 + 0x400007e8 __fixunsdfsi = 0x400007e8 + 0x400007ec __fixunssfdi = 0x400007ec + 0x400007f0 __fixunssfsi = 0x400007f0 + 0x400007f4 __floatdidf = 0x400007f4 + 0x400007f8 __floatdisf = 0x400007f8 + 0x400007fc __floatsidf = 0x400007fc + 0x40000800 __floatsisf = 0x40000800 + 0x40000804 __floatundidf = 0x40000804 + 0x40000808 __floatundisf = 0x40000808 + 0x4000080c __floatunsidf = 0x4000080c + 0x40000810 __floatunsisf = 0x40000810 + 0x40000814 __gcc_bcmp = 0x40000814 + 0x40000818 __gedf2 = 0x40000818 + 0x4000081c __gesf2 = 0x4000081c + 0x40000820 __gtdf2 = 0x40000820 + 0x40000824 __gtsf2 = 0x40000824 + 0x40000828 __ledf2 = 0x40000828 + 0x4000082c __lesf2 = 0x4000082c + 0x40000830 __lshrdi3 = 0x40000830 + 0x40000834 __ltdf2 = 0x40000834 + 0x40000838 __ltsf2 = 0x40000838 + 0x4000083c __moddi3 = 0x4000083c + 0x40000840 __modsi3 = 0x40000840 + 0x40000844 __muldc3 = 0x40000844 + 0x40000848 __muldf3 = 0x40000848 + 0x4000084c __muldi3 = 0x4000084c + 0x40000850 __mulsc3 = 0x40000850 + 0x40000854 __mulsf3 = 0x40000854 + 0x40000858 __mulsi3 = 0x40000858 + 0x4000085c __mulvdi3 = 0x4000085c + 0x40000860 __mulvsi3 = 0x40000860 + 0x40000864 __nedf2 = 0x40000864 + 0x40000868 __negdf2 = 0x40000868 + 0x4000086c __negdi2 = 0x4000086c + 0x40000870 __negsf2 = 0x40000870 + 0x40000874 __negvdi2 = 0x40000874 + 0x40000878 __negvsi2 = 0x40000878 + 0x4000087c __nesf2 = 0x4000087c + 0x40000880 __paritysi2 = 0x40000880 + 0x40000884 __popcountdi2 = 0x40000884 + 0x40000888 __popcountsi2 = 0x40000888 + 0x4000088c __powidf2 = 0x4000088c + 0x40000890 __powisf2 = 0x40000890 + 0x40000894 __subdf3 = 0x40000894 + 0x40000898 __subsf3 = 0x40000898 + 0x4000089c __subvdi3 = 0x4000089c + 0x400008a0 __subvsi3 = 0x400008a0 + 0x400008a4 __truncdfsf2 = 0x400008a4 + 0x400008a8 __ucmpdi2 = 0x400008a8 + 0x400008ac __udivdi3 = 0x400008ac + 0x400008b0 __udivmoddi4 = 0x400008b0 + 0x400008b4 __udivsi3 = 0x400008b4 + 0x400008b8 __udiv_w_sdiv = 0x400008b8 + 0x400008bc __umoddi3 = 0x400008bc + 0x400008c0 __umodsi3 = 0x400008c0 + 0x400008c4 __unorddf2 = 0x400008c4 + 0x400008c8 __unordsf2 = 0x400008c8 + 0x40000010 _rom_chip_id = 0x40000010 + 0x40000014 _rom_eco_version = 0x40000014 + 0x40000350 esp_rom_newlib_init_common_mutexes = 0x40000350 + 0x40000354 memset = 0x40000354 + 0x40000358 memcpy = 0x40000358 + 0x4000035c memmove = 0x4000035c + 0x40000360 memcmp = 0x40000360 + 0x40000364 strcpy = 0x40000364 + 0x40000368 strncpy = 0x40000368 + 0x4000036c strcmp = 0x4000036c + 0x40000370 strncmp = 0x40000370 + 0x40000374 strlen = 0x40000374 + 0x40000378 strstr = 0x40000378 + 0x4000037c bzero = 0x4000037c + 0x40000384 sbrk = 0x40000384 + 0x40000388 isalnum = 0x40000388 + 0x4000038c isalpha = 0x4000038c + 0x40000390 isascii = 0x40000390 + 0x40000394 isblank = 0x40000394 + 0x40000398 iscntrl = 0x40000398 + 0x4000039c isdigit = 0x4000039c + 0x400003a0 islower = 0x400003a0 + 0x400003a4 isgraph = 0x400003a4 + 0x400003a8 isprint = 0x400003a8 + 0x400003ac ispunct = 0x400003ac + 0x400003b0 isspace = 0x400003b0 + 0x400003b4 isupper = 0x400003b4 + 0x400003b8 toupper = 0x400003b8 + 0x400003bc tolower = 0x400003bc + 0x400003c0 toascii = 0x400003c0 + 0x400003c4 memccpy = 0x400003c4 + 0x400003c8 memchr = 0x400003c8 + 0x400003cc memrchr = 0x400003cc + 0x400003d0 strcasecmp = 0x400003d0 + 0x400003d4 strcasestr = 0x400003d4 + 0x400003d8 strcat = 0x400003d8 + 0x400003dc strdup = 0x400003dc + 0x400003e0 strchr = 0x400003e0 + 0x400003e4 strcspn = 0x400003e4 + 0x400003e8 strcoll = 0x400003e8 + 0x400003ec strlcat = 0x400003ec + 0x400003f0 strlcpy = 0x400003f0 + 0x400003f4 strlwr = 0x400003f4 + 0x400003f8 strncasecmp = 0x400003f8 + 0x400003fc strncat = 0x400003fc + 0x40000400 strndup = 0x40000400 + 0x40000404 strnlen = 0x40000404 + 0x40000408 strrchr = 0x40000408 + 0x4000040c strsep = 0x4000040c + 0x40000410 strspn = 0x40000410 + 0x40000414 strtok_r = 0x40000414 + 0x40000418 strupr = 0x40000418 + 0x4000041c longjmp = 0x4000041c + 0x40000420 setjmp = 0x40000420 + 0x40000424 abs = 0x40000424 + 0x40000428 div = 0x40000428 + 0x4000042c labs = 0x4000042c + 0x40000430 ldiv = 0x40000430 + 0x40000434 qsort = 0x40000434 + 0x40000438 rand_r = 0x40000438 + 0x4000043c rand = 0x4000043c + 0x40000440 srand = 0x40000440 + 0x40000444 utoa = 0x40000444 + 0x40000448 itoa = 0x40000448 + 0x4000044c atoi = 0x4000044c + 0x40000450 atol = 0x40000450 + 0x40000454 strtol = 0x40000454 + 0x40000458 strtoul = 0x40000458 + [!provide] PROVIDE (fflush = 0x4000045c) + [!provide] PROVIDE (_fflush_r = 0x40000460) + [!provide] PROVIDE (_fwalk = 0x40000464) + [!provide] PROVIDE (_fwalk_reent = 0x40000468) + [!provide] PROVIDE (__swbuf_r = 0x40000474) + 0x40000478 __swbuf = 0x40000478 + 0x3fcdffe0 syscall_table_ptr = 0x3fcdffe0 + 0x3fcdffdc _global_impure_ptr = 0x3fcdffdc + 0x60000000 PROVIDE (UART0 = 0x60000000) + [!provide] PROVIDE (UART1 = 0x60010000) + 0x60002000 PROVIDE (SPIMEM1 = 0x60002000) + 0x60003000 PROVIDE (SPIMEM0 = 0x60003000) + [!provide] PROVIDE (GPIO = 0x60004000) + [!provide] PROVIDE (SDM = 0x60004f00) + 0x60008000 PROVIDE (RTCCNTL = 0x60008000) + [!provide] PROVIDE (RTCIO = 0x60008400) + 0x60008800 PROVIDE (EFUSE = 0x60008800) + [!provide] PROVIDE (HINF = 0x6000b000) + [!provide] PROVIDE (I2S0 = 0x6002d000) + [!provide] PROVIDE (I2C0 = 0x60013000) + [!provide] PROVIDE (UHCI0 = 0x60014000) + [!provide] PROVIDE (HOST = 0x60015000) + [!provide] PROVIDE (RMT = 0x60016000) + [!provide] PROVIDE (RMTMEM = 0x60016400) + [!provide] PROVIDE (SLC = 0x60018000) + [!provide] PROVIDE (LEDC = 0x60019000) + 0x6001f000 PROVIDE (TIMERG0 = 0x6001f000) + 0x60020000 PROVIDE (TIMERG1 = 0x60020000) + [!provide] PROVIDE (SYSTIMER = 0x60023000) + [!provide] PROVIDE (GPSPI2 = 0x60024000) + [!provide] PROVIDE (SYSCON = 0x60026000) + [!provide] PROVIDE (TWAI = 0x6002b000) + [!provide] PROVIDE (APB_SARADC = 0x60040000) + [!provide] PROVIDE (USB_SERIAL_JTAG = 0x60043000) + [!provide] PROVIDE (GDMA = 0x6003f000) + [!provide] PROVIDE (SYSTEM = 0x600c0000) + 0x00700000 iram_dram_offset = 0x700000 + 0x3fcdc710 bootloader_usable_dram_end = 0x3fcdc710 + 0x00002000 bootloader_stack_overhead = 0x2000 + 0x00005000 bootloader_dram_seg_len = 0x5000 + 0x00007000 bootloader_iram_loader_seg_len = 0x7000 + 0x00002000 bootloader_iram_seg_len = 0x2000 + 0x3fcda710 bootloader_dram_seg_end = (bootloader_usable_dram_end - bootloader_stack_overhead) + 0x3fcd5710 bootloader_dram_seg_start = (bootloader_dram_seg_end - bootloader_dram_seg_len) + 0x403ce710 bootloader_iram_loader_seg_start = ((bootloader_dram_seg_start - bootloader_iram_loader_seg_len) + iram_dram_offset) + 0x403cc710 bootloader_iram_seg_start = (bootloader_iram_loader_seg_start - bootloader_iram_seg_len) + 0x00000001 ASSERT ((bootloader_iram_loader_seg_start == 0x403ce710), bootloader_iram_loader_seg_start inconsistent with SRAM_DRAM_END) .iram_loader.text - 0x0000000040078000 0x3cdf - 0x0000000040078000 . = ALIGN (0x10) - 0x0000000040078000 _loader_text_start = ABSOLUTE (.) + 0x403ce710 0x2f58 + 0x403ce710 . = ALIGN (0x10) + 0x403ce710 _loader_text_start = ABSOLUTE (.) *(.stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) *(.iram1 .iram1.*) - .iram1.0.literal - 0x0000000040078000 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - .iram1.0.literal - 0x0000000040078004 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - 0x4 (size before relaxing) - .iram1.7.literal - 0x0000000040078004 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x3c (size before relaxing) - .iram1.8.literal - 0x000000004007803c 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x4 (size before relaxing) - .iram1.6.literal - 0x000000004007803c 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x3c (size before relaxing) - .iram1.9.literal - 0x0000000040078040 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x14 (size before relaxing) - .iram1.10.literal - 0x0000000040078048 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x4 (size before relaxing) - .iram1.12.literal - 0x0000000040078048 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x48 (size before relaxing) - .iram1.6.literal - 0x000000004007805c 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .iram1.8.literal - 0x000000004007806c 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - 0x54 (size before relaxing) - .iram1.9.literal - 0x000000004007809c 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - 0x10 (size before relaxing) - .iram1.1.literal - 0x00000000400780a4 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .iram1.2.literal - 0x00000000400780ac 0xc esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - .iram1.3.literal - 0x00000000400780b8 0x4 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - 0x10 (size before relaxing) - .iram1.0.literal - 0x00000000400780bc 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x8 (size before relaxing) - .iram1.2.literal - 0x00000000400780bc 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x4 (size before relaxing) - .iram1.0.literal - 0x00000000400780bc 0x4 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x8 (size before relaxing) - .iram1.1.literal - 0x00000000400780c0 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x4 (size before relaxing) - .literal.esp_log_early_timestamp - 0x00000000400780c0 0x4 esp-idf/log/liblog.a(log_noos.c.obj) - .literal.bootloader_common_ota_select_crc - 0x00000000400780c4 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .literal.bootloader_common_ota_select_valid - 0x00000000400780c8 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - 0x8 (size before relaxing) - .literal.bootloader_common_check_chip_validity - 0x00000000400780c8 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - 0x30 (size before relaxing) - .literal.bootloader_common_get_active_otadata - 0x00000000400780dc 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - 0xc (size before relaxing) - .literal.spi_to_esp_err - 0x00000000400780dc 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .literal.bootloader_mmap - 0x00000000400780e4 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x50 (size before relaxing) - .literal.bootloader_munmap - 0x0000000040078110 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x14 (size before relaxing) - .literal.bootloader_flash_read - 0x0000000040078118 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x5c (size before relaxing) - .literal.bootloader_flash_erase_sector - 0x0000000040078130 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x8 (size before relaxing) - .literal.bootloader_flash_write - 0x0000000040078130 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x34 (size before relaxing) - .literal.bootloader_enable_wp - 0x000000004007813c 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x4 (size before relaxing) - .literal.bootloader_fill_random - 0x000000004007813c 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - 0x18 (size before relaxing) - .literal.bootloader_random_disable - 0x0000000040078150 0x3c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) - 0x48 (size before relaxing) - .literal.bootloader_clock_get_rated_freq_mhz - 0x000000004007818c 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - 0x4 (size before relaxing) - .literal.log_invalid_app_partition - 0x000000004007818c 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x28 (size before relaxing) - .literal.cache_ll_l1_get_bus - 0x00000000400781a0 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x20 (size before relaxing) - .literal.try_load_partition - 0x00000000400781bc 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x14 (size before relaxing) - .literal.cache_ll_l1_enable_bus$part$0 - 0x00000000400781c0 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .literal.cache_ll_l1_enable_bus$constprop$0 - 0x00000000400781c4 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .literal.load_image - 0x00000000400781c8 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x88 (size before relaxing) - .literal.set_actual_ota_seq - 0x00000000400781e0 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x34 (size before relaxing) - .literal.bootloader_utility_load_partition_table - 0x00000000400781f0 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x84 (size before relaxing) - .literal.bootloader_utility_get_selected_boot_partition - 0x0000000040078234 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x6c (size before relaxing) - .literal.bootloader_reset - 0x0000000040078254 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0xc (size before relaxing) - .literal.bootloader_utility_load_boot_image - 0x0000000040078258 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x5c (size before relaxing) - .literal.bootloader_sha256_start - 0x0000000040078264 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .literal.bootloader_sha256_data - 0x000000004007826c 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - 0x2c (size before relaxing) - .literal.bootloader_sha256_finish - 0x0000000040078290 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - 0x44 (size before relaxing) - .literal.bootloader_console_deinit - 0x00000000400782ac 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .literal.__assert_func - 0x00000000400782b0 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - 0x8 (size before relaxing) - .literal.unlikely.abort - 0x00000000400782b4 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - 0x10 (size before relaxing) - .literal.process_checksum - 0x00000000400782c0 0xc esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0x20 (size before relaxing) - .literal.process_image_header - 0x00000000400782cc 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0x34 (size before relaxing) - .literal.bootloader_util_regions_overlap - 0x00000000400782d4 0x10 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0x14 (size before relaxing) - .literal.verify_load_addresses - 0x00000000400782e4 0x84 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0xac (size before relaxing) - .literal.process_appended_hash_and_sig$constprop$0 - 0x0000000040078368 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0x18 (size before relaxing) - .literal.should_load - 0x000000004007836c 0x4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0x1c (size before relaxing) - .literal.process_segments - 0x0000000040078370 0x28 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0xa4 (size before relaxing) - .literal.image_load - 0x0000000040078398 0x14 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0x64 (size before relaxing) - .literal.bootloader_load_image - 0x00000000400783ac 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0x4 (size before relaxing) - .literal.esp_partition_table_verify - 0x00000000400783ac 0x2c esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - 0x54 (size before relaxing) - .literal.wdt_hal_init - 0x00000000400783d8 0x44 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x48 (size before relaxing) - .literal.wdt_hal_config_stage - 0x000000004007841c 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x24 (size before relaxing) - .literal.wdt_hal_write_protect_disable - 0x000000004007841c 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x4 (size before relaxing) - .literal.wdt_hal_set_flashboot_en - 0x000000004007841c 0x4 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .literal.mmu_hal_unmap_all - 0x0000000040078420 0x8 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .literal.efuse_hal_get_rated_freq_mhz - 0x0000000040078428 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x4 (size before relaxing) - .literal.rtc_clk_32k_enable_common - 0x0000000040078428 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .literal.rtc_clk_cpu_freq_to_pll_mhz - 0x0000000040078434 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x30 (size before relaxing) - .literal.rtc_clk_bbpll_disable - 0x0000000040078450 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .literal.rtc_clk_32k_enable - 0x000000004007845c 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x10 (size before relaxing) - .literal.rtc_clk_8m_enable - 0x0000000040078464 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x10 (size before relaxing) - .literal.rtc_clk_8m_enabled - 0x000000004007846c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x4 (size before relaxing) - .literal.rtc_clk_8md256_enabled - 0x000000004007846c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x4 (size before relaxing) - .literal.rtc_clk_slow_src_set - 0x000000004007846c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x10 (size before relaxing) - .literal.rtc_clk_slow_src_get - 0x000000004007846c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x4 (size before relaxing) - .literal.rtc_clk_slow_freq_get_hz - 0x000000004007846c 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0xc (size before relaxing) - .literal.rtc_clk_fast_src_set - 0x0000000040078474 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x10 (size before relaxing) - .literal.rtc_clk_fast_src_get - 0x0000000040078474 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x4 (size before relaxing) - .literal.rtc_clk_xtal_freq_get - 0x0000000040078474 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .literal.rtc_clk_cpu_freq_mhz_to_config - 0x000000004007847c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x4 (size before relaxing) - .literal.rtc_clk_cpu_freq_get_config - 0x000000004007847c 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x24 (size before relaxing) - .literal.rtc_clk_xtal_freq_update - 0x0000000040078488 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x8 (size before relaxing) - .literal.rtc_clk_apb_freq_update - 0x000000004007848c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x4 (size before relaxing) - .literal.rtc_clk_cpu_freq_to_xtal - 0x000000004007848c 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x28 (size before relaxing) - .literal.rtc_clk_cpu_freq_set_config - 0x0000000040078494 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x90 (size before relaxing) - .literal.rtc_clk_apb_freq_get - 0x00000000400784a0 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x14 (size before relaxing) - .literal.rtc_clk_cal_internal - 0x00000000400784ac 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - 0x68 (size before relaxing) - .literal.rtc_clk_cal_ratio - 0x00000000400784e0 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - 0x8 (size before relaxing) - .literal.rtc_clk_wait_for_slow_cycle - 0x00000000400784e0 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - 0x30 (size before relaxing) - .literal.esp_rom_spiflash_read_status - 0x00000000400784ec 0x10 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - 0x14 (size before relaxing) - .literal.esp_rom_spiflash_wait_idle - 0x00000000400784fc 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - 0xc (size before relaxing) - .literal.esp_rom_spiflash_enable_write$constprop$0 - 0x0000000040078504 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - 0x14 (size before relaxing) - .literal.esp_rom_spiflash_program_page_internal$constprop$0 - 0x000000004007850c 0xc esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - 0x20 (size before relaxing) - .literal.esp_rom_spiflash_erase_sector - 0x0000000040078518 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - 0x30 (size before relaxing) - .literal.esp_rom_spiflash_write - 0x0000000040078520 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - 0x20 (size before relaxing) - .literal.esp_rom_spiflash_write_encrypted - 0x0000000040078520 0xc esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - 0x10 (size before relaxing) - .literal.esp_rom_spiflash_read - 0x000000004007852c 0x2c esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - 0x58 (size before relaxing) - .iram1.0 0x0000000040078558 0x1e esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - 0x0000000040078558 bootloader_common_get_chip_ver_pkg - *fill* 0x0000000040078576 0x2 - .iram1.0 0x0000000040078578 0xa esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - 0xd (size before relaxing) - 0x0000000040078578 esp_flash_encryption_enabled - *fill* 0x0000000040078582 0x2 - .iram1.7 0x0000000040078584 0x1de esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x0000000040078584 bootloader_flash_execute_command_common - *fill* 0x0000000040078762 0x2 - .iram1.8 0x0000000040078764 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x0000000040078764 bootloader_execute_flash_command - .iram1.6 0x0000000040078784 0x11f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x14b (size before relaxing) - 0x0000000040078784 bootloader_flash_unlock - *fill* 0x00000000400788a3 0x1 - .iram1.9 0x00000000400788a4 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x36 (size before relaxing) - 0x00000000400788a4 bootloader_flash_read_sfdp - *fill* 0x00000000400788d6 0x2 - .iram1.10 0x00000000400788d8 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x34 (size before relaxing) - 0x00000000400788d8 bootloader_read_flash_id - .iram1.12 0x0000000040078908 0x97 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0xb3 (size before relaxing) - 0x0000000040078908 bootloader_flash_xmc_startup - *fill* 0x000000004007899f 0x1 - .iram1.6 0x00000000400789a0 0x6e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - 0x00000000400789a0 bootloader_flash_cs_timing_config - *fill* 0x0000000040078a0e 0x2 - .iram1.8 0x0000000040078a10 0x1d3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - 0x1d7 (size before relaxing) - 0x0000000040078a10 bootloader_flash_gpio_config - *fill* 0x0000000040078be3 0x1 - .iram1.9 0x0000000040078be4 0x92 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - 0x0000000040078be4 bootloader_flash_dummy_config - *fill* 0x0000000040078c76 0x2 - .iram1.1 0x0000000040078c78 0xf esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - 0x0000000040078c78 esp_rom_set_cpu_ticks_per_us - *fill* 0x0000000040078c87 0x1 - .iram1.2 0x0000000040078c88 0x54 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - 0x0000000040078c88 esp_rom_uart_tx_wait_idle - .iram1.3 0x0000000040078cdc 0x50 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - 0x0000000040078cdc esp_rom_uart_set_clock_baudrate - .iram1.0 0x0000000040078d2c 0x18 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x1c (size before relaxing) - 0x0000000040078d2c efuse_hal_chip_revision - .iram1.2 0x0000000040078d44 0x27 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x0000000040078d44 efuse_hal_flash_encryption_enabled - *fill* 0x0000000040078d6b 0x1 - .iram1.0 0x0000000040078d6c 0x42 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x0000000040078d6c efuse_hal_get_major_chip_version - *fill* 0x0000000040078dae 0x2 - .iram1.1 0x0000000040078db0 0x10 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x0000000040078db0 efuse_hal_get_minor_chip_version - .iram1.0 0x0000000040078dc0 0xa esp-idf/soc/libsoc.a(dport_access.c.obj) - 0x0000000040078dc0 esp_dport_access_reg_read - *fill* 0x0000000040078dca 0x0 - *fill* 0x0000000040078dca 0x0 - *fill* 0x0000000040078dca 0x2 - .iram1.11 0x0000000040078dcc 0x46 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - *fill* 0x0000000040078e12 0x0 - *fill* 0x0000000040078e12 0x0 - *fill* 0x0000000040078e12 0x0 - *fill* 0x0000000040078e12 0x0 - *fill* 0x0000000040078e12 0x0 - *fill* 0x0000000040078e12 0x0 - *fill* 0x0000000040078e12 0x0 - *fill* 0x0000000040078e12 0x0 - *fill* 0x0000000040078e12 0x0 - *fill* 0x0000000040078e12 0x0 - *fill* 0x0000000040078e12 0x0 + .iram1.0 0x403ce710 0x2 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + 0x403ce710 esp_flash_encryption_enabled + .iram1.5 0x403ce712 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .iram1.1 0x403ce762 0x1fa esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x403ce762 bootloader_flash_execute_command_common + .iram1.2 0x403ce95c 0xe esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x403ce95c bootloader_execute_flash_command + .iram1.0 0x403ce96a 0x15a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x403ce96a bootloader_flash_unlock + .iram1.3 0x403ceac4 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x403ceac4 bootloader_flash_read_sfdp + .iram1.4 0x403ceb04 0x34 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x403ceb04 bootloader_read_flash_id + .iram1.6 0x403ceb38 0xbe esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x403ceb38 bootloader_flash_xmc_startup + .iram1.0 0x403cebf6 0x42 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + 0x403cebf6 bootloader_flash_cs_timing_config + .iram1.2 0x403cec38 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + 0x403cec38 bootloader_flash_set_dummy_out + .iram1.4 0x403cec54 0xcc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + 0x403cec54 bootloader_configure_spi_pins + .iram1.0 0x403ced20 0x1e esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x403ced20 efuse_hal_chip_revision + .iram1.1 0x403ced3e 0x1e esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x403ced3e efuse_hal_blk_version + .iram1.2 0x403ced5c 0xe esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x403ced5c efuse_hal_get_disable_wafer_version_major + .iram1.3 0x403ced6a 0x10 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x403ced6a efuse_hal_get_disable_blk_version_major + .iram1.4 0x403ced7a 0x1e esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x403ced7a efuse_hal_flash_encryption_enabled + .iram1.0 0x403ced98 0x10 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x403ced98 efuse_hal_get_major_chip_version + .iram1.1 0x403ceda8 0x18 esp-idf/hal/libhal.a(efuse_hal.c.obj) + 0x403ceda8 efuse_hal_get_minor_chip_version *liblog.a:(.literal .text .literal.* .text.*) - *fill* 0x0000000040078e12 0x2 .text.esp_log_early_timestamp - 0x0000000040078e14 0x1d esp-idf/log/liblog.a(log_noos.c.obj) - 0x0000000040078e14 esp_log_early_timestamp - 0x0000000040078e14 esp_log_timestamp + 0x403cedc0 0x26 esp-idf/log/liblog.a(log_timestamp.c.obj) + 0x403cedc0 esp_log_timestamp + 0x403cedc0 esp_log_early_timestamp *libgcc.a:(.literal .text .literal.* .text.*) + *libclang_rt.builtins.a:(.literal .text .literal.* .text.*) *libbootloader_support.a:bootloader_clock_loader.*(.literal .text .literal.* .text.*) *libbootloader_support.a:bootloader_common_loader.*(.literal .text .literal.* .text.*) - *fill* 0x0000000040078e31 0x3 .text.bootloader_common_ota_select_crc - 0x0000000040078e34 0x14 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - 0x0000000040078e34 bootloader_common_ota_select_crc - .text.bootloader_common_ota_select_valid - 0x0000000040078e48 0x22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - 0x26 (size before relaxing) - 0x0000000040078e48 bootloader_common_ota_select_valid - *fill* 0x0000000040078e6a 0x2 - .text.bootloader_common_check_chip_validity - 0x0000000040078e6c 0xe7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - 0xf7 (size before relaxing) - 0x0000000040078e6c bootloader_common_check_chip_validity - *fill* 0x0000000040078f53 0x1 - .text.bootloader_common_get_active_otadata - 0x0000000040078f54 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - 0x30 (size before relaxing) - 0x0000000040078f54 bootloader_common_get_active_otadata - *fill* 0x0000000040078f7c 0x0 + 0x403cede6 0xe esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x403cede6 bootloader_common_ota_select_crc .text.bootloader_common_ota_select_invalid - 0x0000000040078f7c 0x19 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - 0x0000000040078f7c bootloader_common_ota_select_invalid - *fill* 0x0000000040078f95 0x0 - *fill* 0x0000000040078f95 0x0 - *fill* 0x0000000040078f95 0x3 + 0x403cedf4 0x16 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x403cedf4 bootloader_common_ota_select_invalid + .text.bootloader_common_ota_select_valid + 0x403cee0a 0x2a esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x403cee0a bootloader_common_ota_select_valid + .text.bootloader_common_check_efuse_blk_validity + 0x403cee34 0xb4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x403cee34 bootloader_common_check_efuse_blk_validity + .text.bootloader_common_check_chip_validity + 0x403ceee8 0x118 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x403ceee8 bootloader_common_check_chip_validity .text.bootloader_common_select_otadata - 0x0000000040078f98 0x4b esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - 0x0000000040078f98 bootloader_common_select_otadata - *fill* 0x0000000040078fe3 0x0 + 0x403cf000 0x3e esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x403cf000 bootloader_common_select_otadata + .text.bootloader_common_get_active_otadata + 0x403cf03e 0x2e esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + 0x403cf03e bootloader_common_get_active_otadata *libbootloader_support.a:bootloader_flash.*(.literal .text .literal.* .text.*) - *fill* 0x0000000040078fe3 0x1 .text.spi_to_esp_err - 0x0000000040078fe4 0x1d esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - *fill* 0x0000000040079001 0x3 - .text.bootloader_mmap - 0x0000000040079004 0xce esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0xd6 (size before relaxing) - 0x0000000040079004 bootloader_mmap - *fill* 0x00000000400790d2 0x2 - .text.bootloader_munmap - 0x00000000400790d4 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x00000000400790d4 bootloader_munmap - *fill* 0x0000000040079106 0x2 - .text.bootloader_flash_read - 0x0000000040079108 0xfd esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x105 (size before relaxing) - 0x0000000040079108 bootloader_flash_read - *fill* 0x0000000040079205 0x3 - .text.bootloader_flash_erase_sector - 0x0000000040079208 0x12 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x16 (size before relaxing) - 0x0000000040079208 bootloader_flash_erase_sector - *fill* 0x000000004007921a 0x2 - .text.bootloader_flash_write - 0x000000004007921c 0x8b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x96 (size before relaxing) - 0x000000004007921c bootloader_flash_write - *fill* 0x00000000400792a7 0x1 - .text.bootloader_enable_wp - 0x00000000400792a8 0x13 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x00000000400792a8 bootloader_enable_wp - *fill* 0x00000000400792bb 0x1 + 0x403cf06c 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) .text.bootloader_mmap_get_free_pages - 0x00000000400792bc 0x7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x00000000400792bc bootloader_mmap_get_free_pages - *fill* 0x00000000400792c3 0x0 - *fill* 0x00000000400792c3 0x0 - *fill* 0x00000000400792c3 0x0 - *fill* 0x00000000400792c3 0x0 - *fill* 0x00000000400792c3 0x0 - *fill* 0x00000000400792c3 0x0 + 0x403cf090 0x6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x403cf090 bootloader_mmap_get_free_pages + .text.bootloader_mmap + 0x403cf096 0xc8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x403cf096 bootloader_mmap + .text.bootloader_munmap + 0x403cf15e 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x403cf15e bootloader_munmap + .text.bootloader_flash_read + 0x403cf190 0x138 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x403cf190 bootloader_flash_read + .text.bootloader_flash_erase_sector + 0x403cf2c8 0x12 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x403cf2c8 bootloader_flash_erase_sector + .text.bootloader_flash_write + 0x403cf2da 0xd0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x403cf2da bootloader_flash_write + .text.bootloader_enable_wp + 0x403cf3aa 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x403cf3aa bootloader_enable_wp + .text.bootloader_flash_get_spi_mode + 0x403cf3b6 0x3e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + 0x403cf3b6 bootloader_flash_get_spi_mode *libbootloader_support.a:bootloader_random.*(.literal .text .literal.* .text.*) - *fill* 0x00000000400792c3 0x1 .text.bootloader_fill_random - 0x00000000400792c4 0x4f esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - 0x53 (size before relaxing) - 0x00000000400792c4 bootloader_fill_random - *fill* 0x0000000040079313 0x0 + 0x403cf3f4 0x70 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + 0x403cf3f4 bootloader_fill_random *libbootloader_support.a:bootloader_random*.*(.literal.bootloader_random_disable .text.bootloader_random_disable) - *fill* 0x0000000040079313 0x1 .text.bootloader_random_disable - 0x0000000040079314 0x13c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) - 0x0000000040079314 bootloader_random_disable - *fill* 0x0000000040079450 0x0 - *libesp_common.a:fpga_overrides.*(.literal.bootloader_fill_random .text.bootloader_fill_random) + 0x403cf464 0x72 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + 0x403cf464 bootloader_random_disable *libbootloader_support.a:bootloader_efuse.*(.literal .text .literal.* .text.*) - .text.bootloader_clock_get_rated_freq_mhz - 0x0000000040079450 0xa esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - 0xd (size before relaxing) - 0x0000000040079450 bootloader_clock_get_rated_freq_mhz *libbootloader_support.a:bootloader_utility.*(.literal .text .literal.* .text.*) - *fill* 0x000000004007945a 0x2 .text.log_invalid_app_partition - 0x000000004007945c 0x53 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x5b (size before relaxing) - *fill* 0x00000000400794af 0x1 - .text.cache_ll_l1_get_bus - 0x00000000400794b0 0x71 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x75 (size before relaxing) - *fill* 0x0000000040079521 0x3 - .text.try_load_partition - 0x0000000040079524 0x2f esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x33 (size before relaxing) - *fill* 0x0000000040079553 0x1 - .text.cache_ll_l1_enable_bus$part$0 - 0x0000000040079554 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - *fill* 0x0000000040079586 0x2 - .text.cache_ll_l1_enable_bus$constprop$0 - 0x0000000040079588 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - *fill* 0x00000000400795ba 0x2 - .text.load_image - 0x00000000400795bc 0x18b esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x1bf (size before relaxing) - *fill* 0x0000000040079747 0x1 - .text.set_actual_ota_seq - 0x0000000040079748 0x77 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x8b (size before relaxing) - *fill* 0x00000000400797bf 0x1 - .text.bootloader_utility_load_partition_table - 0x00000000400797c0 0x16c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x184 (size before relaxing) - 0x00000000400797c0 bootloader_utility_load_partition_table - .text.bootloader_utility_get_selected_boot_partition - 0x000000004007992c 0x129 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x144 (size before relaxing) - 0x000000004007992c bootloader_utility_get_selected_boot_partition - *fill* 0x0000000040079a55 0x3 - .text.bootloader_reset - 0x0000000040079a58 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x1b (size before relaxing) - 0x0000000040079a58 bootloader_reset - *fill* 0x0000000040079a70 0x0 - .text.bootloader_utility_load_boot_image - 0x0000000040079a70 0xf0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x110 (size before relaxing) - 0x0000000040079a70 bootloader_utility_load_boot_image - *fill* 0x0000000040079b60 0x0 - *fill* 0x0000000040079b60 0x0 - *fill* 0x0000000040079b60 0x0 + 0x403cf4d6 0x84 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) .text.index_to_partition - 0x0000000040079b60 0x3d esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - *fill* 0x0000000040079b9d 0x0 - *fill* 0x0000000040079b9d 0x0 - *fill* 0x0000000040079b9d 0x0 - *fill* 0x0000000040079b9d 0x0 - *fill* 0x0000000040079b9d 0x0 - *fill* 0x0000000040079b9d 0x0 - *fill* 0x0000000040079b9d 0x3 + 0x403cf55a 0x46 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.try_load_partition + 0x403cf5a0 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.cache_ll_l1_enable_bus.constprop.0 + 0x403cf5e4 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.set_actual_ota_seq + 0x403cf604 0xaa esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.load_image + 0x403cf6ae 0x1b0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .text.bootloader_common_read_otadata + 0x403cf85e 0xa2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x403cf85e bootloader_common_read_otadata + .text.bootloader_utility_load_partition_table + 0x403cf900 0x270 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x403cf900 bootloader_utility_load_partition_table + .text.bootloader_utility_get_selected_boot_partition + 0x403cfb70 0x112 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x403cfb70 bootloader_utility_get_selected_boot_partition + .text.bootloader_reset + 0x403cfc82 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x403cfc82 bootloader_reset + .text.bootloader_utility_load_boot_image + 0x403cfc9e 0x11c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x403cfc9e bootloader_utility_load_boot_image .text.bootloader_debug_buffer - 0x0000000040079ba0 0x5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x0000000040079ba0 bootloader_debug_buffer + 0x403cfdba 0x2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + 0x403cfdba bootloader_debug_buffer *libbootloader_support.a:bootloader_sha.*(.literal .text .literal.* .text.*) - *fill* 0x0000000040079ba5 0x3 .text.bootloader_sha256_start - 0x0000000040079ba8 0x12 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - 0x0000000040079ba8 bootloader_sha256_start - *fill* 0x0000000040079bba 0x2 + 0x403cfdbc 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0x403cfdbc bootloader_sha256_start .text.bootloader_sha256_data - 0x0000000040079bbc 0x94 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - 0x98 (size before relaxing) - 0x0000000040079bbc bootloader_sha256_data + 0x403cfde8 0x52 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0x403cfde8 bootloader_sha256_data .text.bootloader_sha256_finish - 0x0000000040079c50 0xc2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - 0xc6 (size before relaxing) - 0x0000000040079c50 bootloader_sha256_finish - *fill* 0x0000000040079d12 0x0 - *fill* 0x0000000040079d12 0x0 + 0x403cfe3a 0x46 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + 0x403cfe3a bootloader_sha256_finish *libbootloader_support.a:bootloader_console_loader.*(.literal .text .literal.* .text.*) - *fill* 0x0000000040079d12 0x2 .text.bootloader_console_deinit - 0x0000000040079d14 0xe esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - 0x0000000040079d14 bootloader_console_deinit - *fill* 0x0000000040079d22 0x0 + 0x403cfe80 0xa esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + 0x403cfe80 bootloader_console_deinit *libbootloader_support.a:bootloader_panic.*(.literal .text .literal.* .text.*) - *fill* 0x0000000040079d22 0x2 .text.__assert_func - 0x0000000040079d24 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - 0x0000000040079d24 __assert_func - *fill* 0x0000000040079d3b 0x1 + 0x403cfe8a 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + 0x403cfe8a __assert_func .text.unlikely.abort - 0x0000000040079d3c 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - 0x0000000040079d3c abort - *fill* 0x0000000040079d6c 0x0 - *fill* 0x0000000040079d6c 0x0 + 0x403cfeaa 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + 0x403cfeaa abort *libbootloader_support.a:bootloader_soc.*(.literal .text .literal.* .text.*) + .text.bootloader_ana_super_wdt_reset_config + 0x403cfed2 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + 0x403cfed2 bootloader_ana_super_wdt_reset_config .text.bootloader_ana_clock_glitch_reset_config - 0x0000000040079d6c 0x5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - 0x0000000040079d6c bootloader_ana_clock_glitch_reset_config + 0x403cfefe 0x2e esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + 0x403cfefe bootloader_ana_clock_glitch_reset_config *libbootloader_support.a:esp_image_format.*(.literal .text .literal.* .text.*) - *fill* 0x0000000040079d71 0x3 - .text.process_checksum - 0x0000000040079d74 0xa5 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0xad (size before relaxing) - *fill* 0x0000000040079e19 0x3 - .text.process_image_header - 0x0000000040079e1c 0xbb esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0xcf (size before relaxing) - *fill* 0x0000000040079ed7 0x1 .text.bootloader_util_regions_overlap - 0x0000000040079ed8 0x38 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0x3c (size before relaxing) - .text.verify_load_addresses - 0x0000000040079f10 0x1d7 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0x1e7 (size before relaxing) - *fill* 0x000000004007a0e7 0x1 - .text.process_appended_hash_and_sig$constprop$0 - 0x000000004007a0e8 0x58 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0x5c (size before relaxing) + 0x403cff2c 0x4c esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) .text.should_load - 0x000000004007a140 0x7e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - *fill* 0x000000004007a1be 0x2 + 0x403cff78 0x58 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) .text.process_segments - 0x000000004007a1c0 0x2e3 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0x30f (size before relaxing) - *fill* 0x000000004007a4a3 0x1 + 0x403cffd0 0x4c4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) .text.image_load - 0x000000004007a4a4 0x1e0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0x1fc (size before relaxing) + 0x403d0494 0x3ee esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) .text.bootloader_load_image - 0x000000004007a684 0x10 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0x14 (size before relaxing) - 0x000000004007a684 bootloader_load_image - *fill* 0x000000004007a694 0x0 - *fill* 0x000000004007a694 0x0 - *fill* 0x000000004007a694 0x0 - *fill* 0x000000004007a694 0x0 - *fill* 0x000000004007a694 0x0 - *fill* 0x000000004007a694 0x0 + 0x403d0882 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + 0x403d0882 bootloader_load_image *libbootloader_support.a:flash_encrypt.*(.literal .text .literal.* .text.*) *libbootloader_support.a:flash_encryption_secure_features.*(.literal .text .literal.* .text.*) *libbootloader_support.a:flash_partitions.*(.literal .text .literal.* .text.*) .text.esp_partition_table_verify - 0x000000004007a694 0x10c esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - 0x117 (size before relaxing) - 0x000000004007a694 esp_partition_table_verify + 0x403d088a 0x17e esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + 0x403d088a esp_partition_table_verify *libbootloader_support.a:secure_boot.*(.literal .text .literal.* .text.*) *libbootloader_support.a:secure_boot_secure_features.*(.literal .text .literal.* .text.*) *libbootloader_support.a:secure_boot_signatures_bootloader.*(.literal .text .literal.* .text.*) *libmicro-ecc.a:*.*(.literal .text .literal.* .text.*) *libspi_flash.a:*.*(.literal .text .literal.* .text.*) *libhal.a:wdt_hal_iram.*(.literal .text .literal.* .text.*) - *fill* 0x000000004007a7a0 0x0 .text.wdt_hal_init - 0x000000004007a7a0 0x262 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x000000004007a7a0 wdt_hal_init - *fill* 0x000000004007aa02 0x2 + 0x403d0a08 0x1cc esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x403d0a08 wdt_hal_init .text.wdt_hal_config_stage - 0x000000004007aa04 0x13a esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x13e (size before relaxing) - 0x000000004007aa04 wdt_hal_config_stage - *fill* 0x000000004007ab3e 0x2 + 0x403d0bd4 0x10a esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x403d0bd4 wdt_hal_config_stage .text.wdt_hal_write_protect_disable - 0x000000004007ab40 0x1d esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x000000004007ab40 wdt_hal_write_protect_disable - *fill* 0x000000004007ab5d 0x3 - .text.wdt_hal_set_flashboot_en - 0x000000004007ab60 0x43 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x000000004007ab60 wdt_hal_set_flashboot_en - *fill* 0x000000004007aba3 0x0 - *fill* 0x000000004007aba3 0x0 - *fill* 0x000000004007aba3 0x0 - *fill* 0x000000004007aba3 0x1 + 0x403d0cde 0x18 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x403d0cde wdt_hal_write_protect_disable .text.wdt_hal_write_protect_enable - 0x000000004007aba4 0x1c esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x000000004007aba4 wdt_hal_write_protect_enable + 0x403d0cf6 0x12 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x403d0cf6 wdt_hal_write_protect_enable .text.wdt_hal_enable - 0x000000004007abc0 0x48 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x000000004007abc0 wdt_hal_enable + 0x403d0d08 0x28 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x403d0d08 wdt_hal_enable + .text.wdt_hal_set_flashboot_en + 0x403d0d30 0x36 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + 0x403d0d30 wdt_hal_set_flashboot_en *libhal.a:mmu_hal.*(.literal .text .literal.* .text.*) .text.mmu_hal_unmap_all - 0x000000004007ac08 0x2d esp-idf/hal/libhal.a(mmu_hal.c.obj) - 0x000000004007ac08 mmu_hal_unmap_all - *fill* 0x000000004007ac35 0x0 + 0x403d0d66 0x16 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x403d0d66 mmu_hal_unmap_all + .text.mmu_hal_init + 0x403d0d7c 0x12 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x403d0d7c mmu_hal_init + .text.mmu_hal_check_valid_ext_vaddr_region + 0x403d0d8e 0x48 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x403d0d8e mmu_hal_check_valid_ext_vaddr_region + .text.mmu_hal_map_region + 0x403d0dd6 0x90 esp-idf/hal/libhal.a(mmu_hal.c.obj) + 0x403d0dd6 mmu_hal_map_region + *libhal.a:cache_hal.*(.literal .text .literal.* .text.*) + .text.s_cache_hal_init_ctx + 0x403d0e66 0x3a esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x403d0e66 s_cache_hal_init_ctx + .text.cache_hal_init + 0x403d0ea0 0x36 esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x403d0ea0 cache_hal_init + .text.cache_hal_disable + 0x403d0ed6 0x16 esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x403d0ed6 cache_hal_disable + .text.cache_hal_enable + 0x403d0eec 0x20 esp-idf/hal/libhal.a(cache_hal.c.obj) + 0x403d0eec cache_hal_enable *libhal.a:efuse_hal.*(.literal .text .literal.* .text.*) - *fill* 0x000000004007ac35 0x3 - .text.efuse_hal_get_rated_freq_mhz - 0x000000004007ac38 0x22 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x000000004007ac38 efuse_hal_get_rated_freq_mhz - *fill* 0x000000004007ac5a 0x0 *libesp_hw_support.a:rtc_clk.*(.literal .text .literal.* .text.*) - *fill* 0x000000004007ac5a 0x2 - .text.rtc_clk_32k_enable_common - 0x000000004007ac5c 0x88 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .text.rtc_clk_cpu_freq_to_pll_mhz - 0x000000004007ace4 0x9d esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0xa1 (size before relaxing) - *fill* 0x000000004007ad81 0x3 .text.rtc_clk_bbpll_disable - 0x000000004007ad84 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403d0f0c 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_cpu_freq_to_pll_mhz + 0x403d0f22 0x62 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .text.rtc_clk_32k_enable.part.0 + 0x403d0f84 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .text.rtc_clk_32k_enable - 0x000000004007adc0 0x3a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x000000004007adc0 rtc_clk_32k_enable - *fill* 0x000000004007adfa 0x2 + 0x403d0fda 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403d0fda rtc_clk_32k_enable .text.rtc_clk_8m_enable - 0x000000004007adfc 0x80 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x000000004007adfc rtc_clk_8m_enable - .text.rtc_clk_8m_enabled - 0x000000004007ae7c 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x000000004007ae7c rtc_clk_8m_enabled - *fill* 0x000000004007ae91 0x3 - .text.rtc_clk_8md256_enabled - 0x000000004007ae94 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x000000004007ae94 rtc_clk_8md256_enabled - *fill* 0x000000004007aea9 0x3 + 0x403d0ff6 0x76 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403d0ff6 rtc_clk_8m_enable .text.rtc_clk_slow_src_set - 0x000000004007aeac 0x74 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x77 (size before relaxing) - 0x000000004007aeac rtc_clk_slow_src_set - *fill* 0x000000004007af20 0x0 + 0x403d106c 0x6c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403d106c rtc_clk_slow_src_set .text.rtc_clk_slow_src_get - 0x000000004007af20 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x000000004007af20 rtc_clk_slow_src_get - *fill* 0x000000004007af3a 0x2 + 0x403d10d8 0x1a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403d10d8 rtc_clk_slow_src_get .text.rtc_clk_slow_freq_get_hz - 0x000000004007af3c 0x1c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x1f (size before relaxing) - 0x000000004007af3c rtc_clk_slow_freq_get_hz - *fill* 0x000000004007af58 0x0 + 0x403d10f2 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403d10f2 rtc_clk_slow_freq_get_hz .text.rtc_clk_fast_src_set - 0x000000004007af58 0x3f esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x000000004007af58 rtc_clk_fast_src_set - *fill* 0x000000004007af97 0x1 + 0x403d1126 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403d1126 rtc_clk_fast_src_set .text.rtc_clk_fast_src_get - 0x000000004007af98 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x000000004007af98 rtc_clk_fast_src_get + 0x403d115e 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403d115e rtc_clk_fast_src_get .text.rtc_clk_xtal_freq_get - 0x000000004007afa8 0x26 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x000000004007afa8 rtc_clk_xtal_freq_get - 0x000000004007afa8 rtc_get_xtal - *fill* 0x000000004007afce 0x2 + 0x403d116a 0x56 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403d116a rtc_get_xtal + 0x403d116a rtc_clk_xtal_freq_get .text.rtc_clk_cpu_freq_mhz_to_config - 0x000000004007afd0 0x59 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x5d (size before relaxing) - 0x000000004007afd0 rtc_clk_cpu_freq_mhz_to_config - *fill* 0x000000004007b029 0x3 + 0x403d11c0 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403d11c0 rtc_clk_cpu_freq_mhz_to_config .text.rtc_clk_cpu_freq_get_config - 0x000000004007b02c 0x89 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x8d (size before relaxing) - 0x000000004007b02c rtc_clk_cpu_freq_get_config - *fill* 0x000000004007b0b5 0x3 + 0x403d1220 0xd0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403d1220 rtc_clk_cpu_freq_get_config .text.rtc_clk_xtal_freq_update - 0x000000004007b0b8 0x29 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x000000004007b0b8 rtc_clk_xtal_freq_update - *fill* 0x000000004007b0e1 0x3 + 0x403d12f0 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403d12f0 rtc_clk_xtal_freq_update .text.rtc_clk_apb_freq_update - 0x000000004007b0e4 0x19 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x000000004007b0e4 rtc_clk_apb_freq_update - *fill* 0x000000004007b0fd 0x3 + 0x403d131a 0x16 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403d131a rtc_clk_apb_freq_update .text.rtc_clk_cpu_freq_to_xtal - 0x000000004007b100 0x70 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x7b (size before relaxing) - 0x000000004007b100 rtc_clk_cpu_freq_to_xtal - *fill* 0x000000004007b170 0x0 + 0x403d1330 0x5c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) .text.rtc_clk_cpu_freq_set_config - 0x000000004007b170 0x2a9 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x2c9 (size before relaxing) - 0x000000004007b170 rtc_clk_cpu_freq_set_config - *fill* 0x000000004007b419 0x3 + 0x403d138c 0x23c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403d138c rtc_clk_cpu_freq_set_config .text.rtc_clk_apb_freq_get - 0x000000004007b41c 0x2a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x000000004007b41c rtc_clk_apb_freq_get - *fill* 0x000000004007b446 0x0 - *fill* 0x000000004007b446 0x0 - *fill* 0x000000004007b446 0x0 - *fill* 0x000000004007b446 0x0 - *fill* 0x000000004007b446 0x0 - *fill* 0x000000004007b446 0x0 - *fill* 0x000000004007b446 0x0 - *fill* 0x000000004007b446 0x0 - *fill* 0x000000004007b446 0x0 - *fill* 0x000000004007b446 0x0 - *fill* 0x000000004007b446 0x0 - *fill* 0x000000004007b446 0x0 - *fill* 0x000000004007b446 0x0 - *fill* 0x000000004007b446 0x0 - *fill* 0x000000004007b446 0x0 - *fill* 0x000000004007b446 0x0 + 0x403d15c8 0x2c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403d15c8 rtc_clk_apb_freq_get + .text.rtc_clk_divider_set + 0x403d15f4 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403d15f4 rtc_clk_divider_set + .text.rtc_clk_8m_divider_set + 0x403d1634 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x403d1634 rtc_clk_8m_divider_set *libesp_hw_support.a:rtc_time.*(.literal .text .literal.* .text.*) - *fill* 0x000000004007b446 0x2 - .text.rtc_clk_cal_internal - 0x000000004007b448 0x1d0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - 0x1dc (size before relaxing) - .text.rtc_clk_cal_ratio - 0x000000004007b618 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - 0x24 (size before relaxing) - 0x000000004007b618 rtc_clk_cal_ratio - .text.rtc_clk_wait_for_slow_cycle - 0x000000004007b638 0xa5 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - 0x000000004007b638 rtc_clk_wait_for_slow_cycle - *fill* 0x000000004007b6dd 0x0 + *libesp_hw_support.a:regi2c_ctrl.*(.literal .text .literal.* .text.*) *libefuse.a:*.*(.literal .text .literal.* .text.*) - *libesp_rom.a:*.*(.literal .text .literal.* .text.*) - *fill* 0x000000004007b6dd 0x3 - .text.esp_rom_spiflash_read_status - 0x000000004007b6e0 0x5f esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - 0x000000004007b6e0 esp_rom_spiflash_read_status - *fill* 0x000000004007b73f 0x1 - .text.esp_rom_spiflash_wait_idle - 0x000000004007b740 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - 0x000000004007b740 esp_rom_spiflash_wait_idle - .text.esp_rom_spiflash_enable_write$constprop$0 - 0x000000004007b770 0x38 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - 0x3f (size before relaxing) - *fill* 0x000000004007b7a8 0x0 - .text.esp_rom_spiflash_program_page_internal$constprop$0 - 0x000000004007b7a8 0xbf esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - *fill* 0x000000004007b867 0x1 - .text.esp_rom_spiflash_erase_sector - 0x000000004007b868 0x85 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - 0x8c (size before relaxing) - 0x000000004007b868 esp_rom_spiflash_erase_sector - *fill* 0x000000004007b8ed 0x3 - .text.esp_rom_spiflash_write - 0x000000004007b8f0 0xa2 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - 0x000000004007b8f0 esp_rom_spiflash_write - *fill* 0x000000004007b992 0x2 - .text.esp_rom_spiflash_write_encrypted - 0x000000004007b994 0x58 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - 0x000000004007b994 esp_rom_spiflash_write_encrypted - .text.esp_rom_spiflash_read - 0x000000004007b9ec 0x2f0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - 0x000000004007b9ec esp_rom_spiflash_read - *fill* 0x000000004007bcdc 0x0 - *fill* 0x000000004007bcdc 0x0 - *fill* 0x000000004007bcdc 0x0 - *fill* 0x000000004007bcdc 0x0 - *fill* 0x000000004007bcdc 0x0 *(.fini.literal) *(.fini) - .fini 0x000000004007bcdc 0x3 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o - 0x000000004007bcdc _fini *(.gnu.version) - 0x000000004007bcdf _loader_text_end = ABSOLUTE (.) + 0x403d1668 _loader_text_end = ABSOLUTE (.) -.iram.text 0x0000000040080400 0x3 - 0x0000000040080400 . = ALIGN (0x10) +.iram.text 0x403cc710 0x0 + 0x403cc710 . = ALIGN (0x10) *(.entry.text) *(.init.literal) *(.init) - .init 0x0000000040080400 0x3 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o - 0x0000000040080400 _init -.dram0.bss 0x000000003fff0000 0x30 - 0x000000003fff0000 . = ALIGN (0x8) - 0x000000003fff0000 _dram_start = ABSOLUTE (.) - 0x000000003fff0000 _bss_start = ABSOLUTE (.) +.dram0.bss 0x3fcd5710 0x110 + 0x3fcd5710 . = ALIGN (0x8) + 0x3fcd5710 _dram_start = ABSOLUTE (.) + 0x3fcd5710 _bss_start = ABSOLUTE (.) *(.dynsbss) *(.sbss) *(.sbss.*) + .sbss.ota_has_initial_contents + 0x3fcd5710 0x1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + *fill* 0x3fcd5711 0x3 + .sbss.ram_obfs_value + 0x3fcd5714 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .sbss.mapped 0x3fcd571c 0x1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + *fill* 0x3fcd571d 0x3 + .sbss.s_bbpll_digi_consumers_ref_count + 0x3fcd5720 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .sbss.s_cur_pll_freq + 0x3fcd5724 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .sbss.ctx 0x3fcd5728 0x4 esp-idf/hal/libhal.a(cache_hal.c.obj) *(.gnu.linkonce.sb.*) *(.scommon) *(.sbss2) @@ -4418,1434 +3883,1161 @@ LOAD c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa- *(.dynbss) *(.bss) *(.bss.*) - .bss.ota_has_initial_contents - 0x000000003fff0000 0x1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - *fill* 0x000000003fff0001 0x3 - .bss.ram_obfs_value - 0x000000003fff0004 0x8 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .bss.words_hashed - 0x000000003fff000c 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .bss.mapped 0x000000003fff0010 0x1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - *fill* 0x000000003fff0011 0x3 + .bss.ctx 0x3fcd572c 0xd8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) .bss.bootloader_image_hdr - 0x000000003fff0014 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x000000003fff0014 bootloader_image_hdr - .bss.s_cur_pll_freq - 0x000000003fff002c 0x4 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + 0x3fcd5804 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x3fcd5804 bootloader_image_hdr *(.gnu.linkonce.b.*) *(COMMON) - 0x000000003fff0030 . = ALIGN (0x8) - 0x000000003fff0030 _bss_end = ABSOLUTE (.) + 0x3fcd5820 . = ALIGN (0x8) + *fill* 0x3fcd581c 0x4 + 0x3fcd5820 _bss_end = ABSOLUTE (.) -.dram0.data 0x000000003fff0030 0x4 - 0x000000003fff0030 _data_start = ABSOLUTE (.) +.dram0.bootdesc + 0x3fcd5820 0x50 + 0x3fcd5820 _data_start = ABSOLUTE (.) + *(.data_bootloader_desc .data_bootloader_desc.*) + .data_bootloader_desc + 0x3fcd5820 0x50 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + 0x3fcd5820 esp_bootloader_desc + +.dram0.data 0x3fcd5870 0x8 + *(.dram1 .dram1.*) *(.data) *(.data.*) - .data.current_read_mapping - 0x000000003fff0030 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) *(.gnu.linkonce.d.*) *(.data1) *(.sdata) *(.sdata.*) + .sdata.current_read_mapping + 0x3fcd5870 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .sdata._putc1 0x3fcd5874 0x4 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + 0x3fcd5874 _putc1 *(.gnu.linkonce.s.*) *(.gnu.linkonce.s2.*) *(.jcr) - 0x000000003fff0034 _data_end = ABSOLUTE (.) + 0x3fcd5878 _data_end = ABSOLUTE (.) -.dram0.rodata 0x000000003fff0034 0x1ba4 - 0x000000003fff0034 _rodata_start = ABSOLUTE (.) +.dram0.rodata 0x3fcd5878 0x151c + 0x3fcd5878 _rodata_start = ABSOLUTE (.) *(.rodata) - .rodata 0x000000003fff0034 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .rodata 0x000000003fff003c 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .rodata 0x000000003fff0044 0x14 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) *(.rodata.*) - .rodata.__assert_func.str1.1 - 0x000000003fff0058 0x22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .rodata.abort.str1.1 - 0x000000003fff007a 0x22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .rodata.call_start_cpu0.str1.1 - 0x000000003fff009c 0x39 esp-idf/main/libmain.a(bootloader_start.c.obj) - .rodata.log_invalid_app_partition.str1.1 - 0x000000003fff00d5 0xaa esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0xaf (size before relaxing) - .rodata.try_load_partition.str1.1 - 0x000000003fff017f 0x41 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.load_image.str1.1 - 0x000000003fff01c0 0xa7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.set_actual_ota_seq.str1.1 - 0x000000003fff0267 0x82 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.bootloader_common_get_partition_description.str1.1 - 0x000000003fff02e9 0x3d esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.bootloader_utility_load_partition_table.str1.1 - 0x000000003fff0326 0x1c5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.bootloader_utility_get_selected_boot_partition.str1.1 - 0x000000003fff04eb 0x166 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.bootloader_utility_load_boot_image.str1.1 - 0x000000003fff0651 0xe0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .rodata.esp_partition_table_verify.str1.1 - 0x000000003fff0731 0x164 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .rodata.process_checksum.str1.1 - 0x000000003fff0895 0x4d esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.process_image_header.str1.1 - 0x000000003fff08e2 0x9d esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.bootloader_util_regions_overlap.str1.1 - 0x000000003fff097f 0x5a esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.verify_load_addresses.str1.1 - 0x000000003fff09d9 0xec esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.process_appended_hash_and_sig$constprop$0.str1.1 - 0x000000003fff0ac5 0x4d esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.process_segments.str1.1 - 0x000000003fff0b12 0x154 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0x192 (size before relaxing) - .rodata.image_load.str1.1 - 0x000000003fff0c66 0xa2 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.__func__$0 - 0x000000003fff0d08 0x20 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.__func__$1 - 0x000000003fff0d28 0x16 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .rodata.bootloader_sha256_data.str1.1 - 0x000000003fff0d3e 0x60 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .rodata.bootloader_sha256_finish.str1.1 - 0x000000003fff0d9e 0x45 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .rodata.padding$0 - 0x000000003fff0de3 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .rodata.__func__$1 - 0x000000003fff0e23 0x19 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .rodata.__func__$2 - 0x000000003fff0e3c 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .rodata.wdt_reset_info_dump.str1.1 - 0x000000003fff0e53 0x90 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - .rodata.bootloader_init.str1.1 - 0x000000003fff0ee3 0x1c1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - .rodata.__func__$0 - 0x000000003fff10a4 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - .rodata.bootloader_common_check_chip_validity.str1.1 - 0x000000003fff10b4 0xe6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .rodata.bootloader_fill_random.str1.1 - 0x000000003fff119a 0x4b esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .rodata.__func__$0 - 0x000000003fff11e5 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .rodata.bootloader_mmap.str1.1 - 0x000000003fff11fc 0xdf esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .rodata.bootloader_flash_read.str1.1 - 0x000000003fff12db 0x138 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .rodata.str1.1 - 0x000000003fff1413 0x8f esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .rodata.bootloader_flash_write.str1.1 - 0x000000003fff14a2 0xea esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .rodata.__func__$0 - 0x000000003fff158c 0x1b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .rodata.__func__$1 - 0x000000003fff15a7 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .rodata.__func__$2 - 0x000000003fff15cf 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .rodata.bootloader_init_spi_flash.str1.1 - 0x000000003fff15f3 0xd9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - 0xe4 (size before relaxing) - .rodata.bootloader_read_bootloader_header.str1.1 - 0x000000003fff16cc 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x45 (size before relaxing) - .rodata.bootloader_check_bootloader_validity.str1.1 - 0x000000003fff170c 0x2e esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .rodata.bootloader_enable_random.str1.1 - 0x000000003fff173a 0x3d esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .rodata.bootloader_print_banner.str1.1 - 0x000000003fff1777 0xa6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .rodata.rtc_clk_apll_coeff_calc.str1.1 - 0x000000003fff181d 0xc7 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .rodata.rtc_clk_cpu_freq_get_config.str1.1 - 0x000000003fff18e4 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .rodata.rtc_clk_xtal_freq_estimate.str1.1 - 0x000000003fff1920 0xe6 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .rodata.rtc_clk_init.str1.1 - 0x000000003fff1a06 0xd6 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .rodata.rtc_clk_cal_internal.str1.1 - 0x000000003fff1adc 0xa0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .rodata.rtc_clk_wait_for_slow_cycle.str1.1 - 0x000000003fff1b7c 0x34 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .rodata.__func__$0 - 0x000000003fff1bb0 0x15 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) + .rodata.__assert_func.str1.4 + 0x3fcd5878 0x1441 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + 0x22 (size before relaxing) + .rodata.abort.str1.4 + 0x3fcd6cb9 0x22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .rodata.call_start_cpu0.str1.4 + 0x3fcd6cb9 0x31 esp-idf/main/libmain.a(bootloader_start.c.obj) + .rodata.log_invalid_app_partition.str1.4 + 0x3fcd6cb9 0x99 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.try_load_partition.str1.4 + 0x3fcd6cb9 0x37 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.set_actual_ota_seq.str1.4 + 0x3fcd6cb9 0x6e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.load_image.str1.4 + 0x3fcd6cb9 0x95 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_common_read_otadata.str1.4 + 0x3fcd6cb9 0x7e esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_load_partition_table.str1.4 + 0x3fcd6cb9 0x1e8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_get_selected_boot_partition.str1.4 + 0x3fcd6cb9 0xec esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.bootloader_utility_load_boot_image.str1.4 + 0x3fcd6cb9 0xc3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .rodata.esp_partition_table_verify.str1.4 + 0x3fcd6cb9 0x131 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .rodata.bootloader_util_regions_overlap.str1.4 + 0x3fcd6cb9 0x5e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.process_segments.str1.4 + 0x3fcd6cb9 0x25e esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.image_load.str1.4 + 0x3fcd6cb9 0x192 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + *fill* 0x3fcd6cb9 0x3 + .rodata.__func__.0 + 0x3fcd6cbc 0x20 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.__func__.1 + 0x3fcd6cdc 0x16 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .rodata.bootloader_sha256_data.str1.4 + 0x3fcd6cf2 0x66 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + *fill* 0x3fcd6cf2 0x2 + .rodata.__func__.0 + 0x3fcd6cf4 0x19 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + *fill* 0x3fcd6d0d 0x3 + .rodata.__func__.1 + 0x3fcd6d10 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .rodata.bootloader_init.str1.4 + 0x3fcd6d27 0xf8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) + *fill* 0x3fcd6d27 0x1 + .rodata.__func__.0 + 0x3fcd6d28 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) + .rodata.bootloader_common_check_efuse_blk_validity.str1.4 + 0x3fcd6d38 0xa4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .rodata.bootloader_common_check_chip_validity.str1.4 + 0x3fcd6d38 0xbf esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .rodata.bootloader_fill_random.str1.4 + 0x3fcd6d38 0x4c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .rodata.__func__.0 + 0x3fcd6d38 0x17 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .rodata.bootloader_mmap.str1.4 + 0x3fcd6d4f 0x8d esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.bootloader_flash_read.str1.4 + 0x3fcd6d4f 0xc4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.str1.4 + 0x3fcd6d4f 0xc8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.bootloader_flash_write.str1.4 + 0x3fcd6d4f 0xcc esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + *fill* 0x3fcd6d4f 0x1 + .rodata.__func__.0 + 0x3fcd6d50 0x1b esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + *fill* 0x3fcd6d6b 0x1 + .rodata.__func__.1 + 0x3fcd6d6c 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .rodata.bootloader_init_spi_flash.str1.4 + 0x3fcd6d94 0xe1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .rodata.bootloader_read_bootloader_header.str1.4 + 0x3fcd6d94 0x3d esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .rodata.bootloader_check_bootloader_validity.str1.4 + 0x3fcd6d94 0x4e esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .rodata.bootloader_enable_random.str1.4 + 0x3fcd6d94 0x32 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .rodata.bootloader_print_banner.str1.4 + 0x3fcd6d94 0x4d esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .rodata.rtc_clk_init.str1.4 + 0x3fcd6d94 0x39 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .rodata.rtc_clk_xtal_freq_get.str1.4 + 0x3fcd6d94 0x43 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .rodata.rtc_clk_cpu_freq_get_config.str1.4 + 0x3fcd6d94 0x31 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) *(.gnu.linkonce.r.*) *(.rodata1) - *(.sdata2 .sdata2.*) - 0x000000003fff1bc5 __XT_EXCEPTION_TABLE_ = ABSOLUTE (.) + *(.sdata2 .sdata2.* .srodata .srodata.*) + 0x3fcd6d94 __XT_EXCEPTION_TABLE_ = ABSOLUTE (.) *(.xt_except_table) *(.gcc_except_table) *(.gnu.linkonce.e.*) *(.gnu.version_r) + *(.eh_frame_hdr) *(.eh_frame) - 0x000000003fff1bc8 . = ((. + 0x3) & 0xfffffffffffffffc) - *fill* 0x000000003fff1bc5 0x3 - 0x000000003fff1bc8 __init_array_start = ABSOLUTE (.) + 0x3fcd6e78 . = ((. + 0x3) & 0xfffffffffffffffc) + 0x3fcd6d94 __init_array_start = ABSOLUTE (.) *crtbegin.*(.ctors) - .ctors 0x000000003fff1bc8 0x4 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o *(EXCLUDE_FILE(*crtend.*) .ctors) *(SORT_BY_NAME(.ctors.*)) *(.ctors) - .ctors 0x000000003fff1bcc 0x4 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o - 0x000000003fff1bd0 __init_array_end = ABSOLUTE (.) + 0x3fcd6d94 __init_array_end = ABSOLUTE (.) *crtbegin.*(.dtors) - .dtors 0x000000003fff1bd0 0x4 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o *(EXCLUDE_FILE(*crtend.*) .dtors) *(SORT_BY_NAME(.dtors.*)) *(.dtors) - .dtors 0x000000003fff1bd4 0x4 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o - 0x000000003fff1bd4 __DTOR_END__ - 0x000000003fff1bd8 __XT_EXCEPTION_DESCS_ = ABSOLUTE (.) + 0x3fcd6d94 __XT_EXCEPTION_DESCS_ = ABSOLUTE (.) *(.xt_except_desc) *(.gnu.linkonce.h.*) - 0x000000003fff1bd8 __XT_EXCEPTION_DESCS_END__ = ABSOLUTE (.) + 0x3fcd6d94 __XT_EXCEPTION_DESCS_END__ = ABSOLUTE (.) *(.xt_except_desc_end) *(.dynamic) *(.gnu.version_d) - 0x000000003fff1bd8 _rodata_end = ABSOLUTE (.) - 0x000000003fff1bd8 _lit4_start = ABSOLUTE (.) + 0x3fcd6d94 _rodata_end = ABSOLUTE (.) + 0x3fcd6d94 _lit4_start = ABSOLUTE (.) *(*.lit4) *(.lit4.*) *(.gnu.linkonce.lit4.*) - 0x000000003fff1bd8 _lit4_end = ABSOLUTE (.) - 0x000000003fff1bd8 . = ALIGN (0x4) - 0x000000003fff1bd8 _dram_end = ABSOLUTE (.) + 0x3fcd6d94 _lit4_end = ABSOLUTE (.) + 0x3fcd6e78 . = ALIGN (0x4) + 0x3fcd6d94 _dram_end = ABSOLUTE (.) -.iram.text 0x0000000040080404 0xf21 - 0x0000000040080404 _stext = . - 0x0000000040080404 _text_start = ABSOLUTE (.) +.iram.text 0x403cc710 0xc30 + 0x403cc710 _stext = . + 0x403cc710 _text_start = ABSOLUTE (.) *(.literal .text .literal.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) - .literal.call_start_cpu0 - 0x0000000040080404 0x1c esp-idf/main/libmain.a(bootloader_start.c.obj) - 0x3c (size before relaxing) - .literal.wdt_reset_info_dump - 0x0000000040080420 0x5c esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - 0x68 (size before relaxing) - .literal.bootloader_init - 0x000000004008047c 0x54 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - 0xd0 (size before relaxing) - .literal.bootloader_common_vddsdio_configure - 0x00000000400804d0 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - 0xc (size before relaxing) - .literal.bootloader_clock_configure - 0x00000000400804d4 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - 0x3c (size before relaxing) - .literal.bootloader_init_mem - 0x00000000400804f4 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - 0x4 (size before relaxing) - .literal.bootloader_random_enable - 0x00000000400804f4 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) - .literal.bootloader_flash_update_id - 0x000000004008054c 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - 0x8 (size before relaxing) - .literal.bootloader_init_spi_flash - 0x0000000040080550 0x60 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - 0x98 (size before relaxing) - .literal.bootloader_clear_bss_section - 0x00000000400805b0 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0xc (size before relaxing) - .literal.bootloader_read_bootloader_header - 0x00000000400805b0 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x18 (size before relaxing) - .literal.bootloader_check_bootloader_validity - 0x00000000400805b8 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x20 (size before relaxing) - .literal.bootloader_config_wdt - 0x00000000400805c0 0xc esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x3c (size before relaxing) - .literal.bootloader_enable_random - 0x00000000400805cc 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x14 (size before relaxing) - .literal.bootloader_print_banner - 0x00000000400805d0 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x2c (size before relaxing) - .literal.bootloader_console_init - 0x00000000400805e0 0x4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - 0x10 (size before relaxing) - .literal.esp_cpu_configure_region_protection - 0x00000000400805e4 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - 0x10 (size before relaxing) - .literal.rtc_clk_xtal_freq_estimate - 0x00000000400805ec 0x18 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - 0x48 (size before relaxing) - .literal.rtc_clk_init - 0x0000000040080604 0x3c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - 0x98 (size before relaxing) - .literal.rtc_vddsdio_get_config - 0x0000000040080640 0xc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .literal.rtc_vddsdio_set_config - 0x000000004008064c 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - 0x4 (size before relaxing) + .text.esp_bootloader_get_description + 0x403cc710 0xa esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + 0x403cc710 esp_bootloader_get_description .text.call_start_cpu0 - 0x000000004008064c 0x6c esp-idf/main/libmain.a(bootloader_start.c.obj) - 0x7c (size before relaxing) - 0x000000004008064c call_start_cpu0 - .text.wdt_reset_info_dump - 0x00000000400806b8 0xdd esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - 0xe1 (size before relaxing) - *fill* 0x0000000040080795 0x3 + 0x403cc71a 0x82 esp-idf/main/libmain.a(bootloader_start.c.obj) + 0x403cc71a call_start_cpu0 .text.bootloader_init - 0x0000000040080798 0x1ff esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - 0x233 (size before relaxing) - 0x0000000040080798 bootloader_init - *fill* 0x0000000040080997 0x1 - .text.bootloader_common_vddsdio_configure - 0x0000000040080998 0x37 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - 0x3b (size before relaxing) - 0x0000000040080998 bootloader_common_vddsdio_configure - *fill* 0x00000000400809cf 0x1 + 0x403cc79c 0x1e8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) + 0x403cc79c bootloader_init .text.bootloader_clock_configure - 0x00000000400809d0 0xe7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - 0xf6 (size before relaxing) - 0x00000000400809d0 bootloader_clock_configure - *fill* 0x0000000040080ab7 0x1 + 0x403cc984 0xda esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + 0x403cc984 bootloader_clock_configure .text.bootloader_init_mem - 0x0000000040080ab8 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - 0xb (size before relaxing) - 0x0000000040080ab8 bootloader_init_mem - *fill* 0x0000000040080ac0 0x0 + 0x403cca5e 0x2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + 0x403cca5e bootloader_init_mem .text.bootloader_random_enable - 0x0000000040080ac0 0x1e5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) - 0x0000000040080ac0 bootloader_random_enable - *fill* 0x0000000040080ca5 0x3 + 0x403cca60 0x18e esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + 0x403cca60 bootloader_random_enable .text.bootloader_flash_update_id - 0x0000000040080ca8 0xd esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - 0x10 (size before relaxing) - 0x0000000040080ca8 bootloader_flash_update_id - *fill* 0x0000000040080cb5 0x3 + 0x403ccbee 0x1c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + 0x403ccbee bootloader_flash_update_id .text.bootloader_init_spi_flash - 0x0000000040080cb8 0x120 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - 0x138 (size before relaxing) - 0x0000000040080cb8 bootloader_init_spi_flash + 0x403ccc0a 0x1f2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + 0x403ccc0a bootloader_init_spi_flash .text.bootloader_clear_bss_section - 0x0000000040080dd8 0x16 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x0000000040080dd8 bootloader_clear_bss_section - *fill* 0x0000000040080dee 0x2 + 0x403ccdfc 0x22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x403ccdfc bootloader_clear_bss_section .text.bootloader_read_bootloader_header - 0x0000000040080df0 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x30 (size before relaxing) - 0x0000000040080df0 bootloader_read_bootloader_header + 0x403cce1e 0x3e esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x403cce1e bootloader_read_bootloader_header .text.bootloader_check_bootloader_validity - 0x0000000040080e1c 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x4c (size before relaxing) - 0x0000000040080e1c bootloader_check_bootloader_validity + 0x403cce5c 0x84 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x403cce5c bootloader_check_bootloader_validity .text.bootloader_config_wdt - 0x0000000040080e60 0x7e esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0xa2 (size before relaxing) - 0x0000000040080e60 bootloader_config_wdt - *fill* 0x0000000040080ede 0x2 + 0x403ccee0 0x84 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x403ccee0 bootloader_config_wdt .text.bootloader_enable_random - 0x0000000040080ee0 0x19 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x20 (size before relaxing) - 0x0000000040080ee0 bootloader_enable_random - *fill* 0x0000000040080ef9 0x3 + 0x403ccf64 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x403ccf64 bootloader_enable_random .text.bootloader_print_banner - 0x0000000040080efc 0x3e esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x46 (size before relaxing) - 0x0000000040080efc bootloader_print_banner - *fill* 0x0000000040080f3a 0x2 + 0x403ccf8c 0x56 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + 0x403ccf8c bootloader_print_banner .text.bootloader_console_init - 0x0000000040080f3c 0x22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - 0x2a (size before relaxing) - 0x0000000040080f3c bootloader_console_init - *fill* 0x0000000040080f5e 0x2 + 0x403ccfe2 0xac esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + 0x403ccfe2 bootloader_console_init .text.esp_cpu_configure_region_protection - 0x0000000040080f60 0x2f esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - 0x33 (size before relaxing) - 0x0000000040080f60 esp_cpu_configure_region_protection - *fill* 0x0000000040080f8f 0x1 - .text.rtc_clk_xtal_freq_estimate - 0x0000000040080f90 0xaf esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - 0xc7 (size before relaxing) - *fill* 0x000000004008103f 0x1 + 0x403cd08e 0x100 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + 0x403cd08e esp_cpu_configure_region_protection .text.rtc_clk_init - 0x0000000040081040 0x1ba esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - 0x1ea (size before relaxing) - 0x0000000040081040 rtc_clk_init - *fill* 0x00000000400811fa 0x2 - .text.rtc_vddsdio_get_config - 0x00000000400811fc 0x97 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - 0x00000000400811fc rtc_vddsdio_get_config - *fill* 0x0000000040081293 0x1 - .text.rtc_vddsdio_set_config - 0x0000000040081294 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - 0x0000000040081294 rtc_vddsdio_set_config - *fill* 0x00000000400812dc 0x0 - *fill* 0x00000000400812dc 0x0 - *fill* 0x00000000400812dc 0x0 - *fill* 0x00000000400812dc 0x0 - *fill* 0x00000000400812dc 0x0 - *fill* 0x00000000400812dc 0x0 - *fill* 0x00000000400812dc 0x0 - *fill* 0x00000000400812dc 0x0 - *fill* 0x00000000400812dc 0x0 - *fill* 0x00000000400812dc 0x0 - *fill* 0x00000000400812dc 0x0 - *fill* 0x00000000400812dc 0x0 - *fill* 0x00000000400812dc 0x0 - *fill* 0x00000000400812dc 0x0 - .text.mpu_hal_set_region_access - 0x00000000400812dc 0x39 esp-idf/hal/libhal.a(mpu_hal.c.obj) - 0x00000000400812dc mpu_hal_set_region_access + 0x403cd18e 0x142 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + 0x403cd18e rtc_clk_init + .text.esp_rom_output_putc + 0x403cd2d0 0x36 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + 0x403cd2d0 esp_rom_output_putc + .text.esp_rom_install_uart_printf + 0x403cd306 0x2a esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + 0x403cd306 esp_rom_install_uart_printf *(.iram .iram.*) *(.fini.literal) *(.fini) *(.gnu.version) - 0x0000000040081325 . = (. + 0x10) - *fill* 0x0000000040081315 0x10 - 0x0000000040081325 _text_end = ABSOLUTE (.) - 0x0000000040081325 _etext = . + 0x403cd340 . = (. + 0x10) + *fill* 0x403cd330 0x10 + 0x403cd340 _text_end = ABSOLUTE (.) + 0x403cd340 _etext = . -.xt.prop 0x0000000000000000 0x3180 - *(.xt.prop .gnu.linkonce.prop.*) - .xt.prop 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o - 0x24 (size before relaxing) - .xt.prop 0x0000000000000000 0x30 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o - .xt.prop 0x0000000000000030 0x18 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o - 0x150 (size before relaxing) - .xt.prop 0x0000000000000048 0x24 esp-idf/soc/libsoc.a(dport_access.c.obj) - 0x48 (size before relaxing) - .xt.prop 0x000000000000006c 0x60 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .xt.prop 0x00000000000000cc 0x6c esp-idf/main/libmain.a(bootloader_start.c.obj) - 0x9c (size before relaxing) - .xt.prop 0x0000000000000138 0x600 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x75c (size before relaxing) - .xt.prop 0x0000000000000738 0xf0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .xt.prop 0x0000000000000828 0x720 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0x8ac (size before relaxing) - .xt.prop 0x0000000000000f48 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .xt.prop 0x0000000000000f78 0x174 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .xt.prop 0x00000000000010ec 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .xt.prop 0x0000000000001110 0x174 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - .xt.prop 0x0000000000001284 0x3c esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - 0x288 (size before relaxing) - .xt.prop 0x00000000000012c0 0x180 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - 0x198 (size before relaxing) - .xt.prop 0x0000000000001440 0x6c esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .xt.prop 0x00000000000014ac 0x24 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - 0x30 (size before relaxing) - .xt.prop 0x00000000000014d0 0x6c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .xt.prop 0x000000000000153c 0x60 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) - .xt.prop 0x000000000000159c 0x54 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - 0x60 (size before relaxing) - .xt.prop 0x00000000000015f0 0x24 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - 0x1bc (size before relaxing) - .xt.prop 0x0000000000001614 0x54c esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x678 (size before relaxing) - .xt.prop 0x0000000000001b60 0x1b0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - 0x2f4 (size before relaxing) - .xt.prop 0x0000000000001d10 0x138 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x144 (size before relaxing) - .xt.prop 0x0000000000001e48 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .xt.prop 0x0000000000001e78 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - 0x9d8 (size before relaxing) - .xt.prop 0x0000000000001e78 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - 0xcc (size before relaxing) - .xt.prop 0x0000000000001e78 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - 0x4c8 (size before relaxing) - .xt.prop 0x0000000000001e78 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - 0x5e8 (size before relaxing) - .xt.prop 0x0000000000001e78 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - 0x438 (size before relaxing) - .xt.prop 0x0000000000001e78 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - 0x2dc (size before relaxing) - .xt.prop 0x0000000000001e78 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .xt.prop 0x0000000000001ec0 0x648 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x9d8 (size before relaxing) - .xt.prop 0x0000000000002508 0x138 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .xt.prop 0x0000000000002640 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - 0xfc (size before relaxing) - .xt.prop 0x00000000000026d0 0x18c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - 0x324 (size before relaxing) - .xt.prop 0x000000000000285c 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - 0x90 (size before relaxing) - .xt.prop 0x000000000000288c 0x90 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - .xt.prop 0x000000000000291c 0x414 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - 0x7c8 (size before relaxing) - .xt.prop 0x0000000000002d30 0x30 esp-idf/log/liblog.a(log_noos.c.obj) - 0xd8 (size before relaxing) - .xt.prop 0x0000000000002d60 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - 0x18 (size before relaxing) - .xt.prop 0x0000000000002d60 0x84 esp-idf/hal/libhal.a(mpu_hal.c.obj) - .xt.prop 0x0000000000002de4 0x6c esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0xfc (size before relaxing) - .xt.prop 0x0000000000002e50 0x90 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x1ec (size before relaxing) - .xt.prop 0x0000000000002ee0 0x24c esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x3a8 (size before relaxing) - .xt.prop 0x000000000000312c 0x3c esp-idf/hal/libhal.a(mmu_hal.c.obj) - 0x450 (size before relaxing) - .xt.prop 0x0000000000003168 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) - 0x30 (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) - 0x3c (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) - 0x3c (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) - 0x24 (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) - 0x24 (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) - 0x420 (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) - 0x228 (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) - 0x264 (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) - 0x6c (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) - 0xa8 (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) - 0x54 (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) - 0x6c (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) - 0x30 (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) - 0x198 (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) - 0x180 (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) - 0x90 (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) - 0x15c (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) - 0xd8 (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) - 0x60 (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) - 0xc0 (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) - 0x1a4 (size before relaxing) - .xt.prop 0x0000000000003168 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) - 0x78 (size before relaxing) - .xt.prop 0x0000000000003168 0x18 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o - 0x84 (size before relaxing) - .xt.prop 0x0000000000003180 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o - 0x30 (size before relaxing) +.riscv.attributes + 0x00000000 0x48 + *(.riscv.attributes) + .riscv.attributes + 0x00000000 0x44 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .riscv.attributes + 0x00000044 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .riscv.attributes + 0x00000088 0x44 esp-idf/main/libmain.a(bootloader_start.c.obj) + .riscv.attributes + 0x000000cc 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .riscv.attributes + 0x00000110 0x44 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .riscv.attributes + 0x00000154 0x44 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .riscv.attributes + 0x00000198 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .riscv.attributes + 0x000001dc 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .riscv.attributes + 0x00000220 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .riscv.attributes + 0x00000264 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) + .riscv.attributes + 0x000002a8 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .riscv.attributes + 0x000002ec 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .riscv.attributes + 0x00000330 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .riscv.attributes + 0x00000374 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .riscv.attributes + 0x000003bc 0x44 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .riscv.attributes + 0x00000400 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .riscv.attributes + 0x00000444 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .riscv.attributes + 0x00000488 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .riscv.attributes + 0x000004cc 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .riscv.attributes + 0x00000510 0x44 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .riscv.attributes + 0x00000554 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .riscv.attributes + 0x0000059c 0x48 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .riscv.attributes + 0x000005e4 0x44 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .riscv.attributes + 0x00000628 0x44 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .riscv.attributes + 0x0000066c 0x48 esp-idf/log/liblog.a(log_timestamp.c.obj) + .riscv.attributes + 0x000006b4 0x44 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .riscv.attributes + 0x000006f8 0x44 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .riscv.attributes + 0x0000073c 0x44 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .riscv.attributes + 0x00000780 0x44 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .riscv.attributes + 0x000007c4 0x44 esp-idf/hal/libhal.a(cache_hal.c.obj) -.xt.lit 0x0000000000000000 0x2d0 - *(.xt.lit .gnu.linkonce.p.*) - .xt.lit 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o - 0x8 (size before relaxing) - .xt.lit 0x0000000000000000 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o - 0x18 (size before relaxing) - .xt.lit 0x0000000000000000 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .xt.lit 0x0000000000000010 0x8 esp-idf/main/libmain.a(bootloader_start.c.obj) - 0x10 (size before relaxing) - .xt.lit 0x0000000000000018 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0x70 (size before relaxing) - .xt.lit 0x0000000000000070 0x8 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .xt.lit 0x0000000000000078 0x40 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0x70 (size before relaxing) - .xt.lit 0x00000000000000b8 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .xt.lit 0x00000000000000c0 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .xt.lit 0x00000000000000d8 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - .xt.lit 0x00000000000000e8 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - 0x30 (size before relaxing) - .xt.lit 0x00000000000000f0 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - 0x20 (size before relaxing) - .xt.lit 0x0000000000000100 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .xt.lit 0x0000000000000108 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - 0x8 (size before relaxing) - .xt.lit 0x0000000000000108 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .xt.lit 0x0000000000000110 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) - .xt.lit 0x0000000000000120 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - 0x10 (size before relaxing) - .xt.lit 0x0000000000000128 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - 0x28 (size before relaxing) - .xt.lit 0x0000000000000128 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x80 (size before relaxing) - .xt.lit 0x0000000000000170 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - 0x48 (size before relaxing) - .xt.lit 0x0000000000000198 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x30 (size before relaxing) - .xt.lit 0x00000000000001c0 0x8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .xt.lit 0x00000000000001c8 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - 0x18 (size before relaxing) - .xt.lit 0x00000000000001c8 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - 0x70 (size before relaxing) - .xt.lit 0x00000000000001c8 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - 0x80 (size before relaxing) - .xt.lit 0x00000000000001c8 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - 0x68 (size before relaxing) - .xt.lit 0x00000000000001c8 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - 0x20 (size before relaxing) - .xt.lit 0x00000000000001c8 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .xt.lit 0x00000000000001d0 0x60 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x100 (size before relaxing) - .xt.lit 0x0000000000000230 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .xt.lit 0x0000000000000240 0x8 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - 0x18 (size before relaxing) - .xt.lit 0x0000000000000248 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - 0x38 (size before relaxing) - .xt.lit 0x0000000000000258 0x8 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - 0x10 (size before relaxing) - .xt.lit 0x0000000000000260 0x10 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - .xt.lit 0x0000000000000270 0x38 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - 0x88 (size before relaxing) - .xt.lit 0x00000000000002a8 0x8 esp-idf/log/liblog.a(log_noos.c.obj) - 0x20 (size before relaxing) - .xt.lit 0x00000000000002b0 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x18 (size before relaxing) - .xt.lit 0x00000000000002b0 0x8 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x40 (size before relaxing) - .xt.lit 0x00000000000002b8 0x10 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x30 (size before relaxing) - .xt.lit 0x00000000000002c8 0x8 esp-idf/hal/libhal.a(mmu_hal.c.obj) - 0x38 (size before relaxing) - .xt.lit 0x00000000000002d0 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) - 0x8 (size before relaxing) - .xt.lit 0x00000000000002d0 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) - 0x8 (size before relaxing) - .xt.lit 0x00000000000002d0 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) - 0x8 (size before relaxing) - .xt.lit 0x00000000000002d0 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) - 0x8 (size before relaxing) - .xt.lit 0x00000000000002d0 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) - 0x8 (size before relaxing) - .xt.lit 0x00000000000002d0 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) - 0x8 (size before relaxing) - .xt.lit 0x00000000000002d0 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) - 0x8 (size before relaxing) - .xt.lit 0x00000000000002d0 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) - 0x8 (size before relaxing) - .xt.lit 0x00000000000002d0 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) - 0x8 (size before relaxing) - .xt.lit 0x00000000000002d0 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) - 0x8 (size before relaxing) - .xt.lit 0x00000000000002d0 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o - 0x10 (size before relaxing) -OUTPUT(bootloader.elf elf32-xtensa-le) +.debug + *(.debug) -.xtensa.info 0x0000000000000000 0x38 - .xtensa.info 0x0000000000000000 0x38 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o - .xtensa.info 0x0000000000000038 0x0 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj - .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(dport_access.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/log/liblog.a(log_noos.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/soc/libsoc.a(gpio_periph.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(mpu_hal.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .xtensa.info 0x0000000000000038 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o - .xtensa.info 0x0000000000000038 0x0 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtn.o +.line + *(.line) -.comment 0x0000000000000000 0x2f - .comment 0x0000000000000000 0x2f c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o - 0x30 (size before relaxing) - .comment 0x000000000000002f 0x30 esp-idf/soc/libsoc.a(dport_access.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/main/libmain.a(bootloader_start.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/log/liblog.a(log_noos.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(mpu_hal.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .comment 0x000000000000002f 0x30 esp-idf/hal/libhal.a(mmu_hal.c.obj) - .comment 0x000000000000002f 0x30 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o +.debug_srcinfo + *(.debug_srcinfo) -.debug_frame 0x0000000000000000 0x15f0 - .debug_frame 0x0000000000000000 0x40 esp-idf/soc/libsoc.a(dport_access.c.obj) - .debug_frame 0x0000000000000040 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .debug_frame 0x0000000000000080 0x40 esp-idf/main/libmain.a(bootloader_start.c.obj) - .debug_frame 0x00000000000000c0 0x1a8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_frame 0x0000000000000268 0x28 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_frame 0x0000000000000290 0x178 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_frame 0x0000000000000408 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .debug_frame 0x0000000000000430 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_frame 0x0000000000000488 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .debug_frame 0x00000000000004b0 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - .debug_frame 0x00000000000004f0 0xa0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .debug_frame 0x0000000000000590 0xa0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_frame 0x0000000000000630 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .debug_frame 0x0000000000000658 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_frame 0x0000000000000680 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .debug_frame 0x00000000000006a8 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) - .debug_frame 0x00000000000006e8 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - .debug_frame 0x0000000000000728 0x88 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_frame 0x00000000000007b0 0x1d8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_frame 0x0000000000000988 0xe8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .debug_frame 0x0000000000000a70 0xa0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .debug_frame 0x0000000000000b10 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .debug_frame 0x0000000000000b38 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_frame 0x0000000000000b60 0x310 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_frame 0x0000000000000e70 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .debug_frame 0x0000000000000eb0 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_frame 0x0000000000000f08 0xd0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_frame 0x0000000000000fd8 0x40 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .debug_frame 0x0000000000001018 0x40 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - .debug_frame 0x0000000000001058 0x1a8 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .debug_frame 0x0000000000001200 0x70 esp-idf/log/liblog.a(log_noos.c.obj) - .debug_frame 0x0000000000001270 0x28 esp-idf/hal/libhal.a(mpu_hal.c.obj) - .debug_frame 0x0000000000001298 0x88 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_frame 0x0000000000001320 0xd0 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_frame 0x00000000000013f0 0x118 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_frame 0x0000000000001508 0xe8 esp-idf/hal/libhal.a(mmu_hal.c.obj) +.debug_sfnames + *(.debug_sfnames) -.debug_info 0x0000000000000000 0x29137 - .debug_info 0x0000000000000000 0xde esp-idf/soc/libsoc.a(dport_access.c.obj) - .debug_info 0x00000000000000de 0x235 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .debug_info 0x0000000000000313 0xc85 esp-idf/main/libmain.a(bootloader_start.c.obj) - .debug_info 0x0000000000000f98 0x2221 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_info 0x00000000000031b9 0x56c esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_info 0x0000000000003725 0x24d4 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_info 0x0000000000005bf9 0xbf esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .debug_info 0x0000000000005cb8 0x3ef esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_info 0x00000000000060a7 0x52 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .debug_info 0x00000000000060f9 0x8c5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - .debug_info 0x00000000000069be 0x17e1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .debug_info 0x000000000000819f 0x896 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_info 0x0000000000008a35 0x39a esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .debug_info 0x0000000000008dcf 0x9f esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_info 0x0000000000008e6e 0x283 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .debug_info 0x00000000000090f1 0xb6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) - .debug_info 0x00000000000091a7 0x217b esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - .debug_info 0x000000000000b322 0x8f6 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_info 0x000000000000bc18 0x3f20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_info 0x000000000000fb38 0xfac esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .debug_info 0x0000000000010ae4 0x37bc esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .debug_info 0x00000000000142a0 0x162 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .debug_info 0x0000000000014402 0x178 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_info 0x000000000001457a 0x4e42 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_info 0x00000000000193bc 0xca0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .debug_info 0x000000000001a05c 0x23bb esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_info 0x000000000001c417 0xa77 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_info 0x000000000001ce8e 0x162 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .debug_info 0x000000000001cff0 0x1537 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - .debug_info 0x000000000001e527 0xd39 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .debug_info 0x000000000001f260 0x28a esp-idf/log/liblog.a(log_noos.c.obj) - .debug_info 0x000000000001f4ea 0x253 esp-idf/hal/libhal.a(mpu_hal.c.obj) - .debug_info 0x000000000001f73d 0x22ad esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_info 0x00000000000219ea 0x25a1 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_info 0x0000000000023f8b 0x4243 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_info 0x00000000000281ce 0xf69 esp-idf/hal/libhal.a(mmu_hal.c.obj) +.debug_aranges 0x00000000 0x850 + *(.debug_aranges) + .debug_aranges + 0x00000000 0x20 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .debug_aranges + 0x00000020 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_aranges + 0x00000048 0x28 esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_aranges + 0x00000070 0x98 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_aranges + 0x00000108 0x20 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_aranges + 0x00000128 0x70 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_aranges + 0x00000198 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .debug_aranges + 0x000001b8 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_aranges + 0x000001e8 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_aranges + 0x00000210 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) + .debug_aranges + 0x00000230 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_aranges + 0x00000280 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_aranges + 0x000002a0 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_aranges + 0x000002c0 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_aranges + 0x000002e0 0x40 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_aranges + 0x00000320 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .debug_aranges + 0x00000348 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_aranges + 0x00000400 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_aranges + 0x00000458 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_aranges + 0x000004a0 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_aranges + 0x000004c0 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_aranges + 0x000004e0 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_aranges + 0x00000500 0x120 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_aranges + 0x00000620 0x38 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_aranges + 0x00000658 0x20 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_aranges + 0x00000678 0x48 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_aranges + 0x000006c0 0x58 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_aranges + 0x00000718 0x70 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_aranges + 0x00000788 0x60 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_aranges + 0x000007e8 0x68 esp-idf/hal/libhal.a(cache_hal.c.obj) -.debug_abbrev 0x0000000000000000 0x5926 - .debug_abbrev 0x0000000000000000 0x87 esp-idf/soc/libsoc.a(dport_access.c.obj) - .debug_abbrev 0x0000000000000087 0x163 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .debug_abbrev 0x00000000000001ea 0x31a esp-idf/main/libmain.a(bootloader_start.c.obj) - .debug_abbrev 0x0000000000000504 0x54f esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_abbrev 0x0000000000000a53 0x1e8 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_abbrev 0x0000000000000c3b 0x55b esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_abbrev 0x0000000000001196 0x86 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .debug_abbrev 0x000000000000121c 0x1c6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_abbrev 0x00000000000013e2 0x4c esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .debug_abbrev 0x000000000000142e 0x2f4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - .debug_abbrev 0x0000000000001722 0x427 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .debug_abbrev 0x0000000000001b49 0x2a9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_abbrev 0x0000000000001df2 0x184 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .debug_abbrev 0x0000000000001f76 0x62 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_abbrev 0x0000000000001fd8 0x172 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .debug_abbrev 0x000000000000214a 0x53 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) - .debug_abbrev 0x000000000000219d 0x1bd esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - .debug_abbrev 0x000000000000235a 0x298 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_abbrev 0x00000000000025f2 0x5e6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_abbrev 0x0000000000002bd8 0x39d esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .debug_abbrev 0x0000000000002f75 0x315 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .debug_abbrev 0x000000000000328a 0xf2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .debug_abbrev 0x000000000000337c 0x109 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_abbrev 0x0000000000003485 0x67a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_abbrev 0x0000000000003aff 0x375 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .debug_abbrev 0x0000000000003e74 0x22e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_abbrev 0x00000000000040a2 0x2b9 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_abbrev 0x000000000000435b 0xcc esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .debug_abbrev 0x0000000000004427 0x270 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - .debug_abbrev 0x0000000000004697 0x3c9 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .debug_abbrev 0x0000000000004a60 0x19f esp-idf/log/liblog.a(log_noos.c.obj) - .debug_abbrev 0x0000000000004bff 0x141 esp-idf/hal/libhal.a(mpu_hal.c.obj) - .debug_abbrev 0x0000000000004d40 0x237 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_abbrev 0x0000000000004f77 0x2fb esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_abbrev 0x0000000000005272 0x3c5 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_abbrev 0x0000000000005637 0x2ef esp-idf/hal/libhal.a(mmu_hal.c.obj) +.debug_pubnames + *(.debug_pubnames) -.debug_loc 0x0000000000000000 0xa581 - .debug_loc 0x0000000000000000 0x4a esp-idf/soc/libsoc.a(dport_access.c.obj) - .debug_loc 0x000000000000004a 0x23 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .debug_loc 0x000000000000006d 0xd0 esp-idf/main/libmain.a(bootloader_start.c.obj) - .debug_loc 0x000000000000013d 0x13ed esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_loc 0x000000000000152a 0x19e esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_loc 0x00000000000016c8 0x19ca esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_loc 0x0000000000003092 0x217 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_loc 0x00000000000032a9 0x33f esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - .debug_loc 0x00000000000035e8 0x4b8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .debug_loc 0x0000000000003aa0 0x33a esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_loc 0x0000000000003dda 0x154 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .debug_loc 0x0000000000003f2e 0x93 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .debug_loc 0x0000000000003fc1 0x166 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_loc 0x0000000000004127 0x103e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_loc 0x0000000000005165 0x544 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .debug_loc 0x00000000000056a9 0x7e esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .debug_loc 0x0000000000005727 0x22 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .debug_loc 0x0000000000005749 0x3f esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_loc 0x0000000000005788 0x124b esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_loc 0x00000000000069d3 0x38a esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .debug_loc 0x0000000000006d5d 0x3fe esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_loc 0x000000000000715b 0x4a6 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_loc 0x0000000000007601 0x114 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - .debug_loc 0x0000000000007715 0xa87 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .debug_loc 0x000000000000819c 0x15 esp-idf/log/liblog.a(log_noos.c.obj) - .debug_loc 0x00000000000081b1 0x13c esp-idf/hal/libhal.a(mpu_hal.c.obj) - .debug_loc 0x00000000000082ed 0x45 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_loc 0x0000000000008332 0x3e3 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_loc 0x0000000000008715 0xbfc esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_loc 0x0000000000009311 0x1270 esp-idf/hal/libhal.a(mmu_hal.c.obj) +.debug_info 0x00000000 0x28eb8 + *(.debug_info .gnu.linkonce.wi.*) + .debug_info 0x00000000 0x181 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .debug_info 0x00000181 0x217 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_info 0x00000398 0xc9b esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_info 0x00001033 0x1f77 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_info 0x00002faa 0x5b4 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_info 0x0000355e 0x26d3 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_info 0x00005c31 0xc6 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .debug_info 0x00005cf7 0x437 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_info 0x0000612e 0xdf esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_info 0x0000620d 0x36de esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) + .debug_info 0x000098eb 0xaa8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_info 0x0000a393 0x348 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_info 0x0000a6db 0x9f esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_info 0x0000a77a 0x26b esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_info 0x0000a9e5 0xa48 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_info 0x0000b42d 0x1d8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .debug_info 0x0000b605 0x3d06 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_info 0x0000f30b 0xc35 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_info 0x0000ff40 0x46ce esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_info 0x0001460e 0x1739 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_info 0x00015d47 0x26b esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_info 0x00015fb2 0x8d6 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_info 0x00016888 0x1793 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_info 0x0001801b 0x2ba esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_info 0x000182d5 0x12c esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_info 0x00018401 0x378f esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_info 0x0001bb90 0x3a05 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_info 0x0001f595 0x8190 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_info 0x00027725 0xbd2 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_info 0x000282f7 0xbc1 esp-idf/hal/libhal.a(cache_hal.c.obj) -.debug_aranges 0x0000000000000000 0x9f0 - .debug_aranges - 0x0000000000000000 0x28 esp-idf/soc/libsoc.a(dport_access.c.obj) - .debug_aranges - 0x0000000000000028 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .debug_aranges - 0x0000000000000050 0x28 esp-idf/main/libmain.a(bootloader_start.c.obj) - .debug_aranges - 0x0000000000000078 0xa0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_aranges - 0x0000000000000118 0x20 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_aranges - 0x0000000000000138 0x90 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_aranges - 0x00000000000001c8 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .debug_aranges - 0x00000000000001e8 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_aranges - 0x0000000000000218 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .debug_aranges - 0x0000000000000238 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - .debug_aranges - 0x0000000000000260 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .debug_aranges - 0x00000000000002a8 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_aranges - 0x00000000000002f0 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .debug_aranges - 0x0000000000000310 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_aranges - 0x0000000000000330 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .debug_aranges - 0x0000000000000350 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) - .debug_aranges - 0x0000000000000378 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - .debug_aranges - 0x00000000000003a0 0x40 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_aranges - 0x00000000000003e0 0xb0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_aranges - 0x0000000000000490 0x60 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .debug_aranges - 0x00000000000004f0 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .debug_aranges - 0x0000000000000538 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .debug_aranges - 0x0000000000000558 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_aranges - 0x0000000000000578 0x118 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_aranges - 0x0000000000000690 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .debug_aranges - 0x00000000000006b8 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_aranges - 0x00000000000006e8 0x58 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_aranges - 0x0000000000000740 0x28 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .debug_aranges - 0x0000000000000768 0x28 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - .debug_aranges - 0x0000000000000790 0xa0 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .debug_aranges - 0x0000000000000830 0x38 esp-idf/log/liblog.a(log_noos.c.obj) - .debug_aranges - 0x0000000000000868 0x20 esp-idf/hal/libhal.a(mpu_hal.c.obj) - .debug_aranges - 0x0000000000000888 0x40 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_aranges - 0x00000000000008c8 0x58 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_aranges - 0x0000000000000920 0x70 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_aranges - 0x0000000000000990 0x60 esp-idf/hal/libhal.a(mmu_hal.c.obj) +.debug_abbrev 0x00000000 0x4a8e + *(.debug_abbrev) + .debug_abbrev 0x00000000 0xaa esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .debug_abbrev 0x000000aa 0xfb esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_abbrev 0x000001a5 0x309 esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_abbrev 0x000004ae 0x4ed esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_abbrev 0x0000099b 0x1fd esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_abbrev 0x00000b98 0x51d esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_abbrev 0x000010b5 0x89 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .debug_abbrev 0x0000113e 0x1ca esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_abbrev 0x00001308 0x80 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_abbrev 0x00001388 0x351 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) + .debug_abbrev 0x000016d9 0x298 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_abbrev 0x00001971 0x12e esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_abbrev 0x00001a9f 0x65 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_abbrev 0x00001b04 0x16d esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_abbrev 0x00001c71 0x322 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_abbrev 0x00001f93 0xaf esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .debug_abbrev 0x00002042 0x5b1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_abbrev 0x000025f3 0x30e esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_abbrev 0x00002901 0x36f esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_abbrev 0x00002c70 0x308 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_abbrev 0x00002f78 0x90 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_abbrev 0x00003008 0x306 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_abbrev 0x0000330e 0x525 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_abbrev 0x00003833 0x19d esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_abbrev 0x000039d0 0xe5 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_abbrev 0x00003ab5 0x216 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_abbrev 0x00003ccb 0x363 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_abbrev 0x0000402e 0x432 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_abbrev 0x00004460 0x2f8 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_abbrev 0x00004758 0x336 esp-idf/hal/libhal.a(cache_hal.c.obj) -.debug_ranges 0x0000000000000000 0x1ca0 - .debug_ranges 0x0000000000000000 0x18 esp-idf/soc/libsoc.a(dport_access.c.obj) - .debug_ranges 0x0000000000000018 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .debug_ranges 0x0000000000000030 0x30 esp-idf/main/libmain.a(bootloader_start.c.obj) - .debug_ranges 0x0000000000000060 0x1b8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_ranges 0x0000000000000218 0x60 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_ranges 0x0000000000000278 0x440 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_ranges 0x00000000000006b8 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .debug_ranges 0x00000000000006c8 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_ranges 0x0000000000000700 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .debug_ranges 0x0000000000000710 0x48 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - .debug_ranges 0x0000000000000758 0x170 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .debug_ranges 0x00000000000008c8 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_ranges 0x0000000000000918 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .debug_ranges 0x0000000000000940 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_ranges 0x0000000000000950 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .debug_ranges 0x0000000000000978 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) - .debug_ranges 0x0000000000000990 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - .debug_ranges 0x00000000000009a8 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_ranges 0x00000000000009d8 0x150 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_ranges 0x0000000000000b28 0x1c0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .debug_ranges 0x0000000000000ce8 0x38 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .debug_ranges 0x0000000000000d20 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .debug_ranges 0x0000000000000d30 0x28 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_ranges 0x0000000000000d58 0x528 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_ranges 0x0000000000001280 0x68 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .debug_ranges 0x00000000000012e8 0x98 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_ranges 0x0000000000001380 0x140 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_ranges 0x00000000000014c0 0x18 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .debug_ranges 0x00000000000014d8 0x38 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - .debug_ranges 0x0000000000001510 0x100 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .debug_ranges 0x0000000000001610 0x28 esp-idf/log/liblog.a(log_noos.c.obj) - .debug_ranges 0x0000000000001638 0x28 esp-idf/hal/libhal.a(mpu_hal.c.obj) - .debug_ranges 0x0000000000001660 0x50 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_ranges 0x00000000000016b0 0x100 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_ranges 0x00000000000017b0 0x1a8 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_ranges 0x0000000000001958 0x348 esp-idf/hal/libhal.a(mmu_hal.c.obj) +.debug_line 0x00000000 0x1275b + *(.debug_line) + .debug_line 0x00000000 0x200 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .debug_line 0x00000200 0x3de esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_line 0x000005de 0x618 esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_line 0x00000bf6 0x1ec5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_line 0x00002abb 0x6b7 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_line 0x00003172 0x2216 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_line 0x00005388 0x1de esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .debug_line 0x00005566 0x471 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_line 0x000059d7 0x265 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_line 0x00005c3c 0x9c4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) + .debug_line 0x00006600 0x95d esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_line 0x00006f5d 0x419 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_line 0x00007376 0xd1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_line 0x00007447 0x4c1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_line 0x00007908 0xcc0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_line 0x000085c8 0x687 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .debug_line 0x00008c4f 0x1cb9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_line 0x0000a908 0xbdf esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_line 0x0000b4e7 0xa98 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_line 0x0000bf7f 0x52d esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_line 0x0000c4ac 0x3b8 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_line 0x0000c864 0x77c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_line 0x0000cfe0 0x1bf2 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_line 0x0000ebd2 0x464 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_line 0x0000f036 0x2b8 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_line 0x0000f2ee 0x45a esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_line 0x0000f748 0x765 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_line 0x0000fead 0x12eb esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_line 0x00011198 0xbc2 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_line 0x00011d5a 0xa01 esp-idf/hal/libhal.a(cache_hal.c.obj) -.debug_line 0x0000000000000000 0x1aee5 - .debug_line 0x0000000000000000 0x1d6 esp-idf/soc/libsoc.a(dport_access.c.obj) - .debug_line 0x00000000000001d6 0x3ec esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - .debug_line 0x00000000000005c2 0x616 esp-idf/main/libmain.a(bootloader_start.c.obj) - .debug_line 0x0000000000000bd8 0x2320 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - .debug_line 0x0000000000002ef8 0x72d esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - .debug_line 0x0000000000003625 0x2599 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - .debug_line 0x0000000000005bbe 0x1f5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - .debug_line 0x0000000000005db3 0x737 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - .debug_line 0x00000000000064ea 0x9f esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - .debug_line 0x0000000000006589 0xdec esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - .debug_line 0x0000000000007375 0xee8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - .debug_line 0x000000000000825d 0x864 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - .debug_line 0x0000000000008ac1 0x4c4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - .debug_line 0x0000000000008f85 0xda esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - .debug_line 0x000000000000905f 0x4ff esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - .debug_line 0x000000000000955e 0x8eb esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) - .debug_line 0x0000000000009e49 0x2b2 esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - .debug_line 0x000000000000a0fb 0xda3 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - .debug_line 0x000000000000ae9e 0x1d33 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - .debug_line 0x000000000000cbd1 0x14fd esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - .debug_line 0x000000000000e0ce 0x8b9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - .debug_line 0x000000000000e987 0x26c esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - .debug_line 0x000000000000ebf3 0x200 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - .debug_line 0x000000000000edf3 0x2d83 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - .debug_line 0x0000000000011b76 0xba2 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - .debug_line 0x0000000000012718 0xdce esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - .debug_line 0x00000000000134e6 0xf42 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - .debug_line 0x0000000000014428 0x225 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - .debug_line 0x000000000001464d 0x447 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - .debug_line 0x0000000000014a94 0x21c3 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - .debug_line 0x0000000000016c57 0x3cb esp-idf/log/liblog.a(log_noos.c.obj) - .debug_line 0x0000000000017022 0x2fd esp-idf/hal/libhal.a(mpu_hal.c.obj) - .debug_line 0x000000000001731f 0x40e esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_line 0x000000000001772d 0xd04 esp-idf/hal/libhal.a(efuse_hal.c.obj) - .debug_line 0x0000000000018431 0x15f4 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - .debug_line 0x0000000000019a25 0x14c0 esp-idf/hal/libhal.a(mmu_hal.c.obj) +.debug_frame 0x00000000 0x15a8 + *(.debug_frame) + .debug_frame 0x00000000 0x20 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .debug_frame 0x00000020 0x40 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_frame 0x00000060 0x38 esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_frame 0x00000098 0x274 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_frame 0x0000030c 0x58 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_frame 0x00000364 0x198 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_frame 0x000004fc 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .debug_frame 0x0000051c 0x68 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_frame 0x00000584 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_frame 0x000005b4 0x34 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) + .debug_frame 0x000005e8 0x100 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_frame 0x000006e8 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_frame 0x00000718 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_frame 0x00000738 0x2c esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_frame 0x00000764 0xb4 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_frame 0x00000818 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .debug_frame 0x00000868 0x2d0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_frame 0x00000b38 0x100 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_frame 0x00000c38 0xc4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_frame 0x00000cfc 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_frame 0x00000d2c 0x20 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_frame 0x00000d4c 0x38 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_frame 0x00000d84 0x33c esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_frame 0x000010c0 0x88 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_frame 0x00001148 0x30 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_frame 0x00001178 0x80 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_frame 0x000011f8 0xb0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_frame 0x000012a8 0xec esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_frame 0x00001394 0x110 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_frame 0x000014a4 0x104 esp-idf/hal/libhal.a(cache_hal.c.obj) -.debug_str 0x0000000000000000 0xa876 - .debug_str 0x0000000000000000 0x1e4 esp-idf/soc/libsoc.a(dport_access.c.obj) - 0x221 (size before relaxing) - .debug_str 0x00000000000001e4 0xf3 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - 0x2b1 (size before relaxing) - .debug_str 0x00000000000002d7 0x769 esp-idf/main/libmain.a(bootloader_start.c.obj) - 0x9ac (size before relaxing) - .debug_str 0x0000000000000a40 0xa9c esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - 0xf5b (size before relaxing) - .debug_str 0x00000000000014dc 0x137 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - 0x443 (size before relaxing) - .debug_str 0x0000000000001613 0x766 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - 0x1041 (size before relaxing) - .debug_str 0x0000000000001d79 0x6e esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) - 0x238 (size before relaxing) - .debug_str 0x0000000000001de7 0x100 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) - 0x36c (size before relaxing) - .debug_str 0x0000000000001ee7 0x53 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) - 0x197 (size before relaxing) - .debug_str 0x0000000000001f3a 0x2db esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - 0x86a (size before relaxing) - .debug_str 0x0000000000002215 0x57e esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - 0xcab (size before relaxing) - .debug_str 0x0000000000002793 0x135 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - 0x794 (size before relaxing) - .debug_str 0x00000000000028c8 0x2d4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - 0x68d (size before relaxing) - .debug_str 0x0000000000002b9c 0x71 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - 0x228 (size before relaxing) - .debug_str 0x0000000000002c0d 0xab esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - 0x2c4 (size before relaxing) - .debug_str 0x0000000000002cb8 0x6f esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) - 0x240 (size before relaxing) - .debug_str 0x0000000000002d27 0x115f esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - 0x1654 (size before relaxing) - .debug_str 0x0000000000003e86 0x49a esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) - 0x758 (size before relaxing) - .debug_str 0x0000000000004320 0x1a50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - 0x20ff (size before relaxing) - .debug_str 0x0000000000005d70 0x310 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - 0xae9 (size before relaxing) - .debug_str 0x0000000000006080 0x1c26 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - 0x245c (size before relaxing) - .debug_str 0x0000000000007ca6 0x9f esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - 0x2af (size before relaxing) - .debug_str 0x0000000000007d45 0xc8 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) - 0x2ae (size before relaxing) - .debug_str 0x0000000000007e0d 0xc86 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - 0x2ab7 (size before relaxing) - .debug_str 0x0000000000008a93 0x1e0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - 0xd80 (size before relaxing) - .debug_str 0x0000000000008c73 0x16b esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - 0x178c (size before relaxing) - .debug_str 0x0000000000008dde 0x22e esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - 0xb3b (size before relaxing) - .debug_str 0x000000000000900c 0xb2 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - 0x28c (size before relaxing) - .debug_str 0x00000000000090be 0x5ef esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - 0x8f7 (size before relaxing) - .debug_str 0x00000000000096ad 0x526 esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - 0x907 (size before relaxing) - .debug_str 0x0000000000009bd3 0x98 esp-idf/log/liblog.a(log_noos.c.obj) - 0x2d2 (size before relaxing) - .debug_str 0x0000000000009c6b 0x9e esp-idf/hal/libhal.a(mpu_hal.c.obj) - 0x2c5 (size before relaxing) - .debug_str 0x0000000000009d09 0x148 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x1767 (size before relaxing) - .debug_str 0x0000000000009e51 0x270 esp-idf/hal/libhal.a(efuse_hal.c.obj) - 0x18a2 (size before relaxing) - .debug_str 0x000000000000a0c1 0x470 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - 0x23e5 (size before relaxing) - .debug_str 0x000000000000a531 0x345 esp-idf/hal/libhal.a(mmu_hal.c.obj) - 0x5e5 (size before relaxing) +.debug_str 0x00000000 0xbd6d + *(.debug_str) + .debug_str 0x00000000 0xbd6d esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + 0x2d1 (size before relaxing) + .debug_str 0x0000bd6d 0x2e7 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_str 0x0000bd6d 0xa79 esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_str 0x0000bd6d 0x16de esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_str 0x0000bd6d 0x4cc esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_str 0x0000bd6d 0x189f esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_str 0x0000bd6d 0x275 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .debug_str 0x0000bd6d 0x402 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_str 0x0000bd6d 0x29e esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_str 0x0000bd6d 0x2ef8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) + .debug_str 0x0000bd6d 0xf09 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_str 0x0000bd6d 0x6de esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_str 0x0000bd6d 0x25e esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_str 0x0000bd6d 0x2f9 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_str 0x0000bd6d 0xa36 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_str 0x0000bd6d 0x2a4 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .debug_str 0x0000bd6d 0x2984 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_str 0x0000bd6d 0x1392 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_str 0x0000bd6d 0x35be esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_str 0x0000bd6d 0xa68 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_str 0x0000bd6d 0x25e esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_str 0x0000bd6d 0xcd7 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_str 0x0000bd6d 0x1373 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_str 0x0000bd6d 0x425 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_str 0x0000bd6d 0x2b1 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_str 0x0000bd6d 0x2833 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_str 0x0000bd6d 0x29f2 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_str 0x0000bd6d 0x5147 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_str 0x0000bd6d 0x621 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_str 0x0000bd6d 0x624 esp-idf/hal/libhal.a(cache_hal.c.obj) + +.debug_loc 0x00000000 0x8f8c + *(.debug_loc) + .debug_loc 0x00000000 0xc8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_loc 0x000000c8 0xc7 esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_loc 0x0000018f 0x1263 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_loc 0x000013f2 0x1d9 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_loc 0x000015cb 0x2432 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_loc 0x000039fd 0x1bb esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_loc 0x00003bb8 0xa5 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) + .debug_loc 0x00003c5d 0x3ad esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_loc 0x0000400a 0x105 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_loc 0x0000410f 0x1e5 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_loc 0x000042f4 0x153a esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_loc 0x0000582e 0x2d1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_loc 0x00005aff 0x141 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_loc 0x00005c40 0x87 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_loc 0x00005cc7 0xdf esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_loc 0x00005da6 0xc67 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_loc 0x00006a0d 0x125 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_loc 0x00006b32 0x13 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_loc 0x00006b45 0x1a0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_loc 0x00006ce5 0xb0d esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_loc 0x000077f2 0xc81 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_loc 0x00008473 0xb19 esp-idf/hal/libhal.a(cache_hal.c.obj) + +.debug_macinfo + *(.debug_macinfo) + +.debug_pubtypes + *(.debug_pubtypes) + +.debug_ranges 0x00000000 0x17c0 + *(.debug_ranges) + .debug_ranges 0x00000000 0x10 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .debug_ranges 0x00000010 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .debug_ranges 0x00000028 0x30 esp-idf/main/libmain.a(bootloader_start.c.obj) + .debug_ranges 0x00000058 0x1c8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .debug_ranges 0x00000220 0x70 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .debug_ranges 0x00000290 0x3d0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .debug_ranges 0x00000660 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .debug_ranges 0x00000670 0x20 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .debug_ranges 0x00000690 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .debug_ranges 0x000006a8 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) + .debug_ranges 0x00000700 0x58 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .debug_ranges 0x00000758 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .debug_ranges 0x00000768 0x10 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .debug_ranges 0x00000778 0x28 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .debug_ranges 0x000007a0 0x90 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .debug_ranges 0x00000830 0x18 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .debug_ranges 0x00000848 0x288 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .debug_ranges 0x00000ad0 0xb8 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .debug_ranges 0x00000b88 0x70 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .debug_ranges 0x00000bf8 0x50 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .debug_ranges 0x00000c48 0x10 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .debug_ranges 0x00000c58 0x40 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .debug_ranges 0x00000c98 0x398 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .debug_ranges 0x00001030 0x28 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .debug_ranges 0x00001058 0x28 esp-idf/log/liblog.a(log_timestamp.c.obj) + .debug_ranges 0x00001080 0x88 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_ranges 0x00001108 0x98 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .debug_ranges 0x000011a0 0x2c8 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .debug_ranges 0x00001468 0x180 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .debug_ranges 0x000015e8 0x1d8 esp-idf/hal/libhal.a(cache_hal.c.obj) + +.debug_weaknames + *(.debug_weaknames) + +.debug_funcnames + *(.debug_funcnames) + +.debug_typenames + *(.debug_typenames) + +.debug_varnames + *(.debug_varnames) + +.debug_gnu_pubnames + *(.debug_gnu_pubnames) + +.debug_gnu_pubtypes + *(.debug_gnu_pubtypes) + +.debug_types + *(.debug_types) + +.debug_addr + *(.debug_addr) + +.debug_line_str + *(.debug_line_str) + +.debug_loclists + *(.debug_loclists) + +.debug_macro + *(.debug_macro) + +.debug_names + *(.debug_names) + +.debug_rnglists + *(.debug_rnglists) + +.debug_str_offsets + *(.debug_str_offsets) + +.comment 0x00000000 0x2f + *(.comment) + .comment 0x00000000 0x2f esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + 0x30 (size before relaxing) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .comment 0x0000002f 0x30 esp-idf/main/libmain.a(bootloader_start.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .comment 0x0000002f 0x30 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .comment 0x0000002f 0x30 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .comment 0x0000002f 0x30 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .comment 0x0000002f 0x30 esp-idf/log/liblog.a(log_timestamp.c.obj) + .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .comment 0x0000002f 0x30 esp-idf/hal/libhal.a(cache_hal.c.obj) + +.note.GNU-stack + 0x00000000 0x0 + *(.note.GNU-stack) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/main/libmain.a(bootloader_start.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/log/liblog.a(log_timestamp.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(efuse_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(mmu_hal.c.obj) + .note.GNU-stack + 0x00000000 0x0 esp-idf/hal/libhal.a(cache_hal.c.obj) + +/DISCARD/ + *(.rela.*) +OUTPUT(bootloader.elf elf32-littleriscv) Cross Reference Table Symbol File -Cache_Flush_rom esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) -Cache_Read_Disable_rom esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) -Cache_Read_Enable_rom esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) -EFUSE esp-idf/hal/libhal.a(efuse_hal.c.obj) +Cache_Disable_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Enable_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Get_ICache_Line_Size esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Invalidate_Addr esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Resume_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) +Cache_Suspend_ICache esp-idf/hal/libhal.a(cache_hal.c.obj) +EFUSE esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) esp-idf/hal/libhal.a(efuse_hal.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +ESP_EFUSE_ADC1_CAL_VOL_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_CAL_VOL_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_CAL_VOL_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_CAL_VOL_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ADC1_INIT_CODE_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_BLK_VERSION_MINOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIG_DBIAS_HVT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DISABLE_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DISABLE_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_DIRECT_BOOT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DIS_DOWNLOAD_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DIS_DOWNLOAD_MANUAL_ENCRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DIS_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_DIS_FORCE_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_PAD_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DIS_TWAI esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_USB_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_DIS_USB_SERIAL_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_DIS_USB_SERIAL_JTAG_ROM_PRINT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_ENABLE_SECURITY_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +ESP_EFUSE_ERR_RST_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FLASH_CAP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FLASH_TEMP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FLASH_TPUW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FLASH_VENDOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_FORCE_SEND_RESUME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_JTAG_SEL_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_KEY0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) -ESP_EFUSE_ABS_DONE_0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_ABS_DONE_1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_ADC1_TP_HIGH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_ADC1_TP_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_ADC2_TP_HIGH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_ADC2_TP_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_ADC_VREF esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_BLK3_PART_RESERVE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_BLOCK1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_BLOCK2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_CHIP_CPU_FREQ_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_CHIP_CPU_FREQ_RATED esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_CHIP_PACKAGE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) -ESP_EFUSE_CHIP_PACKAGE_4BIT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_CHIP_VER_REV1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_CHIP_VER_REV2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_CLK8M_FREQ esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_CODING_SCHEME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_CONSOLE_DEBUG_DISABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_CUSTOM_MAC_CRC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DISABLE_APP_CPU esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DISABLE_BT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DISABLE_DL_CACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_DISABLE_DL_DECRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_DISABLE_DL_ENCRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_DISABLE_SDIO_HOST esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_DIS_CACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_FLASH_CRYPT_CNT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_FLASH_CRYPT_CONFIG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_JTAG_DISABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_KEY_STATUS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_KEY1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_KEY_PURPOSE_5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_K_DIG_LDO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_K_RTC_LDO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) ESP_EFUSE_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_MAC_CRC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_MAC_CUSTOM esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_MAC_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_OCODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_OPTIONAL_UNIQUE_ID esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_PKG_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) ESP_EFUSE_RD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_RD_DIS_ADC1_TP_HIGH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_RD_DIS_ADC1_TP_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_RD_DIS_ADC2_TP_HIGH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_RD_DIS_ADC2_TP_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_RD_DIS_BLK3_PART_RESERVE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_RD_DIS_BLOCK1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_RD_DIS_BLOCK2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_RD_DIS_BLOCK3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_KEY5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_RD_DIS_BLOCK_SYS_DATA2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_SECURE_BOOT_AGGRESSIVE_REVOKE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SECURE_BOOT_EN esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SECURE_BOOT_KEY_REVOKE0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_SECURE_BOOT_KEY_REVOKE1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_SECURE_BOOT_KEY_REVOKE2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_RD_DIS_CODING_SCHEME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_RD_DIS_CUSTOM_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_RD_DIS_CUSTOM_MAC_CRC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_RD_DIS_FLASH_CRYPT_CONFIG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_RD_DIS_KEY_STATUS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_RD_DIS_MAC_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_RD_DIS_SECURE_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) ESP_EFUSE_SECURE_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SOFT_DIS_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +ESP_EFUSE_SPI_BOOT_CRYPT_CNT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) ESP_EFUSE_SPI_PAD_CONFIG_CLK esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_SPI_PAD_CONFIG_CS0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_CS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) ESP_EFUSE_SPI_PAD_CONFIG_D esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_D4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_D5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_D6 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_D7 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_DQS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) ESP_EFUSE_SPI_PAD_CONFIG_HD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) ESP_EFUSE_SPI_PAD_CONFIG_Q esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_UART_DOWNLOAD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SPI_PAD_CONFIG_WP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_SYS_DATA_PART2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_TEMP_CALIB esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_THRES_HVT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_UART_PRINT_CONTROL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) -ESP_EFUSE_VOL_LEVEL_HP_INV esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WAFER_VERSION_MINOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_USB_EXCHG_PINS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_USER_DATA esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_USER_DATA_MAC_CUSTOM esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_VDD_SPI_AS_GPIO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_V_DIG_DBIAS20 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_V_RTC_DBIAS20 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WAFER_VERSION_MINOR_HI esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WAFER_VERSION_MINOR_LO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WDT_DELAY_SEL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) ESP_EFUSE_WR_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ABS_DONE_0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ABS_DONE_1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ADC1_TP_HIGH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ADC1_TP_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ADC2_TP_HIGH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ADC2_TP_LOW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_ADC_VREF esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_BLK3_PART_RESERVE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_BLOCK1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_CAL_VOL_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ADC1_INIT_CODE_ATTEN3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_BLK1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_WR_DIS_BLOCK2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_BLK_VERSION_MINOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_WR_DIS_BLOCK3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_KEY5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_SYS_DATA2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_BLOCK_USR_DATA esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -ESP_EFUSE_WR_DIS_CLK8M_FREQ esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_CODING_SCHEME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_CONSOLE_DEBUG_DISABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) ESP_EFUSE_WR_DIS_CUSTOM_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_CUSTOM_MAC_CRC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DISABLE_APP_CPU esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DISABLE_BT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DISABLE_DL_CACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DISABLE_DL_DECRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DISABLE_DL_ENCRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_DIS_CACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIG_DBIAS_HVT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DISABLE_BLK_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DISABLE_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_DIRECT_BOOT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MANUAL_ENCRYPT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_FORCE_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_ICACHE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_WR_DIS_FLASH_CRYPT_CNT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) -ESP_EFUSE_WR_DIS_FLASH_CRYPT_CONFIG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_JTAG_DISABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_KEY_STATUS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_PAD_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_TWAI esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_USB_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_DOWNLOAD_MODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_DIS_USB_SERIAL_JTAG_ROM_PRINT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ENABLE_SECURITY_DOWNLOAD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_ERR_RST_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FLASH_CAP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FLASH_TEMP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FLASH_TPUW esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FLASH_VENDOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_FORCE_SEND_RESUME esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_JTAG_SEL_ENABLE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_3 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_KEY_PURPOSE_5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_K_DIG_LDO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_K_RTC_LDO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) ESP_EFUSE_WR_DIS_MAC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_MAC_CRC esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_MAC_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_OCODE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_OPTIONAL_UNIQUE_ID esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_PKG_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) ESP_EFUSE_WR_DIS_RD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_AGGRESSIVE_REVOKE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_EN esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_SECURE_BOOT_KEY_REVOKE2 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) ESP_EFUSE_WR_DIS_SECURE_VERSION esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SOFT_DIS_JTAG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_BOOT_CRYPT_CNT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CLK esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CS0 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_CS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D4 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D5 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D6 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_D7 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_DQS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_HD esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_Q esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_UART_DOWNLOAD_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_VOL_LEVEL_HP_INV esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_WR_DIS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_XPD_SDIO_FORCE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_XPD_SDIO_REG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_WR_DIS_XPD_SDIO_TIEH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_XPD_SDIO_FORCE esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_XPD_SDIO_REG esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -ESP_EFUSE_XPD_SDIO_TIEH esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) -GPIO esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) -GPIO_HOLD_MASK esp-idf/soc/libsoc.a(gpio_periph.c.obj) -GPIO_PIN_MUX_REG esp-idf/soc/libsoc.a(gpio_periph.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) -GPIO_PIN_MUX_REG_OFFSET esp-idf/soc/libsoc.a(gpio_periph.c.obj) +ESP_EFUSE_WR_DIS_SPI_PAD_CONFIG_WP esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_SYS_DATA_PART1 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ESP_EFUSE_WR_DIS_TEMP_CALIB esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_THRES_HVT esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_UART_PRINT_CONTROL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_USB_EXCHG_PINS esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_VDD_SPI_AS_GPIO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_V_DIG_DBIAS20 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_V_RTC_DBIAS20 esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_WAFER_VERSION_MAJOR esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_WAFER_VERSION_MINOR_HI esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_WAFER_VERSION_MINOR_LO esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ESP_EFUSE_WR_DIS_WDT_DELAY_SEL esp-idf/efuse/libefuse.a(esp_efuse_table.c.obj) +ROM_Boot_Cache_Init esp-idf/hal/libhal.a(mmu_hal.c.obj) RTCCNTL esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) -SPI0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) -SPI1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) +SPIMEM0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +SPIMEM1 esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) TIMERG0 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) TIMERG1 esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) -UART0 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) -UART1 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) -UART2 esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) -_ITM_deregisterTMCloneTable c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o -_ITM_registerTMCloneTable c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o -__DTOR_END__ c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o - c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o -__TMC_END__ c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtend.o - c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o -__adddf3 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) -__ashldi3 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_ashldi3.o) +UART0 esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) +__ashldi3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_ashldi3.o) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) __assert_func esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) - esp-idf/log/liblog.a(log_noos.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) -__bswapsi2 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_bswapsi2.o) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) -__deregister_frame_info c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o -__divdf3 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdf3.o) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) -__divdi3 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divdi3.o) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) -__divsf3 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_divsf3.o) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) -__extendsfdf2 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_extendsfdf2.o) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) -__fixdfsi c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixdfsi.o) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) -__fixunsdfsi c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_fixunsdfsi.o) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) -__floatsidf c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) -__floatunsidf c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_floatsidf.o) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +__clz_tab /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_clz.o) + /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) __getreent esp-idf/main/libmain.a(bootloader_start.c.obj) -__lshrdi3 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_lshrdi3.o) +__lshrdi3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_lshrdi3.o) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) -__muldf3 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_muldf3.o) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) -__popcountsi2 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_popcountsi2.o) +__popcountsi2 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_popcountsi2.o) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) -__register_frame_info c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crtbegin.o -__subdf3 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_addsubdf3.o) -__udivdi3 c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti\libgcc.a(_udivdi3.o) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +__sf /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) +__udivdi3 /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/rv32imc_zicsr_zifencei/ilp32/no-rtti/libgcc.a(_udivdi3.o) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) _bss_end esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) _bss_start esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) -_data_end esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) -_data_start esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) +_data_end esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) +_data_start esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) _dram_end esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) _dram_start esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) -_fini c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o -_global_impure_ptr c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-impure.o) +_impure_data /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) esp-idf/main/libmain.a(bootloader_start.c.obj) -_init c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/no-rtti/crti.o +_impure_ptr /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-impure.o) _loader_text_end esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) _loader_text_start esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) -_start c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o +_putc1 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +_putc2 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) abort esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) + esp-idf/hal/libhal.a(cache_hal.c.obj) esp-idf/hal/libhal.a(mmu_hal.c.obj) esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/hal/libhal.a(efuse_hal.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) bootloader_after_init esp-idf/main/libmain.a(bootloader_start.c.obj) bootloader_ana_clock_glitch_reset_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +bootloader_ana_super_wdt_reset_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_soc.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) bootloader_atexit esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) bootloader_before_init esp-idf/main/libmain.a(bootloader_start.c.obj) bootloader_check_bootloader_validity esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) bootloader_clear_bss_section esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) bootloader_clock_configure esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) -bootloader_clock_get_rated_freq_mhz esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) bootloader_common_check_chip_validity esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) -bootloader_common_check_long_hold_gpio esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) -bootloader_common_check_long_hold_gpio_level esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) -bootloader_common_erase_part_type_data esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +bootloader_common_check_efuse_blk_validity esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) bootloader_common_get_active_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) -bootloader_common_get_chip_ver_pkg esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) bootloader_common_get_partition_description esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) -bootloader_common_get_sha256_of_partition esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) -bootloader_common_label_search esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) bootloader_common_ota_select_crc esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) bootloader_common_ota_select_invalid esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) bootloader_common_ota_select_valid esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) +bootloader_common_read_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) bootloader_common_select_otadata esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) -bootloader_common_vddsdio_configure esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) bootloader_config_wdt esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) -bootloader_configure_spi_pins esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) +bootloader_configure_spi_pins esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) bootloader_console_deinit esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) bootloader_console_init esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) bootloader_debug_buffer esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) bootloader_enable_random esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) bootloader_enable_wp esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) bootloader_execute_flash_command esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) bootloader_fill_random esp-idf/bootloader_support/libbootloader_support.a(bootloader_random.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) -bootloader_flash_clock_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) -bootloader_flash_cs_timing_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) -bootloader_flash_dummy_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_flash_clock_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +bootloader_flash_cs_timing_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +bootloader_flash_dummy_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) bootloader_flash_erase_range esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) bootloader_flash_erase_sector esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) bootloader_flash_execute_command_common esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) -bootloader_flash_get_wp_pin esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) -bootloader_flash_gpio_config esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) +bootloader_flash_get_spi_mode esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) bootloader_flash_is_octal_mode_enabled esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) bootloader_flash_read esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) bootloader_flash_read_sfdp esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) bootloader_flash_reset_chip esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +bootloader_flash_set_dummy_out esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) bootloader_flash_unlock esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) -bootloader_flash_update_id esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) -bootloader_flash_update_size esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +bootloader_flash_update_id esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) +bootloader_flash_update_size esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) bootloader_flash_write esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) bootloader_flash_xmc_startup esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) bootloader_image_hdr esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) -bootloader_init esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +bootloader_init esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) esp-idf/main/libmain.a(bootloader_start.c.obj) bootloader_init_mem esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) -bootloader_init_spi_flash esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) +bootloader_init_spi_flash esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) bootloader_load_image esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) bootloader_load_image_no_verify esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) bootloader_mmap esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) bootloader_mmap_get_free_pages esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) bootloader_munmap esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) bootloader_print_banner esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) -bootloader_random_disable esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) +bootloader_random_disable esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) -bootloader_random_enable esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32.c.obj) +bootloader_random_enable esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) bootloader_read_bootloader_header esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) bootloader_read_flash_id esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) bootloader_reset esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) esp-idf/main/libmain.a(bootloader_start.c.obj) bootloader_sha256_data esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) @@ -5855,7 +5047,6 @@ bootloader_sha256_finish esp-idf/bootloader_support/lib esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) bootloader_sha256_flash_contents esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) bootloader_sha256_hex_to_str esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) bootloader_sha256_start esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) @@ -5867,41 +5058,58 @@ bootloader_utility_load_boot_image esp-idf/bootloader_support/lib esp-idf/main/libmain.a(bootloader_start.c.obj) bootloader_utility_load_partition_table esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) esp-idf/main/libmain.a(bootloader_start.c.obj) -cache_flash_mmu_set_rom esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +cache_hal_disable esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +cache_hal_enable esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) +cache_hal_get_cache_line_size esp-idf/hal/libhal.a(cache_hal.c.obj) +cache_hal_init esp-idf/hal/libhal.a(cache_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) +cache_hal_invalidate_addr esp-idf/hal/libhal.a(cache_hal.c.obj) +cache_hal_is_cache_enabled esp-idf/hal/libhal.a(cache_hal.c.obj) +cache_hal_resume esp-idf/hal/libhal.a(cache_hal.c.obj) +cache_hal_suspend esp-idf/hal/libhal.a(cache_hal.c.obj) +cache_hal_vaddr_to_cache_level_id esp-idf/hal/libhal.a(cache_hal.c.obj) call_start_cpu0 esp-idf/main/libmain.a(bootloader_start.c.obj) efuse_hal_blk_version esp-idf/hal/libhal.a(efuse_hal.c.obj) -efuse_hal_chip_revision esp-idf/hal/libhal.a(efuse_hal.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) +efuse_hal_chip_revision esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) efuse_hal_clear_program_registers esp-idf/hal/libhal.a(efuse_hal.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) efuse_hal_flash_encryption_enabled esp-idf/hal/libhal.a(efuse_hal.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +efuse_hal_get_disable_blk_version_major esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) efuse_hal_get_disable_wafer_version_major esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) efuse_hal_get_mac esp-idf/hal/libhal.a(efuse_hal.c.obj) efuse_hal_get_major_chip_version esp-idf/hal/libhal.a(efuse_hal.c.obj) esp-idf/hal/libhal.a(efuse_hal.c.obj) efuse_hal_get_minor_chip_version esp-idf/hal/libhal.a(efuse_hal.c.obj) esp-idf/hal/libhal.a(efuse_hal.c.obj) -efuse_hal_get_rated_freq_mhz esp-idf/hal/libhal.a(efuse_hal.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_efuse.c.obj) efuse_hal_is_coding_error_in_block esp-idf/hal/libhal.a(efuse_hal.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) efuse_hal_program esp-idf/hal/libhal.a(efuse_hal.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) efuse_hal_read esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +efuse_hal_rs_calculate esp-idf/hal/libhal.a(efuse_hal.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) efuse_hal_set_timing esp-idf/hal/libhal.a(efuse_hal.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) -esp_clk_apb_freq esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_bootloader_desc esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) +esp_bootloader_get_description esp-idf/esp_bootloader_format/libesp_bootloader_format.a(esp_bootloader_desc.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) esp_cpu_configure_region_protection esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_mem.c.obj) -esp_dport_access_reg_read esp-idf/soc/libsoc.a(dport_access.c.obj) -esp_dport_access_sequence_reg_read esp-idf/soc/libsoc.a(dport_access.c.obj) esp_efuse_batch_write_begin esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) @@ -5912,20 +5120,32 @@ esp_efuse_batch_write_commit esp-idf/efuse/libefuse.a(esp_e esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) esp_efuse_block_is_empty esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp_efuse_check_errors esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) -esp_efuse_disable_basic_rom_console esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_count_unused_key_blocks esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_destroy_block esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp_efuse_disable_rom_download_mode esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_enable_rom_secure_download_mode esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) esp_efuse_find_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) +esp_efuse_find_unused_key_block esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp_efuse_get_coding_scheme esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_get_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp_efuse_get_field_size esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_get_key esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp_efuse_get_key_dis_read esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) esp_efuse_get_key_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) esp_efuse_get_key_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp_efuse_get_keypurpose_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) esp_efuse_get_pkg_ver esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_get_purpose_field esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_get_write_protect_of_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp_efuse_key_block_unused esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp_efuse_read_block esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) @@ -5934,21 +5154,28 @@ esp_efuse_read_field_bit esp-idf/efuse/libefuse.a(esp_e esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) esp_efuse_read_field_blob esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) esp_efuse_read_field_cnt esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) esp_efuse_read_reg esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) +esp_efuse_set_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp_efuse_set_key_dis_read esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp_efuse_set_key_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_key_purpose esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +esp_efuse_set_keypurpose_dis_write esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp_efuse_set_read_protect esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp_efuse_set_rom_log_scheme esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) esp_efuse_set_write_protect esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -esp_efuse_utility_apply_34_encoding esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_set_write_protect_of_digest_revoke esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp_efuse_utility_apply_new_coding_scheme esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp_efuse_utility_burn_chip esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +esp_efuse_utility_burn_chip_opt esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp_efuse_utility_burn_efuses esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp_efuse_utility_check_errors esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) @@ -5966,6 +5193,7 @@ esp_efuse_utility_fill_buff esp-idf/efuse/libefuse.a(esp_e esp_efuse_utility_get_number_of_items esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp_efuse_utility_get_read_register_address esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp_efuse_utility_is_correct_written_data esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp_efuse_utility_process esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) @@ -5983,15 +5211,15 @@ esp_efuse_utility_write_cnt esp-idf/efuse/libefuse.a(esp_e esp_efuse_utility_write_reg esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp_efuse_write_block esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp_efuse_write_field_bit esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) esp_efuse_write_field_blob esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) -esp_efuse_write_field_cnt esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) +esp_efuse_write_field_cnt esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) + esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) esp_efuse_write_key esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp_efuse_write_keys esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) @@ -6004,196 +5232,154 @@ esp_flash_write_protect_crypt_cnt esp-idf/bootloader_support/lib esp_get_flash_encryption_mode esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) esp_image_get_flash_size esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp_image_get_metadata esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) esp_image_verify esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp_image_verify_bootloader esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp_image_verify_bootloader_data esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) -esp_log_early_timestamp esp-idf/log/liblog.a(log_noos.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) -esp_log_impl_lock esp-idf/log/liblog.a(log_noos.c.obj) -esp_log_impl_lock_timeout esp-idf/log/liblog.a(log_noos.c.obj) -esp_log_impl_unlock esp-idf/log/liblog.a(log_noos.c.obj) -esp_log_timestamp esp-idf/log/liblog.a(log_noos.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +esp_log_early_timestamp esp-idf/log/liblog.a(log_timestamp.c.obj) +esp_log_timestamp esp-idf/log/liblog.a(log_timestamp.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) esp-idf/main/libmain.a(bootloader_start.c.obj) esp_partition_table_verify esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) esp_rom_crc32_le esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) -esp_rom_delay_us esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +esp_rom_delay_us esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) -esp_rom_efuse_get_flash_gpio_info esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) -esp_rom_get_cpu_ticks_per_us esp-idf/log/liblog.a(log_noos.c.obj) +esp_rom_efuse_get_flash_gpio_info esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +esp_rom_efuse_get_flash_wp_gpio esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +esp_rom_get_cpu_ticks_per_us esp-idf/log/liblog.a(log_timestamp.c.obj) esp_rom_get_reset_reason esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/main/libmain.a(bootloader_start.c.obj) -esp_rom_gpio_connect_in_signal esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) -esp_rom_gpio_connect_out_signal esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) -esp_rom_gpio_pad_pullup_only esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) -esp_rom_gpio_pad_select_gpio esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +esp_rom_gpio_pad_set_drv esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) esp_rom_install_channel_putc esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) -esp_rom_install_uart_printf esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) +esp_rom_install_uart_printf esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) esp_rom_md5_final esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) esp_rom_md5_init esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) esp_rom_md5_update esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) -esp_rom_printf esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) +esp_rom_output_flush_tx esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) +esp_rom_output_putc esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +esp_rom_output_to_channels esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +esp_rom_output_tx_one_char esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +esp_rom_output_tx_wait_idle esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) +esp_rom_printf esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) - esp-idf/efuse/libefuse.a(esp_efuse_fields.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_encrypt.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_common_loader.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) esp-idf/main/libmain.a(bootloader_start.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_panic.c.obj) -esp_rom_regi2c_read_mask esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) esp_rom_regi2c_write esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) esp_rom_regi2c_write_mask esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) -esp_rom_set_cpu_ticks_per_us esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_random_esp32c3.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) +esp_rom_set_cpu_ticks_per_us esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) esp_rom_software_reset_system esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) -esp_rom_spiflash_clear_bp esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) -esp_rom_spiflash_config_clk esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) -esp_rom_spiflash_config_param esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) -esp_rom_spiflash_config_readmode esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) -esp_rom_spiflash_erase_area esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) -esp_rom_spiflash_erase_block esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) +esp_rom_spiflash_config_clk esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +esp_rom_spiflash_config_param esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) +esp_rom_spiflash_erase_block esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_rom_spiflash_erase_sector esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_rom_spiflash_read esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_rom_spiflash_wait_idle esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) -esp_rom_spiflash_erase_chip esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) -esp_rom_spiflash_erase_sector esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) -esp_rom_spiflash_lock esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) -esp_rom_spiflash_prepare_encrypted_data esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) -esp_rom_spiflash_read esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) -esp_rom_spiflash_read_status esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) -esp_rom_spiflash_read_statushigh esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) -esp_rom_spiflash_read_user_cmd esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) -esp_rom_spiflash_set_bp esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) -esp_rom_spiflash_unlock esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) -esp_rom_spiflash_wait_idle esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) -esp_rom_spiflash_write esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) -esp_rom_spiflash_write_disable esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) -esp_rom_spiflash_write_encrypted esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) -esp_rom_spiflash_write_encrypted_disable esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) -esp_rom_spiflash_write_encrypted_enable esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) -esp_rom_spiflash_write_status esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) -esp_rom_uart_flush_tx esp-idf/bootloader_support/libbootloader_support.a(bootloader_console_loader.c.obj) -esp_rom_uart_set_clock_baudrate esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) -esp_rom_uart_tx_wait_idle esp-idf/esp_rom/libesp_rom.a(esp_rom_uart.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) +esp_rom_spiflash_write esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_rom_spiflash_write_encrypted esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) +esp_secure_boot_read_key_digests esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) +ets_efuse_clear_program_registers esp-idf/hal/libhal.a(efuse_hal.c.obj) +ets_efuse_rs_calculate esp-idf/hal/libhal.a(efuse_hal.c.obj) ets_install_putc1 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) ets_install_putc2 esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +ets_install_uart_printf esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) ets_sha_enable esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) -g_rom_flashchip esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) -g_rom_spiflash_chip esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) -g_rom_spiflash_dummy_len_plus esp-idf/esp_rom/libesp_rom.a(esp_rom_spiflash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) -g_ticks_per_us_app esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) -g_ticks_per_us_pro esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) -main c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti/crt0.o -memcmp c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcmp.o) +ets_sha_finish esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) +ets_sha_init esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) +ets_sha_update esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) +g_uart_print esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +g_usb_print esp-idf/esp_rom/libesp_rom.a(esp_rom_sys.c.obj) +memcmp /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcmp.o) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) -memcpy c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memcpy.o) - esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) +memcpy /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memcpy.o) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) -memset c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-memset.o) +memset /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/no-rtti/libc.a(libc_a-memset.o) esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_api.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_sha.c.obj) esp-idf/bootloader_support/libbootloader_support.a(esp_image_format.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) esp-idf/main/libmain.a(bootloader_start.c.obj) mmu_hal_bytes_to_pages esp-idf/hal/libhal.a(mmu_hal.c.obj) mmu_hal_check_valid_ext_vaddr_region esp-idf/hal/libhal.a(mmu_hal.c.obj) mmu_hal_init esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32c3.c.obj) mmu_hal_map_region esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) mmu_hal_paddr_to_vaddr esp-idf/hal/libhal.a(mmu_hal.c.obj) mmu_hal_pages_to_bytes esp-idf/hal/libhal.a(mmu_hal.c.obj) mmu_hal_unmap_all esp-idf/hal/libhal.a(mmu_hal.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_utility.c.obj) mmu_hal_unmap_region esp-idf/hal/libhal.a(mmu_hal.c.obj) mmu_hal_vaddr_to_paddr esp-idf/hal/libhal.a(mmu_hal.c.obj) -mmu_init esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_esp32.c.obj) -mpu_hal_set_region_access esp-idf/hal/libhal.a(mpu_hal.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(cpu_region_protect.c.obj) range_read_addr_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) range_write_addr_blocks esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) +rom_spiflash_legacy_data esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash_config_esp32c3.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_flash.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(flash_partitions.c.obj) rtc_clk_32k_bootstrap esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) rtc_clk_32k_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) rtc_clk_32k_enable_external esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) rtc_clk_32k_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_8m_divider_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) rtc_clk_8m_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) rtc_clk_8m_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) rtc_clk_8md256_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) rtc_clk_apb_freq_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_loader.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) rtc_clk_apb_freq_update esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) -rtc_clk_apll_coeff_calc esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) -rtc_clk_apll_coeff_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) -rtc_clk_apll_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) -rtc_clk_cal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) -rtc_clk_cal_ratio esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) +rtc_clk_bbpll_add_consumer esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_bbpll_remove_consumer esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) rtc_clk_cpu_freq_get_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) rtc_clk_cpu_freq_mhz_to_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) @@ -6202,52 +5388,32 @@ rtc_clk_cpu_freq_set_config esp-idf/esp_hw_support/libesp_ esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) rtc_clk_cpu_freq_set_config_fast esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) rtc_clk_cpu_freq_set_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) -rtc_clk_cpu_freq_to_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) rtc_clk_cpu_set_to_default_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) +rtc_clk_divider_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) + esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) rtc_clk_fast_src_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) rtc_clk_fast_src_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) -rtc_clk_freq_cal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) rtc_clk_init esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) rtc_clk_slow_freq_get_hz esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) rtc_clk_slow_src_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_clock_init.c.obj) rtc_clk_slow_src_set esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) -rtc_clk_wait_for_slow_cycle esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) rtc_clk_xtal_freq_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) - esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) + esp-idf/bootloader_support/libbootloader_support.a(bootloader_console.c.obj) rtc_clk_xtal_freq_update esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk_init.c.obj) rtc_dig_8m_enabled esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) rtc_dig_clk8m_disable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) rtc_dig_clk8m_enable esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) rtc_get_xtal esp-idf/esp_hw_support/libesp_hw_support.a(rtc_clk.c.obj) -rtc_init esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) -rtc_time_get esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) -rtc_time_slowclk_to_us esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) -rtc_time_us_to_slowclk esp-idf/esp_hw_support/libesp_hw_support.a(rtc_time.c.obj) -rtc_vddsdio_get_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) -rtc_vddsdio_set_config esp-idf/esp_hw_support/libesp_hw_support.a(rtc_init.c.obj) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) +s_cache_hal_init_ctx esp-idf/hal/libhal.a(cache_hal.c.obj) +s_revoke_table esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) s_table esp-idf/efuse/libefuse.a(esp_efuse_api_key.c.obj) -start_write_addr esp-idf/efuse/libefuse.a(esp_efuse_utility.c.obj) -strcspn c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strcspn.o) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) -strlen c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strlen.o) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) -strncpy c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strncpy.o) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) -strstr c:/users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/12.2.0/../../../../xtensa-esp32-elf/lib/no-rtti\libc.a(lib_a-strstr.o) - esp-idf/bootloader_support/libbootloader_support.a(bootloader_common.c.obj) wdt_hal_config_stage esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) esp-idf/bootloader_support/libbootloader_support.a(bootloader_init.c.obj) wdt_hal_deinit esp-idf/hal/libhal.a(wdt_hal_iram.c.obj) diff --git a/ESP32-IDF_ePaper/build/bootloader/build.ninja b/ESP32-IDF_ePaper/build/bootloader/build.ninja index df083a5bb..398b4d68b 100644 --- a/ESP32-IDF_ePaper/build/bootloader/build.ninja +++ b/ESP32-IDF_ePaper/build/bootloader/build.ninja @@ -1,5 +1,5 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "Ninja" Generator, CMake Version 3.24 +# Generated by "Ninja" Generator, CMake Version 3.30 # This file contains all the build statements describing the # compilation DAG. @@ -34,7 +34,7 @@ include CMakeFiles/rules.ninja ############################################# # Logical path to working directory; prefix for absolute paths. -cmake_ninja_workdir = C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/ +cmake_ninja_workdir = /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/ ############################################# # Utility command for menuconfig @@ -72,16 +72,22 @@ build app: phony CMakeFiles/app esp-idf/esptool_py/bootloader_check_size gen_pro build erase_flash: phony CMakeFiles/erase_flash +############################################# +# Utility command for merge-bin + +build merge-bin: phony CMakeFiles/merge-bin gen_project_binary + + ############################################# # Utility command for monitor -build monitor: phony CMakeFiles/monitor +build monitor: phony CMakeFiles/monitor bootloader.elf ############################################# # Utility command for _project_elf_src -build _project_elf_src: phony CMakeFiles/_project_elf_src project_elf_src_esp32.c +build _project_elf_src: phony CMakeFiles/_project_elf_src project_elf_src_esp32c3.c # ============================================================================= # Object build statements for EXECUTABLE target bootloader.elf @@ -90,16 +96,16 @@ build _project_elf_src: phony CMakeFiles/_project_elf_src project_elf_src_esp32. ############################################# # Order-only phony target for bootloader.elf -build cmake_object_order_depends_target_bootloader.elf: phony || _project_elf_src cmake_object_order_depends_target___idf_main cmake_object_order_depends_target___idf_xtensa project_elf_src_esp32.c +build cmake_object_order_depends_target_bootloader.elf: phony || _project_elf_src cmake_object_order_depends_target___idf_main cmake_object_order_depends_target___idf_soc project_elf_src_esp32c3.c -build CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj: C_COMPILER__bootloader.2eelf_ C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/project_elf_src_esp32.c || cmake_object_order_depends_target_bootloader.elf - DEFINES = -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE - DEP_FILE = CMakeFiles\bootloader.elf.dir\project_elf_src_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always - INCLUDES = -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include - OBJECT_DIR = CMakeFiles\bootloader.elf.dir - OBJECT_FILE_DIR = CMakeFiles\bootloader.elf.dir - TARGET_COMPILE_PDB = CMakeFiles\bootloader.elf.dir\ +build CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj: C_COMPILER__bootloader.2eelf_unscanned_ /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/project_elf_src_esp32c3.c || cmake_object_order_depends_target_bootloader.elf + DEFINES = -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ + DEP_FILE = CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always + INCLUDES = -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -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/bootloader_support/private_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_security/include + OBJECT_DIR = CMakeFiles/bootloader.elf.dir + OBJECT_FILE_DIR = CMakeFiles/bootloader.elf.dir + TARGET_COMPILE_PDB = CMakeFiles/bootloader.elf.dir/ TARGET_PDB = bootloader.elf.pdb @@ -110,15 +116,15 @@ build CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj: C_COMPILER__boo ############################################# # Link the executable bootloader.elf -build bootloader.elf: C_EXECUTABLE_LINKER__bootloader.2eelf_ CMakeFiles/bootloader.elf.dir/project_elf_src_esp32.c.obj | esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a C$:/Users/alex/esp/esp-idf/components/xtensa/esp32/libxt_hal.a C$:/Users/alex/esp/esp-idf/components/soc/esp32/ld/esp32.peripherals.ld C$:/Users/alex/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld C$:/Users/alex/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.api.ld C$:/Users/alex/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld C$:/Users/alex/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-funcs.ld C$:/Users/alex/esp/esp-idf/components/bootloader/subproject/main/ld/esp32/bootloader.ld C$:/Users/alex/esp/esp-idf/components/bootloader/subproject/main/ld/esp32/bootloader.rom.ld || _project_elf_src esp-idf/main/libmain.a esp-idf/xtensa/libxtensa.a - FLAGS = -mlongcalls -Wno-frame-address - LINK_FLAGS = -Wl,--cref -Wl,--defsym=IDF_TARGET_ESP32=0 -Wl,--Map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.map -Wl,--no-warn-rwx-segments -fno-rtti -fno-lto -Wl,--gc-sections -Wl,--warn-common -T esp32.rom.ld -T esp32.rom.api.ld -T esp32.rom.libgcc.ld -T esp32.rom.newlib-funcs.ld -T esp32.peripherals.ld -T bootloader.ld -T bootloader.rom.ld - LINK_LIBRARIES = esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/xtensa/libxtensa.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a C:/Users/alex/esp/esp-idf/components/xtensa/esp32/libxt_hal.a -u esp_dport_access_reg_read -u __assert_func -u abort -u __ubsan_include -u bootloader_hooks_include - LINK_PATH = -LC:/Users/alex/esp/esp-idf/components/esp_rom/esp32/ld -LC:/Users/alex/esp/esp-idf/components/soc/esp32/ld -LC:/Users/alex/esp/esp-idf/components/bootloader/subproject/main/ld/esp32 - OBJECT_DIR = CMakeFiles\bootloader.elf.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = CMakeFiles\bootloader.elf.dir\ +build bootloader.elf: C_EXECUTABLE_LINKER__bootloader.2eelf_ CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj | esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a /home/abobkov/esp/esp-idf/components/riscv/ld/rom.api.ld /home/abobkov/esp/esp-idf/components/soc/esp32c3/ld/esp32c3.peripherals.ld /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.ld /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.api.ld /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.bt_funcs.ld /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.libgcc.ld /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.version.ld /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.newlib.ld /home/abobkov/esp/esp-idf/components/bootloader/subproject/main/ld/esp32c3/bootloader.ld /home/abobkov/esp/esp-idf/components/bootloader/subproject/main/ld/esp32c3/bootloader.rom.ld || _project_elf_src esp-idf/main/libmain.a esp-idf/soc/libsoc.a + FLAGS = -march=rv32imc_zicsr_zifencei + LINK_FLAGS = -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs -Wl,--cref -Wl,--defsym=IDF_TARGET_ESP32C3=0 -Wl,--Map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.map -Wl,--no-warn-rwx-segments -Wl,--orphan-handling=warn -fno-rtti -fno-lto -Wl,--gc-sections -Wl,--warn-common -T rom.api.ld -T esp32c3.rom.ld -T esp32c3.rom.api.ld -T esp32c3.rom.bt_funcs.ld -T esp32c3.rom.libgcc.ld -T esp32c3.rom.version.ld -T esp32c3.rom.newlib.ld -T esp32c3.peripherals.ld -T bootloader.ld -T bootloader.rom.ld + LINK_LIBRARIES = esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a esp-idf/soc/libsoc.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/hal/libhal.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_system/libesp_system.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/log/liblog.a -u __assert_func -u esp_bootloader_desc -u abort -u __ubsan_include -u esp_system_include_startup_funcs -u esp_sleep_gpio_include -u bootloader_hooks_include + LINK_PATH = -L/home/abobkov/esp/esp-idf/components/riscv/ld -L/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld -L/home/abobkov/esp/esp-idf/components/soc/esp32c3/ld -L/home/abobkov/esp/esp-idf/components/bootloader/subproject/main/ld/esp32c3 + OBJECT_DIR = CMakeFiles/bootloader.elf.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = CMakeFiles/bootloader.elf.dir/ TARGET_FILE = bootloader.elf TARGET_PDB = bootloader.elf.pdb @@ -142,24 +148,23 @@ build size-components: phony CMakeFiles/size-components ############################################# -# Utility command for uf2-app +# Utility command for uf2 -build uf2-app: phony CMakeFiles/uf2-app gen_project_binary +build uf2: phony CMakeFiles/uf2 ############################################# -# Utility command for uf2 +# Utility command for uf2-app -build uf2: phony CMakeFiles/uf2 gen_project_binary +build uf2-app: phony CMakeFiles/uf2-app ############################################# # Utility command for edit_cache build CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build edit_cache: phony CMakeFiles/edit_cache.util @@ -169,7 +174,7 @@ build edit_cache: phony CMakeFiles/edit_cache.util # Utility command for rebuild_cache build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -178,123 +183,131 @@ build rebuild_cache: phony CMakeFiles/rebuild_cache.util ############################################# -# Custom command for CMakeFiles\menuconfig +# Custom command for CMakeFiles/menuconfig build CMakeFiles/menuconfig | ${cmake_ninja_workdir}CMakeFiles/menuconfig: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config.env && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe -m kconfgen --list-separator=semicolon --kconfig C:/Users/alex/esp/esp-idf/Kconfig --sdkconfig-rename C:/Users/alex/esp/esp-idf/sdkconfig.rename --config C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig --env-file C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config.env --env IDF_TARGET=esp32 --env IDF_ENV_FPGA= --dont-write-deprecated --output config C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/tools/check_term.py && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E env COMPONENT_KCONFIGS_SOURCE_FILE=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/kconfigs.in COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/kconfigs_projbuild.in KCONFIG_CONFIG=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig IDF_TARGET=esp32 IDF_ENV_FPGA= C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe -m menuconfig C:/Users/alex/esp/esp-idf/Kconfig && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe -m kconfgen --list-separator=semicolon --kconfig C:/Users/alex/esp/esp-idf/Kconfig --sdkconfig-rename C:/Users/alex/esp/esp-idf/sdkconfig.rename --config C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig --env-file C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config.env --env IDF_TARGET=esp32 --env IDF_ENV_FPGA= --output config C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config.env && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python -m kconfgen --list-separator=semicolon --kconfig /home/abobkov/esp/esp-idf/Kconfig --sdkconfig-rename /home/abobkov/esp/esp-idf/sdkconfig.rename --config /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig --env-file /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config.env --env IDF_TARGET=esp32c3 --env IDF_TOOLCHAIN=gcc --env IDF_ENV_FPGA= --env IDF_INIT_VERSION=5.4.0 --dont-write-deprecated --output config /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/tools/check_term.py && /usr/bin/cmake -E env COMPONENT_KCONFIGS_SOURCE_FILE=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/kconfigs.in COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/kconfigs_projbuild.in KCONFIG_CONFIG=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig IDF_TARGET=esp32c3 IDF_TOOLCHAIN=gcc IDF_ENV_FPGA= IDF_INIT_VERSION=5.4.0 /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python -m menuconfig /home/abobkov/esp/esp-idf/Kconfig && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python -m kconfgen --list-separator=semicolon --kconfig /home/abobkov/esp/esp-idf/Kconfig --sdkconfig-rename /home/abobkov/esp/esp-idf/sdkconfig.rename --config /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig --env-file /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config.env --env IDF_TARGET=esp32c3 --env IDF_TOOLCHAIN=gcc --env IDF_ENV_FPGA= --env IDF_INIT_VERSION=5.4.0 --output config /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig pool = console ############################################# -# Custom command for CMakeFiles\confserver +# Custom command for CMakeFiles/confserver build CMakeFiles/confserver | ${cmake_ninja_workdir}CMakeFiles/confserver: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config.env && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe -m kconfserver --env-file C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config.env --kconfig C:/Users/alex/esp/esp-idf/Kconfig --sdkconfig-rename C:/Users/alex/esp/esp-idf/sdkconfig.rename --config C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config.env && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python -m kconfserver --env-file /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config.env --kconfig /home/abobkov/esp/esp-idf/Kconfig --sdkconfig-rename /home/abobkov/esp/esp-idf/sdkconfig.rename --config /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig pool = console ############################################# -# Custom command for CMakeFiles\save-defconfig +# Custom command for CMakeFiles/save-defconfig build CMakeFiles/save-defconfig | ${cmake_ninja_workdir}CMakeFiles/save-defconfig: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config.env && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe -m kconfgen --list-separator=semicolon --kconfig C:/Users/alex/esp/esp-idf/Kconfig --sdkconfig-rename C:/Users/alex/esp/esp-idf/sdkconfig.rename --config C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig --env-file C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config.env --dont-write-deprecated --output savedefconfig C:/Users/alex/esp/esp-idf/components/bootloader/subproject/sdkconfig.defaults" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config.env && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python -m kconfgen --list-separator=semicolon --kconfig /home/abobkov/esp/esp-idf/Kconfig --sdkconfig-rename /home/abobkov/esp/esp-idf/sdkconfig.rename --config /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig --env-file /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config.env --dont-write-deprecated --output savedefconfig /home/abobkov/esp/esp-idf/components/bootloader/subproject/sdkconfig.defaults pool = console ############################################# -# Phony custom command for CMakeFiles\gen_project_binary +# Phony custom command for CMakeFiles/gen_project_binary -build CMakeFiles/gen_project_binary | ${cmake_ninja_workdir}CMakeFiles/gen_project_binary: phony .bin_timestamp || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/xtensa/libxtensa.a +build CMakeFiles/gen_project_binary | ${cmake_ninja_workdir}CMakeFiles/gen_project_binary: phony .bin_timestamp || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a ############################################# # Custom command for .bin_timestamp -build .bin_timestamp | ${cmake_ninja_workdir}.bin_timestamp: CUSTOM_COMMAND bootloader.elf || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/xtensa/libxtensa.a - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32 elf2image --flash_mode dio --flash_freq 40m --flash_size 2MB --min-rev-full 0 --max-rev-full 399 -o C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.bin C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.elf && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo "Generated C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.bin" && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E md5sum C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.bin > C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/.bin_timestamp" +build .bin_timestamp | ${cmake_ninja_workdir}.bin_timestamp: CUSTOM_COMMAND bootloader.elf || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32c3 elf2image --flash_mode dio --flash_freq 80m --flash_size 2MB --min-rev 3 --min-rev-full 3 --max-rev-full 199 -o /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.bin /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.elf && /usr/bin/cmake -E echo "Generated /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.bin" && /usr/bin/cmake -E md5sum /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.bin > /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/.bin_timestamp DESC = Generating binary image from built executable restat = 1 ############################################# -# Phony custom command for CMakeFiles\app +# Phony custom command for CMakeFiles/app -build CMakeFiles/app | ${cmake_ninja_workdir}CMakeFiles/app: phony || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/esptool_py/bootloader_check_size esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/xtensa/libxtensa.a gen_project_binary +build CMakeFiles/app | ${cmake_ninja_workdir}CMakeFiles/app: phony || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/esptool_py/bootloader_check_size esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a gen_project_binary ############################################# -# Custom command for CMakeFiles\erase_flash +# Custom command for CMakeFiles/erase_flash build CMakeFiles/erase_flash | ${cmake_ninja_workdir}CMakeFiles/erase_flash: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\esp\esp-idf\components\esptool_py && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/esp-idf -D SERIAL_TOOL=C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;;C:/Users/alex/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32 -D SERIAL_TOOL_ARGS=erase_flash -P run_serial_tool.cmake" + COMMAND = cd /home/abobkov/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/abobkov/esp/esp-idf -D "SERIAL_TOOL=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;;/home/abobkov/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c3" -D SERIAL_TOOL_ARGS=erase_flash -P run_serial_tool.cmake pool = console ############################################# -# Custom command for CMakeFiles\monitor +# Custom command for CMakeFiles/merge-bin -build CMakeFiles/monitor | ${cmake_ninja_workdir}CMakeFiles/monitor: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\esp\esp-idf\components\esptool_py && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/esp-idf -D SERIAL_TOOL=C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;-m;esp_idf_monitor -D SERIAL_TOOL_ARGS=--target;esp32;--revision;0;C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.elf -D WORKING_DIRECTORY=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader -P run_serial_tool.cmake" +build CMakeFiles/merge-bin | ${cmake_ninja_workdir}CMakeFiles/merge-bin: CUSTOM_COMMAND bootloader || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a gen_project_binary + COMMAND = cd /home/abobkov/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/abobkov/esp/esp-idf -D "SERIAL_TOOL=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;;/home/abobkov/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c3" -D "SERIAL_TOOL_ARGS=merge_bin;-o;/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/merged-binary.bin;@/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/flash_args" -D WORKING_DIRECTORY=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader -P run_serial_tool.cmake pool = console ############################################# -# Phony custom command for CMakeFiles\_project_elf_src +# Custom command for CMakeFiles/monitor -build CMakeFiles/_project_elf_src | ${cmake_ninja_workdir}CMakeFiles/_project_elf_src: phony project_elf_src_esp32.c +build CMakeFiles/monitor | ${cmake_ninja_workdir}CMakeFiles/monitor: CUSTOM_COMMAND || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a + COMMAND = cd /home/abobkov/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/abobkov/esp/esp-idf -D "SERIAL_TOOL=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;-m;esp_idf_monitor" -D "SERIAL_TOOL_ARGS=--toolchain-prefix;riscv32-esp-elf-;;--target;esp32c3;;--revision;3;;--decode-panic;backtrace;;/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.elf" -D WORKING_DIRECTORY=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader -P run_serial_tool.cmake + pool = console ############################################# -# Custom command for project_elf_src_esp32.c +# Phony custom command for CMakeFiles/_project_elf_src -build project_elf_src_esp32.c | ${cmake_ninja_workdir}project_elf_src_esp32.c: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E touch C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/project_elf_src_esp32.c" - DESC = Generating project_elf_src_esp32.c +build CMakeFiles/_project_elf_src | ${cmake_ninja_workdir}CMakeFiles/_project_elf_src: phony project_elf_src_esp32c3.c + + +############################################# +# Custom command for project_elf_src_esp32c3.c + +build project_elf_src_esp32c3.c | ${cmake_ninja_workdir}project_elf_src_esp32c3.c: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader && /usr/bin/cmake -E touch /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/project_elf_src_esp32c3.c + DESC = Generating project_elf_src_esp32c3.c restat = 1 ############################################# -# Custom command for CMakeFiles\size +# Custom command for CMakeFiles/size build CMakeFiles/size | ${cmake_ninja_workdir}CMakeFiles/size: CUSTOM_COMMAND bootloader.map - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -D IDF_SIZE_TOOL=C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;-m;esp_idf_size -D MAP_FILE=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.map -D OUTPUT_JSON= -P C:/Users/alex/esp/esp-idf/tools/cmake/run_size_tool.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader && /usr/bin/cmake -D "IDF_SIZE_TOOL=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;-m;esp_idf_size" -D MAP_FILE=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.map -D OUTPUT_JSON= -P /home/abobkov/esp/esp-idf/tools/cmake/run_size_tool.cmake pool = console ############################################# -# Custom command for CMakeFiles\size-files +# Custom command for CMakeFiles/size-files build CMakeFiles/size-files | ${cmake_ninja_workdir}CMakeFiles/size-files: CUSTOM_COMMAND bootloader.map - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -D IDF_SIZE_TOOL=C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;-m;esp_idf_size -D IDF_SIZE_MODE=--files -D MAP_FILE=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.map -D OUTPUT_JSON= -P C:/Users/alex/esp/esp-idf/tools/cmake/run_size_tool.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader && /usr/bin/cmake -D "IDF_SIZE_TOOL=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;-m;esp_idf_size" -D IDF_SIZE_MODE=--files -D MAP_FILE=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.map -D OUTPUT_JSON= -P /home/abobkov/esp/esp-idf/tools/cmake/run_size_tool.cmake pool = console ############################################# -# Custom command for CMakeFiles\size-components +# Custom command for CMakeFiles/size-components build CMakeFiles/size-components | ${cmake_ninja_workdir}CMakeFiles/size-components: CUSTOM_COMMAND bootloader.map - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -D IDF_SIZE_TOOL=C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;-m;esp_idf_size -D IDF_SIZE_MODE=--archives -D MAP_FILE=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.map -D OUTPUT_JSON= -P C:/Users/alex/esp/esp-idf/tools/cmake/run_size_tool.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader && /usr/bin/cmake -D "IDF_SIZE_TOOL=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;-m;esp_idf_size" -D IDF_SIZE_MODE=--archives -D MAP_FILE=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.map -D OUTPUT_JSON= -P /home/abobkov/esp/esp-idf/tools/cmake/run_size_tool.cmake pool = console ############################################# -# Custom command for CMakeFiles\uf2-app +# Custom command for CMakeFiles/uf2 -build CMakeFiles/uf2-app | ${cmake_ninja_workdir}CMakeFiles/uf2-app: CUSTOM_COMMAND || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/xtensa/libxtensa.a gen_project_binary - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/tools/mkuf2.py write -o C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/uf2-app.bin --json C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/flasher_args.json --chip-id 0x1c5f21b0 --bin app" +build CMakeFiles/uf2 | ${cmake_ninja_workdir}CMakeFiles/uf2: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader && /usr/bin/cmake -D IDF_PATH=/home/abobkov/esp/esp-idf -D "UF2_CMD=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;/home/abobkov/esp/esp-idf/tools/mkuf2.py;write;--chip;esp32c3" -D "UF2_ARGS=--json;/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/flasher_args.json;-o;/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/uf2.bin" -P /home/abobkov/esp/esp-idf/tools/cmake/run_uf2_cmds.cmake pool = console ############################################# -# Custom command for CMakeFiles\uf2 +# Custom command for CMakeFiles/uf2-app -build CMakeFiles/uf2 | ${cmake_ninja_workdir}CMakeFiles/uf2: CUSTOM_COMMAND bootloader || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/xtensa/libxtensa.a gen_project_binary - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/tools/mkuf2.py write -o C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/uf2.bin --json C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/flasher_args.json --chip-id 0x1c5f21b0" +build CMakeFiles/uf2-app | ${cmake_ninja_workdir}CMakeFiles/uf2-app: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader && /usr/bin/cmake -D IDF_PATH=/home/abobkov/esp/esp-idf -D "UF2_CMD=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;/home/abobkov/esp/esp-idf/tools/mkuf2.py;write;--chip;esp32c3" -D "UF2_ARGS=--json;/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/flasher_args.json;-o;/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/uf2-app.bin;--bin;app" -P /home/abobkov/esp/esp-idf/tools/cmake/run_uf2_cmds.cmake pool = console # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/components/bootloader/subproject/CMakeLists.txt +# /home/abobkov/esp/esp-idf/components/bootloader/subproject/CMakeLists.txt # ============================================================================= @@ -302,9 +315,8 @@ build CMakeFiles/uf2 | ${cmake_ninja_workdir}CMakeFiles/uf2: CUSTOM_COMMAND boot # Utility command for edit_cache build esp-idf/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/edit_cache: phony esp-idf/CMakeFiles/edit_cache.util @@ -314,7 +326,7 @@ build esp-idf/edit_cache: phony esp-idf/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -323,82 +335,35 @@ build esp-idf/rebuild_cache: phony esp-idf/CMakeFiles/rebuild_cache.util # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_xtensa - - -############################################# -# Order-only phony target for __idf_xtensa - -build cmake_object_order_depends_target___idf_xtensa: phony || cmake_object_order_depends_target___idf_soc - -build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj: C_COMPILER____idf_xtensa_ C$:/Users/alex/esp/esp-idf/components/xtensa/eri.c || cmake_object_order_depends_target___idf_xtensa - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\eri.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include - OBJECT_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir - OBJECT_FILE_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir - TARGET_COMPILE_PDB = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\__idf_xtensa.pdb - TARGET_PDB = esp-idf\xtensa\libxtensa.pdb - -build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj: C_COMPILER____idf_xtensa_ C$:/Users/alex/esp/esp-idf/components/xtensa/xt_trax.c || cmake_object_order_depends_target___idf_xtensa - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\xt_trax.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include - OBJECT_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir - OBJECT_FILE_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir - TARGET_COMPILE_PDB = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\__idf_xtensa.pdb - TARGET_PDB = esp-idf\xtensa\libxtensa.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_xtensa - - -############################################# -# Link the static library esp-idf\xtensa\libxtensa.a - -build esp-idf/xtensa/libxtensa.a: C_STATIC_LIBRARY_LINKER____idf_xtensa_ esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj || esp-idf/soc/libsoc.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\__idf_xtensa.pdb - TARGET_FILE = esp-idf\xtensa\libxtensa.a - TARGET_PDB = esp-idf\xtensa\libxtensa.pdb - ############################################# # Utility command for edit_cache -build esp-idf/xtensa/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\xtensa && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console +build esp-idf/riscv/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/riscv && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 -build esp-idf/xtensa/edit_cache: phony esp-idf/xtensa/CMakeFiles/edit_cache.util +build esp-idf/riscv/edit_cache: phony esp-idf/riscv/CMakeFiles/edit_cache.util ############################################# # Utility command for rebuild_cache -build esp-idf/xtensa/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\xtensa && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" +build esp-idf/riscv/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/riscv && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 -build esp-idf/xtensa/rebuild_cache: phony esp-idf/xtensa/CMakeFiles/rebuild_cache.util +build esp-idf/riscv/rebuild_cache: phony esp-idf/riscv/CMakeFiles/rebuild_cache.util # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= @@ -406,9 +371,8 @@ build esp-idf/xtensa/rebuild_cache: phony esp-idf/xtensa/CMakeFiles/rebuild_cach # Utility command for edit_cache build esp-idf/newlib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\newlib && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/newlib && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/newlib/edit_cache: phony esp-idf/newlib/CMakeFiles/edit_cache.util @@ -418,7 +382,7 @@ build esp-idf/newlib/edit_cache: phony esp-idf/newlib/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/newlib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\newlib && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/newlib && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -427,7 +391,7 @@ build esp-idf/newlib/rebuild_cache: phony esp-idf/newlib/CMakeFiles/rebuild_cach # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -439,235 +403,195 @@ build esp-idf/newlib/rebuild_cache: phony esp-idf/newlib/CMakeFiles/rebuild_cach build cmake_object_order_depends_target___idf_soc: phony || cmake_object_order_depends_target___idf_micro-ecc -build esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/lldesc.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\lldesc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb +build esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj: C_COMPILER____idf_soc_unscanned_ /home/abobkov/esp/esp-idf/components/soc/lldesc.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb -build esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/dport_access_common.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\dport_access_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb +build esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj: C_COMPILER____idf_soc_unscanned_ /home/abobkov/esp/esp-idf/components/soc/dport_access_common.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/interrupts.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\interrupts.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb +build esp-idf/soc/CMakeFiles/__idf_soc.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/gpio_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\gpio_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb +build esp-idf/soc/CMakeFiles/__idf_soc.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/uart_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\uart_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb +build esp-idf/soc/CMakeFiles/__idf_soc.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/dport_access.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\dport_access.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb +build esp-idf/soc/CMakeFiles/__idf_soc.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/adc_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\adc_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb +build esp-idf/soc/CMakeFiles/__idf_soc.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/spi_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\spi_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb +build esp-idf/soc/CMakeFiles/__idf_soc.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/ledc_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\ledc_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb +build esp-idf/soc/CMakeFiles/__idf_soc.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/pcnt_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\pcnt_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb +build esp-idf/soc/CMakeFiles/__idf_soc.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/rmt_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\rmt_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb +build esp-idf/soc/CMakeFiles/__idf_soc.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/sdm_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\sdm_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb +build esp-idf/soc/CMakeFiles/__idf_soc.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/i2s_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\i2s_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb +build esp-idf/soc/CMakeFiles/__idf_soc.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/i2c_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\i2c_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb +build esp-idf/soc/CMakeFiles/__idf_soc.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/timer_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\timer_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb +build esp-idf/soc/CMakeFiles/__idf_soc.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/lcd_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\lcd_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb +build esp-idf/soc/CMakeFiles/__idf_soc.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/mcpwm_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\mcpwm_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb +build esp-idf/soc/CMakeFiles/__idf_soc.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/sdmmc_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\sdmmc_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb +build esp-idf/soc/CMakeFiles/__idf_soc.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/touch_sensor_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\touch_sensor_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/twai_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\twai_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/dac_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\dac_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/rtc_io_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\rtc_io_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/sdio_slave_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\sdio_slave_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb +build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/abobkov/esp/esp-idf/components/soc/esp32c3/wdt_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + OBJECT_FILE_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb + TARGET_PDB = esp-idf/soc/libsoc.pdb # ============================================================================= @@ -675,25 +599,24 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj: C_COMP ############################################# -# Link the static library esp-idf\soc\libsoc.a +# Link the static library esp-idf/soc/libsoc.a -build esp-idf/soc/libsoc.a: C_STATIC_LIBRARY_LINKER____idf_soc_ esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj || esp-idf/micro-ecc/libmicro-ecc.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_FILE = esp-idf\soc\libsoc.a - TARGET_PDB = esp-idf\soc\libsoc.pdb +build esp-idf/soc/libsoc.a: C_STATIC_LIBRARY_LINKER____idf_soc_ esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj || esp-idf/micro-ecc/libmicro-ecc.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/soc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\soc && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/soc/edit_cache: phony esp-idf/soc/CMakeFiles/edit_cache.util @@ -703,7 +626,7 @@ build esp-idf/soc/edit_cache: phony esp-idf/soc/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/soc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\soc && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -712,7 +635,7 @@ build esp-idf/soc/rebuild_cache: phony esp-idf/soc/CMakeFiles/rebuild_cache.util # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -724,15 +647,15 @@ build esp-idf/soc/rebuild_cache: phony esp-idf/soc/CMakeFiles/rebuild_cache.util build cmake_object_order_depends_target___idf_micro-ecc: phony || cmake_object_order_depends_target___idf_hal -build esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj: C_COMPILER____idf_micro-ecc_ C$:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c || cmake_object_order_depends_target___idf_micro-ecc - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\micro-ecc\CMakeFiles\__idf_micro-ecc.dir\uECC_verify_antifault.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include - OBJECT_DIR = esp-idf\micro-ecc\CMakeFiles\__idf_micro-ecc.dir - OBJECT_FILE_DIR = esp-idf\micro-ecc\CMakeFiles\__idf_micro-ecc.dir - TARGET_COMPILE_PDB = esp-idf\micro-ecc\CMakeFiles\__idf_micro-ecc.dir\__idf_micro-ecc.pdb - TARGET_PDB = esp-idf\micro-ecc\libmicro-ecc.pdb +build esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj: C_COMPILER____idf_micro-ecc_unscanned_ /home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c || cmake_object_order_depends_target___idf_micro-ecc + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register + OBJECT_DIR = esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir + OBJECT_FILE_DIR = esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir + TARGET_COMPILE_PDB = esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/__idf_micro-ecc.pdb + TARGET_PDB = esp-idf/micro-ecc/libmicro-ecc.pdb # ============================================================================= @@ -740,25 +663,24 @@ build esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.o ############################################# -# Link the static library esp-idf\micro-ecc\libmicro-ecc.a +# Link the static library esp-idf/micro-ecc/libmicro-ecc.a build esp-idf/micro-ecc/libmicro-ecc.a: C_STATIC_LIBRARY_LINKER____idf_micro-ecc_ esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj || esp-idf/hal/libhal.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\micro-ecc\CMakeFiles\__idf_micro-ecc.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\micro-ecc\CMakeFiles\__idf_micro-ecc.dir\__idf_micro-ecc.pdb - TARGET_FILE = esp-idf\micro-ecc\libmicro-ecc.a - TARGET_PDB = esp-idf\micro-ecc\libmicro-ecc.pdb + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/__idf_micro-ecc.pdb + TARGET_FILE = esp-idf/micro-ecc/libmicro-ecc.a + TARGET_PDB = esp-idf/micro-ecc/libmicro-ecc.pdb ############################################# # Utility command for edit_cache build esp-idf/micro-ecc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\micro-ecc && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/micro-ecc/edit_cache: phony esp-idf/micro-ecc/CMakeFiles/edit_cache.util @@ -768,7 +690,7 @@ build esp-idf/micro-ecc/edit_cache: phony esp-idf/micro-ecc/CMakeFiles/edit_cach # Utility command for rebuild_cache build esp-idf/micro-ecc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\micro-ecc && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -777,7 +699,7 @@ build esp-idf/micro-ecc/rebuild_cache: phony esp-idf/micro-ecc/CMakeFiles/rebuil # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -789,65 +711,65 @@ build esp-idf/micro-ecc/rebuild_cache: phony esp-idf/micro-ecc/CMakeFiles/rebuil build cmake_object_order_depends_target___idf_hal: phony || cmake_object_order_depends_target___idf_spi_flash -build esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj: C_COMPILER____idf_hal_ C$:/Users/alex/esp/esp-idf/components/hal/mpu_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\mpu_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb - TARGET_PDB = esp-idf\hal\libhal.pdb +build esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/hal_utils.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + TARGET_COMPILE_PDB = esp-idf/hal/CMakeFiles/__idf_hal.dir/__idf_hal.pdb + TARGET_PDB = esp-idf/hal/libhal.pdb -build esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj: C_COMPILER____idf_hal_ C$:/Users/alex/esp/esp-idf/components/hal/efuse_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\efuse_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb - TARGET_PDB = esp-idf\hal\libhal.pdb +build esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/efuse_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + TARGET_COMPILE_PDB = esp-idf/hal/CMakeFiles/__idf_hal.dir/__idf_hal.pdb + TARGET_PDB = esp-idf/hal/libhal.pdb -build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj: C_COMPILER____idf_hal_ C$:/Users/alex/esp/esp-idf/components/hal/esp32/efuse_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32\efuse_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb - TARGET_PDB = esp-idf\hal\libhal.pdb +build esp-idf/hal/CMakeFiles/__idf_hal.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/hal/CMakeFiles/__idf_hal.dir/__idf_hal.pdb + TARGET_PDB = esp-idf/hal/libhal.pdb -build esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj: C_COMPILER____idf_hal_ C$:/Users/alex/esp/esp-idf/components/hal/wdt_hal_iram.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\wdt_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb - TARGET_PDB = esp-idf\hal\libhal.pdb +build esp-idf/hal/CMakeFiles/__idf_hal.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + TARGET_COMPILE_PDB = esp-idf/hal/CMakeFiles/__idf_hal.dir/__idf_hal.pdb + TARGET_PDB = esp-idf/hal/libhal.pdb -build esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj: C_COMPILER____idf_hal_ C$:/Users/alex/esp/esp-idf/components/hal/mmu_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\mmu_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb - TARGET_PDB = esp-idf\hal\libhal.pdb +build esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/mmu_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + TARGET_COMPILE_PDB = esp-idf/hal/CMakeFiles/__idf_hal.dir/__idf_hal.pdb + TARGET_PDB = esp-idf/hal/libhal.pdb -build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj: C_COMPILER____idf_hal_ C$:/Users/alex/esp/esp-idf/components/hal/esp32/cache_hal_esp32.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32\cache_hal_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb - TARGET_PDB = esp-idf\hal\libhal.pdb +build esp-idf/hal/CMakeFiles/__idf_hal.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + OBJECT_FILE_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + TARGET_COMPILE_PDB = esp-idf/hal/CMakeFiles/__idf_hal.dir/__idf_hal.pdb + TARGET_PDB = esp-idf/hal/libhal.pdb # ============================================================================= @@ -855,25 +777,24 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj: C_COMPIL ############################################# -# Link the static library esp-idf\hal\libhal.a +# Link the static library esp-idf/hal/libhal.a -build esp-idf/hal/libhal.a: C_STATIC_LIBRARY_LINKER____idf_hal_ esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj || esp-idf/spi_flash/libspi_flash.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb - TARGET_FILE = esp-idf\hal\libhal.a - TARGET_PDB = esp-idf\hal\libhal.pdb +build esp-idf/hal/libhal.a: C_STATIC_LIBRARY_LINKER____idf_hal_ esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj || esp-idf/spi_flash/libspi_flash.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/hal/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\hal && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/hal/edit_cache: phony esp-idf/hal/CMakeFiles/edit_cache.util @@ -883,7 +804,7 @@ build esp-idf/hal/edit_cache: phony esp-idf/hal/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/hal/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\hal && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -892,7 +813,7 @@ build esp-idf/hal/rebuild_cache: phony esp-idf/hal/CMakeFiles/rebuild_cache.util # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -902,17 +823,17 @@ build esp-idf/hal/rebuild_cache: phony esp-idf/hal/CMakeFiles/rebuild_cache.util ############################################# # Order-only phony target for __idf_spi_flash -build cmake_object_order_depends_target___idf_spi_flash: phony || cmake_object_order_depends_target___idf_esp_app_format +build cmake_object_order_depends_target___idf_spi_flash: phony || cmake_object_order_depends_target___idf_esp_bootloader_format -build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj: C_COMPILER____idf_spi_flash_ C$:/Users/alex/esp/esp-idf/components/spi_flash/spi_flash_wrap.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_wrap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include - OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir - OBJECT_FILE_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir - TARGET_COMPILE_PDB = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\__idf_spi_flash.pdb - TARGET_PDB = esp-idf\spi_flash\libspi_flash.pdb +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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + TARGET_COMPILE_PDB = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/__idf_spi_flash.pdb + TARGET_PDB = esp-idf/spi_flash/libspi_flash.pdb # ============================================================================= @@ -920,25 +841,24 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj: C_C ############################################# -# Link the static library esp-idf\spi_flash\libspi_flash.a +# Link the static library esp-idf/spi_flash/libspi_flash.a -build esp-idf/spi_flash/libspi_flash.a: C_STATIC_LIBRARY_LINKER____idf_spi_flash_ esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj || esp-idf/esp_app_format/libesp_app_format.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\__idf_spi_flash.pdb - TARGET_FILE = esp-idf\spi_flash\libspi_flash.a - TARGET_PDB = esp-idf\spi_flash\libspi_flash.pdb +build esp-idf/spi_flash/libspi_flash.a: C_STATIC_LIBRARY_LINKER____idf_spi_flash_ esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj || esp-idf/esp_bootloader_format/libesp_bootloader_format.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/spi_flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\spi_flash && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/spi_flash/edit_cache: phony esp-idf/spi_flash/CMakeFiles/edit_cache.util @@ -948,7 +868,7 @@ build esp-idf/spi_flash/edit_cache: phony esp-idf/spi_flash/CMakeFiles/edit_cach # Utility command for rebuild_cache build esp-idf/spi_flash/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\spi_flash && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -957,53 +877,80 @@ build esp-idf/spi_flash/rebuild_cache: phony esp-idf/spi_flash/CMakeFiles/rebuil # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_app_format +# Object build statements for STATIC_LIBRARY target __idf_esp_bootloader_format ############################################# -# Order-only phony target for __idf_esp_app_format +# Order-only phony target for __idf_esp_bootloader_format -build cmake_object_order_depends_target___idf_esp_app_format: phony || cmake_object_order_depends_target___idf_bootloader_support +build cmake_object_order_depends_target___idf_esp_bootloader_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_ C$:/Users/alex/esp/esp-idf/components/esp_app_format/esp_app_desc.c || cmake_object_order_depends_target___idf_esp_app_format - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D PROJECT_NAME=\"bootloader\" -DPROJECT_VER=\"v5.1.2\" - DEP_FILE = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir\esp_app_desc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include - OBJECT_DIR = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir - OBJECT_FILE_DIR = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir - TARGET_COMPILE_PDB = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir\__idf_esp_app_format.pdb - TARGET_PDB = esp-idf\esp_app_format\libesp_app_format.pdb +build esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj: C_COMPILER____idf_esp_bootloader_format_unscanned_ /home/abobkov/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c || cmake_object_order_depends_target___idf_esp_bootloader_format + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register + OBJECT_DIR = esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir + OBJECT_FILE_DIR = esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir + TARGET_COMPILE_PDB = esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/__idf_esp_bootloader_format.pdb + TARGET_PDB = esp-idf/esp_bootloader_format/libesp_bootloader_format.pdb # ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_app_format +# Link build statements for STATIC_LIBRARY target __idf_esp_bootloader_format ############################################# -# Link the static library esp-idf\esp_app_format\libesp_app_format.a +# Link the static library esp-idf/esp_bootloader_format/libesp_bootloader_format.a -build esp-idf/esp_app_format/libesp_app_format.a: C_STATIC_LIBRARY_LINKER____idf_esp_app_format_ esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj || esp-idf/bootloader_support/libbootloader_support.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir\__idf_esp_app_format.pdb - TARGET_FILE = esp-idf\esp_app_format\libesp_app_format.a - TARGET_PDB = esp-idf\esp_app_format\libesp_app_format.pdb +build esp-idf/esp_bootloader_format/libesp_bootloader_format.a: C_STATIC_LIBRARY_LINKER____idf_esp_bootloader_format_ esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj || esp-idf/bootloader_support/libbootloader_support.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_bootloader_format && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_bootloader_format/edit_cache: phony esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_bootloader_format && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_bootloader_format/rebuild_cache: phony esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= ############################################# # Utility command for edit_cache build esp-idf/esp_app_format/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\esp_app_format && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_app_format/edit_cache: phony esp-idf/esp_app_format/CMakeFiles/edit_cache.util @@ -1013,7 +960,7 @@ build esp-idf/esp_app_format/edit_cache: phony esp-idf/esp_app_format/CMakeFiles # Utility command for rebuild_cache build esp-idf/esp_app_format/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\esp_app_format && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1022,7 +969,7 @@ build esp-idf/esp_app_format/rebuild_cache: phony esp-idf/esp_app_format/CMakeFi # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -1034,235 +981,235 @@ build esp-idf/esp_app_format/rebuild_cache: phony esp-idf/esp_app_format/CMakeFi build cmake_object_order_depends_target___idf_bootloader_support: phony || cmake_object_order_depends_target___idf_efuse -build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj: C_COMPILER____idf_bootloader_support_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_common.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_common.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_common_loader.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_clock_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_mem.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_random.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_random.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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_esp32.c.obj: C_COMPILER____idf_bootloader_support_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_random_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_efuse.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\flash_encrypt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/secure_boot.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\secure_boot.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src\bootloader_flash.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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.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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src\flash_qio_mode.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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_esp32.c.obj: C_COMPILER____idf_bootloader_support_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src\bootloader_flash_config_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_utility.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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_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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/flash_partitions.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\flash_partitions.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/esp_image_format.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\esp_image_format.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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_init.c.obj: C_COMPILER____idf_bootloader_support_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_init.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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_init.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_init.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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_loader.c.obj: C_COMPILER____idf_bootloader_support_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_clock_loader.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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_loader.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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_console.c.obj: C_COMPILER____idf_bootloader_support_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_console.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_console.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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_console.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_console.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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_console_loader.c.obj: C_COMPILER____idf_bootloader_support_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_console_loader.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_console_loader.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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_console_loader.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_console_loader.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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/esp32/bootloader_sha.c.obj: C_COMPILER____idf_bootloader_support_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_sha.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\esp32\bootloader_sha.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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\esp32 - TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb - TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_sha.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/esp32c3/bootloader_sha.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_sha.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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/esp32c3 + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb -build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj: C_COMPILER____idf_bootloader_support_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_soc.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\esp32\bootloader_soc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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\esp32 - TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb - TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_soc.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/esp32c3/bootloader_soc.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_soc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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/esp32c3 + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb -build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj: C_COMPILER____idf_bootloader_support_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_esp32.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\esp32\bootloader_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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\esp32 - TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb - TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_esp32c3.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/esp32c3/bootloader_esp32c3.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_esp32c3.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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/esp32c3 + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb -build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj: C_COMPILER____idf_bootloader_support_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_panic.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_panic.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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_panic.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_panic.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_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 # ============================================================================= @@ -1270,25 +1217,24 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo ############################################# -# Link the static library esp-idf\bootloader_support\libbootloader_support.a +# Link the static library esp-idf/bootloader_support/libbootloader_support.a -build esp-idf/bootloader_support/libbootloader_support.a: C_STATIC_LIBRARY_LINKER____idf_bootloader_support_ esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj || esp-idf/efuse/libefuse.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\__idf_bootloader_support.pdb - TARGET_FILE = esp-idf\bootloader_support\libbootloader_support.a - TARGET_PDB = esp-idf\bootloader_support\libbootloader_support.pdb +build esp-idf/bootloader_support/libbootloader_support.a: C_STATIC_LIBRARY_LINKER____idf_bootloader_support_ esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_sha.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_soc.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_esp32c3.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj || esp-idf/efuse/libefuse.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/bootloader_support/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\bootloader_support && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/bootloader_support/edit_cache: phony esp-idf/bootloader_support/CMakeFiles/edit_cache.util @@ -1298,7 +1244,7 @@ build esp-idf/bootloader_support/edit_cache: phony esp-idf/bootloader_support/CM # Utility command for rebuild_cache build esp-idf/bootloader_support/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\bootloader_support && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1307,7 +1253,7 @@ build esp-idf/bootloader_support/rebuild_cache: phony esp-idf/bootloader_support # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -1319,75 +1265,85 @@ build esp-idf/bootloader_support/rebuild_cache: phony esp-idf/bootloader_support build cmake_object_order_depends_target___idf_efuse: phony || cmake_object_order_depends_target___idf_esp_system -build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj: C_COMPILER____idf_efuse_ C$:/Users/alex/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32\esp_efuse_table.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include - OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir - OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\__idf_efuse.pdb - TARGET_PDB = esp-idf\efuse\libefuse.pdb +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj: C_COMPILER____idf_efuse_unscanned_ /home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_table.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_PDB = esp-idf/efuse/libefuse.pdb -build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj: C_COMPILER____idf_efuse_ C$:/Users/alex/esp/esp-idf/components/efuse/esp32/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32\esp_efuse_fields.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include - OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir - OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\__idf_efuse.pdb - TARGET_PDB = esp-idf\efuse\libefuse.pdb +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_PDB = esp-idf/efuse/libefuse.pdb -build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj: C_COMPILER____idf_efuse_ C$:/Users/alex/esp/esp-idf/components/efuse/esp32/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32\esp_efuse_utility.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include - OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir - OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\__idf_efuse.pdb - TARGET_PDB = esp-idf\efuse\libefuse.pdb +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_PDB = esp-idf/efuse/libefuse.pdb -build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj: C_COMPILER____idf_efuse_ C$:/Users/alex/esp/esp-idf/components/efuse/src/esp_efuse_api.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\esp_efuse_api.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include - OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir - OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src - TARGET_COMPILE_PDB = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\__idf_efuse.pdb - TARGET_PDB = esp-idf\efuse\libefuse.pdb +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_PDB = esp-idf/efuse/libefuse.pdb -build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj: C_COMPILER____idf_efuse_ C$:/Users/alex/esp/esp-idf/components/efuse/src/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\esp_efuse_fields.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include - OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir - OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src - TARGET_COMPILE_PDB = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\__idf_efuse.pdb - TARGET_PDB = esp-idf\efuse\libefuse.pdb +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_PDB = esp-idf/efuse/libefuse.pdb -build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj: C_COMPILER____idf_efuse_ C$:/Users/alex/esp/esp-idf/components/efuse/src/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\esp_efuse_utility.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include - OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir - OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src - TARGET_COMPILE_PDB = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\__idf_efuse.pdb - TARGET_PDB = esp-idf\efuse\libefuse.pdb +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj: C_COMPILER____idf_efuse_unscanned_ /home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_PDB = esp-idf/efuse/libefuse.pdb -build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj: C_COMPILER____idf_efuse_ C$:/Users/alex/esp/esp-idf/components/efuse/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\efuse_controller\keys\without_key_purposes\three_key_blocks\esp_efuse_api_key.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include - OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir - OBJECT_FILE_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\efuse_controller\keys\without_key_purposes\three_key_blocks - TARGET_COMPILE_PDB = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\__idf_efuse.pdb - TARGET_PDB = esp-idf\efuse\libefuse.pdb +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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_PDB = esp-idf/efuse/libefuse.pdb + +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj: C_COMPILER____idf_efuse_unscanned_ /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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_PDB = esp-idf/efuse/libefuse.pdb # ============================================================================= @@ -1395,16 +1351,16 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without ############################################# -# Link the static library esp-idf\efuse\libefuse.a +# Link the static library esp-idf/efuse/libefuse.a -build esp-idf/efuse/libefuse.a: C_STATIC_LIBRARY_LINKER____idf_efuse_ esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj || esp-idf/esp_system/libesp_system.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\__idf_efuse.pdb - TARGET_FILE = esp-idf\efuse\libefuse.a - TARGET_PDB = esp-idf\efuse\libefuse.pdb +build esp-idf/efuse/libefuse.a: C_STATIC_LIBRARY_LINKER____idf_efuse_ esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj || esp-idf/esp_system/libesp_system.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + POST_BUILD = : + 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 ############################################# @@ -1453,9 +1409,8 @@ build esp-idf/efuse/efuse_test_table: phony esp-idf/efuse/CMakeFiles/efuse_test_ # Utility command for edit_cache build esp-idf/efuse/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\efuse && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/efuse/edit_cache: phony esp-idf/efuse/CMakeFiles/edit_cache.util @@ -1465,7 +1420,7 @@ build esp-idf/efuse/edit_cache: phony esp-idf/efuse/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/efuse/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\efuse && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1474,52 +1429,80 @@ build esp-idf/efuse/rebuild_cache: phony esp-idf/efuse/CMakeFiles/rebuild_cache. ############################################# -# Custom command for esp-idf\efuse\CMakeFiles\efuse-common-table +# Custom command for esp-idf/efuse/CMakeFiles/efuse-common-table build esp-idf/efuse/CMakeFiles/efuse-common-table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse-common-table: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\efuse && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/components/efuse/efuse_table_gen.py C:/Users/alex/esp/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/components/efuse/efuse_table_gen.py /home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_table.csv -t esp32c3 --max_blk_len 256 ############################################# -# Custom command for esp-idf\efuse\CMakeFiles\efuse_common_table +# Custom command for esp-idf/efuse/CMakeFiles/efuse_common_table build esp-idf/efuse/CMakeFiles/efuse_common_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse_common_table: CUSTOM_COMMAND || esp-idf/efuse/efuse-common-table - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\efuse && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo " + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse && /usr/bin/cmake -E echo DESC = Warning: command "efuse_common_table" is deprecated. Have you wanted to run "efuse-common-table" instead? ############################################# -# Custom command for esp-idf\efuse\CMakeFiles\efuse_custom_table +# Custom command for esp-idf/efuse/CMakeFiles/efuse_custom_table build esp-idf/efuse/CMakeFiles/efuse_custom_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse_custom_table: CUSTOM_COMMAND || esp-idf/efuse/efuse-custom-table - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\efuse && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo " + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse && /usr/bin/cmake -E echo DESC = Warning: command "efuse_custom_table" is deprecated. Have you wanted to run "efuse-custom-table" instead? ############################################# -# Custom command for esp-idf\efuse\CMakeFiles\show-efuse-table +# Custom command for esp-idf/efuse/CMakeFiles/show-efuse-table build esp-idf/efuse/CMakeFiles/show-efuse-table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/show-efuse-table: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\efuse && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/components/efuse/efuse_table_gen.py C:/Users/alex/esp/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192 --info" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/components/efuse/efuse_table_gen.py /home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_table.csv -t esp32c3 --max_blk_len 256 --info ############################################# -# Custom command for esp-idf\efuse\CMakeFiles\show_efuse_table +# Custom command for esp-idf/efuse/CMakeFiles/show_efuse_table build esp-idf/efuse/CMakeFiles/show_efuse_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/show_efuse_table: CUSTOM_COMMAND || esp-idf/efuse/show-efuse-table - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\efuse && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo " + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse && /usr/bin/cmake -E echo DESC = Warning: command "show_efuse_table" is deprecated. Have you wanted to run "show-efuse-table" instead? ############################################# -# Custom command for esp-idf\efuse\CMakeFiles\efuse_test_table +# Custom command for esp-idf/efuse/CMakeFiles/efuse_test_table build esp-idf/efuse/CMakeFiles/efuse_test_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse_test_table: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\efuse && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/components/efuse/efuse_table_gen.py C:/Users/alex/esp/esp-idf/components/efuse/test/esp_efuse_test_table.csv -t esp32 --max_blk_len 192" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/components/efuse/efuse_table_gen.py /home/abobkov/esp/esp-idf/components/efuse/test/esp_efuse_test_table.csv -t esp32c3 --max_blk_len 256 # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_security/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_security && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_security/edit_cache: phony esp-idf/esp_security/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_security/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_security && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_security/rebuild_cache: phony esp-idf/esp_security/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -1531,15 +1514,15 @@ build esp-idf/efuse/CMakeFiles/efuse_test_table | ${cmake_ninja_workdir}esp-idf/ build cmake_object_order_depends_target___idf_esp_system: phony || cmake_object_order_depends_target___idf_esp_hw_support -build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj: C_COMPILER____idf_esp_system_ C$:/Users/alex/esp/esp-idf/components/esp_system/esp_err.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\esp_err.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include - OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir - OBJECT_FILE_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir - TARGET_COMPILE_PDB = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\__idf_esp_system.pdb - TARGET_PDB = esp-idf\esp_system\libesp_system.pdb +build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/esp_err.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + OBJECT_FILE_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + TARGET_COMPILE_PDB = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/__idf_esp_system.pdb + TARGET_PDB = esp-idf/esp_system/libesp_system.pdb # ============================================================================= @@ -1547,25 +1530,24 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj: C_COMPIL ############################################# -# Link the static library esp-idf\esp_system\libesp_system.a +# Link the static library esp-idf/esp_system/libesp_system.a build esp-idf/esp_system/libesp_system.a: C_STATIC_LIBRARY_LINKER____idf_esp_system_ esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj || esp-idf/esp_hw_support/libesp_hw_support.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\__idf_esp_system.pdb - TARGET_FILE = esp-idf\esp_system\libesp_system.a - TARGET_PDB = esp-idf\esp_system\libesp_system.pdb + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + 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 ############################################# # Utility command for edit_cache build esp-idf/esp_system/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\esp_system && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_system/edit_cache: phony esp-idf/esp_system/CMakeFiles/edit_cache.util @@ -1575,7 +1557,7 @@ build esp-idf/esp_system/edit_cache: phony esp-idf/esp_system/CMakeFiles/edit_ca # Utility command for rebuild_cache build esp-idf/esp_system/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\esp_system && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1584,7 +1566,7 @@ build esp-idf/esp_system/rebuild_cache: phony esp-idf/esp_system/CMakeFiles/rebu # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -1596,95 +1578,105 @@ build esp-idf/esp_system/rebuild_cache: phony esp-idf/esp_system/CMakeFiles/rebu build cmake_object_order_depends_target___idf_esp_hw_support: phony || cmake_object_order_depends_target___idf_esp_common -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/cpu.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\cpu.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/cpu.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -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/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\esp_memory_utils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -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/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3 + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/cpu_region_protect.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\cpu_region_protect.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -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/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\rtc_clk.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -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/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3 + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk_init.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\rtc_clk_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -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/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3 + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_init.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\rtc_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -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/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3 + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_sleep.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\rtc_sleep.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -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/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3 + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_time.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\rtc_time.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -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/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3 + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/chip_info.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\chip_info.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/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 = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -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/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3 + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/chip_info.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -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/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/esp_security/include + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + OBJECT_FILE_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3 + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb # ============================================================================= @@ -1692,25 +1684,24 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip ############################################# -# Link the static library esp-idf\esp_hw_support\libesp_hw_support.a +# Link the static library esp-idf/esp_hw_support/libesp_hw_support.a -build esp-idf/esp_hw_support/libesp_hw_support.a: C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_ esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj || esp-idf/esp_common/libesp_common.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_FILE = esp-idf\esp_hw_support\libesp_hw_support.a - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb +build esp-idf/esp_hw_support/libesp_hw_support.a: C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_ esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj || esp-idf/esp_common/libesp_common.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/esp_hw_support/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\esp_hw_support && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_hw_support/edit_cache: phony esp-idf/esp_hw_support/CMakeFiles/edit_cache.util @@ -1720,7 +1711,7 @@ build esp-idf/esp_hw_support/edit_cache: phony esp-idf/esp_hw_support/CMakeFiles # Utility command for rebuild_cache build esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\esp_hw_support && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1729,36 +1720,63 @@ build esp-idf/esp_hw_support/rebuild_cache: phony esp-idf/esp_hw_support/CMakeFi # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/components/esp_hw_support/CMakeLists.txt +# /home/abobkov/esp/esp-idf/components/esp_hw_support/CMakeLists.txt # ============================================================================= ############################################# # Utility command for edit_cache -build esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\esp_hw_support\port\esp32 && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console +build esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/port/esp32c3 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 -build esp-idf/esp_hw_support/port/esp32/edit_cache: phony esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.util +build esp-idf/esp_hw_support/port/esp32c3/edit_cache: phony esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/edit_cache.util ############################################# # Utility command for rebuild_cache -build esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\esp_hw_support\port\esp32 && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" +build esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/port/esp32c3 && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 -build esp-idf/esp_hw_support/port/esp32/rebuild_cache: phony esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.util +build esp-idf/esp_hw_support/port/esp32c3/rebuild_cache: phony esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/rebuild_cache.util # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/components/esp_hw_support/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/lowpower && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_hw_support/lowpower/edit_cache: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/lowpower && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/lowpower/rebuild_cache: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -1770,15 +1788,15 @@ build esp-idf/esp_hw_support/port/esp32/rebuild_cache: phony esp-idf/esp_hw_supp build cmake_object_order_depends_target___idf_esp_common: phony || cmake_object_order_depends_target___idf_esp_rom -build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj: C_COMPILER____idf_esp_common_ C$:/Users/alex/esp/esp-idf/components/esp_common/src/esp_err_to_name.c || cmake_object_order_depends_target___idf_esp_common - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_common\CMakeFiles\__idf_esp_common.dir\src\esp_err_to_name.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include - OBJECT_DIR = esp-idf\esp_common\CMakeFiles\__idf_esp_common.dir - OBJECT_FILE_DIR = esp-idf\esp_common\CMakeFiles\__idf_esp_common.dir\src - TARGET_COMPILE_PDB = esp-idf\esp_common\CMakeFiles\__idf_esp_common.dir\__idf_esp_common.pdb - TARGET_PDB = esp-idf\esp_common\libesp_common.pdb +build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj: C_COMPILER____idf_esp_common_unscanned_ /home/abobkov/esp/esp-idf/components/esp_common/src/esp_err_to_name.c || cmake_object_order_depends_target___idf_esp_common + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir + OBJECT_FILE_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/__idf_esp_common.pdb + TARGET_PDB = esp-idf/esp_common/libesp_common.pdb # ============================================================================= @@ -1786,25 +1804,24 @@ build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.o ############################################# -# Link the static library esp-idf\esp_common\libesp_common.a +# Link the static library esp-idf/esp_common/libesp_common.a build esp-idf/esp_common/libesp_common.a: C_STATIC_LIBRARY_LINKER____idf_esp_common_ esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj || esp-idf/esp_rom/libesp_rom.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_common\CMakeFiles\__idf_esp_common.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\esp_common\CMakeFiles\__idf_esp_common.dir\__idf_esp_common.pdb - TARGET_FILE = esp-idf\esp_common\libesp_common.a - TARGET_PDB = esp-idf\esp_common\libesp_common.pdb + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + 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 ############################################# # Utility command for edit_cache build esp-idf/esp_common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\esp_common && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_common/edit_cache: phony esp-idf/esp_common/CMakeFiles/edit_cache.util @@ -1814,7 +1831,7 @@ build esp-idf/esp_common/edit_cache: phony esp-idf/esp_common/CMakeFiles/edit_ca # Utility command for rebuild_cache build esp-idf/esp_common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\esp_common && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1823,7 +1840,7 @@ build esp-idf/esp_common/rebuild_cache: phony esp-idf/esp_common/CMakeFiles/rebu # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -1835,65 +1852,85 @@ build esp-idf/esp_common/rebuild_cache: phony esp-idf/esp_common/CMakeFiles/rebu build cmake_object_order_depends_target___idf_esp_rom: phony || cmake_object_order_depends_target___idf_log -build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj: C_COMPILER____idf_esp_rom_ C$:/Users/alex/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c || cmake_object_order_depends_target___idf_esp_rom - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_crc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include - OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir - OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches - TARGET_COMPILE_PDB = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\__idf_esp_rom.pdb - TARGET_PDB = esp-idf\esp_rom\libesp_rom.pdb +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + TARGET_COMPILE_PDB = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/__idf_esp_rom.pdb + TARGET_PDB = esp-idf/esp_rom/libesp_rom.pdb -build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj: C_COMPILER____idf_esp_rom_ C$:/Users/alex/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c || cmake_object_order_depends_target___idf_esp_rom - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_sys.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include - OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir - OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches - TARGET_COMPILE_PDB = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\__idf_esp_rom.pdb - TARGET_PDB = esp-idf\esp_rom\libesp_rom.pdb +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + TARGET_COMPILE_PDB = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/__idf_esp_rom.pdb + TARGET_PDB = esp-idf/esp_rom/libesp_rom.pdb -build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj: C_COMPILER____idf_esp_rom_ C$:/Users/alex/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c || cmake_object_order_depends_target___idf_esp_rom - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_uart.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include - OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir - OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches - TARGET_COMPILE_PDB = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\__idf_esp_rom.pdb - TARGET_PDB = esp-idf\esp_rom\libesp_rom.pdb +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + TARGET_COMPILE_PDB = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/__idf_esp_rom.pdb + TARGET_PDB = esp-idf/esp_rom/libesp_rom.pdb -build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj: C_COMPILER____idf_esp_rom_ C$:/Users/alex/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c || cmake_object_order_depends_target___idf_esp_rom - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_spiflash.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include - OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir - OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches - TARGET_COMPILE_PDB = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\__idf_esp_rom.pdb - TARGET_PDB = esp-idf\esp_rom\libesp_rom.pdb +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + TARGET_COMPILE_PDB = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/__idf_esp_rom.pdb + TARGET_PDB = esp-idf/esp_rom/libesp_rom.pdb -build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj: C_COMPILER____idf_esp_rom_ C$:/Users/alex/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c || cmake_object_order_depends_target___idf_esp_rom - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_efuse.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include - OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir - OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches - TARGET_COMPILE_PDB = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\__idf_esp_rom.pdb - TARGET_PDB = esp-idf\esp_rom\libesp_rom.pdb +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + TARGET_COMPILE_PDB = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/__idf_esp_rom.pdb + TARGET_PDB = esp-idf/esp_rom/libesp_rom.pdb -build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj: ASM_COMPILER____idf_esp_rom_ C$:/Users/alex/esp/esp-idf/components/esp_rom/patches/esp_rom_longjmp.S || cmake_object_order_depends_target___idf_esp_rom - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_longjmp.S.obj.d - FLAGS = -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include - OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir - OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches - TARGET_COMPILE_PDB = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\__idf_esp_rom.pdb - TARGET_PDB = esp-idf\esp_rom\libesp_rom.pdb +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + TARGET_COMPILE_PDB = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/__idf_esp_rom.pdb + TARGET_PDB = esp-idf/esp_rom/libesp_rom.pdb + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + TARGET_COMPILE_PDB = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/__idf_esp_rom.pdb + TARGET_PDB = esp-idf/esp_rom/libesp_rom.pdb + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_systimer.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + OBJECT_FILE_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches + TARGET_COMPILE_PDB = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/__idf_esp_rom.pdb + TARGET_PDB = esp-idf/esp_rom/libesp_rom.pdb # ============================================================================= @@ -1901,25 +1938,24 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj ############################################# -# Link the static library esp-idf\esp_rom\libesp_rom.a +# Link the static library esp-idf/esp_rom/libesp_rom.a -build esp-idf/esp_rom/libesp_rom.a: C_STATIC_LIBRARY_LINKER____idf_esp_rom_ esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj || esp-idf/log/liblog.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\__idf_esp_rom.pdb - TARGET_FILE = esp-idf\esp_rom\libesp_rom.a - TARGET_PDB = esp-idf\esp_rom\libesp_rom.pdb +build esp-idf/esp_rom/libesp_rom.a: C_STATIC_LIBRARY_LINKER____idf_esp_rom_ esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj || esp-idf/log/liblog.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/esp_rom/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\esp_rom && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_rom/edit_cache: phony esp-idf/esp_rom/CMakeFiles/edit_cache.util @@ -1929,7 +1965,7 @@ build esp-idf/esp_rom/edit_cache: phony esp-idf/esp_rom/CMakeFiles/edit_cache.ut # Utility command for rebuild_cache build esp-idf/esp_rom/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\esp_rom && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -1938,7 +1974,7 @@ build esp-idf/esp_rom/rebuild_cache: phony esp-idf/esp_rom/CMakeFiles/rebuild_ca # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -1948,37 +1984,37 @@ build esp-idf/esp_rom/rebuild_cache: phony esp-idf/esp_rom/CMakeFiles/rebuild_ca ############################################# # Order-only phony target for __idf_log -build cmake_object_order_depends_target___idf_log: phony || esp-idf/log/CMakeFiles/__idf_log.dir +build cmake_object_order_depends_target___idf_log: phony || . -build esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj: C_COMPILER____idf_log_ C$:/Users/alex/esp/esp-idf/components/log/log.c || cmake_object_order_depends_target___idf_log - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\log.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - TARGET_COMPILE_PDB = esp-idf\log\CMakeFiles\__idf_log.dir\__idf_log.pdb - TARGET_PDB = esp-idf\log\liblog.pdb +build esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj: C_COMPILER____idf_log_unscanned_ /home/abobkov/esp/esp-idf/components/log/src/noos/log_timestamp.c || cmake_object_order_depends_target___idf_log + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/include/esp_private -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register + OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir + OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir/src/noos + TARGET_COMPILE_PDB = esp-idf/log/CMakeFiles/__idf_log.dir/__idf_log.pdb + TARGET_PDB = esp-idf/log/liblog.pdb -build esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj: C_COMPILER____idf_log_ C$:/Users/alex/esp/esp-idf/components/log/log_buffers.c || cmake_object_order_depends_target___idf_log - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\log_buffers.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - TARGET_COMPILE_PDB = esp-idf\log\CMakeFiles\__idf_log.dir\__idf_log.pdb - TARGET_PDB = esp-idf\log\liblog.pdb +build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj: C_COMPILER____idf_log_unscanned_ /home/abobkov/esp/esp-idf/components/log/src/log_timestamp_common.c || cmake_object_order_depends_target___idf_log + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/include/esp_private -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register + OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir + OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir/src + TARGET_COMPILE_PDB = esp-idf/log/CMakeFiles/__idf_log.dir/__idf_log.pdb + TARGET_PDB = esp-idf/log/liblog.pdb -build esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj: C_COMPILER____idf_log_ C$:/Users/alex/esp/esp-idf/components/log/log_noos.c || cmake_object_order_depends_target___idf_log - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\log_noos.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - TARGET_COMPILE_PDB = esp-idf\log\CMakeFiles\__idf_log.dir\__idf_log.pdb - TARGET_PDB = esp-idf\log\liblog.pdb +build esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj: C_COMPILER____idf_log_unscanned_ /home/abobkov/esp/esp-idf/components/log/src/noos/log_lock.c || cmake_object_order_depends_target___idf_log + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/include/esp_private -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register + OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir + OBJECT_FILE_DIR = esp-idf/log/CMakeFiles/__idf_log.dir/src/noos + TARGET_COMPILE_PDB = esp-idf/log/CMakeFiles/__idf_log.dir/__idf_log.pdb + TARGET_PDB = esp-idf/log/liblog.pdb # ============================================================================= @@ -1986,25 +2022,24 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj: C_COMPILER____idf_log ############################################# -# Link the static library esp-idf\log\liblog.a +# Link the static library esp-idf/log/liblog.a -build esp-idf/log/liblog.a: C_STATIC_LIBRARY_LINKER____idf_log_ esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\log\CMakeFiles\__idf_log.dir\__idf_log.pdb - TARGET_FILE = esp-idf\log\liblog.a - TARGET_PDB = esp-idf\log\liblog.pdb +build esp-idf/log/liblog.a: C_STATIC_LIBRARY_LINKER____idf_log_ esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/log/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\log && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/log && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/log/edit_cache: phony esp-idf/log/CMakeFiles/edit_cache.util @@ -2014,7 +2049,7 @@ build esp-idf/log/edit_cache: phony esp-idf/log/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/log/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\log && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/log && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -2023,7 +2058,7 @@ build esp-idf/log/rebuild_cache: phony esp-idf/log/CMakeFiles/rebuild_cache.util # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= @@ -2037,9 +2072,8 @@ build esp-idf/esptool_py/bootloader_check_size: phony esp-idf/esptool_py/CMakeFi # Utility command for edit_cache build esp-idf/esptool_py/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\esptool_py && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esptool_py && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esptool_py/edit_cache: phony esp-idf/esptool_py/CMakeFiles/edit_cache.util @@ -2049,7 +2083,7 @@ build esp-idf/esptool_py/edit_cache: phony esp-idf/esptool_py/CMakeFiles/edit_ca # Utility command for rebuild_cache build esp-idf/esptool_py/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\esptool_py && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esptool_py && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -2058,14 +2092,14 @@ build esp-idf/esptool_py/rebuild_cache: phony esp-idf/esptool_py/CMakeFiles/rebu ############################################# -# Custom command for esp-idf\esptool_py\CMakeFiles\bootloader_check_size +# Custom command for esp-idf/esptool_py/CMakeFiles/bootloader_check_size -build esp-idf/esptool_py/CMakeFiles/bootloader_check_size | ${cmake_ninja_workdir}esp-idf/esptool_py/CMakeFiles/bootloader_check_size: CUSTOM_COMMAND || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/xtensa/libxtensa.a gen_project_binary - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\esptool_py && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x1000 C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.bin" +build esp-idf/esptool_py/CMakeFiles/bootloader_check_size | ${cmake_ninja_workdir}esp-idf/esptool_py/CMakeFiles/bootloader_check_size: CUSTOM_COMMAND || _project_elf_src bootloader.elf esp-idf/bootloader_support/libbootloader_support.a esp-idf/efuse/libefuse.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_common/libesp_common.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/main/libmain.a esp-idf/micro-ecc/libmicro-ecc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a gen_project_binary + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esptool_py && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.bin # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= @@ -2073,9 +2107,8 @@ build esp-idf/esptool_py/CMakeFiles/bootloader_check_size | ${cmake_ninja_workdi # Utility command for edit_cache build esp-idf/partition_table/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\partition_table && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/partition_table && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/partition_table/edit_cache: phony esp-idf/partition_table/CMakeFiles/edit_cache.util @@ -2085,7 +2118,7 @@ build esp-idf/partition_table/edit_cache: phony esp-idf/partition_table/CMakeFil # Utility command for rebuild_cache build esp-idf/partition_table/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\partition_table && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/partition_table && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -2094,7 +2127,7 @@ build esp-idf/partition_table/rebuild_cache: phony esp-idf/partition_table/CMake # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= @@ -2102,9 +2135,8 @@ build esp-idf/partition_table/rebuild_cache: phony esp-idf/partition_table/CMake # Utility command for edit_cache build esp-idf/bootloader/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\bootloader && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/bootloader/edit_cache: phony esp-idf/bootloader/CMakeFiles/edit_cache.util @@ -2114,7 +2146,7 @@ build esp-idf/bootloader/edit_cache: phony esp-idf/bootloader/CMakeFiles/edit_ca # Utility command for rebuild_cache build esp-idf/bootloader/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\bootloader && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -2123,7 +2155,7 @@ build esp-idf/bootloader/rebuild_cache: phony esp-idf/bootloader/CMakeFiles/rebu # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= @@ -2131,9 +2163,8 @@ build esp-idf/bootloader/rebuild_cache: phony esp-idf/bootloader/CMakeFiles/rebu # Utility command for edit_cache build esp-idf/freertos/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\freertos && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/freertos && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/freertos/edit_cache: phony esp-idf/freertos/CMakeFiles/edit_cache.util @@ -2143,7 +2174,7 @@ build esp-idf/freertos/edit_cache: phony esp-idf/freertos/CMakeFiles/edit_cache. # Utility command for rebuild_cache build esp-idf/freertos/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\freertos && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/freertos && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -2152,7 +2183,7 @@ build esp-idf/freertos/rebuild_cache: phony esp-idf/freertos/CMakeFiles/rebuild_ # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -2162,17 +2193,17 @@ build esp-idf/freertos/rebuild_cache: phony esp-idf/freertos/CMakeFiles/rebuild_ ############################################# # Order-only phony target for __idf_main -build cmake_object_order_depends_target___idf_main: phony || cmake_object_order_depends_target___idf_xtensa +build cmake_object_order_depends_target___idf_main: phony || cmake_object_order_depends_target___idf_soc -build esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj: C_COMPILER____idf_main_ C$:/Users/alex/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c || cmake_object_order_depends_target___idf_main - DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE - DEP_FILE = esp-idf\main\CMakeFiles\__idf_main.dir\bootloader_start.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include - OBJECT_DIR = esp-idf\main\CMakeFiles\__idf_main.dir - OBJECT_FILE_DIR = esp-idf\main\CMakeFiles\__idf_main.dir - TARGET_COMPILE_PDB = esp-idf\main\CMakeFiles\__idf_main.dir\__idf_main.pdb - TARGET_PDB = esp-idf\main\libmain.pdb +build esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj: C_COMPILER____idf_main_unscanned_ /home/abobkov/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c || cmake_object_order_depends_target___idf_main + DEFINES = -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE + DEP_FILE = esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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 + 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 # ============================================================================= @@ -2180,25 +2211,24 @@ build esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj: C_COMPILER_ ############################################# -# Link the static library esp-idf\main\libmain.a +# Link the static library esp-idf/main/libmain.a -build esp-idf/main/libmain.a: C_STATIC_LIBRARY_LINKER____idf_main_ esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj || esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\main\CMakeFiles\__idf_main.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\main\CMakeFiles\__idf_main.dir\__idf_main.pdb - TARGET_FILE = esp-idf\main\libmain.a - TARGET_PDB = esp-idf\main\libmain.pdb +build esp-idf/main/libmain.a: C_STATIC_LIBRARY_LINKER____idf_main_ esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj || esp-idf/soc/libsoc.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/main/CMakeFiles/__idf_main.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/main/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\main && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/main && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/main/edit_cache: phony esp-idf/main/CMakeFiles/edit_cache.util @@ -2208,7 +2238,7 @@ build esp-idf/main/edit_cache: phony esp-idf/main/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/main/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader\esp-idf\main && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\esp\esp-idf\components\bootloader\subproject -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/main && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/esp/esp-idf/components/bootloader/subproject -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -2222,7 +2252,7 @@ build __idf_bootloader_support: phony esp-idf/bootloader_support/libbootloader_s build __idf_efuse: phony esp-idf/efuse/libefuse.a -build __idf_esp_app_format: phony esp-idf/esp_app_format/libesp_app_format.a +build __idf_esp_bootloader_format: phony esp-idf/esp_bootloader_format/libesp_bootloader_format.a build __idf_esp_common: phony esp-idf/esp_common/libesp_common.a @@ -2244,8 +2274,6 @@ build __idf_soc: phony esp-idf/soc/libsoc.a build __idf_spi_flash: phony esp-idf/spi_flash/libspi_flash.a -build __idf_xtensa: phony esp-idf/xtensa/libxtensa.a - build bootloader_check_size: phony esp-idf/esptool_py/bootloader_check_size build efuse-common-table: phony esp-idf/efuse/efuse-common-table @@ -2262,7 +2290,7 @@ build libbootloader_support.a: phony esp-idf/bootloader_support/libbootloader_su build libefuse.a: phony esp-idf/efuse/libefuse.a -build libesp_app_format.a: phony esp-idf/esp_app_format/libesp_app_format.a +build libesp_bootloader_format.a: phony esp-idf/esp_bootloader_format/libesp_bootloader_format.a build libesp_common.a: phony esp-idf/esp_common/libesp_common.a @@ -2284,8 +2312,6 @@ build libsoc.a: phony esp-idf/soc/libsoc.a build libspi_flash.a: phony esp-idf/spi_flash/libspi_flash.a -build libxtensa.a: phony esp-idf/xtensa/libxtensa.a - build show-efuse-table: phony esp-idf/efuse/show-efuse-table build show_efuse_table: phony esp-idf/efuse/show_efuse_table @@ -2296,157 +2322,178 @@ build show_efuse_table: phony esp-idf/efuse/show_efuse_table # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader build all: phony app bootloader.elf esp-idf/all # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf -build esp-idf/all: phony esp-idf/xtensa/all esp-idf/newlib/all esp-idf/soc/all esp-idf/micro-ecc/all esp-idf/hal/all esp-idf/spi_flash/all esp-idf/esp_app_format/all esp-idf/bootloader_support/all esp-idf/efuse/all esp-idf/esp_system/all esp-idf/esp_hw_support/all esp-idf/esp_common/all esp-idf/esp_rom/all esp-idf/log/all esp-idf/esptool_py/all esp-idf/partition_table/all esp-idf/bootloader/all esp-idf/freertos/all esp-idf/main/all +build esp-idf/all: phony esp-idf/riscv/all esp-idf/newlib/all esp-idf/soc/all esp-idf/micro-ecc/all esp-idf/hal/all esp-idf/spi_flash/all esp-idf/esp_bootloader_format/all esp-idf/esp_app_format/all esp-idf/bootloader_support/all esp-idf/efuse/all esp-idf/esp_security/all esp-idf/esp_system/all esp-idf/esp_hw_support/all esp-idf/esp_common/all esp-idf/esp_rom/all esp-idf/log/all esp-idf/esptool_py/all esp-idf/partition_table/all esp-idf/bootloader/all esp-idf/freertos/all esp-idf/main/all # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader build esp-idf/bootloader/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support build esp-idf/bootloader_support/all: phony esp-idf/bootloader_support/libbootloader_support.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse build esp-idf/efuse/all: phony esp-idf/efuse/libefuse.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format -build esp-idf/esp_app_format/all: phony esp-idf/esp_app_format/libesp_app_format.a +build esp-idf/esp_app_format/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_bootloader_format + +build esp-idf/esp_bootloader_format/all: phony esp-idf/esp_bootloader_format/libesp_bootloader_format.a + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common build esp-idf/esp_common/all: phony esp-idf/esp_common/libesp_common.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support -build esp-idf/esp_hw_support/all: phony esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_hw_support/port/esp32/all +build esp-idf/esp_hw_support/all: phony esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_hw_support/port/esp32c3/all esp-idf/esp_hw_support/lowpower/all # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/port/esp32 +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/lowpower -build esp-idf/esp_hw_support/port/esp32/all: phony +build esp-idf/esp_hw_support/lowpower/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/port/esp32c3 + +build esp-idf/esp_hw_support/port/esp32c3/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom build esp-idf/esp_rom/all: phony esp-idf/esp_rom/libesp_rom.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_security + +build esp-idf/esp_security/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system build esp-idf/esp_system/all: phony esp-idf/esp_system/libesp_system.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esptool_py +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esptool_py build esp-idf/esptool_py/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/freertos +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/freertos build esp-idf/freertos/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal build esp-idf/hal/all: phony esp-idf/hal/libhal.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/log +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/log build esp-idf/log/all: phony esp-idf/log/liblog.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/main +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/main build esp-idf/main/all: phony esp-idf/main/libmain.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc build esp-idf/micro-ecc/all: phony esp-idf/micro-ecc/libmicro-ecc.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/newlib +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/newlib build esp-idf/newlib/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/partition_table +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/partition_table build esp-idf/partition_table/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/riscv + +build esp-idf/riscv/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc build esp-idf/soc/all: phony esp-idf/soc/libsoc.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash build esp-idf/spi_flash/all: phony esp-idf/spi_flash/libspi_flash.a -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/xtensa - -build esp-idf/xtensa/all: phony esp-idf/xtensa/libxtensa.a - # ============================================================================= # Built-in targets @@ -2454,14 +2501,14 @@ build esp-idf/xtensa/all: phony esp-idf/xtensa/libxtensa.a ############################################# # Re-run CMake if any of its inputs changed. -build build.ninja: RERUN_CMAKE | C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeASMCompiler.cmake.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeASMInformation.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCCompiler.cmake.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCCompilerABI.c C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCInformation.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXCompiler.cmake.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXCompilerABI.cpp C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXInformation.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCommonLanguageInclude.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineASMCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCompileFeatures.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCompilerABI.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeGenericSystem.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeInitializeConfigs.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeLanguageInformation.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeNinjaFindMake.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeParseImplicitIncludeInfo.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeParseImplicitLinkInfo.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeParseLibraryArchitecture.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeSystem.cmake.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeSystemSpecificInformation.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeSystemSpecificInitialize.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeTestASMCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeTestCCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeTestCXXCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeTestCompilerCommon.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckCCompilerFlag.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckCSourceCompiles.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckCXXCompilerFlag.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckCXXSourceCompiles.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckIncludeFile.c.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckIncludeFile.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckIncludeFileCXX.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckTypeSize.c.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckTypeSize.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/ADSP-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/ARMCC-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Borland-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Bruce-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompilerInternal.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Compaq-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Cray-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Embarcadero-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Fujitsu-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GHS-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-ASM.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-C.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-CXX.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-FindBinUtils.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/HP-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/HP-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IAR-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/LCC-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/MSVC-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/NVHPC-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/PGI-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/PathScale-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/SCO-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/SDCC-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/SunPro-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/TI-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Watcom-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/XL-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/XL-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/XLClang-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/zOS-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/ExternalProject.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/FindGit.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/FindPackageMessage.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Internal/CheckCompilerFlag.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Internal/CheckFlagCommonConfig.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Internal/CheckSourceCompiles.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Internal/FeatureTesting.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Platform/Generic.cmake C$:/Users/alex/esp/esp-idf/.git/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/esp_coex/lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/esp_phy/lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/heap/tlsf/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/ieee802154/lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/json/cJSON/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/openthread/lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/openthread/openthread/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/unity/unity/HEAD C$:/Users/alex/esp/esp-idf/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/bootloader/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/bootloader/project_include.cmake C$:/Users/alex/esp/esp-idf/components/bootloader/subproject/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git C$:/Users/alex/esp/esp-idf/components/bootloader/subproject/main/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/bootloader_support/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/bt/controller/lib_esp32/.git C$:/Users/alex/esp/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git C$:/Users/alex/esp/esp-idf/components/bt/controller/lib_esp32c3_family/.git C$:/Users/alex/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git C$:/Users/alex/esp/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git C$:/Users/alex/esp/esp-idf/components/bt/host/nimble/nimble/.git C$:/Users/alex/esp/esp-idf/components/cmock/CMock/.git C$:/Users/alex/esp/esp-idf/components/efuse/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/efuse/esp32/sources.cmake C$:/Users/alex/esp/esp-idf/components/esp_app_format/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_coex/lib/.git C$:/Users/alex/esp/esp-idf/components/esp_common/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_common/project_include.cmake C$:/Users/alex/esp/esp-idf/components/esp_hw_support/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_phy/lib/.git C$:/Users/alex/esp/esp-idf/components/esp_rom/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_system/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/.git C$:/Users/alex/esp/esp-idf/components/esptool_py/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esptool_py/espefuse.cmake C$:/Users/alex/esp/esp-idf/components/esptool_py/project_include.cmake C$:/Users/alex/esp/esp-idf/components/freertos/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/hal/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/heap/tlsf/.git C$:/Users/alex/esp/esp-idf/components/ieee802154/lib/.git C$:/Users/alex/esp/esp-idf/components/json/cJSON/.git C$:/Users/alex/esp/esp-idf/components/log/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/lwip/lwip/.git C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/.git C$:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/.git C$:/Users/alex/esp/esp-idf/components/newlib/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/openthread/lib/.git C$:/Users/alex/esp/esp-idf/components/openthread/openthread/.git C$:/Users/alex/esp/esp-idf/components/partition_table/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/partition_table/project_include.cmake C$:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c/.git C$:/Users/alex/esp/esp-idf/components/soc/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/spi_flash/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/spiffs/spiffs/.git C$:/Users/alex/esp/esp-idf/components/unity/unity/.git C$:/Users/alex/esp/esp-idf/components/xtensa/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/xtensa/project_include.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/build.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/component.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/depgraph.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/dfu.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/git_submodules.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/idf.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/kconfig.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/ldgen.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/project.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/project_description.json.in C$:/Users/alex/esp/esp-idf/tools/cmake/targets.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in C$:/Users/alex/esp/esp-idf/tools/cmake/tool_version_check.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/toolchain-esp32.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/uf2.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/utilities.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/version.cmake C$:/Users/alex/esp/esp-idf/tools/kconfig_new/confgen.py C$:/Users/alex/esp/esp-idf/tools/kconfig_new/config.env.in C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig CMakeCache.txt CMakeFiles/3.24.0/CMakeASMCompiler.cmake CMakeFiles/3.24.0/CMakeCCompiler.cmake CMakeFiles/3.24.0/CMakeCXXCompiler.cmake CMakeFiles/3.24.0/CMakeSystem.cmake CMakeFiles/CheckTypeSize/TIME_T_SIZE.c CMakeFiles/git-data/grabRef.cmake config/sdkconfig.cmake config/sdkconfig.h +build build.ninja: RERUN_CMAKE | /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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_esp32c5/esp32c5-bt-lib/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/bootloader/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bootloader/project_include.cmake /home/abobkov/esp/esp-idf/components/bootloader/subproject/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/abobkov/esp/esp-idf/components/bootloader/subproject/main/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bootloader_support/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_esp32c5/esp32c5-bt-lib/.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/CMock/.git /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_app_format/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_bootloader_format/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_hw_support/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_hw_support/lowpower/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_phy/lib/.git /home/abobkov/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_security/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_system/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_wifi/lib/.git /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/freertos/CMakeLists.txt /home/abobkov/esp/esp-idf/components/hal/CMakeLists.txt /home/abobkov/esp/esp-idf/components/heap/tlsf/.git /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/lwip/.git /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/.git /home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/abobkov/esp/esp-idf/components/newlib/CMakeLists.txt /home/abobkov/esp/esp-idf/components/newlib/project_include.cmake /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/project_include.cmake /home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c/.git /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/soc/CMakeLists.txt /home/abobkov/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/abobkov/esp/esp-idf/components/spiffs/spiffs/.git /home/abobkov/esp/esp-idf/components/unity/unity/.git /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/prefix_map.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/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/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/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/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 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 config/sdkconfig.cmake config/sdkconfig.h pool = console ############################################# # A missing CMake input file is not an error. -build C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeASMCompiler.cmake.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeASMInformation.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCCompiler.cmake.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCCompilerABI.c C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCInformation.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXCompiler.cmake.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXCompilerABI.cpp C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXInformation.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCommonLanguageInclude.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineASMCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCompileFeatures.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCompilerABI.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeGenericSystem.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeInitializeConfigs.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeLanguageInformation.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeNinjaFindMake.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeParseImplicitIncludeInfo.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeParseImplicitLinkInfo.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeParseLibraryArchitecture.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeSystem.cmake.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeSystemSpecificInformation.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeSystemSpecificInitialize.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeTestASMCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeTestCCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeTestCXXCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeTestCompilerCommon.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckCCompilerFlag.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckCSourceCompiles.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckCXXCompilerFlag.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckCXXSourceCompiles.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckIncludeFile.c.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckIncludeFile.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckIncludeFileCXX.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckTypeSize.c.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckTypeSize.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/ADSP-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/ARMCC-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Borland-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Bruce-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompilerInternal.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Compaq-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Cray-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Embarcadero-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Fujitsu-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GHS-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-ASM.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-C.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-CXX.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-FindBinUtils.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/HP-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/HP-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IAR-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/LCC-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/MSVC-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/NVHPC-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/PGI-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/PathScale-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/SCO-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/SDCC-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/SunPro-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/TI-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Watcom-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/XL-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/XL-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/XLClang-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/zOS-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/ExternalProject.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/FindGit.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/FindPackageMessage.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Internal/CheckCompilerFlag.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Internal/CheckFlagCommonConfig.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Internal/CheckSourceCompiles.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Internal/FeatureTesting.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Platform/Generic.cmake C$:/Users/alex/esp/esp-idf/.git/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/esp_coex/lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/esp_phy/lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/heap/tlsf/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/ieee802154/lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/json/cJSON/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/openthread/lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/openthread/openthread/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/unity/unity/HEAD C$:/Users/alex/esp/esp-idf/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/bootloader/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/bootloader/project_include.cmake C$:/Users/alex/esp/esp-idf/components/bootloader/subproject/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git C$:/Users/alex/esp/esp-idf/components/bootloader/subproject/main/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/bootloader_support/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/bt/controller/lib_esp32/.git C$:/Users/alex/esp/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git C$:/Users/alex/esp/esp-idf/components/bt/controller/lib_esp32c3_family/.git C$:/Users/alex/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git C$:/Users/alex/esp/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git C$:/Users/alex/esp/esp-idf/components/bt/host/nimble/nimble/.git C$:/Users/alex/esp/esp-idf/components/cmock/CMock/.git C$:/Users/alex/esp/esp-idf/components/efuse/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/efuse/esp32/sources.cmake C$:/Users/alex/esp/esp-idf/components/esp_app_format/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_coex/lib/.git C$:/Users/alex/esp/esp-idf/components/esp_common/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_common/project_include.cmake C$:/Users/alex/esp/esp-idf/components/esp_hw_support/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_phy/lib/.git C$:/Users/alex/esp/esp-idf/components/esp_rom/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_system/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/.git C$:/Users/alex/esp/esp-idf/components/esptool_py/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esptool_py/espefuse.cmake C$:/Users/alex/esp/esp-idf/components/esptool_py/project_include.cmake C$:/Users/alex/esp/esp-idf/components/freertos/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/hal/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/heap/tlsf/.git C$:/Users/alex/esp/esp-idf/components/ieee802154/lib/.git C$:/Users/alex/esp/esp-idf/components/json/cJSON/.git C$:/Users/alex/esp/esp-idf/components/log/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/lwip/lwip/.git C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/.git C$:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/.git C$:/Users/alex/esp/esp-idf/components/newlib/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/openthread/lib/.git C$:/Users/alex/esp/esp-idf/components/openthread/openthread/.git C$:/Users/alex/esp/esp-idf/components/partition_table/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/partition_table/project_include.cmake C$:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c/.git C$:/Users/alex/esp/esp-idf/components/soc/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/spi_flash/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/spiffs/spiffs/.git C$:/Users/alex/esp/esp-idf/components/unity/unity/.git C$:/Users/alex/esp/esp-idf/components/xtensa/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/xtensa/project_include.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/build.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/component.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/depgraph.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/dfu.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/git_submodules.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/idf.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/kconfig.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/ldgen.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/project.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/project_description.json.in C$:/Users/alex/esp/esp-idf/tools/cmake/targets.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in C$:/Users/alex/esp/esp-idf/tools/cmake/tool_version_check.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/toolchain-esp32.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/uf2.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/utilities.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/version.cmake C$:/Users/alex/esp/esp-idf/tools/kconfig_new/confgen.py C$:/Users/alex/esp/esp-idf/tools/kconfig_new/config.env.in C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig CMakeCache.txt CMakeFiles/3.24.0/CMakeASMCompiler.cmake CMakeFiles/3.24.0/CMakeCCompiler.cmake CMakeFiles/3.24.0/CMakeCXXCompiler.cmake CMakeFiles/3.24.0/CMakeSystem.cmake CMakeFiles/CheckTypeSize/TIME_T_SIZE.c CMakeFiles/git-data/grabRef.cmake config/sdkconfig.cmake config/sdkconfig.h: phony +build /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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_esp32c5/esp32c5-bt-lib/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/bootloader/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bootloader/project_include.cmake /home/abobkov/esp/esp-idf/components/bootloader/subproject/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/abobkov/esp/esp-idf/components/bootloader/subproject/main/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bootloader_support/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_esp32c5/esp32c5-bt-lib/.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/CMock/.git /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_app_format/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_bootloader_format/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_hw_support/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_hw_support/lowpower/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_phy/lib/.git /home/abobkov/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_security/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_system/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_wifi/lib/.git /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/freertos/CMakeLists.txt /home/abobkov/esp/esp-idf/components/hal/CMakeLists.txt /home/abobkov/esp/esp-idf/components/heap/tlsf/.git /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/lwip/.git /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/.git /home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/abobkov/esp/esp-idf/components/newlib/CMakeLists.txt /home/abobkov/esp/esp-idf/components/newlib/project_include.cmake /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/project_include.cmake /home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c/.git /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/soc/CMakeLists.txt /home/abobkov/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/abobkov/esp/esp-idf/components/spiffs/spiffs/.git /home/abobkov/esp/esp-idf/components/unity/unity/.git /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/prefix_map.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/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/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/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/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 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 config/sdkconfig.cmake config/sdkconfig.h: phony ############################################# diff --git a/ESP32-IDF_ePaper/build/bootloader/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/cmake_install.cmake index 92ac8727d..ad15c462b 100644 --- a/ESP32-IDF_ePaper/build/bootloader/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/bootloader/subproject +# Install script for directory: /home/abobkov/esp/esp-idf/components/bootloader/subproject # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,23 +32,31 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/cmake_install.cmake") endif() if(CMAKE_INSTALL_COMPONENT) - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() else() set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") endif() -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/${CMAKE_INSTALL_MANIFEST}" + file(WRITE "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/${CMAKE_INSTALL_MANIFEST}" "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/compile_commands.json b/ESP32-IDF_ePaper/build/bootloader/compile_commands.json index e3440513e..846729703 100644 --- a/ESP32-IDF_ePaper/build/bootloader/compile_commands.json +++ b/ESP32-IDF_ePaper/build/bootloader/compile_commands.json @@ -1,432 +1,506 @@ [ { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -o CMakeFiles\\bootloader.elf.dir\\project_elf_src_esp32.c.obj -c C:\\Users\\alex\\github\\ESP-Nodes\\ESP32-IDF_ePaper\\build\\bootloader\\project_elf_src_esp32.c", - "file": "C:\\Users\\alex\\github\\ESP-Nodes\\ESP32-IDF_ePaper\\build\\bootloader\\project_elf_src_esp32.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -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/bootloader_support/private_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_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -o CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj -c /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/project_elf_src_esp32c3.c", + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/project_elf_src_esp32c3.c", + "output": "CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\xtensa\\CMakeFiles\\__idf_xtensa.dir\\eri.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\xtensa\\eri.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\xtensa\\eri.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj -c /home/abobkov/esp/esp-idf/components/soc/lldesc.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/lldesc.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\xtensa\\CMakeFiles\\__idf_xtensa.dir\\xt_trax.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\xtensa\\xt_trax.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\xtensa\\xt_trax.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj -c /home/abobkov/esp/esp-idf/components/soc/dport_access_common.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/dport_access_common.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\lldesc.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\lldesc.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\lldesc.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/interrupts.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/interrupts.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\dport_access_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\dport_access_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\dport_access_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/gpio_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/gpio_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\interrupts.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\interrupts.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\interrupts.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/uart_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/uart_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\gpio_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\gpio_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\gpio_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/adc_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/adc_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\uart_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\uart_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\uart_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/dedic_gpio_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/dedic_gpio_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\dport_access.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\dport_access.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\dport_access.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/gdma_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/gdma_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\adc_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\adc_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\adc_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/spi_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/spi_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\spi_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\spi_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\spi_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/ledc_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/ledc_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\ledc_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\ledc_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\ledc_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/rmt_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/rmt_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\pcnt_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\pcnt_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\pcnt_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/sdm_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/sdm_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\rmt_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\rmt_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\rmt_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/i2s_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/i2s_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\sdm_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\sdm_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\sdm_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/i2c_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/i2c_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\i2s_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\i2s_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\i2s_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/temperature_sensor_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/temperature_sensor_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\i2c_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\i2c_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\i2c_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/timer_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/timer_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\timer_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\timer_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\timer_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/mpi_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/mpi_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\lcd_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\lcd_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\lcd_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/twai_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/twai_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\mcpwm_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\mcpwm_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\mcpwm_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/wdt_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/wdt_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\sdmmc_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\sdmmc_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\sdmmc_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c", + "output": "esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\touch_sensor_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\touch_sensor_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\touch_sensor_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj -c /home/abobkov/esp/esp-idf/components/hal/hal_utils.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/hal_utils.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\twai_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\twai_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\twai_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/efuse_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/efuse_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\dac_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\dac_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\dac_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/esp32c3/efuse_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/esp32c3/efuse_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\rtc_io_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\rtc_io_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\rtc_io_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj -c /home/abobkov/esp/esp-idf/components/hal/wdt_hal_iram.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/wdt_hal_iram.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\sdio_slave_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\sdio_slave_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\sdio_slave_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/mmu_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/mmu_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\micro-ecc\\CMakeFiles\\__idf_micro-ecc.dir\\uECC_verify_antifault.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader\\subproject\\components\\micro-ecc\\uECC_verify_antifault.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader\\subproject\\components\\micro-ecc\\uECC_verify_antifault.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/cache_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/cache_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\mpu_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\mpu_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\mpu_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj -c /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_wrap.c", + "file": "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_wrap.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\efuse_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\efuse_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\efuse_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj -c /home/abobkov/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c", + "output": "esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\efuse_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\esp32\\efuse_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\esp32\\efuse_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\wdt_hal_iram.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\wdt_hal_iram.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\wdt_hal_iram.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\mmu_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\mmu_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\mmu_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\cache_hal_esp32.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\esp32\\cache_hal_esp32.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\esp32\\cache_hal_esp32.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_wrap.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_wrap.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_wrap.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D PROJECT_NAME=\\\"bootloader\\\" -DPROJECT_VER=\\\"v5.1.2\\\" -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_app_format\\CMakeFiles\\__idf_esp_app_format.dir\\esp_app_desc.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_app_format\\esp_app_desc.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_app_format\\esp_app_desc.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_common_loader.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_common_loader.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_common_loader.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/secure_boot.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/secure_boot.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_clock_init.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_clock_init.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_clock_init.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32c3.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32c3.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_mem.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_mem.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_mem.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_random.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_random.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_random.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_random_esp32.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_random_esp32.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_random_esp32.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c3.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c3.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_efuse.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_efuse.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_efuse.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\flash_encrypt.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\flash_encrypt.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\flash_encrypt.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\secure_boot.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\secure_boot.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\secure_boot.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\bootloader_flash.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_init.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_init.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\flash_qio_mode.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\flash_qio_mode.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\flash_qio_mode.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\bootloader_flash_config_esp32.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash_config_esp32.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash_config_esp32.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_console.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_console.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_utility.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_utility.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_utility.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_console_loader.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_console_loader.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\flash_partitions.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\flash_partitions.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\flash_partitions.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_sha.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/esp32c3/bootloader_sha.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/esp32c3/bootloader_sha.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_sha.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\esp_image_format.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\esp_image_format.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\esp_image_format.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_soc.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/esp32c3/bootloader_soc.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/esp32c3/bootloader_soc.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_soc.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_init.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_init.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_init.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_esp32c3.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/esp32c3/bootloader_esp32c3.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/esp32c3/bootloader_esp32c3.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_esp32c3.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_clock_loader.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_clock_loader.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_clock_loader.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_panic.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_panic.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_console.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_console.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_console.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj -c /home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_table.c", + "file": "/home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_table.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_console_loader.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_console_loader.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_console_loader.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj -c /home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_fields.c", + "file": "/home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_fields.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\esp32\\bootloader_sha.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\esp32\\bootloader_sha.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\esp32\\bootloader_sha.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj -c /home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_rtc_calib.c", + "file": "/home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_rtc_calib.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\esp32\\bootloader_soc.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\esp32\\bootloader_soc.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\esp32\\bootloader_soc.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj -c /home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_utility.c", + "file": "/home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_utility.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\esp32\\bootloader_esp32.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\esp32\\bootloader_esp32.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\esp32\\bootloader_esp32.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj -c /home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_api.c", + "file": "/home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_api.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -IC:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_panic.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_panic.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_panic.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj -c /home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", + "file": "/home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32\\esp_efuse_table.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\esp32\\esp_efuse_table.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\esp32\\esp_efuse_table.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj -c /home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", + "file": "/home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32\\esp_efuse_fields.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\esp32\\esp_efuse_fields.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\esp32\\esp_efuse_fields.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj -c /home/abobkov/esp/esp-idf/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c", + "file": "/home/abobkov/esp/esp-idf/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32\\esp_efuse_utility.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\esp32\\esp_efuse_utility.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\esp32\\esp_efuse_utility.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/esp_err.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/esp_err.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_api.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\src\\esp_efuse_api.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\src\\esp_efuse_api.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -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/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/cpu.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/cpu.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_fields.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\src\\esp_efuse_fields.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\src\\esp_efuse_fields.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -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/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/esp_cpu_intr.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/esp_cpu_intr.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_utility.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\src\\esp_efuse_utility.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\src\\esp_efuse_utility.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -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/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\efuse_controller\\keys\\without_key_purposes\\three_key_blocks\\esp_efuse_api_key.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\src\\efuse_controller\\keys\\without_key_purposes\\three_key_blocks\\esp_efuse_api_key.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\src\\efuse_controller\\keys\\without_key_purposes\\three_key_blocks\\esp_efuse_api_key.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -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/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/cpu_region_protect.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/cpu_region_protect.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\esp_err.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\esp_err.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\esp_err.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -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/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk_init.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk_init.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\cpu.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\cpu.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\cpu.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -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/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\esp_memory_utils.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\esp_memory_utils.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\esp_memory_utils.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -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/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_init.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_init.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\cpu_region_protect.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\cpu_region_protect.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\cpu_region_protect.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -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/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_sleep.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_sleep.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_clk.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_clk.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_clk.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -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/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_time.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_time.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_clk_init.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_clk_init.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_clk_init.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -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/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/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/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/esp_security/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/chip_info.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/chip_info.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_init.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_init.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_init.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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/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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj -c /home/abobkov/esp/esp-idf/components/esp_common/src/esp_err_to_name.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_common/src/esp_err_to_name.c", + "output": "esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_sleep.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_sleep.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_sleep.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj -c /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_time.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_time.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_time.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj -c /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\chip_info.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\chip_info.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\chip_info.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj -c /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_common\\CMakeFiles\\__idf_esp_common.dir\\src\\esp_err_to_name.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_common\\src\\esp_err_to_name.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_common\\src\\esp_err_to_name.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj -c /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_crc.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_crc.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_crc.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj -c /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_sys.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_sys.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_sys.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj -c /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_uart.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_uart.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_uart.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj -c /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_spiflash.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_spiflash.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_spiflash.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj -c /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_systimer.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_systimer.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_efuse.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_efuse.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_efuse.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/include/esp_private -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj -c /home/abobkov/esp/esp-idf/components/log/src/noos/log_timestamp.c", + "file": "/home/abobkov/esp/esp-idf/components/log/src/noos/log_timestamp.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_longjmp.S.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_longjmp.S", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_longjmp.S" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/include/esp_private -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj -c /home/abobkov/esp/esp-idf/components/log/src/log_timestamp_common.c", + "file": "/home/abobkov/esp/esp-idf/components/log/src/log_timestamp_common.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\log.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\log\\log.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\log\\log.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/include/esp_private -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj -c /home/abobkov/esp/esp-idf/components/log/src/noos/log_lock.c", + "file": "/home/abobkov/esp/esp-idf/components/log/src/noos/log_lock.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\log_buffers.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\log\\log_buffers.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\log\\log_buffers.c" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\log_noos.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\log\\log_noos.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\log\\log_noos.c" -}, -{ - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Os -freorder-blocks -fmacro-prefix-map=C:/Users/alex/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf\\main\\CMakeFiles\\__idf_main.dir\\bootloader_start.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader\\subproject\\main\\bootloader_start.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader\\subproject\\main\\bootloader_start.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/abobkov/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu17 -Wno-old-style-declaration -o esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c", + "output": "esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj" } ] \ No newline at end of file diff --git a/ESP32-IDF_ePaper/build/bootloader/config.env b/ESP32-IDF_ePaper/build/bootloader/config.env index e52476205..b4a9ac5e6 100644 --- a/ESP32-IDF_ePaper/build/bootloader/config.env +++ b/ESP32-IDF_ePaper/build/bootloader/config.env @@ -1,10 +1,12 @@ { - "COMPONENT_KCONFIGS": "C:/Users/alex/esp/esp-idf/components/efuse/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_common/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_hw_support/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_system/Kconfig;C:/Users/alex/esp/esp-idf/components/freertos/Kconfig;C:/Users/alex/esp/esp-idf/components/hal/Kconfig;C:/Users/alex/esp/esp-idf/components/log/Kconfig;C:/Users/alex/esp/esp-idf/components/newlib/Kconfig;C:/Users/alex/esp/esp-idf/components/soc/Kconfig;C:/Users/alex/esp/esp-idf/components/spi_flash/Kconfig", - "COMPONENT_KCONFIGS_PROJBUILD": "C:/Users/alex/esp/esp-idf/components/bootloader/Kconfig.projbuild;C:/Users/alex/esp/esp-idf/components/esp_app_format/Kconfig.projbuild;C:/Users/alex/esp/esp-idf/components/esp_rom/Kconfig.projbuild;C:/Users/alex/esp/esp-idf/components/esptool_py/Kconfig.projbuild;C:/Users/alex/esp/esp-idf/components/partition_table/Kconfig.projbuild", - "COMPONENT_SDKCONFIG_RENAMES": "C:/Users/alex/esp/esp-idf/components/bootloader/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/esp_hw_support/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/esp_hw_support/sdkconfig.rename.esp32;C:/Users/alex/esp/esp-idf/components/esp_system/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/esp_system/sdkconfig.rename.esp32;C:/Users/alex/esp/esp-idf/components/esptool_py/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/freertos/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/hal/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/newlib/sdkconfig.rename.esp32;C:/Users/alex/esp/esp-idf/components/spi_flash/sdkconfig.rename", - "IDF_TARGET": "esp32", + "COMPONENT_KCONFIGS": "/home/abobkov/esp/esp-idf/components/efuse/Kconfig;/home/abobkov/esp/esp-idf/components/esp_common/Kconfig;/home/abobkov/esp/esp-idf/components/esp_hw_support/Kconfig;/home/abobkov/esp/esp-idf/components/esp_security/Kconfig;/home/abobkov/esp/esp-idf/components/esp_system/Kconfig;/home/abobkov/esp/esp-idf/components/freertos/Kconfig;/home/abobkov/esp/esp-idf/components/hal/Kconfig;/home/abobkov/esp/esp-idf/components/log/Kconfig;/home/abobkov/esp/esp-idf/components/newlib/Kconfig;/home/abobkov/esp/esp-idf/components/soc/Kconfig;/home/abobkov/esp/esp-idf/components/spi_flash/Kconfig", + "COMPONENT_KCONFIGS_PROJBUILD": "/home/abobkov/esp/esp-idf/components/bootloader/Kconfig.projbuild;/home/abobkov/esp/esp-idf/components/esp_app_format/Kconfig.projbuild;/home/abobkov/esp/esp-idf/components/esp_rom/Kconfig.projbuild;/home/abobkov/esp/esp-idf/components/esptool_py/Kconfig.projbuild;/home/abobkov/esp/esp-idf/components/partition_table/Kconfig.projbuild", + "COMPONENT_SDKCONFIG_RENAMES": "/home/abobkov/esp/esp-idf/components/bootloader/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/esp_hw_support/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/esp_hw_support/sdkconfig.rename.esp32c3;/home/abobkov/esp/esp-idf/components/esp_system/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/esp_system/sdkconfig.rename.esp32c3;/home/abobkov/esp/esp-idf/components/esptool_py/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/freertos/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/hal/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/newlib/sdkconfig.rename.esp32c3;/home/abobkov/esp/esp-idf/components/spi_flash/sdkconfig.rename", + "IDF_TARGET": "esp32c3", + "IDF_TOOLCHAIN": "gcc", + "IDF_VERSION": "5.4.0", "IDF_ENV_FPGA": "", - "IDF_PATH": "C:/Users/alex/esp/esp-idf", - "COMPONENT_KCONFIGS_SOURCE_FILE": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/kconfigs.in", - "COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/kconfigs_projbuild.in" + "IDF_PATH": "/home/abobkov/esp/esp-idf", + "COMPONENT_KCONFIGS_SOURCE_FILE": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/kconfigs.in", + "COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/kconfigs_projbuild.in" } diff --git a/ESP32-IDF_ePaper/build/bootloader/config/kconfig_menus.json b/ESP32-IDF_ePaper/build/bootloader/config/kconfig_menus.json index f11aa2534..25b5858e8 100644 --- a/ESP32-IDF_ePaper/build/bootloader/config/kconfig_menus.json +++ b/ESP32-IDF_ePaper/build/bootloader/config/kconfig_menus.json @@ -1,44 +1,4 @@ [ - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_BROWNOUT_RESET_SUPPORTED", - "name": "SOC_BROWNOUT_RESET_SUPPORTED", - "range": null, - "title": null, - "type": "string" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_TWAI_BRP_DIV_SUPPORTED", - "name": "SOC_TWAI_BRP_DIV_SUPPORTED", - "range": null, - "title": null, - "type": "string" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_DPORT_WORKAROUND", - "name": "SOC_DPORT_WORKAROUND", - "range": null, - "title": null, - "type": "string" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_CAPS_ECO_VER_MAX", - "name": "SOC_CAPS_ECO_VER_MAX", - "range": null, - "title": null, - "type": "int" - }, { "children": [], "depends_on": null, @@ -53,8 +13,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_DAC_SUPPORTED", - "name": "SOC_DAC_SUPPORTED", + "id": "SOC_DEDICATED_GPIO_SUPPORTED", + "name": "SOC_DEDICATED_GPIO_SUPPORTED", "range": null, "title": null, "type": "bool" @@ -73,8 +33,18 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_MCPWM_SUPPORTED", - "name": "SOC_MCPWM_SUPPORTED", + "id": "SOC_GDMA_SUPPORTED", + "name": "SOC_GDMA_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AHB_GDMA_SUPPORTED", + "name": "SOC_AHB_GDMA_SUPPORTED", "range": null, "title": null, "type": "bool" @@ -93,8 +63,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SDMMC_HOST_SUPPORTED", - "name": "SOC_SDMMC_HOST_SUPPORTED", + "id": "SOC_TWAI_SUPPORTED", + "name": "SOC_TWAI_SUPPORTED", "range": null, "title": null, "type": "bool" @@ -113,8 +83,48 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_PCNT_SUPPORTED", - "name": "SOC_PCNT_SUPPORTED", + "id": "SOC_ASYNC_MEMCPY_SUPPORTED", + "name": "SOC_ASYNC_MEMCPY_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_USB_SERIAL_JTAG_SUPPORTED", + "name": "SOC_USB_SERIAL_JTAG_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TEMP_SENSOR_SUPPORTED", + "name": "SOC_TEMP_SENSOR_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_XT_WDT_SUPPORTED", + "name": "SOC_XT_WDT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PHY_SUPPORTED", + "name": "SOC_PHY_SUPPORTED", "range": null, "title": null, "type": "bool" @@ -133,8 +143,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SDIO_SLAVE_SUPPORTED", - "name": "SOC_SDIO_SLAVE_SUPPORTED", + "id": "SOC_SUPPORTS_SECURE_DL_MODE", + "name": "SOC_SUPPORTS_SECURE_DL_MODE", "range": null, "title": null, "type": "bool" @@ -143,8 +153,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_TWAI_SUPPORTED", - "name": "SOC_TWAI_SUPPORTED", + "id": "SOC_EFUSE_KEY_PURPOSE_FIELD", + "name": "SOC_EFUSE_KEY_PURPOSE_FIELD", "range": null, "title": null, "type": "bool" @@ -153,8 +163,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_EMAC_SUPPORTED", - "name": "SOC_EMAC_SUPPORTED", + "id": "SOC_EFUSE_HAS_EFUSE_RST_BUG", + "name": "SOC_EFUSE_HAS_EFUSE_RST_BUG", "range": null, "title": null, "type": "bool" @@ -163,18 +173,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_ULP_SUPPORTED", - "name": "SOC_ULP_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_CCOMP_TIMER_SUPPORTED", - "name": "SOC_CCOMP_TIMER_SUPPORTED", + "id": "SOC_EFUSE_SUPPORTED", + "name": "SOC_EFUSE_SUPPORTED", "range": null, "title": null, "type": "bool" @@ -189,16 +189,6 @@ "title": null, "type": "bool" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_RTC_SLOW_MEM_SUPPORTED", - "name": "SOC_RTC_SLOW_MEM_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, { "children": [], "depends_on": null, @@ -269,6 +259,16 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_SUPPORTED", + "name": "SOC_SYSTIMER_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -309,6 +309,26 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_HMAC_SUPPORTED", + "name": "SOC_HMAC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DIG_SIGN_SUPPORTED", + "name": "SOC_DIG_SIGN_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -333,8 +353,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_TOUCH_SENSOR_SUPPORTED", - "name": "SOC_TOUCH_SENSOR_SUPPORTED", + "id": "SOC_MEMPROT_SUPPORTED", + "name": "SOC_MEMPROT_SUPPORTED", "range": null, "title": null, "type": "bool" @@ -353,8 +373,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_ULP_FSM_SUPPORTED", - "name": "SOC_ULP_FSM_SUPPORTED", + "id": "SOC_CLK_TREE_SUPPORTED", + "name": "SOC_CLK_TREE_SUPPORTED", "range": null, "title": null, "type": "bool" @@ -363,18 +383,78 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL", - "name": "SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL", + "id": "SOC_ASSIST_DEBUG_SUPPORTED", + "name": "SOC_ASSIST_DEBUG_SUPPORTED", "range": null, "title": null, - "type": "int" + "type": "bool" }, { "children": [], "depends_on": null, "help": null, - "id": "SOC_XTAL_SUPPORT_26M", - "name": "SOC_XTAL_SUPPORT_26M", + "id": "SOC_WDT_SUPPORTED", + "name": "SOC_WDT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_FLASH_SUPPORTED", + "name": "SOC_SPI_FLASH_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RNG_SUPPORTED", + "name": "SOC_RNG_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LIGHT_SLEEP_SUPPORTED", + "name": "SOC_LIGHT_SLEEP_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DEEP_SLEEP_SUPPORTED", + "name": "SOC_DEEP_SLEEP_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_PERIPH_SHARE_INTERRUPT", + "name": "SOC_LP_PERIPH_SHARE_INTERRUPT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORTED", + "name": "SOC_PM_SUPPORTED", "range": null, "title": null, "type": "bool" @@ -393,8 +473,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_XTAL_SUPPORT_AUTO_DETECT", - "name": "SOC_XTAL_SUPPORT_AUTO_DETECT", + "id": "SOC_AES_SUPPORT_DMA", + "name": "SOC_AES_SUPPORT_DMA", "range": null, "title": null, "type": "bool" @@ -403,8 +483,28 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_ADC_RTC_CTRL_SUPPORTED", - "name": "SOC_ADC_RTC_CTRL_SUPPORTED", + "id": "SOC_AES_GDMA", + "name": "SOC_AES_GDMA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_SUPPORT_AES_128", + "name": "SOC_AES_SUPPORT_AES_128", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_SUPPORT_AES_256", + "name": "SOC_AES_SUPPORT_AES_256", "range": null, "title": null, "type": "bool" @@ -419,6 +519,36 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_ARBITER_SUPPORTED", + "name": "SOC_ADC_ARBITER_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIG_IIR_FILTER_SUPPORTED", + "name": "SOC_ADC_DIG_IIR_FILTER_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_MONITOR_SUPPORTED", + "name": "SOC_ADC_MONITOR_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -519,6 +649,26 @@ "title": null, "type": "int" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_IIR_FILTER_NUM", + "name": "SOC_ADC_DIGI_IIR_FILTER_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_MONITOR_NUM", + "name": "SOC_ADC_DIGI_MONITOR_NUM", + "range": null, + "title": null, + "type": "int" + }, { "children": [], "depends_on": null, @@ -559,6 +709,56 @@ "title": null, "type": "int" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_CALIBRATION_V1_SUPPORTED", + "name": "SOC_ADC_CALIBRATION_V1_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_SELF_HW_CALI_SUPPORTED", + "name": "SOC_ADC_SELF_HW_CALI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_SHARED_POWER", + "name": "SOC_ADC_SHARED_POWER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_APB_BACKUP_DMA", + "name": "SOC_APB_BACKUP_DMA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BROWNOUT_RESET_SUPPORTED", + "name": "SOC_BROWNOUT_RESET_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -573,11 +773,11 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_IDCACHE_PER_CORE", - "name": "SOC_IDCACHE_PER_CORE", + "id": "SOC_CACHE_MEMORY_IBANK_SIZE", + "name": "SOC_CACHE_MEMORY_IBANK_SIZE", "range": null, "title": null, - "type": "bool" + "type": "hex" }, { "children": [], @@ -603,8 +803,18 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_CPU_HAS_FPU", - "name": "SOC_CPU_HAS_FPU", + "id": "SOC_CPU_HAS_FLEXIBLE_INTC", + "name": "SOC_CPU_HAS_FLEXIBLE_INTC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_HAS_CSR_PC", + "name": "SOC_CPU_HAS_CSR_PC", "range": null, "title": null, "type": "bool" @@ -633,8 +843,18 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_CPU_WATCHPOINT_SIZE", - "name": "SOC_CPU_WATCHPOINT_SIZE", + "id": "SOC_CPU_WATCHPOINT_MAX_REGION_SIZE", + "name": "SOC_CPU_WATCHPOINT_MAX_REGION_SIZE", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DS_SIGNATURE_MAX_BIT_LEN", + "name": "SOC_DS_SIGNATURE_MAX_BIT_LEN", "range": null, "title": null, "type": "int" @@ -643,8 +863,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_DAC_CHAN_NUM", - "name": "SOC_DAC_CHAN_NUM", + "id": "SOC_DS_KEY_PARAM_MD_IV_LENGTH", + "name": "SOC_DS_KEY_PARAM_MD_IV_LENGTH", "range": null, "title": null, "type": "int" @@ -653,8 +873,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_DAC_RESOLUTION", - "name": "SOC_DAC_RESOLUTION", + "id": "SOC_DS_KEY_CHECK_MAX_WAIT_US", + "name": "SOC_DS_KEY_CHECK_MAX_WAIT_US", "range": null, "title": null, "type": "int" @@ -663,11 +883,31 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_DAC_DMA_16BIT_ALIGN", - "name": "SOC_DAC_DMA_16BIT_ALIGN", + "id": "SOC_AHB_GDMA_VERSION", + "name": "SOC_AHB_GDMA_VERSION", "range": null, "title": null, - "type": "bool" + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GDMA_NUM_GROUPS_MAX", + "name": "SOC_GDMA_NUM_GROUPS_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GDMA_PAIRS_PER_GROUP_MAX", + "name": "SOC_GDMA_PAIRS_PER_GROUP_MAX", + "range": null, + "title": null, + "type": "int" }, { "children": [], @@ -693,11 +933,81 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_GPIO_VALID_GPIO_MASK", - "name": "SOC_GPIO_VALID_GPIO_MASK", + "id": "SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER", + "name": "SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER", "range": null, "title": null, - "type": "hex" + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_FILTER_CLK_SUPPORT_APB", + "name": "SOC_GPIO_FILTER_CLK_SUPPORT_APB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_SUPPORT_FORCE_HOLD", + "name": "SOC_GPIO_SUPPORT_FORCE_HOLD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP", + "name": "SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_IN_RANGE_MAX", + "name": "SOC_GPIO_IN_RANGE_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_OUT_RANGE_MAX", + "name": "SOC_GPIO_OUT_RANGE_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK", + "name": "SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT", + "name": "SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT", + "range": null, + "title": null, + "type": "int" }, { "children": [], @@ -709,6 +1019,66 @@ "title": null, "type": "hex" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX", + "name": "SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_CLOCKOUT_CHANNEL_NUM", + "name": "SOC_GPIO_CLOCKOUT_CHANNEL_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP", + "name": "SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DEDIC_GPIO_OUT_CHANNELS_NUM", + "name": "SOC_DEDIC_GPIO_OUT_CHANNELS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DEDIC_GPIO_IN_CHANNELS_NUM", + "name": "SOC_DEDIC_GPIO_IN_CHANNELS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DEDIC_PERIPH_ALWAYS_ENABLE", + "name": "SOC_DEDIC_PERIPH_ALWAYS_ENABLE", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -719,6 +1089,16 @@ "title": null, "type": "int" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_HP_I2C_NUM", + "name": "SOC_HP_I2C_NUM", + "range": null, + "title": null, + "type": "int" + }, { "children": [], "depends_on": null, @@ -753,8 +1133,68 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_I2C_SUPPORT_APB", - "name": "SOC_I2C_SUPPORT_APB", + "id": "SOC_I2C_SUPPORT_HW_CLR_BUS", + "name": "SOC_I2C_SUPPORT_HW_CLR_BUS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_XTAL", + "name": "SOC_I2C_SUPPORT_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_RTC", + "name": "SOC_I2C_SUPPORT_RTC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_10BIT_ADDR", + "name": "SOC_I2C_SUPPORT_10BIT_ADDR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SLAVE_SUPPORT_BROADCAST", + "name": "SOC_I2C_SLAVE_SUPPORT_BROADCAST", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE", + "name": "SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS", + "name": "SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS", "range": null, "title": null, "type": "bool" @@ -773,8 +1213,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_I2S_HW_VERSION_1", - "name": "SOC_I2S_HW_VERSION_1", + "id": "SOC_I2S_HW_VERSION_2", + "name": "SOC_I2S_HW_VERSION_2", "range": null, "title": null, "type": "bool" @@ -783,8 +1223,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_I2S_SUPPORTS_APLL", - "name": "SOC_I2S_SUPPORTS_APLL", + "id": "SOC_I2S_SUPPORTS_XTAL", + "name": "SOC_I2S_SUPPORTS_XTAL", "range": null, "title": null, "type": "bool" @@ -799,6 +1239,16 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_PCM", + "name": "SOC_I2S_SUPPORTS_PCM", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -833,118 +1283,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_I2S_SUPPORTS_PDM_RX", - "name": "SOC_I2S_SUPPORTS_PDM_RX", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2S_PDM_MAX_RX_LINES", - "name": "SOC_I2S_PDM_MAX_RX_LINES", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2S_SUPPORTS_ADC_DAC", - "name": "SOC_I2S_SUPPORTS_ADC_DAC", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2S_SUPPORTS_ADC", - "name": "SOC_I2S_SUPPORTS_ADC", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2S_SUPPORTS_DAC", - "name": "SOC_I2S_SUPPORTS_DAC", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2S_SUPPORTS_LCD_CAMERA", - "name": "SOC_I2S_SUPPORTS_LCD_CAMERA", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2S_TRANS_SIZE_ALIGN_WORD", - "name": "SOC_I2S_TRANS_SIZE_ALIGN_WORD", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2S_LCD_I80_VARIANT", - "name": "SOC_I2S_LCD_I80_VARIANT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_LCD_I80_SUPPORTED", - "name": "SOC_LCD_I80_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_LCD_I80_BUSES", - "name": "SOC_LCD_I80_BUSES", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_LCD_I80_BUS_WIDTH", - "name": "SOC_LCD_I80_BUS_WIDTH", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_LEDC_HAS_TIMER_SPECIFIC_MUX", - "name": "SOC_LEDC_HAS_TIMER_SPECIFIC_MUX", + "id": "SOC_I2S_SUPPORTS_TDM", + "name": "SOC_I2S_SUPPORTS_TDM", "range": null, "title": null, "type": "bool" @@ -963,8 +1303,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_LEDC_SUPPORT_REF_TICK", - "name": "SOC_LEDC_SUPPORT_REF_TICK", + "id": "SOC_LEDC_SUPPORT_XTAL_CLOCK", + "name": "SOC_LEDC_SUPPORT_XTAL_CLOCK", "range": null, "title": null, "type": "bool" @@ -973,11 +1313,11 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_LEDC_SUPPORT_HS_MODE", - "name": "SOC_LEDC_SUPPORT_HS_MODE", + "id": "SOC_LEDC_TIMER_NUM", + "name": "SOC_LEDC_TIMER_NUM", "range": null, "title": null, - "type": "bool" + "type": "int" }, { "children": [], @@ -1003,78 +1343,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_MCPWM_GROUPS", - "name": "SOC_MCPWM_GROUPS", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MCPWM_TIMERS_PER_GROUP", - "name": "SOC_MCPWM_TIMERS_PER_GROUP", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MCPWM_OPERATORS_PER_GROUP", - "name": "SOC_MCPWM_OPERATORS_PER_GROUP", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MCPWM_COMPARATORS_PER_OPERATOR", - "name": "SOC_MCPWM_COMPARATORS_PER_OPERATOR", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MCPWM_GENERATORS_PER_OPERATOR", - "name": "SOC_MCPWM_GENERATORS_PER_OPERATOR", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MCPWM_TRIGGERS_PER_OPERATOR", - "name": "SOC_MCPWM_TRIGGERS_PER_OPERATOR", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MCPWM_GPIO_FAULTS_PER_GROUP", - "name": "SOC_MCPWM_GPIO_FAULTS_PER_GROUP", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP", - "name": "SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP", + "id": "SOC_LEDC_SUPPORT_FADE_STOP", + "name": "SOC_LEDC_SUPPORT_FADE_STOP", "range": null, "title": null, "type": "bool" @@ -1083,18 +1353,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER", - "name": "SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP", - "name": "SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP", + "id": "SOC_MMU_LINEAR_ADDRESS_REGION_NUM", + "name": "SOC_MMU_LINEAR_ADDRESS_REGION_NUM", "range": null, "title": null, "type": "int" @@ -1109,16 +1369,6 @@ "title": null, "type": "int" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MMU_LINEAR_ADDRESS_REGION_NUM", - "name": "SOC_MMU_LINEAR_ADDRESS_REGION_NUM", - "range": null, - "title": null, - "type": "int" - }, { "children": [], "depends_on": null, @@ -1169,46 +1419,6 @@ "title": null, "type": "bool" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PCNT_GROUPS", - "name": "SOC_PCNT_GROUPS", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PCNT_UNITS_PER_GROUP", - "name": "SOC_PCNT_UNITS_PER_GROUP", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PCNT_CHANNELS_PER_UNIT", - "name": "SOC_PCNT_CHANNELS_PER_UNIT", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PCNT_THRES_POINT_PER_UNIT", - "name": "SOC_PCNT_THRES_POINT_PER_UNIT", - "range": null, - "title": null, - "type": "int" - }, { "children": [], "depends_on": null, @@ -1263,8 +1473,68 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_RMT_SUPPORT_REF_TICK", - "name": "SOC_RMT_SUPPORT_REF_TICK", + "id": "SOC_RMT_SUPPORT_RX_PINGPONG", + "name": "SOC_RMT_SUPPORT_RX_PINGPONG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_RX_DEMODULATION", + "name": "SOC_RMT_SUPPORT_RX_DEMODULATION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_TX_ASYNC_STOP", + "name": "SOC_RMT_SUPPORT_TX_ASYNC_STOP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_TX_LOOP_COUNT", + "name": "SOC_RMT_SUPPORT_TX_LOOP_COUNT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_TX_SYNCHRO", + "name": "SOC_RMT_SUPPORT_TX_SYNCHRO", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY", + "name": "SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_XTAL", + "name": "SOC_RMT_SUPPORT_XTAL", "range": null, "title": null, "type": "bool" @@ -1283,8 +1553,48 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_RMT_CHANNEL_CLK_INDEPENDENT", - "name": "SOC_RMT_CHANNEL_CLK_INDEPENDENT", + "id": "SOC_RMT_SUPPORT_RC_FAST", + "name": "SOC_RMT_SUPPORT_RC_FAST", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH", + "name": "SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM", + "name": "SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SLEEP_SYSTIMER_STALL_WORKAROUND", + "name": "SOC_SLEEP_SYSTIMER_STALL_WORKAROUND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SLEEP_TGWDT_STOP_WORKAROUND", + "name": "SOC_SLEEP_TGWDT_STOP_WORKAROUND", "range": null, "title": null, "type": "bool" @@ -1303,8 +1613,48 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_RTCIO_INPUT_OUTPUT_SUPPORTED", - "name": "SOC_RTCIO_INPUT_OUTPUT_SUPPORTED", + "id": "SOC_MPI_MEM_BLOCKS_NUM", + "name": "SOC_MPI_MEM_BLOCKS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPI_OPERATIONS_NUM", + "name": "SOC_MPI_OPERATIONS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RSA_MAX_BIT_LEN", + "name": "SOC_RSA_MAX_BIT_LEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_DMA_MAX_BUFFER_SIZE", + "name": "SOC_SHA_DMA_MAX_BUFFER_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_DMA", + "name": "SOC_SHA_SUPPORT_DMA", "range": null, "title": null, "type": "bool" @@ -1313,8 +1663,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_RTCIO_HOLD_SUPPORTED", - "name": "SOC_RTCIO_HOLD_SUPPORTED", + "id": "SOC_SHA_SUPPORT_RESUME", + "name": "SOC_SHA_SUPPORT_RESUME", "range": null, "title": null, "type": "bool" @@ -1323,8 +1673,38 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_RTCIO_WAKE_SUPPORTED", - "name": "SOC_RTCIO_WAKE_SUPPORTED", + "id": "SOC_SHA_GDMA", + "name": "SOC_SHA_GDMA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_SHA1", + "name": "SOC_SHA_SUPPORT_SHA1", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_SHA224", + "name": "SOC_SHA_SUPPORT_SHA224", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_SHA256", + "name": "SOC_SHA_SUPPORT_SHA256", "range": null, "title": null, "type": "bool" @@ -1359,26 +1739,6 @@ "title": null, "type": "bool" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_HD_BOTH_INOUT_SUPPORTED", - "name": "SOC_SPI_HD_BOTH_INOUT_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_AS_CS_SUPPORTED", - "name": "SOC_SPI_AS_CS_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, { "children": [], "depends_on": null, @@ -1389,16 +1749,6 @@ "title": null, "type": "int" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_DMA_CHAN_NUM", - "name": "SOC_SPI_DMA_CHAN_NUM", - "range": null, - "title": null, - "type": "int" - }, { "children": [], "depends_on": null, @@ -1409,16 +1759,6 @@ "title": null, "type": "int" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_SUPPORT_CLK_APB", - "name": "SOC_SPI_SUPPORT_CLK_APB", - "range": null, - "title": null, - "type": "bool" - }, { "children": [], "depends_on": null, @@ -1429,6 +1769,136 @@ "title": null, "type": "int" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_DDRCLK", + "name": "SOC_SPI_SUPPORT_DDRCLK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SLAVE_SUPPORT_SEG_TRANS", + "name": "SOC_SPI_SLAVE_SUPPORT_SEG_TRANS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_CD_SIG", + "name": "SOC_SPI_SUPPORT_CD_SIG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_CONTINUOUS_TRANS", + "name": "SOC_SPI_SUPPORT_CONTINUOUS_TRANS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_SLAVE_HD_VER2", + "name": "SOC_SPI_SUPPORT_SLAVE_HD_VER2", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_CLK_APB", + "name": "SOC_SPI_SUPPORT_CLK_APB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_CLK_XTAL", + "name": "SOC_SPI_SUPPORT_CLK_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT", + "name": "SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SCT_SUPPORTED", + "name": "SOC_SPI_SCT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SCT_REG_NUM", + "name": "SOC_SPI_SCT_REG_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SCT_BUFFER_NUM_MAX", + "name": "SOC_SPI_SCT_BUFFER_NUM_MAX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SCT_CONF_BITLEN_MAX", + "name": "SOC_SPI_SCT_CONF_BITLEN_MAX", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMSPI_IS_INDEPENDENT", + "name": "SOC_MEMSPI_IS_INDEPENDENT", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -1439,6 +1909,86 @@ "title": null, "type": "int" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE", + "name": "SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND", + "name": "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_AUTO_RESUME", + "name": "SOC_SPI_MEM_SUPPORT_AUTO_RESUME", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_IDLE_INTR", + "name": "SOC_SPI_MEM_SUPPORT_IDLE_INTR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_SW_SUSPEND", + "name": "SOC_SPI_MEM_SUPPORT_SW_SUSPEND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_CHECK_SUS", + "name": "SOC_SPI_MEM_SUPPORT_CHECK_SUS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE", + "name": "SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_WRAP", + "name": "SOC_SPI_MEM_SUPPORT_WRAP", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -1479,6 +2029,76 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_COUNTER_NUM", + "name": "SOC_SYSTIMER_COUNTER_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_ALARM_NUM", + "name": "SOC_SYSTIMER_ALARM_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_BIT_WIDTH_LO", + "name": "SOC_SYSTIMER_BIT_WIDTH_LO", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_BIT_WIDTH_HI", + "name": "SOC_SYSTIMER_BIT_WIDTH_HI", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_FIXED_DIVIDER", + "name": "SOC_SYSTIMER_FIXED_DIVIDER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_INT_LEVEL", + "name": "SOC_SYSTIMER_INT_LEVEL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_ALARM_MISS_COMPENSATE", + "name": "SOC_SYSTIMER_ALARM_MISS_COMPENSATE", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -1513,11 +2133,11 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_TIMER_GROUP_TOTAL_TIMERS", - "name": "SOC_TIMER_GROUP_TOTAL_TIMERS", + "id": "SOC_TIMER_GROUP_SUPPORT_XTAL", + "name": "SOC_TIMER_GROUP_SUPPORT_XTAL", "range": null, "title": null, - "type": "int" + "type": "bool" }, { "children": [], @@ -1533,18 +2153,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_TOUCH_VERSION_1", - "name": "SOC_TOUCH_VERSION_1", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_TOUCH_SENSOR_NUM", - "name": "SOC_TOUCH_SENSOR_NUM", + "id": "SOC_TIMER_GROUP_TOTAL_TIMERS", + "name": "SOC_TIMER_GROUP_TOTAL_TIMERS", "range": null, "title": null, "type": "int" @@ -1553,18 +2163,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_TOUCH_PAD_MEASURE_WAIT_MAX", - "name": "SOC_TOUCH_PAD_MEASURE_WAIT_MAX", - "range": null, - "title": null, - "type": "hex" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_TOUCH_PAD_THRESHOLD_MAX", - "name": "SOC_TOUCH_PAD_THRESHOLD_MAX", + "id": "SOC_MWDT_SUPPORT_XTAL", + "name": "SOC_MWDT_SUPPORT_XTAL", "range": null, "title": null, "type": "bool" @@ -1579,16 +2179,6 @@ "title": null, "type": "int" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_TWAI_BRP_MIN", - "name": "SOC_TWAI_BRP_MIN", - "range": null, - "title": null, - "type": "int" - }, { "children": [], "depends_on": null, @@ -1603,12 +2193,192 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT", - "name": "SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT", + "id": "SOC_TWAI_BRP_MIN", + "name": "SOC_TWAI_BRP_MIN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_BRP_MAX", + "name": "SOC_TWAI_BRP_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_SUPPORTS_RX_STATUS", + "name": "SOC_TWAI_SUPPORTS_RX_STATUS", "range": null, "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_DIS_DOWNLOAD_ICACHE", + "name": "SOC_EFUSE_DIS_DOWNLOAD_ICACHE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_DIS_PAD_JTAG", + "name": "SOC_EFUSE_DIS_PAD_JTAG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_DIS_USB_JTAG", + "name": "SOC_EFUSE_DIS_USB_JTAG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_DIS_DIRECT_BOOT", + "name": "SOC_EFUSE_DIS_DIRECT_BOOT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_SOFT_DIS_JTAG", + "name": "SOC_EFUSE_SOFT_DIS_JTAG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_DIS_ICACHE", + "name": "SOC_EFUSE_DIS_ICACHE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK", + "name": "SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SECURE_BOOT_V2_RSA", + "name": "SOC_SECURE_BOOT_V2_RSA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS", + "name": "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS", + "name": "SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY", + "name": "SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX", + "name": "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_FLASH_ENCRYPTION_XTS_AES", + "name": "SOC_FLASH_ENCRYPTION_XTS_AES", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_FLASH_ENCRYPTION_XTS_AES_128", + "name": "SOC_FLASH_ENCRYPTION_XTS_AES_128", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE", + "name": "SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMPROT_MEM_ALIGN_SIZE", + "name": "SOC_MEMPROT_MEM_ALIGN_SIZE", + "range": null, + "title": null, + "type": "int" + }, { "children": [], "depends_on": null, @@ -1623,21 +2393,11 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_UART_SUPPORT_APB_CLK", - "name": "SOC_UART_SUPPORT_APB_CLK", + "id": "SOC_UART_HP_NUM", + "name": "SOC_UART_HP_NUM", "range": null, "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_UART_SUPPORT_REF_TICK", - "name": "SOC_UART_SUPPORT_REF_TICK", - "range": null, - "title": null, - "type": "bool" + "type": "int" }, { "children": [], @@ -1663,8 +2423,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SPIRAM_SUPPORTED", - "name": "SOC_SPIRAM_SUPPORTED", + "id": "SOC_UART_SUPPORT_APB_CLK", + "name": "SOC_UART_SUPPORT_APB_CLK", "range": null, "title": null, "type": "bool" @@ -1673,8 +2433,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE", - "name": "SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE", + "id": "SOC_UART_SUPPORT_RTC_CLK", + "name": "SOC_UART_SUPPORT_RTC_CLK", "range": null, "title": null, "type": "bool" @@ -1683,8 +2443,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SHA_SUPPORT_PARALLEL_ENG", - "name": "SOC_SHA_SUPPORT_PARALLEL_ENG", + "id": "SOC_UART_SUPPORT_XTAL_CLK", + "name": "SOC_UART_SUPPORT_XTAL_CLK", "range": null, "title": null, "type": "bool" @@ -1693,8 +2453,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SHA_SUPPORT_SHA1", - "name": "SOC_SHA_SUPPORT_SHA1", + "id": "SOC_UART_SUPPORT_WAKEUP_INT", + "name": "SOC_UART_SUPPORT_WAKEUP_INT", "range": null, "title": null, "type": "bool" @@ -1703,8 +2463,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SHA_SUPPORT_SHA256", - "name": "SOC_SHA_SUPPORT_SHA256", + "id": "SOC_UART_SUPPORT_FSM_TX_WAIT_SEND", + "name": "SOC_UART_SUPPORT_FSM_TX_WAIT_SEND", "range": null, "title": null, "type": "bool" @@ -1713,8 +2473,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SHA_SUPPORT_SHA384", - "name": "SOC_SHA_SUPPORT_SHA384", + "id": "SOC_COEX_HW_PTI", + "name": "SOC_COEX_HW_PTI", "range": null, "title": null, "type": "bool" @@ -1723,8 +2483,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SHA_SUPPORT_SHA512", - "name": "SOC_SHA_SUPPORT_SHA512", + "id": "SOC_EXTERNAL_COEX_ADVANCE", + "name": "SOC_EXTERNAL_COEX_ADVANCE", "range": null, "title": null, "type": "bool" @@ -1733,72 +2493,12 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_RSA_MAX_BIT_LEN", - "name": "SOC_RSA_MAX_BIT_LEN", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_AES_SUPPORT_AES_128", - "name": "SOC_AES_SUPPORT_AES_128", + "id": "SOC_EXTERNAL_COEX_LEADER_TX_LINE", + "name": "SOC_EXTERNAL_COEX_LEADER_TX_LINE", "range": null, "title": null, "type": "bool" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_AES_SUPPORT_AES_192", - "name": "SOC_AES_SUPPORT_AES_192", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_AES_SUPPORT_AES_256", - "name": "SOC_AES_SUPPORT_AES_256", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SECURE_BOOT_V1", - "name": "SOC_SECURE_BOOT_V1", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS", - "name": "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX", - "name": "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX", - "range": null, - "title": null, - "type": "int" - }, { "children": [], "depends_on": null, @@ -1813,8 +2513,28 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_PM_SUPPORT_EXT0_WAKEUP", - "name": "SOC_PM_SUPPORT_EXT0_WAKEUP", + "id": "SOC_MAC_BB_PD_MEM_SIZE", + "name": "SOC_MAC_BB_PD_MEM_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH", + "name": "SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_WIFI_WAKEUP", + "name": "SOC_PM_SUPPORT_WIFI_WAKEUP", "range": null, "title": null, "type": "bool" @@ -1823,8 +2543,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_PM_SUPPORT_EXT1_WAKEUP", - "name": "SOC_PM_SUPPORT_EXT1_WAKEUP", + "id": "SOC_PM_SUPPORT_BT_WAKEUP", + "name": "SOC_PM_SUPPORT_BT_WAKEUP", "range": null, "title": null, "type": "bool" @@ -1833,8 +2553,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_PM_SUPPORT_EXT_WAKEUP", - "name": "SOC_PM_SUPPORT_EXT_WAKEUP", + "id": "SOC_PM_SUPPORT_CPU_PD", + "name": "SOC_PM_SUPPORT_CPU_PD", "range": null, "title": null, "type": "bool" @@ -1843,8 +2563,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP", - "name": "SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP", + "id": "SOC_PM_SUPPORT_WIFI_PD", + "name": "SOC_PM_SUPPORT_WIFI_PD", "range": null, "title": null, "type": "bool" @@ -1853,28 +2573,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_PM_SUPPORT_RTC_PERIPH_PD", - "name": "SOC_PM_SUPPORT_RTC_PERIPH_PD", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_SUPPORT_RTC_FAST_MEM_PD", - "name": "SOC_PM_SUPPORT_RTC_FAST_MEM_PD", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_SUPPORT_RTC_SLOW_MEM_PD", - "name": "SOC_PM_SUPPORT_RTC_SLOW_MEM_PD", + "id": "SOC_PM_SUPPORT_BT_PD", + "name": "SOC_PM_SUPPORT_BT_PD", "range": null, "title": null, "type": "bool" @@ -1903,8 +2603,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_PM_SUPPORT_MODEM_PD", - "name": "SOC_PM_SUPPORT_MODEM_PD", + "id": "SOC_PM_SUPPORT_MAC_BB_PD", + "name": "SOC_PM_SUPPORT_MAC_BB_PD", "range": null, "title": null, "type": "bool" @@ -1913,8 +2613,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_CONFIGURABLE_VDDSDIO_SUPPORTED", - "name": "SOC_CONFIGURABLE_VDDSDIO_SUPPORTED", + "id": "SOC_PM_CPU_RETENTION_BY_RTCCNTL", + "name": "SOC_PM_CPU_RETENTION_BY_RTCCNTL", "range": null, "title": null, "type": "bool" @@ -1923,8 +2623,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_CLK_APLL_SUPPORTED", - "name": "SOC_CLK_APLL_SUPPORTED", + "id": "SOC_PM_MODEM_RETENTION_BY_BACKUPDMA", + "name": "SOC_PM_MODEM_RETENTION_BY_BACKUPDMA", "range": null, "title": null, "type": "bool" @@ -1933,41 +2633,11 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_APLL_MULTIPLIER_OUT_MIN_HZ", - "name": "SOC_APLL_MULTIPLIER_OUT_MIN_HZ", + "id": "SOC_PM_MODEM_PD_BY_SW", + "name": "SOC_PM_MODEM_PD_BY_SW", "range": null, "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_APLL_MULTIPLIER_OUT_MAX_HZ", - "name": "SOC_APLL_MULTIPLIER_OUT_MAX_HZ", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_APLL_MIN_HZ", - "name": "SOC_APLL_MIN_HZ", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_APLL_MAX_HZ", - "name": "SOC_APLL_MAX_HZ", - "range": null, - "title": null, - "type": "int" + "type": "bool" }, { "children": [], @@ -2013,8 +2683,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SDMMC_USE_IOMUX", - "name": "SOC_SDMMC_USE_IOMUX", + "id": "SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC", + "name": "SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC", "range": null, "title": null, "type": "bool" @@ -2023,11 +2693,41 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SDMMC_NUM_SLOTS", - "name": "SOC_SDMMC_NUM_SLOTS", + "id": "SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL", + "name": "SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL", "range": null, "title": null, - "type": "int" + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_HW_TSF", + "name": "SOC_WIFI_HW_TSF", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_FTM_SUPPORT", + "name": "SOC_WIFI_FTM_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_GCMP_SUPPORT", + "name": "SOC_WIFI_GCMP_SUPPORT", + "range": null, + "title": null, + "type": "bool" }, { "children": [], @@ -2073,8 +2773,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_WIFI_NAN_SUPPORT", - "name": "SOC_WIFI_NAN_SUPPORT", + "id": "SOC_WIFI_PHY_NEEDS_USB_WORKAROUND", + "name": "SOC_WIFI_PHY_NEEDS_USB_WORKAROUND", "range": null, "title": null, "type": "bool" @@ -2103,8 +2803,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_BT_CLASSIC_SUPPORTED", - "name": "SOC_BT_CLASSIC_SUPPORTED", + "id": "SOC_BLE_50_SUPPORTED", + "name": "SOC_BLE_50_SUPPORTED", "range": null, "title": null, "type": "bool" @@ -2129,16 +2829,6 @@ "title": null, "type": "bool" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_ULP_HAS_ADC", - "name": "SOC_ULP_HAS_ADC", - "range": null, - "title": null, - "type": "bool" - }, { "children": [], "depends_on": null, @@ -2162,13 +2852,23 @@ { "children": [], "depends_on": null, - "help": null, + "help": "- This option is for internal use only.\n- Enabling this option will help enable all FPGA support so as to\n run ESP-IDF on an FPGA. This can help reproduce some issues that\n only happens on FPGA condition, or when you have to burn some\n efuses multiple times.", "id": "IDF_ENV_FPGA", "name": "IDF_ENV_FPGA", "range": null, "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": "- This option is ONLY used when doing new chip bringup.\n- This option will only enable necessary hw / sw settings for running\n a hello_world application.", + "id": "IDF_ENV_BRINGUP", + "name": "IDF_ENV_BRINGUP", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -2179,6 +2879,46 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_DOC_BUILD", + "name": "IDF_DOC_BUILD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TOOLCHAIN", + "name": "IDF_TOOLCHAIN", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TOOLCHAIN_CLANG", + "name": "IDF_TOOLCHAIN_CLANG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TOOLCHAIN_GCC", + "name": "IDF_TOOLCHAIN_GCC", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -2223,11 +2963,11 @@ "children": [], "depends_on": null, "help": null, - "id": "IDF_TARGET_LINUX", - "name": "IDF_TARGET_LINUX", + "id": "IDF_INIT_VERSION", + "name": "IDF_INIT_VERSION", "range": null, "title": null, - "type": "bool" + "type": "string" }, { "children": [], @@ -2289,6 +3029,26 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32C5", + "name": "IDF_TARGET_ESP32C5", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32P4", + "name": "IDF_TARGET_ESP32P4", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -2299,6 +3059,16 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32C61", + "name": "IDF_TARGET_ESP32C61", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -2449,6 +3219,37 @@ }, { "children": [ + { + "children": [ + { + "children": [], + "depends_on": "!APP_REPRODUCIBLE_BUILD", + "help": "If set, then the bootloader will be built with the current time/date stamp.\nIt is stored in the bootloader description\nstructure. If not set, time/date stamp will be excluded from bootloader image.\nThis can be useful for getting the\nsame binary image files made from the same source, but at different times.", + "id": "BOOTLOADER_COMPILE_TIME_DATE", + "name": "BOOTLOADER_COMPILE_TIME_DATE", + "range": null, + "title": "Use time/date stamp for bootloader", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Project version. It is placed in \"version\" field of the esp_bootloader_desc structure.\nThe type of this field is \"uint32_t\".", + "id": "BOOTLOADER_PROJECT_VER", + "name": "BOOTLOADER_PROJECT_VER", + "range": [ + 0, + 4294967295 + ], + "title": "Project version", + "type": "int" + } + ], + "depends_on": null, + "id": "bootloader-config-bootloader-manager", + "title": "Bootloader manager", + "type": "menu" + }, { "children": [], "depends_on": null, @@ -2468,7 +3269,7 @@ "id": "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE", "name": "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE", "range": null, - "title": "Size (-Os)", + "title": "Size (-Os with GCC, -Oz with Clang)", "type": "bool" }, { @@ -2493,17 +3294,17 @@ }, { "children": [], - "depends_on": "", + "depends_on": "(IDF_TARGET_ARCH_XTENSA || IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32C2) && ", "help": null, "id": "BOOTLOADER_COMPILER_OPTIMIZATION_NONE", "name": "BOOTLOADER_COMPILER_OPTIMIZATION_NONE", "range": null, - "title": "Debug without optimization (-O0)", + "title": "Debug without optimization (-O0) (Deprecated, will be removed in IDF v6.0)", "type": "bool" } ], "depends_on": null, - "help": "This option sets compiler optimization level (gcc -O argument)\nfor the bootloader.\n\n- The default \"Size\" setting will add the -0s flag to CFLAGS.\n- The \"Debug\" setting will add the -Og flag to CFLAGS.\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n- The \"None\" setting will add the -O0 flag to CFLAGS.\n\nNote that custom optimization levels may be unsupported.", + "help": "This option sets compiler optimization level (gcc -O argument)\nfor the bootloader.\n\n- The default \"Size\" setting will add the -Os (-Oz with clang) flag to CFLAGS.\n- The \"Debug\" setting will add the -Og flag to CFLAGS.\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n\nNote that custom optimization levels may be unsupported.", "id": "bootloader-config-bootloader-optimization-level", "name": "BOOTLOADER_COMPILER_OPTIMIZATION", "title": "Bootloader optimization Level", @@ -2511,103 +3312,237 @@ }, { "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_NONE", + "name": "BOOTLOADER_LOG_LEVEL_NONE", + "range": null, + "title": "No output", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_ERROR", + "name": "BOOTLOADER_LOG_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_WARN", + "name": "BOOTLOADER_LOG_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_INFO", + "name": "BOOTLOADER_LOG_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_DEBUG", + "name": "BOOTLOADER_LOG_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_VERBOSE", + "name": "BOOTLOADER_LOG_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": null, + "help": "Specify how much output to see in bootloader logs.", + "id": "bootloader-config-log-bootloader-log-verbosity", + "name": "BOOTLOADER_LOG_LEVEL", + "title": "Bootloader log verbosity", + "type": "choice" + }, { "children": [], - "depends_on": "", + "depends_on": null, "help": null, - "id": "BOOTLOADER_LOG_LEVEL_NONE", - "name": "BOOTLOADER_LOG_LEVEL_NONE", + "id": "BOOTLOADER_LOG_LEVEL", + "name": "BOOTLOADER_LOG_LEVEL", "range": null, - "title": "No output", + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Use ANSI terminal colors in log output\nEnable ANSI terminal color codes.\nIn order to view these, your terminal program must support ANSI color codes.", + "id": "BOOTLOADER_LOG_COLORS", + "name": "BOOTLOADER_LOG_COLORS", + "range": null, + "title": "Color", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "NO_SYMBOL && ", + "help": null, + "id": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_NONE", + "name": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS", + "name": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS", + "range": null, + "title": "Milliseconds Since Boot", + "type": "bool" + } + ], + "depends_on": null, + "help": "Choose what sort of timestamp is displayed in the log output:\n\n- \"None\" - The log will only contain the actual log messages themselves\n without any time-related information. Avoiding timestamps can help conserve\n processing power and memory. It might useful when you\n perform log analysis or debugging, sometimes it's more straightforward\n to work with logs that lack timestamps, especially if the time of occurrence\n is not critical for understanding the issues.\n \"I log_test: info message\"\n\n- \"Milliseconds since boot\" is calculated from the RTOS tick count multiplied\n by the tick period. This time will reset after a software reboot.\n \"I (112500) log_test: info message\"", + "id": "bootloader-config-log-format-timestamp", + "name": "BOOTLOADER_LOG_TIMESTAMP_SOURCE", + "title": "Timestamp", + "type": "choice" + } + ], + "depends_on": null, + "id": "bootloader-config-log-format", + "title": "Format", + "type": "menu" + } + ], + "depends_on": null, + "id": "bootloader-config-log", + "title": "Log", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && (ESPTOOLPY_FLASHMODE_QIO || ESPTOOLPY_FLASHMODE_QOUT)", + "help": "This setting is only used if the SPI flash pins have been overridden by setting the eFuses\nSPI_PAD_CONFIG_xxx, and the SPI flash mode is QIO or QOUT.\n\nWhen this is the case, the eFuse config only defines 3 of the 4 Quad I/O data pins. The WP pin (aka\nESP32 pin \"SD_DATA_3\" or SPI flash pin \"IO2\") is not specified in eFuse. The same pin is also used\nfor external SPIRAM if it is enabled.\n\nIf this config item is set to N (default), the correct WP pin will be automatically used for any\nEspressif chip or module with integrated flash. If a custom setting is needed, set this config item to\nY and specify the GPIO number connected to the WP.", + "id": "BOOTLOADER_SPI_CUSTOM_WP_PIN", + "name": "BOOTLOADER_SPI_CUSTOM_WP_PIN", + "range": null, + "title": "Use custom SPI Flash WP Pin when flash pins set in eFuse (read help)", "type": "bool" }, { "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_ERROR", - "name": "BOOTLOADER_LOG_LEVEL_ERROR", + "depends_on": "IDF_TARGET_ESP32 && (ESPTOOLPY_FLASHMODE_QIO || ESPTOOLPY_FLASHMODE_QOUT)", + "help": "The option \"Use custom SPI Flash WP Pin\" must be set or this value is ignored\n\nIf burning a customized set of SPI flash pins in eFuse and using QIO or QOUT mode for flash, set this\nvalue to the GPIO number of the SPI flash WP pin.", + "id": "BOOTLOADER_SPI_WP_PIN", + "name": "BOOTLOADER_SPI_WP_PIN", "range": null, - "title": "Error", + "title": "Custom SPI Flash WP Pin", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "This will force 2nd bootloader to be loaded by DOUT mode, and will restore Dummy Cycle setting by\nresetting the Flash", + "id": "BOOTLOADER_FLASH_DC_AWARE", + "name": "BOOTLOADER_FLASH_DC_AWARE", + "range": null, + "title": "Allow app adjust Dummy Cycle bits in SPI Flash for higher frequency (READ HELP FIRST)", "type": "bool" }, { "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_WARN", - "name": "BOOTLOADER_LOG_LEVEL_WARN", + "depends_on": null, + "help": "Perform the startup flow recommended by XMC. Please consult XMC for the details of this flow.\nXMC chips will be forbidden to be used, when this option is disabled.\n\nDON'T DISABLE THIS UNLESS YOU KNOW WHAT YOU ARE DOING.\n\ncomment \"Features below require specific hardware (READ DOCS FIRST!)\"", + "id": "BOOTLOADER_FLASH_XMC_SUPPORT", + "name": "BOOTLOADER_FLASH_XMC_SUPPORT", "range": null, - "title": "Warning", + "title": "Enable the support for flash chips of XMC (READ DOCS FIRST)", "type": "bool" }, { "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_INFO", - "name": "BOOTLOADER_LOG_LEVEL_INFO", + "depends_on": null, + "help": "This is a helper config for 32bits address flash. Invisible for users.", + "id": "BOOTLOADER_FLASH_32BIT_ADDR", + "name": "BOOTLOADER_FLASH_32BIT_ADDR", "range": null, - "title": "Info", + "title": null, "type": "bool" }, { "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_DEBUG", - "name": "BOOTLOADER_LOG_LEVEL_DEBUG", + "depends_on": null, + "help": "This is a helper config for 32bits address flash. Invisible for users.", + "id": "BOOTLOADER_FLASH_NEEDS_32BIT_FEAT", + "name": "BOOTLOADER_FLASH_NEEDS_32BIT_FEAT", "range": null, - "title": "Debug", + "title": null, "type": "bool" }, { "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_VERBOSE", - "name": "BOOTLOADER_LOG_LEVEL_VERBOSE", + "depends_on": null, + "help": "This is a helper config for 32bits address quad flash. Invisible for users.", + "id": "BOOTLOADER_FLASH_NEEDS_32BIT_ADDR_QUAD_FLASH", + "name": "BOOTLOADER_FLASH_NEEDS_32BIT_ADDR_QUAD_FLASH", "range": null, - "title": "Verbose", + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "BOOTLOADER_FLASH_NEEDS_32BIT_ADDR_QUAD_FLASH && IDF_EXPERIMENTAL_FEATURES", + "help": "Enabling this option allows the CPU to access 32-bit-address flash beyond 16M range.\n1. This option only valid for 4-line flash. Octal flash doesn't need this.\n2. This option is experimental, which means it can\u2019t use on all flash chips stable, for more\ninformation, please contact Espressif Business support.", + "id": "BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH", + "name": "BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH", + "range": null, + "title": "Enable cache access to 32-bit-address (over 16MB) range of SPI Flash (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "BOOTLOADER_CACHE_32BIT_ADDR_OCTAL_FLASH", + "name": "BOOTLOADER_CACHE_32BIT_ADDR_OCTAL_FLASH", + "range": null, + "title": null, "type": "bool" } ], "depends_on": null, - "help": "Specify how much output to see in bootloader logs.", - "id": "bootloader-config-bootloader-log-verbosity", - "name": "BOOTLOADER_LOG_LEVEL", - "title": "Bootloader log verbosity", - "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "BOOTLOADER_LOG_LEVEL", - "name": "BOOTLOADER_LOG_LEVEL", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": "IDF_TARGET_ESP32 && (ESPTOOLPY_FLASHMODE_QIO || ESPTOOLPY_FLASHMODE_QOUT)", - "help": "This setting is only used if the SPI flash pins have been overridden by setting the eFuses\nSPI_PAD_CONFIG_xxx, and the SPI flash mode is QIO or QOUT.\n\nWhen this is the case, the eFuse config only defines 3 of the 4 Quad I/O data pins. The WP pin (aka\nESP32 pin \"SD_DATA_3\" or SPI flash pin \"IO2\") is not specified in eFuse. The same pin is also used\nfor external SPIRAM if it is enabled.\n\nIf this config item is set to N (default), the correct WP pin will be automatically used for any\nEspressif chip or module with integrated flash. If a custom setting is needed, set this config item to\nY and specify the GPIO number connected to the WP.", - "id": "BOOTLOADER_SPI_CUSTOM_WP_PIN", - "name": "BOOTLOADER_SPI_CUSTOM_WP_PIN", - "range": null, - "title": "Use custom SPI Flash WP Pin when flash pins set in eFuse (read help)", - "type": "bool" - }, - { - "children": [], - "depends_on": "IDF_TARGET_ESP32 && (ESPTOOLPY_FLASHMODE_QIO || ESPTOOLPY_FLASHMODE_QOUT)", - "help": "The option \"Use custom SPI Flash WP Pin\" must be set or this value is ignored\n\nIf burning a customized set of SPI flash pins in eFuse and using QIO or QOUT mode for flash, set this\nvalue to the GPIO number of the SPI flash WP pin.", - "id": "BOOTLOADER_SPI_WP_PIN", - "name": "BOOTLOADER_SPI_WP_PIN", - "range": null, - "title": "Custom SPI Flash WP Pin", - "type": "int" + "id": "bootloader-config-serial-flash-configurations", + "title": "Serial Flash Configurations", + "type": "menu" }, { "children": [ @@ -2644,7 +3579,7 @@ { "children": [], "depends_on": "BOOTLOADER_FACTORY_RESET", - "help": "The selected GPIO will be configured as an input with internal pull-up enabled (note that on some SoCs.\nnot all pins have an internal pull-up, consult the hardware datasheet for details.) To trigger a factory\nreset, this GPIO must be held high or low (as configured) on startup.", + "help": "The selected GPIO will be configured as an input with internal pull-up enabled. To trigger a factory\nreset, this GPIO must be held high or low (as configured) on startup.\n\nNote that on some SoCs not all pins have an internal pull-up and certain pins are already\nused by ROM bootloader as bootstrapping. Refer to the technical reference manual for further\ndetails on the selected SoC.", "id": "BOOTLOADER_NUM_PIN_FACTORY_RESET", "name": "BOOTLOADER_NUM_PIN_FACTORY_RESET", "range": null, @@ -2715,7 +3650,7 @@ { "children": [], "depends_on": "BOOTLOADER_APP_TEST", - "help": "The selected GPIO will be configured as an input with internal pull-up enabled.\nTo trigger a test app, this GPIO must be pulled low on reset.\nAfter the GPIO input is deactivated and the device reboots, the old application will boot.\n(factory or OTA[x]).\nNote that GPIO34-39 do not have an internal pullup and an external one must be provided.", + "help": "The selected GPIO will be configured as an input with internal pull-up enabled.\nTo trigger a test app, this GPIO must be pulled low on reset.\nAfter the GPIO input is deactivated and the device reboots, the old application will boot.\n(factory or OTA[x]).\n\nNote that on some SoCs not all pins have an internal pull-up and certain pins are already\nused by ROM bootloader as bootstrapping. Refer to the technical reference manual for further\ndetails on the selected SoC.", "id": "BOOTLOADER_NUM_PIN_APP_TEST", "name": "BOOTLOADER_NUM_PIN_APP_TEST", "range": null, @@ -2774,7 +3709,7 @@ { "children": [], "depends_on": null, - "help": "Protects the unmapped memory regions of the entire address space from unintended accesses.\nThis will ensure that an exception will be triggered whenever the CPU performs a memory\noperation on unmapped regions of the address space.", + "help": "Protects the unmapped memory regions of the entire address space from unintended accesses.\nThis will ensure that an exception will be triggered whenever the CPU performs a memory\noperation on unmapped regions of the address space.\nNOTE: Disabling this config on some targets (ESP32-C6, ESP32-H2, ESP32-C5) would not generate\nan exception when reading from or writing to 0x0.", "id": "BOOTLOADER_REGION_PROTECTION_ENABLE", "name": "BOOTLOADER_REGION_PROTECTION_ENABLE", "range": null, @@ -2786,7 +3721,7 @@ { "children": [], "depends_on": "BOOTLOADER_WDT_ENABLE", - "help": "If this option is set, the ESP-IDF app must explicitly reset, feed, or disable the rtc_wdt in\nthe app's own code.\nIf this option is not set (default), then rtc_wdt will be disabled by ESP-IDF before calling\nthe app_main() function.\n\nUse function rtc_wdt_feed() for resetting counter of rtc_wdt.\nUse function rtc_wdt_disable() for disabling rtc_wdt.", + "help": "If this option is set, the ESP-IDF app must explicitly reset, feed, or disable the rtc_wdt in\nthe app's own code.\nIf this option is not set (default), then rtc_wdt will be disabled by ESP-IDF before calling\nthe app_main() function.\n\nUse function wdt_hal_feed() for resetting counter of RTC_WDT.\nFor esp32/s2 you can also use rtc_wdt_feed().\n\nUse function wdt_hal_disable() for disabling RTC_WDT.\nFor esp32/s2 you can also use rtc_wdt_disable().", "id": "BOOTLOADER_WDT_DISABLE_IN_USER_CODE", "name": "BOOTLOADER_WDT_DISABLE_IN_USER_CODE", "range": null, @@ -2842,7 +3777,7 @@ { "children": [], "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", - "help": "This option allows to emulate read/write operations with all eFuses and efuse secure version.\nIt allows to test anti-rollback implemention without permanent write eFuse bits.\nThere should be an entry in partition table with following details: `emul_efuse, data, efuse, , 0x2000`.\n\nThis option enables: EFUSE_VIRTUAL and EFUSE_VIRTUAL_KEEP_IN_FLASH.", + "help": "This option allows to emulate read/write operations with all eFuses and efuse secure version.\nIt allows to test anti-rollback implementation without permanent write eFuse bits.\nThere should be an entry in partition table with following details: `emul_efuse, data, efuse, , 0x2000`.\n\nThis option enables: EFUSE_VIRTUAL and EFUSE_VIRTUAL_KEEP_IN_FLASH.", "id": "BOOTLOADER_EFUSE_SECURE_VERSION_EMULATE", "name": "BOOTLOADER_EFUSE_SECURE_VERSION_EMULATE", "range": null, @@ -2869,7 +3804,7 @@ }, { "children": [], - "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED && ((SECURE_BOOT && SECURE_BOOT_INSECURE) || !SECURE_BOOT)", + "depends_on": "(SECURE_BOOT && SECURE_BOOT_INSECURE) || !SECURE_BOOT", "help": "This option disables the normal validation of an image coming out of\ndeep sleep (checksums, SHA256, and signature). This is a trade-off\nbetween wakeup performance from deep sleep, and image integrity checks.\n\nOnly enable this if you know what you are doing. It should not be used\nin conjunction with using deep_sleep() entry and changing the active OTA\npartition as this would skip the validation upon first load of the new\nOTA partition.\n\nIt is possible to enable this option with Secure Boot if \"allow insecure\noptions\" is enabled, however it's strongly recommended to NOT enable it as\nit may allow a Secure Boot bypass.", "id": "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP", "name": "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP", @@ -2909,6 +3844,16 @@ }, { "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "help": "This option allows the customer to use the legacy bootloader behavior when the\nRTC FAST memory CRC calculation takes place. When this option is enabled, the\nallocated user custom data will be taken into account in the CRC calculation.\nThis means that any change to the custom data would need a CRC update to prevent\nthe bootloader from marking this data as corrupted.\nIf this option is disabled, the custom data will not be taken into account when\ncalculating the RTC FAST memory CRC. The user custom data can be changed freely,\nwithout the need to update the CRC.\nTHIS OPTION MUST BE THE SAME FOR BOTH THE BOOTLOADER AND THE APPLICATION BUILDS.", + "id": "BOOTLOADER_CUSTOM_RESERVE_RTC_IN_CRC", + "name": "BOOTLOADER_CUSTOM_RESERVE_RTC_IN_CRC", + "range": null, + "title": "Include custom memory in the CRC calculation", + "type": "bool" + }, { "children": [], "depends_on": "BOOTLOADER_CUSTOM_RESERVE_RTC", @@ -2921,7 +3866,7 @@ } ], "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED", - "help": "This option allows the customer to place data in the RTC FAST memory,\nthis area remains valid when rebooted, except for power loss.\nThis memory is located at a fixed address and is available\nfor both the bootloader and the application.\n(The application and bootoloader must be compiled with the same option).\nThe RTC FAST memory has access only through PRO_CPU.", + "help": "This option allows the customer to place data in the RTC FAST memory,\nthis area remains valid when rebooted, except for power loss.\nThis memory is located at a fixed address and is available\nfor both the bootloader and the application.\n(The application and bootloader must be compiled with the same option).\nThe RTC FAST memory has access only through PRO_CPU.", "id": "BOOTLOADER_CUSTOM_RESERVE_RTC", "name": "BOOTLOADER_CUSTOM_RESERVE_RTC", "range": null, @@ -2937,16 +3882,6 @@ "range": null, "title": null, "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Perform the startup flow recommended by XMC. Please consult XMC for the details of this flow.\nXMC chips will be forbidden to be used, when this option is disabled.\n\nDON'T DISABLE THIS UNLESS YOU KNOW WHAT YOU ARE DOING.", - "id": "BOOTLOADER_FLASH_XMC_SUPPORT", - "name": "BOOTLOADER_FLASH_XMC_SUPPORT", - "range": null, - "title": "Enable the support for flash chips of XMC (READ HELP FIRST)", - "type": "bool" } ], "depends_on": null, @@ -3268,6 +4203,26 @@ "title": "Enable Aggressive key revoke strategy", "type": "bool" }, + { + "children": [], + "depends_on": "SECURE_BOOT_V2_ENABLED", + "help": "If not set (default, recommended), on first boot the bootloader will burn the WR_DIS_RD_DIS\nefuse when Secure Boot is enabled. This prevents any more efuses from being read protected.\n\nIf this option is set, it will remain possible to write the EFUSE_RD_DIS efuse field after Secure\nBoot is enabled. This may allow an attacker to read-protect the BLK2 efuse (for ESP32) and\nBLOCK4-BLOCK10 (i.e. BLOCK_KEY0-BLOCK_KEY5)(for other chips) holding the secure boot public key digest,\ncausing an immediate denial of service and possibly allowing an additional fault injection attack to\nbypass the signature protection.\n\nThe option must be set when you need to program any read-protected key type into the efuses,\ne.g., HMAC, ECDSA etc. after secure boot has already been enabled on the device.\nPlease refer to secure boot V2 documentation guide for more details.\n\nNOTE: Once a BLOCK is read-protected, the application will read all zeros from that block\n\nNOTE: If \"UART ROM download mode (Permanently disabled (recommended))\" or\n\"UART ROM download mode (Permanently switch to Secure mode (recommended))\" is set,\nthen it is __NOT__ possible to read/write efuses using espefuse.py utility.\nHowever, efuse can be read/written from the application\n\nPlease refer to the Secure Boot V2 documentation guide for more information.", + "id": "SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS", + "name": "SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS", + "range": null, + "title": "Do not disable the ability to further read protect eFuses", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_V2_ENABLED && SECURE_BOOT_BUILD_SIGNED_BINARIES", + "help": "When Secure Boot V2 is enabled, by default the bootloader is not flashed along with other artifacts\nlike the application and the partition table images, i.e. bootloader has to be separately flashed\nusing the command `idf.py bootloader flash`, whereas, the application and partition table can be flashed\nusing the command `idf.py flash` itself.\nEnabling this option allows flashing the bootloader along with the other artifacts\nby invocation of the command `idf.py flash`.\n\nIf this option is enabled make sure that even the bootloader is signed using the correct secure boot key,\notherwise the bootloader signature verification would fail, as hash of the public key which is present in\nthe bootloader signature would not match with the digest stored into the efuses\nand thus the device will not be able to boot up.", + "id": "SECURE_BOOT_FLASH_BOOTLOADER_DEFAULT", + "name": "SECURE_BOOT_FLASH_BOOTLOADER_DEFAULT", + "range": null, + "title": "Flash bootloader along with other artifacts when using the default flash command", + "type": "bool" + }, { "children": [ { @@ -3344,10 +4299,10 @@ } ], "depends_on": "SOC_FLASH_ENCRYPTION_XTS_AES_OPTIONS && SECURE_FLASH_ENC_ENABLED", - "help": "Size of generated AES-XTS key.\n\n- AES-128 uses a 256-bit key (32 bytes) derived from 128 bits (16 bytes) burned in half Efuse key block.\n Internally, it calculates SHA256(128 bits)\n- AES-128 uses a 256-bit key (32 bytes) which occupies one Efuse key block.\n- AES-256 uses a 512-bit key (64 bytes) which occupies two Efuse key blocks.\n\nThis setting is ignored if either type of key is already burned to Efuse before the first boot.\nIn this case, the pre-burned key is used and no new key is generated.", - "id": "security-features-enable-flash-encryption-on-boot-read-docs-first--size-of-generated-aes-xts-key", + "help": "Size of generated XTS-AES key.\n\n- AES-128 uses a 256-bit key (32 bytes) derived from 128 bits (16 bytes) burned in half Efuse key block.\n Internally, it calculates SHA256(128 bits)\n- AES-128 uses a 256-bit key (32 bytes) which occupies one Efuse key block.\n- AES-256 uses a 512-bit key (64 bytes) which occupies two Efuse key blocks.\n\nThis setting is ignored if either type of key is already burned to Efuse before the first boot.\nIn this case, the pre-burned key is used and no new key is generated.", + "id": "security-features-enable-flash-encryption-on-boot-read-docs-first--size-of-generated-xts-aes-key", "name": "SECURE_FLASH_ENCRYPTION_KEYSIZE", - "title": "Size of generated AES-XTS key", + "title": "Size of generated XTS-AES key", "type": "choice" }, { @@ -3431,20 +4386,10 @@ "title": "Allow app partition length not 64KB aligned", "type": "bool" }, - { - "children": [], - "depends_on": "SECURE_BOOT_INSECURE && SECURE_BOOT_V2_ENABLED", - "help": "If not set (default, recommended), on first boot the bootloader will burn the WR_DIS_RD_DIS\nefuse when Secure Boot is enabled. This prevents any more efuses from being read protected.\n\nIf this option is set, it will remain possible to write the EFUSE_RD_DIS efuse field after Secure\nBoot is enabled. This may allow an attacker to read-protect the BLK2 efuse (for ESP32) and\nBLOCK4-BLOCK10 (i.e. BLOCK_KEY0-BLOCK_KEY5)(for other chips) holding the public key digest, causing an\nimmediate denial of service and possibly allowing an additional fault injection attack to\nbypass the signature protection.\n\nNOTE: Once a BLOCK is read-protected, the application will read all zeros from that block\n\nNOTE: If \"UART ROM download mode (Permanently disabled (recommended))\" or\n\"UART ROM download mode (Permanently switch to Secure mode (recommended))\" is set,\nthen it is __NOT__ possible to read/write efuses using espefuse.py utility.\nHowever, efuse can be read/written from the application", - "id": "SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS", - "name": "SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS", - "range": null, - "title": "Allow additional read protecting of efuses", - "type": "bool" - }, { "children": [], "depends_on": "SECURE_BOOT_INSECURE && SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS", - "help": "If not set (default), during startup in the app all unused digest slots will be revoked.\nTo revoke unused slot will be called esp_efuse_set_digest_revoke(num_digest) for each digest.\nRevoking unused digest slots makes ensures that no trusted keys can be added later by an attacker.\nIf set, it means that you have a plan to use unused digests slots later.", + "help": "If not set (default), during startup in the app all unused digest slots will be revoked.\nTo revoke unused slot will be called esp_efuse_set_digest_revoke(num_digest) for each digest.\nRevoking unused digest slots makes ensures that no trusted keys can be added later by an attacker.\nIf set, it means that you have a plan to use unused digests slots later.\n\nNote that if you plan to enable secure boot during the first boot up, the bootloader will intentionally\nrevoke the unused digest slots while enabling secure boot, even if the above config is enabled because\nkeeping the unused key slots un-revoked would a security hazard.\nIn case for any development workflow if you need to avoid this revocation, you should enable\nsecure boot externally (host based mechanism) rather than enabling it during the boot up,\nso that the bootloader would not need to enable secure boot and thus you could avoid its revocation\nstrategy.", "id": "SECURE_BOOT_ALLOW_UNUSED_DIGEST_SLOTS", "name": "SECURE_BOOT_ALLOW_UNUSED_DIGEST_SLOTS", "range": null, @@ -3507,6 +4452,16 @@ "title": "Potentially insecure options", "type": "menu" }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENC_ENABLED && !SECURE_FLASH_REQUIRE_ALREADY_ENABLED", + "help": "If set (default), optimise encryption time for the partition of type APP,\nby only encrypting the app image that is present in the partition,\ninstead of the whole partition.\nThe image length used for encryption is derived from the image metadata, which\nincludes the size of the app image, checksum, hash and also the signature sector\nwhen secure boot is enabled.\n\nIf not set, the whole partition of type APP would be encrypted,\nwhich increases the encryption time but might be useful if there\nis any custom data appended to the firmware image.", + "id": "SECURE_FLASH_ENCRYPT_ONLY_IMAGE_LEN_IN_APP_PART", + "name": "SECURE_FLASH_ENCRYPT_ONLY_IMAGE_LEN_IN_APP_PART", + "range": null, + "title": "Encrypt only the app image that is present in the partition of type app", + "type": "bool" + }, { "children": [], "depends_on": "SECURE_FLASH_ENC_ENABLED", @@ -3577,7 +4532,7 @@ "children": [ { "children": [], - "depends_on": null, + "depends_on": "!APP_REPRODUCIBLE_BUILD", "help": "If set, then the app will be built with the current time/date stamp. It is stored in the app description\nstructure. If not set, time/date stamp will be excluded from app image. This can be useful for getting the\nsame binary image files made from the same source, but at different times.", "id": "APP_COMPILE_TIME_DATE", "name": "APP_COMPILE_TIME_DATE", @@ -3629,7 +4584,7 @@ { "children": [], "depends_on": null, - "help": "At startup, the app will read this many hex characters from the embedded APP ELF SHA-256 hash value\nand store it in static RAM. This ensures the app ELF SHA-256 value is always available\nif it needs to be printed by the panic handler code.\nChanging this value will change the size of a static buffer, in bytes.", + "help": "At startup, the app will read the embedded APP ELF SHA-256 hash value from flash\nand convert it into a string and store it in a RAM buffer.\nThis ensures the panic handler and core dump will be able to print this string\neven when cache is disabled.\nThe size of the buffer is APP_RETRIEVE_LEN_ELF_SHA plus the null terminator.\nChanging this value will change the size of this buffer, in bytes.", "id": "APP_RETRIEVE_LEN_ELF_SHA", "name": "APP_RETRIEVE_LEN_ELF_SHA", "range": [ @@ -3689,8 +4644,58 @@ "children": [], "depends_on": null, "help": null, - "id": "ESP_ROM_HAS_UART_BUF_SWITCH", - "name": "ESP_ROM_HAS_UART_BUF_SWITCH", + "id": "ESP_ROM_UART_CLK_IS_XTAL", + "name": "ESP_ROM_UART_CLK_IS_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_USB_SERIAL_DEVICE_NUM", + "name": "ESP_ROM_USB_SERIAL_DEVICE_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_RETARGETABLE_LOCKING", + "name": "ESP_ROM_HAS_RETARGETABLE_LOCKING", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_ERASE_0_REGION_BUG", + "name": "ESP_ROM_HAS_ERASE_0_REGION_BUG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV", + "name": "ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_GET_CLK_FREQ", + "name": "ESP_ROM_GET_CLK_FREQ", "range": null, "title": null, "type": "bool" @@ -3705,6 +4710,46 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_LAYOUT_TABLE", + "name": "ESP_ROM_HAS_LAYOUT_TABLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_SPI_FLASH", + "name": "ESP_ROM_HAS_SPI_FLASH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_ETS_PRINTF_BUG", + "name": "ESP_ROM_HAS_ETS_PRINTF_BUG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_NEWLIB", + "name": "ESP_ROM_HAS_NEWLIB", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -3715,6 +4760,76 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_NEWLIB_32BIT_TIME", + "name": "ESP_ROM_HAS_NEWLIB_32BIT_TIME", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE", + "name": "ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_RAM_APP_NEEDS_MMU_INIT", + "name": "ESP_ROM_RAM_APP_NEEDS_MMU_INIT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_SW_FLOAT", + "name": "ESP_ROM_HAS_SW_FLOAT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_USB_OTG_NUM", + "name": "ESP_ROM_USB_OTG_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_VERSION", + "name": "ESP_ROM_HAS_VERSION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB", + "name": "ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB", + "range": null, + "title": null, + "type": "bool" + }, { "children": [ { @@ -3798,7 +4913,7 @@ { "children": [], "depends_on": "IDF_TARGET_ESP32S3 && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "This config option helps decide whether flash is Quad or Octal, but please note some limitations:\n\n1. If the flash chip is an Octal one, even if one of \"QIO\", \"QOUT\", \"DIO\", \"DOUT\" options is\n selected in `ESPTOOLPY_FLASHMODE`, our code will automatically change the\n mode to \"OPI\" and the sample mode will be STR.\n2. If the flash chip is a Quad one, even if \"OPI\" is selected in `ESPTOOLPY_FLASHMODE`, our code will\n automatically change the mode to \"DIO\".\n3. Please do not rely on this option when you are pretty sure that you are using Octal flash,\n please enable `ESPTOOLPY_OCT_FLASH` option, then you can choose `DTR` sample mode\n in `ESPTOOLPY_FLASH_SAMPLE_MODE`. Otherwise, only `STR` mode is available.\n4. Enabling this feature reduces available internal RAM size (around 900 bytes).\n If your IRAM space is insufficient and you're aware of your flash type,\n disable this option and select corresponding flash type options.", + "help": "This config option helps decide whether flash is Quad or Octal, but please note some limitations:\n\n1. If the flash chip is an Octal one, even if one of \"QIO\", \"QOUT\", \"DIO\", \"DOUT\" options is\n selected in `ESPTOOLPY_FLASHMODE`, our code will automatically change the\n mode to \"OPI\" and the sample mode will be STR.\n2. If the flash chip is a Quad one, even if \"OPI\" is selected in `ESPTOOLPY_FLASHMODE`, our code will\n automatically change the mode to \"DIO\".\n3. This option is mainly to improve the out-of-box experience of developers. It doesn't guarantee\n the feature-complete. Some code still rely on `ESPTOOLPY_OCT_FLASH`. Please do not rely on this option\n when you are pretty sure that you are using Octal flash.\n In this case, please enable `ESPTOOLPY_OCT_FLASH` option, then you can choose `DTR` sample mode\n in `ESPTOOLPY_FLASH_SAMPLE_MODE`. Otherwise, only `STR` mode is available.\n4. Enabling this feature reduces available internal RAM size (around 900 bytes).\n If your IRAM space is insufficient and you're aware of your flash type,\n disable this option and select corresponding flash type options.", "id": "ESPTOOLPY_FLASH_MODE_AUTO_DETECT", "name": "ESPTOOLPY_FLASH_MODE_AUTO_DETECT", "range": null, @@ -3909,17 +5024,7 @@ "children": [ { "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_120M && (ESPTOOLPY_FLASH_SAMPLE_MODE_STR || IDF_EXPERIMENTAL_FEATURES) && ", - "help": "- Flash 120 MHz SDR mode is stable.\n- Flash 120 MHz DDR mode is an experimental feature, it works when\n the temperature is stable.\n\n Risks:\n If your chip powers on at a certain temperature, then after the temperature\n increases or decreases by approximately 20 Celsius degrees (depending on the\n chip), the program will crash randomly.", - "id": "ESPTOOLPY_FLASHFREQ_120M", - "name": "ESPTOOLPY_FLASHFREQ_120M", - "range": null, - "title": "120 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED && ", + "depends_on": "", "help": null, "id": "ESPTOOLPY_FLASHFREQ_80M", "name": "ESPTOOLPY_FLASHFREQ_80M", @@ -3929,37 +5034,7 @@ }, { "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_64M_SUPPORTED && ", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_64M", - "name": "ESPTOOLPY_FLASHFREQ_64M", - "range": null, - "title": "64 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_60M_SUPPORTED && ", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_60M", - "name": "ESPTOOLPY_FLASHFREQ_60M", - "range": null, - "title": "60 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_48M_SUPPORTED && ", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_48M", - "name": "ESPTOOLPY_FLASHFREQ_48M", - "range": null, - "title": "48 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED && ", + "depends_on": "", "help": null, "id": "ESPTOOLPY_FLASHFREQ_40M", "name": "ESPTOOLPY_FLASHFREQ_40M", @@ -3969,27 +5044,7 @@ }, { "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_32M_SUPPORTED && ", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_32M", - "name": "ESPTOOLPY_FLASHFREQ_32M", - "range": null, - "title": "32 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_30M_SUPPORTED && ", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_30M", - "name": "ESPTOOLPY_FLASHFREQ_30M", - "range": null, - "title": "30 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED && ", + "depends_on": "", "help": null, "id": "ESPTOOLPY_FLASHFREQ_26M", "name": "ESPTOOLPY_FLASHFREQ_26M", @@ -3999,43 +5054,13 @@ }, { "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_24M_SUPPORTED && ", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_24M", - "name": "ESPTOOLPY_FLASHFREQ_24M", - "range": null, - "title": "24 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED && ", + "depends_on": "", "help": null, "id": "ESPTOOLPY_FLASHFREQ_20M", "name": "ESPTOOLPY_FLASHFREQ_20M", "range": null, "title": "20 MHz", "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_16M_SUPPORTED && ", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_16M", - "name": "ESPTOOLPY_FLASHFREQ_16M", - "range": null, - "title": "16 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_15M_SUPPORTED && ", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_15M", - "name": "ESPTOOLPY_FLASHFREQ_15M", - "range": null, - "title": "15 MHz", - "type": "bool" } ], "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", @@ -4045,16 +5070,6 @@ "title": "Flash SPI speed", "type": "choice" }, - { - "children": [], - "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", - "help": "This is an invisible item, used to define the targets that defaults to use 80MHz Flash SPI speed.", - "id": "ESPTOOLPY_FLASHFREQ_80M_DEFAULT", - "name": "ESPTOOLPY_FLASHFREQ_80M_DEFAULT", - "range": null, - "title": null, - "type": "bool" - }, { "children": [], "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", @@ -4305,6 +5320,16 @@ "title": "Factory app, two OTA definitions", "type": "bool" }, + { + "children": [], + "depends_on": "", + "help": "This is a basic OTA-enabled partition table with\ntwo OTA app partitions. Both app partition sizes are 1700K,\nso this partition table requires 4MB or larger flash size.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_two_ota_large.csv", + "id": "PARTITION_TABLE_TWO_OTA_LARGE", + "name": "PARTITION_TABLE_TWO_OTA_LARGE", + "range": null, + "title": "Two large size OTA partitions", + "type": "bool" + }, { "children": [], "depends_on": "", @@ -4317,7 +5342,7 @@ }, { "children": [], - "depends_on": "!ESP32_COREDUMP_ENABLE_TO_FLASH && NVS_ENCRYPTION && ", + "depends_on": "!ESP32_COREDUMP_ENABLE_TO_FLASH && NVS_SEC_KEY_PROTECT_USING_FLASH_ENC && ", "help": "This is a variation of the default \"Single factory app, no OTA\" partition table\nthat supports encrypted NVS when using flash encryption. See the Flash Encryption section\nin the ESP-IDF Programmers Guide for more information.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_singleapp_encr_nvs.csv", "id": "PARTITION_TABLE_SINGLE_APP_ENCRYPTED_NVS", "name": "PARTITION_TABLE_SINGLE_APP_ENCRYPTED_NVS", @@ -4327,7 +5352,7 @@ }, { "children": [], - "depends_on": "!ESP32_COREDUMP_ENABLE_TO_FLASH && NVS_ENCRYPTION && ", + "depends_on": "!ESP32_COREDUMP_ENABLE_TO_FLASH && NVS_SEC_KEY_PROTECT_USING_FLASH_ENC && ", "help": "This is a variation of the \"Single factory app (large), no OTA\" partition table\nthat supports encrypted NVS when using flash encryption. See the Flash Encryption section\nin the ESP-IDF Programmers Guide for more information.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_singleapp_large_encr_nvs.csv", "id": "PARTITION_TABLE_SINGLE_APP_LARGE_ENC_NVS", "name": "PARTITION_TABLE_SINGLE_APP_LARGE_ENC_NVS", @@ -4337,7 +5362,7 @@ }, { "children": [], - "depends_on": "!ESP_COREDUMP_ENABLE_TO_FLASH && NVS_ENCRYPTION && ", + "depends_on": "!ESP_COREDUMP_ENABLE_TO_FLASH && NVS_SEC_KEY_PROTECT_USING_FLASH_ENC && ", "help": "This is a variation of the \"Factory app, two OTA definitions\" partition table\nthat supports encrypted NVS when using flash encryption. See the Flash Encryption section\nin the ESP-IDF Programmers Guide for more information.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_two_ota_encr_nvs.csv", "id": "PARTITION_TABLE_TWO_OTA_ENCRYPTED_NVS", "name": "PARTITION_TABLE_TWO_OTA_ENCRYPTED_NVS", @@ -4356,7 +5381,7 @@ { "children": [], "depends_on": null, - "help": "Name of the custom partition CSV filename. This path is evaluated\nrelative to the project root directory.", + "help": "Name of the custom partition CSV filename.\nThis path is evaluated relative to the project root directory by default.\nHowever, if the absolute path for the CSV file is provided, then the absolute path is configured.", "id": "PARTITION_TABLE_CUSTOM_FILENAME", "name": "PARTITION_TABLE_CUSTOM_FILENAME", "range": null, @@ -4407,8 +5432,8 @@ "children": [], "depends_on": "", "help": null, - "id": "COMPILER_OPTIMIZATION_DEFAULT", - "name": "COMPILER_OPTIMIZATION_DEFAULT", + "id": "COMPILER_OPTIMIZATION_DEBUG", + "name": "COMPILER_OPTIMIZATION_DEBUG", "range": null, "title": "Debug (-Og)", "type": "bool" @@ -4420,7 +5445,7 @@ "id": "COMPILER_OPTIMIZATION_SIZE", "name": "COMPILER_OPTIMIZATION_SIZE", "range": null, - "title": "Optimize for size (-Os)", + "title": "Optimize for size (-Os with GCC, -Oz with Clang)", "type": "bool" }, { @@ -4445,7 +5470,7 @@ } ], "depends_on": null, - "help": "This option sets compiler optimization level (gcc -O argument) for the app.\n\n- The \"Default\" setting will add the -0g flag to CFLAGS.\n- The \"Size\" setting will add the -0s flag to CFLAGS.\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n- The \"None\" setting will add the -O0 flag to CFLAGS.\n\nThe \"Size\" setting cause the compiled code to be smaller and faster, but\nmay lead to difficulties of correlating code addresses to source file\nlines when debugging.\n\nThe \"Performance\" setting causes the compiled code to be larger and faster,\nbut will be easier to correlated code addresses to source file lines.\n\n\"None\" with -O0 produces compiled code without optimization.\n\nNote that custom optimization levels may be unsupported.\n\nCompiler optimization for the IDF bootloader is set separately,\nsee the BOOTLOADER_COMPILER_OPTIMIZATION setting.", + "help": "This option sets compiler optimization level (gcc -O argument) for the app.\n\n- The \"Debug\" setting will add the -Og flag to CFLAGS.\n- The \"Size\" setting will add the -Os flag to CFLAGS (-Oz with Clang).\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n- The \"None\" setting will add the -O0 flag to CFLAGS.\n\nThe \"Size\" setting cause the compiled code to be smaller and faster, but\nmay lead to difficulties of correlating code addresses to source file\nlines when debugging.\n\nThe \"Performance\" setting causes the compiled code to be larger and faster,\nbut will be easier to correlated code addresses to source file lines.\n\n\"None\" with -O0 produces compiled code without optimization.\n\nNote that custom optimization levels may be unsupported.\n\nCompiler optimization for the IDF bootloader is set separately,\nsee the BOOTLOADER_COMPILER_OPTIMIZATION setting.", "id": "compiler-options-optimization-level", "name": "COMPILER_OPTIMIZATION", "title": "Optimization Level", @@ -4491,6 +5516,16 @@ "title": "Assertion level", "type": "choice" }, + { + "children": [], + "depends_on": null, + "help": "When NDEBUG is set, assert(X) will not cause code to trigger an assertion.\nWith this option set, assert(X) will still evaluate the expression X, though\nthe result will never cause an assertion. This means that if X is a function\nthen the function will be called.\n\nThis is not according to the standard, which states that the assert(X) should\nbe replaced with ((void)0) if NDEBUG is defined.\n\nIn ESP-IDF v6.0 the default behavior will change to \"no\" to be in line with the\nstandard.", + "id": "COMPILER_ASSERT_NDEBUG_EVALUATE", + "name": "COMPILER_ASSERT_NDEBUG_EVALUATE", + "range": null, + "title": "Enable the evaluation of the expression inside assert(X) when NDEBUG is set", + "type": "bool" + }, { "children": [ { @@ -4644,6 +5679,16 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": "IDF_TOOLCHAIN_GCC", + "help": "Disable merging identical constants (string/floating-point) across compilation units.\nThis helps in better size analysis of the application binary as the rodata section\ndistribution is more uniform across libraries. On downside, it may increase\nthe binary size and hence should be used during development phase only.", + "id": "COMPILER_NO_MERGE_CONSTANTS", + "name": "COMPILER_NO_MERGE_CONSTANTS", + "range": null, + "title": "Disable merging const sections", + "type": "bool" + }, { "children": [], "depends_on": null, @@ -4664,6 +5709,16 @@ "title": "Enable -msave-restore flag to reduce code size", "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": "Enable this option if you do not want default warnings to be considered as errors,\nespecially when updating IDF.\n\nThis is a temporary flag that could help to allow upgrade while having\nsome time to address the warnings raised by those default warnings.\nAlternatives are:\n1) fix code (preferred),\n2) remove specific warnings,\n3) do not consider specific warnings as error.", + "id": "COMPILER_DISABLE_DEFAULT_ERRORS", + "name": "COMPILER_DISABLE_DEFAULT_ERRORS", + "range": null, + "title": "Disable errors for default warnings", + "type": "bool" + }, { "children": [], "depends_on": null, @@ -4674,6 +5729,26 @@ "title": "Disable new warnings introduced in GCC 12", "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": "Enable this option if use GCC 13 or newer, and want to disable warnings which don't appear with\nGCC 12.", + "id": "COMPILER_DISABLE_GCC13_WARNINGS", + "name": "COMPILER_DISABLE_GCC13_WARNINGS", + "range": null, + "title": "Disable new warnings introduced in GCC 13", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option if use GCC 14 or newer, and want to disable warnings which don't appear with\nGCC 13.", + "id": "COMPILER_DISABLE_GCC14_WARNINGS", + "name": "COMPILER_DISABLE_GCC14_WARNINGS", + "range": null, + "title": "Disable new warnings introduced in GCC 14", + "type": "bool" + }, { "children": [], "depends_on": null, @@ -4683,6 +5758,96 @@ "range": null, "title": "Dump RTL files during compilation", "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "!IDF_TARGET_LINUX && ", + "help": null, + "id": "COMPILER_RT_LIB_GCCLIB", + "name": "COMPILER_RT_LIB_GCCLIB", + "range": null, + "title": "libgcc", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TOOLCHAIN_CLANG && !IDF_TARGET_LINUX && ", + "help": null, + "id": "COMPILER_RT_LIB_CLANGRT", + "name": "COMPILER_RT_LIB_CLANGRT", + "range": null, + "title": "libclang_rt", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_LINUX && ", + "help": null, + "id": "COMPILER_RT_LIB_HOST", + "name": "COMPILER_RT_LIB_HOST", + "range": null, + "title": "Host", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select runtime library to be used by compiler.\n- GCC toolchain supports libgcc only.\n- Clang allows to choose between libgcc or libclang_rt.\n- For host builds (\"linux\" target), uses the default library.", + "id": "compiler-options-compiler-runtime-library", + "name": "COMPILER_RT_LIB", + "title": "Compiler runtime library", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "COMPILER_RT_LIB_NAME", + "name": "COMPILER_RT_LIB_NAME", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Places orphan sections with a warning message.", + "id": "COMPILER_ORPHAN_SECTIONS_WARNING", + "name": "COMPILER_ORPHAN_SECTIONS_WARNING", + "range": null, + "title": "Place with warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Places orphan sections without a warning/error message.", + "id": "COMPILER_ORPHAN_SECTIONS_PLACE", + "name": "COMPILER_ORPHAN_SECTIONS_PLACE", + "range": null, + "title": "Place silently", + "type": "bool" + } + ], + "depends_on": "!IDF_TARGET_LINUX", + "help": "If the linker finds orphan sections, it attempts to place orphan sections after sections of the same\nattribute such as code vs data, loadable vs non-loadable, etc.\nThat means that orphan sections could placed between sections defined in IDF linker scripts.\nThis could lead to corruption of the binary image. Configure the linker action here.", + "id": "compiler-options-orphan-sections-handling", + "name": "COMPILER_ORPHAN_SECTIONS", + "title": "Orphan sections handling", + "type": "choice" + }, + { + "children": [], + "depends_on": "IDF_TOOLCHAIN_GCC", + "help": "Enable compiler static analyzer. This may produce false-positive results and increases compile time.", + "id": "COMPILER_STATIC_ANALYZER", + "name": "COMPILER_STATIC_ANALYZER", + "range": null, + "title": "Enable compiler static analyzer", + "type": "bool" } ], "depends_on": null, @@ -4719,7 +5884,7 @@ "children": [ { "children": [], - "depends_on": "EFUSE_VIRTUAL", + "depends_on": "EFUSE_VIRTUAL && !IDF_TARGET_LINUX", "help": "In addition to the \"Simulate eFuse operations in RAM\" option, this option just adds\na feature to keep eFuses after reboots in flash memory. To use this mode the partition_table\nshould have the `efuse` partition. partition.csv: \"efuse_em, data, efuse, , 0x2000,\"\n\nDuring startup, the eFuses are copied from flash or,\nin case if flash is empty, from real eFuse to RAM and then update flash.\nThis mode is useful when need to keep changes after reboot\n(testing secure_boot and flash_encryption).", "id": "EFUSE_VIRTUAL_KEEP_IN_FLASH", "name": "EFUSE_VIRTUAL_KEEP_IN_FLASH", @@ -4838,88 +6003,78 @@ "children": [ { "children": [], - "depends_on": "", + "depends_on": "", "help": null, - "id": "ESP32_REV_MIN_0", - "name": "ESP32_REV_MIN_0", + "id": "ESP32C3_REV_MIN_0", + "name": "ESP32C3_REV_MIN_0", "range": null, "title": "Rev v0.0 (ECO0)", "type": "bool" }, { "children": [], - "depends_on": "", + "depends_on": "", "help": null, - "id": "ESP32_REV_MIN_1", - "name": "ESP32_REV_MIN_1", + "id": "ESP32C3_REV_MIN_1", + "name": "ESP32C3_REV_MIN_1", "range": null, - "title": "Rev v1.0 (ECO1)", + "title": "Rev v0.1 (ECO1)", "type": "bool" }, { "children": [], - "depends_on": "", + "depends_on": "", "help": null, - "id": "ESP32_REV_MIN_1_1", - "name": "ESP32_REV_MIN_1_1", + "id": "ESP32C3_REV_MIN_2", + "name": "ESP32C3_REV_MIN_2", "range": null, - "title": "Rev v1.1 (ECO1.1)", + "title": "Rev v0.2 (ECO2)", "type": "bool" }, { "children": [], - "depends_on": "", + "depends_on": "", "help": null, - "id": "ESP32_REV_MIN_2", - "name": "ESP32_REV_MIN_2", + "id": "ESP32C3_REV_MIN_3", + "name": "ESP32C3_REV_MIN_3", "range": null, - "title": "Rev v2.0 (ECO2)", + "title": "Rev v0.3 (ECO3)", "type": "bool" }, { "children": [], - "depends_on": "", + "depends_on": "", "help": null, - "id": "ESP32_REV_MIN_3", - "name": "ESP32_REV_MIN_3", + "id": "ESP32C3_REV_MIN_4", + "name": "ESP32C3_REV_MIN_4", "range": null, - "title": "Rev v3.0 (ECO3)", + "title": "Rev v0.4 (ECO4)", "type": "bool" }, { "children": [], - "depends_on": "", + "depends_on": "", "help": null, - "id": "ESP32_REV_MIN_3_1", - "name": "ESP32_REV_MIN_3_1", + "id": "ESP32C3_REV_MIN_101", + "name": "ESP32C3_REV_MIN_101", "range": null, - "title": "Rev v3.1 (ECO4)", + "title": "Rev v1.1", "type": "bool" } ], "depends_on": null, "help": "Required minimum chip revision. ESP-IDF will check for it and\nreject to boot if the chip revision fails the check.\nThis ensures the chip used will have some modifications (features, or bugfixes).\n\nThe complied binary will only support chips above this revision,\nthis will also help to reduce binary size.", - "id": "component-config-hardware-settings-chip-revision-minimum-supported-esp32-revision", - "name": "ESP32_REV_MIN", - "title": "Minimum Supported ESP32 Revision", + "id": "component-config-hardware-settings-chip-revision-minimum-supported-esp32-c3-revision", + "name": "ESP32C3_REV_MIN", + "title": "Minimum Supported ESP32-C3 Revision", "type": "choice" }, { "children": [], "depends_on": null, "help": null, - "id": "ESP32_REV_MIN", - "name": "ESP32_REV_MIN", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_REV_MIN_FULL", - "name": "ESP32_REV_MIN_FULL", + "id": "ESP32C3_REV_MIN_FULL", + "name": "ESP32C3_REV_MIN_FULL", "range": null, "title": null, "type": "int" @@ -4938,8 +6093,8 @@ "children": [], "depends_on": null, "help": null, - "id": "ESP32_REV_MAX_FULL", - "name": "ESP32_REV_MAX_FULL", + "id": "ESP32C3_REV_MAX_FULL", + "name": "ESP32C3_REV_MAX_FULL", "range": null, "title": null, "type": "int" @@ -4954,6 +6109,26 @@ "title": null, "type": "int" }, + { + "children": [], + "depends_on": null, + "help": "Required minimum eFuse Block revision. ESP-IDF will check it at the 2nd bootloader stage\nwhether the current image can work correctly for this eFuse Block revision.\nSo that to avoid running an incompatible image on a SoC that contains breaking change in the eFuse Block.\nIf you want to update this value to run the image that not compatible with the current eFuse Block revision,\nplease contact to Espressif's business team for details:\nhttps://www.espressif.com.cn/en/contact-us/sales-questions", + "id": "ESP_EFUSE_BLOCK_REV_MIN_FULL", + "name": "ESP_EFUSE_BLOCK_REV_MIN_FULL", + "range": null, + "title": "Minimum Supported ESP32-C3 eFuse Block Revision", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_EFUSE_BLOCK_REV_MAX_FULL", + "name": "ESP_EFUSE_BLOCK_REV_MAX_FULL", + "range": null, + "title": null, + "type": "int" + }, { "children": [], "depends_on": "IDF_CI_BUILD", @@ -5052,33 +6227,43 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES", + "name": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES", + "range": null, + "title": null, + "type": "int" + }, { "children": [ { "children": [], - "depends_on": "", + "depends_on": "", "help": null, - "id": "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO", - "name": "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO", + "id": "ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO", + "name": "ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO", "range": null, "title": "Two", "type": "bool" }, { "children": [], - "depends_on": "", + "depends_on": "", "help": null, - "id": "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR", - "name": "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR", + "id": "ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR", + "name": "ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR", "range": null, "title": "Four", "type": "bool" } ], "depends_on": null, - "help": "Configure the number of universally administered (by IEEE) MAC addresses.\nDuring initialization, MAC addresses for each network interface are generated or derived from a\nsingle base MAC address.\nIf the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,\nBluetooth and Ethernet) receive a universally administered MAC address. These are generated\nsequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.\nIf the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)\nreceive a universally administered MAC address. These are generated sequentially by adding 0\nand 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethernet)\nreceive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC\naddresses, respectively.\nWhen using the default (Espressif-assigned) base MAC address, either setting can be used. When using\na custom universal MAC address range, the correct setting will depend on the allocation of MAC\naddresses in this range (either 2 or 4 per device.)", + "help": "Configure the number of universally administered (by IEEE) MAC addresses.\n\nDuring initialization, MAC addresses for each network interface are generated or derived from a\nsingle base MAC address.\n\nIf the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,\nBluetooth and Ethernet) receive a universally administered MAC address. These are generated\nsequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.\n\nIf the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)\nreceive a universally administered MAC address. These are generated sequentially by adding 0\nand 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethernet)\nreceive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC\naddresses, respectively.\n\nWhen using the default (Espressif-assigned) base MAC address, either setting can be used. When using\na custom universal MAC address range, the correct setting will depend on the allocation of MAC\naddresses in this range (either 2 or 4 per device.)\n\nNote that ESP32-C3 has no integrated Ethernet MAC. Although it's possible to use the esp_read_mac()\nAPI to return a MAC for Ethernet, this can only be used with an external MAC peripheral.", "id": "component-config-hardware-settings-mac-config-number-of-universally-administered-by-ieee-mac-address", - "name": "ESP32_UNIVERSAL_MAC_ADDRESSES", + "name": "ESP32C3_UNIVERSAL_MAC_ADDRESSES", "title": "Number of universally administered (by IEEE) MAC address", "type": "choice" }, @@ -5086,8 +6271,8 @@ "children": [], "depends_on": null, "help": null, - "id": "ESP32_UNIVERSAL_MAC_ADDRESSES", - "name": "ESP32_UNIVERSAL_MAC_ADDRESSES", + "id": "ESP32C3_UNIVERSAL_MAC_ADDRESSES", + "name": "ESP32C3_UNIVERSAL_MAC_ADDRESSES", "range": null, "title": null, "type": "int" @@ -5101,6 +6286,16 @@ "range": null, "title": "Ignore MAC CRC error (not recommended)", "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When this configuration is enabled, the user can invoke `esp_read_mac` to obtain the desired type of\nMAC using a custom MAC as the base MAC.", + "id": "ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC", + "name": "ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC", + "range": null, + "title": "Enable using custom mac as base mac", + "type": "bool" } ], "depends_on": null, @@ -5112,12 +6307,12 @@ "children": [ { "children": [], - "depends_on": "!SPIRAM", + "depends_on": "(!SPIRAM || ESP_LDO_RESERVE_PSRAM) && !(IDF_TARGET_ESP32P4 && ESP32P4_REV_MIN_FULL < 100)", "help": "If enabled, chip will try to power down flash as part of esp_light_sleep_start(), which costs\nmore time when chip wakes up. Can only be enabled if there is no SPIRAM configured.\n\nThis option will power down flash under a strict but relatively safe condition. Also, it is possible to\npower down flash under a relaxed condition by using esp_sleep_pd_config() to set ESP_PD_DOMAIN_VDDSDIO\nto ESP_PD_OPTION_OFF. It should be noted that there is a risk in powering down flash, you can refer\n`ESP-IDF Programming Guide/API Reference/System API/Sleep Modes/Power-down of Flash` for more details.", "id": "ESP_SLEEP_POWER_DOWN_FLASH", "name": "ESP_SLEEP_POWER_DOWN_FLASH", "range": null, - "title": "Power down flash in light sleep when there is no SPIRAM", + "title": "Power down flash in light sleep when there is no SPIRAM or SPIRAM has independent power supply", "type": "bool" }, { @@ -5163,7 +6358,7 @@ { "children": [], "depends_on": null, - "help": "esp32c2, esp32c3, esp32s3, esp32c6 and esp32h2 will reset at wake-up if GPIO is received\na small electrostatic pulse during light sleep, with specific condition\n\n- GPIO needs to be configured as input-mode only\n- The pin receives a small electrostatic pulse, and reset occurs when the pulse\n voltage is higher than 6 V\n\nFor GPIO set to input mode only, it is not a good practice to leave it open/floating,\nThe hardware design needs to controlled it with determined supply or ground voltage\nis necessary.\n\nThis option provides a software workaround for this issue. Configure to isolate all\nGPIO pins in sleep state.", + "help": "esp32c2, esp32c3, esp32s3, esp32c5, esp32c6 and esp32h2 will reset at wake-up if GPIO is received\na small electrostatic pulse during light sleep, with specific condition\n\n- GPIO needs to be configured as input-mode only\n- The pin receives a small electrostatic pulse, and reset occurs when the pulse\n voltage is higher than 6 V\n\nFor GPIO set to input mode only, it is not a good practice to leave it open/floating,\nThe hardware design needs to controlled it with determined supply or ground voltage\nis necessary.\n\nThis option provides a software workaround for this issue. Configure to isolate all\nGPIO pins in sleep state.", "id": "ESP_SLEEP_GPIO_RESET_WORKAROUND", "name": "ESP_SLEEP_GPIO_RESET_WORKAROUND", "range": null, @@ -5172,17 +6367,37 @@ }, { "children": [], - "depends_on": "IDF_TARGET_ESP32 || IDF_TARGET_ESP32S3", - "help": "When the chip exits deep sleep, the CPU and the flash chip are powered on\nat the same time. CPU will run deep sleep stub first, and then\nproceed to load code from flash. Some flash chips need sufficient\ntime to pass between power on and first read operation. By default,\nwithout any extra delay, this time is approximately 900us, although\nsome flash chip types need more than that.\n\nBy default extra delay is set to 2000us. When optimizing startup time\nfor applications which require it, this value may be reduced.\n\nIf you are seeing \"flash read err, 1000\" message printed to the\nconsole after deep sleep reset, try increasing this value.", - "id": "ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY", - "name": "ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY", + "depends_on": null, + "help": "When the chip exits sleep, the CPU and the flash chip are powered on at the same time.\nCPU will run rom code (deepsleep) or ram code (lightsleep) first, and then load or execute\ncode from flash.\n\nSome flash chips need sufficient time to pass between power on and first read operation.\nBy default, without any extra delay, this time is approximately 900us, although\nsome flash chip types need more than that.\n\n(!!! Please adjust this value according to the Data Sheet of SPI Flash used in your project.)\nIn Flash Data Sheet, the parameters that define the Flash ready timing after power-up (minimum\ntime from Vcc(min) to CS activeare) usually named tVSL in ELECTRICAL CHARACTERISTICS chapter,\nand the configuration value here should be:\nESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY = tVSL - 900\n\nFor esp32 and esp32s3, the default extra delay is set to 2000us. When optimizing startup time\nfor applications which require it, this value may be reduced.\n\nIf you are seeing \"flash read err, 1000\" message printed to the console after deep sleep reset\non esp32, or triggered RTC_WDT/LP_WDT after lightsleep wakeup, try increasing this value.\n(For esp32, the delay will be executed in both deep sleep and light sleep wake up flow.\nFor chips after esp32, the delay will be executed only in light sleep flow, the delay\ncontrolled by the EFUSE_FLASH_TPUW in ROM will be executed in deepsleep wake up flow.)", + "id": "ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY", + "name": "ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY", "range": [ 0, 5000 ], - "title": "Extra delay in deep sleep wake stub (in us)", + "title": "Extra delay (in us) after flash powerdown sleep wakeup to wait flash ready", "type": "int" }, + { + "children": [], + "depends_on": null, + "help": "Enabling it will check the cache safety of the code before the flash power is ready after\nlight sleep wakeup, and check PM_SLP_IRAM_OPT related code cache safety. This option is\nonly for code quality inspection. Enabling it will increase the time overhead of entering\nand exiting sleep. It is not recommended to enable it in the release version.", + "id": "ESP_SLEEP_CACHE_SAFE_ASSERTION", + "name": "ESP_SLEEP_CACHE_SAFE_ASSERTION", + "range": null, + "title": "Check the cache safety of the sleep wakeup code in sleep process", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable esp sleep debug.", + "id": "ESP_SLEEP_DEBUG", + "name": "ESP_SLEEP_DEBUG", + "range": null, + "title": "esp sleep debug", + "type": "bool" + }, { "children": [], "depends_on": null, @@ -5192,6 +6407,16 @@ "range": null, "title": "Allow to enable internal pull-up/downs for the Deep-Sleep wakeup IOs", "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TICKLESS_IDLE", + "help": "If enabled, it allows user to register sleep event callbacks. It is primarily designed for internal\ndevelopers and customers can use PM_LIGHT_SLEEP_CALLBACKS as an alternative.\n\nNOTE: These callbacks are executed from the IDLE task context hence you cannot have any blocking calls\nin your callbacks.\n\nNOTE: Enabling these callbacks may change sleep duration calculations based on time spent in\ncallback and hence it is highly recommended to keep them as short as possible.", + "id": "ESP_SLEEP_EVENT_CALLBACKS", + "name": "ESP_SLEEP_EVENT_CALLBACKS", + "range": null, + "title": "Enable registration of sleep event callbacks", + "type": "bool" } ], "depends_on": null, @@ -5199,24 +6424,6 @@ "title": "Sleep Config", "type": "menu" }, - { - "children": [ - { - "children": [], - "depends_on": "IDF_TARGET_ESP32C3", - "help": "Its not able to stall ESP32C3 systimer in sleep.\nTo fix related RTOS TICK issue, select it to disable related systimer during sleep.\nTODO: IDF-7036", - "id": "ESP_SLEEP_SYSTIMER_STALL_WORKAROUND", - "name": "ESP_SLEEP_SYSTIMER_STALL_WORKAROUND", - "range": null, - "title": "ESP32C3 SYSTIMER Stall Issue Workaround", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-hardware-settings-esp_sleep_workaround", - "title": "ESP_SLEEP_WORKAROUND", - "type": "menu" - }, { "children": [ { @@ -5228,7 +6435,7 @@ "id": "RTC_CLK_SRC_INT_RC", "name": "RTC_CLK_SRC_INT_RC", "range": null, - "title": "Internal 150kHz RC oscillator", + "title": "Internal 136 kHz RC oscillator", "type": "bool" }, { @@ -5238,7 +6445,7 @@ "id": "RTC_CLK_SRC_EXT_CRYS", "name": "RTC_CLK_SRC_EXT_CRYS", "range": null, - "title": "External 32kHz crystal", + "title": "External 32 kHz crystal", "type": "bool" }, { @@ -5248,7 +6455,7 @@ "id": "RTC_CLK_SRC_EXT_OSC", "name": "RTC_CLK_SRC_EXT_OSC", "range": null, - "title": "External 32kHz oscillator at 32K_XN pin", + "title": "External 32 kHz oscillator at 32K_XP pin", "type": "bool" }, { @@ -5258,57 +6465,17 @@ "id": "RTC_CLK_SRC_INT_8MD256", "name": "RTC_CLK_SRC_INT_8MD256", "range": null, - "title": "Internal 8.5MHz oscillator, divided by 256 (~33kHz)", + "title": "Internal 17.5 MHz oscillator, divided by 256", "type": "bool" } ], "depends_on": null, - "help": "Choose which clock is used as RTC clock source.\n\n- \"Internal 150kHz oscillator\" option provides lowest deep sleep current\n consumption, and does not require extra external components. However\n frequency stability with respect to temperature is poor, so time may\n drift in deep/light sleep modes.\n- \"External 32kHz crystal\" provides better frequency stability, at the\n expense of slightly higher (1uA) deep sleep current consumption.\n- \"External 32kHz oscillator\" allows using 32kHz clock generated by an\n external circuit. In this case, external clock signal must be connected\n to 32K_XN pin. Amplitude should be <1.2V in case of sine wave signal,\n and <1V in case of square wave signal. Common mode voltage should be\n 0.1 < Vcm < 0.5Vamp, where Vamp is the signal amplitude.\n Additionally, 1nF capacitor must be connected between 32K_XP pin and\n ground. 32K_XP pin can not be used as a GPIO in this case.\n- \"Internal 8.5MHz oscillator divided by 256\" option results in higher\n deep sleep current (by 5uA) but has better frequency stability than\n the internal 150kHz oscillator. It does not require external components.", + "help": "Choose which clock is used as RTC clock source.", "id": "component-config-hardware-settings-rtc-clock-config-rtc-clock-source", "name": "RTC_CLK_SRC", "title": "RTC clock source", "type": "choice" }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "RTC_EXT_CRYST_ADDIT_CURRENT_NONE", - "name": "RTC_EXT_CRYST_ADDIT_CURRENT_NONE", - "range": null, - "title": "None", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "RTC_EXT_CRYST_ADDIT_CURRENT", - "name": "RTC_EXT_CRYST_ADDIT_CURRENT", - "range": null, - "title": "Method 1", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "RTC_EXT_CRYST_ADDIT_CURRENT_V2", - "name": "RTC_EXT_CRYST_ADDIT_CURRENT_V2", - "range": null, - "title": "Method 2", - "type": "bool" - } - ], - "depends_on": "RTC_CLK_SRC_EXT_CRYS && ESP32_REV_MIN_FULL < 200", - "help": "With some 32kHz crystal configurations, the X32N and X32P pins may not have enough\ndrive strength to keep the crystal oscillating. Choose the method to provide\nadditional current from touchpad 9 to the external 32kHz crystal. Note that\nthe deep sleep current is slightly high (4-5uA) and the touchpad and the\nwakeup sources of both touchpad and ULP are not available in method 1 and method 2.\n\nThis problem is fixed in ESP32 ECO 3, so this workaround is not needed. Setting the\nproject configuration to minimum revision ECO3 will disable this option, , allow\nall wakeup sources, and save some code size.\n\n- \"None\" option will not provide additional current to external crystal\n- \"Method 1\" option can't ensure 100% to solve the external 32k crystal start failed\n issue, but the touchpad can work in this method.\n- \"Method 2\" option can solve the external 32k issue, but the touchpad can't work\n in this method.", - "id": "component-config-hardware-settings-rtc-clock-config-additional-current-for-external-32khz-crystal", - "name": "RTC_EXT_CRYST_ADDIT_CURRENT_METHOD", - "title": "Additional current for external 32kHz crystal", - "type": "choice" - }, { "children": [], "depends_on": null, @@ -5321,16 +6488,6 @@ ], "title": "Number of cycles for RTC_SLOW_CLK calibration", "type": "int" - }, - { - "children": [], - "depends_on": "RTC_CLK_SRC_EXT_CRYS", - "help": "Number of attempts to repeat 32k XTAL calibration\nbefore giving up and switching to the internal RC.\nIncrease this option if the 32k crystal oscillator\ndoes not start and switches to internal RC.", - "id": "RTC_XTAL_CAL_RETRY", - "name": "RTC_XTAL_CAL_RETRY", - "range": null, - "title": "Number of attempts to repeat 32k XTAL calibration", - "type": "int" } ], "depends_on": null, @@ -5361,7 +6518,7 @@ { "children": [], "depends_on": "SOC_ETM_SUPPORTED", - "help": "Wether to enable the debug log message for ETM core driver.\nNote that, this option only controls the ETM related driver log, won't affect other drivers.", + "help": "whether to enable the debug log message for ETM core driver.\nNote that, this option only controls the ETM related driver log, won't affect other drivers.", "id": "ETM_ENABLE_DEBUG_LOG", "name": "ETM_ENABLE_DEBUG_LOG", "range": null, @@ -5379,11 +6536,11 @@ { "children": [], "depends_on": "SOC_GDMA_SUPPORTED", - "help": "Place GDMA control functions (like start/stop/append/reset) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "help": "Place GDMA control functions (like start/stop/append/reset) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", "id": "GDMA_CTRL_FUNC_IN_IRAM", "name": "GDMA_CTRL_FUNC_IN_IRAM", "range": null, - "title": "Place GDMA control functions into IRAM", + "title": "Place GDMA control functions in IRAM", "type": "bool" }, { @@ -5395,11 +6552,117 @@ "range": null, "title": "GDMA ISR IRAM-Safe", "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_GDMA_SUPPORTED", + "help": "Whether to enable the debug log message for GDMA driver.\nNote that, this option only controls the GDMA driver log, won't affect other drivers.", + "id": "GDMA_ENABLE_DEBUG_LOG", + "name": "GDMA_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" } ], "depends_on": "SOC_GDMA_SUPPORTED", - "id": "component-config-hardware-settings-gdma-configuration", - "title": "GDMA Configuration", + "id": "component-config-hardware-settings-gdma-configurations", + "title": "GDMA Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "Place DW_GDMA control functions (e.g. dw_gdma_channel_continue) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "DW_GDMA_CTRL_FUNC_IN_IRAM", + "name": "DW_GDMA_CTRL_FUNC_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "Place DW_GDMA setter functions (e.g. dw_gdma_channel_set_block_markers) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "DW_GDMA_SETTER_FUNC_IN_IRAM", + "name": "DW_GDMA_SETTER_FUNC_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "Place DW_GDMA getter functions (e.g. dw_gdma_link_list_get_item) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "DW_GDMA_GETTER_FUNC_IN_IRAM", + "name": "DW_GDMA_GETTER_FUNC_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "This will ensure the DW_GDMA interrupt handler is IRAM-Safe, allow to avoid flash\ncache misses, and also be able to run whilst the cache is disabled.\n(e.g. SPI Flash write).", + "id": "DW_GDMA_ISR_IRAM_SAFE", + "name": "DW_GDMA_ISR_IRAM_SAFE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "This will ensure the DW_GDMA object is DRAM-Safe, allow to avoid external memory\ncache misses, and also be accessible whilst the cache is disabled.", + "id": "DW_GDMA_OBJ_DRAM_SAFE", + "name": "DW_GDMA_OBJ_DRAM_SAFE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "Whether to enable the debug log message for DW_GDMA driver.\nNote that, this option only controls the DW_GDMA driver log, won't affect other drivers.", + "id": "DW_GDMA_ENABLE_DEBUG_LOG", + "name": "DW_GDMA_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "id": "component-config-hardware-settings-dw_gdma-configurations", + "title": "DW_GDMA Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_DMA2D_SUPPORTED", + "help": "Place 2D-DMA all operation functions, including control functions (e.g. start/stop/append/reset) and setter\nfunctions (e.g. connect/strategy/callback registration) into IRAM, so that these functions can be IRAM-safe\nand able to be called in the other IRAM interrupt context. It also helps optimizing the performance.", + "id": "DMA2D_OPERATION_FUNC_IN_IRAM", + "name": "DMA2D_OPERATION_FUNC_IN_IRAM", + "range": null, + "title": "Place 2D-DMA operation functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DMA2D_SUPPORTED", + "help": "This will ensure the 2D-DMA interrupt handler is IRAM-Safe, allow to avoid flash\ncache misses, and also be able to run whilst the cache is disabled.\n(e.g. SPI Flash write).", + "id": "DMA2D_ISR_IRAM_SAFE", + "name": "DMA2D_ISR_IRAM_SAFE", + "range": null, + "title": "2D-DMA ISR IRAM-Safe", + "type": "bool" + } + ], + "depends_on": "SOC_DMA2D_SUPPORTED", + "id": "component-config-hardware-settings-2d-dma-configurations", + "title": "2D-DMA Configurations", "type": "menu" }, { @@ -5408,59 +6671,19 @@ "children": [ { "children": [], - "depends_on": "SOC_XTAL_SUPPORT_24M && ", - "help": null, - "id": "XTAL_FREQ_24", - "name": "XTAL_FREQ_24", - "range": null, - "title": "24 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_XTAL_SUPPORT_26M && ", - "help": null, - "id": "XTAL_FREQ_26", - "name": "XTAL_FREQ_26", - "range": null, - "title": "26 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_XTAL_SUPPORT_32M && ", - "help": null, - "id": "XTAL_FREQ_32", - "name": "XTAL_FREQ_32", - "range": null, - "title": "32 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_XTAL_SUPPORT_40M && ", + "depends_on": "", "help": null, "id": "XTAL_FREQ_40", "name": "XTAL_FREQ_40", "range": null, "title": "40 MHz", "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_XTAL_SUPPORT_AUTO_DETECT && ", - "help": null, - "id": "XTAL_FREQ_AUTO", - "name": "XTAL_FREQ_AUTO", - "range": null, - "title": "Autodetect", - "type": "bool" } ], "depends_on": null, - "help": "This option selects the operating frequency of the XTAL (crystal) clock used to drive the ESP target.\nThe selected value MUST reflect the frequency of the given hardware.\n\nNote: The XTAL_FREQ_AUTO option allows the ESP target to automatically estimating XTAL clock's\noperating frequency. However, this feature is only supported on the ESP32. The ESP32 uses the\ninternal 8MHZ as a reference when estimating. Due to the internal oscillator's frequency being\ntemperature dependent, usage of the XTAL_FREQ_AUTO is not recommended in applications that operate\nin high ambient temperatures or use high-temperature qualified chips and modules.", + "help": "This option selects the operating frequency of the XTAL (crystal) clock used to drive the ESP target.\nThe selected value MUST reflect the frequency of the given hardware.", "id": "component-config-hardware-settings-main-xtal-config-main-xtal-frequency", - "name": "XTAL_FREQ_SEL", + "name": "XTAL_FREQ", "title": "Main XTAL frequency", "type": "choice" }, @@ -5480,6 +6703,64 @@ "title": "Main XTAL Config", "type": "menu" }, + { + "children": [], + "depends_on": null, + "help": "This option is only used for new chip bringup, when\nclock support isn't done yet. So with this option,\nwe use xtal on FPGA as the clock source.", + "id": "ESP_BRINGUP_BYPASS_CPU_CLK_SETTING", + "name": "ESP_BRINGUP_BYPASS_CPU_CLK_SETTING", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option is only used for new chip bringup, when\nRNG isn't done yet. So with this option, we use 0x5A\nto fill the random buffers", + "id": "ESP_BRINGUP_BYPASS_RANDOM_SETTING", + "name": "ESP_BRINGUP_BYPASS_RANDOM_SETTING", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM", + "name": "ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_SPI_BUS_LOCK_FUNCS_IN_IRAM", + "name": "ESP_SPI_BUS_LOCK_FUNCS_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Due to the poor low-temperature characteristics of\nRC32K (it cannot operate below -40 degrees Celsius),\nplease avoid using it whenever possible", + "id": "ESP_CLK_RC32K_NOT_TO_USE", + "name": "ESP_CLK_RC32K_NOT_TO_USE", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-hardware-settings", + "title": "Hardware Settings", + "type": "menu" + }, + { + "children": [ { "children": [ { @@ -5519,14 +6800,14 @@ ], "depends_on": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP && SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", "help": "Configure the DPA protection security level", - "id": "component-config-hardware-settings-crypto-dpa-protection-enable-crypto-dpa-protection-at-startup-dpa-protection-level", + "id": "component-config-esp-security-specific-crypto-dpa-protection-enable-crypto-dpa-protection-at-startup-dpa-protection-level", "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL", "title": "DPA protection level", "type": "choice" } ], "depends_on": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", - "help": "This config controls the DPA (Differential Power Analysis) protection\nknob for the crypto peripherals. DPA protection dynamically adjusts the\nclock frequency of the crypto peripheral. DPA protection helps to make it\ndifficult to perform SCA attacks on the crypto peripherals. However,\nthere is also associated performance impact based on the security level\nset. Please refer to the TRM for more details.", + "help": "This config controls the DPA (Differential Power Analysis) protection\nknob for the crypto peripherals. DPA protection dynamically adjusts\nclock frequency of the crypto peripheral. DPA protection helps to make it\ndifficult to perform SCA attacks on the crypto peripherals. However,\nthere is also associated performance impact based on the security level\nset. Please refer to the TRM for more details.", "id": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP", "name": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP", "range": null, @@ -5545,14 +6826,24 @@ } ], "depends_on": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", - "id": "component-config-hardware-settings-crypto-dpa-protection", + "id": "component-config-esp-security-specific-crypto-dpa-protection", "title": "Crypto DPA Protection", "type": "menu" + }, + { + "children": [], + "depends_on": "SOC_ECC_CONSTANT_TIME_POINT_MUL", + "help": "If enabled, the app startup code will burn the ECC_FORCE_CONST_TIME efuse bit to force the\nECC peripheral to always perform constant time point multiplication operations,\nirrespective of the ECC_MULT_SECURITY_MODE status bit that is present in the ECC_MULT_CONF_REG\nregister. By default, ESP-IDF configures the ECC peripheral to perform constant time point\nmultiplication operations, so enabling this config would provide security enhancement only in\nthe cases when trusted boot is not enabled and the attacker tries carrying out non-constant\ntime point multiplication operations by changing the default ESP-IDF configurations.\nPerforming constant time operations protect the ECC multiplication operations from timing attacks.", + "id": "ESP_CRYPTO_FORCE_ECC_CONSTANT_TIME_POINT_MUL", + "name": "ESP_CRYPTO_FORCE_ECC_CONSTANT_TIME_POINT_MUL", + "range": null, + "title": "Forcfully enable ECC constant time point multiplication operations", + "type": "bool" } ], "depends_on": null, - "id": "component-config-hardware-settings", - "title": "Hardware Settings", + "id": "component-config-esp-security-specific", + "title": "ESP Security Specific", "type": "menu" }, { @@ -5588,16 +6879,6 @@ "range": null, "title": "160 MHz", "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_DEFAULT_CPU_FREQ_MHZ_240", - "name": "ESP_DEFAULT_CPU_FREQ_MHZ_240", - "range": null, - "title": "240 MHz", - "type": "bool" } ], "depends_on": null, @@ -5621,133 +6902,7 @@ "children": [ { "children": [], - "depends_on": "FREERTOS_UNICORE", - "help": "This option allows to place .rtc_data and .rtc_rodata sections into\nRTC fast memory segment to free the slow memory region for ULP programs.\nThis option depends on the CONFIG_FREERTOS_UNICORE option because RTC fast memory\ncan be accessed only by PRO_CPU core.", - "id": "ESP32_RTCDATA_IN_FAST_MEM", - "name": "ESP32_RTCDATA_IN_FAST_MEM", - "range": null, - "title": "Place RTC_DATA_ATTR and RTC_RODATA_ATTR variables into RTC fast memory segment", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "ESP32_USE_FIXED_STATIC_RAM_SIZE", - "help": "RAM size dedicated for static variables (.data & .bss sections).\nPlease note that the actual length will be reduced by BTDM_RESERVE_DRAM if Bluetooth\ncontroller is enabled.", - "id": "ESP32_FIXED_STATIC_RAM_SIZE", - "name": "ESP32_FIXED_STATIC_RAM_SIZE", - "range": null, - "title": "Fixed Static RAM size", - "type": "hex" - } - ], - "depends_on": null, - "help": "If this option is disabled, the DRAM part of the heap starts right after the .bss section,\nwithin the dram0_0 region. As a result, adding or removing some static variables\nwill change the available heap size.\n\nIf this option is enabled, the DRAM part of the heap starts right after the dram0_0 region,\nwhere its length is set with ESP32_FIXED_STATIC_RAM_SIZE", - "id": "ESP32_USE_FIXED_STATIC_RAM_SIZE", - "name": "ESP32_USE_FIXED_STATIC_RAM_SIZE", - "range": null, - "title": "Use fixed static RAM size", - "type": "bool" - }, - { - "children": [], - "depends_on": "FREERTOS_UNICORE", - "help": "If enabled, application can use IRAM as byte accessible region for storing data\n(Note: IRAM region cannot be used as task stack)\n\nThis is possible due to handling of exceptions `LoadStoreError (3)` and `LoadStoreAlignmentError (9)`\nEach unaligned read/write access will incur a penalty of maximum of 167 CPU cycles.", - "id": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY", - "name": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY", - "range": null, - "title": "Enable IRAM as 8 bit accessible memory", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "!ESP32_TRAX", - "help": "Reserve parts of SRAM1 for app IRAM which was previously reserved for bootloader DRAM.\nIf booting an app on an older bootloader from before this option was introduced, the app will fail\nto boot due to not recognizing the new IRAM memory area.\n\nIf this is the case please test carefully before pushing out any OTA updates.", - "id": "ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM", - "name": "ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM", - "range": null, - "title": "Reserve parts of SRAM1 for app IRAM (WARNING, read help before enabling)", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-esp-system-settings-memory-non-backward-compatible-options", - "title": "Non-backward compatible options", - "type": "menu" - } - ], - "depends_on": null, - "id": "component-config-esp-system-settings-memory", - "title": "Memory", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_MEMMAP_TRACEMEM", - "name": "ESP32_MEMMAP_TRACEMEM", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_MEMMAP_TRACEMEM_TWOBANKS", - "name": "ESP32_MEMMAP_TRACEMEM_TWOBANKS", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "ESP32_TRAX && !FREERTOS_UNICORE", - "help": "The ESP32 contains a feature which allows you to trace the execution path the processor\nhas taken through the program. This is stored in a chunk of 32K (16K for single-processor)\nof memory that can't be used for general purposes anymore. Disable this if you do not know\nwhat this is.\n\n# Memory to reverse for trace, used in linker script", - "id": "ESP32_TRAX_TWOBANKS", - "name": "ESP32_TRAX_TWOBANKS", - "range": null, - "title": "Reserve memory for tracing both pro as well as app cpu execution", - "type": "bool" - } - ], - "depends_on": null, - "help": "The ESP32 contains a feature which allows you to trace the execution path the processor\nhas taken through the program. This is stored in a chunk of 32K (16K for single-processor)\nof memory that can't be used for general purposes anymore. Disable this if you do not know\nwhat this is.", - "id": "ESP32_TRAX", - "name": "ESP32_TRAX", - "range": null, - "title": "Use TRAX tracing feature", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_TRACEMEM_RESERVE_DRAM", - "name": "ESP32_TRACEMEM_RESERVE_DRAM", - "range": null, - "title": null, - "type": "hex" - } - ], - "depends_on": null, - "id": "component-config-esp-system-settings-trace-memory", - "title": "Trace memory", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "", + "depends_on": "!ESP_SYSTEM_GDBSTUB_RUNTIME && ", "help": "Outputs the relevant registers over the serial port and halt the\nprocessor. Needs a manual reset to restart.", "id": "ESP_SYSTEM_PANIC_PRINT_HALT", "name": "ESP_SYSTEM_PANIC_PRINT_HALT", @@ -5757,7 +6912,7 @@ }, { "children": [], - "depends_on": "", + "depends_on": "!ESP_SYSTEM_GDBSTUB_RUNTIME && ", "help": "Outputs the relevant registers over the serial port and immediately\nreset the processor.", "id": "ESP_SYSTEM_PANIC_PRINT_REBOOT", "name": "ESP_SYSTEM_PANIC_PRINT_REBOOT", @@ -5767,7 +6922,7 @@ }, { "children": [], - "depends_on": "", + "depends_on": "!ESP_SYSTEM_GDBSTUB_RUNTIME && ", "help": "Just resets the processor without outputting anything", "id": "ESP_SYSTEM_PANIC_SILENT_REBOOT", "name": "ESP_SYSTEM_PANIC_SILENT_REBOOT", @@ -5777,23 +6932,13 @@ }, { "children": [], - "depends_on": "", + "depends_on": "ESP_GDBSTUB_ENABLED && ", "help": "Invoke gdbstub on the serial port, allowing for gdb to attach to it to do a postmortem\nof the crash.", "id": "ESP_SYSTEM_PANIC_GDBSTUB", "name": "ESP_SYSTEM_PANIC_GDBSTUB", "range": null, "title": "GDBStub on panic", "type": "bool" - }, - { - "children": [], - "depends_on": "!IDF_TARGET_ESP32C2 && ", - "help": "Invoke gdbstub on the serial port, allowing for gdb to attach to it and to do a debug on runtime.", - "id": "ESP_SYSTEM_GDBSTUB_RUNTIME", - "name": "ESP_SYSTEM_GDBSTUB_RUNTIME", - "range": null, - "title": "GDBStub at runtime", - "type": "bool" } ], "depends_on": null, @@ -5869,7 +7014,7 @@ { "children": [], "depends_on": "ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK", - "help": "This config option allows to add RTC fast memory region to system heap with capability\nsimilar to that of DRAM region but without DMA. This memory will be consumed first per\nheap initialization order by early startup services and scheduler related code. Speed\nwise RTC fast memory operates on APB clock and hence does not have much performance impact.", + "help": "This config option allows to add RTC fast memory region to system heap with capability\nsimilar to that of DRAM region but without DMA. Speed wise RTC fast memory operates on\nAPB clock and hence does not have much performance impact.", "id": "ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP", "name": "ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP", "range": null, @@ -5889,7 +7034,18 @@ { "children": [ { - "children": [], + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ARCH_RISCV && SOC_LP_CORE_SUPPORTED && ESP_SYSTEM_PMP_IDRAM_SPLIT", + "help": "If enabled, user can run code available in LP Core image.\n\nWarning: on ESP32-P4 this will also mark the memory area used for BOOTLOADER_RESERVE_RTC_MEM\nas executable. If you consider this a security risk then do not activate this option.", + "id": "ESP_SYSTEM_PMP_LP_CORE_RESERVE_MEM_EXECUTABLE", + "name": "ESP_SYSTEM_PMP_LP_CORE_RESERVE_MEM_EXECUTABLE", + "range": null, + "title": "Make LP core reserved memory executable from HP core", + "type": "bool" + } + ], "depends_on": "SOC_CPU_IDRAM_SPLIT_USING_PMP", "help": "If enabled, the CPU watches all the memory access and raises an exception in case\nof any memory violation. This feature automatically splits\nthe SRAM memory, using PMP, into data and instruction segments and sets Read/Execute permissions\nfor the instruction part (below given splitting address) and Read/Write permissions\nfor the data part (above the splitting address). The memory protection is effective\non all access through the IRAM0 and DRAM0 buses.", "id": "ESP_SYSTEM_PMP_IDRAM_SPLIT", @@ -6125,16 +7281,6 @@ "title": null, "type": "bool" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_CONSOLE_MULTIPLE_UART", - "name": "ESP_CONSOLE_MULTIPLE_UART", - "range": null, - "title": null, - "type": "bool" - }, { "children": [ { @@ -6158,7 +7304,7 @@ "type": "bool" } ], - "depends_on": "ESP_CONSOLE_UART_CUSTOM && ESP_CONSOLE_MULTIPLE_UART", + "depends_on": "ESP_CONSOLE_UART_CUSTOM", "help": "This UART peripheral is used for console output from the ESP-IDF Bootloader and the app.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.\n\nDue to an ESP32 ROM bug, UART2 is not supported for console output\nvia esp_rom_printf.", "id": "component-config-esp-system-settings-uart-peripheral-to-use-for-console-output-0-1-", "name": "ESP_CONSOLE_UART_NUM", @@ -6177,22 +7323,32 @@ }, { "children": [], - "depends_on": "ESP_CONSOLE_UART_CUSTOM", - "help": "This GPIO is used for console UART TX output in the ESP-IDF Bootloader and the app (including\nboot log output and default standard output and standard error of the app).\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.", - "id": "ESP_CONSOLE_UART_TX_GPIO", - "name": "ESP_CONSOLE_UART_TX_GPIO", + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_ROM_SERIAL_PORT_NUM", + "name": "ESP_CONSOLE_ROM_SERIAL_PORT_NUM", "range": null, - "title": "UART TX on GPIO#", + "title": null, "type": "int" }, { "children": [], "depends_on": "ESP_CONSOLE_UART_CUSTOM", - "help": "This GPIO is used for UART RX input in the ESP-IDF Bootloader and the app (including\ndefault default standard input of the app).\n\nNote: The default ESP-IDF Bootloader configures this pin but doesn't read anything from the UART.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.", + "help": "This GPIO is used for console UART TX output in the ESP-IDF Bootloader and the app (including\nboot log output and default standard output and standard error of the app). Value -1 means to\ncontinue using the default console UART TX pin.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.", + "id": "ESP_CONSOLE_UART_TX_GPIO", + "name": "ESP_CONSOLE_UART_TX_GPIO", + "range": null, + "title": "UART TX on GPIO", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_UART_CUSTOM", + "help": "This GPIO is used for console UART RX input in the ESP-IDF Bootloader and the app (including\ndefault standard input of the app). Value -1 means to continue using the default console UART\nRX pin.\n\nNote: The default ESP-IDF Bootloader configures this pin but doesn't read anything from the UART.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.", "id": "ESP_CONSOLE_UART_RX_GPIO", "name": "ESP_CONSOLE_UART_RX_GPIO", "range": null, - "title": "UART RX on GPIO#", + "title": "UART RX on GPIO", "type": "int" }, { @@ -6233,7 +7389,7 @@ { "children": [], "depends_on": "ESP_INT_WDT", - "help": "The timeout of the watchdog, in miliseconds. Make this higher than the FreeRTOS tick rate.", + "help": "The timeout of the watchdog, in milliseconds. Make this higher than the FreeRTOS tick rate.", "id": "ESP_INT_WDT_TIMEOUT_MS", "name": "ESP_INT_WDT_TIMEOUT_MS", "range": [ @@ -6360,7 +7516,7 @@ "type": "bool" } ], - "depends_on": "!IDF_TARGET_ESP32 && (ESP_SYSTEM_RTC_EXT_OSC || ESP_SYSTEM_RTC_EXT_XTAL)", + "depends_on": "SOC_XT_WDT_SUPPORTED && (ESP_SYSTEM_RTC_EXT_OSC || ESP_SYSTEM_RTC_EXT_XTAL)", "help": "This watchdog timer can detect oscillation failure of the XTAL32K_CLK. When such a failure\nis detected the hardware can be set up to automatically switch to BACKUP32K_CLK and generate\nan interrupt.", "id": "ESP_XT_WDT", "name": "ESP_XT_WDT", @@ -6388,6 +7544,16 @@ "title": "OpenOCD debug stubs", "type": "bool" }, + { + "children": [], + "depends_on": "SOC_DEBUG_HAVE_OCD_STUB_BINS", + "help": "OpenOCD uses stub code to access flash during programming or when inserting and removing\nSW flash breakpoints.\nTo execute stub code, OpenOCD allocates memory on the target device, backs up the existing memory,\nloads the stub binary, runs the binary, and then restores the original memory.\nThis process can be time-consuming, especially when using USB serial JTAG.\nBy enabling this option, 8K of memory in RAM will be preallocated with the stub code,\neliminating the need to back up and restore the memory region.", + "id": "ESP_DEBUG_INCLUDE_OCD_STUB_BINS", + "name": "ESP_DEBUG_INCLUDE_OCD_STUB_BINS", + "range": null, + "title": "Preload OpenOCD stub binaries to speed up debugging. 8K memory will be reserved", + "type": "bool" + }, { "children": [], "depends_on": null, @@ -6403,7 +7569,7 @@ { "children": [], "depends_on": "IDF_TARGET_ESP32 && ", - "help": "Using level 5 interrupt for Interrupt Watchdog and other system checks.", + "help": "Using level 5 interrupt for Interrupt Watchdog, IPC_ISR and other system checks.", "id": "ESP_SYSTEM_CHECK_INT_LEVEL_5", "name": "ESP_SYSTEM_CHECK_INT_LEVEL_5", "range": null, @@ -6413,7 +7579,7 @@ { "children": [], "depends_on": "!BTDM_CTRL_HLI && ", - "help": "Using level 4 interrupt for Interrupt Watchdog and other system checks.", + "help": "Using level 4 interrupt for Interrupt Watchdog, IPC_ISR and other system checks.", "id": "ESP_SYSTEM_CHECK_INT_LEVEL_4", "name": "ESP_SYSTEM_CHECK_INT_LEVEL_4", "range": null, @@ -6422,7 +7588,7 @@ } ], "depends_on": null, - "help": "Interrupt level to use for Interrupt Watchdog and other system checks.", + "help": "Interrupt level to use for Interrupt Watchdog, IPC_ISR and other system checks.", "id": "component-config-esp-system-settings-interrupt-level-to-use-for-interrupt-watchdog-and-other-system-checks", "name": "ESP_SYSTEM_CHECK_INT_LEVEL", "title": "Interrupt level to use for Interrupt Watchdog and other system checks", @@ -6438,60 +7604,10 @@ "children": [], "depends_on": "", "help": null, - "id": "ESP_BROWNOUT_DET_LVL_SEL_0", - "name": "ESP_BROWNOUT_DET_LVL_SEL_0", + "id": "ESP_BROWNOUT_DET_LVL_SEL_7", + "name": "ESP_BROWNOUT_DET_LVL_SEL_7", "range": null, - "title": "2.43V +/- 0.05", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_BROWNOUT_DET_LVL_SEL_1", - "name": "ESP_BROWNOUT_DET_LVL_SEL_1", - "range": null, - "title": "2.48V +/- 0.05", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_BROWNOUT_DET_LVL_SEL_2", - "name": "ESP_BROWNOUT_DET_LVL_SEL_2", - "range": null, - "title": "2.58V +/- 0.05", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_BROWNOUT_DET_LVL_SEL_3", - "name": "ESP_BROWNOUT_DET_LVL_SEL_3", - "range": null, - "title": "2.62V +/- 0.05", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_BROWNOUT_DET_LVL_SEL_4", - "name": "ESP_BROWNOUT_DET_LVL_SEL_4", - "range": null, - "title": "2.67V +/- 0.05", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_BROWNOUT_DET_LVL_SEL_5", - "name": "ESP_BROWNOUT_DET_LVL_SEL_5", - "range": null, - "title": "2.70V +/- 0.05", + "title": "2.51V", "type": "bool" }, { @@ -6501,22 +7617,52 @@ "id": "ESP_BROWNOUT_DET_LVL_SEL_6", "name": "ESP_BROWNOUT_DET_LVL_SEL_6", "range": null, - "title": "2.77V +/- 0.05", + "title": "2.64V", "type": "bool" }, { "children": [], "depends_on": "", "help": null, - "id": "ESP_BROWNOUT_DET_LVL_SEL_7", - "name": "ESP_BROWNOUT_DET_LVL_SEL_7", + "id": "ESP_BROWNOUT_DET_LVL_SEL_5", + "name": "ESP_BROWNOUT_DET_LVL_SEL_5", "range": null, - "title": "2.80V +/- 0.05", + "title": "2.76V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_4", + "name": "ESP_BROWNOUT_DET_LVL_SEL_4", + "range": null, + "title": "2.92V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_3", + "name": "ESP_BROWNOUT_DET_LVL_SEL_3", + "range": null, + "title": "3.10V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_2", + "name": "ESP_BROWNOUT_DET_LVL_SEL_2", + "range": null, + "title": "3.27V", "type": "bool" } ], "depends_on": "ESP_BROWNOUT_DET", - "help": "The brownout detector will reset the chip when the supply voltage is approximately\nbelow this level. Note that there may be some variation of brownout voltage level\nbetween each ESP chip.\n\n#The voltage levels here are estimates, more work needs to be done to figure out the exact voltages\n#of the brownout threshold levels.", + "help": "The brownout detector will reset the chip when the supply voltage is approximately\nbelow this level. Note that there may be some variation of brownout voltage level\nbetween each chip.\n\n#The voltage levels here are estimates, more work needs to be done to figure out the exact voltages\n#of the brownout threshold levels.", "id": "component-config-esp-system-settings-brownout-detector-hardware-brownout-detect-reset-brownout-voltage-level", "name": "ESP_BROWNOUT_DET_LVL_SEL", "title": "Brownout voltage level", @@ -6524,7 +7670,7 @@ } ], "depends_on": "!IDF_ENV_FPGA", - "help": "The ESP has a built-in brownout detector which can detect if the voltage is lower than\na specific value. If this happens, it will reset the chip in order to prevent unintended\nbehaviour.", + "help": "The ESP32-C3 has a built-in brownout detector which can detect if the voltage is lower than\na specific value. If this happens, it will reset the chip in order to prevent unintended\nbehaviour.", "id": "ESP_BROWNOUT_DET", "name": "ESP_BROWNOUT_DET", "range": null, @@ -6547,26 +7693,6 @@ "title": "Brownout Detector", "type": "menu" }, - { - "children": [], - "depends_on": null, - "help": "If set, the first time the app boots it will disable the BASIC ROM Console\npermanently (by burning an eFuse).\n\nOtherwise, the BASIC ROM Console starts on reset if no valid bootloader is\nread from the flash.\n\n(Enabling secure boot also disables the BASIC ROM Console by default.)", - "id": "ESP32_DISABLE_BASIC_ROM_CONSOLE", - "name": "ESP32_DISABLE_BASIC_ROM_CONSOLE", - "range": null, - "title": "Permanently disable BASIC ROM Console", - "type": "bool" - }, - { - "children": [], - "depends_on": "!FREERTOS_UNICORE && SPIRAM", - "help": null, - "id": "ESP32_ECO3_CACHE_LOCK_FIX", - "name": "ESP32_ECO3_CACHE_LOCK_FIX", - "range": null, - "title": null, - "type": "bool" - }, { "children": [], "depends_on": null, @@ -6576,6 +7702,36 @@ "range": null, "title": null, "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_ASSIST_DEBUG_SUPPORTED", + "help": "This config allows to trigger a panic interrupt when Stack Pointer register goes out of allocated stack\nmemory bounds.", + "id": "ESP_SYSTEM_HW_STACK_GUARD", + "name": "ESP_SYSTEM_HW_STACK_GUARD", + "range": null, + "title": "Hardware stack guard", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32C2 || IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32C6 || IDF_TARGET_ESP32H2", + "help": "This configuration helps to address an BBPLL inaccurate issue when boot from certain bootloader version,\nwhich may increase about the boot-up time by about 200 us. Disable this when your bootloader is built with\nESP-IDF version v5.2 and above.", + "id": "ESP_SYSTEM_BBPLL_RECALIB", + "name": "ESP_SYSTEM_BBPLL_RECALIB", + "range": null, + "title": "Re-calibration BBPLL at startup", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_ASSIST_DEBUG_SUPPORTED", + "help": "This option will enable the PC recording function of assist_debug module. The PC value of the CPU will be\nrecorded to PC record register in assist_debug module in real time. When an exception occurs and the CPU\nis reset, this register will be kept, then we can use the recorded PC to debug the causes of the reset.", + "id": "ESP_SYSTEM_HW_PC_RECORD", + "name": "ESP_SYSTEM_HW_PC_RECORD", + "range": null, + "title": "Hardware PC recording", + "type": "bool" } ], "depends_on": null, @@ -6611,7 +7767,7 @@ { "children": [], "depends_on": null, - "help": "The IPC ISR feature is similar to the IPC feature except that the callback function is executed in the\ncontext of a High Priority Interrupt. The IPC ISR feature is itended for low latency execution of simple\ncallbacks written in assembly on another CPU. Due to being run in a High Priority Interrupt, the assembly\ncallbacks must be written with particular restrictions (see \"IPC\" and \"High-Level Interrupt\" docs for more\ndetails).", + "help": "The IPC ISR feature is similar to the IPC feature except that the callback function is executed in the\ncontext of a High Priority Interrupt. The IPC ISR feature is intended for low latency execution of simple\ncallbacks written in assembly on another CPU. Due to being run in a High Priority Interrupt, the assembly\ncallbacks must be written with particular restrictions (see \"IPC\" and \"High-Level Interrupt\" docs for more\ndetails).", "id": "ESP_IPC_ISR_ENABLE", "name": "ESP_IPC_ISR_ENABLE", "range": null, @@ -6630,7 +7786,7 @@ "children": [ { "children": [], - "depends_on": null, + "depends_on": "!IDF_TARGET_ESP32P4", "help": "Amazon has released an SMP version of the FreeRTOS Kernel which can be found via the following link:\nhttps://github.com/FreeRTOS/FreeRTOS-Kernel/tree/smp\n\nIDF has added an experimental port of this SMP kernel located in\ncomponents/freertos/FreeRTOS-Kernel-SMP. Enabling this option will cause IDF to use the Amazon SMP\nkernel. Note that THIS FEATURE IS UNDER ACTIVE DEVELOPMENT, users use this at their own risk.\n\nLeaving this option disabled will mean the IDF FreeRTOS kernel is used instead, which is located in:\ncomponents/freertos/FreeRTOS-Kernel. Both kernel versions are SMP capable, but differ in\ntheir implementation and features.", "id": "FREERTOS_SMP", "name": "FREERTOS_SMP", @@ -6750,9 +7906,9 @@ { "children": [], "depends_on": "FREERTOS_SMP", - "help": "Enables the minimal idle task application hook (see configUSE_IDLE_HOOK documentation for more\ndetails).\n\nNote:\n\n- The application must provide the hook function ``void vApplicationMinimalIdleHook( void );``\n- ``vApplicationMinimalIdleHook()`` is called from FreeRTOS minimal idle task(s)", - "id": "FREERTOS_USE_MINIMAL_IDLE_HOOK", - "name": "FREERTOS_USE_MINIMAL_IDLE_HOOK", + "help": "Enables the minimal idle task application hook (see configUSE_IDLE_HOOK documentation for more\ndetails).\n\nNote:\n\n- The application must provide the hook function ``void vApplicationPassiveIdleHook( void );``\n- ``vApplicationPassiveIdleHook()`` is called from FreeRTOS minimal idle task(s)", + "id": "FREERTOS_USE_PASSIVE_IDLE_HOOK", + "name": "FREERTOS_USE_PASSIVE_IDLE_HOOK", "range": null, "title": "Use FreeRTOS minimal idle hook", "type": "bool" @@ -6782,7 +7938,7 @@ }, { "children": [], - "depends_on": null, + "depends_on": "!IDF_TARGET_LINUX", "help": "Enable backward compatibility with APIs prior to FreeRTOS v8.0.0. (see\nconfigENABLE_BACKWARD_COMPATIBILITY documentation for more details).", "id": "FREERTOS_ENABLE_BACKWARD_COMPATIBILITY", "name": "FREERTOS_ENABLE_BACKWARD_COMPATIBILITY", @@ -6791,43 +7947,114 @@ "type": "bool" }, { - "children": [], - "depends_on": null, - "help": "Sets the timer task's priority (see configTIMER_TASK_PRIORITY documentation for more details).", - "id": "FREERTOS_TIMER_TASK_PRIORITY", - "name": "FREERTOS_TIMER_TASK_PRIORITY", - "range": [ - 1, - 25 + "children": [ + { + "children": [], + "depends_on": "FREERTOS_USE_TIMERS", + "help": "Sets the timer task's name (see configTIMER_SERVICE_TASK_NAME documentation for more details).", + "id": "FREERTOS_TIMER_SERVICE_TASK_NAME", + "name": "FREERTOS_TIMER_SERVICE_TASK_NAME", + "range": null, + "title": "configTIMER_SERVICE_TASK_NAME", + "type": "string" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "FREERTOS_TIMER_TASK_AFFINITY_CPU0", + "name": "FREERTOS_TIMER_TASK_AFFINITY_CPU0", + "range": null, + "title": "CPU0", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ", + "help": null, + "id": "FREERTOS_TIMER_TASK_AFFINITY_CPU1", + "name": "FREERTOS_TIMER_TASK_AFFINITY_CPU1", + "range": null, + "title": "CPU1", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FREERTOS_TIMER_TASK_NO_AFFINITY", + "name": "FREERTOS_TIMER_TASK_NO_AFFINITY", + "range": null, + "title": "No affinity", + "type": "bool" + } + ], + "depends_on": "FREERTOS_USE_TIMERS", + "help": "Sets the timer task's core affinity\n(see configTIMER_SERVICE_TASK_CORE_AFFINITY documentation for more details).", + "id": "component-config-freertos-kernel-configuse_timers-configtimer_service_task_core_affinity", + "name": "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY", + "title": "configTIMER_SERVICE_TASK_CORE_AFFINITY", + "type": "choice" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TIMERS", + "help": null, + "id": "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY", + "name": "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TIMERS", + "help": "Sets the timer task's priority (see configTIMER_TASK_PRIORITY documentation for more details).", + "id": "FREERTOS_TIMER_TASK_PRIORITY", + "name": "FREERTOS_TIMER_TASK_PRIORITY", + "range": [ + 1, + 25 + ], + "title": "configTIMER_TASK_PRIORITY", + "type": "int" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TIMERS", + "help": "Set the timer task's stack size (see configTIMER_TASK_STACK_DEPTH documentation for more details).", + "id": "FREERTOS_TIMER_TASK_STACK_DEPTH", + "name": "FREERTOS_TIMER_TASK_STACK_DEPTH", + "range": [ + 1536, + 32768 + ], + "title": "configTIMER_TASK_STACK_DEPTH", + "type": "int" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TIMERS", + "help": "Set the timer task's command queue length (see configTIMER_QUEUE_LENGTH documentation for more\ndetails).", + "id": "FREERTOS_TIMER_QUEUE_LENGTH", + "name": "FREERTOS_TIMER_QUEUE_LENGTH", + "range": [ + 5, + 20 + ], + "title": "configTIMER_QUEUE_LENGTH", + "type": "int" + } ], - "title": "configTIMER_TASK_PRIORITY", - "type": "int" - }, - { - "children": [], "depends_on": null, - "help": "Set the timer task's stack size (see configTIMER_TASK_STACK_DEPTH documentation for more details).", - "id": "FREERTOS_TIMER_TASK_STACK_DEPTH", - "name": "FREERTOS_TIMER_TASK_STACK_DEPTH", - "range": [ - 1536, - 32768 - ], - "title": "configTIMER_TASK_STACK_DEPTH", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Set the timer task's command queue length (see configTIMER_QUEUE_LENGTH documentation for more\ndetails).", - "id": "FREERTOS_TIMER_QUEUE_LENGTH", - "name": "FREERTOS_TIMER_QUEUE_LENGTH", - "range": [ - 5, - 20 - ], - "title": "configTIMER_QUEUE_LENGTH", - "type": "int" + "help": "Enable FreeRTOS Software Timers. Normally the timer task will only get pulled into the build\nand created if any software timer related functions are used. This is achieved through IDF\ndefining a weak empty function for xTimerCreateTimerTask, which should take effect if timers.c\nis not pulled into the build.\n\nIn certain special cases (if you use configUSE_TRACE_FACILITY=y and event groups) the linker will\nstill pull in the xTimerCreateTimerTask from timers.c even if the function that utilized it gets\ndiscarded due to not being used.\n\nIn these cases you can use this option to force the timer task to be disabled.", + "id": "FREERTOS_USE_TIMERS", + "name": "FREERTOS_USE_TIMERS", + "range": null, + "title": "configUSE_TIMERS", + "type": "bool" }, { "children": [], @@ -6858,18 +8085,7 @@ { "children": [ { - "children": [ - { - "children": [], - "depends_on": "!FREERTOS_SMP && FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", - "help": "If enabled, this will include an extra column when vTaskList is called to display the CoreID the task\nis pinned to (0,1) or -1 if not pinned.", - "id": "FREERTOS_VTASKLIST_INCLUDE_COREID", - "name": "FREERTOS_VTASKLIST_INCLUDE_COREID", - "range": null, - "title": "Enable display of xCoreID in vTaskList", - "type": "bool" - } - ], + "children": [], "depends_on": "FREERTOS_USE_TRACE_FACILITY", "help": "Set configUSE_TRACE_FACILITY and configUSE_STATS_FORMATTING_FUNCTIONS to 1 to include the\n``vTaskList()`` and ``vTaskGetRunTimeStats()`` functions in the build (see\nconfigUSE_STATS_FORMATTING_FUNCTIONS documentation for more details).", "id": "FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", @@ -6890,6 +8106,57 @@ { "children": [], "depends_on": null, + "help": "Enable list integrity checker\n(see configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES documentation for more details).", + "id": "FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES", + "name": "FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES", + "range": null, + "title": "configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_SMP && FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", + "help": "If enabled, this will include an extra column when vTaskList is called to display the CoreID the task\nis pinned to (0,1) or -1 if not pinned.", + "id": "FREERTOS_VTASKLIST_INCLUDE_COREID", + "name": "FREERTOS_VTASKLIST_INCLUDE_COREID", + "range": null, + "title": "Enable display of xCoreID in vTaskList", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "configRUN_TIME_COUNTER_TYPE is set to uint32_t", + "id": "FREERTOS_RUN_TIME_COUNTER_TYPE_U32", + "name": "FREERTOS_RUN_TIME_COUNTER_TYPE_U32", + "range": null, + "title": "uint32_t", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "configRUN_TIME_COUNTER_TYPE is set to uint64_t", + "id": "FREERTOS_RUN_TIME_COUNTER_TYPE_U64", + "name": "FREERTOS_RUN_TIME_COUNTER_TYPE_U64", + "range": null, + "title": "uint64_t", + "type": "bool" + } + ], + "depends_on": "FREERTOS_GENERATE_RUN_TIME_STATS && !FREERTOS_SMP", + "help": "Sets the data type used for the FreeRTOS run time stats. A larger data type can be used to reduce the\nfrequency of the counter overflowing.", + "id": "component-config-freertos-kernel-configgenerate_run_time_stats-configrun_time_counter_type", + "name": "FREERTOS_RUN_TIME_COUNTER_TYPE", + "title": "configRUN_TIME_COUNTER_TYPE", + "type": "choice" + } + ], + "depends_on": null, "help": "Enables collection of run time statistics for each task (see configGENERATE_RUN_TIME_STATS\ndocumentation for more details).\n\nNote: The clock used for run time statistics can be configured in FREERTOS_RUN_TIME_STATS_CLK.", "id": "FREERTOS_GENERATE_RUN_TIME_STATS", "name": "FREERTOS_GENERATE_RUN_TIME_STATS", @@ -6917,6 +8184,16 @@ "range": null, "title": "configUSE_TICKLESS_IDLE", "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables task tagging functionality and its associated API (see configUSE_APPLICATION_TASK_TAG\ndocumentation for more details).", + "id": "FREERTOS_USE_APPLICATION_TASK_TAG", + "name": "FREERTOS_USE_APPLICATION_TASK_TAG", + "range": null, + "title": "configUSE_APPLICATION_TASK_TAG", + "type": "bool" } ], "depends_on": null, @@ -6928,7 +8205,7 @@ "children": [ { "children": [], - "depends_on": "COMPILER_OPTIMIZATION_DEFAULT || ESP_COREDUMP_ENABLE || ESP_GDBSTUB_ENABLED", + "depends_on": "COMPILER_OPTIMIZATION_DEBUG || ESP_COREDUMP_ENABLE || ESP_SYSTEM_PANIC_GDBSTUB || ESP_SYSTEM_GDBSTUB_RUNTIME", "help": "If enabled, all FreeRTOS task functions will be enclosed in a wrapper function. If a task function\nmistakenly returns (i.e. does not delete), the call flow will return to the wrapper function. The\nwrapper function will then log an error and abort the application. This option is also required for GDB\nbacktraces and C++ exceptions to work correctly inside top-level task functions.", "id": "FREERTOS_TASK_FUNCTION_WRAPPER", "name": "FREERTOS_TASK_FUNCTION_WRAPPER", @@ -6956,14 +8233,24 @@ "title": "Enable thread local storage pointers deletion callbacks", "type": "bool" }, + { + "children": [], + "depends_on": "!FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", + "help": "Enable this option to make FreeRTOS call a user provided hook function right before it deletes a task\n(i.e., frees/releases a dynamically/statically allocated task's memory). This is useful if users want\nto know when a task is actually deleted (in case the task's deletion is delegated to the IDLE task).\n\nIf this config option is enabled, users must define a ``void vTaskPreDeletionHook( void * pxTCB )``\nhook function in their application.", + "id": "FREERTOS_TASK_PRE_DELETION_HOOK", + "name": "FREERTOS_TASK_PRE_DELETION_HOOK", + "range": null, + "title": "Enable task pre-deletion hook", + "type": "bool" + }, { "children": [], "depends_on": null, - "help": "Enable this option to make FreeRTOS call the static task clean up hook when a task is deleted.\n\nNote: Users will need to provide a ``void vPortCleanUpTCB ( void *pxTCB )`` callback", + "help": "THIS OPTION IS DEPRECATED. Use FREERTOS_TASK_PRE_DELETION_HOOK instead.\n\nEnable this option to make FreeRTOS call the static task clean up hook when a task is deleted.\n\nNote: Users will need to provide a ``void vPortCleanUpTCB ( void *pxTCB )`` callback", "id": "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", "name": "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", "range": null, - "title": "Enable static task clean up hook", + "title": "Enable static task clean up hook (DEPRECATED)", "type": "bool" }, { @@ -7001,7 +8288,7 @@ }, { "children": [], - "depends_on": "IDF_TARGET_ESP32", + "depends_on": "SOC_CPU_HAS_FPU && (IDF_TARGET_ESP32 || IDF_TARGET_ESP32S3)", "help": "When enabled, the usage of float type is allowed inside Level 1 ISRs. Note that usage of float types in\nhigher level interrupts is still not permitted.", "id": "FREERTOS_FPU_IN_ISR", "name": "FREERTOS_FPU_IN_ISR", @@ -7139,16 +8426,6 @@ "title": "Place FreeRTOS functions into Flash", "type": "bool" }, - { - "children": [], - "depends_on": "FREERTOS_ENABLE_TASK_SNAPSHOT && !ESP_PANIC_HANDLER_IRAM", - "help": "When enabled, the functions related to snapshots, such as vTaskGetSnapshot or uxTaskGetSnapshotAll,\nwill be placed in flash. Note that if enabled, these functions cannot be called when cache is disabled.", - "id": "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH", - "name": "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH", - "range": null, - "title": "Place task snapshot functions into flash", - "type": "bool" - }, { "children": [], "depends_on": null, @@ -7158,16 +8435,6 @@ "range": null, "title": "Tests compliance with Vanilla FreeRTOS port*_CRITICAL calls", "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "When enabled, the functions related to snapshots, such as vTaskGetSnapshot or uxTaskGetSnapshotAll, are\ncompiled and linked. Task snapshots are used by Task Watchdog (TWDT), GDB Stub and Core dump.", - "id": "FREERTOS_ENABLE_TASK_SNAPSHOT", - "name": "FREERTOS_ENABLE_TASK_SNAPSHOT", - "range": null, - "title": "Enable task snapshot functions", - "type": "bool" } ], "depends_on": null, @@ -7175,6 +8442,34 @@ "title": "Port", "type": "menu" }, + { + "children": [ + { + "children": [], + "depends_on": "SPIRAM && FREERTOS_SUPPORT_STATIC_ALLOCATION", + "help": "Accessing memory in PSRAM has certain restrictions, so task stacks allocated by xTaskCreate\nare by default allocated from internal RAM.\n\nThis option allows for passing memory allocated from SPIRAM to be passed to xTaskCreateStatic.\nThis should only be used for tasks where the stack is never accessed while the cache is disabled.\n\nExtra notes for ESP32:\n\nBecause some bits of the ESP32 code environment cannot be recompiled with the cache workaround,\nnormally tasks cannot be safely run with their stack residing in external memory; for this reason\nxTaskCreate (and related task creation functions) always allocate stack in internal memory and\nxTaskCreateStatic will check if the memory passed to it is in internal memory.\nIf you have a task that needs a large amount of stack and does not call on ROM code in any way\n(no direct calls, but also no Bluetooth/WiFi), you can try enable this to\ncause xTaskCreateStatic to allow tasks stack in external memory.", + "id": "FREERTOS_TASK_CREATE_ALLOW_EXT_MEM", + "name": "FREERTOS_TASK_CREATE_ALLOW_EXT_MEM", + "range": null, + "title": "Allow external memory as an argument to xTaskCreateStatic (READ HELP)", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-freertos-extra", + "title": "Extra", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_PORT", + "name": "FREERTOS_PORT", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -7204,6 +8499,39 @@ "range": null, "title": null, "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_ENABLE_TASK_SNAPSHOT", + "name": "FREERTOS_ENABLE_TASK_SNAPSHOT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP_PANIC_HANDLER_IRAM", + "help": null, + "id": "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH", + "name": "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_NUMBER_OF_CORES", + "name": "FREERTOS_NUMBER_OF_CORES", + "range": [ + 1, + 2 + ], + "title": null, + "type": "int" } ], "depends_on": null, @@ -7392,6 +8720,16 @@ "range": null, "title": null, "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option to apply the countermeasure for ECDSA signature operation\nThis countermeasure masks the real ECDSA sign operation\nunder dummy sign operations to add randomness in the generated power signature.", + "id": "HAL_ECDSA_GEN_SIG_CM", + "name": "HAL_ECDSA_GEN_SIG_CM", + "range": null, + "title": "Enable countermeasure for ECDSA signature generation", + "type": "bool" } ], "depends_on": null, @@ -7404,207 +8742,351 @@ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_DEFAULT_LEVEL_NONE", - "name": "LOG_DEFAULT_LEVEL_NONE", - "range": null, - "title": "No output", - "type": "bool" + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_NONE", + "name": "LOG_DEFAULT_LEVEL_NONE", + "range": null, + "title": "No output", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_ERROR", + "name": "LOG_DEFAULT_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_WARN", + "name": "LOG_DEFAULT_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_INFO", + "name": "LOG_DEFAULT_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_DEBUG", + "name": "LOG_DEFAULT_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_VERBOSE", + "name": "LOG_DEFAULT_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": null, + "help": "Specify how much output to see in logs by default.\nYou can set lower verbosity level at runtime using\nesp_log_level_set() function if LOG_DYNAMIC_LEVEL_CONTROL\nis enabled.\n\nBy default, this setting limits which log statements\nare compiled into the program. For example, selecting\n\"Warning\" would mean that changing log level to \"Debug\"\nat runtime will not be possible. To allow increasing log\nlevel above the default at runtime, see the next option.", + "id": "component-config-log-log-level-default-log-verbosity", + "name": "LOG_DEFAULT_LEVEL", + "title": "Default log verbosity", + "type": "choice" }, { "children": [], - "depends_on": "", + "depends_on": null, "help": null, - "id": "LOG_DEFAULT_LEVEL_ERROR", - "name": "LOG_DEFAULT_LEVEL_ERROR", + "id": "LOG_DEFAULT_LEVEL", + "name": "LOG_DEFAULT_LEVEL", "range": null, - "title": "Error", - "type": "bool" + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_MAXIMUM_EQUALS_DEFAULT", + "name": "LOG_MAXIMUM_EQUALS_DEFAULT", + "range": null, + "title": "Same as default", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 1 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_ERROR", + "name": "LOG_MAXIMUM_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 2 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_WARN", + "name": "LOG_MAXIMUM_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 3 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_INFO", + "name": "LOG_MAXIMUM_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 4 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_DEBUG", + "name": "LOG_MAXIMUM_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 5 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_VERBOSE", + "name": "LOG_MAXIMUM_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": null, + "help": "This config option sets the highest log verbosity that it's possible to select\nat runtime by calling esp_log_level_set(). This level may be higher than\nthe default verbosity level which is set when the app starts up.\n\nThis can be used enable debugging output only at a critical point, for a particular\ntag, or to minimize startup time but then enable more logs once the firmware has\nloaded.\n\nNote that increasing the maximum available log level will increase the firmware\nbinary size.\n\nThis option only applies to logging from the app, the bootloader log level is\nfixed at compile time to the separate \"Bootloader log verbosity\" setting.", + "id": "component-config-log-log-level-maximum-log-verbosity", + "name": "LOG_MAXIMUM_LEVEL", + "title": "Maximum log verbosity", + "type": "choice" }, { "children": [], - "depends_on": "", + "depends_on": null, "help": null, - "id": "LOG_DEFAULT_LEVEL_WARN", - "name": "LOG_DEFAULT_LEVEL_WARN", + "id": "LOG_MAXIMUM_LEVEL", + "name": "LOG_MAXIMUM_LEVEL", "range": null, - "title": "Warning", - "type": "bool" + "title": null, + "type": "int" }, { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_DEFAULT_LEVEL_INFO", - "name": "LOG_DEFAULT_LEVEL_INFO", - "range": null, - "title": "Info", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_DEFAULT_LEVEL_DEBUG", - "name": "LOG_DEFAULT_LEVEL_DEBUG", - "range": null, - "title": "Debug", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_DEFAULT_LEVEL_VERBOSE", - "name": "LOG_DEFAULT_LEVEL_VERBOSE", - "range": null, - "title": "Verbose", - "type": "bool" + "children": [ + { + "children": [], + "depends_on": null, + "help": "Enables an additional global \"master\" log level check that occurs before a log tag cache\nlookup. This is useful if you want to compile in a lot of logs that are selectable at\nruntime, but avoid the performance hit during periods where you don't want log output.\n\nExamples include remote log forwarding, or disabling logs during a time-critical or\nCPU-intensive section and re-enabling them later. Results in larger program size\ndepending on number of logs compiled in.\n\nIf enabled, defaults to LOG_DEFAULT_LEVEL and can be set using\nesp_log_set_level_master(). This check takes precedence over ESP_LOG_LEVEL_LOCAL.", + "id": "LOG_MASTER_LEVEL", + "name": "LOG_MASTER_LEVEL", + "range": null, + "title": "Enable global master log level", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option allows dynamic changes to the log level at runtime\n(using esp_log_level_set()), providing the ability to increase or decrease\nthe log level during program execution.\nIf disabled, the log level remains static once set at compile-time and calling\nesp_log_level_set() will have no effect.\nIf binary size is a critical consideration and dynamic log level changes are not needed,\nconsider disabling this option when LOG_TAG_LEVEL_IMPL_NONE=y to minimize program size.", + "id": "LOG_DYNAMIC_LEVEL_CONTROL", + "name": "LOG_DYNAMIC_LEVEL_CONTROL", + "range": null, + "title": "Enable dynamic log level changes at runtime", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "This option disables the ability to set the log level per tag.\nThe ability to change the log level at runtime depends on LOG_DYNAMIC_LEVEL_CONTROL.\nIf LOG_DYNAMIC_LEVEL_CONTROL is disabled, then changing the log level at runtime\nusing `esp_log_level_set()` is not possible.\nThis implementation is suitable for highly constrained environments.", + "id": "LOG_TAG_LEVEL_IMPL_NONE", + "name": "LOG_TAG_LEVEL_IMPL_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this option to use the linked list-only implementation (no cache) for log level retrieval.\nThis approach searches the linked list of all tags for the log level, which may be slower\nfor a large number of tags but may have lower memory requirements than the CACHE approach.\nThe linked list approach compares the whole strings of log tags for finding the log level.", + "id": "LOG_TAG_LEVEL_IMPL_LINKED_LIST", + "name": "LOG_TAG_LEVEL_IMPL_LINKED_LIST", + "range": null, + "title": "Linked List", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this option to use a hybrid mode: cache in combination with the linked list\nfor log tag level checks. This hybrid approach offers a balance between speed and memory usage.\n\nThe cache stores recently accessed log tags and their corresponding log levels, providing\nfaster lookups for frequently used tags. The cache approach compares the tag pointers, which is\nfaster than comparing the whole strings.\n\nFor less frequently used tags, the linked list is used to search for the log level, which may be\nslower for a large number of tags but has lower memory requirements compared to a full cache.\n\nThis hybrid approach aims to improve the efficiency of log level retrieval by combining the benefits\nof both cache and linked list implementations.", + "id": "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST", + "name": "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST", + "range": null, + "title": "Cache + Linked List", + "type": "bool" + } + ], + "depends_on": null, + "help": "Choose the per-tag log level implementation for the log library. This functionality is used\nto enable/disable logs for a particular tag at run time. Applicable only for\napplication logs (i.e., not bootloader logs).", + "id": "component-config-log-log-level-level-settings-method-of-tag-level-checks", + "name": "LOG_TAG_LEVEL_IMPL", + "title": "Method of tag level checks", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "This option enables the use of a simple array-based cache implementation for storing and\nretrieving log tag levels. There is no additional code that reorders the cache for fast lookups.\nSuitable for projects where memory usage optimization is crucial and the simplicity of implementation\nis preferred.", + "id": "LOG_TAG_LEVEL_CACHE_ARRAY", + "name": "LOG_TAG_LEVEL_CACHE_ARRAY", + "range": null, + "title": "Array", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This option enables the use of a binary min-heap-based cache implementation for efficient\nstorage and retrieval of log tag levels. It does automatically optimizing cache for fast lookups.\nSuitable for projects where speed of lookup is critical and memory usage can accommodate\nthe overhead of maintaining a binary min-heap structure.", + "id": "LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP", + "name": "LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP", + "range": null, + "title": "Binary Min-Heap", + "type": "bool" + } + ], + "depends_on": "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST", + "help": "The cache stores recently accessed log tags (address of tag) and their corresponding log levels,\nproviding faster lookups for frequently used tags. Cache size can be configured using the\nLOG_TAG_LEVEL_IMPL_CACHE_SIZE option. The cache approach compares the tag pointers, which is\nfaster than comparing the whole strings.", + "id": "component-config-log-log-level-level-settings-cache-implementation", + "name": "LOG_TAG_LEVEL_CACHE_IMPL", + "title": "Cache implementation", + "type": "choice" + }, + { + "children": [], + "depends_on": "LOG_TAG_LEVEL_CACHE_ARRAY || LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP", + "help": "This option sets the size of the cache used for log tag entries. The cache stores recently accessed\nlog tags and their corresponding log levels, which helps improve the efficiency of log level retrieval.\nThe value must be a power of 2 minus 1 (e.g., 1, 3, 7, 15, 31, 63, 127, 255, ...)\nto ensure proper cache behavior. For LOG_TAG_LEVEL_CACHE_ARRAY option the value can be any,\nwithout restrictions.\n\nNote: A larger cache size can improve lookup performance for frequently used log tags but may consume\nmore memory. Conversely, a smaller cache size reduces memory usage but may lead to more frequent cache\nevictions for less frequently used log tags.", + "id": "LOG_TAG_LEVEL_IMPL_CACHE_SIZE", + "name": "LOG_TAG_LEVEL_IMPL_CACHE_SIZE", + "range": null, + "title": "Log Tag Cache Size", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-log-log-level-level-settings", + "title": "Level Settings", + "type": "menu" } ], "depends_on": null, - "help": "Specify how much output to see in logs by default.\nYou can set lower verbosity level at runtime using\nesp_log_level_set function.\n\nBy default, this setting limits which log statements\nare compiled into the program. For example, selecting\n\"Warning\" would mean that changing log level to \"Debug\"\nat runtime will not be possible. To allow increasing log\nlevel above the default at runtime, see the next option.", - "id": "component-config-log-output-default-log-verbosity", - "name": "LOG_DEFAULT_LEVEL", - "title": "Default log verbosity", - "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "LOG_DEFAULT_LEVEL", - "name": "LOG_DEFAULT_LEVEL", - "range": null, - "title": null, - "type": "int" + "id": "component-config-log-log-level", + "title": "Log Level", + "type": "menu" }, { "children": [ { "children": [], - "depends_on": "", - "help": null, - "id": "LOG_MAXIMUM_EQUALS_DEFAULT", - "name": "LOG_MAXIMUM_EQUALS_DEFAULT", + "depends_on": null, + "help": "Enable ANSI terminal color codes.\nIn order to view these, your terminal program must support ANSI color codes.", + "id": "LOG_COLORS", + "name": "LOG_COLORS", "range": null, - "title": "Same as default", + "title": "Color", "type": "bool" }, { - "children": [], - "depends_on": "LOG_DEFAULT_LEVEL < 1 && ", - "help": null, - "id": "LOG_MAXIMUM_LEVEL_ERROR", - "name": "LOG_MAXIMUM_LEVEL_ERROR", - "range": null, - "title": "Error", - "type": "bool" - }, - { - "children": [], - "depends_on": "LOG_DEFAULT_LEVEL < 2 && ", - "help": null, - "id": "LOG_MAXIMUM_LEVEL_WARN", - "name": "LOG_MAXIMUM_LEVEL_WARN", - "range": null, - "title": "Warning", - "type": "bool" - }, - { - "children": [], - "depends_on": "LOG_DEFAULT_LEVEL < 3 && ", - "help": null, - "id": "LOG_MAXIMUM_LEVEL_INFO", - "name": "LOG_MAXIMUM_LEVEL_INFO", - "range": null, - "title": "Info", - "type": "bool" - }, - { - "children": [], - "depends_on": "LOG_DEFAULT_LEVEL < 4 && ", - "help": null, - "id": "LOG_MAXIMUM_LEVEL_DEBUG", - "name": "LOG_MAXIMUM_LEVEL_DEBUG", - "range": null, - "title": "Debug", - "type": "bool" - }, - { - "children": [], - "depends_on": "LOG_DEFAULT_LEVEL < 5 && ", - "help": null, - "id": "LOG_MAXIMUM_LEVEL_VERBOSE", - "name": "LOG_MAXIMUM_LEVEL_VERBOSE", - "range": null, - "title": "Verbose", - "type": "bool" + "children": [ + { + "children": [], + "depends_on": "NO_SYMBOL && ", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_NONE", + "name": "LOG_TIMESTAMP_SOURCE_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_RTOS", + "name": "LOG_TIMESTAMP_SOURCE_RTOS", + "range": null, + "title": "Milliseconds Since Boot", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_SYSTEM", + "name": "LOG_TIMESTAMP_SOURCE_SYSTEM", + "range": null, + "title": "System Time (HH:MM:SS.sss)", + "type": "bool" + }, + { + "children": [], + "depends_on": "NO_SYMBOL && ", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_SYSTEM_FULL", + "name": "LOG_TIMESTAMP_SOURCE_SYSTEM_FULL", + "range": null, + "title": "System Time (YY-MM-DD HH:MM:SS.sss)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Choose what sort of timestamp is displayed in the log output:\n\n- \"None\" - The log will only contain the actual log messages themselves\n without any time-related information. Avoiding timestamps can help conserve\n processing power and memory. It might useful when you\n perform log analysis or debugging, sometimes it's more straightforward\n to work with logs that lack timestamps, especially if the time of occurrence\n is not critical for understanding the issues.\n\n- \"Milliseconds since boot\" is calculated from the RTOS tick count multiplied\n by the tick period. This time will reset after a software reboot.\n e.g. (90000)\n\n- \"System time (HH:MM:SS.sss)\" is taken from POSIX time functions which use the chip's\n RTC and high resolution timers to maintain an accurate time. The system time is\n initialized to 0 on startup, it can be set with an SNTP sync, or with\n POSIX time functions. This time will not reset after a software reboot.\n e.g. (00:01:30.000)\n\n- \"System time (YY-MM-DD HH:MM:SS.sss)\" it is the same as the above,\n but also prints the date as well.\n\n- NOTE: Currently this will not get used in logging from binary blobs\n (i.e WiFi & Bluetooth libraries), these will always print\n milliseconds since boot.", + "id": "component-config-log-format-timestamp", + "name": "LOG_TIMESTAMP_SOURCE", + "title": "Timestamp", + "type": "choice" } ], "depends_on": null, - "help": "This config option sets the highest log verbosity that it's possible to select\nat runtime by calling esp_log_level_set(). This level may be higher than\nthe default verbosity level which is set when the app starts up.\n\nThis can be used enable debugging output only at a critical point, for a particular\ntag, or to minimize startup time but then enable more logs once the firmware has\nloaded.\n\nNote that increasing the maximum available log level will increase the firmware\nbinary size.\n\nThis option only applies to logging from the app, the bootloader log level is\nfixed at compile time to the separate \"Bootloader log verbosity\" setting.", - "id": "component-config-log-output-maximum-log-verbosity", - "name": "LOG_MAXIMUM_LEVEL", - "title": "Maximum log verbosity", - "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "LOG_MAXIMUM_LEVEL", - "name": "LOG_MAXIMUM_LEVEL", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Enable ANSI terminal color codes in bootloader output.\n\nIn order to view these, your terminal program must support ANSI color codes.", - "id": "LOG_COLORS", - "name": "LOG_COLORS", - "range": null, - "title": "Use ANSI terminal colors in log output", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_TIMESTAMP_SOURCE_RTOS", - "name": "LOG_TIMESTAMP_SOURCE_RTOS", - "range": null, - "title": "Milliseconds Since Boot", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_TIMESTAMP_SOURCE_SYSTEM", - "name": "LOG_TIMESTAMP_SOURCE_SYSTEM", - "range": null, - "title": "System Time", - "type": "bool" - } - ], - "depends_on": null, - "help": "Choose what sort of timestamp is displayed in the log output:\n\n- Milliseconds since boot is calulated from the RTOS tick count multiplied\n by the tick period. This time will reset after a software reboot.\n e.g. (90000)\n\n- System time is taken from POSIX time functions which use the chip's\n RTC and high resoultion timers to maintain an accurate time. The system time is\n initialized to 0 on startup, it can be set with an SNTP sync, or with\n POSIX time functions. This time will not reset after a software reboot.\n e.g. (00:01:30.000)\n\n- NOTE: Currently this will not get used in logging from binary blobs\n (i.e WiFi & Bluetooth libraries), these will always print\n milliseconds since boot.", - "id": "component-config-log-output-log-timestamps", - "name": "LOG_TIMESTAMP_SOURCE", - "title": "Log Timestamps", - "type": "choice" + "id": "component-config-log-format", + "title": "Format", + "type": "menu" } ], "depends_on": null, - "id": "component-config-log-output", - "title": "Log output", + "id": "component-config-log", + "title": "Log", "type": "menu" }, { @@ -7643,7 +9125,7 @@ } ], "depends_on": null, - "help": "This option allows configuring the desired line endings sent to UART\nwhen a newline ('\\n', LF) appears on stdout.\nThree options are possible:\n\nCRLF: whenever LF is encountered, prepend it with CR\n\nLF: no modification is applied, stdout is sent as is\n\nCR: each occurence of LF is replaced with CR\n\nThis option doesn't affect behavior of the UART driver (drivers/uart.h).", + "help": "This option allows configuring the desired line endings sent to UART\nwhen a newline ('\\n', LF) appears on stdout.\nThree options are possible:\n\nCRLF: whenever LF is encountered, prepend it with CR\n\nLF: no modification is applied, stdout is sent as is\n\nCR: each occurrence of LF is replaced with CR\n\nThis option doesn't affect behavior of the UART driver (drivers/uart.h).", "id": "component-config-newlib-line-ending-for-uart-output", "name": "NEWLIB_STDOUT_LINE_ENDING", "title": "Line ending for UART output", @@ -7683,7 +9165,7 @@ } ], "depends_on": null, - "help": "This option allows configuring which input sequence on UART produces\na newline ('\\n', LF) on stdin.\nThree options are possible:\n\nCRLF: CRLF is converted to LF\n\nLF: no modification is applied, input is sent to stdin as is\n\nCR: each occurence of CR is replaced with LF\n\nThis option doesn't affect behavior of the UART driver (drivers/uart.h).", + "help": "This option allows configuring which input sequence on UART produces\na newline ('\\n', LF) on stdin.\nThree options are possible:\n\nCRLF: CRLF is converted to LF\n\nLF: no modification is applied, input is sent to stdin as is\n\nCR: each occurrence of CR is replaced with LF\n\nThis option doesn't affect behavior of the UART driver (drivers/uart.h).", "id": "component-config-newlib-line-ending-for-uart-input", "name": "NEWLIB_STDIN_LINE_ENDING", "title": "Line ending for UART input", @@ -7692,7 +9174,7 @@ { "children": [], "depends_on": null, - "help": "In most chips the ROM contains parts of newlib C library, including printf/scanf family\nof functions. These functions have been compiled with so-called \"nano\"\nformatting option. This option doesn't support 64-bit integer formats and C99\nfeatures, such as positional arguments.\n\nFor more details about \"nano\" formatting option, please see newlib readme file,\nsearch for '--enable-newlib-nano-formatted-io':\nhttps://sourceware.org/newlib/README\n\nIf this option is enabled and the ROM contains functions from newlib-nano, the build system\nwill use functions available in ROM, reducing the application binary size.\nFunctions available in ROM run faster than functions which run from flash. Functions available\nin ROM can also run when flash instruction cache is disabled.\n\nSome chips (e.g. ESP32-C6) has the full formatting versions of printf/scanf in ROM instead of\nthe nano versions and in this building with newlib nano might actually increase the size of\nthe binary. Which functions are present in ROM can be seen from ROM caps:\nESP_ROM_HAS_NEWLIB_NANO_FORMAT and ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT.\n\nIf you need 64-bit integer formatting support or C99 features, keep this\noption disabled.", + "help": "In most chips the ROM contains parts of newlib C library, including printf/scanf family\nof functions. These functions have been compiled with so-called \"nano\"\nformatting option. This option doesn't support 64-bit integer formats and C99\nfeatures, such as positional arguments.\n\nFor more details about \"nano\" formatting option, please see newlib readme file,\nsearch for '--enable-newlib-nano-formatted-io':\nhttps://sourceware.org/git/?p=newlib-cygwin.git;a=blob_plain;f=newlib/README;hb=HEAD\n\nIf this option is enabled and the ROM contains functions from newlib-nano, the build system\nwill use functions available in ROM, reducing the application binary size.\nFunctions available in ROM run faster than functions which run from flash. Functions available\nin ROM can also run when flash instruction cache is disabled.\n\nSome chips (e.g. ESP32-C6) has the full formatting versions of printf/scanf in ROM instead of\nthe nano versions and in this building with newlib nano might actually increase the size of\nthe binary. Which functions are present in ROM can be seen from ROM caps:\nESP_ROM_HAS_NEWLIB_NANO_FORMAT and ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT.\n\nIf you need 64-bit integer formatting support or C99 features, keep this\noption disabled.", "id": "NEWLIB_NANO_FORMAT", "name": "NEWLIB_NANO_FORMAT", "range": null, @@ -7743,7 +9225,7 @@ } ], "depends_on": null, - "help": "This setting defines which hardware timers are used to\nimplement 'gettimeofday' and 'time' functions in C library.\n\n- If both high-resolution (systimer for all targets except ESP32)\n and RTC timers are used, timekeeping will continue in deep sleep.\n Time will be reported at 1 microsecond resolution.\n This is the default, and the recommended option.\n- If only high-resolution timer (systimer) is used, gettimeofday will\n provide time at microsecond resolution.\n Time will not be preserved when going into deep sleep mode.\n- If only RTC timer is used, timekeeping will continue in\n deep sleep, but time will be measured at 6.(6) microsecond\n resolution. Also the gettimeofday function itself may take\n longer to run.\n- If no timers are used, gettimeofday and time functions\n return -1 and set errno to ENOSYS.\n- When RTC is used for timekeeping, two RTC_STORE registers are\n used to keep time in deep sleep mode.", + "help": "This setting defines which hardware timers are used to\nimplement 'gettimeofday' and 'time' functions in C library.\n\n- If both high-resolution (systimer for all targets except ESP32)\n and RTC timers are used, timekeeping will continue in deep sleep.\n Time will be reported at 1 microsecond resolution.\n This is the default, and the recommended option.\n- If only high-resolution timer (systimer) is used, gettimeofday will\n provide time at microsecond resolution.\n Time will not be preserved when going into deep sleep mode.\n- If only RTC timer is used, timekeeping will continue in\n deep sleep, but time will be measured at 6.(6) microsecond\n resolution. Also the gettimeofday function itself may take\n longer to run.\n- If no timers are used, gettimeofday and time functions\n return -1 and set errno to ENOSYS; they are defined as weak,\n so they could be overridden.\n If you want to customize gettimeofday() and other time functions,\n please choose this option and refer to the 'time.c' source file\n for the exact prototypes of these functions.\n\n- When RTC is used for timekeeping, two RTC_STORE registers are\n used to keep time in deep sleep mode.", "id": "component-config-newlib-timers-used-for-gettimeofday-function", "name": "NEWLIB_TIME_SYSCALL", "title": "Timers used for gettimeofday function", @@ -7755,10 +9237,30 @@ "title": "Newlib", "type": "menu" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "STDATOMIC_S32C1I_SPIRAM_WORKAROUND", + "name": "STDATOMIC_S32C1I_SPIRAM_WORKAROUND", + "range": null, + "title": null, + "type": "bool" + }, { "children": [ { "children": [ + { + "children": [], + "depends_on": "SOC_MMU_PAGE_SIZE_8KB_SUPPORTED", + "help": null, + "id": "MMU_PAGE_SIZE_8KB", + "name": "MMU_PAGE_SIZE_8KB", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -7821,6 +9323,183 @@ "title": "SoC Settings", "type": "menu" }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "When this option is selected, the patch will be enabled for XMC.\nFollow the recommended flow by XMC for better stability.\n\nDO NOT DISABLE UNLESS YOU KNOW WHAT YOU ARE DOING.", + "id": "SPI_FLASH_BROWNOUT_RESET_XMC", + "name": "SPI_FLASH_BROWNOUT_RESET_XMC", + "range": null, + "title": "Enable sending reset when brownout for XMC flash chips", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "When brownout happens during flash erase/write operations,\nsend reset command to stop the flash operations to improve stability.", + "id": "SPI_FLASH_BROWNOUT_RESET", + "name": "SPI_FLASH_BROWNOUT_RESET", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-main-flash-configuration-spi-flash-behavior-when-brownout", + "title": "SPI Flash behavior when brownout", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This is a helper config for HPM. Invisible for users.", + "id": "SPI_FLASH_UNDER_HIGH_FREQ", + "name": "SPI_FLASH_UNDER_HIGH_FREQ", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_ENA", + "name": "SPI_FLASH_HPM_ENA", + "range": null, + "title": "Enable", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_AUTO", + "name": "SPI_FLASH_HPM_AUTO", + "range": null, + "title": "Auto (Not recommended)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_DIS", + "name": "SPI_FLASH_HPM_DIS", + "range": null, + "title": "Disabled", + "type": "bool" + } + ], + "depends_on": "IDF_TARGET_ESP32S3 && !ESPTOOLPY_OCT_FLASH && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Whether the High Performance Mode of Flash is enabled. As an optional feature, user needs to manually\nenable this option as a confirmation. To be back-compatible with earlier IDF version, this option is\nautomatically enabled with warning when Flash running > 80Mhz.", + "id": "component-config-main-flash-configuration-optional-and-experimental-features-read-docs-first--high-performance-mode-read-docs-first-80mhz-", + "name": "SPI_FLASH_HPM", + "title": "High Performance Mode (READ DOCS FIRST, > 80MHz)", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option is invisible, and will be selected automatically\nwhen ``ESPTOOLPY_FLASHFREQ_120M`` is selected.", + "id": "SPI_FLASH_HPM_ON", + "name": "SPI_FLASH_HPM_ON", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_DC_AUTO", + "name": "SPI_FLASH_HPM_DC_AUTO", + "range": null, + "title": "Auto (Enable when bootloader support enabled (BOOTLOADER_FLASH_DC_AWARE))", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_DC_DISABLE", + "name": "SPI_FLASH_HPM_DC_DISABLE", + "range": null, + "title": "Disable (READ DOCS FIRST)", + "type": "bool" + } + ], + "depends_on": "SPI_FLASH_HPM_ON && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This feature needs your bootloader to be compiled DC-aware (BOOTLOADER_FLASH_DC_AWARE=y). Otherwise the\nchip will not be able to boot after a reset.", + "id": "component-config-main-flash-configuration-optional-and-experimental-features-read-docs-first--support-hpm-using-dc-read-docs-first-", + "name": "SPI_FLASH_HPM_DC", + "title": "Support HPM using DC (READ DOCS FIRST)", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This is a helper config for HPM. Whether HPM-DC is enabled is also determined by bootloader.\nInvisible for users.", + "id": "SPI_FLASH_HPM_DC_ON", + "name": "SPI_FLASH_HPM_DC_ON", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND && !SPI_FLASH_ROM_IMPL && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option is disabled by default because it is supported only\nfor specific flash chips and for specific Espressif chips.\nTo evaluate if you can use this feature refer to\n`Optional Features for Flash` > `Auto Suspend & Resume` of the `ESP-IDF Programming Guide`.\n\nCAUTION: If you want to OTA to an app with this feature turned on, please make\nsure the bootloader has the support for it. (later than IDF v4.3)\n\nIf you are using an official Espressif module, please contact Espressif Business support\nto check if the module has the flash that support this feature installed.\nAlso refer to `Concurrency Constraints for Flash on SPI1` > `Flash Auto Suspend Feature`\nbefore enabling this option.", + "id": "SPI_FLASH_AUTO_SUSPEND", + "name": "SPI_FLASH_AUTO_SUSPEND", + "range": null, + "title": "Auto suspend long erase/write operations (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This config is used for setting Tsus parameter. Tsus means CS# high to next command after\nsuspend. You can refer to the chapter of AC CHARACTERISTICS of flash datasheet.", + "id": "SPI_FLASH_SUSPEND_TSUS_VAL_US", + "name": "SPI_FLASH_SUSPEND_TSUS_VAL_US", + "range": [ + 20, + 100 + ], + "title": "SPI flash tSUS value (refer to chapter AC CHARACTERISTICS)", + "type": "int" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "XMC-C series is regarded as not qualified for the Suspend feature, since its specification\nhas a tRS >= 1ms restriction. We strongly do not suggest using it for the Suspend feature.\nHowever, if your product in field has enabled this feature, you may still enable this\nconfig option to keep the legacy behavior.\n\nFor new users, DO NOT enable this config.", + "id": "SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND", + "name": "SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND", + "range": null, + "title": "Enable XMC-C series flash chip suspend feature anyway", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-main-flash-configuration-optional-and-experimental-features-read-docs-first-", + "title": "Optional and Experimental Features (READ DOCS FIRST)", + "type": "menu" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-main-flash-configuration", + "title": "Main Flash configuration", + "type": "menu" + }, { "children": [ { @@ -7968,23 +9647,13 @@ } ], "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", - "help": "This allows to yield the CPUs between erase commands.\nPrevents starvation of other tasks.\nPlease use this configuration together with ``SPI_FLASH_ERASE_YIELD_DURATION_MS`` and\n``SPI_FLASH_ERASE_YIELD_TICKS`` after carefully checking flash datasheet to avoid a\nwatchdog timeout.\nFor more information, please check `SPI Flash API` reference documenation\nunder section `OS Function`.", + "help": "This allows to yield the CPUs between erase commands.\nPrevents starvation of other tasks.\nPlease use this configuration together with ``SPI_FLASH_ERASE_YIELD_DURATION_MS`` and\n``SPI_FLASH_ERASE_YIELD_TICKS`` after carefully checking flash datasheet to avoid a\nwatchdog timeout.\nFor more information, please check `SPI Flash API` reference documentation\nunder section `OS Function`.", "id": "SPI_FLASH_YIELD_DURING_ERASE", "name": "SPI_FLASH_YIELD_DURING_ERASE", "range": null, "title": "Enables yield operation during flash erase", "type": "bool" }, - { - "children": [], - "depends_on": "IDF_TARGET_ESP32C3 && !SPI_FLASH_ROM_IMPL && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "This option is default n before ESP32-C3, because it needs bootloader support.\n\nCAUTION: If you want to OTA to an app with this feature turned on, please make\nsure the bootloader has the support for it. (later than IDF v4.3)\n\nAuto-suspend feature only supported by XMC chip.\nIf you are using an official module, please contact Espressif Business support.\nAlso reading auto suspend part in `SPI Flash API` document before you enable this function.", - "id": "SPI_FLASH_AUTO_SUSPEND", - "name": "SPI_FLASH_AUTO_SUSPEND", - "range": null, - "title": "Auto suspend long erase/write operations (READ DOCS FIRST)", - "type": "bool" - }, { "children": [], "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", @@ -8028,34 +9697,6 @@ "title": "Override default chip driver list", "type": "bool" }, - { - "children": [ - { - "children": [], - "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", - "help": "When this option is selected, the patch will be enabled for XMC.\nFollow the recommended flow by XMC for better stability.\n\nDO NOT DISABLE UNLESS YOU KNOW WHAT YOU ARE DOING.", - "id": "SPI_FLASH_BROWNOUT_RESET_XMC", - "name": "SPI_FLASH_BROWNOUT_RESET_XMC", - "range": null, - "title": "Enable sending reset when brownout for XMC flash chips", - "type": "bool" - }, - { - "children": [], - "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", - "help": "When brownout happens during flash erase/write operations,\nsend reset command to stop the flash operations to improve stability.", - "id": "SPI_FLASH_BROWNOUT_RESET", - "name": "SPI_FLASH_BROWNOUT_RESET", - "range": null, - "title": null, - "type": "bool" - } - ], - "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", - "id": "component-config-spi-flash-driver-spi-flash-behavior-when-brownout", - "title": "SPI Flash behavior when brownout", - "type": "menu" - }, { "children": [ { @@ -8108,6 +9749,26 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "SPI_FLASH_VENDOR_BOYA_SUPPORTED", + "name": "SPI_FLASH_VENDOR_BOYA_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "SPI_FLASH_VENDOR_TH_SUPPORTED", + "name": "SPI_FLASH_VENDOR_TH_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", @@ -8193,16 +9854,6 @@ "range": null, "title": "Enable encrypted partition read/write operations", "type": "bool" - }, - { - "children": [], - "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", - "help": "This option is invisible, and will be selected automatically\nwhen ``ESPTOOLPY_FLASHFREQ_120M`` is selected.", - "id": "SPI_FLASH_HPM_ENABLE", - "name": "SPI_FLASH_HPM_ENABLE", - "range": null, - "title": null, - "type": "bool" } ], "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", @@ -8219,7 +9870,7 @@ { "children": [], "depends_on": null, - "help": "By enabling this option, ESP-IDF experimental feature options will be visible.\n\nNote you should still enable a certain experimental feature option to use it, and you\nshould read the corresponding risk warning and known issue list carefully.", + "help": "By enabling this option, ESP-IDF experimental feature options will be visible.\n\nNote you should still enable a certain experimental feature option to use it, and you\nshould read the corresponding risk warning and known issue list carefully.\n\nCurrent experimental feature list:\n\n- CONFIG_ESPTOOLPY_FLASHFREQ_120M && CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_DTR\n- CONFIG_SPIRAM_SPEED_120M && CONFIG_SPIRAM_MODE_OCT\n- CONFIG_BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH\n- CONFIG_ESP_WIFI_EAP_TLS1_3\n- CONFIG_ESP_WIFI_ENABLE_ROAMING_APP\n- CONFIG_USB_HOST_EXT_PORT_SUPPORT_LS\n- CONFIG_USB_HOST_EXT_PORT_RESET_ATTEMPTS", "id": "IDF_EXPERIMENTAL_FEATURES", "name": "IDF_EXPERIMENTAL_FEATURES", "range": null, diff --git a/ESP32-IDF_ePaper/build/bootloader/config/sdkconfig.cmake b/ESP32-IDF_ePaper/build/bootloader/config/sdkconfig.cmake index 058cf8d49..be15151b2 100644 --- a/ESP32-IDF_ePaper/build/bootloader/config/sdkconfig.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/config/sdkconfig.cmake @@ -1,27 +1,26 @@ # -# Automatically generated file. DO NOT EDIT. -# Espressif IoT Development Framework (ESP-IDF) Configuration cmake include file -# -set(CONFIG_SOC_BROWNOUT_RESET_SUPPORTED "Not determined") -set(CONFIG_SOC_TWAI_BRP_DIV_SUPPORTED "Not determined") -set(CONFIG_SOC_DPORT_WORKAROUND "Not determined") -set(CONFIG_SOC_CAPS_ECO_VER_MAX "301") + # Automatically generated file. DO NOT EDIT. + # Espressif IoT Development Framework (ESP-IDF) Configuration cmake include file + # set(CONFIG_SOC_ADC_SUPPORTED "y") -set(CONFIG_SOC_DAC_SUPPORTED "y") +set(CONFIG_SOC_DEDICATED_GPIO_SUPPORTED "y") set(CONFIG_SOC_UART_SUPPORTED "y") -set(CONFIG_SOC_MCPWM_SUPPORTED "y") +set(CONFIG_SOC_GDMA_SUPPORTED "y") +set(CONFIG_SOC_AHB_GDMA_SUPPORTED "y") set(CONFIG_SOC_GPTIMER_SUPPORTED "y") -set(CONFIG_SOC_SDMMC_HOST_SUPPORTED "y") -set(CONFIG_SOC_BT_SUPPORTED "y") -set(CONFIG_SOC_PCNT_SUPPORTED "y") -set(CONFIG_SOC_WIFI_SUPPORTED "y") -set(CONFIG_SOC_SDIO_SLAVE_SUPPORTED "y") set(CONFIG_SOC_TWAI_SUPPORTED "y") -set(CONFIG_SOC_EMAC_SUPPORTED "y") -set(CONFIG_SOC_ULP_SUPPORTED "y") -set(CONFIG_SOC_CCOMP_TIMER_SUPPORTED "y") +set(CONFIG_SOC_BT_SUPPORTED "y") +set(CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED "y") +set(CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED "y") +set(CONFIG_SOC_TEMP_SENSOR_SUPPORTED "y") +set(CONFIG_SOC_XT_WDT_SUPPORTED "y") +set(CONFIG_SOC_PHY_SUPPORTED "y") +set(CONFIG_SOC_WIFI_SUPPORTED "y") +set(CONFIG_SOC_SUPPORTS_SECURE_DL_MODE "y") +set(CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD "y") +set(CONFIG_SOC_EFUSE_HAS_EFUSE_RST_BUG "y") +set(CONFIG_SOC_EFUSE_SUPPORTED "y") set(CONFIG_SOC_RTC_FAST_MEM_SUPPORTED "y") -set(CONFIG_SOC_RTC_SLOW_MEM_SUPPORTED "y") set(CONFIG_SOC_RTC_MEM_SUPPORTED "y") set(CONFIG_SOC_I2S_SUPPORTED "y") set(CONFIG_SOC_RMT_SUPPORTED "y") @@ -29,195 +28,268 @@ set(CONFIG_SOC_SDM_SUPPORTED "y") set(CONFIG_SOC_GPSPI_SUPPORTED "y") set(CONFIG_SOC_LEDC_SUPPORTED "y") set(CONFIG_SOC_I2C_SUPPORTED "y") +set(CONFIG_SOC_SYSTIMER_SUPPORTED "y") set(CONFIG_SOC_SUPPORT_COEXISTENCE "y") set(CONFIG_SOC_AES_SUPPORTED "y") set(CONFIG_SOC_MPI_SUPPORTED "y") set(CONFIG_SOC_SHA_SUPPORTED "y") +set(CONFIG_SOC_HMAC_SUPPORTED "y") +set(CONFIG_SOC_DIG_SIGN_SUPPORTED "y") set(CONFIG_SOC_FLASH_ENC_SUPPORTED "y") set(CONFIG_SOC_SECURE_BOOT_SUPPORTED "y") -set(CONFIG_SOC_TOUCH_SENSOR_SUPPORTED "y") +set(CONFIG_SOC_MEMPROT_SUPPORTED "y") set(CONFIG_SOC_BOD_SUPPORTED "y") -set(CONFIG_SOC_ULP_FSM_SUPPORTED "y") -set(CONFIG_SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL "5") -set(CONFIG_SOC_XTAL_SUPPORT_26M "y") +set(CONFIG_SOC_CLK_TREE_SUPPORTED "y") +set(CONFIG_SOC_ASSIST_DEBUG_SUPPORTED "y") +set(CONFIG_SOC_WDT_SUPPORTED "y") +set(CONFIG_SOC_SPI_FLASH_SUPPORTED "y") +set(CONFIG_SOC_RNG_SUPPORTED "y") +set(CONFIG_SOC_LIGHT_SLEEP_SUPPORTED "y") +set(CONFIG_SOC_DEEP_SLEEP_SUPPORTED "y") +set(CONFIG_SOC_LP_PERIPH_SHARE_INTERRUPT "y") +set(CONFIG_SOC_PM_SUPPORTED "y") set(CONFIG_SOC_XTAL_SUPPORT_40M "y") -set(CONFIG_SOC_XTAL_SUPPORT_AUTO_DETECT "y") -set(CONFIG_SOC_ADC_RTC_CTRL_SUPPORTED "y") +set(CONFIG_SOC_AES_SUPPORT_DMA "y") +set(CONFIG_SOC_AES_GDMA "y") +set(CONFIG_SOC_AES_SUPPORT_AES_128 "y") +set(CONFIG_SOC_AES_SUPPORT_AES_256 "y") set(CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED "y") +set(CONFIG_SOC_ADC_ARBITER_SUPPORTED "y") +set(CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED "y") +set(CONFIG_SOC_ADC_MONITOR_SUPPORTED "y") set(CONFIG_SOC_ADC_DMA_SUPPORTED "y") set(CONFIG_SOC_ADC_PERIPH_NUM "2") -set(CONFIG_SOC_ADC_MAX_CHANNEL_NUM "10") +set(CONFIG_SOC_ADC_MAX_CHANNEL_NUM "5") set(CONFIG_SOC_ADC_ATTEN_NUM "4") -set(CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM "2") -set(CONFIG_SOC_ADC_PATT_LEN_MAX "16") -set(CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH "9") +set(CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM "1") +set(CONFIG_SOC_ADC_PATT_LEN_MAX "8") +set(CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH "12") set(CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH "12") -set(CONFIG_SOC_ADC_DIGI_RESULT_BYTES "2") +set(CONFIG_SOC_ADC_DIGI_RESULT_BYTES "4") set(CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV "4") -set(CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH "2") -set(CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW "20") -set(CONFIG_SOC_ADC_RTC_MIN_BITWIDTH "9") +set(CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM "2") +set(CONFIG_SOC_ADC_DIGI_MONITOR_NUM "2") +set(CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH "83333") +set(CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW "611") +set(CONFIG_SOC_ADC_RTC_MIN_BITWIDTH "12") set(CONFIG_SOC_ADC_RTC_MAX_BITWIDTH "12") +set(CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED "y") +set(CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED "y") +set(CONFIG_SOC_ADC_SHARED_POWER "y") +set(CONFIG_SOC_APB_BACKUP_DMA "y") +set(CONFIG_SOC_BROWNOUT_RESET_SUPPORTED "y") set(CONFIG_SOC_SHARED_IDCACHE_SUPPORTED "y") -set(CONFIG_SOC_IDCACHE_PER_CORE "y") -set(CONFIG_SOC_CPU_CORES_NUM "2") +set(CONFIG_SOC_CACHE_MEMORY_IBANK_SIZE "0x4000") +set(CONFIG_SOC_CPU_CORES_NUM "1") set(CONFIG_SOC_CPU_INTR_NUM "32") -set(CONFIG_SOC_CPU_HAS_FPU "y") -set(CONFIG_SOC_CPU_BREAKPOINTS_NUM "2") -set(CONFIG_SOC_CPU_WATCHPOINTS_NUM "2") -set(CONFIG_SOC_CPU_WATCHPOINT_SIZE "64") -set(CONFIG_SOC_DAC_CHAN_NUM "2") -set(CONFIG_SOC_DAC_RESOLUTION "8") -set(CONFIG_SOC_DAC_DMA_16BIT_ALIGN "y") +set(CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC "y") +set(CONFIG_SOC_CPU_HAS_CSR_PC "y") +set(CONFIG_SOC_CPU_BREAKPOINTS_NUM "8") +set(CONFIG_SOC_CPU_WATCHPOINTS_NUM "8") +set(CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE "0x80000000") +set(CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN "3072") +set(CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH "16") +set(CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US "1100") +set(CONFIG_SOC_AHB_GDMA_VERSION "1") +set(CONFIG_SOC_GDMA_NUM_GROUPS_MAX "1") +set(CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX "3") set(CONFIG_SOC_GPIO_PORT "1") -set(CONFIG_SOC_GPIO_PIN_COUNT "40") -set(CONFIG_SOC_GPIO_VALID_GPIO_MASK "0xffffffffff") -set(CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK "0xef0fea") -set(CONFIG_SOC_I2C_NUM "2") +set(CONFIG_SOC_GPIO_PIN_COUNT "22") +set(CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER "y") +set(CONFIG_SOC_GPIO_FILTER_CLK_SUPPORT_APB "y") +set(CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD "y") +set(CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP "y") +set(CONFIG_SOC_GPIO_IN_RANGE_MAX "21") +set(CONFIG_SOC_GPIO_OUT_RANGE_MAX "21") +set(CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK "0") +set(CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT "6") +set(CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK "0x3fffc0") +set(CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX "y") +set(CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM "3") +set(CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP "y") +set(CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM "8") +set(CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM "8") +set(CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE "y") +set(CONFIG_SOC_I2C_NUM "1") +set(CONFIG_SOC_HP_I2C_NUM "1") set(CONFIG_SOC_I2C_FIFO_LEN "32") -set(CONFIG_SOC_I2C_CMD_REG_NUM "16") +set(CONFIG_SOC_I2C_CMD_REG_NUM "8") set(CONFIG_SOC_I2C_SUPPORT_SLAVE "y") -set(CONFIG_SOC_I2C_SUPPORT_APB "y") -set(CONFIG_SOC_I2S_NUM "2") -set(CONFIG_SOC_I2S_HW_VERSION_1 "y") -set(CONFIG_SOC_I2S_SUPPORTS_APLL "y") +set(CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS "y") +set(CONFIG_SOC_I2C_SUPPORT_XTAL "y") +set(CONFIG_SOC_I2C_SUPPORT_RTC "y") +set(CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR "y") +set(CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST "y") +set(CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE "y") +set(CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS "y") +set(CONFIG_SOC_I2S_NUM "1") +set(CONFIG_SOC_I2S_HW_VERSION_2 "y") +set(CONFIG_SOC_I2S_SUPPORTS_XTAL "y") set(CONFIG_SOC_I2S_SUPPORTS_PLL_F160M "y") +set(CONFIG_SOC_I2S_SUPPORTS_PCM "y") set(CONFIG_SOC_I2S_SUPPORTS_PDM "y") set(CONFIG_SOC_I2S_SUPPORTS_PDM_TX "y") -set(CONFIG_SOC_I2S_PDM_MAX_TX_LINES "1") -set(CONFIG_SOC_I2S_SUPPORTS_PDM_RX "y") -set(CONFIG_SOC_I2S_PDM_MAX_RX_LINES "1") -set(CONFIG_SOC_I2S_SUPPORTS_ADC_DAC "y") -set(CONFIG_SOC_I2S_SUPPORTS_ADC "y") -set(CONFIG_SOC_I2S_SUPPORTS_DAC "y") -set(CONFIG_SOC_I2S_SUPPORTS_LCD_CAMERA "y") -set(CONFIG_SOC_I2S_TRANS_SIZE_ALIGN_WORD "y") -set(CONFIG_SOC_I2S_LCD_I80_VARIANT "y") -set(CONFIG_SOC_LCD_I80_SUPPORTED "y") -set(CONFIG_SOC_LCD_I80_BUSES "2") -set(CONFIG_SOC_LCD_I80_BUS_WIDTH "24") -set(CONFIG_SOC_LEDC_HAS_TIMER_SPECIFIC_MUX "y") +set(CONFIG_SOC_I2S_PDM_MAX_TX_LINES "2") +set(CONFIG_SOC_I2S_SUPPORTS_TDM "y") set(CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK "y") -set(CONFIG_SOC_LEDC_SUPPORT_REF_TICK "y") -set(CONFIG_SOC_LEDC_SUPPORT_HS_MODE "y") -set(CONFIG_SOC_LEDC_CHANNEL_NUM "8") -set(CONFIG_SOC_LEDC_TIMER_BIT_WIDTH "20") -set(CONFIG_SOC_MCPWM_GROUPS "2") -set(CONFIG_SOC_MCPWM_TIMERS_PER_GROUP "3") -set(CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP "3") -set(CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR "2") -set(CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR "2") -set(CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR "2") -set(CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP "3") -set(CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP "y") -set(CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER "3") -set(CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP "3") -set(CONFIG_SOC_MMU_PERIPH_NUM "2") -set(CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM "3") +set(CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK "y") +set(CONFIG_SOC_LEDC_TIMER_NUM "4") +set(CONFIG_SOC_LEDC_CHANNEL_NUM "6") +set(CONFIG_SOC_LEDC_TIMER_BIT_WIDTH "14") +set(CONFIG_SOC_LEDC_SUPPORT_FADE_STOP "y") +set(CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM "1") +set(CONFIG_SOC_MMU_PERIPH_NUM "1") set(CONFIG_SOC_MPU_MIN_REGION_SIZE "0x20000000") set(CONFIG_SOC_MPU_REGIONS_MAX_NUM "8") -set(CONFIG_SOC_PCNT_GROUPS "1") -set(CONFIG_SOC_PCNT_UNITS_PER_GROUP "8") -set(CONFIG_SOC_PCNT_CHANNELS_PER_UNIT "2") -set(CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT "2") set(CONFIG_SOC_RMT_GROUPS "1") -set(CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP "8") -set(CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP "8") -set(CONFIG_SOC_RMT_CHANNELS_PER_GROUP "8") -set(CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL "64") -set(CONFIG_SOC_RMT_SUPPORT_REF_TICK "y") +set(CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP "2") +set(CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP "2") +set(CONFIG_SOC_RMT_CHANNELS_PER_GROUP "4") +set(CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL "48") +set(CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG "y") +set(CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION "y") +set(CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP "y") +set(CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT "y") +set(CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO "y") +set(CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY "y") +set(CONFIG_SOC_RMT_SUPPORT_XTAL "y") set(CONFIG_SOC_RMT_SUPPORT_APB "y") -set(CONFIG_SOC_RMT_CHANNEL_CLK_INDEPENDENT "y") -set(CONFIG_SOC_RTCIO_PIN_COUNT "18") -set(CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED "y") -set(CONFIG_SOC_RTCIO_HOLD_SUPPORTED "y") -set(CONFIG_SOC_RTCIO_WAKE_SUPPORTED "y") +set(CONFIG_SOC_RMT_SUPPORT_RC_FAST "y") +set(CONFIG_SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH "128") +set(CONFIG_SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM "108") +set(CONFIG_SOC_SLEEP_SYSTIMER_STALL_WORKAROUND "y") +set(CONFIG_SOC_SLEEP_TGWDT_STOP_WORKAROUND "y") +set(CONFIG_SOC_RTCIO_PIN_COUNT "0") +set(CONFIG_SOC_MPI_MEM_BLOCKS_NUM "4") +set(CONFIG_SOC_MPI_OPERATIONS_NUM "3") +set(CONFIG_SOC_RSA_MAX_BIT_LEN "3072") +set(CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE "3968") +set(CONFIG_SOC_SHA_SUPPORT_DMA "y") +set(CONFIG_SOC_SHA_SUPPORT_RESUME "y") +set(CONFIG_SOC_SHA_GDMA "y") +set(CONFIG_SOC_SHA_SUPPORT_SHA1 "y") +set(CONFIG_SOC_SHA_SUPPORT_SHA224 "y") +set(CONFIG_SOC_SHA_SUPPORT_SHA256 "y") set(CONFIG_SOC_SDM_GROUPS "1") -set(CONFIG_SOC_SDM_CHANNELS_PER_GROUP "8") +set(CONFIG_SOC_SDM_CHANNELS_PER_GROUP "4") set(CONFIG_SOC_SDM_CLK_SUPPORT_APB "y") -set(CONFIG_SOC_SPI_HD_BOTH_INOUT_SUPPORTED "y") -set(CONFIG_SOC_SPI_AS_CS_SUPPORTED "y") -set(CONFIG_SOC_SPI_PERIPH_NUM "3") -set(CONFIG_SOC_SPI_DMA_CHAN_NUM "2") -set(CONFIG_SOC_SPI_MAX_CS_NUM "3") -set(CONFIG_SOC_SPI_SUPPORT_CLK_APB "y") +set(CONFIG_SOC_SPI_PERIPH_NUM "2") +set(CONFIG_SOC_SPI_MAX_CS_NUM "6") set(CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE "64") -set(CONFIG_SOC_SPI_MAX_PRE_DIVIDER "8192") +set(CONFIG_SOC_SPI_SUPPORT_DDRCLK "y") +set(CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS "y") +set(CONFIG_SOC_SPI_SUPPORT_CD_SIG "y") +set(CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS "y") +set(CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2 "y") +set(CONFIG_SOC_SPI_SUPPORT_CLK_APB "y") +set(CONFIG_SOC_SPI_SUPPORT_CLK_XTAL "y") +set(CONFIG_SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT "y") +set(CONFIG_SOC_SPI_SCT_SUPPORTED "y") +set(CONFIG_SOC_SPI_SCT_REG_NUM "14") +set(CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX "y") +set(CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX "0x3fffa") +set(CONFIG_SOC_MEMSPI_IS_INDEPENDENT "y") +set(CONFIG_SOC_SPI_MAX_PRE_DIVIDER "16") +set(CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_WRAP "y") set(CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED "y") set(CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED "y") set(CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED "y") set(CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED "y") +set(CONFIG_SOC_SYSTIMER_COUNTER_NUM "2") +set(CONFIG_SOC_SYSTIMER_ALARM_NUM "3") +set(CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO "32") +set(CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI "20") +set(CONFIG_SOC_SYSTIMER_FIXED_DIVIDER "y") +set(CONFIG_SOC_SYSTIMER_INT_LEVEL "y") +set(CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE "y") set(CONFIG_SOC_TIMER_GROUPS "2") -set(CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP "2") -set(CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH "64") -set(CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS "4") +set(CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP "1") +set(CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH "54") +set(CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL "y") set(CONFIG_SOC_TIMER_GROUP_SUPPORT_APB "y") -set(CONFIG_SOC_TOUCH_VERSION_1 "y") -set(CONFIG_SOC_TOUCH_SENSOR_NUM "10") -set(CONFIG_SOC_TOUCH_PAD_MEASURE_WAIT_MAX "0xff") +set(CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS "2") +set(CONFIG_SOC_MWDT_SUPPORT_XTAL "y") set(CONFIG_SOC_TWAI_CONTROLLER_NUM "1") -set(CONFIG_SOC_TWAI_BRP_MIN "2") set(CONFIG_SOC_TWAI_CLK_SUPPORT_APB "y") -set(CONFIG_SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT "y") -set(CONFIG_SOC_UART_NUM "3") -set(CONFIG_SOC_UART_SUPPORT_APB_CLK "y") -set(CONFIG_SOC_UART_SUPPORT_REF_TICK "y") +set(CONFIG_SOC_TWAI_BRP_MIN "2") +set(CONFIG_SOC_TWAI_BRP_MAX "16384") +set(CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS "y") +set(CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE "y") +set(CONFIG_SOC_EFUSE_DIS_PAD_JTAG "y") +set(CONFIG_SOC_EFUSE_DIS_USB_JTAG "y") +set(CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT "y") +set(CONFIG_SOC_EFUSE_SOFT_DIS_JTAG "y") +set(CONFIG_SOC_EFUSE_DIS_ICACHE "y") +set(CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK "y") +set(CONFIG_SOC_SECURE_BOOT_V2_RSA "y") +set(CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS "3") +set(CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS "y") +set(CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY "y") +set(CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX "32") +set(CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES "y") +set(CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128 "y") +set(CONFIG_SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE "16") +set(CONFIG_SOC_MEMPROT_MEM_ALIGN_SIZE "512") +set(CONFIG_SOC_UART_NUM "2") +set(CONFIG_SOC_UART_HP_NUM "2") set(CONFIG_SOC_UART_FIFO_LEN "128") set(CONFIG_SOC_UART_BITRATE_MAX "5000000") -set(CONFIG_SOC_SPIRAM_SUPPORTED "y") -set(CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE "y") -set(CONFIG_SOC_SHA_SUPPORT_PARALLEL_ENG "y") -set(CONFIG_SOC_SHA_SUPPORT_SHA1 "y") -set(CONFIG_SOC_SHA_SUPPORT_SHA256 "y") -set(CONFIG_SOC_SHA_SUPPORT_SHA384 "y") -set(CONFIG_SOC_SHA_SUPPORT_SHA512 "y") -set(CONFIG_SOC_RSA_MAX_BIT_LEN "4096") -set(CONFIG_SOC_AES_SUPPORT_AES_128 "y") -set(CONFIG_SOC_AES_SUPPORT_AES_192 "y") -set(CONFIG_SOC_AES_SUPPORT_AES_256 "y") -set(CONFIG_SOC_SECURE_BOOT_V1 "y") -set(CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS "y") -set(CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX "32") +set(CONFIG_SOC_UART_SUPPORT_APB_CLK "y") +set(CONFIG_SOC_UART_SUPPORT_RTC_CLK "y") +set(CONFIG_SOC_UART_SUPPORT_XTAL_CLK "y") +set(CONFIG_SOC_UART_SUPPORT_WAKEUP_INT "y") +set(CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND "y") +set(CONFIG_SOC_COEX_HW_PTI "y") set(CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE "21") -set(CONFIG_SOC_PM_SUPPORT_EXT0_WAKEUP "y") -set(CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP "y") -set(CONFIG_SOC_PM_SUPPORT_EXT_WAKEUP "y") -set(CONFIG_SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP "y") -set(CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD "y") -set(CONFIG_SOC_PM_SUPPORT_RTC_FAST_MEM_PD "y") -set(CONFIG_SOC_PM_SUPPORT_RTC_SLOW_MEM_PD "y") +set(CONFIG_SOC_MAC_BB_PD_MEM_SIZE "192") +set(CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH "12") +set(CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP "y") +set(CONFIG_SOC_PM_SUPPORT_BT_WAKEUP "y") +set(CONFIG_SOC_PM_SUPPORT_CPU_PD "y") +set(CONFIG_SOC_PM_SUPPORT_WIFI_PD "y") +set(CONFIG_SOC_PM_SUPPORT_BT_PD "y") set(CONFIG_SOC_PM_SUPPORT_RC_FAST_PD "y") set(CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD "y") -set(CONFIG_SOC_PM_SUPPORT_MODEM_PD "y") -set(CONFIG_SOC_CONFIGURABLE_VDDSDIO_SUPPORTED "y") -set(CONFIG_SOC_CLK_APLL_SUPPORTED "y") -set(CONFIG_SOC_APLL_MULTIPLIER_OUT_MIN_HZ "350000000") -set(CONFIG_SOC_APLL_MULTIPLIER_OUT_MAX_HZ "500000000") -set(CONFIG_SOC_APLL_MIN_HZ "5303031") -set(CONFIG_SOC_APLL_MAX_HZ "125000000") +set(CONFIG_SOC_PM_SUPPORT_MAC_BB_PD "y") +set(CONFIG_SOC_PM_CPU_RETENTION_BY_RTCCNTL "y") +set(CONFIG_SOC_PM_MODEM_RETENTION_BY_BACKUPDMA "y") +set(CONFIG_SOC_PM_MODEM_PD_BY_SW "y") set(CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED "y") set(CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256 "y") set(CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION "y") set(CONFIG_SOC_CLK_XTAL32K_SUPPORTED "y") -set(CONFIG_SOC_SDMMC_USE_IOMUX "y") -set(CONFIG_SOC_SDMMC_NUM_SLOTS "2") +set(CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC "y") +set(CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL "y") +set(CONFIG_SOC_WIFI_HW_TSF "y") +set(CONFIG_SOC_WIFI_FTM_SUPPORT "y") +set(CONFIG_SOC_WIFI_GCMP_SUPPORT "y") set(CONFIG_SOC_WIFI_WAPI_SUPPORT "y") set(CONFIG_SOC_WIFI_CSI_SUPPORT "y") set(CONFIG_SOC_WIFI_MESH_SUPPORT "y") set(CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW "y") -set(CONFIG_SOC_WIFI_NAN_SUPPORT "y") +set(CONFIG_SOC_WIFI_PHY_NEEDS_USB_WORKAROUND "y") set(CONFIG_SOC_BLE_SUPPORTED "y") set(CONFIG_SOC_BLE_MESH_SUPPORTED "y") -set(CONFIG_SOC_BT_CLASSIC_SUPPORTED "y") +set(CONFIG_SOC_BLE_50_SUPPORTED "y") +set(CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED "y") set(CONFIG_SOC_BLUFI_SUPPORTED "y") -set(CONFIG_SOC_ULP_HAS_ADC "y") set(CONFIG_SOC_PHY_COMBO_MODULE "y") set(CONFIG_IDF_CMAKE "y") -set(CONFIG_IDF_TARGET_ARCH_XTENSA "y") -set(CONFIG_IDF_TARGET_ARCH "xtensa") -set(CONFIG_IDF_TARGET "esp32") -set(CONFIG_IDF_TARGET_ESP32 "y") -set(CONFIG_IDF_FIRMWARE_CHIP_ID "0x0") +set(CONFIG_IDF_TOOLCHAIN "gcc") +set(CONFIG_IDF_TOOLCHAIN_GCC "y") +set(CONFIG_IDF_TARGET_ARCH_RISCV "y") +set(CONFIG_IDF_TARGET_ARCH "riscv") +set(CONFIG_IDF_TARGET "esp32c3") +set(CONFIG_IDF_INIT_VERSION "5.4.0") +set(CONFIG_IDF_TARGET_ESP32C3 "y") +set(CONFIG_IDF_FIRMWARE_CHIP_ID "0x5") set(CONFIG_APP_BUILD_TYPE_APP_2NDBOOT "y") set(CONFIG_APP_BUILD_TYPE_RAM "") set(CONFIG_APP_BUILD_GENERATE_BINARIES "y") @@ -225,9 +297,9 @@ set(CONFIG_APP_BUILD_BOOTLOADER "y") set(CONFIG_APP_BUILD_USE_FLASH_SECTIONS "y") set(CONFIG_APP_REPRODUCIBLE_BUILD "") set(CONFIG_APP_NO_BLOBS "") -set(CONFIG_APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS "") -set(CONFIG_APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS "") -set(CONFIG_BOOTLOADER_OFFSET_IN_FLASH "0x1000") +set(CONFIG_BOOTLOADER_COMPILE_TIME_DATE "y") +set(CONFIG_BOOTLOADER_PROJECT_VER "1") +set(CONFIG_BOOTLOADER_OFFSET_IN_FLASH "0x0") set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE "y") set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG "") set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF "") @@ -239,8 +311,10 @@ set(CONFIG_BOOTLOADER_LOG_LEVEL_INFO "y") set(CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG "") set(CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE "") set(CONFIG_BOOTLOADER_LOG_LEVEL "3") -set(CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_8V "") -set(CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V "y") +set(CONFIG_BOOTLOADER_LOG_COLORS "") +set(CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS "y") +set(CONFIG_BOOTLOADER_FLASH_DC_AWARE "") +set(CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT "y") set(CONFIG_BOOTLOADER_FACTORY_RESET "") set(CONFIG_BOOTLOADER_APP_TEST "") set(CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE "y") @@ -253,23 +327,44 @@ set(CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON "") set(CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS "") set(CONFIG_BOOTLOADER_RESERVE_RTC_SIZE "0x0") set(CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC "") -set(CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT "y") -set(CONFIG_SECURE_BOOT_V1_SUPPORTED "y") +set(CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED "y") +set(CONFIG_SECURE_BOOT_V2_PREFERRED "y") set(CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT "") set(CONFIG_SECURE_BOOT "") set(CONFIG_SECURE_FLASH_ENC_ENABLED "") +set(CONFIG_SECURE_ROM_DL_MODE_ENABLED "y") set(CONFIG_APP_COMPILE_TIME_DATE "y") set(CONFIG_APP_EXCLUDE_PROJECT_VER_VAR "") set(CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR "") set(CONFIG_APP_PROJECT_VER_FROM_CONFIG "") -set(CONFIG_APP_RETRIEVE_LEN_ELF_SHA "16") +set(CONFIG_APP_RETRIEVE_LEN_ELF_SHA "9") set(CONFIG_ESP_ROM_HAS_CRC_LE "y") set(CONFIG_ESP_ROM_HAS_CRC_BE "y") set(CONFIG_ESP_ROM_HAS_MZ_CRC32 "y") set(CONFIG_ESP_ROM_HAS_JPEG_DECODE "y") -set(CONFIG_ESP_ROM_HAS_UART_BUF_SWITCH "y") +set(CONFIG_ESP_ROM_UART_CLK_IS_XTAL "y") +set(CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM "3") +set(CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING "y") +set(CONFIG_ESP_ROM_HAS_ERASE_0_REGION_BUG "y") +set(CONFIG_ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV "y") +set(CONFIG_ESP_ROM_GET_CLK_FREQ "y") set(CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND "y") +set(CONFIG_ESP_ROM_HAS_LAYOUT_TABLE "y") +set(CONFIG_ESP_ROM_HAS_SPI_FLASH "y") +set(CONFIG_ESP_ROM_HAS_ETS_PRINTF_BUG "y") +set(CONFIG_ESP_ROM_HAS_NEWLIB "y") set(CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT "y") +set(CONFIG_ESP_ROM_HAS_NEWLIB_32BIT_TIME "y") +set(CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE "y") +set(CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT "y") +set(CONFIG_ESP_ROM_HAS_SW_FLOAT "y") +set(CONFIG_ESP_ROM_USB_OTG_NUM "-1") +set(CONFIG_ESP_ROM_HAS_VERSION "y") +set(CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB "y") +set(CONFIG_BOOT_ROM_LOG_ALWAYS_ON "y") +set(CONFIG_BOOT_ROM_LOG_ALWAYS_OFF "") +set(CONFIG_BOOT_ROM_LOG_ON_GPIO_HIGH "") +set(CONFIG_BOOT_ROM_LOG_ON_GPIO_LOW "") set(CONFIG_ESPTOOLPY_NO_STUB "") set(CONFIG_ESPTOOLPY_FLASHMODE_QIO "") set(CONFIG_ESPTOOLPY_FLASHMODE_QOUT "") @@ -277,11 +372,11 @@ set(CONFIG_ESPTOOLPY_FLASHMODE_DIO "y") set(CONFIG_ESPTOOLPY_FLASHMODE_DOUT "") set(CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR "y") set(CONFIG_ESPTOOLPY_FLASHMODE "dio") -set(CONFIG_ESPTOOLPY_FLASHFREQ_80M "") -set(CONFIG_ESPTOOLPY_FLASHFREQ_40M "y") +set(CONFIG_ESPTOOLPY_FLASHFREQ_80M "y") +set(CONFIG_ESPTOOLPY_FLASHFREQ_40M "") set(CONFIG_ESPTOOLPY_FLASHFREQ_26M "") set(CONFIG_ESPTOOLPY_FLASHFREQ_20M "") -set(CONFIG_ESPTOOLPY_FLASHFREQ "40m") +set(CONFIG_ESPTOOLPY_FLASHFREQ "80m") set(CONFIG_ESPTOOLPY_FLASHSIZE_1MB "") set(CONFIG_ESPTOOLPY_FLASHSIZE_2MB "y") set(CONFIG_ESPTOOLPY_FLASHSIZE_4MB "") @@ -302,18 +397,20 @@ set(CONFIG_ESPTOOLPY_MONITOR_BAUD "115200") set(CONFIG_PARTITION_TABLE_SINGLE_APP "y") set(CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE "") set(CONFIG_PARTITION_TABLE_TWO_OTA "") +set(CONFIG_PARTITION_TABLE_TWO_OTA_LARGE "") set(CONFIG_PARTITION_TABLE_CUSTOM "") set(CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv") set(CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv") set(CONFIG_PARTITION_TABLE_OFFSET "0x8000") set(CONFIG_PARTITION_TABLE_MD5 "y") -set(CONFIG_COMPILER_OPTIMIZATION_DEFAULT "y") +set(CONFIG_COMPILER_OPTIMIZATION_DEBUG "y") set(CONFIG_COMPILER_OPTIMIZATION_SIZE "") set(CONFIG_COMPILER_OPTIMIZATION_PERF "") set(CONFIG_COMPILER_OPTIMIZATION_NONE "") set(CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE "y") set(CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT "") set(CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE "") +set(CONFIG_COMPILER_ASSERT_NDEBUG_EVALUATE "y") set(CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB "y") set(CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL "2") set(CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT "") @@ -324,42 +421,52 @@ set(CONFIG_COMPILER_STACK_CHECK_MODE_NONE "y") set(CONFIG_COMPILER_STACK_CHECK_MODE_NORM "") set(CONFIG_COMPILER_STACK_CHECK_MODE_STRONG "") set(CONFIG_COMPILER_STACK_CHECK_MODE_ALL "") +set(CONFIG_COMPILER_NO_MERGE_CONSTANTS "") set(CONFIG_COMPILER_WARN_WRITE_STRINGS "") +set(CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS "") +set(CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS "y") set(CONFIG_COMPILER_DISABLE_GCC12_WARNINGS "") +set(CONFIG_COMPILER_DISABLE_GCC13_WARNINGS "") +set(CONFIG_COMPILER_DISABLE_GCC14_WARNINGS "") set(CONFIG_COMPILER_DUMP_RTL_FILES "") +set(CONFIG_COMPILER_RT_LIB_GCCLIB "y") +set(CONFIG_COMPILER_RT_LIB_NAME "gcc") +set(CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING "y") +set(CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE "") +set(CONFIG_COMPILER_STATIC_ANALYZER "") set(CONFIG_EFUSE_CUSTOM_TABLE "") set(CONFIG_EFUSE_VIRTUAL "") -set(CONFIG_EFUSE_CODE_SCHEME_COMPAT_NONE "") -set(CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4 "y") -set(CONFIG_EFUSE_CODE_SCHEME_COMPAT_REPEAT "") -set(CONFIG_EFUSE_MAX_BLK_LEN "192") +set(CONFIG_EFUSE_MAX_BLK_LEN "256") set(CONFIG_ESP_ERR_TO_NAME_LOOKUP "y") -set(CONFIG_ESP32_REV_MIN_0 "y") -set(CONFIG_ESP32_REV_MIN_1 "") -set(CONFIG_ESP32_REV_MIN_1_1 "") -set(CONFIG_ESP32_REV_MIN_2 "") -set(CONFIG_ESP32_REV_MIN_3 "") -set(CONFIG_ESP32_REV_MIN_3_1 "") -set(CONFIG_ESP32_REV_MIN "0") -set(CONFIG_ESP32_REV_MIN_FULL "0") -set(CONFIG_ESP_REV_MIN_FULL "0") -set(CONFIG_ESP32_REV_MAX_FULL "399") -set(CONFIG_ESP_REV_MAX_FULL "399") +set(CONFIG_ESP32C3_REV_MIN_0 "") +set(CONFIG_ESP32C3_REV_MIN_1 "") +set(CONFIG_ESP32C3_REV_MIN_2 "") +set(CONFIG_ESP32C3_REV_MIN_3 "y") +set(CONFIG_ESP32C3_REV_MIN_4 "") +set(CONFIG_ESP32C3_REV_MIN_101 "") +set(CONFIG_ESP32C3_REV_MIN_FULL "3") +set(CONFIG_ESP_REV_MIN_FULL "3") +set(CONFIG_ESP32C3_REV_MAX_FULL "199") +set(CONFIG_ESP_REV_MAX_FULL "199") +set(CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL "0") +set(CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL "199") set(CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA "y") set(CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP "y") set(CONFIG_ESP_MAC_ADDR_UNIVERSE_BT "y") set(CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH "y") set(CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR "y") -set(CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO "") -set(CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR "y") -set(CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES "4") -set(CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR "") +set(CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES "4") +set(CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO "") +set(CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR "y") +set(CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES "4") +set(CONFIG_ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC "") set(CONFIG_ESP_SLEEP_POWER_DOWN_FLASH "") set(CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND "y") set(CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU "") -set(CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND "y") -set(CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND "") -set(CONFIG_ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY "2000") +set(CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND "y") +set(CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY "0") +set(CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION "") +set(CONFIG_ESP_SLEEP_DEBUG "") set(CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS "y") set(CONFIG_RTC_CLK_SRC_INT_RC "y") set(CONFIG_RTC_CLK_SRC_EXT_CRYS "") @@ -367,71 +474,69 @@ set(CONFIG_RTC_CLK_SRC_EXT_OSC "") set(CONFIG_RTC_CLK_SRC_INT_8MD256 "") set(CONFIG_RTC_CLK_CAL_CYCLES "1024") set(CONFIG_PERIPH_CTRL_FUNC_IN_IRAM "y") -set(CONFIG_XTAL_FREQ_26 "") +set(CONFIG_GDMA_CTRL_FUNC_IN_IRAM "y") +set(CONFIG_GDMA_ISR_IRAM_SAFE "") +set(CONFIG_GDMA_ENABLE_DEBUG_LOG "") set(CONFIG_XTAL_FREQ_40 "y") -set(CONFIG_XTAL_FREQ_AUTO "") set(CONFIG_XTAL_FREQ "40") set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80 "") set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 "y") -set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240 "") set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ "160") -set(CONFIG_ESP32_USE_FIXED_STATIC_RAM_SIZE "") -set(CONFIG_ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM "") -set(CONFIG_ESP32_TRAX "") -set(CONFIG_ESP32_TRACEMEM_RESERVE_DRAM "0x0") set(CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT "") set(CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT "y") set(CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT "") -set(CONFIG_ESP_SYSTEM_PANIC_GDBSTUB "") -set(CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME "") set(CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS "0") +set(CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE "y") +set(CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK "y") +set(CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP "y") +set(CONFIG_ESP_SYSTEM_USE_EH_FRAME "") +set(CONFIG_ESP_SYSTEM_MEMPROT_FEATURE "y") +set(CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK "y") set(CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE "32") set(CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE "2304") set(CONFIG_ESP_MAIN_TASK_STACK_SIZE "3584") set(CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0 "y") -set(CONFIG_ESP_MAIN_TASK_AFFINITY_CPU1 "") set(CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY "") set(CONFIG_ESP_MAIN_TASK_AFFINITY "0x0") set(CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE "2048") set(CONFIG_ESP_CONSOLE_UART_DEFAULT "y") +set(CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG "") set(CONFIG_ESP_CONSOLE_UART_CUSTOM "") set(CONFIG_ESP_CONSOLE_NONE "") +set(CONFIG_ESP_CONSOLE_SECONDARY_NONE "") +set(CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG "y") +set(CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED "y") set(CONFIG_ESP_CONSOLE_UART "y") -set(CONFIG_ESP_CONSOLE_MULTIPLE_UART "y") set(CONFIG_ESP_CONSOLE_UART_NUM "0") +set(CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM "0") set(CONFIG_ESP_CONSOLE_UART_BAUDRATE "115200") set(CONFIG_ESP_INT_WDT "y") set(CONFIG_ESP_INT_WDT_TIMEOUT_MS "300") -set(CONFIG_ESP_INT_WDT_CHECK_CPU1 "y") set(CONFIG_ESP_TASK_WDT_EN "y") set(CONFIG_ESP_TASK_WDT_INIT "y") set(CONFIG_ESP_TASK_WDT_PANIC "") set(CONFIG_ESP_TASK_WDT_TIMEOUT_S "5") set(CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 "y") -set(CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 "y") set(CONFIG_ESP_PANIC_HANDLER_IRAM "") set(CONFIG_ESP_DEBUG_STUBS_ENABLE "") set(CONFIG_ESP_DEBUG_OCDAWARE "y") -set(CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_5 "") set(CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4 "y") set(CONFIG_ESP_BROWNOUT_DET "y") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0 "y") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_1 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 "y") set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL "0") -set(CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL "7") set(CONFIG_ESP_SYSTEM_BROWNOUT_INTR "y") +set(CONFIG_ESP_SYSTEM_HW_STACK_GUARD "y") +set(CONFIG_ESP_SYSTEM_HW_PC_RECORD "y") set(CONFIG_ESP_IPC_TASK_STACK_SIZE "1024") -set(CONFIG_ESP_IPC_USES_CALLERS_PRIORITY "y") -set(CONFIG_ESP_IPC_ISR_ENABLE "y") set(CONFIG_FREERTOS_SMP "") -set(CONFIG_FREERTOS_UNICORE "") +set(CONFIG_FREERTOS_UNICORE "y") set(CONFIG_FREERTOS_HZ "100") +set(CONFIG_FREERTOS_OPTIMIZED_SCHEDULER "y") set(CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE "") set(CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL "") set(CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY "y") @@ -441,37 +546,47 @@ set(CONFIG_FREERTOS_USE_IDLE_HOOK "") set(CONFIG_FREERTOS_USE_TICK_HOOK "") set(CONFIG_FREERTOS_MAX_TASK_NAME_LEN "16") set(CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY "") +set(CONFIG_FREERTOS_USE_TIMERS "y") +set(CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME "Tmr Svc") +set(CONFIG_FREERTOS_TIMER_TASK_AFFINITY_CPU0 "") +set(CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY "y") +set(CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY "0x7fffffff") set(CONFIG_FREERTOS_TIMER_TASK_PRIORITY "1") set(CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH "2048") set(CONFIG_FREERTOS_TIMER_QUEUE_LENGTH "10") set(CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE "0") set(CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES "1") set(CONFIG_FREERTOS_USE_TRACE_FACILITY "") +set(CONFIG_FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES "") set(CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS "") +set(CONFIG_FREERTOS_USE_APPLICATION_TASK_TAG "") set(CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER "y") set(CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK "") set(CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS "y") +set(CONFIG_FREERTOS_TASK_PRE_DELETION_HOOK "") set(CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP "") set(CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER "y") set(CONFIG_FREERTOS_ISR_STACKSIZE "1536") set(CONFIG_FREERTOS_INTERRUPT_BACKTRACE "y") -set(CONFIG_FREERTOS_FPU_IN_ISR "") -set(CONFIG_FREERTOS_TICK_SUPPORT_CORETIMER "y") -set(CONFIG_FREERTOS_CORETIMER_0 "y") -set(CONFIG_FREERTOS_CORETIMER_1 "") -set(CONFIG_FREERTOS_SYSTICK_USES_CCOUNT "y") +set(CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER "y") +set(CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1 "y") +set(CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL3 "") +set(CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER "y") set(CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH "") -set(CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH "") set(CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE "") -set(CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT "y") +set(CONFIG_FREERTOS_PORT "y") set(CONFIG_FREERTOS_NO_AFFINITY "0x7fffffff") set(CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION "y") set(CONFIG_FREERTOS_DEBUG_OCDAWARE "y") +set(CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT "y") +set(CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH "y") +set(CONFIG_FREERTOS_NUMBER_OF_CORES "1") set(CONFIG_HAL_ASSERTION_EQUALS_SYSTEM "y") set(CONFIG_HAL_ASSERTION_DISABLE "") set(CONFIG_HAL_ASSERTION_SILENT "") set(CONFIG_HAL_ASSERTION_ENABLE "") set(CONFIG_HAL_DEFAULT_ASSERTION_LEVEL "2") +set(CONFIG_HAL_ECDSA_GEN_SIG_CM "") set(CONFIG_LOG_DEFAULT_LEVEL_NONE "") set(CONFIG_LOG_DEFAULT_LEVEL_ERROR "") set(CONFIG_LOG_DEFAULT_LEVEL_WARN "") @@ -483,7 +598,15 @@ set(CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT "y") set(CONFIG_LOG_MAXIMUM_LEVEL_DEBUG "") set(CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE "") set(CONFIG_LOG_MAXIMUM_LEVEL "3") -set(CONFIG_LOG_COLORS "y") +set(CONFIG_LOG_MASTER_LEVEL "") +set(CONFIG_LOG_DYNAMIC_LEVEL_CONTROL "y") +set(CONFIG_LOG_TAG_LEVEL_IMPL_NONE "") +set(CONFIG_LOG_TAG_LEVEL_IMPL_LINKED_LIST "") +set(CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST "y") +set(CONFIG_LOG_TAG_LEVEL_CACHE_ARRAY "") +set(CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP "y") +set(CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE "31") +set(CONFIG_LOG_COLORS "") set(CONFIG_LOG_TIMESTAMP_SOURCE_RTOS "y") set(CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM "") set(CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF "y") @@ -500,13 +623,18 @@ set(CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE "") set(CONFIG_MMU_PAGE_SIZE_64KB "y") set(CONFIG_MMU_PAGE_MODE "64KB") set(CONFIG_MMU_PAGE_SIZE "0x10000") +set(CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC "y") +set(CONFIG_SPI_FLASH_BROWNOUT_RESET "y") +set(CONFIG_SPI_FLASH_AUTO_SUSPEND "") +set(CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US "50") +set(CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND "") set(CONFIG_SPI_FLASH_VERIFY_WRITE "") set(CONFIG_SPI_FLASH_ENABLE_COUNTERS "") set(CONFIG_SPI_FLASH_ROM_DRIVER_PATCH "y") +set(CONFIG_SPI_FLASH_ROM_IMPL "") set(CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS "y") set(CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS "") set(CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED "") -set(CONFIG_SPI_FLASH_SHARE_SPI1_BUS "") set(CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE "") set(CONFIG_SPI_FLASH_YIELD_DURING_ERASE "y") set(CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS "20") @@ -515,28 +643,25 @@ set(CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE "8192") set(CONFIG_SPI_FLASH_SIZE_OVERRIDE "") set(CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED "") set(CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST "") -set(CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC "y") -set(CONFIG_SPI_FLASH_BROWNOUT_RESET "y") set(CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED "y") set(CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED "y") set(CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED "y") set(CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED "y") set(CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED "y") +set(CONFIG_SPI_FLASH_VENDOR_BOYA_SUPPORTED "y") +set(CONFIG_SPI_FLASH_VENDOR_TH_SUPPORTED "y") set(CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP "y") set(CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP "y") set(CONFIG_SPI_FLASH_SUPPORT_GD_CHIP "y") set(CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP "y") -set(CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP "") -set(CONFIG_SPI_FLASH_SUPPORT_TH_CHIP "") +set(CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP "y") +set(CONFIG_SPI_FLASH_SUPPORT_TH_CHIP "y") set(CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE "y") set(CONFIG_IDF_EXPERIMENTAL_FEATURES "") -set(CONFIGS_LIST CONFIG_SOC_BROWNOUT_RESET_SUPPORTED;CONFIG_SOC_TWAI_BRP_DIV_SUPPORTED;CONFIG_SOC_DPORT_WORKAROUND;CONFIG_SOC_CAPS_ECO_VER_MAX;CONFIG_SOC_ADC_SUPPORTED;CONFIG_SOC_DAC_SUPPORTED;CONFIG_SOC_UART_SUPPORTED;CONFIG_SOC_MCPWM_SUPPORTED;CONFIG_SOC_GPTIMER_SUPPORTED;CONFIG_SOC_SDMMC_HOST_SUPPORTED;CONFIG_SOC_BT_SUPPORTED;CONFIG_SOC_PCNT_SUPPORTED;CONFIG_SOC_WIFI_SUPPORTED;CONFIG_SOC_SDIO_SLAVE_SUPPORTED;CONFIG_SOC_TWAI_SUPPORTED;CONFIG_SOC_EMAC_SUPPORTED;CONFIG_SOC_ULP_SUPPORTED;CONFIG_SOC_CCOMP_TIMER_SUPPORTED;CONFIG_SOC_RTC_FAST_MEM_SUPPORTED;CONFIG_SOC_RTC_SLOW_MEM_SUPPORTED;CONFIG_SOC_RTC_MEM_SUPPORTED;CONFIG_SOC_I2S_SUPPORTED;CONFIG_SOC_RMT_SUPPORTED;CONFIG_SOC_SDM_SUPPORTED;CONFIG_SOC_GPSPI_SUPPORTED;CONFIG_SOC_LEDC_SUPPORTED;CONFIG_SOC_I2C_SUPPORTED;CONFIG_SOC_SUPPORT_COEXISTENCE;CONFIG_SOC_AES_SUPPORTED;CONFIG_SOC_MPI_SUPPORTED;CONFIG_SOC_SHA_SUPPORTED;CONFIG_SOC_FLASH_ENC_SUPPORTED;CONFIG_SOC_SECURE_BOOT_SUPPORTED;CONFIG_SOC_TOUCH_SENSOR_SUPPORTED;CONFIG_SOC_BOD_SUPPORTED;CONFIG_SOC_ULP_FSM_SUPPORTED;CONFIG_SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL;CONFIG_SOC_XTAL_SUPPORT_26M;CONFIG_SOC_XTAL_SUPPORT_40M;CONFIG_SOC_XTAL_SUPPORT_AUTO_DETECT;CONFIG_SOC_ADC_RTC_CTRL_SUPPORTED;CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED;CONFIG_SOC_ADC_DMA_SUPPORTED;CONFIG_SOC_ADC_PERIPH_NUM;CONFIG_SOC_ADC_MAX_CHANNEL_NUM;CONFIG_SOC_ADC_ATTEN_NUM;CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM;CONFIG_SOC_ADC_PATT_LEN_MAX;CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH;CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH;CONFIG_SOC_ADC_DIGI_RESULT_BYTES;CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV;CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH;CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW;CONFIG_SOC_ADC_RTC_MIN_BITWIDTH;CONFIG_SOC_ADC_RTC_MAX_BITWIDTH;CONFIG_SOC_SHARED_IDCACHE_SUPPORTED;CONFIG_SOC_IDCACHE_PER_CORE;CONFIG_SOC_CPU_CORES_NUM;CONFIG_SOC_CPU_INTR_NUM;CONFIG_SOC_CPU_HAS_FPU;CONFIG_SOC_CPU_BREAKPOINTS_NUM;CONFIG_SOC_CPU_WATCHPOINTS_NUM;CONFIG_SOC_CPU_WATCHPOINT_SIZE;CONFIG_SOC_DAC_CHAN_NUM;CONFIG_SOC_DAC_RESOLUTION;CONFIG_SOC_DAC_DMA_16BIT_ALIGN;CONFIG_SOC_GPIO_PORT;CONFIG_SOC_GPIO_PIN_COUNT;CONFIG_SOC_GPIO_VALID_GPIO_MASK;CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK;CONFIG_SOC_I2C_NUM;CONFIG_SOC_I2C_FIFO_LEN;CONFIG_SOC_I2C_CMD_REG_NUM;CONFIG_SOC_I2C_SUPPORT_SLAVE;CONFIG_SOC_I2C_SUPPORT_APB;CONFIG_SOC_I2S_NUM;CONFIG_SOC_I2S_HW_VERSION_1;CONFIG_SOC_I2S_SUPPORTS_APLL;CONFIG_SOC_I2S_SUPPORTS_PLL_F160M;CONFIG_SOC_I2S_SUPPORTS_PDM;CONFIG_SOC_I2S_SUPPORTS_PDM_TX;CONFIG_SOC_I2S_PDM_MAX_TX_LINES;CONFIG_SOC_I2S_SUPPORTS_PDM_RX;CONFIG_SOC_I2S_PDM_MAX_RX_LINES;CONFIG_SOC_I2S_SUPPORTS_ADC_DAC;CONFIG_SOC_I2S_SUPPORTS_ADC;CONFIG_SOC_I2S_SUPPORTS_DAC;CONFIG_SOC_I2S_SUPPORTS_LCD_CAMERA;CONFIG_SOC_I2S_TRANS_SIZE_ALIGN_WORD;CONFIG_SOC_I2S_LCD_I80_VARIANT;CONFIG_SOC_LCD_I80_SUPPORTED;CONFIG_SOC_LCD_I80_BUSES;CONFIG_SOC_LCD_I80_BUS_WIDTH;CONFIG_SOC_LEDC_HAS_TIMER_SPECIFIC_MUX;CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK;CONFIG_SOC_LEDC_SUPPORT_REF_TICK;CONFIG_SOC_LEDC_SUPPORT_HS_MODE;CONFIG_SOC_LEDC_CHANNEL_NUM;CONFIG_SOC_LEDC_TIMER_BIT_WIDTH;CONFIG_SOC_MCPWM_GROUPS;CONFIG_SOC_MCPWM_TIMERS_PER_GROUP;CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP;CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR;CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR;CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR;CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP;CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP;CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER;CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP;CONFIG_SOC_MMU_PERIPH_NUM;CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM;CONFIG_SOC_MPU_MIN_REGION_SIZE;CONFIG_SOC_MPU_REGIONS_MAX_NUM;CONFIG_SOC_PCNT_GROUPS;CONFIG_SOC_PCNT_UNITS_PER_GROUP;CONFIG_SOC_PCNT_CHANNELS_PER_UNIT;CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT;CONFIG_SOC_RMT_GROUPS;CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP;CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP;CONFIG_SOC_RMT_CHANNELS_PER_GROUP;CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL;CONFIG_SOC_RMT_SUPPORT_REF_TICK;CONFIG_SOC_RMT_SUPPORT_APB;CONFIG_SOC_RMT_CHANNEL_CLK_INDEPENDENT;CONFIG_SOC_RTCIO_PIN_COUNT;CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED;CONFIG_SOC_RTCIO_HOLD_SUPPORTED;CONFIG_SOC_RTCIO_WAKE_SUPPORTED;CONFIG_SOC_SDM_GROUPS;CONFIG_SOC_SDM_CHANNELS_PER_GROUP;CONFIG_SOC_SDM_CLK_SUPPORT_APB;CONFIG_SOC_SPI_HD_BOTH_INOUT_SUPPORTED;CONFIG_SOC_SPI_AS_CS_SUPPORTED;CONFIG_SOC_SPI_PERIPH_NUM;CONFIG_SOC_SPI_DMA_CHAN_NUM;CONFIG_SOC_SPI_MAX_CS_NUM;CONFIG_SOC_SPI_SUPPORT_CLK_APB;CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE;CONFIG_SOC_SPI_MAX_PRE_DIVIDER;CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED;CONFIG_SOC_TIMER_GROUPS;CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP;CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH;CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS;CONFIG_SOC_TIMER_GROUP_SUPPORT_APB;CONFIG_SOC_TOUCH_VERSION_1;CONFIG_SOC_TOUCH_SENSOR_NUM;CONFIG_SOC_TOUCH_PAD_MEASURE_WAIT_MAX;CONFIG_SOC_TWAI_CONTROLLER_NUM;CONFIG_SOC_TWAI_BRP_MIN;CONFIG_SOC_TWAI_CLK_SUPPORT_APB;CONFIG_SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT;CONFIG_SOC_UART_NUM;CONFIG_SOC_UART_SUPPORT_APB_CLK;CONFIG_SOC_UART_SUPPORT_REF_TICK;CONFIG_SOC_UART_FIFO_LEN;CONFIG_SOC_UART_BITRATE_MAX;CONFIG_SOC_SPIRAM_SUPPORTED;CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE;CONFIG_SOC_SHA_SUPPORT_PARALLEL_ENG;CONFIG_SOC_SHA_SUPPORT_SHA1;CONFIG_SOC_SHA_SUPPORT_SHA256;CONFIG_SOC_SHA_SUPPORT_SHA384;CONFIG_SOC_SHA_SUPPORT_SHA512;CONFIG_SOC_RSA_MAX_BIT_LEN;CONFIG_SOC_AES_SUPPORT_AES_128;CONFIG_SOC_AES_SUPPORT_AES_192;CONFIG_SOC_AES_SUPPORT_AES_256;CONFIG_SOC_SECURE_BOOT_V1;CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS;CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX;CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE;CONFIG_SOC_PM_SUPPORT_EXT0_WAKEUP;CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP;CONFIG_SOC_PM_SUPPORT_EXT_WAKEUP;CONFIG_SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP;CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD;CONFIG_SOC_PM_SUPPORT_RTC_FAST_MEM_PD;CONFIG_SOC_PM_SUPPORT_RTC_SLOW_MEM_PD;CONFIG_SOC_PM_SUPPORT_RC_FAST_PD;CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD;CONFIG_SOC_PM_SUPPORT_MODEM_PD;CONFIG_SOC_CONFIGURABLE_VDDSDIO_SUPPORTED;CONFIG_SOC_CLK_APLL_SUPPORTED;CONFIG_SOC_APLL_MULTIPLIER_OUT_MIN_HZ;CONFIG_SOC_APLL_MULTIPLIER_OUT_MAX_HZ;CONFIG_SOC_APLL_MIN_HZ;CONFIG_SOC_APLL_MAX_HZ;CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED;CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256;CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION;CONFIG_SOC_CLK_XTAL32K_SUPPORTED;CONFIG_SOC_SDMMC_USE_IOMUX;CONFIG_SOC_SDMMC_NUM_SLOTS;CONFIG_SOC_WIFI_WAPI_SUPPORT;CONFIG_SOC_WIFI_CSI_SUPPORT;CONFIG_SOC_WIFI_MESH_SUPPORT;CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW;CONFIG_SOC_WIFI_NAN_SUPPORT;CONFIG_SOC_BLE_SUPPORTED;CONFIG_SOC_BLE_MESH_SUPPORTED;CONFIG_SOC_BT_CLASSIC_SUPPORTED;CONFIG_SOC_BLUFI_SUPPORTED;CONFIG_SOC_ULP_HAS_ADC;CONFIG_SOC_PHY_COMBO_MODULE;CONFIG_IDF_CMAKE;CONFIG_IDF_TARGET_ARCH_XTENSA;CONFIG_IDF_TARGET_ARCH;CONFIG_IDF_TARGET;CONFIG_IDF_TARGET_ESP32;CONFIG_IDF_FIRMWARE_CHIP_ID;CONFIG_APP_BUILD_TYPE_APP_2NDBOOT;CONFIG_APP_BUILD_TYPE_RAM;CONFIG_APP_BUILD_TYPE_ELF_RAM;CONFIG_APP_BUILD_GENERATE_BINARIES;CONFIG_APP_BUILD_BOOTLOADER;CONFIG_APP_BUILD_USE_FLASH_SECTIONS;CONFIG_APP_REPRODUCIBLE_BUILD;CONFIG_APP_NO_BLOBS;CONFIG_NO_BLOBS;CONFIG_ESP32_NO_BLOBS;CONFIG_APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS;CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS;CONFIG_APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS;CONFIG_ESP32_COMPATIBLE_PRE_V3_1_BOOTLOADERS;CONFIG_BOOTLOADER_OFFSET_IN_FLASH;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE;CONFIG_BOOTLOADER_LOG_LEVEL_NONE;CONFIG_LOG_BOOTLOADER_LEVEL_NONE;CONFIG_BOOTLOADER_LOG_LEVEL_ERROR;CONFIG_LOG_BOOTLOADER_LEVEL_ERROR;CONFIG_BOOTLOADER_LOG_LEVEL_WARN;CONFIG_LOG_BOOTLOADER_LEVEL_WARN;CONFIG_BOOTLOADER_LOG_LEVEL_INFO;CONFIG_LOG_BOOTLOADER_LEVEL_INFO;CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG;CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG;CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE;CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE;CONFIG_BOOTLOADER_LOG_LEVEL;CONFIG_LOG_BOOTLOADER_LEVEL;CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_8V;CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V;CONFIG_BOOTLOADER_FACTORY_RESET;CONFIG_BOOTLOADER_APP_TEST;CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE;CONFIG_BOOTLOADER_WDT_ENABLE;CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE;CONFIG_BOOTLOADER_WDT_TIME_MS;CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE;CONFIG_APP_ROLLBACK_ENABLE;CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP;CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON;CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS;CONFIG_BOOTLOADER_RESERVE_RTC_SIZE;CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC;CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT;CONFIG_SECURE_BOOT_V1_SUPPORTED;CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT;CONFIG_SECURE_BOOT;CONFIG_SECURE_FLASH_ENC_ENABLED;CONFIG_FLASH_ENCRYPTION_ENABLED;CONFIG_APP_COMPILE_TIME_DATE;CONFIG_APP_EXCLUDE_PROJECT_VER_VAR;CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR;CONFIG_APP_PROJECT_VER_FROM_CONFIG;CONFIG_APP_RETRIEVE_LEN_ELF_SHA;CONFIG_ESP_ROM_HAS_CRC_LE;CONFIG_ESP_ROM_HAS_CRC_BE;CONFIG_ESP_ROM_HAS_MZ_CRC32;CONFIG_ESP_ROM_HAS_JPEG_DECODE;CONFIG_ESP_ROM_HAS_UART_BUF_SWITCH;CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND;CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT;CONFIG_ESPTOOLPY_NO_STUB;CONFIG_ESPTOOLPY_FLASHMODE_QIO;CONFIG_FLASHMODE_QIO;CONFIG_ESPTOOLPY_FLASHMODE_QOUT;CONFIG_FLASHMODE_QOUT;CONFIG_ESPTOOLPY_FLASHMODE_DIO;CONFIG_FLASHMODE_DIO;CONFIG_ESPTOOLPY_FLASHMODE_DOUT;CONFIG_FLASHMODE_DOUT;CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR;CONFIG_ESPTOOLPY_FLASHMODE;CONFIG_ESPTOOLPY_FLASHFREQ_80M;CONFIG_ESPTOOLPY_FLASHFREQ_40M;CONFIG_ESPTOOLPY_FLASHFREQ_26M;CONFIG_ESPTOOLPY_FLASHFREQ_20M;CONFIG_ESPTOOLPY_FLASHFREQ;CONFIG_ESPTOOLPY_FLASHSIZE_1MB;CONFIG_ESPTOOLPY_FLASHSIZE_2MB;CONFIG_ESPTOOLPY_FLASHSIZE_4MB;CONFIG_ESPTOOLPY_FLASHSIZE_8MB;CONFIG_ESPTOOLPY_FLASHSIZE_16MB;CONFIG_ESPTOOLPY_FLASHSIZE_32MB;CONFIG_ESPTOOLPY_FLASHSIZE_64MB;CONFIG_ESPTOOLPY_FLASHSIZE_128MB;CONFIG_ESPTOOLPY_FLASHSIZE;CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE;CONFIG_ESPTOOLPY_BEFORE_RESET;CONFIG_ESPTOOLPY_BEFORE_NORESET;CONFIG_ESPTOOLPY_BEFORE;CONFIG_ESPTOOLPY_AFTER_RESET;CONFIG_ESPTOOLPY_AFTER_NORESET;CONFIG_ESPTOOLPY_AFTER;CONFIG_ESPTOOLPY_MONITOR_BAUD;CONFIG_MONITOR_BAUD;CONFIG_PARTITION_TABLE_SINGLE_APP;CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE;CONFIG_PARTITION_TABLE_TWO_OTA;CONFIG_PARTITION_TABLE_CUSTOM;CONFIG_PARTITION_TABLE_CUSTOM_FILENAME;CONFIG_PARTITION_TABLE_FILENAME;CONFIG_PARTITION_TABLE_OFFSET;CONFIG_PARTITION_TABLE_MD5;CONFIG_COMPILER_OPTIMIZATION_DEFAULT;CONFIG_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_SIZE;CONFIG_OPTIMIZATION_LEVEL_RELEASE;CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE;CONFIG_COMPILER_OPTIMIZATION_PERF;CONFIG_COMPILER_OPTIMIZATION_NONE;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE;CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE;CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED;CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB;CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL;CONFIG_OPTIMIZATION_ASSERTION_LEVEL;CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT;CONFIG_COMPILER_HIDE_PATHS_MACROS;CONFIG_COMPILER_CXX_EXCEPTIONS;CONFIG_CXX_EXCEPTIONS;CONFIG_COMPILER_CXX_RTTI;CONFIG_COMPILER_STACK_CHECK_MODE_NONE;CONFIG_STACK_CHECK_NONE;CONFIG_COMPILER_STACK_CHECK_MODE_NORM;CONFIG_STACK_CHECK_NORM;CONFIG_COMPILER_STACK_CHECK_MODE_STRONG;CONFIG_STACK_CHECK_STRONG;CONFIG_COMPILER_STACK_CHECK_MODE_ALL;CONFIG_STACK_CHECK_ALL;CONFIG_COMPILER_WARN_WRITE_STRINGS;CONFIG_WARN_WRITE_STRINGS;CONFIG_COMPILER_DISABLE_GCC12_WARNINGS;CONFIG_COMPILER_DUMP_RTL_FILES;CONFIG_EFUSE_CUSTOM_TABLE;CONFIG_EFUSE_VIRTUAL;CONFIG_EFUSE_CODE_SCHEME_COMPAT_NONE;CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4;CONFIG_EFUSE_CODE_SCHEME_COMPAT_REPEAT;CONFIG_EFUSE_MAX_BLK_LEN;CONFIG_ESP_ERR_TO_NAME_LOOKUP;CONFIG_ESP32_REV_MIN_0;CONFIG_ESP32_REV_MIN_1;CONFIG_ESP32_REV_MIN_1_1;CONFIG_ESP32_REV_MIN_2;CONFIG_ESP32_REV_MIN_3;CONFIG_ESP32_REV_MIN_3_1;CONFIG_ESP32_REV_MIN;CONFIG_ESP32_REV_MIN_FULL;CONFIG_ESP_REV_MIN_FULL;CONFIG_ESP32_REV_MAX_FULL;CONFIG_ESP_REV_MAX_FULL;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP;CONFIG_ESP_MAC_ADDR_UNIVERSE_BT;CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH;CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO;CONFIG_TWO_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES;CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR;CONFIG_ESP_SLEEP_POWER_DOWN_FLASH;CONFIG_ESP_SYSTEM_PD_FLASH;CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND;CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU;CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND;CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND;CONFIG_ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY;CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY;CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS;CONFIG_RTC_CLK_SRC_INT_RC;CONFIG_ESP32_RTC_CLK_SRC_INT_RC;CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC;CONFIG_RTC_CLK_SRC_EXT_CRYS;CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS;CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL;CONFIG_RTC_CLK_SRC_EXT_OSC;CONFIG_ESP32_RTC_CLK_SRC_EXT_OSC;CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC;CONFIG_RTC_CLK_SRC_INT_8MD256;CONFIG_ESP32_RTC_CLK_SRC_INT_8MD256;CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256;CONFIG_RTC_CLK_CAL_CYCLES;CONFIG_ESP32_RTC_CLK_CAL_CYCLES;CONFIG_PERIPH_CTRL_FUNC_IN_IRAM;CONFIG_XTAL_FREQ_26;CONFIG_ESP32_XTAL_FREQ_26;CONFIG_XTAL_FREQ_40;CONFIG_ESP32_XTAL_FREQ_40;CONFIG_XTAL_FREQ_AUTO;CONFIG_ESP32_XTAL_FREQ_AUTO;CONFIG_XTAL_FREQ;CONFIG_ESP32_XTAL_FREQ;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80;CONFIG_ESP32_DEFAULT_CPU_FREQ_80;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160;CONFIG_ESP32_DEFAULT_CPU_FREQ_160;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240;CONFIG_ESP32_DEFAULT_CPU_FREQ_240;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP32_USE_FIXED_STATIC_RAM_SIZE;CONFIG_ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM;CONFIG_ESP32_TRAX;CONFIG_ESP32_TRACEMEM_RESERVE_DRAM;CONFIG_TRACEMEM_RESERVE_DRAM;CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT;CONFIG_ESP32_PANIC_PRINT_HALT;CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT;CONFIG_ESP32_PANIC_PRINT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT;CONFIG_ESP32_PANIC_SILENT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_GDBSTUB;CONFIG_ESP32_PANIC_GDBSTUB;CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME;CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS;CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_ESP_MAIN_TASK_STACK_SIZE;CONFIG_MAIN_TASK_STACK_SIZE;CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0;CONFIG_ESP_MAIN_TASK_AFFINITY_CPU1;CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY;CONFIG_ESP_MAIN_TASK_AFFINITY;CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE;CONFIG_ESP_CONSOLE_UART_DEFAULT;CONFIG_CONSOLE_UART_DEFAULT;CONFIG_ESP_CONSOLE_UART_CUSTOM;CONFIG_CONSOLE_UART_CUSTOM;CONFIG_ESP_CONSOLE_NONE;CONFIG_CONSOLE_UART_NONE;CONFIG_ESP_CONSOLE_UART_NONE;CONFIG_ESP_CONSOLE_UART;CONFIG_CONSOLE_UART;CONFIG_ESP_CONSOLE_MULTIPLE_UART;CONFIG_ESP_CONSOLE_UART_NUM;CONFIG_CONSOLE_UART_NUM;CONFIG_ESP_CONSOLE_UART_BAUDRATE;CONFIG_CONSOLE_UART_BAUDRATE;CONFIG_ESP_INT_WDT;CONFIG_INT_WDT;CONFIG_ESP_INT_WDT_TIMEOUT_MS;CONFIG_INT_WDT_TIMEOUT_MS;CONFIG_ESP_INT_WDT_CHECK_CPU1;CONFIG_INT_WDT_CHECK_CPU1;CONFIG_ESP_TASK_WDT_EN;CONFIG_ESP_TASK_WDT_INIT;CONFIG_TASK_WDT;CONFIG_ESP_TASK_WDT;CONFIG_ESP_TASK_WDT_PANIC;CONFIG_TASK_WDT_PANIC;CONFIG_ESP_TASK_WDT_TIMEOUT_S;CONFIG_TASK_WDT_TIMEOUT_S;CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1;CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1;CONFIG_ESP_PANIC_HANDLER_IRAM;CONFIG_ESP_DEBUG_STUBS_ENABLE;CONFIG_ESP32_DEBUG_STUBS_ENABLE;CONFIG_ESP_DEBUG_OCDAWARE;CONFIG_ESP32_DEBUG_OCDAWARE;CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_5;CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4;CONFIG_ESP_BROWNOUT_DET;CONFIG_BROWNOUT_DET;CONFIG_ESP32_BROWNOUT_DET;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0;CONFIG_BROWNOUT_DET_LVL_SEL_0;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_1;CONFIG_BROWNOUT_DET_LVL_SEL_1;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_1;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2;CONFIG_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3;CONFIG_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4;CONFIG_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5;CONFIG_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6;CONFIG_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7;CONFIG_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP_BROWNOUT_DET_LVL;CONFIG_BROWNOUT_DET_LVL;CONFIG_ESP32_BROWNOUT_DET_LVL;CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE;CONFIG_DISABLE_BASIC_ROM_CONSOLE;CONFIG_ESP_SYSTEM_BROWNOUT_INTR;CONFIG_ESP_IPC_TASK_STACK_SIZE;CONFIG_IPC_TASK_STACK_SIZE;CONFIG_ESP_IPC_USES_CALLERS_PRIORITY;CONFIG_ESP_IPC_ISR_ENABLE;CONFIG_FREERTOS_SMP;CONFIG_FREERTOS_UNICORE;CONFIG_FREERTOS_HZ;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY;CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS;CONFIG_FREERTOS_IDLE_TASK_STACKSIZE;CONFIG_FREERTOS_USE_IDLE_HOOK;CONFIG_FREERTOS_USE_TICK_HOOK;CONFIG_FREERTOS_MAX_TASK_NAME_LEN;CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY;CONFIG_FREERTOS_TIMER_TASK_PRIORITY;CONFIG_TIMER_TASK_PRIORITY;CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH;CONFIG_TIMER_TASK_STACK_DEPTH;CONFIG_FREERTOS_TIMER_QUEUE_LENGTH;CONFIG_TIMER_QUEUE_LENGTH;CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE;CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES;CONFIG_FREERTOS_USE_TRACE_FACILITY;CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS;CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER;CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK;CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS;CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP;CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK;CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER;CONFIG_FREERTOS_ISR_STACKSIZE;CONFIG_FREERTOS_INTERRUPT_BACKTRACE;CONFIG_FREERTOS_FPU_IN_ISR;CONFIG_FREERTOS_TICK_SUPPORT_CORETIMER;CONFIG_FREERTOS_CORETIMER_0;CONFIG_FREERTOS_CORETIMER_1;CONFIG_FREERTOS_SYSTICK_USES_CCOUNT;CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH;CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH;CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE;CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT;CONFIG_FREERTOS_NO_AFFINITY;CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION;CONFIG_FREERTOS_DEBUG_OCDAWARE;CONFIG_HAL_ASSERTION_EQUALS_SYSTEM;CONFIG_HAL_ASSERTION_DISABLE;CONFIG_HAL_ASSERTION_SILENT;CONFIG_HAL_ASSERTION_SILIENT;CONFIG_HAL_ASSERTION_ENABLE;CONFIG_HAL_DEFAULT_ASSERTION_LEVEL;CONFIG_LOG_DEFAULT_LEVEL_NONE;CONFIG_LOG_DEFAULT_LEVEL_ERROR;CONFIG_LOG_DEFAULT_LEVEL_WARN;CONFIG_LOG_DEFAULT_LEVEL_INFO;CONFIG_LOG_DEFAULT_LEVEL_DEBUG;CONFIG_LOG_DEFAULT_LEVEL_VERBOSE;CONFIG_LOG_DEFAULT_LEVEL;CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT;CONFIG_LOG_MAXIMUM_LEVEL_DEBUG;CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE;CONFIG_LOG_MAXIMUM_LEVEL;CONFIG_LOG_COLORS;CONFIG_LOG_TIMESTAMP_SOURCE_RTOS;CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM;CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF;CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF;CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR;CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF;CONFIG_NEWLIB_STDIN_LINE_ENDING_LF;CONFIG_NEWLIB_STDIN_LINE_ENDING_CR;CONFIG_NEWLIB_NANO_FORMAT;CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT;CONFIG_ESP32_TIME_SYSCALL_USE_RTC_HRT;CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1;CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC;CONFIG_ESP32_TIME_SYSCALL_USE_RTC;CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT;CONFIG_ESP32_TIME_SYSCALL_USE_HRT;CONFIG_ESP32_TIME_SYSCALL_USE_FRC1;CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE;CONFIG_ESP32_TIME_SYSCALL_USE_NONE;CONFIG_MMU_PAGE_SIZE_64KB;CONFIG_MMU_PAGE_MODE;CONFIG_MMU_PAGE_SIZE;CONFIG_SPI_FLASH_VERIFY_WRITE;CONFIG_SPI_FLASH_ENABLE_COUNTERS;CONFIG_SPI_FLASH_ROM_DRIVER_PATCH;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED;CONFIG_SPI_FLASH_SHARE_SPI1_BUS;CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE;CONFIG_SPI_FLASH_YIELD_DURING_ERASE;CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS;CONFIG_SPI_FLASH_ERASE_YIELD_TICKS;CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE;CONFIG_SPI_FLASH_SIZE_OVERRIDE;CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED;CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST;CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC;CONFIG_SPI_FLASH_BROWNOUT_RESET;CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED;CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP;CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP;CONFIG_SPI_FLASH_SUPPORT_GD_CHIP;CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP;CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP;CONFIG_SPI_FLASH_SUPPORT_TH_CHIP;CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE;CONFIG_IDF_EXPERIMENTAL_FEATURES) +set(CONFIGS_LIST CONFIG_SOC_ADC_SUPPORTED;CONFIG_SOC_DEDICATED_GPIO_SUPPORTED;CONFIG_SOC_UART_SUPPORTED;CONFIG_SOC_GDMA_SUPPORTED;CONFIG_SOC_AHB_GDMA_SUPPORTED;CONFIG_SOC_GPTIMER_SUPPORTED;CONFIG_SOC_TWAI_SUPPORTED;CONFIG_SOC_BT_SUPPORTED;CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED;CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED;CONFIG_SOC_TEMP_SENSOR_SUPPORTED;CONFIG_SOC_XT_WDT_SUPPORTED;CONFIG_SOC_PHY_SUPPORTED;CONFIG_SOC_WIFI_SUPPORTED;CONFIG_SOC_SUPPORTS_SECURE_DL_MODE;CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD;CONFIG_SOC_EFUSE_HAS_EFUSE_RST_BUG;CONFIG_SOC_EFUSE_SUPPORTED;CONFIG_SOC_RTC_FAST_MEM_SUPPORTED;CONFIG_SOC_RTC_MEM_SUPPORTED;CONFIG_SOC_I2S_SUPPORTED;CONFIG_SOC_RMT_SUPPORTED;CONFIG_SOC_SDM_SUPPORTED;CONFIG_SOC_GPSPI_SUPPORTED;CONFIG_SOC_LEDC_SUPPORTED;CONFIG_SOC_I2C_SUPPORTED;CONFIG_SOC_SYSTIMER_SUPPORTED;CONFIG_SOC_SUPPORT_COEXISTENCE;CONFIG_SOC_AES_SUPPORTED;CONFIG_SOC_MPI_SUPPORTED;CONFIG_SOC_SHA_SUPPORTED;CONFIG_SOC_HMAC_SUPPORTED;CONFIG_SOC_DIG_SIGN_SUPPORTED;CONFIG_SOC_FLASH_ENC_SUPPORTED;CONFIG_SOC_SECURE_BOOT_SUPPORTED;CONFIG_SOC_MEMPROT_SUPPORTED;CONFIG_SOC_BOD_SUPPORTED;CONFIG_SOC_CLK_TREE_SUPPORTED;CONFIG_SOC_ASSIST_DEBUG_SUPPORTED;CONFIG_SOC_WDT_SUPPORTED;CONFIG_SOC_SPI_FLASH_SUPPORTED;CONFIG_SOC_RNG_SUPPORTED;CONFIG_SOC_LIGHT_SLEEP_SUPPORTED;CONFIG_SOC_DEEP_SLEEP_SUPPORTED;CONFIG_SOC_LP_PERIPH_SHARE_INTERRUPT;CONFIG_SOC_PM_SUPPORTED;CONFIG_SOC_XTAL_SUPPORT_40M;CONFIG_SOC_AES_SUPPORT_DMA;CONFIG_SOC_AES_GDMA;CONFIG_SOC_AES_SUPPORT_AES_128;CONFIG_SOC_AES_SUPPORT_AES_256;CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED;CONFIG_SOC_ADC_ARBITER_SUPPORTED;CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED;CONFIG_SOC_ADC_MONITOR_SUPPORTED;CONFIG_SOC_ADC_DMA_SUPPORTED;CONFIG_SOC_ADC_PERIPH_NUM;CONFIG_SOC_ADC_MAX_CHANNEL_NUM;CONFIG_SOC_ADC_ATTEN_NUM;CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM;CONFIG_SOC_ADC_PATT_LEN_MAX;CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH;CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH;CONFIG_SOC_ADC_DIGI_RESULT_BYTES;CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV;CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM;CONFIG_SOC_ADC_DIGI_MONITOR_NUM;CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH;CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW;CONFIG_SOC_ADC_RTC_MIN_BITWIDTH;CONFIG_SOC_ADC_RTC_MAX_BITWIDTH;CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED;CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED;CONFIG_SOC_ADC_SHARED_POWER;CONFIG_SOC_APB_BACKUP_DMA;CONFIG_SOC_BROWNOUT_RESET_SUPPORTED;CONFIG_SOC_SHARED_IDCACHE_SUPPORTED;CONFIG_SOC_CACHE_MEMORY_IBANK_SIZE;CONFIG_SOC_CPU_CORES_NUM;CONFIG_SOC_CPU_INTR_NUM;CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC;CONFIG_SOC_CPU_HAS_CSR_PC;CONFIG_SOC_CPU_BREAKPOINTS_NUM;CONFIG_SOC_CPU_WATCHPOINTS_NUM;CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE;CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN;CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH;CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US;CONFIG_SOC_AHB_GDMA_VERSION;CONFIG_SOC_GDMA_NUM_GROUPS_MAX;CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX;CONFIG_SOC_GPIO_PORT;CONFIG_SOC_GPIO_PIN_COUNT;CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER;CONFIG_SOC_GPIO_FILTER_CLK_SUPPORT_APB;CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD;CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP;CONFIG_SOC_GPIO_IN_RANGE_MAX;CONFIG_SOC_GPIO_OUT_RANGE_MAX;CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK;CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT;CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK;CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX;CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM;CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP;CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM;CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM;CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE;CONFIG_SOC_I2C_NUM;CONFIG_SOC_HP_I2C_NUM;CONFIG_SOC_I2C_FIFO_LEN;CONFIG_SOC_I2C_CMD_REG_NUM;CONFIG_SOC_I2C_SUPPORT_SLAVE;CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS;CONFIG_SOC_I2C_SUPPORT_XTAL;CONFIG_SOC_I2C_SUPPORT_RTC;CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR;CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST;CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE;CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS;CONFIG_SOC_I2S_NUM;CONFIG_SOC_I2S_HW_VERSION_2;CONFIG_SOC_I2S_SUPPORTS_XTAL;CONFIG_SOC_I2S_SUPPORTS_PLL_F160M;CONFIG_SOC_I2S_SUPPORTS_PCM;CONFIG_SOC_I2S_SUPPORTS_PDM;CONFIG_SOC_I2S_SUPPORTS_PDM_TX;CONFIG_SOC_I2S_PDM_MAX_TX_LINES;CONFIG_SOC_I2S_SUPPORTS_TDM;CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK;CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK;CONFIG_SOC_LEDC_TIMER_NUM;CONFIG_SOC_LEDC_CHANNEL_NUM;CONFIG_SOC_LEDC_TIMER_BIT_WIDTH;CONFIG_SOC_LEDC_SUPPORT_FADE_STOP;CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM;CONFIG_SOC_MMU_PERIPH_NUM;CONFIG_SOC_MPU_MIN_REGION_SIZE;CONFIG_SOC_MPU_REGIONS_MAX_NUM;CONFIG_SOC_RMT_GROUPS;CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP;CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP;CONFIG_SOC_RMT_CHANNELS_PER_GROUP;CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL;CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG;CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION;CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP;CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT;CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO;CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY;CONFIG_SOC_RMT_SUPPORT_XTAL;CONFIG_SOC_RMT_SUPPORT_APB;CONFIG_SOC_RMT_SUPPORT_RC_FAST;CONFIG_SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH;CONFIG_SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM;CONFIG_SOC_SLEEP_SYSTIMER_STALL_WORKAROUND;CONFIG_SOC_SLEEP_TGWDT_STOP_WORKAROUND;CONFIG_SOC_RTCIO_PIN_COUNT;CONFIG_SOC_MPI_MEM_BLOCKS_NUM;CONFIG_SOC_MPI_OPERATIONS_NUM;CONFIG_SOC_RSA_MAX_BIT_LEN;CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE;CONFIG_SOC_SHA_SUPPORT_DMA;CONFIG_SOC_SHA_SUPPORT_RESUME;CONFIG_SOC_SHA_GDMA;CONFIG_SOC_SHA_SUPPORT_SHA1;CONFIG_SOC_SHA_SUPPORT_SHA224;CONFIG_SOC_SHA_SUPPORT_SHA256;CONFIG_SOC_SDM_GROUPS;CONFIG_SOC_SDM_CHANNELS_PER_GROUP;CONFIG_SOC_SDM_CLK_SUPPORT_APB;CONFIG_SOC_SPI_PERIPH_NUM;CONFIG_SOC_SPI_MAX_CS_NUM;CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE;CONFIG_SOC_SPI_SUPPORT_DDRCLK;CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS;CONFIG_SOC_SPI_SUPPORT_CD_SIG;CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS;CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2;CONFIG_SOC_SPI_SUPPORT_CLK_APB;CONFIG_SOC_SPI_SUPPORT_CLK_XTAL;CONFIG_SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT;CONFIG_SOC_SPI_SCT_SUPPORTED;CONFIG_SOC_SPI_SCT_REG_NUM;CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX;CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX;CONFIG_SOC_MEMSPI_IS_INDEPENDENT;CONFIG_SOC_SPI_MAX_PRE_DIVIDER;CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE;CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND;CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME;CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR;CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND;CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS;CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE;CONFIG_SOC_SPI_MEM_SUPPORT_WRAP;CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED;CONFIG_SOC_SYSTIMER_COUNTER_NUM;CONFIG_SOC_SYSTIMER_ALARM_NUM;CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO;CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI;CONFIG_SOC_SYSTIMER_FIXED_DIVIDER;CONFIG_SOC_SYSTIMER_INT_LEVEL;CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE;CONFIG_SOC_TIMER_GROUPS;CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP;CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH;CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL;CONFIG_SOC_TIMER_GROUP_SUPPORT_APB;CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS;CONFIG_SOC_MWDT_SUPPORT_XTAL;CONFIG_SOC_TWAI_CONTROLLER_NUM;CONFIG_SOC_TWAI_CLK_SUPPORT_APB;CONFIG_SOC_TWAI_BRP_MIN;CONFIG_SOC_TWAI_BRP_MAX;CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS;CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE;CONFIG_SOC_EFUSE_DIS_PAD_JTAG;CONFIG_SOC_EFUSE_DIS_USB_JTAG;CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT;CONFIG_SOC_EFUSE_SOFT_DIS_JTAG;CONFIG_SOC_EFUSE_DIS_ICACHE;CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK;CONFIG_SOC_SECURE_BOOT_V2_RSA;CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS;CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS;CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY;CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX;CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES;CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128;CONFIG_SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE;CONFIG_SOC_MEMPROT_MEM_ALIGN_SIZE;CONFIG_SOC_UART_NUM;CONFIG_SOC_UART_HP_NUM;CONFIG_SOC_UART_FIFO_LEN;CONFIG_SOC_UART_BITRATE_MAX;CONFIG_SOC_UART_SUPPORT_APB_CLK;CONFIG_SOC_UART_SUPPORT_RTC_CLK;CONFIG_SOC_UART_SUPPORT_XTAL_CLK;CONFIG_SOC_UART_SUPPORT_WAKEUP_INT;CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND;CONFIG_SOC_COEX_HW_PTI;CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE;CONFIG_SOC_MAC_BB_PD_MEM_SIZE;CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH;CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP;CONFIG_SOC_PM_SUPPORT_BT_WAKEUP;CONFIG_SOC_PM_SUPPORT_CPU_PD;CONFIG_SOC_PM_SUPPORT_WIFI_PD;CONFIG_SOC_PM_SUPPORT_BT_PD;CONFIG_SOC_PM_SUPPORT_RC_FAST_PD;CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD;CONFIG_SOC_PM_SUPPORT_MAC_BB_PD;CONFIG_SOC_PM_CPU_RETENTION_BY_RTCCNTL;CONFIG_SOC_PM_MODEM_RETENTION_BY_BACKUPDMA;CONFIG_SOC_PM_MODEM_PD_BY_SW;CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED;CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256;CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION;CONFIG_SOC_CLK_XTAL32K_SUPPORTED;CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC;CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL;CONFIG_SOC_WIFI_HW_TSF;CONFIG_SOC_WIFI_FTM_SUPPORT;CONFIG_SOC_WIFI_GCMP_SUPPORT;CONFIG_SOC_WIFI_WAPI_SUPPORT;CONFIG_SOC_WIFI_CSI_SUPPORT;CONFIG_SOC_WIFI_MESH_SUPPORT;CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW;CONFIG_SOC_WIFI_PHY_NEEDS_USB_WORKAROUND;CONFIG_SOC_BLE_SUPPORTED;CONFIG_SOC_BLE_MESH_SUPPORTED;CONFIG_SOC_BLE_50_SUPPORTED;CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED;CONFIG_SOC_BLUFI_SUPPORTED;CONFIG_SOC_PHY_COMBO_MODULE;CONFIG_IDF_CMAKE;CONFIG_IDF_TOOLCHAIN;CONFIG_IDF_TOOLCHAIN_GCC;CONFIG_IDF_TARGET_ARCH_RISCV;CONFIG_IDF_TARGET_ARCH;CONFIG_IDF_TARGET;CONFIG_IDF_INIT_VERSION;CONFIG_IDF_TARGET_ESP32C3;CONFIG_IDF_FIRMWARE_CHIP_ID;CONFIG_APP_BUILD_TYPE_APP_2NDBOOT;CONFIG_APP_BUILD_TYPE_RAM;CONFIG_APP_BUILD_TYPE_ELF_RAM;CONFIG_APP_BUILD_GENERATE_BINARIES;CONFIG_APP_BUILD_BOOTLOADER;CONFIG_APP_BUILD_USE_FLASH_SECTIONS;CONFIG_APP_REPRODUCIBLE_BUILD;CONFIG_APP_NO_BLOBS;CONFIG_NO_BLOBS;CONFIG_BOOTLOADER_COMPILE_TIME_DATE;CONFIG_BOOTLOADER_PROJECT_VER;CONFIG_BOOTLOADER_OFFSET_IN_FLASH;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE;CONFIG_BOOTLOADER_LOG_LEVEL_NONE;CONFIG_LOG_BOOTLOADER_LEVEL_NONE;CONFIG_BOOTLOADER_LOG_LEVEL_ERROR;CONFIG_LOG_BOOTLOADER_LEVEL_ERROR;CONFIG_BOOTLOADER_LOG_LEVEL_WARN;CONFIG_LOG_BOOTLOADER_LEVEL_WARN;CONFIG_BOOTLOADER_LOG_LEVEL_INFO;CONFIG_LOG_BOOTLOADER_LEVEL_INFO;CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG;CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG;CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE;CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE;CONFIG_BOOTLOADER_LOG_LEVEL;CONFIG_LOG_BOOTLOADER_LEVEL;CONFIG_BOOTLOADER_LOG_COLORS;CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS;CONFIG_BOOTLOADER_FLASH_DC_AWARE;CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT;CONFIG_BOOTLOADER_FACTORY_RESET;CONFIG_BOOTLOADER_APP_TEST;CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE;CONFIG_BOOTLOADER_WDT_ENABLE;CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE;CONFIG_BOOTLOADER_WDT_TIME_MS;CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE;CONFIG_APP_ROLLBACK_ENABLE;CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP;CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON;CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS;CONFIG_BOOTLOADER_RESERVE_RTC_SIZE;CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC;CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED;CONFIG_SECURE_BOOT_V2_PREFERRED;CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT;CONFIG_SECURE_BOOT;CONFIG_SECURE_FLASH_ENC_ENABLED;CONFIG_FLASH_ENCRYPTION_ENABLED;CONFIG_SECURE_ROM_DL_MODE_ENABLED;CONFIG_APP_COMPILE_TIME_DATE;CONFIG_APP_EXCLUDE_PROJECT_VER_VAR;CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR;CONFIG_APP_PROJECT_VER_FROM_CONFIG;CONFIG_APP_RETRIEVE_LEN_ELF_SHA;CONFIG_ESP_ROM_HAS_CRC_LE;CONFIG_ESP_ROM_HAS_CRC_BE;CONFIG_ESP_ROM_HAS_MZ_CRC32;CONFIG_ESP_ROM_HAS_JPEG_DECODE;CONFIG_ESP_ROM_UART_CLK_IS_XTAL;CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM;CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING;CONFIG_ESP_ROM_HAS_ERASE_0_REGION_BUG;CONFIG_ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV;CONFIG_ESP_ROM_GET_CLK_FREQ;CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND;CONFIG_ESP_ROM_HAS_LAYOUT_TABLE;CONFIG_ESP_ROM_HAS_SPI_FLASH;CONFIG_ESP_ROM_HAS_ETS_PRINTF_BUG;CONFIG_ESP_ROM_HAS_NEWLIB;CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT;CONFIG_ESP_ROM_HAS_NEWLIB_32BIT_TIME;CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE;CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT;CONFIG_ESP_ROM_HAS_SW_FLOAT;CONFIG_ESP_ROM_USB_OTG_NUM;CONFIG_ESP_ROM_HAS_VERSION;CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB;CONFIG_BOOT_ROM_LOG_ALWAYS_ON;CONFIG_BOOT_ROM_LOG_ALWAYS_OFF;CONFIG_BOOT_ROM_LOG_ON_GPIO_HIGH;CONFIG_BOOT_ROM_LOG_ON_GPIO_LOW;CONFIG_ESPTOOLPY_NO_STUB;CONFIG_ESPTOOLPY_FLASHMODE_QIO;CONFIG_FLASHMODE_QIO;CONFIG_ESPTOOLPY_FLASHMODE_QOUT;CONFIG_FLASHMODE_QOUT;CONFIG_ESPTOOLPY_FLASHMODE_DIO;CONFIG_FLASHMODE_DIO;CONFIG_ESPTOOLPY_FLASHMODE_DOUT;CONFIG_FLASHMODE_DOUT;CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR;CONFIG_ESPTOOLPY_FLASHMODE;CONFIG_ESPTOOLPY_FLASHFREQ_80M;CONFIG_ESPTOOLPY_FLASHFREQ_40M;CONFIG_ESPTOOLPY_FLASHFREQ_26M;CONFIG_ESPTOOLPY_FLASHFREQ_20M;CONFIG_ESPTOOLPY_FLASHFREQ;CONFIG_ESPTOOLPY_FLASHSIZE_1MB;CONFIG_ESPTOOLPY_FLASHSIZE_2MB;CONFIG_ESPTOOLPY_FLASHSIZE_4MB;CONFIG_ESPTOOLPY_FLASHSIZE_8MB;CONFIG_ESPTOOLPY_FLASHSIZE_16MB;CONFIG_ESPTOOLPY_FLASHSIZE_32MB;CONFIG_ESPTOOLPY_FLASHSIZE_64MB;CONFIG_ESPTOOLPY_FLASHSIZE_128MB;CONFIG_ESPTOOLPY_FLASHSIZE;CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE;CONFIG_ESPTOOLPY_BEFORE_RESET;CONFIG_ESPTOOLPY_BEFORE_NORESET;CONFIG_ESPTOOLPY_BEFORE;CONFIG_ESPTOOLPY_AFTER_RESET;CONFIG_ESPTOOLPY_AFTER_NORESET;CONFIG_ESPTOOLPY_AFTER;CONFIG_ESPTOOLPY_MONITOR_BAUD;CONFIG_MONITOR_BAUD;CONFIG_PARTITION_TABLE_SINGLE_APP;CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE;CONFIG_PARTITION_TABLE_TWO_OTA;CONFIG_PARTITION_TABLE_TWO_OTA_LARGE;CONFIG_PARTITION_TABLE_CUSTOM;CONFIG_PARTITION_TABLE_CUSTOM_FILENAME;CONFIG_PARTITION_TABLE_FILENAME;CONFIG_PARTITION_TABLE_OFFSET;CONFIG_PARTITION_TABLE_MD5;CONFIG_COMPILER_OPTIMIZATION_DEBUG;CONFIG_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_DEFAULT;CONFIG_COMPILER_OPTIMIZATION_SIZE;CONFIG_OPTIMIZATION_LEVEL_RELEASE;CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE;CONFIG_COMPILER_OPTIMIZATION_PERF;CONFIG_COMPILER_OPTIMIZATION_NONE;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE;CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE;CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED;CONFIG_COMPILER_ASSERT_NDEBUG_EVALUATE;CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB;CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL;CONFIG_OPTIMIZATION_ASSERTION_LEVEL;CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT;CONFIG_COMPILER_HIDE_PATHS_MACROS;CONFIG_COMPILER_CXX_EXCEPTIONS;CONFIG_CXX_EXCEPTIONS;CONFIG_COMPILER_CXX_RTTI;CONFIG_COMPILER_STACK_CHECK_MODE_NONE;CONFIG_STACK_CHECK_NONE;CONFIG_COMPILER_STACK_CHECK_MODE_NORM;CONFIG_STACK_CHECK_NORM;CONFIG_COMPILER_STACK_CHECK_MODE_STRONG;CONFIG_STACK_CHECK_STRONG;CONFIG_COMPILER_STACK_CHECK_MODE_ALL;CONFIG_STACK_CHECK_ALL;CONFIG_COMPILER_NO_MERGE_CONSTANTS;CONFIG_COMPILER_WARN_WRITE_STRINGS;CONFIG_WARN_WRITE_STRINGS;CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS;CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS;CONFIG_COMPILER_DISABLE_GCC12_WARNINGS;CONFIG_COMPILER_DISABLE_GCC13_WARNINGS;CONFIG_COMPILER_DISABLE_GCC14_WARNINGS;CONFIG_COMPILER_DUMP_RTL_FILES;CONFIG_COMPILER_RT_LIB_GCCLIB;CONFIG_COMPILER_RT_LIB_NAME;CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING;CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE;CONFIG_COMPILER_STATIC_ANALYZER;CONFIG_EFUSE_CUSTOM_TABLE;CONFIG_EFUSE_VIRTUAL;CONFIG_EFUSE_MAX_BLK_LEN;CONFIG_ESP_ERR_TO_NAME_LOOKUP;CONFIG_ESP32C3_REV_MIN_0;CONFIG_ESP32C3_REV_MIN_1;CONFIG_ESP32C3_REV_MIN_2;CONFIG_ESP32C3_REV_MIN_3;CONFIG_ESP32C3_REV_MIN_4;CONFIG_ESP32C3_REV_MIN_101;CONFIG_ESP32C3_REV_MIN_FULL;CONFIG_ESP_REV_MIN_FULL;CONFIG_ESP32C3_REV_MAX_FULL;CONFIG_ESP_REV_MAX_FULL;CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL;CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP;CONFIG_ESP_MAC_ADDR_UNIVERSE_BT;CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH;CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES;CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO;CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES;CONFIG_ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC;CONFIG_ESP_SLEEP_POWER_DOWN_FLASH;CONFIG_ESP_SYSTEM_PD_FLASH;CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND;CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU;CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND;CONFIG_ESP32C3_LIGHTSLEEP_GPIO_RESET_WORKAROUND;CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY;CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION;CONFIG_ESP_SLEEP_DEBUG;CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS;CONFIG_RTC_CLK_SRC_INT_RC;CONFIG_ESP32C3_RTC_CLK_SRC_INT_RC;CONFIG_RTC_CLK_SRC_EXT_CRYS;CONFIG_ESP32C3_RTC_CLK_SRC_EXT_CRYS;CONFIG_RTC_CLK_SRC_EXT_OSC;CONFIG_ESP32C3_RTC_CLK_SRC_EXT_OSC;CONFIG_RTC_CLK_SRC_INT_8MD256;CONFIG_ESP32C3_RTC_CLK_SRC_INT_8MD256;CONFIG_RTC_CLK_CAL_CYCLES;CONFIG_ESP32C3_RTC_CLK_CAL_CYCLES;CONFIG_PERIPH_CTRL_FUNC_IN_IRAM;CONFIG_GDMA_CTRL_FUNC_IN_IRAM;CONFIG_GDMA_ISR_IRAM_SAFE;CONFIG_GDMA_ENABLE_DEBUG_LOG;CONFIG_XTAL_FREQ_40;CONFIG_XTAL_FREQ;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80;CONFIG_ESP32C3_DEFAULT_CPU_FREQ_80;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160;CONFIG_ESP32C3_DEFAULT_CPU_FREQ_160;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT;CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS;CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE;CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK;CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP;CONFIG_ESP_SYSTEM_USE_EH_FRAME;CONFIG_ESP_SYSTEM_MEMPROT_FEATURE;CONFIG_ESP32C3_MEMPROT_FEATURE;CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK;CONFIG_ESP32C3_MEMPROT_FEATURE_LOCK;CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_ESP_MAIN_TASK_STACK_SIZE;CONFIG_MAIN_TASK_STACK_SIZE;CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0;CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY;CONFIG_ESP_MAIN_TASK_AFFINITY;CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE;CONFIG_ESP_CONSOLE_UART_DEFAULT;CONFIG_CONSOLE_UART_DEFAULT;CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG;CONFIG_ESP_CONSOLE_UART_CUSTOM;CONFIG_CONSOLE_UART_CUSTOM;CONFIG_ESP_CONSOLE_NONE;CONFIG_CONSOLE_UART_NONE;CONFIG_ESP_CONSOLE_UART_NONE;CONFIG_ESP_CONSOLE_SECONDARY_NONE;CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG;CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED;CONFIG_ESP_CONSOLE_UART;CONFIG_CONSOLE_UART;CONFIG_ESP_CONSOLE_UART_NUM;CONFIG_CONSOLE_UART_NUM;CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM;CONFIG_ESP_CONSOLE_UART_BAUDRATE;CONFIG_CONSOLE_UART_BAUDRATE;CONFIG_ESP_INT_WDT;CONFIG_INT_WDT;CONFIG_ESP_INT_WDT_TIMEOUT_MS;CONFIG_INT_WDT_TIMEOUT_MS;CONFIG_ESP_TASK_WDT_EN;CONFIG_ESP_TASK_WDT_INIT;CONFIG_TASK_WDT;CONFIG_ESP_TASK_WDT;CONFIG_ESP_TASK_WDT_PANIC;CONFIG_TASK_WDT_PANIC;CONFIG_ESP_TASK_WDT_TIMEOUT_S;CONFIG_TASK_WDT_TIMEOUT_S;CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_ESP_PANIC_HANDLER_IRAM;CONFIG_ESP_DEBUG_STUBS_ENABLE;CONFIG_ESP32_DEBUG_STUBS_ENABLE;CONFIG_ESP_DEBUG_OCDAWARE;CONFIG_ESP32C3_DEBUG_OCDAWARE;CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4;CONFIG_ESP_BROWNOUT_DET;CONFIG_BROWNOUT_DET;CONFIG_ESP32C3_BROWNOUT_DET;CONFIG_ESP32C3_BROWNOUT_DET;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7;CONFIG_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6;CONFIG_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5;CONFIG_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4;CONFIG_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3;CONFIG_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2;CONFIG_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP_BROWNOUT_DET_LVL;CONFIG_BROWNOUT_DET_LVL;CONFIG_ESP32C3_BROWNOUT_DET_LVL;CONFIG_ESP_SYSTEM_BROWNOUT_INTR;CONFIG_ESP_SYSTEM_HW_STACK_GUARD;CONFIG_ESP_SYSTEM_HW_PC_RECORD;CONFIG_ESP_IPC_TASK_STACK_SIZE;CONFIG_IPC_TASK_STACK_SIZE;CONFIG_FREERTOS_SMP;CONFIG_FREERTOS_UNICORE;CONFIG_FREERTOS_HZ;CONFIG_FREERTOS_OPTIMIZED_SCHEDULER;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY;CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS;CONFIG_FREERTOS_IDLE_TASK_STACKSIZE;CONFIG_FREERTOS_USE_IDLE_HOOK;CONFIG_FREERTOS_USE_TICK_HOOK;CONFIG_FREERTOS_MAX_TASK_NAME_LEN;CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY;CONFIG_FREERTOS_USE_TIMERS;CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME;CONFIG_FREERTOS_TIMER_TASK_AFFINITY_CPU0;CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY;CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY;CONFIG_FREERTOS_TIMER_TASK_PRIORITY;CONFIG_TIMER_TASK_PRIORITY;CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH;CONFIG_TIMER_TASK_STACK_DEPTH;CONFIG_FREERTOS_TIMER_QUEUE_LENGTH;CONFIG_TIMER_QUEUE_LENGTH;CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE;CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES;CONFIG_FREERTOS_USE_TRACE_FACILITY;CONFIG_FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES;CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS;CONFIG_FREERTOS_USE_APPLICATION_TASK_TAG;CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER;CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK;CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS;CONFIG_FREERTOS_TASK_PRE_DELETION_HOOK;CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP;CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK;CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER;CONFIG_FREERTOS_ISR_STACKSIZE;CONFIG_FREERTOS_INTERRUPT_BACKTRACE;CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER;CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1;CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL3;CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER;CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH;CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE;CONFIG_FREERTOS_PORT;CONFIG_FREERTOS_NO_AFFINITY;CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION;CONFIG_FREERTOS_DEBUG_OCDAWARE;CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT;CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH;CONFIG_FREERTOS_NUMBER_OF_CORES;CONFIG_HAL_ASSERTION_EQUALS_SYSTEM;CONFIG_HAL_ASSERTION_DISABLE;CONFIG_HAL_ASSERTION_SILENT;CONFIG_HAL_ASSERTION_SILIENT;CONFIG_HAL_ASSERTION_ENABLE;CONFIG_HAL_DEFAULT_ASSERTION_LEVEL;CONFIG_HAL_ECDSA_GEN_SIG_CM;CONFIG_LOG_DEFAULT_LEVEL_NONE;CONFIG_LOG_DEFAULT_LEVEL_ERROR;CONFIG_LOG_DEFAULT_LEVEL_WARN;CONFIG_LOG_DEFAULT_LEVEL_INFO;CONFIG_LOG_DEFAULT_LEVEL_DEBUG;CONFIG_LOG_DEFAULT_LEVEL_VERBOSE;CONFIG_LOG_DEFAULT_LEVEL;CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT;CONFIG_LOG_MAXIMUM_LEVEL_DEBUG;CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE;CONFIG_LOG_MAXIMUM_LEVEL;CONFIG_LOG_MASTER_LEVEL;CONFIG_LOG_DYNAMIC_LEVEL_CONTROL;CONFIG_LOG_TAG_LEVEL_IMPL_NONE;CONFIG_LOG_TAG_LEVEL_IMPL_LINKED_LIST;CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST;CONFIG_LOG_TAG_LEVEL_CACHE_ARRAY;CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP;CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE;CONFIG_LOG_COLORS;CONFIG_LOG_TIMESTAMP_SOURCE_RTOS;CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM;CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF;CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF;CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR;CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF;CONFIG_NEWLIB_STDIN_LINE_ENDING_LF;CONFIG_NEWLIB_STDIN_LINE_ENDING_CR;CONFIG_NEWLIB_NANO_FORMAT;CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT;CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC_SYSTIMER;CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC;CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC;CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT;CONFIG_ESP32C3_TIME_SYSCALL_USE_SYSTIMER;CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE;CONFIG_ESP32C3_TIME_SYSCALL_USE_NONE;CONFIG_MMU_PAGE_SIZE_64KB;CONFIG_MMU_PAGE_MODE;CONFIG_MMU_PAGE_SIZE;CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC;CONFIG_SPI_FLASH_BROWNOUT_RESET;CONFIG_SPI_FLASH_AUTO_SUSPEND;CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US;CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND;CONFIG_SPI_FLASH_VERIFY_WRITE;CONFIG_SPI_FLASH_ENABLE_COUNTERS;CONFIG_SPI_FLASH_ROM_DRIVER_PATCH;CONFIG_SPI_FLASH_ROM_IMPL;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED;CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE;CONFIG_SPI_FLASH_YIELD_DURING_ERASE;CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS;CONFIG_SPI_FLASH_ERASE_YIELD_TICKS;CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE;CONFIG_SPI_FLASH_SIZE_OVERRIDE;CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED;CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST;CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_BOYA_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_TH_SUPPORTED;CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP;CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP;CONFIG_SPI_FLASH_SUPPORT_GD_CHIP;CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP;CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP;CONFIG_SPI_FLASH_SUPPORT_TH_CHIP;CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE;CONFIG_IDF_EXPERIMENTAL_FEATURES) # List of deprecated options for backward compatibility set(CONFIG_APP_BUILD_TYPE_ELF_RAM "") set(CONFIG_NO_BLOBS "") -set(CONFIG_ESP32_NO_BLOBS "") -set(CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS "") -set(CONFIG_ESP32_COMPATIBLE_PRE_V3_1_BOOTLOADERS "") set(CONFIG_LOG_BOOTLOADER_LEVEL_NONE "") set(CONFIG_LOG_BOOTLOADER_LEVEL_ERROR "") set(CONFIG_LOG_BOOTLOADER_LEVEL_WARN "") @@ -553,6 +678,7 @@ set(CONFIG_FLASHMODE_DOUT "") set(CONFIG_MONITOR_BAUD "115200") set(CONFIG_OPTIMIZATION_LEVEL_DEBUG "y") set(CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG "y") +set(CONFIG_COMPILER_OPTIMIZATION_DEFAULT "y") set(CONFIG_OPTIMIZATION_LEVEL_RELEASE "") set(CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE "") set(CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED "y") @@ -565,33 +691,18 @@ set(CONFIG_STACK_CHECK_NORM "") set(CONFIG_STACK_CHECK_STRONG "") set(CONFIG_STACK_CHECK_ALL "") set(CONFIG_WARN_WRITE_STRINGS "") -set(CONFIG_TWO_UNIVERSAL_MAC_ADDRESS "") -set(CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS "y") -set(CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS "4") set(CONFIG_ESP_SYSTEM_PD_FLASH "") -set(CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY "2000") -set(CONFIG_ESP32_RTC_CLK_SRC_INT_RC "y") -set(CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC "y") -set(CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS "") -set(CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL "") -set(CONFIG_ESP32_RTC_CLK_SRC_EXT_OSC "") -set(CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC "") -set(CONFIG_ESP32_RTC_CLK_SRC_INT_8MD256 "") -set(CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256 "") -set(CONFIG_ESP32_RTC_CLK_CAL_CYCLES "1024") -set(CONFIG_ESP32_XTAL_FREQ_26 "") -set(CONFIG_ESP32_XTAL_FREQ_40 "y") -set(CONFIG_ESP32_XTAL_FREQ_AUTO "") -set(CONFIG_ESP32_XTAL_FREQ "40") -set(CONFIG_ESP32_DEFAULT_CPU_FREQ_80 "") -set(CONFIG_ESP32_DEFAULT_CPU_FREQ_160 "y") -set(CONFIG_ESP32_DEFAULT_CPU_FREQ_240 "") -set(CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ "160") -set(CONFIG_TRACEMEM_RESERVE_DRAM "0x0") -set(CONFIG_ESP32_PANIC_PRINT_HALT "") -set(CONFIG_ESP32_PANIC_PRINT_REBOOT "y") -set(CONFIG_ESP32_PANIC_SILENT_REBOOT "") -set(CONFIG_ESP32_PANIC_GDBSTUB "") +set(CONFIG_ESP32C3_LIGHTSLEEP_GPIO_RESET_WORKAROUND "y") +set(CONFIG_ESP32C3_RTC_CLK_SRC_INT_RC "y") +set(CONFIG_ESP32C3_RTC_CLK_SRC_EXT_CRYS "") +set(CONFIG_ESP32C3_RTC_CLK_SRC_EXT_OSC "") +set(CONFIG_ESP32C3_RTC_CLK_SRC_INT_8MD256 "") +set(CONFIG_ESP32C3_RTC_CLK_CAL_CYCLES "1024") +set(CONFIG_ESP32C3_DEFAULT_CPU_FREQ_80 "") +set(CONFIG_ESP32C3_DEFAULT_CPU_FREQ_160 "y") +set(CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ "160") +set(CONFIG_ESP32C3_MEMPROT_FEATURE "y") +set(CONFIG_ESP32C3_MEMPROT_FEATURE_LOCK "y") set(CONFIG_SYSTEM_EVENT_QUEUE_SIZE "32") set(CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE "2304") set(CONFIG_MAIN_TASK_STACK_SIZE "3584") @@ -604,48 +715,40 @@ set(CONFIG_CONSOLE_UART_NUM "0") set(CONFIG_CONSOLE_UART_BAUDRATE "115200") set(CONFIG_INT_WDT "y") set(CONFIG_INT_WDT_TIMEOUT_MS "300") -set(CONFIG_INT_WDT_CHECK_CPU1 "y") set(CONFIG_TASK_WDT "y") set(CONFIG_ESP_TASK_WDT "y") set(CONFIG_TASK_WDT_PANIC "") set(CONFIG_TASK_WDT_TIMEOUT_S "5") set(CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 "y") -set(CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1 "y") set(CONFIG_ESP32_DEBUG_STUBS_ENABLE "") -set(CONFIG_ESP32_DEBUG_OCDAWARE "y") +set(CONFIG_ESP32C3_DEBUG_OCDAWARE "y") set(CONFIG_BROWNOUT_DET "y") -set(CONFIG_ESP32_BROWNOUT_DET "y") -set(CONFIG_BROWNOUT_DET_LVL_SEL_0 "y") -set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0 "y") -set(CONFIG_BROWNOUT_DET_LVL_SEL_1 "") -set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_1 "") -set(CONFIG_BROWNOUT_DET_LVL_SEL_2 "") -set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_2 "") -set(CONFIG_BROWNOUT_DET_LVL_SEL_3 "") -set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_3 "") -set(CONFIG_BROWNOUT_DET_LVL_SEL_4 "") -set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_4 "") -set(CONFIG_BROWNOUT_DET_LVL_SEL_5 "") -set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_5 "") +set(CONFIG_ESP32C3_BROWNOUT_DET "y") +set(CONFIG_ESP32C3_BROWNOUT_DET "y") +set(CONFIG_BROWNOUT_DET_LVL_SEL_7 "y") +set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_7 "y") set(CONFIG_BROWNOUT_DET_LVL_SEL_6 "") -set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_6 "") -set(CONFIG_BROWNOUT_DET_LVL_SEL_7 "") -set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_7 "") -set(CONFIG_BROWNOUT_DET_LVL "0") -set(CONFIG_ESP32_BROWNOUT_DET_LVL "0") -set(CONFIG_DISABLE_BASIC_ROM_CONSOLE "") +set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_6 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_5 "") +set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_5 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_4 "") +set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_4 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_3 "") +set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_3 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_2 "") +set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_2 "") +set(CONFIG_BROWNOUT_DET_LVL "7") +set(CONFIG_ESP32C3_BROWNOUT_DET_LVL "7") set(CONFIG_IPC_TASK_STACK_SIZE "1024") set(CONFIG_TIMER_TASK_PRIORITY "1") set(CONFIG_TIMER_TASK_STACK_DEPTH "2048") set(CONFIG_TIMER_QUEUE_LENGTH "10") set(CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK "") set(CONFIG_HAL_ASSERTION_SILIENT "") -set(CONFIG_ESP32_TIME_SYSCALL_USE_RTC_HRT "y") -set(CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1 "y") -set(CONFIG_ESP32_TIME_SYSCALL_USE_RTC "") -set(CONFIG_ESP32_TIME_SYSCALL_USE_HRT "") -set(CONFIG_ESP32_TIME_SYSCALL_USE_FRC1 "") -set(CONFIG_ESP32_TIME_SYSCALL_USE_NONE "") +set(CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC_SYSTIMER "y") +set(CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC "") +set(CONFIG_ESP32C3_TIME_SYSCALL_USE_SYSTIMER "") +set(CONFIG_ESP32C3_TIME_SYSCALL_USE_NONE "") set(CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS "y") set(CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS "") set(CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED "") diff --git a/ESP32-IDF_ePaper/build/bootloader/config/sdkconfig.h b/ESP32-IDF_ePaper/build/bootloader/config/sdkconfig.h index 2236b1051..40837b846 100644 --- a/ESP32-IDF_ePaper/build/bootloader/config/sdkconfig.h +++ b/ESP32-IDF_ePaper/build/bootloader/config/sdkconfig.h @@ -1,28 +1,27 @@ /* * Automatically generated file. DO NOT EDIT. - * Espressif IoT Development Framework (ESP-IDF) 5.1.2 Configuration Header + * Espressif IoT Development Framework (ESP-IDF) 5.4.0 Configuration Header */ #pragma once -#define CONFIG_SOC_BROWNOUT_RESET_SUPPORTED "Not determined" -#define CONFIG_SOC_TWAI_BRP_DIV_SUPPORTED "Not determined" -#define CONFIG_SOC_DPORT_WORKAROUND "Not determined" -#define CONFIG_SOC_CAPS_ECO_VER_MAX 301 #define CONFIG_SOC_ADC_SUPPORTED 1 -#define CONFIG_SOC_DAC_SUPPORTED 1 +#define CONFIG_SOC_DEDICATED_GPIO_SUPPORTED 1 #define CONFIG_SOC_UART_SUPPORTED 1 -#define CONFIG_SOC_MCPWM_SUPPORTED 1 +#define CONFIG_SOC_GDMA_SUPPORTED 1 +#define CONFIG_SOC_AHB_GDMA_SUPPORTED 1 #define CONFIG_SOC_GPTIMER_SUPPORTED 1 -#define CONFIG_SOC_SDMMC_HOST_SUPPORTED 1 -#define CONFIG_SOC_BT_SUPPORTED 1 -#define CONFIG_SOC_PCNT_SUPPORTED 1 -#define CONFIG_SOC_WIFI_SUPPORTED 1 -#define CONFIG_SOC_SDIO_SLAVE_SUPPORTED 1 #define CONFIG_SOC_TWAI_SUPPORTED 1 -#define CONFIG_SOC_EMAC_SUPPORTED 1 -#define CONFIG_SOC_ULP_SUPPORTED 1 -#define CONFIG_SOC_CCOMP_TIMER_SUPPORTED 1 +#define CONFIG_SOC_BT_SUPPORTED 1 +#define CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED 1 +#define CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED 1 +#define CONFIG_SOC_TEMP_SENSOR_SUPPORTED 1 +#define CONFIG_SOC_XT_WDT_SUPPORTED 1 +#define CONFIG_SOC_PHY_SUPPORTED 1 +#define CONFIG_SOC_WIFI_SUPPORTED 1 +#define CONFIG_SOC_SUPPORTS_SECURE_DL_MODE 1 +#define CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD 1 +#define CONFIG_SOC_EFUSE_HAS_EFUSE_RST_BUG 1 +#define CONFIG_SOC_EFUSE_SUPPORTED 1 #define CONFIG_SOC_RTC_FAST_MEM_SUPPORTED 1 -#define CONFIG_SOC_RTC_SLOW_MEM_SUPPORTED 1 #define CONFIG_SOC_RTC_MEM_SUPPORTED 1 #define CONFIG_SOC_I2S_SUPPORTED 1 #define CONFIG_SOC_RMT_SUPPORTED 1 @@ -30,224 +29,318 @@ #define CONFIG_SOC_GPSPI_SUPPORTED 1 #define CONFIG_SOC_LEDC_SUPPORTED 1 #define CONFIG_SOC_I2C_SUPPORTED 1 +#define CONFIG_SOC_SYSTIMER_SUPPORTED 1 #define CONFIG_SOC_SUPPORT_COEXISTENCE 1 #define CONFIG_SOC_AES_SUPPORTED 1 #define CONFIG_SOC_MPI_SUPPORTED 1 #define CONFIG_SOC_SHA_SUPPORTED 1 +#define CONFIG_SOC_HMAC_SUPPORTED 1 +#define CONFIG_SOC_DIG_SIGN_SUPPORTED 1 #define CONFIG_SOC_FLASH_ENC_SUPPORTED 1 #define CONFIG_SOC_SECURE_BOOT_SUPPORTED 1 -#define CONFIG_SOC_TOUCH_SENSOR_SUPPORTED 1 +#define CONFIG_SOC_MEMPROT_SUPPORTED 1 #define CONFIG_SOC_BOD_SUPPORTED 1 -#define CONFIG_SOC_ULP_FSM_SUPPORTED 1 -#define CONFIG_SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL 5 -#define CONFIG_SOC_XTAL_SUPPORT_26M 1 +#define CONFIG_SOC_CLK_TREE_SUPPORTED 1 +#define CONFIG_SOC_ASSIST_DEBUG_SUPPORTED 1 +#define CONFIG_SOC_WDT_SUPPORTED 1 +#define CONFIG_SOC_SPI_FLASH_SUPPORTED 1 +#define CONFIG_SOC_RNG_SUPPORTED 1 +#define CONFIG_SOC_LIGHT_SLEEP_SUPPORTED 1 +#define CONFIG_SOC_DEEP_SLEEP_SUPPORTED 1 +#define CONFIG_SOC_LP_PERIPH_SHARE_INTERRUPT 1 +#define CONFIG_SOC_PM_SUPPORTED 1 #define CONFIG_SOC_XTAL_SUPPORT_40M 1 -#define CONFIG_SOC_XTAL_SUPPORT_AUTO_DETECT 1 -#define CONFIG_SOC_ADC_RTC_CTRL_SUPPORTED 1 +#define CONFIG_SOC_AES_SUPPORT_DMA 1 +#define CONFIG_SOC_AES_GDMA 1 +#define CONFIG_SOC_AES_SUPPORT_AES_128 1 +#define CONFIG_SOC_AES_SUPPORT_AES_256 1 #define CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED 1 +#define CONFIG_SOC_ADC_ARBITER_SUPPORTED 1 +#define CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED 1 +#define CONFIG_SOC_ADC_MONITOR_SUPPORTED 1 #define CONFIG_SOC_ADC_DMA_SUPPORTED 1 #define CONFIG_SOC_ADC_PERIPH_NUM 2 -#define CONFIG_SOC_ADC_MAX_CHANNEL_NUM 10 +#define CONFIG_SOC_ADC_MAX_CHANNEL_NUM 5 #define CONFIG_SOC_ADC_ATTEN_NUM 4 -#define CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM 2 -#define CONFIG_SOC_ADC_PATT_LEN_MAX 16 -#define CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH 9 +#define CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM 1 +#define CONFIG_SOC_ADC_PATT_LEN_MAX 8 +#define CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH 12 #define CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH 12 -#define CONFIG_SOC_ADC_DIGI_RESULT_BYTES 2 +#define CONFIG_SOC_ADC_DIGI_RESULT_BYTES 4 #define CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV 4 -#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH 2 -#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW 20 -#define CONFIG_SOC_ADC_RTC_MIN_BITWIDTH 9 +#define CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM 2 +#define CONFIG_SOC_ADC_DIGI_MONITOR_NUM 2 +#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH 83333 +#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW 611 +#define CONFIG_SOC_ADC_RTC_MIN_BITWIDTH 12 #define CONFIG_SOC_ADC_RTC_MAX_BITWIDTH 12 +#define CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED 1 +#define CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED 1 +#define CONFIG_SOC_ADC_SHARED_POWER 1 +#define CONFIG_SOC_APB_BACKUP_DMA 1 +#define CONFIG_SOC_BROWNOUT_RESET_SUPPORTED 1 #define CONFIG_SOC_SHARED_IDCACHE_SUPPORTED 1 -#define CONFIG_SOC_IDCACHE_PER_CORE 1 -#define CONFIG_SOC_CPU_CORES_NUM 2 +#define CONFIG_SOC_CACHE_MEMORY_IBANK_SIZE 0x4000 +#define CONFIG_SOC_CPU_CORES_NUM 1 #define CONFIG_SOC_CPU_INTR_NUM 32 -#define CONFIG_SOC_CPU_HAS_FPU 1 -#define CONFIG_SOC_CPU_BREAKPOINTS_NUM 2 -#define CONFIG_SOC_CPU_WATCHPOINTS_NUM 2 -#define CONFIG_SOC_CPU_WATCHPOINT_SIZE 64 -#define CONFIG_SOC_DAC_CHAN_NUM 2 -#define CONFIG_SOC_DAC_RESOLUTION 8 -#define CONFIG_SOC_DAC_DMA_16BIT_ALIGN 1 +#define CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC 1 +#define CONFIG_SOC_CPU_HAS_CSR_PC 1 +#define CONFIG_SOC_CPU_BREAKPOINTS_NUM 8 +#define CONFIG_SOC_CPU_WATCHPOINTS_NUM 8 +#define CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE 0x80000000 +#define CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN 3072 +#define CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH 16 +#define CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US 1100 +#define CONFIG_SOC_AHB_GDMA_VERSION 1 +#define CONFIG_SOC_GDMA_NUM_GROUPS_MAX 1 +#define CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX 3 #define CONFIG_SOC_GPIO_PORT 1 -#define CONFIG_SOC_GPIO_PIN_COUNT 40 -#define CONFIG_SOC_GPIO_VALID_GPIO_MASK 0xFFFFFFFFFF -#define CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK 0xEF0FEA -#define CONFIG_SOC_I2C_NUM 2 +#define CONFIG_SOC_GPIO_PIN_COUNT 22 +#define CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER 1 +#define CONFIG_SOC_GPIO_FILTER_CLK_SUPPORT_APB 1 +#define CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD 1 +#define CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP 1 +#define CONFIG_SOC_GPIO_IN_RANGE_MAX 21 +#define CONFIG_SOC_GPIO_OUT_RANGE_MAX 21 +#define CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK 0 +#define CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT 6 +#define CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK 0x00000000003FFFC0 +#define CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX 1 +#define CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM 3 +#define CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP 1 +#define CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM 8 +#define CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM 8 +#define CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE 1 +#define CONFIG_SOC_I2C_NUM 1 +#define CONFIG_SOC_HP_I2C_NUM 1 #define CONFIG_SOC_I2C_FIFO_LEN 32 -#define CONFIG_SOC_I2C_CMD_REG_NUM 16 +#define CONFIG_SOC_I2C_CMD_REG_NUM 8 #define CONFIG_SOC_I2C_SUPPORT_SLAVE 1 -#define CONFIG_SOC_I2C_SUPPORT_APB 1 -#define CONFIG_SOC_I2S_NUM 2 -#define CONFIG_SOC_I2S_HW_VERSION_1 1 -#define CONFIG_SOC_I2S_SUPPORTS_APLL 1 +#define CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS 1 +#define CONFIG_SOC_I2C_SUPPORT_XTAL 1 +#define CONFIG_SOC_I2C_SUPPORT_RTC 1 +#define CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR 1 +#define CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST 1 +#define CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE 1 +#define CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS 1 +#define CONFIG_SOC_I2S_NUM 1 +#define CONFIG_SOC_I2S_HW_VERSION_2 1 +#define CONFIG_SOC_I2S_SUPPORTS_XTAL 1 #define CONFIG_SOC_I2S_SUPPORTS_PLL_F160M 1 +#define CONFIG_SOC_I2S_SUPPORTS_PCM 1 #define CONFIG_SOC_I2S_SUPPORTS_PDM 1 #define CONFIG_SOC_I2S_SUPPORTS_PDM_TX 1 -#define CONFIG_SOC_I2S_PDM_MAX_TX_LINES 1 -#define CONFIG_SOC_I2S_SUPPORTS_PDM_RX 1 -#define CONFIG_SOC_I2S_PDM_MAX_RX_LINES 1 -#define CONFIG_SOC_I2S_SUPPORTS_ADC_DAC 1 -#define CONFIG_SOC_I2S_SUPPORTS_ADC 1 -#define CONFIG_SOC_I2S_SUPPORTS_DAC 1 -#define CONFIG_SOC_I2S_SUPPORTS_LCD_CAMERA 1 -#define CONFIG_SOC_I2S_TRANS_SIZE_ALIGN_WORD 1 -#define CONFIG_SOC_I2S_LCD_I80_VARIANT 1 -#define CONFIG_SOC_LCD_I80_SUPPORTED 1 -#define CONFIG_SOC_LCD_I80_BUSES 2 -#define CONFIG_SOC_LCD_I80_BUS_WIDTH 24 -#define CONFIG_SOC_LEDC_HAS_TIMER_SPECIFIC_MUX 1 +#define CONFIG_SOC_I2S_PDM_MAX_TX_LINES 2 +#define CONFIG_SOC_I2S_SUPPORTS_TDM 1 #define CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK 1 -#define CONFIG_SOC_LEDC_SUPPORT_REF_TICK 1 -#define CONFIG_SOC_LEDC_SUPPORT_HS_MODE 1 -#define CONFIG_SOC_LEDC_CHANNEL_NUM 8 -#define CONFIG_SOC_LEDC_TIMER_BIT_WIDTH 20 -#define CONFIG_SOC_MCPWM_GROUPS 2 -#define CONFIG_SOC_MCPWM_TIMERS_PER_GROUP 3 -#define CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP 3 -#define CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR 2 -#define CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR 2 -#define CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR 2 -#define CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP 3 -#define CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP 1 -#define CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER 3 -#define CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP 3 -#define CONFIG_SOC_MMU_PERIPH_NUM 2 -#define CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM 3 +#define CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK 1 +#define CONFIG_SOC_LEDC_TIMER_NUM 4 +#define CONFIG_SOC_LEDC_CHANNEL_NUM 6 +#define CONFIG_SOC_LEDC_TIMER_BIT_WIDTH 14 +#define CONFIG_SOC_LEDC_SUPPORT_FADE_STOP 1 +#define CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM 1 +#define CONFIG_SOC_MMU_PERIPH_NUM 1 #define CONFIG_SOC_MPU_MIN_REGION_SIZE 0x20000000 #define CONFIG_SOC_MPU_REGIONS_MAX_NUM 8 -#define CONFIG_SOC_PCNT_GROUPS 1 -#define CONFIG_SOC_PCNT_UNITS_PER_GROUP 8 -#define CONFIG_SOC_PCNT_CHANNELS_PER_UNIT 2 -#define CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT 2 #define CONFIG_SOC_RMT_GROUPS 1 -#define CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP 8 -#define CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP 8 -#define CONFIG_SOC_RMT_CHANNELS_PER_GROUP 8 -#define CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL 64 -#define CONFIG_SOC_RMT_SUPPORT_REF_TICK 1 +#define CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP 2 +#define CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP 2 +#define CONFIG_SOC_RMT_CHANNELS_PER_GROUP 4 +#define CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL 48 +#define CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG 1 +#define CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION 1 +#define CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP 1 +#define CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT 1 +#define CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO 1 +#define CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY 1 +#define CONFIG_SOC_RMT_SUPPORT_XTAL 1 #define CONFIG_SOC_RMT_SUPPORT_APB 1 -#define CONFIG_SOC_RMT_CHANNEL_CLK_INDEPENDENT 1 -#define CONFIG_SOC_RTCIO_PIN_COUNT 18 -#define CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED 1 -#define CONFIG_SOC_RTCIO_HOLD_SUPPORTED 1 -#define CONFIG_SOC_RTCIO_WAKE_SUPPORTED 1 +#define CONFIG_SOC_RMT_SUPPORT_RC_FAST 1 +#define CONFIG_SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH 128 +#define CONFIG_SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM 108 +#define CONFIG_SOC_SLEEP_SYSTIMER_STALL_WORKAROUND 1 +#define CONFIG_SOC_SLEEP_TGWDT_STOP_WORKAROUND 1 +#define CONFIG_SOC_RTCIO_PIN_COUNT 0 +#define CONFIG_SOC_MPI_MEM_BLOCKS_NUM 4 +#define CONFIG_SOC_MPI_OPERATIONS_NUM 3 +#define CONFIG_SOC_RSA_MAX_BIT_LEN 3072 +#define CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE 3968 +#define CONFIG_SOC_SHA_SUPPORT_DMA 1 +#define CONFIG_SOC_SHA_SUPPORT_RESUME 1 +#define CONFIG_SOC_SHA_GDMA 1 +#define CONFIG_SOC_SHA_SUPPORT_SHA1 1 +#define CONFIG_SOC_SHA_SUPPORT_SHA224 1 +#define CONFIG_SOC_SHA_SUPPORT_SHA256 1 #define CONFIG_SOC_SDM_GROUPS 1 -#define CONFIG_SOC_SDM_CHANNELS_PER_GROUP 8 +#define CONFIG_SOC_SDM_CHANNELS_PER_GROUP 4 #define CONFIG_SOC_SDM_CLK_SUPPORT_APB 1 -#define CONFIG_SOC_SPI_HD_BOTH_INOUT_SUPPORTED 1 -#define CONFIG_SOC_SPI_AS_CS_SUPPORTED 1 -#define CONFIG_SOC_SPI_PERIPH_NUM 3 -#define CONFIG_SOC_SPI_DMA_CHAN_NUM 2 -#define CONFIG_SOC_SPI_MAX_CS_NUM 3 -#define CONFIG_SOC_SPI_SUPPORT_CLK_APB 1 +#define CONFIG_SOC_SPI_PERIPH_NUM 2 +#define CONFIG_SOC_SPI_MAX_CS_NUM 6 #define CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE 64 -#define CONFIG_SOC_SPI_MAX_PRE_DIVIDER 8192 +#define CONFIG_SOC_SPI_SUPPORT_DDRCLK 1 +#define CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS 1 +#define CONFIG_SOC_SPI_SUPPORT_CD_SIG 1 +#define CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS 1 +#define CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2 1 +#define CONFIG_SOC_SPI_SUPPORT_CLK_APB 1 +#define CONFIG_SOC_SPI_SUPPORT_CLK_XTAL 1 +#define CONFIG_SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT 1 +#define CONFIG_SOC_SPI_SCT_SUPPORTED 1 +#define CONFIG_SOC_SPI_SCT_REG_NUM 14 +#define CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX 1 +#define CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX 0x3FFFA +#define CONFIG_SOC_MEMSPI_IS_INDEPENDENT 1 +#define CONFIG_SOC_SPI_MAX_PRE_DIVIDER 16 +#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_WRAP 1 #define CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED 1 #define CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED 1 #define CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED 1 #define CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED 1 +#define CONFIG_SOC_SYSTIMER_COUNTER_NUM 2 +#define CONFIG_SOC_SYSTIMER_ALARM_NUM 3 +#define CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO 32 +#define CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI 20 +#define CONFIG_SOC_SYSTIMER_FIXED_DIVIDER 1 +#define CONFIG_SOC_SYSTIMER_INT_LEVEL 1 +#define CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE 1 #define CONFIG_SOC_TIMER_GROUPS 2 -#define CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP 2 -#define CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH 64 -#define CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS 4 +#define CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP 1 +#define CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH 54 +#define CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL 1 #define CONFIG_SOC_TIMER_GROUP_SUPPORT_APB 1 -#define CONFIG_SOC_TOUCH_VERSION_1 1 -#define CONFIG_SOC_TOUCH_SENSOR_NUM 10 -#define CONFIG_SOC_TOUCH_PAD_MEASURE_WAIT_MAX 0xFF +#define CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS 2 +#define CONFIG_SOC_MWDT_SUPPORT_XTAL 1 #define CONFIG_SOC_TWAI_CONTROLLER_NUM 1 -#define CONFIG_SOC_TWAI_BRP_MIN 2 #define CONFIG_SOC_TWAI_CLK_SUPPORT_APB 1 -#define CONFIG_SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT 1 -#define CONFIG_SOC_UART_NUM 3 -#define CONFIG_SOC_UART_SUPPORT_APB_CLK 1 -#define CONFIG_SOC_UART_SUPPORT_REF_TICK 1 +#define CONFIG_SOC_TWAI_BRP_MIN 2 +#define CONFIG_SOC_TWAI_BRP_MAX 16384 +#define CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS 1 +#define CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE 1 +#define CONFIG_SOC_EFUSE_DIS_PAD_JTAG 1 +#define CONFIG_SOC_EFUSE_DIS_USB_JTAG 1 +#define CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT 1 +#define CONFIG_SOC_EFUSE_SOFT_DIS_JTAG 1 +#define CONFIG_SOC_EFUSE_DIS_ICACHE 1 +#define CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK 1 +#define CONFIG_SOC_SECURE_BOOT_V2_RSA 1 +#define CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 3 +#define CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS 1 +#define CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY 1 +#define CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX 32 +#define CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES 1 +#define CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128 1 +#define CONFIG_SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE 16 +#define CONFIG_SOC_MEMPROT_MEM_ALIGN_SIZE 512 +#define CONFIG_SOC_UART_NUM 2 +#define CONFIG_SOC_UART_HP_NUM 2 #define CONFIG_SOC_UART_FIFO_LEN 128 #define CONFIG_SOC_UART_BITRATE_MAX 5000000 -#define CONFIG_SOC_SPIRAM_SUPPORTED 1 -#define CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE 1 -#define CONFIG_SOC_SHA_SUPPORT_PARALLEL_ENG 1 -#define CONFIG_SOC_SHA_SUPPORT_SHA1 1 -#define CONFIG_SOC_SHA_SUPPORT_SHA256 1 -#define CONFIG_SOC_SHA_SUPPORT_SHA384 1 -#define CONFIG_SOC_SHA_SUPPORT_SHA512 1 -#define CONFIG_SOC_RSA_MAX_BIT_LEN 4096 -#define CONFIG_SOC_AES_SUPPORT_AES_128 1 -#define CONFIG_SOC_AES_SUPPORT_AES_192 1 -#define CONFIG_SOC_AES_SUPPORT_AES_256 1 -#define CONFIG_SOC_SECURE_BOOT_V1 1 -#define CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 1 -#define CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX 32 +#define CONFIG_SOC_UART_SUPPORT_APB_CLK 1 +#define CONFIG_SOC_UART_SUPPORT_RTC_CLK 1 +#define CONFIG_SOC_UART_SUPPORT_XTAL_CLK 1 +#define CONFIG_SOC_UART_SUPPORT_WAKEUP_INT 1 +#define CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND 1 +#define CONFIG_SOC_COEX_HW_PTI 1 #define CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE 21 -#define CONFIG_SOC_PM_SUPPORT_EXT0_WAKEUP 1 -#define CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP 1 -#define CONFIG_SOC_PM_SUPPORT_EXT_WAKEUP 1 -#define CONFIG_SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP 1 -#define CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD 1 -#define CONFIG_SOC_PM_SUPPORT_RTC_FAST_MEM_PD 1 -#define CONFIG_SOC_PM_SUPPORT_RTC_SLOW_MEM_PD 1 +#define CONFIG_SOC_MAC_BB_PD_MEM_SIZE 192 +#define CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH 12 +#define CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP 1 +#define CONFIG_SOC_PM_SUPPORT_BT_WAKEUP 1 +#define CONFIG_SOC_PM_SUPPORT_CPU_PD 1 +#define CONFIG_SOC_PM_SUPPORT_WIFI_PD 1 +#define CONFIG_SOC_PM_SUPPORT_BT_PD 1 #define CONFIG_SOC_PM_SUPPORT_RC_FAST_PD 1 #define CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD 1 -#define CONFIG_SOC_PM_SUPPORT_MODEM_PD 1 -#define CONFIG_SOC_CONFIGURABLE_VDDSDIO_SUPPORTED 1 -#define CONFIG_SOC_CLK_APLL_SUPPORTED 1 -#define CONFIG_SOC_APLL_MULTIPLIER_OUT_MIN_HZ 350000000 -#define CONFIG_SOC_APLL_MULTIPLIER_OUT_MAX_HZ 500000000 -#define CONFIG_SOC_APLL_MIN_HZ 5303031 -#define CONFIG_SOC_APLL_MAX_HZ 125000000 +#define CONFIG_SOC_PM_SUPPORT_MAC_BB_PD 1 +#define CONFIG_SOC_PM_CPU_RETENTION_BY_RTCCNTL 1 +#define CONFIG_SOC_PM_MODEM_RETENTION_BY_BACKUPDMA 1 +#define CONFIG_SOC_PM_MODEM_PD_BY_SW 1 #define CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED 1 #define CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256 1 #define CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION 1 #define CONFIG_SOC_CLK_XTAL32K_SUPPORTED 1 -#define CONFIG_SOC_SDMMC_USE_IOMUX 1 -#define CONFIG_SOC_SDMMC_NUM_SLOTS 2 +#define CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC 1 +#define CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL 1 +#define CONFIG_SOC_WIFI_HW_TSF 1 +#define CONFIG_SOC_WIFI_FTM_SUPPORT 1 +#define CONFIG_SOC_WIFI_GCMP_SUPPORT 1 #define CONFIG_SOC_WIFI_WAPI_SUPPORT 1 #define CONFIG_SOC_WIFI_CSI_SUPPORT 1 #define CONFIG_SOC_WIFI_MESH_SUPPORT 1 #define CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW 1 -#define CONFIG_SOC_WIFI_NAN_SUPPORT 1 +#define CONFIG_SOC_WIFI_PHY_NEEDS_USB_WORKAROUND 1 #define CONFIG_SOC_BLE_SUPPORTED 1 #define CONFIG_SOC_BLE_MESH_SUPPORTED 1 -#define CONFIG_SOC_BT_CLASSIC_SUPPORTED 1 +#define CONFIG_SOC_BLE_50_SUPPORTED 1 +#define CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED 1 #define CONFIG_SOC_BLUFI_SUPPORTED 1 -#define CONFIG_SOC_ULP_HAS_ADC 1 #define CONFIG_SOC_PHY_COMBO_MODULE 1 #define CONFIG_IDF_CMAKE 1 -#define CONFIG_IDF_TARGET_ARCH_XTENSA 1 -#define CONFIG_IDF_TARGET_ARCH "xtensa" -#define CONFIG_IDF_TARGET "esp32" -#define CONFIG_IDF_TARGET_ESP32 1 -#define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0000 +#define CONFIG_IDF_TOOLCHAIN "gcc" +#define CONFIG_IDF_TOOLCHAIN_GCC 1 +#define CONFIG_IDF_TARGET_ARCH_RISCV 1 +#define CONFIG_IDF_TARGET_ARCH "riscv" +#define CONFIG_IDF_TARGET "esp32c3" +#define CONFIG_IDF_INIT_VERSION "5.4.0" +#define CONFIG_IDF_TARGET_ESP32C3 1 +#define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0005 #define CONFIG_APP_BUILD_TYPE_APP_2NDBOOT 1 #define CONFIG_APP_BUILD_GENERATE_BINARIES 1 #define CONFIG_APP_BUILD_BOOTLOADER 1 #define CONFIG_APP_BUILD_USE_FLASH_SECTIONS 1 -#define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x1000 +#define CONFIG_BOOTLOADER_COMPILE_TIME_DATE 1 +#define CONFIG_BOOTLOADER_PROJECT_VER 1 +#define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x0 #define CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE 1 #define CONFIG_BOOTLOADER_LOG_LEVEL_INFO 1 #define CONFIG_BOOTLOADER_LOG_LEVEL 3 -#define CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V 1 +#define CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS 1 +#define CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT 1 #define CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE 1 #define CONFIG_BOOTLOADER_WDT_ENABLE 1 #define CONFIG_BOOTLOADER_WDT_TIME_MS 9000 #define CONFIG_BOOTLOADER_RESERVE_RTC_SIZE 0x0 -#define CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT 1 -#define CONFIG_SECURE_BOOT_V1_SUPPORTED 1 +#define CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED 1 +#define CONFIG_SECURE_BOOT_V2_PREFERRED 1 +#define CONFIG_SECURE_ROM_DL_MODE_ENABLED 1 #define CONFIG_APP_COMPILE_TIME_DATE 1 -#define CONFIG_APP_RETRIEVE_LEN_ELF_SHA 16 +#define CONFIG_APP_RETRIEVE_LEN_ELF_SHA 9 #define CONFIG_ESP_ROM_HAS_CRC_LE 1 #define CONFIG_ESP_ROM_HAS_CRC_BE 1 #define CONFIG_ESP_ROM_HAS_MZ_CRC32 1 #define CONFIG_ESP_ROM_HAS_JPEG_DECODE 1 -#define CONFIG_ESP_ROM_HAS_UART_BUF_SWITCH 1 +#define CONFIG_ESP_ROM_UART_CLK_IS_XTAL 1 +#define CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM 3 +#define CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING 1 +#define CONFIG_ESP_ROM_HAS_ERASE_0_REGION_BUG 1 +#define CONFIG_ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV 1 +#define CONFIG_ESP_ROM_GET_CLK_FREQ 1 #define CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND 1 +#define CONFIG_ESP_ROM_HAS_LAYOUT_TABLE 1 +#define CONFIG_ESP_ROM_HAS_SPI_FLASH 1 +#define CONFIG_ESP_ROM_HAS_ETS_PRINTF_BUG 1 +#define CONFIG_ESP_ROM_HAS_NEWLIB 1 #define CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT 1 +#define CONFIG_ESP_ROM_HAS_NEWLIB_32BIT_TIME 1 +#define CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE 1 +#define CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT 1 +#define CONFIG_ESP_ROM_HAS_SW_FLOAT 1 +#define CONFIG_ESP_ROM_USB_OTG_NUM -1 +#define CONFIG_ESP_ROM_HAS_VERSION 1 +#define CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB 1 +#define CONFIG_BOOT_ROM_LOG_ALWAYS_ON 1 #define CONFIG_ESPTOOLPY_FLASHMODE_DIO 1 #define CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR 1 #define CONFIG_ESPTOOLPY_FLASHMODE "dio" -#define CONFIG_ESPTOOLPY_FLASHFREQ_40M 1 -#define CONFIG_ESPTOOLPY_FLASHFREQ "40m" +#define CONFIG_ESPTOOLPY_FLASHFREQ_80M 1 +#define CONFIG_ESPTOOLPY_FLASHFREQ "80m" #define CONFIG_ESPTOOLPY_FLASHSIZE_2MB 1 #define CONFIG_ESPTOOLPY_FLASHSIZE "2MB" #define CONFIG_ESPTOOLPY_BEFORE_RESET 1 @@ -260,42 +353,53 @@ #define CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv" #define CONFIG_PARTITION_TABLE_OFFSET 0x8000 #define CONFIG_PARTITION_TABLE_MD5 1 -#define CONFIG_COMPILER_OPTIMIZATION_DEFAULT 1 +#define CONFIG_COMPILER_OPTIMIZATION_DEBUG 1 #define CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE 1 +#define CONFIG_COMPILER_ASSERT_NDEBUG_EVALUATE 1 #define CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB 1 #define CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL 2 #define CONFIG_COMPILER_HIDE_PATHS_MACROS 1 #define CONFIG_COMPILER_STACK_CHECK_MODE_NONE 1 -#define CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4 1 -#define CONFIG_EFUSE_MAX_BLK_LEN 192 +#define CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS 1 +#define CONFIG_COMPILER_RT_LIB_GCCLIB 1 +#define CONFIG_COMPILER_RT_LIB_NAME "gcc" +#define CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING 1 +#define CONFIG_EFUSE_MAX_BLK_LEN 256 #define CONFIG_ESP_ERR_TO_NAME_LOOKUP 1 -#define CONFIG_ESP32_REV_MIN_0 1 -#define CONFIG_ESP32_REV_MIN 0 -#define CONFIG_ESP32_REV_MIN_FULL 0 -#define CONFIG_ESP_REV_MIN_FULL 0 -#define CONFIG_ESP32_REV_MAX_FULL 399 -#define CONFIG_ESP_REV_MAX_FULL 399 +#define CONFIG_ESP32C3_REV_MIN_3 1 +#define CONFIG_ESP32C3_REV_MIN_FULL 3 +#define CONFIG_ESP_REV_MIN_FULL 3 +#define CONFIG_ESP32C3_REV_MAX_FULL 199 +#define CONFIG_ESP_REV_MAX_FULL 199 +#define CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL 0 +#define CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL 199 #define CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA 1 #define CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP 1 #define CONFIG_ESP_MAC_ADDR_UNIVERSE_BT 1 #define CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH 1 #define CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR 1 -#define CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR 1 -#define CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES 4 +#define CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES 4 +#define CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR 1 +#define CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES 4 #define CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND 1 -#define CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND 1 -#define CONFIG_ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY 2000 +#define CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND 1 +#define CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY 0 #define CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS 1 #define CONFIG_RTC_CLK_SRC_INT_RC 1 #define CONFIG_RTC_CLK_CAL_CYCLES 1024 #define CONFIG_PERIPH_CTRL_FUNC_IN_IRAM 1 +#define CONFIG_GDMA_CTRL_FUNC_IN_IRAM 1 #define CONFIG_XTAL_FREQ_40 1 #define CONFIG_XTAL_FREQ 40 #define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 1 #define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ 160 -#define CONFIG_ESP32_TRACEMEM_RESERVE_DRAM 0x0 #define CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT 1 #define CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS 0 +#define CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE 1 +#define CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK 1 +#define CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP 1 +#define CONFIG_ESP_SYSTEM_MEMPROT_FEATURE 1 +#define CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK 1 #define CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE 32 #define CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE 2304 #define CONFIG_ESP_MAIN_TASK_STACK_SIZE 3584 @@ -303,32 +407,38 @@ #define CONFIG_ESP_MAIN_TASK_AFFINITY 0x0 #define CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE 2048 #define CONFIG_ESP_CONSOLE_UART_DEFAULT 1 +#define CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG 1 +#define CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED 1 #define CONFIG_ESP_CONSOLE_UART 1 -#define CONFIG_ESP_CONSOLE_MULTIPLE_UART 1 #define CONFIG_ESP_CONSOLE_UART_NUM 0 +#define CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM 0 #define CONFIG_ESP_CONSOLE_UART_BAUDRATE 115200 #define CONFIG_ESP_INT_WDT 1 #define CONFIG_ESP_INT_WDT_TIMEOUT_MS 300 -#define CONFIG_ESP_INT_WDT_CHECK_CPU1 1 #define CONFIG_ESP_TASK_WDT_EN 1 #define CONFIG_ESP_TASK_WDT_INIT 1 #define CONFIG_ESP_TASK_WDT_TIMEOUT_S 5 #define CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 1 -#define CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 1 #define CONFIG_ESP_DEBUG_OCDAWARE 1 #define CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4 1 #define CONFIG_ESP_BROWNOUT_DET 1 -#define CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0 1 -#define CONFIG_ESP_BROWNOUT_DET_LVL 0 +#define CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 1 +#define CONFIG_ESP_BROWNOUT_DET_LVL 7 #define CONFIG_ESP_SYSTEM_BROWNOUT_INTR 1 +#define CONFIG_ESP_SYSTEM_HW_STACK_GUARD 1 +#define CONFIG_ESP_SYSTEM_HW_PC_RECORD 1 #define CONFIG_ESP_IPC_TASK_STACK_SIZE 1024 -#define CONFIG_ESP_IPC_USES_CALLERS_PRIORITY 1 -#define CONFIG_ESP_IPC_ISR_ENABLE 1 +#define CONFIG_FREERTOS_UNICORE 1 #define CONFIG_FREERTOS_HZ 100 +#define CONFIG_FREERTOS_OPTIMIZED_SCHEDULER 1 #define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY 1 #define CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS 1 #define CONFIG_FREERTOS_IDLE_TASK_STACKSIZE 1536 #define CONFIG_FREERTOS_MAX_TASK_NAME_LEN 16 +#define CONFIG_FREERTOS_USE_TIMERS 1 +#define CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME "Tmr Svc" +#define CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY 1 +#define CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY 0x7FFFFFFF #define CONFIG_FREERTOS_TIMER_TASK_PRIORITY 1 #define CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH 2048 #define CONFIG_FREERTOS_TIMER_QUEUE_LENGTH 10 @@ -339,20 +449,26 @@ #define CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER 1 #define CONFIG_FREERTOS_ISR_STACKSIZE 1536 #define CONFIG_FREERTOS_INTERRUPT_BACKTRACE 1 -#define CONFIG_FREERTOS_TICK_SUPPORT_CORETIMER 1 -#define CONFIG_FREERTOS_CORETIMER_0 1 -#define CONFIG_FREERTOS_SYSTICK_USES_CCOUNT 1 -#define CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT 1 +#define CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER 1 +#define CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1 1 +#define CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER 1 +#define CONFIG_FREERTOS_PORT 1 #define CONFIG_FREERTOS_NO_AFFINITY 0x7FFFFFFF #define CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION 1 #define CONFIG_FREERTOS_DEBUG_OCDAWARE 1 +#define CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT 1 +#define CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH 1 +#define CONFIG_FREERTOS_NUMBER_OF_CORES 1 #define CONFIG_HAL_ASSERTION_EQUALS_SYSTEM 1 #define CONFIG_HAL_DEFAULT_ASSERTION_LEVEL 2 #define CONFIG_LOG_DEFAULT_LEVEL_INFO 1 #define CONFIG_LOG_DEFAULT_LEVEL 3 #define CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT 1 #define CONFIG_LOG_MAXIMUM_LEVEL 3 -#define CONFIG_LOG_COLORS 1 +#define CONFIG_LOG_DYNAMIC_LEVEL_CONTROL 1 +#define CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST 1 +#define CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP 1 +#define CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE 31 #define CONFIG_LOG_TIMESTAMP_SOURCE_RTOS 1 #define CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF 1 #define CONFIG_NEWLIB_STDIN_LINE_ENDING_CR 1 @@ -360,73 +476,71 @@ #define CONFIG_MMU_PAGE_SIZE_64KB 1 #define CONFIG_MMU_PAGE_MODE "64KB" #define CONFIG_MMU_PAGE_SIZE 0x10000 +#define CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC 1 +#define CONFIG_SPI_FLASH_BROWNOUT_RESET 1 +#define CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US 50 #define CONFIG_SPI_FLASH_ROM_DRIVER_PATCH 1 #define CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS 1 #define CONFIG_SPI_FLASH_YIELD_DURING_ERASE 1 #define CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS 20 #define CONFIG_SPI_FLASH_ERASE_YIELD_TICKS 1 #define CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE 8192 -#define CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC 1 -#define CONFIG_SPI_FLASH_BROWNOUT_RESET 1 #define CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED 1 #define CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED 1 #define CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED 1 #define CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED 1 #define CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED 1 +#define CONFIG_SPI_FLASH_VENDOR_BOYA_SUPPORTED 1 +#define CONFIG_SPI_FLASH_VENDOR_TH_SUPPORTED 1 #define CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP 1 #define CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP 1 #define CONFIG_SPI_FLASH_SUPPORT_GD_CHIP 1 #define CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP 1 +#define CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP 1 +#define CONFIG_SPI_FLASH_SUPPORT_TH_CHIP 1 #define CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE 1 /* List of deprecated options */ #define CONFIG_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET #define CONFIG_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL -#define CONFIG_BROWNOUT_DET_LVL_SEL_0 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0 -#define CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEFAULT +#define CONFIG_BROWNOUT_DET_LVL_SEL_7 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 +#define CONFIG_COMPILER_OPTIMIZATION_DEFAULT CONFIG_COMPILER_OPTIMIZATION_DEBUG +#define CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEBUG #define CONFIG_CONSOLE_UART CONFIG_ESP_CONSOLE_UART #define CONFIG_CONSOLE_UART_BAUDRATE CONFIG_ESP_CONSOLE_UART_BAUDRATE #define CONFIG_CONSOLE_UART_DEFAULT CONFIG_ESP_CONSOLE_UART_DEFAULT #define CONFIG_CONSOLE_UART_NUM CONFIG_ESP_CONSOLE_UART_NUM -#define CONFIG_ESP32_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET -#define CONFIG_ESP32_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL -#define CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0 -#define CONFIG_ESP32_DEBUG_OCDAWARE CONFIG_ESP_DEBUG_OCDAWARE -#define CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY CONFIG_ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY -#define CONFIG_ESP32_DEFAULT_CPU_FREQ_160 CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 -#define CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ -#define CONFIG_ESP32_PANIC_PRINT_REBOOT CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT -#define CONFIG_ESP32_RTC_CLK_CAL_CYCLES CONFIG_RTC_CLK_CAL_CYCLES -#define CONFIG_ESP32_RTC_CLK_SRC_INT_RC CONFIG_RTC_CLK_SRC_INT_RC -#define CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC CONFIG_RTC_CLK_SRC_INT_RC -#define CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1 CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT -#define CONFIG_ESP32_TIME_SYSCALL_USE_RTC_HRT CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT -#define CONFIG_ESP32_XTAL_FREQ CONFIG_XTAL_FREQ -#define CONFIG_ESP32_XTAL_FREQ_40 CONFIG_XTAL_FREQ_40 +#define CONFIG_ESP32C3_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET +#define CONFIG_ESP32C3_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL +#define CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_7 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 +#define CONFIG_ESP32C3_DEBUG_OCDAWARE CONFIG_ESP_DEBUG_OCDAWARE +#define CONFIG_ESP32C3_DEFAULT_CPU_FREQ_160 CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 +#define CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ +#define CONFIG_ESP32C3_LIGHTSLEEP_GPIO_RESET_WORKAROUND CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND +#define CONFIG_ESP32C3_MEMPROT_FEATURE CONFIG_ESP_SYSTEM_MEMPROT_FEATURE +#define CONFIG_ESP32C3_MEMPROT_FEATURE_LOCK CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK +#define CONFIG_ESP32C3_RTC_CLK_CAL_CYCLES CONFIG_RTC_CLK_CAL_CYCLES +#define CONFIG_ESP32C3_RTC_CLK_SRC_INT_RC CONFIG_RTC_CLK_SRC_INT_RC +#define CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC_SYSTIMER CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT #define CONFIG_ESP_TASK_WDT CONFIG_ESP_TASK_WDT_INIT #define CONFIG_FLASHMODE_DIO CONFIG_ESPTOOLPY_FLASHMODE_DIO -#define CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR #define CONFIG_INT_WDT CONFIG_ESP_INT_WDT -#define CONFIG_INT_WDT_CHECK_CPU1 CONFIG_ESP_INT_WDT_CHECK_CPU1 #define CONFIG_INT_WDT_TIMEOUT_MS CONFIG_ESP_INT_WDT_TIMEOUT_MS #define CONFIG_IPC_TASK_STACK_SIZE CONFIG_ESP_IPC_TASK_STACK_SIZE #define CONFIG_LOG_BOOTLOADER_LEVEL CONFIG_BOOTLOADER_LOG_LEVEL #define CONFIG_LOG_BOOTLOADER_LEVEL_INFO CONFIG_BOOTLOADER_LOG_LEVEL_INFO #define CONFIG_MAIN_TASK_STACK_SIZE CONFIG_ESP_MAIN_TASK_STACK_SIZE #define CONFIG_MONITOR_BAUD CONFIG_ESPTOOLPY_MONITOR_BAUD -#define CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES #define CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE #define CONFIG_OPTIMIZATION_ASSERTION_LEVEL CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL -#define CONFIG_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEFAULT +#define CONFIG_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEBUG #define CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS #define CONFIG_STACK_CHECK_NONE CONFIG_COMPILER_STACK_CHECK_MODE_NONE #define CONFIG_SYSTEM_EVENT_QUEUE_SIZE CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE #define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE #define CONFIG_TASK_WDT CONFIG_ESP_TASK_WDT_INIT #define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 -#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1 CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 #define CONFIG_TASK_WDT_TIMEOUT_S CONFIG_ESP_TASK_WDT_TIMEOUT_S #define CONFIG_TIMER_QUEUE_LENGTH CONFIG_FREERTOS_TIMER_QUEUE_LENGTH #define CONFIG_TIMER_TASK_PRIORITY CONFIG_FREERTOS_TIMER_TASK_PRIORITY #define CONFIG_TIMER_TASK_STACK_DEPTH CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH -#define CONFIG_TRACEMEM_RESERVE_DRAM CONFIG_ESP32_TRACEMEM_RESERVE_DRAM diff --git a/ESP32-IDF_ePaper/build/bootloader/config/sdkconfig.json b/ESP32-IDF_ePaper/build/bootloader/config/sdkconfig.json index 29fe5bf4d..b473ff662 100644 --- a/ESP32-IDF_ePaper/build/bootloader/config/sdkconfig.json +++ b/ESP32-IDF_ePaper/build/bootloader/config/sdkconfig.json @@ -4,24 +4,25 @@ "APP_BUILD_TYPE_APP_2NDBOOT": true, "APP_BUILD_TYPE_RAM": false, "APP_BUILD_USE_FLASH_SECTIONS": true, - "APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS": false, - "APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS": false, "APP_COMPILE_TIME_DATE": true, "APP_EXCLUDE_PROJECT_NAME_VAR": false, "APP_EXCLUDE_PROJECT_VER_VAR": false, "APP_NO_BLOBS": false, "APP_PROJECT_VER_FROM_CONFIG": false, "APP_REPRODUCIBLE_BUILD": false, - "APP_RETRIEVE_LEN_ELF_SHA": 16, + "APP_RETRIEVE_LEN_ELF_SHA": 9, "BOOTLOADER_APP_ROLLBACK_ENABLE": false, "BOOTLOADER_APP_TEST": false, "BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG": false, "BOOTLOADER_COMPILER_OPTIMIZATION_NONE": false, "BOOTLOADER_COMPILER_OPTIMIZATION_PERF": false, "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE": true, + "BOOTLOADER_COMPILE_TIME_DATE": true, "BOOTLOADER_CUSTOM_RESERVE_RTC": false, "BOOTLOADER_FACTORY_RESET": false, + "BOOTLOADER_FLASH_DC_AWARE": false, "BOOTLOADER_FLASH_XMC_SUPPORT": true, + "BOOTLOADER_LOG_COLORS": false, "BOOTLOADER_LOG_LEVEL": 3, "BOOTLOADER_LOG_LEVEL_DEBUG": false, "BOOTLOADER_LOG_LEVEL_ERROR": false, @@ -29,70 +30,77 @@ "BOOTLOADER_LOG_LEVEL_NONE": false, "BOOTLOADER_LOG_LEVEL_VERBOSE": false, "BOOTLOADER_LOG_LEVEL_WARN": false, - "BOOTLOADER_OFFSET_IN_FLASH": 4096, + "BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS": true, + "BOOTLOADER_OFFSET_IN_FLASH": 0, + "BOOTLOADER_PROJECT_VER": 1, "BOOTLOADER_REGION_PROTECTION_ENABLE": true, "BOOTLOADER_RESERVE_RTC_SIZE": 0, "BOOTLOADER_SKIP_VALIDATE_ALWAYS": false, "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP": false, "BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON": false, - "BOOTLOADER_VDDSDIO_BOOST_1_8V": false, - "BOOTLOADER_VDDSDIO_BOOST_1_9V": true, "BOOTLOADER_WDT_DISABLE_IN_USER_CODE": false, "BOOTLOADER_WDT_ENABLE": true, "BOOTLOADER_WDT_TIME_MS": 9000, + "BOOT_ROM_LOG_ALWAYS_OFF": false, + "BOOT_ROM_LOG_ALWAYS_ON": true, + "BOOT_ROM_LOG_ON_GPIO_HIGH": false, + "BOOT_ROM_LOG_ON_GPIO_LOW": false, + "COMPILER_ASSERT_NDEBUG_EVALUATE": true, "COMPILER_CXX_EXCEPTIONS": false, "COMPILER_CXX_RTTI": false, + "COMPILER_DISABLE_DEFAULT_ERRORS": true, "COMPILER_DISABLE_GCC12_WARNINGS": false, + "COMPILER_DISABLE_GCC13_WARNINGS": false, + "COMPILER_DISABLE_GCC14_WARNINGS": false, "COMPILER_DUMP_RTL_FILES": false, "COMPILER_FLOAT_LIB_FROM_GCCLIB": true, "COMPILER_HIDE_PATHS_MACROS": true, + "COMPILER_NO_MERGE_CONSTANTS": false, "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE": false, "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE": true, "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT": false, "COMPILER_OPTIMIZATION_ASSERTION_LEVEL": 2, "COMPILER_OPTIMIZATION_CHECKS_SILENT": false, - "COMPILER_OPTIMIZATION_DEFAULT": true, + "COMPILER_OPTIMIZATION_DEBUG": true, "COMPILER_OPTIMIZATION_NONE": false, "COMPILER_OPTIMIZATION_PERF": false, "COMPILER_OPTIMIZATION_SIZE": false, + "COMPILER_ORPHAN_SECTIONS_PLACE": false, + "COMPILER_ORPHAN_SECTIONS_WARNING": true, + "COMPILER_RT_LIB_GCCLIB": true, + "COMPILER_RT_LIB_NAME": "gcc", + "COMPILER_SAVE_RESTORE_LIBCALLS": false, "COMPILER_STACK_CHECK_MODE_ALL": false, "COMPILER_STACK_CHECK_MODE_NONE": true, "COMPILER_STACK_CHECK_MODE_NORM": false, "COMPILER_STACK_CHECK_MODE_STRONG": false, + "COMPILER_STATIC_ANALYZER": false, "COMPILER_WARN_WRITE_STRINGS": false, - "EFUSE_CODE_SCHEME_COMPAT_3_4": true, - "EFUSE_CODE_SCHEME_COMPAT_NONE": false, - "EFUSE_CODE_SCHEME_COMPAT_REPEAT": false, "EFUSE_CUSTOM_TABLE": false, - "EFUSE_MAX_BLK_LEN": 192, + "EFUSE_MAX_BLK_LEN": 256, "EFUSE_VIRTUAL": false, - "ESP32_DISABLE_BASIC_ROM_CONSOLE": false, - "ESP32_REV_MAX_FULL": 399, - "ESP32_REV_MIN": 0, - "ESP32_REV_MIN_0": true, - "ESP32_REV_MIN_1": false, - "ESP32_REV_MIN_1_1": false, - "ESP32_REV_MIN_2": false, - "ESP32_REV_MIN_3": false, - "ESP32_REV_MIN_3_1": false, - "ESP32_REV_MIN_FULL": 0, - "ESP32_TRACEMEM_RESERVE_DRAM": 0, - "ESP32_TRAX": false, - "ESP32_UNIVERSAL_MAC_ADDRESSES": 4, - "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR": true, - "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO": false, - "ESP32_USE_FIXED_STATIC_RAM_SIZE": false, + "ESP32C3_REV_MAX_FULL": 199, + "ESP32C3_REV_MIN_0": false, + "ESP32C3_REV_MIN_1": false, + "ESP32C3_REV_MIN_101": false, + "ESP32C3_REV_MIN_2": false, + "ESP32C3_REV_MIN_3": true, + "ESP32C3_REV_MIN_4": false, + "ESP32C3_REV_MIN_FULL": 3, + "ESP32C3_UNIVERSAL_MAC_ADDRESSES": 4, + "ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR": true, + "ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO": false, "ESPTOOLPY_AFTER": "hard_reset", "ESPTOOLPY_AFTER_NORESET": false, "ESPTOOLPY_AFTER_RESET": true, "ESPTOOLPY_BEFORE": "default_reset", "ESPTOOLPY_BEFORE_NORESET": false, "ESPTOOLPY_BEFORE_RESET": true, - "ESPTOOLPY_FLASHFREQ": "40m", + "ESPTOOLPY_FLASHFREQ": "80m", "ESPTOOLPY_FLASHFREQ_20M": false, "ESPTOOLPY_FLASHFREQ_26M": false, - "ESPTOOLPY_FLASHFREQ_40M": true, - "ESPTOOLPY_FLASHFREQ_80M": false, + "ESPTOOLPY_FLASHFREQ_40M": false, + "ESPTOOLPY_FLASHFREQ_80M": true, "ESPTOOLPY_FLASHMODE": "dio", "ESPTOOLPY_FLASHMODE_DIO": true, "ESPTOOLPY_FLASHMODE_DOUT": false, @@ -112,78 +120,98 @@ "ESPTOOLPY_MONITOR_BAUD": 115200, "ESPTOOLPY_NO_STUB": false, "ESP_BROWNOUT_DET": true, - "ESP_BROWNOUT_DET_LVL": 0, - "ESP_BROWNOUT_DET_LVL_SEL_0": true, - "ESP_BROWNOUT_DET_LVL_SEL_1": false, + "ESP_BROWNOUT_DET_LVL": 7, "ESP_BROWNOUT_DET_LVL_SEL_2": false, "ESP_BROWNOUT_DET_LVL_SEL_3": false, "ESP_BROWNOUT_DET_LVL_SEL_4": false, "ESP_BROWNOUT_DET_LVL_SEL_5": false, "ESP_BROWNOUT_DET_LVL_SEL_6": false, - "ESP_BROWNOUT_DET_LVL_SEL_7": false, - "ESP_CONSOLE_MULTIPLE_UART": true, + "ESP_BROWNOUT_DET_LVL_SEL_7": true, "ESP_CONSOLE_NONE": false, + "ESP_CONSOLE_ROM_SERIAL_PORT_NUM": 0, + "ESP_CONSOLE_SECONDARY_NONE": false, + "ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG": true, "ESP_CONSOLE_UART": true, "ESP_CONSOLE_UART_BAUDRATE": 115200, "ESP_CONSOLE_UART_CUSTOM": false, "ESP_CONSOLE_UART_DEFAULT": true, "ESP_CONSOLE_UART_NUM": 0, + "ESP_CONSOLE_USB_SERIAL_JTAG": false, + "ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED": true, "ESP_DEBUG_OCDAWARE": true, "ESP_DEBUG_STUBS_ENABLE": false, "ESP_DEFAULT_CPU_FREQ_MHZ": 160, "ESP_DEFAULT_CPU_FREQ_MHZ_160": true, - "ESP_DEFAULT_CPU_FREQ_MHZ_240": false, "ESP_DEFAULT_CPU_FREQ_MHZ_80": false, + "ESP_EFUSE_BLOCK_REV_MAX_FULL": 199, + "ESP_EFUSE_BLOCK_REV_MIN_FULL": 0, "ESP_ERR_TO_NAME_LOOKUP": true, "ESP_INT_WDT": true, - "ESP_INT_WDT_CHECK_CPU1": true, "ESP_INT_WDT_TIMEOUT_MS": 300, - "ESP_IPC_ISR_ENABLE": true, "ESP_IPC_TASK_STACK_SIZE": 1024, - "ESP_IPC_USES_CALLERS_PRIORITY": true, "ESP_MAC_ADDR_UNIVERSE_BT": true, "ESP_MAC_ADDR_UNIVERSE_ETH": true, "ESP_MAC_ADDR_UNIVERSE_WIFI_AP": true, "ESP_MAC_ADDR_UNIVERSE_WIFI_STA": true, - "ESP_MAC_IGNORE_MAC_CRC_ERROR": false, + "ESP_MAC_UNIVERSAL_MAC_ADDRESSES": 4, "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR": true, + "ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC": false, "ESP_MAIN_TASK_AFFINITY": 0, "ESP_MAIN_TASK_AFFINITY_CPU0": true, - "ESP_MAIN_TASK_AFFINITY_CPU1": false, "ESP_MAIN_TASK_AFFINITY_NO_AFFINITY": false, "ESP_MAIN_TASK_STACK_SIZE": 3584, "ESP_MINIMAL_SHARED_STACK_SIZE": 2048, "ESP_PANIC_HANDLER_IRAM": false, - "ESP_REV_MAX_FULL": 399, - "ESP_REV_MIN_FULL": 0, + "ESP_REV_MAX_FULL": 199, + "ESP_REV_MIN_FULL": 3, + "ESP_ROM_GET_CLK_FREQ": true, "ESP_ROM_HAS_CRC_BE": true, "ESP_ROM_HAS_CRC_LE": true, + "ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV": true, + "ESP_ROM_HAS_ERASE_0_REGION_BUG": true, + "ESP_ROM_HAS_ETS_PRINTF_BUG": true, "ESP_ROM_HAS_JPEG_DECODE": true, + "ESP_ROM_HAS_LAYOUT_TABLE": true, "ESP_ROM_HAS_MZ_CRC32": true, + "ESP_ROM_HAS_NEWLIB": true, + "ESP_ROM_HAS_NEWLIB_32BIT_TIME": true, "ESP_ROM_HAS_NEWLIB_NANO_FORMAT": true, - "ESP_ROM_HAS_UART_BUF_SWITCH": true, + "ESP_ROM_HAS_RETARGETABLE_LOCKING": true, + "ESP_ROM_HAS_SPI_FLASH": true, + "ESP_ROM_HAS_SW_FLOAT": true, + "ESP_ROM_HAS_VERSION": true, + "ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE": true, "ESP_ROM_NEEDS_SWSETUP_WORKAROUND": true, - "ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY": 2000, + "ESP_ROM_RAM_APP_NEEDS_MMU_INIT": true, + "ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB": true, + "ESP_ROM_UART_CLK_IS_XTAL": true, + "ESP_ROM_USB_OTG_NUM": -1, + "ESP_ROM_USB_SERIAL_DEVICE_NUM": 3, + "ESP_SLEEP_CACHE_SAFE_ASSERTION": false, + "ESP_SLEEP_DEBUG": false, "ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND": true, "ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS": true, - "ESP_SLEEP_GPIO_RESET_WORKAROUND": false, + "ESP_SLEEP_GPIO_RESET_WORKAROUND": true, "ESP_SLEEP_MSPI_NEED_ALL_IO_PU": false, "ESP_SLEEP_POWER_DOWN_FLASH": false, - "ESP_SLEEP_RTC_BUS_ISO_WORKAROUND": true, + "ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY": 0, + "ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP": true, "ESP_SYSTEM_BROWNOUT_INTR": true, "ESP_SYSTEM_CHECK_INT_LEVEL_4": true, - "ESP_SYSTEM_CHECK_INT_LEVEL_5": false, - "ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM": false, "ESP_SYSTEM_EVENT_QUEUE_SIZE": 32, "ESP_SYSTEM_EVENT_TASK_STACK_SIZE": 2304, - "ESP_SYSTEM_GDBSTUB_RUNTIME": false, - "ESP_SYSTEM_PANIC_GDBSTUB": false, + "ESP_SYSTEM_HW_PC_RECORD": true, + "ESP_SYSTEM_HW_STACK_GUARD": true, + "ESP_SYSTEM_MEMPROT_FEATURE": true, + "ESP_SYSTEM_MEMPROT_FEATURE_LOCK": true, "ESP_SYSTEM_PANIC_PRINT_HALT": false, "ESP_SYSTEM_PANIC_PRINT_REBOOT": true, "ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS": 0, "ESP_SYSTEM_PANIC_SILENT_REBOOT": false, + "ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK": true, + "ESP_SYSTEM_SINGLE_CORE_MODE": true, + "ESP_SYSTEM_USE_EH_FRAME": false, "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0": true, - "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1": true, "ESP_TASK_WDT_EN": true, "ESP_TASK_WDT_INIT": true, "ESP_TASK_WDT_PANIC": false, @@ -193,13 +221,12 @@ "FREERTOS_CHECK_STACKOVERFLOW_CANARY": true, "FREERTOS_CHECK_STACKOVERFLOW_NONE": false, "FREERTOS_CHECK_STACKOVERFLOW_PTRVAL": false, - "FREERTOS_CORETIMER_0": true, - "FREERTOS_CORETIMER_1": false, + "FREERTOS_CORETIMER_SYSTIMER_LVL1": true, + "FREERTOS_CORETIMER_SYSTIMER_LVL3": false, "FREERTOS_DEBUG_OCDAWARE": true, "FREERTOS_ENABLE_BACKWARD_COMPATIBILITY": false, "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP": false, "FREERTOS_ENABLE_TASK_SNAPSHOT": true, - "FREERTOS_FPU_IN_ISR": false, "FREERTOS_GENERATE_RUN_TIME_STATS": false, "FREERTOS_HZ": 100, "FREERTOS_IDLE_TASK_STACKSIZE": 1536, @@ -207,38 +234,56 @@ "FREERTOS_ISR_STACKSIZE": 1536, "FREERTOS_MAX_TASK_NAME_LEN": 16, "FREERTOS_NO_AFFINITY": 2147483647, + "FREERTOS_NUMBER_OF_CORES": 1, + "FREERTOS_OPTIMIZED_SCHEDULER": true, "FREERTOS_PLACE_FUNCTIONS_INTO_FLASH": false, - "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH": false, + "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH": true, + "FREERTOS_PORT": true, "FREERTOS_QUEUE_REGISTRY_SIZE": 0, "FREERTOS_SMP": false, "FREERTOS_SUPPORT_STATIC_ALLOCATION": true, - "FREERTOS_SYSTICK_USES_CCOUNT": true, + "FREERTOS_SYSTICK_USES_SYSTIMER": true, "FREERTOS_TASK_FUNCTION_WRAPPER": true, "FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES": 1, + "FREERTOS_TASK_PRE_DELETION_HOOK": false, "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS": 1, - "FREERTOS_TICK_SUPPORT_CORETIMER": true, + "FREERTOS_TICK_SUPPORT_SYSTIMER": true, "FREERTOS_TIMER_QUEUE_LENGTH": 10, + "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY": 2147483647, + "FREERTOS_TIMER_SERVICE_TASK_NAME": "Tmr Svc", + "FREERTOS_TIMER_TASK_AFFINITY_CPU0": false, + "FREERTOS_TIMER_TASK_NO_AFFINITY": true, "FREERTOS_TIMER_TASK_PRIORITY": 1, "FREERTOS_TIMER_TASK_STACK_DEPTH": 2048, "FREERTOS_TLSP_DELETION_CALLBACKS": true, - "FREERTOS_UNICORE": false, + "FREERTOS_UNICORE": true, + "FREERTOS_USE_APPLICATION_TASK_TAG": false, "FREERTOS_USE_IDLE_HOOK": false, + "FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES": false, "FREERTOS_USE_TICK_HOOK": false, + "FREERTOS_USE_TIMERS": true, "FREERTOS_USE_TRACE_FACILITY": false, "FREERTOS_WATCHPOINT_END_OF_STACK": false, + "GDMA_CTRL_FUNC_IN_IRAM": true, + "GDMA_ENABLE_DEBUG_LOG": false, + "GDMA_ISR_IRAM_SAFE": false, "HAL_ASSERTION_DISABLE": false, "HAL_ASSERTION_ENABLE": false, "HAL_ASSERTION_EQUALS_SYSTEM": true, "HAL_ASSERTION_SILENT": false, "HAL_DEFAULT_ASSERTION_LEVEL": 2, + "HAL_ECDSA_GEN_SIG_CM": false, "IDF_CMAKE": true, "IDF_EXPERIMENTAL_FEATURES": false, - "IDF_FIRMWARE_CHIP_ID": 0, - "IDF_TARGET": "esp32", - "IDF_TARGET_ARCH": "xtensa", - "IDF_TARGET_ARCH_XTENSA": true, - "IDF_TARGET_ESP32": true, - "LOG_COLORS": true, + "IDF_FIRMWARE_CHIP_ID": 5, + "IDF_INIT_VERSION": "5.4.0", + "IDF_TARGET": "esp32c3", + "IDF_TARGET_ARCH": "riscv", + "IDF_TARGET_ARCH_RISCV": true, + "IDF_TARGET_ESP32C3": true, + "IDF_TOOLCHAIN": "gcc", + "IDF_TOOLCHAIN_GCC": true, + "LOG_COLORS": false, "LOG_DEFAULT_LEVEL": 3, "LOG_DEFAULT_LEVEL_DEBUG": false, "LOG_DEFAULT_LEVEL_ERROR": false, @@ -246,10 +291,18 @@ "LOG_DEFAULT_LEVEL_NONE": false, "LOG_DEFAULT_LEVEL_VERBOSE": false, "LOG_DEFAULT_LEVEL_WARN": false, + "LOG_DYNAMIC_LEVEL_CONTROL": true, + "LOG_MASTER_LEVEL": false, "LOG_MAXIMUM_EQUALS_DEFAULT": true, "LOG_MAXIMUM_LEVEL": 3, "LOG_MAXIMUM_LEVEL_DEBUG": false, "LOG_MAXIMUM_LEVEL_VERBOSE": false, + "LOG_TAG_LEVEL_CACHE_ARRAY": false, + "LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP": true, + "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST": true, + "LOG_TAG_LEVEL_IMPL_CACHE_SIZE": 31, + "LOG_TAG_LEVEL_IMPL_LINKED_LIST": false, + "LOG_TAG_LEVEL_IMPL_NONE": false, "LOG_TIMESTAMP_SOURCE_RTOS": true, "LOG_TIMESTAMP_SOURCE_SYSTEM": false, "MMU_PAGE_MODE": "64KB", @@ -274,6 +327,7 @@ "PARTITION_TABLE_SINGLE_APP": true, "PARTITION_TABLE_SINGLE_APP_LARGE": false, "PARTITION_TABLE_TWO_OTA": false, + "PARTITION_TABLE_TWO_OTA_LARGE": false, "PERIPH_CTRL_FUNC_IN_IRAM": true, "RTC_CLK_CAL_CYCLES": 1024, "RTC_CLK_SRC_EXT_CRYS": false, @@ -281,219 +335,291 @@ "RTC_CLK_SRC_INT_8MD256": false, "RTC_CLK_SRC_INT_RC": true, "SECURE_BOOT": false, - "SECURE_BOOT_V1_SUPPORTED": true, + "SECURE_BOOT_V2_PREFERRED": true, + "SECURE_BOOT_V2_RSA_SUPPORTED": true, "SECURE_FLASH_ENC_ENABLED": false, + "SECURE_ROM_DL_MODE_ENABLED": true, "SECURE_SIGNED_APPS_NO_SECURE_BOOT": false, + "SOC_ADC_ARBITER_SUPPORTED": true, "SOC_ADC_ATTEN_NUM": 4, - "SOC_ADC_DIGI_CONTROLLER_NUM": 2, + "SOC_ADC_CALIBRATION_V1_SUPPORTED": true, + "SOC_ADC_DIGI_CONTROLLER_NUM": 1, "SOC_ADC_DIGI_DATA_BYTES_PER_CONV": 4, + "SOC_ADC_DIGI_IIR_FILTER_NUM": 2, "SOC_ADC_DIGI_MAX_BITWIDTH": 12, - "SOC_ADC_DIGI_MIN_BITWIDTH": 9, - "SOC_ADC_DIGI_RESULT_BYTES": 2, + "SOC_ADC_DIGI_MIN_BITWIDTH": 12, + "SOC_ADC_DIGI_MONITOR_NUM": 2, + "SOC_ADC_DIGI_RESULT_BYTES": 4, "SOC_ADC_DIG_CTRL_SUPPORTED": true, + "SOC_ADC_DIG_IIR_FILTER_SUPPORTED": true, "SOC_ADC_DMA_SUPPORTED": true, - "SOC_ADC_MAX_CHANNEL_NUM": 10, - "SOC_ADC_PATT_LEN_MAX": 16, + "SOC_ADC_MAX_CHANNEL_NUM": 5, + "SOC_ADC_MONITOR_SUPPORTED": true, + "SOC_ADC_PATT_LEN_MAX": 8, "SOC_ADC_PERIPH_NUM": 2, - "SOC_ADC_RTC_CTRL_SUPPORTED": true, "SOC_ADC_RTC_MAX_BITWIDTH": 12, - "SOC_ADC_RTC_MIN_BITWIDTH": 9, - "SOC_ADC_SAMPLE_FREQ_THRES_HIGH": 2, - "SOC_ADC_SAMPLE_FREQ_THRES_LOW": 20, + "SOC_ADC_RTC_MIN_BITWIDTH": 12, + "SOC_ADC_SAMPLE_FREQ_THRES_HIGH": 83333, + "SOC_ADC_SAMPLE_FREQ_THRES_LOW": 611, + "SOC_ADC_SELF_HW_CALI_SUPPORTED": true, + "SOC_ADC_SHARED_POWER": true, "SOC_ADC_SUPPORTED": true, + "SOC_AES_GDMA": true, "SOC_AES_SUPPORTED": true, "SOC_AES_SUPPORT_AES_128": true, - "SOC_AES_SUPPORT_AES_192": true, "SOC_AES_SUPPORT_AES_256": true, - "SOC_APLL_MAX_HZ": 125000000, - "SOC_APLL_MIN_HZ": 5303031, - "SOC_APLL_MULTIPLIER_OUT_MAX_HZ": 500000000, - "SOC_APLL_MULTIPLIER_OUT_MIN_HZ": 350000000, + "SOC_AES_SUPPORT_DMA": true, + "SOC_AHB_GDMA_SUPPORTED": true, + "SOC_AHB_GDMA_VERSION": 1, + "SOC_APB_BACKUP_DMA": true, + "SOC_ASSIST_DEBUG_SUPPORTED": true, + "SOC_ASYNC_MEMCPY_SUPPORTED": true, + "SOC_BLE_50_SUPPORTED": true, + "SOC_BLE_DEVICE_PRIVACY_SUPPORTED": true, "SOC_BLE_MESH_SUPPORTED": true, "SOC_BLE_SUPPORTED": true, "SOC_BLUFI_SUPPORTED": true, "SOC_BOD_SUPPORTED": true, - "SOC_BROWNOUT_RESET_SUPPORTED": "Not determined", - "SOC_BT_CLASSIC_SUPPORTED": true, + "SOC_BROWNOUT_RESET_SUPPORTED": true, "SOC_BT_SUPPORTED": true, - "SOC_CAPS_ECO_VER_MAX": 301, - "SOC_CCOMP_TIMER_SUPPORTED": true, - "SOC_CLK_APLL_SUPPORTED": true, + "SOC_CACHE_MEMORY_IBANK_SIZE": 16384, "SOC_CLK_RC_FAST_D256_SUPPORTED": true, "SOC_CLK_RC_FAST_SUPPORT_CALIBRATION": true, + "SOC_CLK_TREE_SUPPORTED": true, "SOC_CLK_XTAL32K_SUPPORTED": true, - "SOC_CONFIGURABLE_VDDSDIO_SUPPORTED": true, - "SOC_CPU_BREAKPOINTS_NUM": 2, - "SOC_CPU_CORES_NUM": 2, - "SOC_CPU_HAS_FPU": true, + "SOC_COEX_HW_PTI": true, + "SOC_CPU_BREAKPOINTS_NUM": 8, + "SOC_CPU_CORES_NUM": 1, + "SOC_CPU_HAS_CSR_PC": true, + "SOC_CPU_HAS_FLEXIBLE_INTC": true, "SOC_CPU_INTR_NUM": 32, - "SOC_CPU_WATCHPOINTS_NUM": 2, - "SOC_CPU_WATCHPOINT_SIZE": 64, - "SOC_DAC_CHAN_NUM": 2, - "SOC_DAC_DMA_16BIT_ALIGN": true, - "SOC_DAC_RESOLUTION": 8, - "SOC_DAC_SUPPORTED": true, - "SOC_DPORT_WORKAROUND": "Not determined", - "SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL": 5, - "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS": true, - "SOC_EMAC_SUPPORTED": true, + "SOC_CPU_WATCHPOINTS_NUM": 8, + "SOC_CPU_WATCHPOINT_MAX_REGION_SIZE": 2147483648, + "SOC_DEDICATED_GPIO_SUPPORTED": true, + "SOC_DEDIC_GPIO_IN_CHANNELS_NUM": 8, + "SOC_DEDIC_GPIO_OUT_CHANNELS_NUM": 8, + "SOC_DEDIC_PERIPH_ALWAYS_ENABLE": true, + "SOC_DEEP_SLEEP_SUPPORTED": true, + "SOC_DIG_SIGN_SUPPORTED": true, + "SOC_DS_KEY_CHECK_MAX_WAIT_US": 1100, + "SOC_DS_KEY_PARAM_MD_IV_LENGTH": 16, + "SOC_DS_SIGNATURE_MAX_BIT_LEN": 3072, + "SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK": true, + "SOC_EFUSE_DIS_DIRECT_BOOT": true, + "SOC_EFUSE_DIS_DOWNLOAD_ICACHE": true, + "SOC_EFUSE_DIS_ICACHE": true, + "SOC_EFUSE_DIS_PAD_JTAG": true, + "SOC_EFUSE_DIS_USB_JTAG": true, + "SOC_EFUSE_HAS_EFUSE_RST_BUG": true, + "SOC_EFUSE_KEY_PURPOSE_FIELD": true, + "SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS": true, + "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS": 3, + "SOC_EFUSE_SOFT_DIS_JTAG": true, + "SOC_EFUSE_SUPPORTED": true, "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX": 32, + "SOC_FLASH_ENCRYPTION_XTS_AES": true, + "SOC_FLASH_ENCRYPTION_XTS_AES_128": true, "SOC_FLASH_ENC_SUPPORTED": true, - "SOC_GPIO_PIN_COUNT": 40, + "SOC_GDMA_NUM_GROUPS_MAX": 1, + "SOC_GDMA_PAIRS_PER_GROUP_MAX": 3, + "SOC_GDMA_SUPPORTED": true, + "SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX": true, + "SOC_GPIO_CLOCKOUT_CHANNEL_NUM": 3, + "SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT": 6, + "SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK": 0, + "SOC_GPIO_FILTER_CLK_SUPPORT_APB": true, + "SOC_GPIO_IN_RANGE_MAX": 21, + "SOC_GPIO_OUT_RANGE_MAX": 21, + "SOC_GPIO_PIN_COUNT": 22, "SOC_GPIO_PORT": 1, - "SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK": 15667178, - "SOC_GPIO_VALID_GPIO_MASK": 1099511627775, + "SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP": true, + "SOC_GPIO_SUPPORT_FORCE_HOLD": true, + "SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP": true, + "SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER": true, + "SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK": 4194240, "SOC_GPSPI_SUPPORTED": true, "SOC_GPTIMER_SUPPORTED": true, - "SOC_I2C_CMD_REG_NUM": 16, + "SOC_HMAC_SUPPORTED": true, + "SOC_HP_I2C_NUM": 1, + "SOC_I2C_CMD_REG_NUM": 8, "SOC_I2C_FIFO_LEN": 32, - "SOC_I2C_NUM": 2, + "SOC_I2C_NUM": 1, + "SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE": true, + "SOC_I2C_SLAVE_SUPPORT_BROADCAST": true, + "SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS": true, "SOC_I2C_SUPPORTED": true, - "SOC_I2C_SUPPORT_APB": true, + "SOC_I2C_SUPPORT_10BIT_ADDR": true, + "SOC_I2C_SUPPORT_HW_CLR_BUS": true, + "SOC_I2C_SUPPORT_RTC": true, "SOC_I2C_SUPPORT_SLAVE": true, - "SOC_I2S_HW_VERSION_1": true, - "SOC_I2S_LCD_I80_VARIANT": true, - "SOC_I2S_NUM": 2, - "SOC_I2S_PDM_MAX_RX_LINES": 1, - "SOC_I2S_PDM_MAX_TX_LINES": 1, + "SOC_I2C_SUPPORT_XTAL": true, + "SOC_I2S_HW_VERSION_2": true, + "SOC_I2S_NUM": 1, + "SOC_I2S_PDM_MAX_TX_LINES": 2, "SOC_I2S_SUPPORTED": true, - "SOC_I2S_SUPPORTS_ADC": true, - "SOC_I2S_SUPPORTS_ADC_DAC": true, - "SOC_I2S_SUPPORTS_APLL": true, - "SOC_I2S_SUPPORTS_DAC": true, - "SOC_I2S_SUPPORTS_LCD_CAMERA": true, + "SOC_I2S_SUPPORTS_PCM": true, "SOC_I2S_SUPPORTS_PDM": true, - "SOC_I2S_SUPPORTS_PDM_RX": true, "SOC_I2S_SUPPORTS_PDM_TX": true, "SOC_I2S_SUPPORTS_PLL_F160M": true, - "SOC_I2S_TRANS_SIZE_ALIGN_WORD": true, - "SOC_IDCACHE_PER_CORE": true, - "SOC_LCD_I80_BUSES": 2, - "SOC_LCD_I80_BUS_WIDTH": 24, - "SOC_LCD_I80_SUPPORTED": true, - "SOC_LEDC_CHANNEL_NUM": 8, - "SOC_LEDC_HAS_TIMER_SPECIFIC_MUX": true, + "SOC_I2S_SUPPORTS_TDM": true, + "SOC_I2S_SUPPORTS_XTAL": true, + "SOC_LEDC_CHANNEL_NUM": 6, "SOC_LEDC_SUPPORTED": true, "SOC_LEDC_SUPPORT_APB_CLOCK": true, - "SOC_LEDC_SUPPORT_HS_MODE": true, - "SOC_LEDC_SUPPORT_REF_TICK": true, - "SOC_LEDC_TIMER_BIT_WIDTH": 20, - "SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER": 3, - "SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP": true, - "SOC_MCPWM_COMPARATORS_PER_OPERATOR": 2, - "SOC_MCPWM_GENERATORS_PER_OPERATOR": 2, - "SOC_MCPWM_GPIO_FAULTS_PER_GROUP": 3, - "SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP": 3, - "SOC_MCPWM_GROUPS": 2, - "SOC_MCPWM_OPERATORS_PER_GROUP": 3, - "SOC_MCPWM_SUPPORTED": true, - "SOC_MCPWM_TIMERS_PER_GROUP": 3, - "SOC_MCPWM_TRIGGERS_PER_OPERATOR": 2, + "SOC_LEDC_SUPPORT_FADE_STOP": true, + "SOC_LEDC_SUPPORT_XTAL_CLOCK": true, + "SOC_LEDC_TIMER_BIT_WIDTH": 14, + "SOC_LEDC_TIMER_NUM": 4, + "SOC_LIGHT_SLEEP_SUPPORTED": true, + "SOC_LP_PERIPH_SHARE_INTERRUPT": true, + "SOC_MAC_BB_PD_MEM_SIZE": 192, + "SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE": 16, + "SOC_MEMPROT_MEM_ALIGN_SIZE": 512, + "SOC_MEMPROT_SUPPORTED": true, + "SOC_MEMSPI_IS_INDEPENDENT": true, "SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED": true, "SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED": true, "SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED": true, "SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED": true, - "SOC_MMU_LINEAR_ADDRESS_REGION_NUM": 3, - "SOC_MMU_PERIPH_NUM": 2, + "SOC_MMU_LINEAR_ADDRESS_REGION_NUM": 1, + "SOC_MMU_PERIPH_NUM": 1, + "SOC_MPI_MEM_BLOCKS_NUM": 4, + "SOC_MPI_OPERATIONS_NUM": 3, "SOC_MPI_SUPPORTED": true, "SOC_MPU_MIN_REGION_SIZE": 536870912, "SOC_MPU_REGIONS_MAX_NUM": 8, - "SOC_PCNT_CHANNELS_PER_UNIT": 2, - "SOC_PCNT_GROUPS": 1, - "SOC_PCNT_SUPPORTED": true, - "SOC_PCNT_THRES_POINT_PER_UNIT": 2, - "SOC_PCNT_UNITS_PER_GROUP": 8, + "SOC_MWDT_SUPPORT_XTAL": true, "SOC_PHY_COMBO_MODULE": true, "SOC_PHY_DIG_REGS_MEM_SIZE": 21, - "SOC_PM_SUPPORT_EXT0_WAKEUP": true, - "SOC_PM_SUPPORT_EXT1_WAKEUP": true, - "SOC_PM_SUPPORT_EXT_WAKEUP": true, - "SOC_PM_SUPPORT_MODEM_PD": true, + "SOC_PHY_SUPPORTED": true, + "SOC_PM_CPU_RETENTION_BY_RTCCNTL": true, + "SOC_PM_MODEM_PD_BY_SW": true, + "SOC_PM_MODEM_RETENTION_BY_BACKUPDMA": true, + "SOC_PM_SUPPORTED": true, + "SOC_PM_SUPPORT_BT_PD": true, + "SOC_PM_SUPPORT_BT_WAKEUP": true, + "SOC_PM_SUPPORT_CPU_PD": true, + "SOC_PM_SUPPORT_MAC_BB_PD": true, "SOC_PM_SUPPORT_RC_FAST_PD": true, - "SOC_PM_SUPPORT_RTC_FAST_MEM_PD": true, - "SOC_PM_SUPPORT_RTC_PERIPH_PD": true, - "SOC_PM_SUPPORT_RTC_SLOW_MEM_PD": true, - "SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP": true, "SOC_PM_SUPPORT_VDDSDIO_PD": true, - "SOC_RMT_CHANNELS_PER_GROUP": 8, - "SOC_RMT_CHANNEL_CLK_INDEPENDENT": true, + "SOC_PM_SUPPORT_WIFI_PD": true, + "SOC_PM_SUPPORT_WIFI_WAKEUP": true, + "SOC_RMT_CHANNELS_PER_GROUP": 4, "SOC_RMT_GROUPS": 1, - "SOC_RMT_MEM_WORDS_PER_CHANNEL": 64, - "SOC_RMT_RX_CANDIDATES_PER_GROUP": 8, + "SOC_RMT_MEM_WORDS_PER_CHANNEL": 48, + "SOC_RMT_RX_CANDIDATES_PER_GROUP": 2, "SOC_RMT_SUPPORTED": true, "SOC_RMT_SUPPORT_APB": true, - "SOC_RMT_SUPPORT_REF_TICK": true, - "SOC_RMT_TX_CANDIDATES_PER_GROUP": 8, - "SOC_RSA_MAX_BIT_LEN": 4096, - "SOC_RTCIO_HOLD_SUPPORTED": true, - "SOC_RTCIO_INPUT_OUTPUT_SUPPORTED": true, - "SOC_RTCIO_PIN_COUNT": 18, - "SOC_RTCIO_WAKE_SUPPORTED": true, + "SOC_RMT_SUPPORT_RC_FAST": true, + "SOC_RMT_SUPPORT_RX_DEMODULATION": true, + "SOC_RMT_SUPPORT_RX_PINGPONG": true, + "SOC_RMT_SUPPORT_TX_ASYNC_STOP": true, + "SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY": true, + "SOC_RMT_SUPPORT_TX_LOOP_COUNT": true, + "SOC_RMT_SUPPORT_TX_SYNCHRO": true, + "SOC_RMT_SUPPORT_XTAL": true, + "SOC_RMT_TX_CANDIDATES_PER_GROUP": 2, + "SOC_RNG_SUPPORTED": true, + "SOC_RSA_MAX_BIT_LEN": 3072, + "SOC_RTCIO_PIN_COUNT": 0, + "SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH": 128, + "SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM": 108, "SOC_RTC_FAST_MEM_SUPPORTED": true, "SOC_RTC_MEM_SUPPORTED": true, "SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256": true, - "SOC_RTC_SLOW_MEM_SUPPORTED": true, - "SOC_SDIO_SLAVE_SUPPORTED": true, - "SOC_SDMMC_HOST_SUPPORTED": true, - "SOC_SDMMC_NUM_SLOTS": 2, - "SOC_SDMMC_USE_IOMUX": true, - "SOC_SDM_CHANNELS_PER_GROUP": 8, + "SOC_SDM_CHANNELS_PER_GROUP": 4, "SOC_SDM_CLK_SUPPORT_APB": true, "SOC_SDM_GROUPS": 1, "SOC_SDM_SUPPORTED": true, "SOC_SECURE_BOOT_SUPPORTED": true, - "SOC_SECURE_BOOT_V1": true, + "SOC_SECURE_BOOT_V2_RSA": true, "SOC_SHARED_IDCACHE_SUPPORTED": true, + "SOC_SHA_DMA_MAX_BUFFER_SIZE": 3968, + "SOC_SHA_GDMA": true, "SOC_SHA_SUPPORTED": true, - "SOC_SHA_SUPPORT_PARALLEL_ENG": true, + "SOC_SHA_SUPPORT_DMA": true, + "SOC_SHA_SUPPORT_RESUME": true, "SOC_SHA_SUPPORT_SHA1": true, + "SOC_SHA_SUPPORT_SHA224": true, "SOC_SHA_SUPPORT_SHA256": true, - "SOC_SHA_SUPPORT_SHA384": true, - "SOC_SHA_SUPPORT_SHA512": true, - "SOC_SPIRAM_SUPPORTED": true, - "SOC_SPI_AS_CS_SUPPORTED": true, - "SOC_SPI_DMA_CHAN_NUM": 2, - "SOC_SPI_HD_BOTH_INOUT_SUPPORTED": true, + "SOC_SLEEP_SYSTIMER_STALL_WORKAROUND": true, + "SOC_SLEEP_TGWDT_STOP_WORKAROUND": true, + "SOC_SPI_FLASH_SUPPORTED": true, "SOC_SPI_MAXIMUM_BUFFER_SIZE": 64, - "SOC_SPI_MAX_CS_NUM": 3, - "SOC_SPI_MAX_PRE_DIVIDER": 8192, + "SOC_SPI_MAX_CS_NUM": 6, + "SOC_SPI_MAX_PRE_DIVIDER": 16, + "SOC_SPI_MEM_SUPPORT_AUTO_RESUME": true, + "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND": true, + "SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE": true, + "SOC_SPI_MEM_SUPPORT_CHECK_SUS": true, "SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE": true, - "SOC_SPI_PERIPH_NUM": 3, + "SOC_SPI_MEM_SUPPORT_IDLE_INTR": true, + "SOC_SPI_MEM_SUPPORT_SW_SUSPEND": true, + "SOC_SPI_MEM_SUPPORT_WRAP": true, + "SOC_SPI_PERIPH_NUM": 2, + "SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT": true, + "SOC_SPI_SCT_BUFFER_NUM_MAX": true, + "SOC_SPI_SCT_CONF_BITLEN_MAX": 262138, + "SOC_SPI_SCT_REG_NUM": 14, + "SOC_SPI_SCT_SUPPORTED": true, + "SOC_SPI_SLAVE_SUPPORT_SEG_TRANS": true, + "SOC_SPI_SUPPORT_CD_SIG": true, "SOC_SPI_SUPPORT_CLK_APB": true, + "SOC_SPI_SUPPORT_CLK_XTAL": true, + "SOC_SPI_SUPPORT_CONTINUOUS_TRANS": true, + "SOC_SPI_SUPPORT_DDRCLK": true, + "SOC_SPI_SUPPORT_SLAVE_HD_VER2": true, + "SOC_SUPPORTS_SECURE_DL_MODE": true, "SOC_SUPPORT_COEXISTENCE": true, + "SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY": true, + "SOC_SYSTIMER_ALARM_MISS_COMPENSATE": true, + "SOC_SYSTIMER_ALARM_NUM": 3, + "SOC_SYSTIMER_BIT_WIDTH_HI": 20, + "SOC_SYSTIMER_BIT_WIDTH_LO": 32, + "SOC_SYSTIMER_COUNTER_NUM": 2, + "SOC_SYSTIMER_FIXED_DIVIDER": true, + "SOC_SYSTIMER_INT_LEVEL": true, + "SOC_SYSTIMER_SUPPORTED": true, + "SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC": true, + "SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL": true, + "SOC_TEMP_SENSOR_SUPPORTED": true, "SOC_TIMER_GROUPS": 2, - "SOC_TIMER_GROUP_COUNTER_BIT_WIDTH": 64, + "SOC_TIMER_GROUP_COUNTER_BIT_WIDTH": 54, "SOC_TIMER_GROUP_SUPPORT_APB": true, - "SOC_TIMER_GROUP_TIMERS_PER_GROUP": 2, - "SOC_TIMER_GROUP_TOTAL_TIMERS": 4, - "SOC_TOUCH_PAD_MEASURE_WAIT_MAX": 255, - "SOC_TOUCH_SENSOR_NUM": 10, - "SOC_TOUCH_SENSOR_SUPPORTED": true, - "SOC_TOUCH_VERSION_1": true, - "SOC_TWAI_BRP_DIV_SUPPORTED": "Not determined", + "SOC_TIMER_GROUP_SUPPORT_XTAL": true, + "SOC_TIMER_GROUP_TIMERS_PER_GROUP": 1, + "SOC_TIMER_GROUP_TOTAL_TIMERS": 2, + "SOC_TWAI_BRP_MAX": 16384, "SOC_TWAI_BRP_MIN": 2, "SOC_TWAI_CLK_SUPPORT_APB": true, "SOC_TWAI_CONTROLLER_NUM": 1, "SOC_TWAI_SUPPORTED": true, - "SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT": true, + "SOC_TWAI_SUPPORTS_RX_STATUS": true, "SOC_UART_BITRATE_MAX": 5000000, "SOC_UART_FIFO_LEN": 128, - "SOC_UART_NUM": 3, + "SOC_UART_HP_NUM": 2, + "SOC_UART_NUM": 2, "SOC_UART_SUPPORTED": true, "SOC_UART_SUPPORT_APB_CLK": true, - "SOC_UART_SUPPORT_REF_TICK": true, - "SOC_ULP_FSM_SUPPORTED": true, - "SOC_ULP_HAS_ADC": true, - "SOC_ULP_SUPPORTED": true, + "SOC_UART_SUPPORT_FSM_TX_WAIT_SEND": true, + "SOC_UART_SUPPORT_RTC_CLK": true, + "SOC_UART_SUPPORT_WAKEUP_INT": true, + "SOC_UART_SUPPORT_XTAL_CLK": true, + "SOC_USB_SERIAL_JTAG_SUPPORTED": true, + "SOC_WDT_SUPPORTED": true, "SOC_WIFI_CSI_SUPPORT": true, + "SOC_WIFI_FTM_SUPPORT": true, + "SOC_WIFI_GCMP_SUPPORT": true, + "SOC_WIFI_HW_TSF": true, + "SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH": 12, "SOC_WIFI_MESH_SUPPORT": true, - "SOC_WIFI_NAN_SUPPORT": true, + "SOC_WIFI_PHY_NEEDS_USB_WORKAROUND": true, "SOC_WIFI_SUPPORTED": true, "SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW": true, "SOC_WIFI_WAPI_SUPPORT": true, - "SOC_XTAL_SUPPORT_26M": true, "SOC_XTAL_SUPPORT_40M": true, - "SOC_XTAL_SUPPORT_AUTO_DETECT": true, + "SOC_XT_WDT_SUPPORTED": true, + "SPI_FLASH_AUTO_SUSPEND": false, "SPI_FLASH_BROWNOUT_RESET": true, "SPI_FLASH_BROWNOUT_RESET_XMC": true, "SPI_FLASH_BYPASS_BLOCK_ERASE": false, @@ -505,26 +631,28 @@ "SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE": true, "SPI_FLASH_ERASE_YIELD_DURATION_MS": 20, "SPI_FLASH_ERASE_YIELD_TICKS": 1, + "SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND": false, "SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST": false, "SPI_FLASH_ROM_DRIVER_PATCH": true, - "SPI_FLASH_SHARE_SPI1_BUS": false, + "SPI_FLASH_ROM_IMPL": false, "SPI_FLASH_SIZE_OVERRIDE": false, - "SPI_FLASH_SUPPORT_BOYA_CHIP": false, + "SPI_FLASH_SUPPORT_BOYA_CHIP": true, "SPI_FLASH_SUPPORT_GD_CHIP": true, "SPI_FLASH_SUPPORT_ISSI_CHIP": true, "SPI_FLASH_SUPPORT_MXIC_CHIP": true, - "SPI_FLASH_SUPPORT_TH_CHIP": false, + "SPI_FLASH_SUPPORT_TH_CHIP": true, "SPI_FLASH_SUPPORT_WINBOND_CHIP": true, + "SPI_FLASH_SUSPEND_TSUS_VAL_US": 50, + "SPI_FLASH_VENDOR_BOYA_SUPPORTED": true, "SPI_FLASH_VENDOR_GD_SUPPORTED": true, "SPI_FLASH_VENDOR_ISSI_SUPPORTED": true, "SPI_FLASH_VENDOR_MXIC_SUPPORTED": true, + "SPI_FLASH_VENDOR_TH_SUPPORTED": true, "SPI_FLASH_VENDOR_WINBOND_SUPPORTED": true, "SPI_FLASH_VENDOR_XMC_SUPPORTED": true, "SPI_FLASH_VERIFY_WRITE": false, "SPI_FLASH_WRITE_CHUNK_SIZE": 8192, "SPI_FLASH_YIELD_DURING_ERASE": true, "XTAL_FREQ": 40, - "XTAL_FREQ_26": false, - "XTAL_FREQ_40": true, - "XTAL_FREQ_AUTO": false + "XTAL_FREQ_40": true } \ No newline at end of file diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader/cmake_install.cmake index 673115859..0924792ca 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/bootloader +# Install script for directory: /home/abobkov/esp/esp-idf/components/bootloader # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj index 0d4c1c35d..071e0e57c 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj deleted file mode 100644 index b5ad09367..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj new file mode 100644 index 000000000..7c0e6622a Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj index 756a1ed95..7823cff76 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj index 80514efa7..f6ead2825 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj index f5d265bd6..410503e23 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj index 7e13c3e56..1171f5f45 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj index fb2aec920..e5e86d473 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj index b5d3ad5ca..422358a28 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj index e4885b5b7..f03358249 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj index 5f25e2ee0..2907e4f34 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj index 1e8d6d504..b2db536b7 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj index b23114f05..e249d1d42 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj index 3f6bdaae8..65525366d 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj index 4cbbc90b4..32efacf24 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj deleted file mode 100644 index b4e30c5cc..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj new file mode 100644 index 000000000..fb09a3a79 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj index 770317e22..bf9c42c80 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj deleted file mode 100644 index 387dcb87b..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_esp32.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj deleted file mode 100644 index 72ab5f396..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_sha.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj deleted file mode 100644 index 633426072..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32/bootloader_soc.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_esp32c3.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_esp32c3.c.obj new file mode 100644 index 000000000..efc134bbe Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_esp32c3.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_sha.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_sha.c.obj new file mode 100644 index 000000000..1c26c5574 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_sha.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_soc.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_soc.c.obj new file mode 100644 index 000000000..d834595b0 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_soc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj index ec4450f65..eb1f88a83 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj index 966770177..da7e7ae20 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj index 0053c896c..3e4251fcb 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj index 451c6514f..bb5c2f2e5 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake index bb7e04b38..602b1f05f 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/bootloader_support +# Install script for directory: /home/abobkov/esp/esp-idf/components/bootloader_support # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a index a77727f59..02013dc62 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/cmake_install.cmake index e1914133a..17c4d21eb 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf +# Install script for directory: /home/abobkov/esp/esp-idf # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,103 +32,113 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/xtensa/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/riscv/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/newlib/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/newlib/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_security/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esptool_py/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/partition_table/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esptool_py/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/freertos/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/partition_table/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/freertos/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/cmake_install.cmake") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj deleted file mode 100644 index 3b304e6bb..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj deleted file mode 100644 index 1263b928e..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj deleted file mode 100644 index d8c34a3a0..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj new file mode 100644 index 000000000..1fbec5831 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj new file mode 100644 index 000000000..26e95539f Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj new file mode 100644 index 000000000..27652c0c9 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj new file mode 100644 index 000000000..24596b54a Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj new file mode 100644 index 000000000..db2badfbe Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj deleted file mode 100644 index 9d38979f6..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj index b44a5b158..6590bd587 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj index c028ac589..c84c7e8f9 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj index 9638c56c6..560001e5a 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/cmake_install.cmake index b90a61a19..c0b22a336 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/efuse +# Install script for directory: /home/abobkov/esp/esp-idf/components/efuse # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/libefuse.a b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/libefuse.a index 5f9a5f184..c374d5b84 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/libefuse.a and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/libefuse.a differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj deleted file mode 100644 index 4544547bc..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake index 9b1d4e558..edd453192 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_app_format +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_app_format # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format/libesp_app_format.a b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format/libesp_app_format.a deleted file mode 100644 index e66cc21ff..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format/libesp_app_format.a and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj new file mode 100644 index 000000000..e11d0b755 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/xtensa/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake similarity index 73% rename from ESP32-IDF_ePaper/build/bootloader/esp-idf/xtensa/cmake_install.cmake rename to ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake index 07f6ef4c8..7eda220c5 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/xtensa/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/xtensa +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_bootloader_format # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_bootloader_format/libesp_bootloader_format.a b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_bootloader_format/libesp_bootloader_format.a new file mode 100644 index 000000000..be0105373 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_bootloader_format/libesp_bootloader_format.a differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj index 33c59a12f..bd043aa3c 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/cmake_install.cmake index a244cd4ce..91e7a8928 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_common +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_common # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/libesp_common.a b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/libesp_common.a index 39254969a..b3ad9776e 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/libesp_common.a and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/libesp_common.a differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj index dc9f6f9a7..1ae7f968c 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj index 4445b6d07..18825ee37 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj deleted file mode 100644 index 92b1dc2f3..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj deleted file mode 100644 index b066aab59..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj deleted file mode 100644 index d77a35de8..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj deleted file mode 100644 index 5ab49e91e..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj deleted file mode 100644 index e2760ab75..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj deleted file mode 100644 index 2ecd3c539..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj deleted file mode 100644 index 918af24c2..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj new file mode 100644 index 000000000..6d382003c Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj new file mode 100644 index 000000000..19c9e5f9a Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj new file mode 100644 index 000000000..2c3f94c6b Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj new file mode 100644 index 000000000..857ad3146 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj new file mode 100644 index 000000000..52ffd2cd7 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj new file mode 100644 index 000000000..be3b27f4a Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj new file mode 100644 index 000000000..6975e53fa Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj new file mode 100644 index 000000000..2ec9405aa Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake index d3f5a0727..7cbb64387 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_hw_support +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_hw_support # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,13 +32,18 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/port/esp32c3/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/libesp_hw_support.a b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/libesp_hw_support.a index e584749e9..5ecd54a1f 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/libesp_hw_support.a and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/libesp_hw_support.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/xtensa/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake similarity index 73% rename from ESP32-IDF_ePaper/build/esp-idf/xtensa/cmake_install.cmake rename to ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake index f9db2589e..42a291ccb 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/xtensa/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/lowpower/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/xtensa +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_hw_support/lowpower # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/perfmon/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/port/esp32c3/cmake_install.cmake similarity index 73% rename from ESP32-IDF_ePaper/build/esp-idf/perfmon/cmake_install.cmake rename to ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/port/esp32c3/cmake_install.cmake index 9616d3629..6be777bb5 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/perfmon/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/port/esp32c3/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/perfmon +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3 # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj index 5b0389438..900702b43 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj index c97d209e8..8e293efdd 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj new file mode 100644 index 000000000..74e847be8 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj deleted file mode 100644 index 0e279cc63..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj new file mode 100644 index 000000000..bdf17cf10 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj index 80a8b1732..412401887 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj index 26279c835..e97db4e41 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj new file mode 100644 index 000000000..82d3bfff5 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj index 929981816..23e920533 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/cmake_install.cmake index c75745b69..ab2e34015 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_rom +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_rom # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/libesp_rom.a b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/libesp_rom.a index d7813b01c..553bb10d6 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/libesp_rom.a and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/libesp_rom.a differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_security/cmake_install.cmake similarity index 72% rename from ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake rename to ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_security/cmake_install.cmake index 578c780bb..cb5e49509 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_security/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32 +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_security # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj index 2e90ae29e..588881d39 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/cmake_install.cmake index 91c69e88b..b1618e77a 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_system +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_system # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/libesp_system.a b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/libesp_system.a index 412c5fc2b..077f2f98d 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/libesp_system.a and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/libesp_system.a differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esptool_py/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esptool_py/cmake_install.cmake index 998a2518f..5c36ee24f 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/esptool_py/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/esptool_py/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esptool_py +# Install script for directory: /home/abobkov/esp/esp-idf/components/esptool_py # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/freertos/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/freertos/cmake_install.cmake index 4e389f62d..56cfd8025 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/freertos/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/freertos/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/freertos +# Install script for directory: /home/abobkov/esp/esp-idf/components/freertos # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj new file mode 100644 index 000000000..e46adb75d Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj index 4358a0275..2df987df5 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj deleted file mode 100644 index 89c02c69a..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj deleted file mode 100644 index ffbe95dc6..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj new file mode 100644 index 000000000..73a3678e4 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj new file mode 100644 index 000000000..4271f171f Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj index 328c5eac2..d47d475c3 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj deleted file mode 100644 index 0050a8a06..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj index 65f783bb1..d15674b46 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/cmake_install.cmake index cc71cfe11..7c9c279d3 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/hal +# Install script for directory: /home/abobkov/esp/esp-idf/components/hal # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/libhal.a b/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/libhal.a index 102737e91..cccda0b7d 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/libhal.a and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/libhal.a differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj deleted file mode 100644 index 487a1fc20..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj deleted file mode 100644 index 480fbbc76..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj deleted file mode 100644 index 08622e7ed..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/log_noos.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj new file mode 100644 index 000000000..18ec0106e Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj new file mode 100644 index 000000000..a6265b00b Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj new file mode 100644 index 000000000..2cc157509 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/cmake_install.cmake index 9a6714c14..4df0bbfec 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/log +# Install script for directory: /home/abobkov/esp/esp-idf/components/log # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/liblog.a b/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/liblog.a index 9d209dee3..d8c8ef05b 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/liblog.a and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/liblog.a differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj index 6981b601c..681393f0d 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/cmake_install.cmake index a9ade5538..0ab5e3a87 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/bootloader/subproject/main +# Install script for directory: /home/abobkov/esp/esp-idf/components/bootloader/subproject/main # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/libmain.a b/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/libmain.a index c0a336370..403d539c0 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/libmain.a and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/libmain.a differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj index 2bb62f7ae..409e29a04 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake index 2e4d24b15..84fdc90da 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc +# Install script for directory: /home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a b/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a index 5f0fb5a2d..3b8dce347 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/newlib/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/newlib/cmake_install.cmake index a48dff313..9a7192b3b 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/newlib/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/newlib/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/newlib +# Install script for directory: /home/abobkov/esp/esp-idf/components/newlib # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/partition_table/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/partition_table/cmake_install.cmake index 33a181600..e2782220e 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/partition_table/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/partition_table/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/partition_table +# Install script for directory: /home/abobkov/esp/esp-idf/components/partition_table # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/riscv/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/riscv/cmake_install.cmake new file mode 100644 index 000000000..85ff7c6ad --- /dev/null +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/riscv/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/riscv + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj index 2eb160509..5ec5b342b 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj deleted file mode 100644 index 03791fcb5..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj deleted file mode 100644 index 52324b23b..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj deleted file mode 100644 index 5dbcd9ecd..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj deleted file mode 100644 index 6b8986502..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj deleted file mode 100644 index 14b7f4a08..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj deleted file mode 100644 index f53d1379f..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj deleted file mode 100644 index c194e4360..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj deleted file mode 100644 index 412351df9..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj deleted file mode 100644 index fea3f1ff5..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj deleted file mode 100644 index 6e62512d7..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj deleted file mode 100644 index f3d15f2dd..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj deleted file mode 100644 index a106aa805..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj deleted file mode 100644 index 8ba413ef9..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj deleted file mode 100644 index 05c61f847..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj deleted file mode 100644 index d79b56e2f..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj deleted file mode 100644 index 4d70d6bb1..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj deleted file mode 100644 index 87ca7cf15..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj deleted file mode 100644 index 1bb46755e..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj deleted file mode 100644 index ee56f1753..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj deleted file mode 100644 index 9f2d9b127..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj deleted file mode 100644 index 2ec130e93..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj new file mode 100644 index 000000000..f912fa53e Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj new file mode 100644 index 000000000..43ce6cea1 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj new file mode 100644 index 000000000..f1fc2b84f Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj new file mode 100644 index 000000000..e872aca44 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj new file mode 100644 index 000000000..e7451fb3e Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj new file mode 100644 index 000000000..f533ccdd1 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj new file mode 100644 index 000000000..fc480b870 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj new file mode 100644 index 000000000..e2d060586 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj new file mode 100644 index 000000000..de6deea34 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj new file mode 100644 index 000000000..b789b0b04 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj new file mode 100644 index 000000000..4bdc4cc5a Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj new file mode 100644 index 000000000..827d97f8b Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj new file mode 100644 index 000000000..11ad773bc Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj new file mode 100644 index 000000000..3eaf4eed7 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj new file mode 100644 index 000000000..675c0b49f Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj new file mode 100644 index 000000000..dc7068c48 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj new file mode 100644 index 000000000..387a8c778 Binary files /dev/null and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj index 043ae9c54..d4bf34feb 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/cmake_install.cmake index 980eeacbe..746e0f5c4 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/soc +# Install script for directory: /home/abobkov/esp/esp-idf/components/soc # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/libsoc.a b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/libsoc.a index 25015038b..0718cadcf 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/libsoc.a and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/libsoc.a differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj index 3fe11cd54..16be17818 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/cmake_install.cmake b/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/cmake_install.cmake index 0769e292b..46b54bfc2 100644 --- a/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/spi_flash +# Install script for directory: /home/abobkov/esp/esp-idf/components/spi_flash # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/libspi_flash.a b/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/libspi_flash.a index 52d6652e2..db18622ec 100644 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/libspi_flash.a and b/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/libspi_flash.a differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj deleted file mode 100644 index 46af0938f..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj b/ESP32-IDF_ePaper/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj deleted file mode 100644 index e0fb7f9f1..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/esp-idf/xtensa/libxtensa.a b/ESP32-IDF_ePaper/build/bootloader/esp-idf/xtensa/libxtensa.a deleted file mode 100644 index 0e62adab3..000000000 Binary files a/ESP32-IDF_ePaper/build/bootloader/esp-idf/xtensa/libxtensa.a and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/bootloader/kconfigs.in b/ESP32-IDF_ePaper/build/bootloader/kconfigs.in index 3d20c4640..0a4b1b72f 100644 --- a/ESP32-IDF_ePaper/build/bootloader/kconfigs.in +++ b/ESP32-IDF_ePaper/build/bootloader/kconfigs.in @@ -1,10 +1,11 @@ -source "C:/Users/alex/esp/esp-idf/components/efuse/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_common/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_hw_support/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_system/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/freertos/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/hal/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/log/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/newlib/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/soc/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/spi_flash/Kconfig" \ No newline at end of file +source "/home/abobkov/esp/esp-idf/components/efuse/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_common/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_hw_support/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_security/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_system/Kconfig" +source "/home/abobkov/esp/esp-idf/components/freertos/Kconfig" +source "/home/abobkov/esp/esp-idf/components/hal/Kconfig" +source "/home/abobkov/esp/esp-idf/components/log/Kconfig" +source "/home/abobkov/esp/esp-idf/components/newlib/Kconfig" +source "/home/abobkov/esp/esp-idf/components/soc/Kconfig" +source "/home/abobkov/esp/esp-idf/components/spi_flash/Kconfig" \ No newline at end of file diff --git a/ESP32-IDF_ePaper/build/bootloader/kconfigs_projbuild.in b/ESP32-IDF_ePaper/build/bootloader/kconfigs_projbuild.in index 735d86077..4d7473bb6 100644 --- a/ESP32-IDF_ePaper/build/bootloader/kconfigs_projbuild.in +++ b/ESP32-IDF_ePaper/build/bootloader/kconfigs_projbuild.in @@ -1,5 +1,5 @@ -source "C:/Users/alex/esp/esp-idf/components/bootloader/Kconfig.projbuild" -source "C:/Users/alex/esp/esp-idf/components/esp_app_format/Kconfig.projbuild" -source "C:/Users/alex/esp/esp-idf/components/esp_rom/Kconfig.projbuild" -source "C:/Users/alex/esp/esp-idf/components/esptool_py/Kconfig.projbuild" -source "C:/Users/alex/esp/esp-idf/components/partition_table/Kconfig.projbuild" \ No newline at end of file +source "/home/abobkov/esp/esp-idf/components/bootloader/Kconfig.projbuild" +source "/home/abobkov/esp/esp-idf/components/esp_app_format/Kconfig.projbuild" +source "/home/abobkov/esp/esp-idf/components/esp_rom/Kconfig.projbuild" +source "/home/abobkov/esp/esp-idf/components/esptool_py/Kconfig.projbuild" +source "/home/abobkov/esp/esp-idf/components/partition_table/Kconfig.projbuild" \ No newline at end of file diff --git a/ESP32-IDF_ePaper/build/bootloader/project_description.json b/ESP32-IDF_ePaper/build/bootloader/project_description.json index 65a20192b..4f8e37232 100644 --- a/ESP32-IDF_ePaper/build/bootloader/project_description.json +++ b/ESP32-IDF_ePaper/build/bootloader/project_description.json @@ -1,38 +1,38 @@ { - "version": "1", + "version": "1.1", "project_name": "bootloader", - "project_version": "v5.1.2", - "project_path": "C:/Users/alex/esp/esp-idf/components/bootloader/subproject", - "idf_path": "C:/Users/alex/esp/esp-idf", - "build_dir": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", - "config_file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig", + "project_version": "v5.4", + "project_path": "/home/abobkov/esp/esp-idf/components/bootloader/subproject", + "idf_path": "/home/abobkov/esp/esp-idf", + "build_dir": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", + "config_file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig", "config_defaults": "", "bootloader_elf": "", "app_elf": "bootloader.elf", "app_bin": "bootloader.bin", "build_type": "flash_app", - "git_revision": "v5.1.2", - "target": "esp32", - "rev": "0", - "min_rev": "0", - "max_rev": "399", + "git_revision": "v5.4", + "target": "esp32c3", + "rev": "", + "min_rev": "3", + "max_rev": "199", "phy_data_partition": "", "monitor_baud" : "115200", - "monitor_toolprefix": "xtensa-esp32-elf-", - "c_compiler": "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe", + "monitor_toolprefix": "riscv32-esp-elf-", + "c_compiler": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc", "config_environment" : { - "COMPONENT_KCONFIGS" : "C:/Users/alex/esp/esp-idf/components/efuse/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_common/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_hw_support/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_system/Kconfig;C:/Users/alex/esp/esp-idf/components/freertos/Kconfig;C:/Users/alex/esp/esp-idf/components/hal/Kconfig;C:/Users/alex/esp/esp-idf/components/log/Kconfig;C:/Users/alex/esp/esp-idf/components/newlib/Kconfig;C:/Users/alex/esp/esp-idf/components/soc/Kconfig;C:/Users/alex/esp/esp-idf/components/spi_flash/Kconfig", - "COMPONENT_KCONFIGS_PROJBUILD" : "C:/Users/alex/esp/esp-idf/components/bootloader/Kconfig.projbuild;C:/Users/alex/esp/esp-idf/components/esp_app_format/Kconfig.projbuild;C:/Users/alex/esp/esp-idf/components/esp_rom/Kconfig.projbuild;C:/Users/alex/esp/esp-idf/components/esptool_py/Kconfig.projbuild;C:/Users/alex/esp/esp-idf/components/partition_table/Kconfig.projbuild" + "COMPONENT_KCONFIGS" : "/home/abobkov/esp/esp-idf/components/efuse/Kconfig;/home/abobkov/esp/esp-idf/components/esp_common/Kconfig;/home/abobkov/esp/esp-idf/components/esp_hw_support/Kconfig;/home/abobkov/esp/esp-idf/components/esp_security/Kconfig;/home/abobkov/esp/esp-idf/components/esp_system/Kconfig;/home/abobkov/esp/esp-idf/components/freertos/Kconfig;/home/abobkov/esp/esp-idf/components/hal/Kconfig;/home/abobkov/esp/esp-idf/components/log/Kconfig;/home/abobkov/esp/esp-idf/components/newlib/Kconfig;/home/abobkov/esp/esp-idf/components/soc/Kconfig;/home/abobkov/esp/esp-idf/components/spi_flash/Kconfig", + "COMPONENT_KCONFIGS_PROJBUILD" : "/home/abobkov/esp/esp-idf/components/bootloader/Kconfig.projbuild;/home/abobkov/esp/esp-idf/components/esp_app_format/Kconfig.projbuild;/home/abobkov/esp/esp-idf/components/esp_rom/Kconfig.projbuild;/home/abobkov/esp/esp-idf/components/esptool_py/Kconfig.projbuild;/home/abobkov/esp/esp-idf/components/partition_table/Kconfig.projbuild" }, - "common_component_reqs": [ "log", "esp_rom", "esp_common", "esp_hw_support", "newlib", "xtensa" ], - "build_components" : [ "bootloader", "bootloader_support", "efuse", "esp_app_format", "esp_common", "esp_hw_support", "esp_rom", "esp_system", "esptool_py", "freertos", "hal", "log", "main", "micro-ecc", "newlib", "partition_table", "soc", "spi_flash", "xtensa", "" ], - "build_component_paths" : [ "C:/Users/alex/esp/esp-idf/components/bootloader", "C:/Users/alex/esp/esp-idf/components/bootloader_support", "C:/Users/alex/esp/esp-idf/components/efuse", "C:/Users/alex/esp/esp-idf/components/esp_app_format", "C:/Users/alex/esp/esp-idf/components/esp_common", "C:/Users/alex/esp/esp-idf/components/esp_hw_support", "C:/Users/alex/esp/esp-idf/components/esp_rom", "C:/Users/alex/esp/esp-idf/components/esp_system", "C:/Users/alex/esp/esp-idf/components/esptool_py", "C:/Users/alex/esp/esp-idf/components/freertos", "C:/Users/alex/esp/esp-idf/components/hal", "C:/Users/alex/esp/esp-idf/components/log", "C:/Users/alex/esp/esp-idf/components/bootloader/subproject/main", "C:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc", "C:/Users/alex/esp/esp-idf/components/newlib", "C:/Users/alex/esp/esp-idf/components/partition_table", "C:/Users/alex/esp/esp-idf/components/soc", "C:/Users/alex/esp/esp-idf/components/spi_flash", "C:/Users/alex/esp/esp-idf/components/xtensa", "" ], + "common_component_reqs": [ "log", "esp_rom", "esp_common", "esp_hw_support", "newlib", "riscv" ], + "build_components" : [ "bootloader", "bootloader_support", "efuse", "esp_app_format", "esp_bootloader_format", "esp_common", "esp_hw_support", "esp_rom", "esp_security", "esp_system", "esptool_py", "freertos", "hal", "log", "main", "micro-ecc", "newlib", "partition_table", "riscv", "soc", "spi_flash", "" ], + "build_component_paths" : [ "/home/abobkov/esp/esp-idf/components/bootloader", "/home/abobkov/esp/esp-idf/components/bootloader_support", "/home/abobkov/esp/esp-idf/components/efuse", "/home/abobkov/esp/esp-idf/components/esp_app_format", "/home/abobkov/esp/esp-idf/components/esp_bootloader_format", "/home/abobkov/esp/esp-idf/components/esp_common", "/home/abobkov/esp/esp-idf/components/esp_hw_support", "/home/abobkov/esp/esp-idf/components/esp_rom", "/home/abobkov/esp/esp-idf/components/esp_security", "/home/abobkov/esp/esp-idf/components/esp_system", "/home/abobkov/esp/esp-idf/components/esptool_py", "/home/abobkov/esp/esp-idf/components/freertos", "/home/abobkov/esp/esp-idf/components/hal", "/home/abobkov/esp/esp-idf/components/log", "/home/abobkov/esp/esp-idf/components/bootloader/subproject/main", "/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc", "/home/abobkov/esp/esp-idf/components/newlib", "/home/abobkov/esp/esp-idf/components/partition_table", "/home/abobkov/esp/esp-idf/components/riscv", "/home/abobkov/esp/esp-idf/components/soc", "/home/abobkov/esp/esp-idf/components/spi_flash", "" ], "build_component_info" : { "bootloader": { "alias": "idf::bootloader", "target": "___idf_bootloader", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/bootloader", + "dir": "/home/abobkov/esp/esp-idf/components/bootloader", "type": "CONFIG_ONLY", "lib": "__idf_bootloader", "reqs": [], @@ -47,112 +47,142 @@ "alias": "idf::bootloader_support", "target": "___idf_bootloader_support", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/bootloader_support", + "dir": "/home/abobkov/esp/esp-idf/components/bootloader_support", "type": "LIBRARY", "lib": "__idf_bootloader_support", "reqs": [ "soc" ], - "priv_reqs": [ "micro-ecc", "spi_flash", "efuse", "esp_app_format", "hal" ], + "priv_reqs": [ "micro-ecc", "spi_flash", "efuse", "esp_bootloader_format", "esp_app_format", "hal" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/secure_boot.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_init.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_console.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_console_loader.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_sha.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_soc.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/esp32/bootloader_esp32.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_panic.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/bootloader_support/libbootloader_support.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/secure_boot.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32c3.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c3.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_init.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_console.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_console_loader.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/esp32c3/bootloader_sha.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/esp32c3/bootloader_soc.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/esp32c3/bootloader_esp32c3.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_panic.c" ], "include_dirs": [ "include", "bootloader_flash/include", "private_include" ] }, "efuse": { "alias": "idf::efuse", "target": "___idf_efuse", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/efuse", + "dir": "/home/abobkov/esp/esp-idf/components/efuse", "type": "LIBRARY", "lib": "__idf_efuse", "reqs": [], "priv_reqs": [ "bootloader_support", "soc", "spi_flash" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/libefuse.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c", "C:/Users/alex/esp/esp-idf/components/efuse/esp32/esp_efuse_fields.c", "C:/Users/alex/esp/esp-idf/components/efuse/esp32/esp_efuse_utility.c", "C:/Users/alex/esp/esp-idf/components/efuse/src/esp_efuse_api.c", "C:/Users/alex/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", "C:/Users/alex/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", "C:/Users/alex/esp/esp-idf/components/efuse/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c" ], - "include_dirs": [ "include", "esp32/include" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/efuse/libefuse.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_table.c", "/home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_fields.c", "/home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_rtc_calib.c", "/home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_utility.c", "/home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_api.c", "/home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", "/home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", "/home/abobkov/esp/esp-idf/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c" ], + "include_dirs": [ "include", "esp32c3/include" ] }, "esp_app_format": { "alias": "idf::esp_app_format", "target": "___idf_esp_app_format", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_app_format", - "type": "LIBRARY", + "dir": "/home/abobkov/esp/esp-idf/components/esp_app_format", + "type": "CONFIG_ONLY", "lib": "__idf_esp_app_format", "reqs": [], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_app_format/libesp_app_format.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_app_format/esp_app_desc.c" ], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "esp_bootloader_format": { + "alias": "idf::esp_bootloader_format", + "target": "___idf_esp_bootloader_format", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_bootloader_format", + "type": "LIBRARY", + "lib": "__idf_esp_bootloader_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_bootloader_format/libesp_bootloader_format.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c" ], "include_dirs": [ "include" ] }, "esp_common": { "alias": "idf::esp_common", "target": "___idf_esp_common", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_common", + "dir": "/home/abobkov/esp/esp-idf/components/esp_common", "type": "LIBRARY", "lib": "__idf_esp_common", "reqs": [], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/libesp_common.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_common/src/esp_err_to_name.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_common/libesp_common.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_common/src/esp_err_to_name.c" ], "include_dirs": [ "include" ] }, "esp_hw_support": { "alias": "idf::esp_hw_support", "target": "___idf_esp_hw_support", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_hw_support", + "dir": "/home/abobkov/esp/esp-idf/components/esp_hw_support", "type": "LIBRARY", "lib": "__idf_esp_hw_support", "reqs": [ "soc" ], - "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "esp_system" ], + "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "esp_security", "esp_system" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/libesp_hw_support.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_hw_support/cpu.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/cpu_region_protect.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk_init.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_init.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_sleep.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_time.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/chip_info.c" ], - "include_dirs": [ "include", "include/soc", "include/soc/esp32" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_hw_support/libesp_hw_support.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_hw_support/cpu.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/esp_cpu_intr.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/cpu_region_protect.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk_init.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_init.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_sleep.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_time.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/chip_info.c" ], + "include_dirs": [ "include", "include/soc", "include/soc/esp32c3", "dma/include", "ldo/include", "debug_probe/include" ] }, "esp_rom": { "alias": "idf::esp_rom", "target": "___idf_esp_rom", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_rom", + "dir": "/home/abobkov/esp/esp-idf/components/esp_rom", "type": "LIBRARY", "lib": "__idf_esp_rom", "reqs": [], "priv_reqs": [ "soc", "hal" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/libesp_rom.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", "C:/Users/alex/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", "C:/Users/alex/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", "C:/Users/alex/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", "C:/Users/alex/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", "C:/Users/alex/esp/esp-idf/components/esp_rom/patches/esp_rom_longjmp.S" ], - "include_dirs": [ "include", "include/esp32", "esp32" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_rom/libesp_rom.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c", "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_systimer.c" ], + "include_dirs": [ "include", "esp32c3/include", "esp32c3/include/esp32c3", "esp32c3" ] + }, + "esp_security": { + "alias": "idf::esp_security", + "target": "___idf_esp_security", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_security", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_security", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] }, "esp_system": { "alias": "idf::esp_system", "target": "___idf_esp_system", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_system", + "dir": "/home/abobkov/esp/esp-idf/components/esp_system", "type": "LIBRARY", "lib": "__idf_esp_system", "reqs": [ "spi_flash" ], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/libesp_system.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_system/esp_err.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/esp_system/libesp_system.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_system/esp_err.c" ], "include_dirs": [] }, "esptool_py": { "alias": "idf::esptool_py", "target": "___idf_esptool_py", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esptool_py", + "dir": "/home/abobkov/esp/esp-idf/components/esptool_py", "type": "CONFIG_ONLY", "lib": "__idf_esptool_py", "reqs": [ "bootloader" ], @@ -167,7 +197,7 @@ "alias": "idf::freertos", "target": "___idf_freertos", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/freertos", + "dir": "/home/abobkov/esp/esp-idf/components/freertos", "type": "CONFIG_ONLY", "lib": "__idf_freertos", "reqs": [], @@ -182,67 +212,67 @@ "alias": "idf::hal", "target": "___idf_hal", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/hal", + "dir": "/home/abobkov/esp/esp-idf/components/hal", "type": "LIBRARY", "lib": "__idf_hal", "reqs": [ "soc", "esp_rom" ], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/libhal.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/hal/mpu_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/efuse_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/esp32/efuse_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/wdt_hal_iram.c", "C:/Users/alex/esp/esp-idf/components/hal/mmu_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/esp32/cache_hal_esp32.c" ], - "include_dirs": [ "esp32/include", "include", "platform_port/include" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/hal/libhal.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/hal/hal_utils.c", "/home/abobkov/esp/esp-idf/components/hal/efuse_hal.c", "/home/abobkov/esp/esp-idf/components/hal/esp32c3/efuse_hal.c", "/home/abobkov/esp/esp-idf/components/hal/wdt_hal_iram.c", "/home/abobkov/esp/esp-idf/components/hal/mmu_hal.c", "/home/abobkov/esp/esp-idf/components/hal/cache_hal.c" ], + "include_dirs": [ "platform_port/include", "esp32c3/include", "include" ] }, "log": { "alias": "idf::log", "target": "___idf_log", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/log", + "dir": "/home/abobkov/esp/esp-idf/components/log", "type": "LIBRARY", "lib": "__idf_log", "reqs": [], - "priv_reqs": [ "soc", "hal", "esp_hw_support" ], + "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/liblog.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/log/log.c", "C:/Users/alex/esp/esp-idf/components/log/log_buffers.c", "C:/Users/alex/esp/esp-idf/components/log/log_noos.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/log/liblog.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/log/src/noos/log_timestamp.c", "/home/abobkov/esp/esp-idf/components/log/src/log_timestamp_common.c", "/home/abobkov/esp/esp-idf/components/log/src/noos/log_lock.c" ], "include_dirs": [ "include" ] }, "main": { "alias": "idf::main", "target": "___idf_main", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/bootloader/subproject/main", + "dir": "/home/abobkov/esp/esp-idf/components/bootloader/subproject/main", "type": "LIBRARY", "lib": "__idf_main", "reqs": [ "bootloader", "bootloader_support" ], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/libmain.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/main/libmain.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c" ], "include_dirs": [] }, "micro-ecc": { "alias": "idf::micro-ecc", "target": "___idf_micro-ecc", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc", + "dir": "/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc", "type": "LIBRARY", "lib": "__idf_micro-ecc", "reqs": [], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/micro-ecc/libmicro-ecc.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c" ], "include_dirs": [ ".", "micro-ecc" ] }, "newlib": { "alias": "idf::newlib", "target": "___idf_newlib", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/newlib", + "dir": "/home/abobkov/esp/esp-idf/components/newlib", "type": "CONFIG_ONLY", "lib": "__idf_newlib", "reqs": [], @@ -257,7 +287,7 @@ "alias": "idf::partition_table", "target": "___idf_partition_table", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/partition_table", + "dir": "/home/abobkov/esp/esp-idf/components/partition_table", "type": "CONFIG_ONLY", "lib": "__idf_partition_table", "reqs": [], @@ -268,50 +298,1336 @@ "sources": [], "include_dirs": [] }, + "riscv": { + "alias": "idf::riscv", + "target": "___idf_riscv", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/riscv", + "type": "CONFIG_ONLY", + "lib": "__idf_riscv", + "reqs": [], + "priv_reqs": [ "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, "soc": { "alias": "idf::soc", "target": "___idf_soc", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/soc", + "dir": "/home/abobkov/esp/esp-idf/components/soc", "type": "LIBRARY", "lib": "__idf_soc", "reqs": [], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/libsoc.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/soc/lldesc.c", "C:/Users/alex/esp/esp-idf/components/soc/dport_access_common.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/interrupts.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/gpio_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/uart_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/dport_access.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/adc_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/spi_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/ledc_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/pcnt_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/rmt_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/sdm_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/i2s_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/i2c_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/timer_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/lcd_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/mcpwm_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/sdmmc_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/touch_sensor_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/twai_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/dac_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/rtc_io_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/sdio_slave_periph.c" ], - "include_dirs": [ "include", "esp32", "esp32/include" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/soc/libsoc.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/soc/lldesc.c", "/home/abobkov/esp/esp-idf/components/soc/dport_access_common.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/interrupts.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/gpio_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/uart_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/adc_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/dedic_gpio_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/gdma_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/spi_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/ledc_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/rmt_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/sdm_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/i2s_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/i2c_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/temperature_sensor_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/timer_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/mpi_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/twai_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/wdt_periph.c" ], + "include_dirs": [ "include", "esp32c3", "esp32c3/include", "esp32c3/register" ] }, "spi_flash": { "alias": "idf::spi_flash", "target": "___idf_spi_flash", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/spi_flash", + "dir": "/home/abobkov/esp/esp-idf/components/spi_flash", "type": "LIBRARY", "lib": "__idf_spi_flash", "reqs": [ "hal" ], "priv_reqs": [ "bootloader_support", "soc" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/libspi_flash.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/spi_flash/spi_flash_wrap.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/spi_flash/libspi_flash.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_wrap.c" ], "include_dirs": [ "include" ] + } + }, + "all_component_info" : { + "app_trace": { + "alias": "idf::app_trace", + "target": "___idf_app_trace", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/app_trace", + "lib": "__idf_app_trace", + "reqs": [ "esp_timer" ], + "priv_reqs": [ "esp_driver_gptimer", "esp_driver_gpio", "esp_driver_uart" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "app_update": { + "alias": "idf::app_update", + "target": "___idf_app_update", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/app_update", + "lib": "__idf_app_update", + "reqs": [ "partition_table", "bootloader_support", "esp_app_format", "esp_bootloader_format", "esp_partition" ], + "priv_reqs": [ "esptool_py", "efuse", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "bootloader": { + "alias": "idf::bootloader", + "target": "___idf_bootloader", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/bootloader", + "lib": "__idf_bootloader", + "reqs": [], + "priv_reqs": [ "partition_table", "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "bootloader_support": { + "alias": "idf::bootloader_support", + "target": "___idf_bootloader_support", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/bootloader_support", + "lib": "__idf_bootloader_support", + "reqs": [ "soc" ], + "priv_reqs": [ "micro-ecc", "spi_flash", "efuse", "esp_bootloader_format", "esp_app_format", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "bootloader_flash/include", "private_include" ] + }, + "bt": { + "alias": "idf::bt", + "target": "___idf_bt", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/bt", + "lib": "__idf_bt", + "reqs": [ "esp_timer", "esp_wifi" ], + "priv_reqs": [ "nvs_flash", "soc", "esp_pm", "esp_phy", "esp_coex", "mbedtls", "esp_driver_uart", "vfs", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "cmock": { + "alias": "idf::cmock", + "target": "___idf_cmock", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/cmock", + "lib": "__idf_cmock", + "reqs": [ "unity" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "CMock/src" ] + }, + "console": { + "alias": "idf::console", + "target": "___idf_console", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/console", + "lib": "__idf_console", + "reqs": [ "vfs", "esp_vfs_console" ], + "priv_reqs": [ "esp_driver_uart", "esp_driver_usb_serial_jtag" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader" ] + }, + "cxx": { + "alias": "idf::cxx", + "target": "___idf_cxx", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/cxx", + "lib": "__idf_cxx", + "reqs": [], + "priv_reqs": [ "pthread", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "driver": { + "alias": "idf::driver", + "target": "___idf_driver", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/driver", + "lib": "__idf_driver", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "efuse": { + "alias": "idf::efuse", + "target": "___idf_efuse", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/efuse", + "lib": "__idf_efuse", + "reqs": [], + "priv_reqs": [ "bootloader_support", "soc", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32c3/include" ] + }, + "esp-tls": { + "alias": "idf::esp-tls", + "target": "___idf_esp-tls", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp-tls", + "lib": "__idf_esp-tls", + "reqs": [ "mbedtls" ], + "priv_reqs": [ "http_parser", "esp_timer", "lwip" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader", "esp-tls-crypto" ] + }, + "esp_adc": { + "alias": "idf::esp_adc", + "target": "___idf_esp_adc", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_adc", + "lib": "__idf_esp_adc", + "reqs": [], + "priv_reqs": [ "driver", "esp_driver_gpio", "efuse", "esp_pm", "esp_ringbuf", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "interface", "esp32c3/include", "deprecated/include" ] + }, + "esp_app_format": { + "alias": "idf::esp_app_format", + "target": "___idf_esp_app_format", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_app_format", + "lib": "__idf_esp_app_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_bootloader_format": { + "alias": "idf::esp_bootloader_format", + "target": "___idf_esp_bootloader_format", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_bootloader_format", + "lib": "__idf_esp_bootloader_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_coex": { + "alias": "idf::esp_coex", + "target": "___idf_esp_coex", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_coex", + "lib": "__idf_esp_coex", + "reqs": [], + "priv_reqs": [ "esp_timer", "driver", "esp_event" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_common": { + "alias": "idf::esp_common", + "target": "___idf_esp_common", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_common", + "lib": "__idf_esp_common", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_ana_cmpr": { + "alias": "idf::esp_driver_ana_cmpr", + "target": "___idf_esp_driver_ana_cmpr", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr", + "lib": "__idf_esp_driver_ana_cmpr", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_cam": { + "alias": "idf::esp_driver_cam", + "target": "___idf_esp_driver_cam", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_cam", + "lib": "__idf_esp_driver_cam", + "reqs": [ "esp_driver_isp", "esp_mm" ], + "priv_reqs": [ "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "interface" ] + }, + "esp_driver_dac": { + "alias": "idf::esp_driver_dac", + "target": "___idf_esp_driver_dac", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_dac", + "lib": "__idf_esp_driver_dac", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "./include" ] + }, + "esp_driver_gpio": { + "alias": "idf::esp_driver_gpio", + "target": "___idf_esp_driver_gpio", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_gpio", + "lib": "__idf_esp_driver_gpio", + "reqs": [], + "priv_reqs": [ "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_gptimer": { + "alias": "idf::esp_driver_gptimer", + "target": "___idf_esp_driver_gptimer", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_gptimer", + "lib": "__idf_esp_driver_gptimer", + "reqs": [ "esp_pm" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_i2c": { + "alias": "idf::esp_driver_i2c", + "target": "___idf_esp_driver_i2c", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_i2c", + "lib": "__idf_esp_driver_i2c", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_pm", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_i2s": { + "alias": "idf::esp_driver_i2s", + "target": "___idf_esp_driver_i2s", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_i2s", + "lib": "__idf_esp_driver_i2s", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_pm", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_isp": { + "alias": "idf::esp_driver_isp", + "target": "___idf_esp_driver_isp", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_isp", + "lib": "__idf_esp_driver_isp", + "reqs": [ "esp_mm" ], + "priv_reqs": [ "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_jpeg": { + "alias": "idf::esp_driver_jpeg", + "target": "___idf_esp_driver_jpeg", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_jpeg", + "lib": "__idf_esp_driver_jpeg", + "reqs": [], + "priv_reqs": [ "esp_mm", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_ledc": { + "alias": "idf::esp_driver_ledc", + "target": "___idf_esp_driver_ledc", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_ledc", + "lib": "__idf_esp_driver_ledc", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_mcpwm": { + "alias": "idf::esp_driver_mcpwm", + "target": "___idf_esp_driver_mcpwm", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm", + "lib": "__idf_esp_driver_mcpwm", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_parlio": { + "alias": "idf::esp_driver_parlio", + "target": "___idf_esp_driver_parlio", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_parlio", + "lib": "__idf_esp_driver_parlio", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_pcnt": { + "alias": "idf::esp_driver_pcnt", + "target": "___idf_esp_driver_pcnt", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_pcnt", + "lib": "__idf_esp_driver_pcnt", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_ppa": { + "alias": "idf::esp_driver_ppa", + "target": "___idf_esp_driver_ppa", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_ppa", + "lib": "__idf_esp_driver_ppa", + "reqs": [], + "priv_reqs": [ "esp_mm", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_rmt": { + "alias": "idf::esp_driver_rmt", + "target": "___idf_esp_driver_rmt", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_rmt", + "lib": "__idf_esp_driver_rmt", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_sdio": { + "alias": "idf::esp_driver_sdio", + "target": "___idf_esp_driver_sdio", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_sdio", + "lib": "__idf_esp_driver_sdio", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_sdm": { + "alias": "idf::esp_driver_sdm", + "target": "___idf_esp_driver_sdm", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_sdm", + "lib": "__idf_esp_driver_sdm", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_sdmmc": { + "alias": "idf::esp_driver_sdmmc", + "target": "___idf_esp_driver_sdmmc", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc", + "lib": "__idf_esp_driver_sdmmc", + "reqs": [ "sdmmc", "esp_driver_gpio" ], + "priv_reqs": [ "esp_timer", "esp_pm", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_sdspi": { + "alias": "idf::esp_driver_sdspi", + "target": "___idf_esp_driver_sdspi", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_sdspi", + "lib": "__idf_esp_driver_sdspi", + "reqs": [ "sdmmc", "esp_driver_spi", "esp_driver_gpio" ], + "priv_reqs": [ "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_spi": { + "alias": "idf::esp_driver_spi", + "target": "___idf_esp_driver_spi", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_spi", + "lib": "__idf_esp_driver_spi", + "reqs": [ "esp_pm" ], + "priv_reqs": [ "esp_timer", "esp_mm", "esp_driver_gpio", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_touch_sens": { + "alias": "idf::esp_driver_touch_sens", + "target": "___idf_esp_driver_touch_sens", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_touch_sens", + "lib": "__idf_esp_driver_touch_sens", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "esp_driver_tsens": { + "alias": "idf::esp_driver_tsens", + "target": "___idf_esp_driver_tsens", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_tsens", + "lib": "__idf_esp_driver_tsens", + "reqs": [], + "priv_reqs": [ "efuse" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_uart": { + "alias": "idf::esp_driver_uart", + "target": "___idf_esp_driver_uart", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_uart", + "lib": "__idf_esp_driver_uart", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_usb_serial_jtag": { + "alias": "idf::esp_driver_usb_serial_jtag", + "target": "___idf_esp_driver_usb_serial_jtag", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag", + "lib": "__idf_esp_driver_usb_serial_jtag", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_ringbuf", "esp_pm", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_eth": { + "alias": "idf::esp_eth", + "target": "___idf_esp_eth", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_eth", + "lib": "__idf_esp_eth", + "reqs": [ "esp_event" ], + "priv_reqs": [ "log", "esp_timer", "esp_driver_spi", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "esp_event": { + "alias": "idf::esp_event", + "target": "___idf_esp_event", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_event", + "lib": "__idf_esp_event", + "reqs": [ "log", "esp_common", "freertos" ], + "priv_reqs": [ "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_gdbstub": { + "alias": "idf::esp_gdbstub", + "target": "___idf_esp_gdbstub", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_gdbstub", + "lib": "__idf_esp_gdbstub", + "reqs": [ "freertos" ], + "priv_reqs": [ "soc", "esp_rom", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_hid": { + "alias": "idf::esp_hid", + "target": "___idf_esp_hid", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_hid", + "lib": "__idf_esp_hid", + "reqs": [ "esp_event", "bt" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_http_client": { + "alias": "idf::esp_http_client", + "target": "___idf_esp_http_client", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_http_client", + "lib": "__idf_esp_http_client", + "reqs": [ "lwip", "esp_event" ], + "priv_reqs": [ "tcp_transport", "http_parser" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_http_server": { + "alias": "idf::esp_http_server", + "target": "___idf_esp_http_server", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_http_server", + "lib": "__idf_esp_http_server", + "reqs": [ "http_parser", "esp_event" ], + "priv_reqs": [ "mbedtls", "lwip", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_https_ota": { + "alias": "idf::esp_https_ota", + "target": "___idf_esp_https_ota", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_https_ota", + "lib": "__idf_esp_https_ota", + "reqs": [ "esp_http_client", "bootloader_support", "esp_app_format", "esp_event" ], + "priv_reqs": [ "log", "app_update" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_https_server": { + "alias": "idf::esp_https_server", + "target": "___idf_esp_https_server", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_https_server", + "lib": "__idf_esp_https_server", + "reqs": [ "esp_http_server", "esp-tls", "esp_event" ], + "priv_reqs": [ "lwip" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_hw_support": { + "alias": "idf::esp_hw_support", + "target": "___idf_esp_hw_support", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_hw_support", + "lib": "__idf_esp_hw_support", + "reqs": [ "soc" ], + "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "esp_security", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/soc", "include/soc/esp32c3", "dma/include", "ldo/include", "debug_probe/include" ] + }, + "esp_lcd": { + "alias": "idf::esp_lcd", + "target": "___idf_esp_lcd", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_lcd", + "lib": "__idf_esp_lcd", + "reqs": [ "driver", "esp_driver_gpio", "esp_driver_i2c", "esp_driver_spi" ], + "priv_reqs": [ "esp_mm", "esp_psram", "esp_pm", "esp_driver_i2s" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "interface" ] + }, + "esp_local_ctrl": { + "alias": "idf::esp_local_ctrl", + "target": "___idf_esp_local_ctrl", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_local_ctrl", + "lib": "__idf_esp_local_ctrl", + "reqs": [ "protocomm", "esp_https_server" ], + "priv_reqs": [ "protobuf-c" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_mm": { + "alias": "idf::esp_mm", + "target": "___idf_esp_mm", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_mm", + "lib": "__idf_esp_mm", + "reqs": [], + "priv_reqs": [ "heap", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_netif": { + "alias": "idf::esp_netif", + "target": "___idf_esp_netif", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_netif", + "lib": "__idf_esp_netif", + "reqs": [ "esp_event" ], + "priv_reqs": [ "esp_netif_stack" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_netif_stack": { + "alias": "idf::esp_netif_stack", + "target": "___idf_esp_netif_stack", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_netif_stack", + "lib": "__idf_esp_netif_stack", + "reqs": [ "lwip" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "esp_partition": { + "alias": "idf::esp_partition", + "target": "___idf_esp_partition", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_partition", + "lib": "__idf_esp_partition", + "reqs": [ "spi_flash" ], + "priv_reqs": [ "bootloader_support" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_phy": { + "alias": "idf::esp_phy", + "target": "___idf_esp_phy", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_phy", + "lib": "__idf_esp_phy", + "reqs": [], + "priv_reqs": [ "nvs_flash", "driver", "efuse", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32c3/include" ] + }, + "esp_pm": { + "alias": "idf::esp_pm", + "target": "___idf_esp_pm", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_pm", + "lib": "__idf_esp_pm", + "reqs": [], + "priv_reqs": [ "esp_system", "esp_driver_gpio", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_psram": { + "alias": "idf::esp_psram", + "target": "___idf_esp_psram", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_psram", + "lib": "__idf_esp_psram", + "reqs": [], + "priv_reqs": [ "heap", "spi_flash", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_ringbuf": { + "alias": "idf::esp_ringbuf", + "target": "___idf_esp_ringbuf", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_ringbuf", + "lib": "__idf_esp_ringbuf", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_rom": { + "alias": "idf::esp_rom", + "target": "___idf_esp_rom", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_rom", + "lib": "__idf_esp_rom", + "reqs": [], + "priv_reqs": [ "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32c3/include", "esp32c3/include/esp32c3", "esp32c3" ] + }, + "esp_security": { + "alias": "idf::esp_security", + "target": "___idf_esp_security", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_security", + "lib": "__idf_esp_security", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_system": { + "alias": "idf::esp_system", + "target": "___idf_esp_system", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_system", + "lib": "__idf_esp_system", + "reqs": [ "spi_flash" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "esp_timer": { + "alias": "idf::esp_timer", + "target": "___idf_esp_timer", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_timer", + "lib": "__idf_esp_timer", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_vfs_console": { + "alias": "idf::esp_vfs_console", + "target": "___idf_esp_vfs_console", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_vfs_console", + "lib": "__idf_esp_vfs_console", + "reqs": [], + "priv_reqs": [ "vfs", "esp_driver_uart", "esp_driver_usb_serial_jtag" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_wifi": { + "alias": "idf::esp_wifi", + "target": "___idf_esp_wifi", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_wifi", + "lib": "__idf_esp_wifi", + "reqs": [ "esp_event", "esp_phy", "esp_netif" ], + "priv_reqs": [ "driver", "esptool_py", "esp_pm", "esp_timer", "nvs_flash", "wpa_supplicant", "hal", "lwip", "esp_coex" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/local", "wifi_apps/include", "wifi_apps/nan_app/include" ] + }, + "espcoredump": { + "alias": "idf::espcoredump", + "target": "___idf_espcoredump", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/espcoredump", + "lib": "__idf_espcoredump", + "reqs": [], + "priv_reqs": [ "esp_partition", "spi_flash", "bootloader_support", "mbedtls", "esp_rom", "soc", "esp_system", "esp_driver_gpio", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esptool_py": { + "alias": "idf::esptool_py", + "target": "___idf_esptool_py", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esptool_py", + "lib": "__idf_esptool_py", + "reqs": [ "bootloader" ], + "priv_reqs": [ "partition_table" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "fatfs": { + "alias": "idf::fatfs", + "target": "___idf_fatfs", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/fatfs", + "lib": "__idf_fatfs", + "reqs": [ "wear_levelling", "sdmmc", "esp_driver_sdmmc", "esp_driver_sdspi" ], + "priv_reqs": [ "vfs", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "diskio", "src", "vfs" ] + }, + "freertos": { + "alias": "idf::freertos", + "target": "___idf_freertos", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/freertos", + "lib": "__idf_freertos", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "hal": { + "alias": "idf::hal", + "target": "___idf_hal", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/hal", + "lib": "__idf_hal", + "reqs": [ "soc", "esp_rom" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "platform_port/include", "esp32c3/include", "include" ] + }, + "heap": { + "alias": "idf::heap", + "target": "___idf_heap", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/heap", + "lib": "__idf_heap", + "reqs": [], + "priv_reqs": [ "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "tlsf" ] + }, + "http_parser": { + "alias": "idf::http_parser", + "target": "___idf_http_parser", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/http_parser", + "lib": "__idf_http_parser", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "." ] + }, + "idf_test": { + "alias": "idf::idf_test", + "target": "___idf_idf_test", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/idf_test", + "lib": "__idf_idf_test", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/esp32c3" ] + }, + "ieee802154": { + "alias": "idf::ieee802154", + "target": "___idf_ieee802154", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/ieee802154", + "lib": "__idf_ieee802154", + "reqs": [], + "priv_reqs": [ "esp_phy", "driver", "esp_timer", "esp_coex", "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "json": { + "alias": "idf::json", + "target": "___idf_json", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/json", + "lib": "__idf_json", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "cJSON" ] + }, + "linux": { + "alias": "idf::linux", + "target": "___idf_linux", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/linux", + "lib": "__idf_linux", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "cJSON" ] + }, + "log": { + "alias": "idf::log", + "target": "___idf_log", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/log", + "lib": "__idf_log", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "lwip": { + "alias": "idf::lwip", + "target": "___idf_lwip", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/lwip", + "lib": "__idf_lwip", + "reqs": [], + "priv_reqs": [ "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "mbedtls": { + "alias": "idf::mbedtls", + "target": "___idf_mbedtls", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/mbedtls", + "lib": "__idf_mbedtls", + "reqs": [], + "priv_reqs": [ "soc", "esp_hw_support" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "port/include", "mbedtls/include", "mbedtls/library" ] + }, + "mqtt": { + "alias": "idf::mqtt", + "target": "___idf_mqtt", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/mqtt", + "lib": "__idf_mqtt", + "reqs": [ "esp_event", "tcp_transport" ], + "priv_reqs": [ "esp_timer", "http_parser", "esp_hw_support", "heap" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/include" ] + }, + "newlib": { + "alias": "idf::newlib", + "target": "___idf_newlib", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/newlib", + "lib": "__idf_newlib", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "platform_include" ] + }, + "nvs_flash": { + "alias": "idf::nvs_flash", + "target": "___idf_nvs_flash", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/nvs_flash", + "lib": "__idf_nvs_flash", + "reqs": [ "esp_partition" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "nvs_sec_provider": { + "alias": "idf::nvs_sec_provider", + "target": "___idf_nvs_sec_provider", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/nvs_sec_provider", + "lib": "__idf_nvs_sec_provider", + "reqs": [], + "priv_reqs": [ "bootloader_support", "efuse", "esp_partition", "nvs_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "openthread": { + "alias": "idf::openthread", + "target": "___idf_openthread", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/openthread", + "lib": "__idf_openthread", + "reqs": [ "esp_netif", "lwip", "esp_driver_uart", "driver" ], + "priv_reqs": [ "console", "esp_event", "esp_partition", "esp_timer", "ieee802154", "mbedtls", "nvs_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "partition_table": { + "alias": "idf::partition_table", + "target": "___idf_partition_table", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/partition_table", + "lib": "__idf_partition_table", + "reqs": [], + "priv_reqs": [ "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "perfmon": { + "alias": "idf::perfmon", + "target": "___idf_perfmon", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/perfmon", + "lib": "__idf_perfmon", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "protobuf-c": { + "alias": "idf::protobuf-c", + "target": "___idf_protobuf-c", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/protobuf-c", + "lib": "__idf_protobuf-c", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "protobuf-c" ] + }, + "protocomm": { + "alias": "idf::protocomm", + "target": "___idf_protocomm", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/protocomm", + "lib": "__idf_protocomm", + "reqs": [ "bt" ], + "priv_reqs": [ "protobuf-c", "mbedtls", "console", "esp_http_server", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include/common", "include/security", "include/transports", "include/crypto/srp6a", "proto-c" ] + }, + "pthread": { + "alias": "idf::pthread", + "target": "___idf_pthread", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/pthread", + "lib": "__idf_pthread", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "riscv": { + "alias": "idf::riscv", + "target": "___idf_riscv", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/riscv", + "lib": "__idf_riscv", + "reqs": [], + "priv_reqs": [ "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "rt": { + "alias": "idf::rt", + "target": "___idf_rt", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/rt", + "lib": "__idf_rt", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "sdmmc": { + "alias": "idf::sdmmc", + "target": "___idf_sdmmc", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/sdmmc", + "lib": "__idf_sdmmc", + "reqs": [], + "priv_reqs": [ "soc", "esp_timer", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "soc": { + "alias": "idf::soc", + "target": "___idf_soc", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/soc", + "lib": "__idf_soc", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32c3", "esp32c3/include", "esp32c3/register" ] + }, + "spi_flash": { + "alias": "idf::spi_flash", + "target": "___idf_spi_flash", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/spi_flash", + "lib": "__idf_spi_flash", + "reqs": [ "hal" ], + "priv_reqs": [ "bootloader_support", "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "spiffs": { + "alias": "idf::spiffs", + "target": "___idf_spiffs", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/spiffs", + "lib": "__idf_spiffs", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "bootloader_support", "esptool_py", "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "tcp_transport": { + "alias": "idf::tcp_transport", + "target": "___idf_tcp_transport", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/tcp_transport", + "lib": "__idf_tcp_transport", + "reqs": [ "esp-tls", "lwip", "esp_timer" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "touch_element": { + "alias": "idf::touch_element", + "target": "___idf_touch_element", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/touch_element", + "lib": "__idf_touch_element", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "ulp": { + "alias": "idf::ulp", + "target": "___idf_ulp", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/ulp", + "lib": "__idf_ulp", + "reqs": [ "driver", "esp_adc" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "unity": { + "alias": "idf::unity", + "target": "___idf_unity", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/unity", + "lib": "__idf_unity", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "unity/src" ] + }, + "usb": { + "alias": "idf::usb", + "target": "___idf_usb", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/usb", + "lib": "__idf_usb", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "vfs": { + "alias": "idf::vfs", + "target": "___idf_vfs", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/vfs", + "lib": "__idf_vfs", + "reqs": [], + "priv_reqs": [ "esp_timer", "esp_driver_uart", "esp_driver_usb_serial_jtag", "esp_vfs_console" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wear_levelling": { + "alias": "idf::wear_levelling", + "target": "___idf_wear_levelling", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/wear_levelling", + "lib": "__idf_wear_levelling", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wifi_provisioning": { + "alias": "idf::wifi_provisioning", + "target": "___idf_wifi_provisioning", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/wifi_provisioning", + "lib": "__idf_wifi_provisioning", + "reqs": [ "lwip", "protocomm" ], + "priv_reqs": [ "protobuf-c", "bt", "json", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wpa_supplicant": { + "alias": "idf::wpa_supplicant", + "target": "___idf_wpa_supplicant", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/wpa_supplicant", + "lib": "__idf_wpa_supplicant", + "reqs": [], + "priv_reqs": [ "mbedtls", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "port/include", "esp_supplicant/include" ] }, "xtensa": { "alias": "idf::xtensa", "target": "___idf_xtensa", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/xtensa", - "type": "LIBRARY", + "dir": "/home/abobkov/esp/esp-idf/components/xtensa", "lib": "__idf_xtensa", "reqs": [], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/esp-idf/xtensa/libxtensa.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/xtensa/eri.c", "C:/Users/alex/esp/esp-idf/components/xtensa/xt_trax.c" ], - "include_dirs": [ "include", "esp32/include" ] + "include_dirs": [ "include", "port/include", "esp_supplicant/include" ] + }, + "main": { + "alias": "idf::main", + "target": "___idf_main", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/bootloader/subproject/main", + "lib": "__idf_main", + "reqs": [ "bootloader", "bootloader_support" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "micro-ecc": { + "alias": "idf::micro-ecc", + "target": "___idf_micro-ecc", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc", + "lib": "__idf_micro-ecc", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ ".", "micro-ecc" ] } }, "debug_prefix_map_gdbinit": "" diff --git a/ESP32-IDF_ePaper/build/bootloader/project_elf_src_esp32.c b/ESP32-IDF_ePaper/build/bootloader/project_elf_src_esp32.c deleted file mode 100644 index e69de29bb..000000000 diff --git a/ESP32-IDF_ePaper/build/CMakeFiles/bootloader-complete b/ESP32-IDF_ePaper/build/bootloader/project_elf_src_esp32c3.c similarity index 100% rename from ESP32-IDF_ePaper/build/CMakeFiles/bootloader-complete rename to ESP32-IDF_ePaper/build/bootloader/project_elf_src_esp32c3.c diff --git a/ESP32-IDF_ePaper/build/build.ninja b/ESP32-IDF_ePaper/build/build.ninja index b337710ef..a970c4662 100644 --- a/ESP32-IDF_ePaper/build/build.ninja +++ b/ESP32-IDF_ePaper/build/build.ninja @@ -1,5 +1,5 @@ # CMAKE generated file: DO NOT EDIT! -# Generated by "Ninja" Generator, CMake Version 3.24 +# Generated by "Ninja" Generator, CMake Version 3.30 # This file contains all the build statements describing the # compilation DAG. @@ -34,7 +34,7 @@ include CMakeFiles/rules.ninja ############################################# # Logical path to working directory; prefix for absolute paths. -cmake_ninja_workdir = C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/ +cmake_ninja_workdir = /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/ ############################################# # Utility command for menuconfig @@ -78,10 +78,16 @@ build app: phony CMakeFiles/app esp-idf/esptool_py/app_check_size gen_project_bi build erase_flash: phony CMakeFiles/erase_flash +############################################# +# Utility command for merge-bin + +build merge-bin: phony CMakeFiles/merge-bin bootloader gen_project_binary + + ############################################# # Utility command for monitor -build monitor: phony CMakeFiles/monitor +build monitor: phony CMakeFiles/monitor ESP32-IDF_ePaper.elf ############################################# @@ -99,7 +105,7 @@ build encrypted-flash: phony CMakeFiles/encrypted-flash ############################################# # Utility command for _project_elf_src -build _project_elf_src: phony CMakeFiles/_project_elf_src project_elf_src_esp32.c +build _project_elf_src: phony CMakeFiles/_project_elf_src project_elf_src_esp32c3.c # ============================================================================= # Object build statements for EXECUTABLE target ESP32-IDF_ePaper.elf @@ -108,16 +114,16 @@ build _project_elf_src: phony CMakeFiles/_project_elf_src project_elf_src_esp32. ############################################# # Order-only phony target for ESP32-IDF_ePaper.elf -build cmake_object_order_depends_target_ESP32-IDF_ePaper.elf: phony || _project_elf_src cmake_object_order_depends_target___idf_app_trace cmake_object_order_depends_target___idf_cmock cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_esp_hid cmake_object_order_depends_target___idf_esp_lcd cmake_object_order_depends_target___idf_esp_local_ctrl cmake_object_order_depends_target___idf_espcoredump cmake_object_order_depends_target___idf_espressif__led_strip cmake_object_order_depends_target___idf_fatfs cmake_object_order_depends_target___idf_json cmake_object_order_depends_target___idf_main cmake_object_order_depends_target___idf_mqtt cmake_object_order_depends_target___idf_perfmon cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_sdmmc cmake_object_order_depends_target___idf_spiffs cmake_object_order_depends_target___idf_unity cmake_object_order_depends_target___idf_wear_levelling cmake_object_order_depends_target___idf_wifi_provisioning cmake_object_order_depends_target___idf_xtensa esp-idf/esp_system/__ldgen_output_sections.ld project_elf_src_esp32.c +build cmake_object_order_depends_target_ESP32-IDF_ePaper.elf: phony || _project_elf_src cmake_object_order_depends_target___idf_app_trace cmake_object_order_depends_target___idf_cmock cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_esp_driver_cam cmake_object_order_depends_target___idf_esp_eth cmake_object_order_depends_target___idf_esp_hid cmake_object_order_depends_target___idf_esp_https_server cmake_object_order_depends_target___idf_esp_lcd cmake_object_order_depends_target___idf_esp_local_ctrl cmake_object_order_depends_target___idf_espcoredump cmake_object_order_depends_target___idf_espressif__led_strip cmake_object_order_depends_target___idf_fatfs cmake_object_order_depends_target___idf_json cmake_object_order_depends_target___idf_main cmake_object_order_depends_target___idf_mqtt cmake_object_order_depends_target___idf_nvs_sec_provider cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_riscv cmake_object_order_depends_target___idf_rt cmake_object_order_depends_target___idf_spiffs cmake_object_order_depends_target___idf_unity cmake_object_order_depends_target___idf_wear_levelling cmake_object_order_depends_target___idf_wifi_provisioning esp-idf/esp_system/__ldgen_output_sections.ld project_elf_src_esp32c3.c -build CMakeFiles/ESP32-IDF_ePaper.elf.dir/project_elf_src_esp32.c.obj: C_COMPILER__ESP32-IDF_ePaper.2eelf_ C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/project_elf_src_esp32.c || cmake_object_order_depends_target_ESP32-IDF_ePaper.elf - DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H - DEP_FILE = CMakeFiles\ESP32-IDF_ePaper.elf.dir\project_elf_src_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always - INCLUDES = -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/app_trace/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/esp-idf/components/esp_psram/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/idf_test/include -IC:/Users/alex/esp/esp-idf/components/idf_test/include/esp32 -IC:/Users/alex/esp/esp-idf/components/ieee802154/include -IC:/Users/alex/esp/esp-idf/components/json/cJSON -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/esp-idf/components/perfmon/include -IC:/Users/alex/esp/esp-idf/components/spiffs/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/interface -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/main - OBJECT_DIR = CMakeFiles\ESP32-IDF_ePaper.elf.dir - OBJECT_FILE_DIR = CMakeFiles\ESP32-IDF_ePaper.elf.dir - TARGET_COMPILE_PDB = CMakeFiles\ESP32-IDF_ePaper.elf.dir\ +build CMakeFiles/ESP32-IDF_ePaper.elf.dir/project_elf_src_esp32c3.c.obj: C_COMPILER__ESP32-IDF_ePaper.2eelf_unscanned_ /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/project_elf_src_esp32c3.c || cmake_object_order_depends_target_ESP32-IDF_ePaper.elf + DEFINES = -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H + DEP_FILE = CMakeFiles/ESP32-IDF_ePaper.elf.dir/project_elf_src_esp32c3.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always + INCLUDES = -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/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_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/app_update/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/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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_security/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/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/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_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_vfs_console/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_driver_isp/include -I/home/abobkov/esp/esp-idf/components/esp_driver_cam/include -I/home/abobkov/esp/esp-idf/components/esp_driver_cam/interface -I/home/abobkov/esp/esp-idf/components/esp_driver_jpeg/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ppa/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_https_server/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/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/rt/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/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/interface -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main + OBJECT_DIR = CMakeFiles/ESP32-IDF_ePaper.elf.dir + OBJECT_FILE_DIR = CMakeFiles/ESP32-IDF_ePaper.elf.dir + TARGET_COMPILE_PDB = CMakeFiles/ESP32-IDF_ePaper.elf.dir/ TARGET_PDB = ESP32-IDF_ePaper.elf.pdb @@ -128,18 +134,17 @@ build CMakeFiles/ESP32-IDF_ePaper.elf.dir/project_elf_src_esp32.c.obj: C_COMPILE ############################################# # Link the executable ESP32-IDF_ePaper.elf -build ESP32-IDF_ePaper.elf: CXX_EXECUTABLE_LINKER__ESP32-IDF_ePaper.2eelf_ CMakeFiles/ESP32-IDF_ePaper.elf.dir/project_elf_src_esp32.c.obj | esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/app_trace/libapp_trace.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/unity/libunity.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/sdmmc/libsdmmc.a esp-idf/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/perfmon/libperfmon.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/main/libmain.a esp-idf/app_trace/libapp_trace.a esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/unity/libunity.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/sdmmc/libsdmmc.a esp-idf/mqtt/libmqtt.a esp-idf/perfmon/libperfmon.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/protocomm/libprotocomm.a esp-idf/console/libconsole.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/json/libjson.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libespnow.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libespnow.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libespnow.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libespnow.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libespnow.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libwapi.a C$:/Users/alex/esp/esp-idf/components/xtensa/esp32/libxt_hal.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_system/ld/memory.ld esp-idf/esp_system/ld/sections.ld C$:/Users/alex/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld C$:/Users/alex/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.api.ld C$:/Users/alex/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld C$:/Users/alex/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-data.ld C$:/Users/alex/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.syscalls.ld C$:/Users/alex/esp/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-funcs.ld C$:/Users/alex/esp/esp-idf/components/soc/esp32/ld/esp32.peripherals.ld || _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/main/libmain.a esp-idf/mqtt/libmqtt.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/sdmmc/libsdmmc.a esp-idf/spiffs/libspiffs.a esp-idf/unity/libunity.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/xtensa/libxtensa.a - FLAGS = -mlongcalls -Wno-frame-address - LINK_FLAGS = -Wl,--cref -Wl,--defsym=IDF_TARGET_ESP32=0 -Wl,--Map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/ESP32-IDF_ePaper.map -Wl,--no-warn-rwx-segments -fno-rtti -fno-lto -Wl,--gc-sections -Wl,--warn-common -T esp32.peripherals.ld -T esp32.rom.ld -T esp32.rom.api.ld -T esp32.rom.libgcc.ld -T esp32.rom.newlib-data.ld -T esp32.rom.syscalls.ld -T esp32.rom.newlib-funcs.ld -T memory.ld -T sections.ld - LINK_LIBRARIES = esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/app_trace/libapp_trace.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/unity/libunity.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/sdmmc/libsdmmc.a esp-idf/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/perfmon/libperfmon.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/main/libmain.a esp-idf/app_trace/libapp_trace.a esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/unity/libunity.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/sdmmc/libsdmmc.a esp-idf/mqtt/libmqtt.a esp-idf/perfmon/libperfmon.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/protocomm/libprotocomm.a esp-idf/console/libconsole.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/json/libjson.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libespnow.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libespnow.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libespnow.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libespnow.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libwapi.a esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libcore.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libespnow.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libmesh.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libnet80211.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libpp.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libsmartconfig.a C:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32/libwapi.a C:/Users/alex/esp/esp-idf/components/xtensa/esp32/libxt_hal.a -u esp_app_desc -u pthread_include_pthread_impl -u pthread_include_pthread_cond_var_impl -u pthread_include_pthread_local_storage_impl -u pthread_include_pthread_rwlock_impl -u pthread_include_pthread_semaphore_impl -u ld_include_highint_hdl -u start_app -u start_app_other_cores -u __ubsan_include -Wl,--wrap=longjmp -u __assert_func -u esp_dport_access_reg_read -Wl,--undefined=uxTopUsedPriority -Wl,--undefined=FreeRTOS_openocd_params -u app_main -lc -lm esp-idf/newlib/libnewlib.a -u newlib_include_heap_impl -u newlib_include_syscalls_impl -u newlib_include_pthread_impl -u newlib_include_assert_impl -Wl,--wrap=_Unwind_SetEnableExceptionFdeSorting -Wl,--wrap=__register_frame_info_bases -Wl,--wrap=__register_frame_info -Wl,--wrap=__register_frame -Wl,--wrap=__register_frame_info_table_bases -Wl,--wrap=__register_frame_info_table -Wl,--wrap=__register_frame_table -Wl,--wrap=__deregister_frame_info_bases -Wl,--wrap=__deregister_frame_info -Wl,--wrap=_Unwind_Find_FDE -Wl,--wrap=_Unwind_GetGR -Wl,--wrap=_Unwind_GetCFA -Wl,--wrap=_Unwind_GetIP -Wl,--wrap=_Unwind_GetIPInfo -Wl,--wrap=_Unwind_GetRegionStart -Wl,--wrap=_Unwind_GetDataRelBase -Wl,--wrap=_Unwind_GetTextRelBase -Wl,--wrap=_Unwind_SetIP -Wl,--wrap=_Unwind_SetGR -Wl,--wrap=_Unwind_GetLanguageSpecificData -Wl,--wrap=_Unwind_FindEnclosingFunction -Wl,--wrap=_Unwind_Resume -Wl,--wrap=_Unwind_RaiseException -Wl,--wrap=_Unwind_DeleteException -Wl,--wrap=_Unwind_ForcedUnwind -Wl,--wrap=_Unwind_Resume_or_Rethrow -Wl,--wrap=_Unwind_Backtrace -Wl,--wrap=__cxa_call_unexpected -Wl,--wrap=__gxx_personality_v0 -u __cxa_guard_dummy -lstdc++ esp-idf/pthread/libpthread.a -lgcc esp-idf/cxx/libcxx.a -u __cxx_fatal_exception -u include_esp_phy_override -lphy -lrtc esp-idf/esp_phy/libesp_phy.a -lphy -lrtc esp-idf/esp_phy/libesp_phy.a -lphy -lrtc -u vfs_include_syscalls_impl - LINK_PATH = -LC:/Users/alex/esp/esp-idf/components/soc/esp32/ld -LC:/Users/alex/esp/esp-idf/components/esp_rom/esp32/ld -LC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld -LC:/Users/alex/esp/esp-idf/components/esp_phy/lib/esp32 -LC:/Users/alex/esp/esp-idf/components/esp_wifi/lib/esp32 - OBJECT_DIR = CMakeFiles\ESP32-IDF_ePaper.elf.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = CMakeFiles\ESP32-IDF_ePaper.elf.dir\ +build ESP32-IDF_ePaper.elf: CXX_EXECUTABLE_LINKER__ESP32-IDF_ePaper.2eelf_ CMakeFiles/ESP32-IDF_ePaper.elf.dir/project_elf_src_esp32c3.c.obj | esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/app_trace/libapp_trace.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/unity/libunity.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/main/libmain.a esp-idf/app_trace/libapp_trace.a esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/unity/libunity.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/espcoredump/libespcoredump.a esp-idf/fatfs/libfatfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/protocomm/libprotocomm.a esp-idf/console/libconsole.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/json/libjson.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/pthread/libpthread.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_phy/libesp_phy.a /home/abobkov/esp/esp-idf/components/riscv/ld/rom.api.ld esp-idf/esp_system/ld/memory.ld esp-idf/esp_system/ld/sections.ld /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.ld /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.api.ld /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.bt_funcs.ld /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.libgcc.ld /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.version.ld /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.eco3.ld /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.eco3_bt_funcs.ld /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.newlib.ld /home/abobkov/esp/esp-idf/components/soc/esp32c3/ld/esp32c3.peripherals.ld || _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/main/libmain.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/unity/libunity.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a + FLAGS = -march=rv32imc_zicsr_zifencei + LINK_FLAGS = -nostartfiles -march=rv32imc_zicsr_zifencei --specs=nosys.specs -Wl,--cref -Wl,--defsym=IDF_TARGET_ESP32C3=0 -Wl,--Map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/ESP32-IDF_ePaper.map -Wl,--no-warn-rwx-segments -Wl,--orphan-handling=warn -fno-rtti -fno-lto -Wl,--gc-sections -Wl,--warn-common -T rom.api.ld -T esp32c3.peripherals.ld -T esp32c3.rom.ld -T esp32c3.rom.api.ld -T esp32c3.rom.bt_funcs.ld -T esp32c3.rom.libgcc.ld -T esp32c3.rom.version.ld -T esp32c3.rom.eco3.ld -T esp32c3.rom.eco3_bt_funcs.ld -T esp32c3.rom.newlib.ld -T memory.ld -T sections.ld + LINK_LIBRARIES = esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/app_trace/libapp_trace.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/unity/libunity.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/main/libmain.a esp-idf/app_trace/libapp_trace.a esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/unity/libunity.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/espcoredump/libespcoredump.a -u esp_system_include_coredump_init esp-idf/fatfs/libfatfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a -u nvs_sec_provider_include_impl esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/protocomm/libprotocomm.a esp-idf/console/libconsole.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/json/libjson.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libcore.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libespnow.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libmesh.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libnet80211.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libpp.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libsmartconfig.a /home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3/libwapi.a -u esp_app_desc -u esp_efuse_startup_include_func -u start_app -u __ubsan_include -u esp_system_include_startup_funcs -u __assert_func -u esp_security_init_include_impl -u esp_sleep_gpio_include -Wl,--undefined=FreeRTOS_openocd_params -u app_main -lc -lm -u newlib_include_heap_impl -u newlib_include_syscalls_impl -u newlib_include_pthread_impl -u newlib_include_assert_impl -u newlib_include_getentropy_impl -u newlib_include_init_funcs -u pthread_include_pthread_impl -u pthread_include_pthread_cond_var_impl -u pthread_include_pthread_local_storage_impl -u pthread_include_pthread_rwlock_impl -u pthread_include_pthread_semaphore_impl -Wl,--wrap=__register_frame_info_bases -Wl,--wrap=__register_frame_info -Wl,--wrap=__register_frame -Wl,--wrap=__register_frame_info_table_bases -Wl,--wrap=__register_frame_info_table -Wl,--wrap=__register_frame_table -Wl,--wrap=__deregister_frame_info_bases -Wl,--wrap=__deregister_frame_info -Wl,--wrap=_Unwind_Find_FDE -Wl,--wrap=_Unwind_GetGR -Wl,--wrap=_Unwind_GetCFA -Wl,--wrap=_Unwind_GetIP -Wl,--wrap=_Unwind_GetIPInfo -Wl,--wrap=_Unwind_GetRegionStart -Wl,--wrap=_Unwind_GetDataRelBase -Wl,--wrap=_Unwind_GetTextRelBase -Wl,--wrap=_Unwind_SetIP -Wl,--wrap=_Unwind_SetGR -Wl,--wrap=_Unwind_GetLanguageSpecificData -Wl,--wrap=_Unwind_FindEnclosingFunction -Wl,--wrap=_Unwind_Resume -Wl,--wrap=_Unwind_RaiseException -Wl,--wrap=_Unwind_DeleteException -Wl,--wrap=_Unwind_ForcedUnwind -Wl,--wrap=_Unwind_Resume_or_Rethrow -Wl,--wrap=_Unwind_Backtrace -Wl,--wrap=__cxa_call_unexpected -Wl,--wrap=__gxx_personality_v0 -Wl,--wrap=__cxa_throw -Wl,--wrap=__cxa_allocate_exception -u __cxa_guard_dummy -u __cxx_init_dummy -lstdc++ esp-idf/pthread/libpthread.a esp-idf/newlib/libnewlib.a -lgcc esp-idf/cxx/libcxx.a -u __cxx_fatal_exception -u esp_timer_init_include_func -u uart_vfs_include_dev_init -u usb_serial_jtag_vfs_include_dev_init -u usb_serial_jtag_connection_monitor_include -u include_esp_phy_override -lphy -lbtbb esp-idf/esp_phy/libesp_phy.a -lphy -lbtbb esp-idf/esp_phy/libesp_phy.a -lphy -lbtbb -u esp_vfs_include_console_register -u vfs_include_syscalls_impl -u esp_vfs_include_nullfs_register + LINK_PATH = -L/home/abobkov/esp/esp-idf/components/riscv/ld -L/home/abobkov/esp/esp-idf/components/soc/esp32c3/ld -L/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld -L/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld -L/home/abobkov/esp/esp-idf/components/esp_phy/lib/esp32c3 -L/home/abobkov/esp/esp-idf/components/esp_wifi/lib/esp32c3 + OBJECT_DIR = CMakeFiles/ESP32-IDF_ePaper.elf.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = CMakeFiles/ESP32-IDF_ePaper.elf.dir/ TARGET_FILE = ESP32-IDF_ePaper.elf TARGET_PDB = ESP32-IDF_ePaper.elf.pdb - RSP_FILE = CMakeFiles\ESP32-IDF_ePaper.elf.rsp ############################################# @@ -161,24 +166,23 @@ build size-components: phony CMakeFiles/size-components ############################################# -# Utility command for uf2-app +# Utility command for uf2 -build uf2-app: phony CMakeFiles/uf2-app gen_project_binary +build uf2: phony CMakeFiles/uf2 ############################################# -# Utility command for uf2 +# Utility command for uf2-app -build uf2: phony CMakeFiles/uf2 bootloader gen_project_binary +build uf2-app: phony CMakeFiles/uf2-app ############################################# # Utility command for edit_cache build CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build edit_cache: phony CMakeFiles/edit_cache.util @@ -188,7 +192,7 @@ build edit_cache: phony CMakeFiles/edit_cache.util # Utility command for rebuild_cache build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -206,7 +210,7 @@ build list_install_components: phony # Utility command for install build CMakeFiles/install.util: CUSTOM_COMMAND all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -218,7 +222,7 @@ build install: phony CMakeFiles/install.util # Utility command for install/local build CMakeFiles/install/local.util: CUSTOM_COMMAND all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -230,7 +234,7 @@ build install/local: phony CMakeFiles/install/local.util # Utility command for install/strip build CMakeFiles/install/strip.util: CUSTOM_COMMAND all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -239,216 +243,223 @@ build install/strip: phony CMakeFiles/install/strip.util ############################################# -# Custom command for CMakeFiles\menuconfig +# Custom command for CMakeFiles/menuconfig build CMakeFiles/menuconfig | ${cmake_ninja_workdir}CMakeFiles/menuconfig: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config.env && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe -m kconfgen --list-separator=semicolon --kconfig C:/Users/alex/esp/esp-idf/Kconfig --sdkconfig-rename C:/Users/alex/esp/esp-idf/sdkconfig.rename --config C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig --env-file C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config.env --env IDF_TARGET=esp32 --env IDF_ENV_FPGA= --dont-write-deprecated --output config C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/tools/check_term.py && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E env COMPONENT_KCONFIGS_SOURCE_FILE=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/kconfigs.in COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/kconfigs_projbuild.in KCONFIG_CONFIG=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig IDF_TARGET=esp32 IDF_ENV_FPGA= C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe -m menuconfig C:/Users/alex/esp/esp-idf/Kconfig && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe -m kconfgen --list-separator=semicolon --kconfig C:/Users/alex/esp/esp-idf/Kconfig --sdkconfig-rename C:/Users/alex/esp/esp-idf/sdkconfig.rename --config C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig --env-file C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config.env --env IDF_TARGET=esp32 --env IDF_ENV_FPGA= --output config C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config.env && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python -m kconfgen --list-separator=semicolon --kconfig /home/abobkov/esp/esp-idf/Kconfig --sdkconfig-rename /home/abobkov/esp/esp-idf/sdkconfig.rename --config /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig --env-file /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config.env --env IDF_TARGET=esp32c3 --env IDF_TOOLCHAIN=gcc --env IDF_ENV_FPGA= --env IDF_INIT_VERSION=5.4.0 --dont-write-deprecated --output config /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/tools/check_term.py && /usr/bin/cmake -E env COMPONENT_KCONFIGS_SOURCE_FILE=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/kconfigs.in COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/kconfigs_projbuild.in KCONFIG_CONFIG=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig IDF_TARGET=esp32c3 IDF_TOOLCHAIN=gcc IDF_ENV_FPGA= IDF_INIT_VERSION=5.4.0 /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python -m menuconfig /home/abobkov/esp/esp-idf/Kconfig && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python -m kconfgen --list-separator=semicolon --kconfig /home/abobkov/esp/esp-idf/Kconfig --sdkconfig-rename /home/abobkov/esp/esp-idf/sdkconfig.rename --config /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig --env-file /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config.env --env IDF_TARGET=esp32c3 --env IDF_TOOLCHAIN=gcc --env IDF_ENV_FPGA= --env IDF_INIT_VERSION=5.4.0 --output config /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig pool = console ############################################# -# Custom command for CMakeFiles\confserver +# Custom command for CMakeFiles/confserver build CMakeFiles/confserver | ${cmake_ninja_workdir}CMakeFiles/confserver: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config.env && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe -m kconfserver --env-file C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config.env --kconfig C:/Users/alex/esp/esp-idf/Kconfig --sdkconfig-rename C:/Users/alex/esp/esp-idf/sdkconfig.rename --config C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config.env && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python -m kconfserver --env-file /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config.env --kconfig /home/abobkov/esp/esp-idf/Kconfig --sdkconfig-rename /home/abobkov/esp/esp-idf/sdkconfig.rename --config /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig pool = console ############################################# -# Custom command for CMakeFiles\save-defconfig +# Custom command for CMakeFiles/save-defconfig build CMakeFiles/save-defconfig | ${cmake_ninja_workdir}CMakeFiles/save-defconfig: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config.env && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe -m kconfgen --list-separator=semicolon --kconfig C:/Users/alex/esp/esp-idf/Kconfig --sdkconfig-rename C:/Users/alex/esp/esp-idf/sdkconfig.rename --config C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig --env-file C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config.env --dont-write-deprecated --output savedefconfig C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig.defaults" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/tools/kconfig_new/prepare_kconfig_files.py --list-separator=semicolon --env-file /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config.env && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python -m kconfgen --list-separator=semicolon --kconfig /home/abobkov/esp/esp-idf/Kconfig --sdkconfig-rename /home/abobkov/esp/esp-idf/sdkconfig.rename --config /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig --env-file /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config.env --dont-write-deprecated --output savedefconfig /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig.defaults pool = console ############################################# -# Phony custom command for CMakeFiles\bootloader +# Phony custom command for CMakeFiles/bootloader build CMakeFiles/bootloader | ${cmake_ninja_workdir}CMakeFiles/bootloader: phony CMakeFiles/bootloader-complete || esp-idf/partition_table/partition_table_bin ############################################# -# Custom command for CMakeFiles\bootloader-complete +# Custom command for CMakeFiles/bootloader-complete build CMakeFiles/bootloader-complete bootloader-prefix/src/bootloader-stamp/bootloader-done | ${cmake_ninja_workdir}CMakeFiles/bootloader-complete ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-done: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-install bootloader-prefix/src/bootloader-stamp/bootloader-mkdir bootloader-prefix/src/bootloader-stamp/bootloader-download bootloader-prefix/src/bootloader-stamp/bootloader-update bootloader-prefix/src/bootloader-stamp/bootloader-patch bootloader-prefix/src/bootloader-stamp/bootloader-configure bootloader-prefix/src/bootloader-stamp/bootloader-build bootloader-prefix/src/bootloader-stamp/bootloader-install || esp-idf/partition_table/partition_table_bin - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E make_directory C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E touch C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/bootloader-complete && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E touch C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-done" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /usr/bin/cmake -E make_directory /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles && /usr/bin/cmake -E touch /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/CMakeFiles/bootloader-complete && /usr/bin/cmake -E touch /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-done DESC = Completed 'bootloader' restat = 1 ############################################# -# Custom command for bootloader-prefix\src\bootloader-stamp\bootloader-build +# Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-build build bootloader-prefix/src/bootloader-stamp/bootloader-build bootloader/bootloader.elf bootloader/bootloader.bin bootloader/bootloader.map | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-build ${cmake_ninja_workdir}bootloader/bootloader.elf ${cmake_ninja_workdir}bootloader/bootloader.bin ${cmake_ninja_workdir}bootloader/bootloader.map: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-configure || esp-idf/partition_table/partition_table_bin - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --build ." + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader && /usr/bin/cmake --build . DESC = Performing build step for 'bootloader' restat = 1 ############################################# -# Custom command for bootloader-prefix\src\bootloader-stamp\bootloader-configure +# Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-configure build bootloader-prefix/src/bootloader-stamp/bootloader-configure | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-configure: CUSTOM_COMMAND bootloader-prefix/tmp/bootloader-cfgcmd.txt bootloader-prefix/src/bootloader-stamp/bootloader-patch || esp-idf/partition_table/partition_table_bin - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DSDKCONFIG=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig -DIDF_PATH=C:/Users/alex/esp/esp-idf -DIDF_TARGET=esp32 -DPYTHON_DEPS_CHECKED=1 -DPYTHON=C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe -DEXTRA_COMPONENT_DIRS=C:/Users/alex/esp/esp-idf/components/bootloader -DPROJECT_SOURCE_DIR=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper -GNinja C:/Users/alex/esp/esp-idf/components/bootloader/subproject && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E touch C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader && /usr/bin/cmake -DSDKCONFIG=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig -DIDF_PATH=/home/abobkov/esp/esp-idf -DIDF_TARGET=esp32c3 -DPYTHON_DEPS_CHECKED=1 -DPYTHON=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python -DEXTRA_COMPONENT_DIRS=/home/abobkov/esp/esp-idf/components/bootloader -DPROJECT_SOURCE_DIR=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -DIGNORE_EXTRA_COMPONENT= -GNinja -S /home/abobkov/esp/esp-idf/components/bootloader/subproject -B /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader && /usr/bin/cmake -E touch /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure DESC = Performing configure step for 'bootloader' restat = 1 ############################################# -# Custom command for bootloader-prefix\src\bootloader-stamp\bootloader-download +# Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-download build bootloader-prefix/src/bootloader-stamp/bootloader-download | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-download: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-source_dirinfo.txt bootloader-prefix/src/bootloader-stamp/bootloader-mkdir || esp-idf/partition_table/partition_table_bin - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo_append && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E touch C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-download" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-download DESC = No download step for 'bootloader' restat = 1 ############################################# -# Custom command for bootloader-prefix\src\bootloader-stamp\bootloader-install +# Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-install build bootloader-prefix/src/bootloader-stamp/bootloader-install | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-install: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-build || esp-idf/partition_table/partition_table_bin - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\bootloader && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo_append && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E touch C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-install" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader && /usr/bin/cmake -E echo_append DESC = No install step for 'bootloader' - restat = 1 ############################################# -# Custom command for bootloader-prefix\src\bootloader-stamp\bootloader-mkdir +# Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-mkdir build bootloader-prefix/src/bootloader-stamp/bootloader-mkdir | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-mkdir: CUSTOM_COMMAND || esp-idf/partition_table/partition_table_bin - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -Dcfgdir= -P C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E touch C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /usr/bin/cmake -Dcfgdir= -P /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake && /usr/bin/cmake -E touch /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir DESC = Creating directories for 'bootloader' restat = 1 ############################################# -# Custom command for bootloader-prefix\src\bootloader-stamp\bootloader-patch +# Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-patch -build bootloader-prefix/src/bootloader-stamp/bootloader-patch | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-patch: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-update || esp-idf/partition_table/partition_table_bin - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo_append && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E touch C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch" +build bootloader-prefix/src/bootloader-stamp/bootloader-patch | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-patch: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-patch-info.txt bootloader-prefix/src/bootloader-stamp/bootloader-update || esp-idf/partition_table/partition_table_bin + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch DESC = No patch step for 'bootloader' restat = 1 ############################################# -# Custom command for bootloader-prefix\src\bootloader-stamp\bootloader-update +# Custom command for bootloader-prefix/src/bootloader-stamp/bootloader-update -build bootloader-prefix/src/bootloader-stamp/bootloader-update | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-update: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-download || esp-idf/partition_table/partition_table_bin - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo_append && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E touch C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-update" +build bootloader-prefix/src/bootloader-stamp/bootloader-update | ${cmake_ninja_workdir}bootloader-prefix/src/bootloader-stamp/bootloader-update: CUSTOM_COMMAND bootloader-prefix/src/bootloader-stamp/bootloader-update-info.txt bootloader-prefix/src/bootloader-stamp/bootloader-download || esp-idf/partition_table/partition_table_bin + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /usr/bin/cmake -E echo_append && /usr/bin/cmake -E touch /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-update DESC = No update step for 'bootloader' restat = 1 ############################################# -# Phony custom command for CMakeFiles\gen_project_binary +# Phony custom command for CMakeFiles/gen_project_binary -build CMakeFiles/gen_project_binary | ${cmake_ninja_workdir}CMakeFiles/gen_project_binary: phony .bin_timestamp || ESP32-IDF_ePaper.elf _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a +build CMakeFiles/gen_project_binary | ${cmake_ninja_workdir}CMakeFiles/gen_project_binary: phony .bin_timestamp || ESP32-IDF_ePaper.elf _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a ############################################# # Custom command for .bin_timestamp -build .bin_timestamp | ${cmake_ninja_workdir}.bin_timestamp: CUSTOM_COMMAND ESP32-IDF_ePaper.elf || ESP32-IDF_ePaper.elf _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32 elf2image --flash_mode dio --flash_freq 40m --flash_size 2MB --elf-sha256-offset 0xb0 --min-rev-full 0 --max-rev-full 399 -o C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/ESP32-IDF_ePaper.bin C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/ESP32-IDF_ePaper.elf && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo "Generated C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/ESP32-IDF_ePaper.bin" && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E md5sum C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/ESP32-IDF_ePaper.bin > C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/.bin_timestamp" +build .bin_timestamp | ${cmake_ninja_workdir}.bin_timestamp: CUSTOM_COMMAND ESP32-IDF_ePaper.elf || ESP32-IDF_ePaper.elf _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32c3 elf2image --flash_mode dio --flash_freq 80m --flash_size 2MB --elf-sha256-offset 0xb0 --min-rev 3 --min-rev-full 3 --max-rev-full 199 -o /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/ESP32-IDF_ePaper.bin /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/ESP32-IDF_ePaper.elf && /usr/bin/cmake -E echo "Generated /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/ESP32-IDF_ePaper.bin" && /usr/bin/cmake -E md5sum /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/ESP32-IDF_ePaper.bin > /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/.bin_timestamp DESC = Generating binary image from built executable restat = 1 ############################################# -# Phony custom command for CMakeFiles\app +# Phony custom command for CMakeFiles/app -build CMakeFiles/app | ${cmake_ninja_workdir}CMakeFiles/app: phony || ESP32-IDF_ePaper.elf _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/esptool_py/app_check_size esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/partition_table/partition_table_bin esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a gen_project_binary +build CMakeFiles/app | ${cmake_ninja_workdir}CMakeFiles/app: phony || ESP32-IDF_ePaper.elf _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/esptool_py/app_check_size esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/partition_table/partition_table_bin esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a gen_project_binary ############################################# -# Custom command for CMakeFiles\erase_flash +# Custom command for CMakeFiles/erase_flash build CMakeFiles/erase_flash | ${cmake_ninja_workdir}CMakeFiles/erase_flash: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\esp\esp-idf\components\esptool_py && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/esp-idf -D SERIAL_TOOL=C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;;C:/Users/alex/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32 -D SERIAL_TOOL_ARGS=erase_flash -P run_serial_tool.cmake" + COMMAND = cd /home/abobkov/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/abobkov/esp/esp-idf -D "SERIAL_TOOL=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;;/home/abobkov/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c3" -D SERIAL_TOOL_ARGS=erase_flash -P run_serial_tool.cmake pool = console ############################################# -# Custom command for CMakeFiles\monitor +# Custom command for CMakeFiles/merge-bin -build CMakeFiles/monitor | ${cmake_ninja_workdir}CMakeFiles/monitor: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\esp\esp-idf\components\esptool_py && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/esp-idf -D SERIAL_TOOL=C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;-m;esp_idf_monitor -D SERIAL_TOOL_ARGS=--target;esp32;--revision;0;C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/ESP32-IDF_ePaper.elf -D WORKING_DIRECTORY=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build -P run_serial_tool.cmake" +build CMakeFiles/merge-bin | ${cmake_ninja_workdir}CMakeFiles/merge-bin: CUSTOM_COMMAND || ESP32-IDF_ePaper.elf _project_elf_src bootloader esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/partition_table/partition_table_bin esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a gen_project_binary + COMMAND = cd /home/abobkov/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/abobkov/esp/esp-idf -D "SERIAL_TOOL=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;;/home/abobkov/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c3" -D "SERIAL_TOOL_ARGS=merge_bin;-o;/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/merged-binary.bin;@/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/flash_args" -D WORKING_DIRECTORY=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build -P run_serial_tool.cmake pool = console ############################################# -# Custom command for CMakeFiles\flash +# Custom command for CMakeFiles/monitor -build CMakeFiles/flash | ${cmake_ninja_workdir}CMakeFiles/flash: CUSTOM_COMMAND || ESP32-IDF_ePaper.elf _project_elf_src app bootloader esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/esptool_py/app_check_size esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/partition_table/partition_table_bin esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a gen_project_binary - COMMAND = cmd.exe /C "cd /D C:\Users\alex\esp\esp-idf\components\esptool_py && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/esp-idf -D SERIAL_TOOL=C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;;C:/Users/alex/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32 -D SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args -D WORKING_DIRECTORY=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build -P C:/Users/alex/esp/esp-idf/components/esptool_py/run_serial_tool.cmake" +build CMakeFiles/monitor | ${cmake_ninja_workdir}CMakeFiles/monitor: CUSTOM_COMMAND || ESP32-IDF_ePaper.elf _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a + COMMAND = cd /home/abobkov/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/abobkov/esp/esp-idf -D "SERIAL_TOOL=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;-m;esp_idf_monitor" -D "SERIAL_TOOL_ARGS=--toolchain-prefix;riscv32-esp-elf-;;--target;esp32c3;;--revision;3;;--decode-panic;backtrace;;/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/ESP32-IDF_ePaper.elf" -D WORKING_DIRECTORY=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build -P run_serial_tool.cmake pool = console ############################################# -# Custom command for CMakeFiles\encrypted-flash +# Custom command for CMakeFiles/flash + +build CMakeFiles/flash | ${cmake_ninja_workdir}CMakeFiles/flash: CUSTOM_COMMAND || ESP32-IDF_ePaper.elf _project_elf_src app bootloader esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/esptool_py/app_check_size esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/partition_table/partition_table_bin esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a gen_project_binary + COMMAND = cd /home/abobkov/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/abobkov/esp/esp-idf -D "SERIAL_TOOL=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;;/home/abobkov/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c3" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build -P /home/abobkov/esp/esp-idf/components/esptool_py/run_serial_tool.cmake + pool = console + + +############################################# +# Custom command for CMakeFiles/encrypted-flash build CMakeFiles/encrypted-flash | ${cmake_ninja_workdir}CMakeFiles/encrypted-flash: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo "Error: The target encrypted-flash requires" && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" C:/Users/alex/.espressif/tools/cmake/3.24.0/bin/cmake.exe -P C:/Users/alex/esp/esp-idf/tools/cmake/scripts/fail.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /usr/bin/cmake -E echo "Error: The target encrypted-flash requires" && /usr/bin/cmake -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && /usr/bin/cmake -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" /usr/bin/cmake -P /home/abobkov/esp/esp-idf/tools/cmake/scripts/fail.cmake ############################################# -# Phony custom command for CMakeFiles\_project_elf_src +# Phony custom command for CMakeFiles/_project_elf_src -build CMakeFiles/_project_elf_src | ${cmake_ninja_workdir}CMakeFiles/_project_elf_src: phony project_elf_src_esp32.c +build CMakeFiles/_project_elf_src | ${cmake_ninja_workdir}CMakeFiles/_project_elf_src: phony project_elf_src_esp32c3.c ############################################# -# Custom command for project_elf_src_esp32.c +# Custom command for project_elf_src_esp32c3.c -build project_elf_src_esp32.c | ${cmake_ninja_workdir}project_elf_src_esp32.c: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E touch C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/project_elf_src_esp32.c" - DESC = Generating project_elf_src_esp32.c +build project_elf_src_esp32c3.c | ${cmake_ninja_workdir}project_elf_src_esp32c3.c: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /usr/bin/cmake -E touch /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/project_elf_src_esp32c3.c + DESC = Generating project_elf_src_esp32c3.c restat = 1 ############################################# -# Custom command for CMakeFiles\size +# Custom command for CMakeFiles/size build CMakeFiles/size | ${cmake_ninja_workdir}CMakeFiles/size: CUSTOM_COMMAND ESP32-IDF_ePaper.map - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -D IDF_SIZE_TOOL=C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;-m;esp_idf_size -D MAP_FILE=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/ESP32-IDF_ePaper.map -D OUTPUT_JSON= -P C:/Users/alex/esp/esp-idf/tools/cmake/run_size_tool.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /usr/bin/cmake -D "IDF_SIZE_TOOL=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;-m;esp_idf_size" -D MAP_FILE=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/ESP32-IDF_ePaper.map -D OUTPUT_JSON= -P /home/abobkov/esp/esp-idf/tools/cmake/run_size_tool.cmake pool = console ############################################# -# Custom command for CMakeFiles\size-files +# Custom command for CMakeFiles/size-files build CMakeFiles/size-files | ${cmake_ninja_workdir}CMakeFiles/size-files: CUSTOM_COMMAND ESP32-IDF_ePaper.map - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -D IDF_SIZE_TOOL=C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;-m;esp_idf_size -D IDF_SIZE_MODE=--files -D MAP_FILE=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/ESP32-IDF_ePaper.map -D OUTPUT_JSON= -P C:/Users/alex/esp/esp-idf/tools/cmake/run_size_tool.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /usr/bin/cmake -D "IDF_SIZE_TOOL=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;-m;esp_idf_size" -D IDF_SIZE_MODE=--files -D MAP_FILE=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/ESP32-IDF_ePaper.map -D OUTPUT_JSON= -P /home/abobkov/esp/esp-idf/tools/cmake/run_size_tool.cmake pool = console ############################################# -# Custom command for CMakeFiles\size-components +# Custom command for CMakeFiles/size-components build CMakeFiles/size-components | ${cmake_ninja_workdir}CMakeFiles/size-components: CUSTOM_COMMAND ESP32-IDF_ePaper.map - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -D IDF_SIZE_TOOL=C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;-m;esp_idf_size -D IDF_SIZE_MODE=--archives -D MAP_FILE=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/ESP32-IDF_ePaper.map -D OUTPUT_JSON= -P C:/Users/alex/esp/esp-idf/tools/cmake/run_size_tool.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /usr/bin/cmake -D "IDF_SIZE_TOOL=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;-m;esp_idf_size" -D IDF_SIZE_MODE=--archives -D MAP_FILE=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/ESP32-IDF_ePaper.map -D OUTPUT_JSON= -P /home/abobkov/esp/esp-idf/tools/cmake/run_size_tool.cmake pool = console ############################################# -# Custom command for CMakeFiles\uf2-app +# Custom command for CMakeFiles/uf2 -build CMakeFiles/uf2-app | ${cmake_ninja_workdir}CMakeFiles/uf2-app: CUSTOM_COMMAND || ESP32-IDF_ePaper.elf _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a gen_project_binary - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/tools/mkuf2.py write -o C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/uf2-app.bin --json C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/flasher_args.json --chip-id 0x1c5f21b0 --bin app" +build CMakeFiles/uf2 | ${cmake_ninja_workdir}CMakeFiles/uf2: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /usr/bin/cmake -D IDF_PATH=/home/abobkov/esp/esp-idf -D "UF2_CMD=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;/home/abobkov/esp/esp-idf/tools/mkuf2.py;write;--chip;esp32c3" -D "UF2_ARGS=--json;/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/flasher_args.json;-o;/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/uf2.bin" -P /home/abobkov/esp/esp-idf/tools/cmake/run_uf2_cmds.cmake pool = console ############################################# -# Custom command for CMakeFiles\uf2 +# Custom command for CMakeFiles/uf2-app -build CMakeFiles/uf2 | ${cmake_ninja_workdir}CMakeFiles/uf2: CUSTOM_COMMAND || ESP32-IDF_ePaper.elf _project_elf_src bootloader esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/partition_table/partition_table_bin esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a gen_project_binary - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/tools/mkuf2.py write -o C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/uf2.bin --json C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/flasher_args.json --chip-id 0x1c5f21b0" +build CMakeFiles/uf2-app | ${cmake_ninja_workdir}CMakeFiles/uf2-app: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /usr/bin/cmake -D IDF_PATH=/home/abobkov/esp/esp-idf -D "UF2_CMD=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;/home/abobkov/esp/esp-idf/tools/mkuf2.py;write;--chip;esp32c3" -D "UF2_ARGS=--json;/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/flasher_args.json;-o;/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/uf2-app.bin;--bin;app" -P /home/abobkov/esp/esp-idf/tools/cmake/run_uf2_cmds.cmake pool = console # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/CMakeLists.txt +# /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/CMakeLists.txt # ============================================================================= @@ -456,9 +467,8 @@ build CMakeFiles/uf2 | ${cmake_ninja_workdir}CMakeFiles/uf2: CUSTOM_COMMAND || E # Utility command for edit_cache build esp-idf/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/edit_cache: phony esp-idf/CMakeFiles/edit_cache.util @@ -468,7 +478,7 @@ build esp-idf/edit_cache: phony esp-idf/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -486,7 +496,7 @@ build esp-idf/list_install_components: phony # Utility command for install build esp-idf/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -498,7 +508,7 @@ build esp-idf/install: phony esp-idf/CMakeFiles/install.util # Utility command for install/local build esp-idf/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -510,7 +520,7 @@ build esp-idf/install/local: phony esp-idf/CMakeFiles/install/local.util # Utility command for install/strip build esp-idf/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -519,251 +529,3370 @@ build esp-idf/install/strip: phony esp-idf/CMakeFiles/install/strip.util # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_xtensa +# Object build statements for STATIC_LIBRARY target __idf_riscv ############################################# -# Order-only phony target for __idf_xtensa +# Order-only phony target for __idf_riscv -build cmake_object_order_depends_target___idf_xtensa: phony || cmake_object_order_depends_target___idf_esp_ringbuf +build cmake_object_order_depends_target___idf_riscv: phony || cmake_object_order_depends_target___idf_esp_driver_gpio -build esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj: C_COMPILER____idf_xtensa_ C$:/Users/alex/esp/esp-idf/components/xtensa/eri.c || cmake_object_order_depends_target___idf_xtensa - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\eri.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir - OBJECT_FILE_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir - TARGET_COMPILE_PDB = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\__idf_xtensa.pdb - TARGET_PDB = esp-idf\xtensa\libxtensa.pdb +build esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj: C_COMPILER____idf_riscv_unscanned_ /home/abobkov/esp/esp-idf/components/riscv/instruction_decode.c || cmake_object_order_depends_target___idf_riscv + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/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/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj: C_COMPILER____idf_xtensa_ C$:/Users/alex/esp/esp-idf/components/xtensa/xt_trax.c || cmake_object_order_depends_target___idf_xtensa - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\xt_trax.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir - OBJECT_FILE_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir - TARGET_COMPILE_PDB = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\__idf_xtensa.pdb - TARGET_PDB = esp-idf\xtensa\libxtensa.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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/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/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj: C_COMPILER____idf_xtensa_ C$:/Users/alex/esp/esp-idf/components/xtensa/xtensa_intr.c || cmake_object_order_depends_target___idf_xtensa - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\xtensa_intr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir - OBJECT_FILE_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir - TARGET_COMPILE_PDB = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\__idf_xtensa.pdb - TARGET_PDB = esp-idf\xtensa\libxtensa.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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj.d + FLAGS = -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/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/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj: ASM_COMPILER____idf_xtensa_ C$:/Users/alex/esp/esp-idf/components/xtensa/xtensa_intr_asm.S || cmake_object_order_depends_target___idf_xtensa - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\xtensa_intr_asm.S.obj.d - FLAGS = -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir - OBJECT_FILE_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir - TARGET_COMPILE_PDB = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\__idf_xtensa.pdb - TARGET_PDB = esp-idf\xtensa\libxtensa.pdb +build esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_intc.c.obj: C_COMPILER____idf_riscv_unscanned_ /home/abobkov/esp/esp-idf/components/riscv/interrupt_intc.c || cmake_object_order_depends_target___idf_riscv + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_intc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj.d + FLAGS = -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/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 # ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_xtensa +# Link build statements for STATIC_LIBRARY target __idf_riscv ############################################# -# Link the static library esp-idf\xtensa\libxtensa.a +# Link the static library esp-idf/riscv/libriscv.a -build esp-idf/xtensa/libxtensa.a: C_STATIC_LIBRARY_LINKER____idf_xtensa_ esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj || esp-idf/esp_ringbuf/libesp_ringbuf.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\xtensa\CMakeFiles\__idf_xtensa.dir\__idf_xtensa.pdb - TARGET_FILE = esp-idf\xtensa\libxtensa.a - TARGET_PDB = esp-idf\xtensa\libxtensa.pdb +build esp-idf/riscv/libriscv.a: C_STATIC_LIBRARY_LINKER____idf_riscv_ esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_intc.c.obj esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj || esp-idf/esp_driver_gpio/libesp_driver_gpio.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/riscv/CMakeFiles/__idf_riscv.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache -build esp-idf/xtensa/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\xtensa && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console +build esp-idf/riscv/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/riscv && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 -build esp-idf/xtensa/edit_cache: phony esp-idf/xtensa/CMakeFiles/edit_cache.util +build esp-idf/riscv/edit_cache: phony esp-idf/riscv/CMakeFiles/edit_cache.util ############################################# # Utility command for rebuild_cache -build esp-idf/xtensa/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\xtensa && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" +build esp-idf/riscv/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/riscv && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 -build esp-idf/xtensa/rebuild_cache: phony esp-idf/xtensa/CMakeFiles/rebuild_cache.util +build esp-idf/riscv/rebuild_cache: phony esp-idf/riscv/CMakeFiles/rebuild_cache.util ############################################# # Utility command for list_install_components -build esp-idf/xtensa/list_install_components: phony +build esp-idf/riscv/list_install_components: phony ############################################# # Utility command for install -build esp-idf/xtensa/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/xtensa/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\xtensa && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" +build esp-idf/riscv/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/riscv/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/riscv && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 -build esp-idf/xtensa/install: phony esp-idf/xtensa/CMakeFiles/install.util +build esp-idf/riscv/install: phony esp-idf/riscv/CMakeFiles/install.util ############################################# # Utility command for install/local -build esp-idf/xtensa/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/xtensa/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\xtensa && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" +build esp-idf/riscv/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/riscv/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/riscv && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 -build esp-idf/xtensa/install/local: phony esp-idf/xtensa/CMakeFiles/install/local.util +build esp-idf/riscv/install/local: phony esp-idf/riscv/CMakeFiles/install/local.util ############################################# # Utility command for install/strip -build esp-idf/xtensa/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/xtensa/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\xtensa && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" +build esp-idf/riscv/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/riscv/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/riscv && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 -build esp-idf/xtensa/install/strip: phony esp-idf/xtensa/CMakeFiles/install/strip.util +build esp-idf/riscv/install/strip: phony esp-idf/riscv/CMakeFiles/install/strip.util # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_ringbuf +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_gpio ############################################# -# Order-only phony target for __idf_esp_ringbuf +# Order-only phony target for __idf_esp_driver_gpio -build cmake_object_order_depends_target___idf_esp_ringbuf: phony || cmake_object_order_depends_target___idf_efuse +build cmake_object_order_depends_target___idf_esp_driver_gpio: phony || cmake_object_order_depends_target___idf_esp_pm -build esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj: C_COMPILER____idf_esp_ringbuf_ C$:/Users/alex/esp/esp-idf/components/esp_ringbuf/ringbuf.c || cmake_object_order_depends_target___idf_esp_ringbuf - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_ringbuf\CMakeFiles\__idf_esp_ringbuf.dir\ringbuf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\esp_ringbuf\CMakeFiles\__idf_esp_ringbuf.dir - OBJECT_FILE_DIR = esp-idf\esp_ringbuf\CMakeFiles\__idf_esp_ringbuf.dir - 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 +build esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj: C_COMPILER____idf_esp_driver_gpio_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_gpio/src/gpio.c || cmake_object_order_depends_target___idf_esp_driver_gpio + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + OBJECT_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/__idf_esp_driver_gpio.pdb + TARGET_PDB = esp-idf/esp_driver_gpio/libesp_driver_gpio.pdb + +build esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj: C_COMPILER____idf_esp_driver_gpio_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_gpio/src/gpio_glitch_filter_ops.c || cmake_object_order_depends_target___idf_esp_driver_gpio + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + OBJECT_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/__idf_esp_driver_gpio.pdb + TARGET_PDB = esp-idf/esp_driver_gpio/libesp_driver_gpio.pdb + +build esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj: C_COMPILER____idf_esp_driver_gpio_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_gpio/src/rtc_io.c || cmake_object_order_depends_target___idf_esp_driver_gpio + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + OBJECT_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/__idf_esp_driver_gpio.pdb + TARGET_PDB = esp-idf/esp_driver_gpio/libesp_driver_gpio.pdb + +build esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj: C_COMPILER____idf_esp_driver_gpio_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_gpio/src/dedic_gpio.c || cmake_object_order_depends_target___idf_esp_driver_gpio + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + OBJECT_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/__idf_esp_driver_gpio.pdb + TARGET_PDB = esp-idf/esp_driver_gpio/libesp_driver_gpio.pdb + +build esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj: C_COMPILER____idf_esp_driver_gpio_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_gpio/src/gpio_pin_glitch_filter.c || cmake_object_order_depends_target___idf_esp_driver_gpio + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + OBJECT_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/__idf_esp_driver_gpio.pdb + TARGET_PDB = esp-idf/esp_driver_gpio/libesp_driver_gpio.pdb # ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_ringbuf +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_gpio ############################################# -# Link the static library esp-idf\esp_ringbuf\libesp_ringbuf.a +# Link the static library esp-idf/esp_driver_gpio/libesp_driver_gpio.a -build esp-idf/esp_ringbuf/libesp_ringbuf.a: C_STATIC_LIBRARY_LINKER____idf_esp_ringbuf_ esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj || esp-idf/efuse/libefuse.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_ringbuf\CMakeFiles\__idf_esp_ringbuf.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 +build esp-idf/esp_driver_gpio/libesp_driver_gpio.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_gpio_ esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj || esp-idf/esp_pm/libesp_pm.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/__idf_esp_driver_gpio.pdb + TARGET_FILE = esp-idf/esp_driver_gpio/libesp_driver_gpio.a + TARGET_PDB = esp-idf/esp_driver_gpio/libesp_driver_gpio.pdb ############################################# # Utility command for edit_cache -build esp-idf/esp_ringbuf/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_ringbuf && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console +build esp-idf/esp_driver_gpio/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 -build esp-idf/esp_ringbuf/edit_cache: phony esp-idf/esp_ringbuf/CMakeFiles/edit_cache.util +build esp-idf/esp_driver_gpio/edit_cache: phony esp-idf/esp_driver_gpio/CMakeFiles/edit_cache.util ############################################# # Utility command for rebuild_cache -build esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_ringbuf && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" +build esp-idf/esp_driver_gpio/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 -build esp-idf/esp_ringbuf/rebuild_cache: phony esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.util +build esp-idf/esp_driver_gpio/rebuild_cache: phony esp-idf/esp_driver_gpio/CMakeFiles/rebuild_cache.util ############################################# # Utility command for list_install_components -build esp-idf/esp_ringbuf/list_install_components: phony +build esp-idf/esp_driver_gpio/list_install_components: phony ############################################# # Utility command for install -build esp-idf/esp_ringbuf/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_ringbuf/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_ringbuf && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" +build esp-idf/esp_driver_gpio/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_gpio/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 -build esp-idf/esp_ringbuf/install: phony esp-idf/esp_ringbuf/CMakeFiles/install.util +build esp-idf/esp_driver_gpio/install: phony esp-idf/esp_driver_gpio/CMakeFiles/install.util ############################################# # Utility command for install/local -build esp-idf/esp_ringbuf/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_ringbuf/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_ringbuf && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" +build esp-idf/esp_driver_gpio/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_gpio/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 -build esp-idf/esp_ringbuf/install/local: phony esp-idf/esp_ringbuf/CMakeFiles/install/local.util +build esp-idf/esp_driver_gpio/install/local: phony esp-idf/esp_driver_gpio/CMakeFiles/install/local.util ############################################# # Utility command for install/strip -build esp-idf/esp_ringbuf/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_ringbuf/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_ringbuf && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" +build esp-idf/esp_driver_gpio/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_gpio/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 -build esp-idf/esp_ringbuf/install/strip: phony esp-idf/esp_ringbuf/CMakeFiles/install/strip.util +build esp-idf/esp_driver_gpio/install/strip: phony esp-idf/esp_driver_gpio/CMakeFiles/install/strip.util # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_pm + + +############################################# +# Order-only phony target for __idf_esp_pm + +build cmake_object_order_depends_target___idf_esp_pm: phony || cmake_object_order_depends_target___idf_mbedtls + +build esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj: C_COMPILER____idf_esp_pm_unscanned_ /home/abobkov/esp/esp-idf/components/esp_pm/pm_locks.c || cmake_object_order_depends_target___idf_esp_pm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_pm + + +############################################# +# Link the static library esp-idf/esp_pm/libesp_pm.a + +build esp-idf/esp_pm/libesp_pm.a: C_STATIC_LIBRARY_LINKER____idf_esp_pm_ esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj || esp-idf/mbedtls/libmbedtls.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_pm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_pm/edit_cache: phony esp-idf/esp_pm/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_pm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_pm/rebuild_cache: phony esp-idf/esp_pm/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_pm/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_pm/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_pm/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_pm/install: phony esp-idf/esp_pm/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_pm/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_pm/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_pm/install/local: phony esp-idf/esp_pm/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_pm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_pm/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_pm/install/strip: phony esp-idf/esp_pm/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_mbedtls + + +############################################# +# Order-only phony target for __idf_mbedtls + +build cmake_object_order_depends_target___idf_mbedtls: phony || cmake_object_order_depends_target_everest esp-idf/mbedtls/x509_crt_bundle x509_crt_bundle.S + +build esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj: C_COMPILER____idf_mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c || cmake_object_order_depends_target___idf_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/ESP32-IDF_ePaper/build/x509_crt_bundle.S || cmake_object_order_depends_target___idf_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj.d + FLAGS = -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_mbedtls + + +############################################# +# Link the static library esp-idf/mbedtls/libmbedtls.a + +build esp-idf/mbedtls/libmbedtls.a: C_STATIC_LIBRARY_LINKER____idf_mbedtls_ esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj || esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for custom_bundle + +build esp-idf/mbedtls/custom_bundle: phony + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/mbedtls/edit_cache: phony esp-idf/mbedtls/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/rebuild_cache: phony esp-idf/mbedtls/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/install: phony esp-idf/mbedtls/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/install/local: phony esp-idf/mbedtls/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/install/strip: phony esp-idf/mbedtls/CMakeFiles/install/strip.util + + +############################################# +# Custom command for x509_crt_bundle.S + +build x509_crt_bundle.S | ${cmake_ninja_workdir}x509_crt_bundle.S: CUSTOM_COMMAND esp-idf/mbedtls/x509_crt_bundle /home/abobkov/esp/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake || esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/vfs/libvfs.a esp-idf/wpa_supplicant/libwpa_supplicant.a + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build && /usr/bin/cmake -D DATA_FILE=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/x509_crt_bundle -D SOURCE_FILE=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/x509_crt_bundle.S -D FILE_TYPE=BINARY -P /home/abobkov/esp/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake + DESC = Generating ../../x509_crt_bundle.S + restat = 1 + + +############################################# +# Custom command for esp-idf/mbedtls/x509_crt_bundle + +build esp-idf/mbedtls/x509_crt_bundle | ${cmake_ninja_workdir}esp-idf/mbedtls/x509_crt_bundle: CUSTOM_COMMAND || esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/vfs/libvfs.a esp-idf/wpa_supplicant/libwpa_supplicant.a + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/gen_crt_bundle.py --input /home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/cacrt_all.pem /home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/cacrt_local.pem -q --max-certs 200 + DESC = Generating x509_crt_bundle + restat = 1 + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/components/mbedtls/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for apidoc + +build esp-idf/mbedtls/mbedtls/apidoc: phony esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/mbedtls/mbedtls/edit_cache: phony esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/rebuild_cache: phony esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/install: phony esp-idf/mbedtls/mbedtls/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/install/local: phony esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/install/strip: phony esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.util + + +############################################# +# Custom command for esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc + +build esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc | ${cmake_ninja_workdir}esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/doxygen && doxygen mbedtls.doxyfile + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/mbedtls/mbedtls/include/edit_cache: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/include/rebuild_cache: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/include/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/include/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/include/install: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/include/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/include/install/local: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/include/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/include/install/strip: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/edit_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/rebuild_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/3rdparty/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/install: phony esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/install/local: phony esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/install/strip: phony esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target everest + + +############################################# +# Order-only phony target for everest + +build cmake_object_order_depends_target_everest: phony || cmake_object_order_depends_target_p256m + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj: C_COMPILER__everest_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/everest.c || cmake_object_order_depends_target_everest + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -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/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -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/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -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/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target everest + + +############################################# +# Link the static library esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a: CXX_STATIC_LIBRARY_LINKER__everest_ esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj || esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/edit_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/rebuild_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/everest/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/install: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/everest/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/install/local: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/everest/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/everest/install/strip: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target p256m + + +############################################# +# Order-only phony target for p256m + +build cmake_object_order_depends_target_p256m: phony || cmake_object_order_depends_target_mbedcrypto + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj: C_COMPILER__p256m_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m_driver_entrypoints.c || cmake_object_order_depends_target_p256m + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target p256m + + +############################################# +# Link the static library esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a: CXX_STATIC_LIBRARY_LINKER__p256m_ esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj || esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/edit_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/rebuild_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/p256-m/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/install: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/p256-m/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/install/local: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/p256-m/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/install/strip: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target mbedcrypto + + +############################################# +# Order-only phony target for mbedcrypto + +build cmake_object_order_depends_target_mbedcrypto: phony || cmake_object_order_depends_target_mbedx509 + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/aes.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/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/aes/dma/esp_aes_dma_core.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c || cmake_object_order_depends_target_mbedcrypto + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target mbedcrypto + + +############################################# +# Link the static library esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a + +build esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a: CXX_STATIC_LIBRARY_LINKER__mbedcrypto_ esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj 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 esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj || esp-idf/mbedtls/mbedtls/library/libmbedx509.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir + POST_BUILD = : + 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 + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target mbedx509 + + +############################################# +# Order-only phony target for mbedx509 + +build cmake_object_order_depends_target_mbedx509: phony || cmake_object_order_depends_target_mbedtls + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj: C_COMPILER__mbedx509_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs7.c || cmake_object_order_depends_target_mbedx509 + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target mbedx509 + + +############################################# +# Link the static library esp-idf/mbedtls/mbedtls/library/libmbedx509.a + +build esp-idf/mbedtls/mbedtls/library/libmbedx509.a: CXX_STATIC_LIBRARY_LINKER__mbedx509_ esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj || esp-idf/mbedtls/mbedtls/library/libmbedtls.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir + POST_BUILD = : + 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 + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target mbedtls + + +############################################# +# Order-only phony target for mbedtls + +build cmake_object_order_depends_target_mbedtls: phony || cmake_object_order_depends_target___idf_esp_app_format + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj: C_COMPILER__mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/debug.c || cmake_object_order_depends_target_mbedtls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target mbedtls + + +############################################# +# Link the static library esp-idf/mbedtls/mbedtls/library/libmbedtls.a + +build esp-idf/mbedtls/mbedtls/library/libmbedtls.a: CXX_STATIC_LIBRARY_LINKER__mbedtls_ esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj || esp-idf/esp_app_format/libesp_app_format.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for lib + +build esp-idf/mbedtls/mbedtls/library/lib: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib esp-idf/riscv/libriscv.a + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/mbedtls/mbedtls/library/edit_cache: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/library/rebuild_cache: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/library/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/library/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/library/install: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/library/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/library/install/local: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/library/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/library/install/strip: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.util + + +############################################# +# Phony custom command for esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib + +build esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib | ${cmake_ninja_workdir}esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib: phony esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a || esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/vfs/libvfs.a esp-idf/wpa_supplicant/libwpa_supplicant.a + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/pkgconfig && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/mbedtls/mbedtls/pkgconfig/edit_cache: phony esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/pkgconfig && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/pkgconfig/rebuild_cache: phony esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/mbedtls/mbedtls/pkgconfig/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/pkgconfig/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/pkgconfig && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/pkgconfig/install: phony esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/pkgconfig/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/pkgconfig && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/pkgconfig/install/local: phony esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/pkgconfig/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/pkgconfig && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/mbedtls/mbedtls/pkgconfig/install/strip: phony esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for bootloader-flash + +build esp-idf/bootloader/bootloader-flash: phony esp-idf/bootloader/CMakeFiles/bootloader-flash bootloader + + +############################################# +# Utility command for encrypted-bootloader-flash + +build esp-idf/bootloader/encrypted-bootloader-flash: phony esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash + + +############################################# +# Utility command for edit_cache + +build esp-idf/bootloader/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/bootloader/edit_cache: phony esp-idf/bootloader/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/bootloader/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/bootloader/rebuild_cache: phony esp-idf/bootloader/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/bootloader/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/bootloader/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/bootloader/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/bootloader/install: phony esp-idf/bootloader/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/bootloader/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/bootloader/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/bootloader/install/local: phony esp-idf/bootloader/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/bootloader/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/bootloader/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/bootloader/install/strip: phony esp-idf/bootloader/CMakeFiles/install/strip.util + + +############################################# +# Custom command for esp-idf/bootloader/CMakeFiles/bootloader-flash + +build esp-idf/bootloader/CMakeFiles/bootloader-flash | ${cmake_ninja_workdir}esp-idf/bootloader/CMakeFiles/bootloader-flash: CUSTOM_COMMAND || bootloader esp-idf/partition_table/partition_table_bin + COMMAND = cd /home/abobkov/esp/esp-idf/components/bootloader && /usr/bin/cmake -D IDF_PATH=/home/abobkov/esp/esp-idf -D "SERIAL_TOOL=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;;/home/abobkov/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c3" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@bootloader-flash_args" -D WORKING_DIRECTORY=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build -P /home/abobkov/esp/esp-idf/components/esptool_py/run_serial_tool.cmake + pool = console + + +############################################# +# Custom command for esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash + +build esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash | ${cmake_ninja_workdir}esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader && /usr/bin/cmake -E echo "Error: The target encrypted-bootloader-flash requires" && /usr/bin/cmake -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && /usr/bin/cmake -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" /usr/bin/cmake -P /home/abobkov/esp/esp-idf/tools/cmake/scripts/fail.cmake + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for app-flash + +build esp-idf/esptool_py/app-flash: phony esp-idf/esptool_py/CMakeFiles/app-flash app + + +############################################# +# Utility command for encrypted-app-flash + +build esp-idf/esptool_py/encrypted-app-flash: phony esp-idf/esptool_py/CMakeFiles/encrypted-app-flash + + +############################################# +# Utility command for app_check_size + +build esp-idf/esptool_py/app_check_size: phony esp-idf/esptool_py/CMakeFiles/app_check_size esp-idf/partition_table/partition_table_bin gen_project_binary + + +############################################# +# Utility command for edit_cache + +build esp-idf/esptool_py/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esptool_py/edit_cache: phony esp-idf/esptool_py/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esptool_py/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esptool_py/rebuild_cache: phony esp-idf/esptool_py/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esptool_py/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esptool_py/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esptool_py/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esptool_py/install: phony esp-idf/esptool_py/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esptool_py/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esptool_py/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esptool_py/install/local: phony esp-idf/esptool_py/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esptool_py/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esptool_py/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esptool_py/install/strip: phony esp-idf/esptool_py/CMakeFiles/install/strip.util + + +############################################# +# Custom command for esp-idf/esptool_py/CMakeFiles/app-flash + +build esp-idf/esptool_py/CMakeFiles/app-flash | ${cmake_ninja_workdir}esp-idf/esptool_py/CMakeFiles/app-flash: CUSTOM_COMMAND || ESP32-IDF_ePaper.elf _project_elf_src app esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/esptool_py/app_check_size esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/partition_table/partition_table_bin esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a gen_project_binary + COMMAND = cd /home/abobkov/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/abobkov/esp/esp-idf -D "SERIAL_TOOL=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;;/home/abobkov/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c3" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@app-flash_args" -D WORKING_DIRECTORY=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build -P /home/abobkov/esp/esp-idf/components/esptool_py/run_serial_tool.cmake + pool = console + + +############################################# +# Custom command for esp-idf/esptool_py/CMakeFiles/encrypted-app-flash + +build esp-idf/esptool_py/CMakeFiles/encrypted-app-flash | ${cmake_ninja_workdir}esp-idf/esptool_py/CMakeFiles/encrypted-app-flash: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py && /usr/bin/cmake -E echo "Error: The target encrypted-app-flash requires" && /usr/bin/cmake -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && /usr/bin/cmake -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" /usr/bin/cmake -P /home/abobkov/esp/esp-idf/tools/cmake/scripts/fail.cmake + + +############################################# +# Custom command for esp-idf/esptool_py/CMakeFiles/app_check_size + +build esp-idf/esptool_py/CMakeFiles/app_check_size | ${cmake_ninja_workdir}esp-idf/esptool_py/CMakeFiles/app_check_size: CUSTOM_COMMAND || ESP32-IDF_ePaper.elf _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/partition_table/partition_table_bin esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a gen_project_binary + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/partition_table/partition-table.bin /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/ESP32-IDF_ePaper.bin + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for partition_table_bin + +build esp-idf/partition_table/partition_table_bin: phony esp-idf/partition_table/CMakeFiles/partition_table_bin partition_table/partition-table.bin + + +############################################# +# Utility command for partition-table + +build esp-idf/partition_table/partition-table: phony esp-idf/partition_table/CMakeFiles/partition-table esp-idf/partition_table/partition_table_bin + + +############################################# +# Utility command for partition_table + +build esp-idf/partition_table/partition_table: phony esp-idf/partition_table/CMakeFiles/partition_table esp-idf/partition_table/partition-table + + +############################################# +# Utility command for partition-table-flash + +build esp-idf/partition_table/partition-table-flash: phony esp-idf/partition_table/CMakeFiles/partition-table-flash + + +############################################# +# Utility command for encrypted-partition-table-flash + +build esp-idf/partition_table/encrypted-partition-table-flash: phony esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash + + +############################################# +# Utility command for partition_table-flash + +build esp-idf/partition_table/partition_table-flash: phony esp-idf/partition_table/CMakeFiles/partition_table-flash esp-idf/partition_table/partition-table-flash + + +############################################# +# Utility command for edit_cache + +build esp-idf/partition_table/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/partition_table/edit_cache: phony esp-idf/partition_table/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/partition_table/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/partition_table/rebuild_cache: phony esp-idf/partition_table/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/partition_table/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/partition_table/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/partition_table/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/partition_table/install: phony esp-idf/partition_table/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/partition_table/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/partition_table/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/partition_table/install/local: phony esp-idf/partition_table/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/partition_table/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/partition_table/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/partition_table/install/strip: phony esp-idf/partition_table/CMakeFiles/install/strip.util + + +############################################# +# Phony custom command for esp-idf/partition_table/CMakeFiles/partition_table_bin + +build esp-idf/partition_table/CMakeFiles/partition_table_bin | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/partition_table_bin: phony partition_table/partition-table.bin partition_table/partition-table.bin + + +############################################# +# Custom command for partition_table/partition-table.bin + +build partition_table/partition-table.bin | ${cmake_ninja_workdir}partition_table/partition-table.bin: CUSTOM_COMMAND /home/abobkov/esp/esp-idf/components/partition_table/partitions_singleapp.csv /home/abobkov/esp/esp-idf/components/partition_table/gen_esp32part.py + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 2MB -- /home/abobkov/esp/esp-idf/components/partition_table/partitions_singleapp.csv /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/partition_table/partition-table.bin && /usr/bin/cmake -E echo "Partition table binary generated. Contents:" && /usr/bin/cmake -E echo "*******************************************************************************" && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 2MB -- /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/partition_table/partition-table.bin && /usr/bin/cmake -E echo "*******************************************************************************" + DESC = Generating ../../partition_table/partition-table.bin + restat = 1 + + +############################################# +# Custom command for esp-idf/partition_table/CMakeFiles/partition-table + +build esp-idf/partition_table/CMakeFiles/partition-table | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/partition-table: CUSTOM_COMMAND || esp-idf/partition_table/partition_table_bin + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table && /usr/bin/cmake -E echo "Partition table binary generated. Contents:" && /usr/bin/cmake -E echo "*******************************************************************************" && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 2MB -- /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/partition_table/partition-table.bin && /usr/bin/cmake -E echo "*******************************************************************************" + + +############################################# +# Custom command for esp-idf/partition_table/CMakeFiles/partition_table + +build esp-idf/partition_table/CMakeFiles/partition_table | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/partition_table: CUSTOM_COMMAND || esp-idf/partition_table/partition-table esp-idf/partition_table/partition_table_bin + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table && /usr/bin/cmake -E echo + DESC = Warning: command "partition_table" is deprecated. Have you wanted to run "partition-table" instead? + + +############################################# +# Custom command for esp-idf/partition_table/CMakeFiles/partition-table-flash + +build esp-idf/partition_table/CMakeFiles/partition-table-flash | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/partition-table-flash: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/esp/esp-idf/components/partition_table && /usr/bin/cmake -D IDF_PATH=/home/abobkov/esp/esp-idf -D "SERIAL_TOOL=/home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python;;/home/abobkov/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c3" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@partition-table-flash_args" -D WORKING_DIRECTORY=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build -P /home/abobkov/esp/esp-idf/components/esptool_py/run_serial_tool.cmake + pool = console + + +############################################# +# Custom command for esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash + +build esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table && /usr/bin/cmake -E echo "Error: The target encrypted-partition-table-flash requires" && /usr/bin/cmake -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && /usr/bin/cmake -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" /usr/bin/cmake -P /home/abobkov/esp/esp-idf/tools/cmake/scripts/fail.cmake + + +############################################# +# Custom command for esp-idf/partition_table/CMakeFiles/partition_table-flash + +build esp-idf/partition_table/CMakeFiles/partition_table-flash | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/partition_table-flash: CUSTOM_COMMAND || esp-idf/partition_table/partition-table-flash + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table && /usr/bin/cmake -E echo + DESC = Warning: command "partition_table-flash" is deprecated. Have you wanted to run "partition-table-flash" instead? + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_app_format + + +############################################# +# Order-only phony target for __idf_esp_app_format + +build cmake_object_order_depends_target___idf_esp_app_format: phony || cmake_object_order_depends_target___idf_esp_bootloader_format + +build esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj: C_COMPILER____idf_esp_app_format_unscanned_ /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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_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=\"ESP32-IDF_ePaper\" -DPROJECT_VER=\"ESP32-Node_Switch-v2.7-4553-gde\" + DEP_FILE = esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_app_format + + +############################################# +# Link the static library esp-idf/esp_app_format/libesp_app_format.a + +build esp-idf/esp_app_format/libesp_app_format.a: C_STATIC_LIBRARY_LINKER____idf_esp_app_format_ esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj || esp-idf/esp_bootloader_format/libesp_bootloader_format.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_app_format/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_app_format/edit_cache: phony esp-idf/esp_app_format/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_app_format/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_app_format/rebuild_cache: phony esp-idf/esp_app_format/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_app_format/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_app_format/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_app_format/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_app_format/install: phony esp-idf/esp_app_format/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_app_format/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_app_format/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_app_format/install/local: phony esp-idf/esp_app_format/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_app_format/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_app_format/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_app_format/install/strip: phony esp-idf/esp_app_format/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_bootloader_format + + +############################################# +# Order-only phony target for __idf_esp_bootloader_format + +build cmake_object_order_depends_target___idf_esp_bootloader_format: phony || cmake_object_order_depends_target___idf_app_update + +build esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj: C_COMPILER____idf_esp_bootloader_format_unscanned_ /home/abobkov/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c || cmake_object_order_depends_target___idf_esp_bootloader_format + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_bootloader_format + + +############################################# +# Link the static library esp-idf/esp_bootloader_format/libesp_bootloader_format.a + +build esp-idf/esp_bootloader_format/libesp_bootloader_format.a: C_STATIC_LIBRARY_LINKER____idf_esp_bootloader_format_ esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj || esp-idf/app_update/libapp_update.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_bootloader_format/edit_cache: phony esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_bootloader_format/rebuild_cache: phony esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_bootloader_format/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_bootloader_format/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_bootloader_format/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_bootloader_format/install: phony esp-idf/esp_bootloader_format/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_bootloader_format/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_bootloader_format/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_bootloader_format/install/local: phony esp-idf/esp_bootloader_format/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_bootloader_format/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_bootloader_format/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_bootloader_format/install/strip: phony esp-idf/esp_bootloader_format/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_app_update + + +############################################# +# Order-only phony target for __idf_app_update + +build cmake_object_order_depends_target___idf_app_update: phony || cmake_object_order_depends_target___idf_esp_partition + +build esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj: C_COMPILER____idf_app_update_unscanned_ /home/abobkov/esp/esp-idf/components/app_update/esp_ota_ops.c || cmake_object_order_depends_target___idf_app_update + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_app_update + + +############################################# +# Link the static library esp-idf/app_update/libapp_update.a + +build esp-idf/app_update/libapp_update.a: C_STATIC_LIBRARY_LINKER____idf_app_update_ esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj || esp-idf/esp_partition/libesp_partition.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/app_update/CMakeFiles/__idf_app_update.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/app_update/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/app_update/edit_cache: phony esp-idf/app_update/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/app_update/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/app_update/rebuild_cache: phony esp-idf/app_update/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/app_update/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/app_update/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/app_update/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/app_update/install: phony esp-idf/app_update/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/app_update/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/app_update/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/app_update/install/local: phony esp-idf/app_update/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/app_update/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/app_update/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/app_update/install/strip: phony esp-idf/app_update/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_partition + + +############################################# +# Order-only phony target for __idf_esp_partition + +build cmake_object_order_depends_target___idf_esp_partition: phony || cmake_object_order_depends_target___idf_efuse + +build esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj: C_COMPILER____idf_esp_partition_unscanned_ /home/abobkov/esp/esp-idf/components/esp_partition/partition.c || cmake_object_order_depends_target___idf_esp_partition + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/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 + 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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_partition + + +############################################# +# Link the static library esp-idf/esp_partition/libesp_partition.a + +build esp-idf/esp_partition/libesp_partition.a: C_STATIC_LIBRARY_LINKER____idf_esp_partition_ esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj || esp-idf/efuse/libefuse.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_partition/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_partition/edit_cache: phony esp-idf/esp_partition/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_partition/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_partition/rebuild_cache: phony esp-idf/esp_partition/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_partition/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_partition/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_partition/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_partition/install: phony esp-idf/esp_partition/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_partition/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_partition/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_partition/install/local: phony esp-idf/esp_partition/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_partition/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_partition/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_partition/install/strip: phony esp-idf/esp_partition/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -773,77 +3902,97 @@ build esp-idf/esp_ringbuf/install/strip: phony esp-idf/esp_ringbuf/CMakeFiles/in ############################################# # Order-only phony target for __idf_efuse -build cmake_object_order_depends_target___idf_efuse: phony || cmake_object_order_depends_target___idf_driver +build cmake_object_order_depends_target___idf_efuse: phony || cmake_object_order_depends_target___idf_bootloader_support -build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj: C_COMPILER____idf_efuse_ C$:/Users/alex/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32\esp_efuse_table.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/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\esp32 - TARGET_COMPILE_PDB = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\__idf_efuse.pdb - TARGET_PDB = esp-idf\efuse\libefuse.pdb +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj: C_COMPILER____idf_efuse_unscanned_ /home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_table.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_PDB = esp-idf/efuse/libefuse.pdb -build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj: C_COMPILER____idf_efuse_ C$:/Users/alex/esp/esp-idf/components/efuse/esp32/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32\esp_efuse_fields.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/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\esp32 - TARGET_COMPILE_PDB = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\__idf_efuse.pdb - TARGET_PDB = esp-idf\efuse\libefuse.pdb +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3 + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_PDB = esp-idf/efuse/libefuse.pdb -build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj: C_COMPILER____idf_efuse_ C$:/Users/alex/esp/esp-idf/components/efuse/esp32/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\esp32\esp_efuse_utility.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/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\esp32 - TARGET_COMPILE_PDB = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\__idf_efuse.pdb - TARGET_PDB = esp-idf\efuse\libefuse.pdb +build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3 + 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_ C$:/Users/alex/esp/esp-idf/components/efuse/src/esp_efuse_api.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\esp_efuse_api.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3 + 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_ C$:/Users/alex/esp/esp-idf/components/efuse/src/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\esp_efuse_fields.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/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_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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src + 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_ C$:/Users/alex/esp/esp-idf/components/efuse/src/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\esp_efuse_utility.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_PDB = esp-idf/efuse/libefuse.pdb -build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj: C_COMPILER____idf_efuse_ C$:/Users/alex/esp/esp-idf/components/efuse/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c || cmake_object_order_depends_target___idf_efuse - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\src\efuse_controller\keys\without_key_purposes\three_key_blocks\esp_efuse_api_key.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/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\without_key_purposes\three_key_blocks - TARGET_COMPILE_PDB = esp-idf\efuse\CMakeFiles\__idf_efuse.dir\__idf_efuse.pdb - TARGET_PDB = esp-idf\efuse\libefuse.pdb +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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes + 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_startup.c.obj: C_COMPILER____idf_efuse_unscanned_ /home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_startup.c || cmake_object_order_depends_target___idf_efuse + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src + TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb + TARGET_PDB = esp-idf/efuse/libefuse.pdb # ============================================================================= @@ -851,16 +4000,16 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without ############################################# -# Link the static library esp-idf\efuse\libefuse.a +# Link the static library esp-idf/efuse/libefuse.a -build esp-idf/efuse/libefuse.a: C_STATIC_LIBRARY_LINKER____idf_efuse_ esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj || esp-idf/driver/libdriver.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\efuse\CMakeFiles\__idf_efuse.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 +build esp-idf/efuse/libefuse.a: C_STATIC_LIBRARY_LINKER____idf_efuse_ esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj || esp-idf/bootloader_support/libbootloader_support.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir + POST_BUILD = : + 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 ############################################# @@ -909,9 +4058,8 @@ build esp-idf/efuse/efuse_test_table: phony esp-idf/efuse/CMakeFiles/efuse_test_ # Utility command for edit_cache build esp-idf/efuse/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\efuse && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/efuse/edit_cache: phony esp-idf/efuse/CMakeFiles/edit_cache.util @@ -921,7 +4069,7 @@ build esp-idf/efuse/edit_cache: phony esp-idf/efuse/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/efuse/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\efuse && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -939,7 +4087,7 @@ build esp-idf/efuse/list_install_components: phony # Utility command for install build esp-idf/efuse/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/efuse/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\efuse && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -951,7 +4099,7 @@ build esp-idf/efuse/install: phony esp-idf/efuse/CMakeFiles/install.util # Utility command for install/local build esp-idf/efuse/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/efuse/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\efuse && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -963,7 +4111,7 @@ build esp-idf/efuse/install/local: phony esp-idf/efuse/CMakeFiles/install/local. # Utility command for install/strip build esp-idf/efuse/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/efuse/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\efuse && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -972,2926 +4120,52 @@ build esp-idf/efuse/install/strip: phony esp-idf/efuse/CMakeFiles/install/strip. ############################################# -# Custom command for esp-idf\efuse\CMakeFiles\efuse-common-table +# Custom command for esp-idf/efuse/CMakeFiles/efuse-common-table build esp-idf/efuse/CMakeFiles/efuse-common-table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse-common-table: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\efuse && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/components/efuse/efuse_table_gen.py C:/Users/alex/esp/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/components/efuse/efuse_table_gen.py /home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_table.csv -t esp32c3 --max_blk_len 256 ############################################# -# Custom command for esp-idf\efuse\CMakeFiles\efuse_common_table +# Custom command for esp-idf/efuse/CMakeFiles/efuse_common_table build esp-idf/efuse/CMakeFiles/efuse_common_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse_common_table: CUSTOM_COMMAND || esp-idf/efuse/efuse-common-table - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\efuse && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo " + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse && /usr/bin/cmake -E echo DESC = Warning: command "efuse_common_table" is deprecated. Have you wanted to run "efuse-common-table" instead? ############################################# -# Custom command for esp-idf\efuse\CMakeFiles\efuse_custom_table +# Custom command for esp-idf/efuse/CMakeFiles/efuse_custom_table build esp-idf/efuse/CMakeFiles/efuse_custom_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse_custom_table: CUSTOM_COMMAND || esp-idf/efuse/efuse-custom-table - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\efuse && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo " + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse && /usr/bin/cmake -E echo DESC = Warning: command "efuse_custom_table" is deprecated. Have you wanted to run "efuse-custom-table" instead? ############################################# -# Custom command for esp-idf\efuse\CMakeFiles\show-efuse-table +# Custom command for esp-idf/efuse/CMakeFiles/show-efuse-table build esp-idf/efuse/CMakeFiles/show-efuse-table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/show-efuse-table: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\efuse && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/components/efuse/efuse_table_gen.py C:/Users/alex/esp/esp-idf/components/efuse/esp32/esp_efuse_table.csv -t esp32 --max_blk_len 192 --info" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/components/efuse/efuse_table_gen.py /home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_table.csv -t esp32c3 --max_blk_len 256 --info ############################################# -# Custom command for esp-idf\efuse\CMakeFiles\show_efuse_table +# Custom command for esp-idf/efuse/CMakeFiles/show_efuse_table build esp-idf/efuse/CMakeFiles/show_efuse_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/show_efuse_table: CUSTOM_COMMAND || esp-idf/efuse/show-efuse-table - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\efuse && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo " + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse && /usr/bin/cmake -E echo DESC = Warning: command "show_efuse_table" is deprecated. Have you wanted to run "show-efuse-table" instead? ############################################# -# Custom command for esp-idf\efuse\CMakeFiles\efuse_test_table +# Custom command for esp-idf/efuse/CMakeFiles/efuse_test_table build esp-idf/efuse/CMakeFiles/efuse_test_table | ${cmake_ninja_workdir}esp-idf/efuse/CMakeFiles/efuse_test_table: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\efuse && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/components/efuse/efuse_table_gen.py C:/Users/alex/esp/esp-idf/components/efuse/test/esp_efuse_test_table.csv -t esp32 --max_blk_len 192" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/components/efuse/efuse_table_gen.py /home/abobkov/esp/esp-idf/components/efuse/test/esp_efuse_test_table.csv -t esp32c3 --max_blk_len 256 # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_driver - - -############################################# -# Order-only phony target for __idf_driver - -build cmake_object_order_depends_target___idf_driver: phony || cmake_object_order_depends_target___idf_esp_pm - -build esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/gpio/gpio.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\gpio\gpio.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\gpio - 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_ C$:/Users/alex/esp/esp-idf/components/driver/gpio/gpio_glitch_filter_ops.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\gpio\gpio_glitch_filter_ops.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\gpio - 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_ C$:/Users/alex/esp/esp-idf/components/driver/gpio/rtc_io.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\gpio\rtc_io.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\gpio - 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_ C$:/Users/alex/esp/esp-idf/components/driver/spi/spi_bus_lock.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\spi_bus_lock.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi - 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_ C$:/Users/alex/esp/esp-idf/components/driver/deprecated/adc_legacy.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\adc_legacy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated - 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_ C$:/Users/alex/esp/esp-idf/components/driver/deprecated/adc_dma_legacy.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\adc_dma_legacy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated - 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/dac/dac_oneshot.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/dac/dac_oneshot.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\dac\dac_oneshot.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\dac - 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/dac/dac_cosine.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/dac/dac_cosine.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\dac\dac_cosine.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\dac - 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/dac/dac_continuous.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/dac/dac_continuous.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\dac\dac_continuous.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\dac - 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/dac/dac_common.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/dac/dac_common.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\dac\dac_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\dac - 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/dac/esp32/dac_dma.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/dac/esp32/dac_dma.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\dac\esp32\dac_dma.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\dac\esp32 - 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/dac_common_legacy.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/deprecated/dac_common_legacy.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\dac_common_legacy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated - 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/esp32/dac_legacy.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/deprecated/esp32/dac_legacy.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\esp32\dac_legacy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\esp32 - 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_ C$:/Users/alex/esp/esp-idf/components/driver/gptimer/gptimer.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\gptimer\gptimer.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\gptimer - 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_ C$:/Users/alex/esp/esp-idf/components/driver/gptimer/gptimer_priv.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\gptimer\gptimer_priv.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\gptimer - 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_ C$:/Users/alex/esp/esp-idf/components/driver/deprecated/timer_legacy.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\timer_legacy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated - 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_ C$:/Users/alex/esp/esp-idf/components/driver/i2c/i2c.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\i2c\i2c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\i2c - 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_ C$:/Users/alex/esp/esp-idf/components/driver/i2s/i2s_common.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\i2s\i2s_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\i2s - 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_ C$:/Users/alex/esp/esp-idf/components/driver/i2s/i2s_std.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\i2s\i2s_std.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\i2s - 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_ C$:/Users/alex/esp/esp-idf/components/driver/deprecated/i2s_legacy.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\i2s_legacy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated - 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_ C$:/Users/alex/esp/esp-idf/components/driver/i2s/i2s_pdm.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\i2s\i2s_pdm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\i2s - 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_ C$:/Users/alex/esp/esp-idf/components/driver/ledc/ledc.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\ledc\ledc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\ledc - 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/mcpwm/mcpwm_cap.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/mcpwm/mcpwm_cap.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm\mcpwm_cap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm - 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/mcpwm/mcpwm_cmpr.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/mcpwm/mcpwm_cmpr.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm\mcpwm_cmpr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm - 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/mcpwm/mcpwm_com.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/mcpwm/mcpwm_com.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm\mcpwm_com.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm - 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/mcpwm/mcpwm_fault.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/mcpwm/mcpwm_fault.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm\mcpwm_fault.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm - 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/mcpwm/mcpwm_gen.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/mcpwm/mcpwm_gen.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm\mcpwm_gen.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm - 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/mcpwm/mcpwm_oper.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/mcpwm/mcpwm_oper.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm\mcpwm_oper.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm - 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/mcpwm/mcpwm_sync.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/mcpwm/mcpwm_sync.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm\mcpwm_sync.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm - 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/mcpwm/mcpwm_timer.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/mcpwm/mcpwm_timer.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm\mcpwm_timer.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\mcpwm - 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/mcpwm_legacy.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/deprecated/mcpwm_legacy.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\mcpwm_legacy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated - 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/pcnt/pulse_cnt.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/pcnt/pulse_cnt.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\pcnt\pulse_cnt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\pcnt - 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/pcnt_legacy.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/deprecated/pcnt_legacy.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\pcnt_legacy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated - 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_ C$:/Users/alex/esp/esp-idf/components/driver/rmt/rmt_common.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\rmt\rmt_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\rmt - 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_ C$:/Users/alex/esp/esp-idf/components/driver/rmt/rmt_encoder.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\rmt\rmt_encoder.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\rmt - 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_ C$:/Users/alex/esp/esp-idf/components/driver/rmt/rmt_rx.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\rmt\rmt_rx.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\rmt - 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_ C$:/Users/alex/esp/esp-idf/components/driver/rmt/rmt_tx.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\rmt\rmt_tx.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\rmt - 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_ C$:/Users/alex/esp/esp-idf/components/driver/deprecated/rmt_legacy.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\rmt_legacy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated - 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/sdio_slave/sdio_slave.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/sdio_slave/sdio_slave.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\sdio_slave\sdio_slave.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\sdio_slave - 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/sdmmc/sdmmc_transaction.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/sdmmc/sdmmc_transaction.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\sdmmc\sdmmc_transaction.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\sdmmc - 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/sdmmc/sdmmc_host.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/sdmmc/sdmmc_host.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\sdmmc\sdmmc_host.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\sdmmc - 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_ C$:/Users/alex/esp/esp-idf/components/driver/sigma_delta/sdm.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\sigma_delta\sdm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\sigma_delta - 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_ C$:/Users/alex/esp/esp-idf/components/driver/deprecated/sigma_delta_legacy.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\sigma_delta_legacy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated - 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_ C$:/Users/alex/esp/esp-idf/components/driver/spi/gpspi/spi_common.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\gpspi\spi_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\gpspi - 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_ C$:/Users/alex/esp/esp-idf/components/driver/spi/gpspi/spi_master.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\gpspi\spi_master.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\gpspi - 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_ C$:/Users/alex/esp/esp-idf/components/driver/spi/gpspi/spi_slave.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\gpspi\spi_slave.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\gpspi - 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_ C$:/Users/alex/esp/esp-idf/components/driver/spi/sdspi/sdspi_crc.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\sdspi\sdspi_crc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\sdspi - 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_ C$:/Users/alex/esp/esp-idf/components/driver/spi/sdspi/sdspi_host.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\sdspi\sdspi_host.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\sdspi - 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_ C$:/Users/alex/esp/esp-idf/components/driver/spi/sdspi/sdspi_transaction.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\sdspi\sdspi_transaction.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\spi\sdspi - 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/touch_sensor/touch_sensor_common.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/touch_sensor/touch_sensor_common.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\touch_sensor\touch_sensor_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\touch_sensor - 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/touch_sensor/esp32/touch_sensor.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/touch_sensor.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\touch_sensor\esp32\touch_sensor.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\touch_sensor\esp32 - 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_ C$:/Users/alex/esp/esp-idf/components/driver/twai/twai.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\twai\twai.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\twai - 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_ C$:/Users/alex/esp/esp-idf/components/driver/uart/uart.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\uart\uart.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\uart - 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_i2s_deprecated.c.obj: C_COMPILER____idf_driver_ C$:/Users/alex/esp/esp-idf/components/driver/deprecated/adc_i2s_deprecated.c || cmake_object_order_depends_target___idf_driver - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated\adc_i2s_deprecated.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - OBJECT_FILE_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir\deprecated - TARGET_COMPILE_PDB = esp-idf\driver\CMakeFiles\__idf_driver.dir\__idf_driver.pdb - TARGET_PDB = esp-idf\driver\libdriver.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_driver - - -############################################# -# Link the static library esp-idf\driver\libdriver.a - -build esp-idf/driver/libdriver.a: C_STATIC_LIBRARY_LINKER____idf_driver_ esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio_glitch_filter_ops.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/rtc_io.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/spi_bus_lock.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_oneshot.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_cosine.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_continuous.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_common.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/esp32/dac_dma.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/dac_common_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/esp32/dac_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer_priv.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_common.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_std.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_pdm.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc/ledc.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cap.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cmpr.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_com.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_fault.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_gen.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_oper.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_sync.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_timer.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/pcnt/pulse_cnt.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_common.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_encoder.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_rx.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_tx.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/sdio_slave/sdio_slave.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_transaction.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_host.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/sigma_delta/sdm.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_common.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_master.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_slave.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_crc.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_host.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_transaction.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/touch_sensor_common.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/esp32/touch_sensor.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/uart/uart.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_i2s_deprecated.c.obj || esp-idf/esp_pm/libesp_pm.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\driver\CMakeFiles\__idf_driver.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/driver/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\driver && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/driver/edit_cache: phony esp-idf/driver/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/driver/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\driver && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/driver/rebuild_cache: phony esp-idf/driver/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/driver/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/driver/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/driver/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\driver && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/driver/install: phony esp-idf/driver/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/driver/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/driver/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\driver && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/driver/install/local: phony esp-idf/driver/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/driver/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/driver/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\driver && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/driver/install/strip: phony esp-idf/driver/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_pm - - -############################################# -# Order-only phony target for __idf_esp_pm - -build cmake_object_order_depends_target___idf_esp_pm: phony || cmake_object_order_depends_target___idf_mbedtls - -build esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj: C_COMPILER____idf_esp_pm_ C$:/Users/alex/esp/esp-idf/components/esp_pm/pm_locks.c || cmake_object_order_depends_target___idf_esp_pm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_pm\CMakeFiles\__idf_esp_pm.dir\pm_locks.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/esp_pm/pm_trace.c || cmake_object_order_depends_target___idf_esp_pm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_pm\CMakeFiles\__idf_esp_pm.dir\pm_trace.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/esp_pm/pm_impl.c || cmake_object_order_depends_target___idf_esp_pm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_pm\CMakeFiles\__idf_esp_pm.dir\pm_impl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_pm - - -############################################# -# Link the static library esp-idf\esp_pm\libesp_pm.a - -build esp-idf/esp_pm/libesp_pm.a: C_STATIC_LIBRARY_LINKER____idf_esp_pm_ esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj || esp-idf/mbedtls/libmbedtls.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_pm\CMakeFiles\__idf_esp_pm.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_pm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_pm && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_pm/edit_cache: phony esp-idf/esp_pm/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_pm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_pm && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_pm/rebuild_cache: phony esp-idf/esp_pm/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_pm/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_pm/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_pm/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_pm && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_pm/install: phony esp-idf/esp_pm/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_pm/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_pm/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_pm && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/esp_pm/install/local: phony esp-idf/esp_pm/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_pm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_pm/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_pm && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/esp_pm/install/strip: phony esp-idf/esp_pm/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_mbedtls - - -############################################# -# Order-only phony target for __idf_mbedtls - -build cmake_object_order_depends_target___idf_mbedtls: phony || cmake_object_order_depends_target_everest esp-idf/mbedtls/x509_crt_bundle x509_crt_bundle.S - -build esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj: C_COMPILER____idf_mbedtls_ C$:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c || cmake_object_order_depends_target___idf_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\CMakeFiles\__idf_mbedtls.dir\esp_crt_bundle\esp_crt_bundle.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/x509_crt_bundle.S || cmake_object_order_depends_target___idf_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\CMakeFiles\__idf_mbedtls.dir\__\__\x509_crt_bundle.S.obj.d - FLAGS = -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_mbedtls - - -############################################# -# Link the static library esp-idf\mbedtls\libmbedtls.a - -build esp-idf/mbedtls/libmbedtls.a: C_STATIC_LIBRARY_LINKER____idf_mbedtls_ esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj || esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\mbedtls\CMakeFiles\__idf_mbedtls.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for custom_bundle - -build esp-idf/mbedtls/custom_bundle: phony - - -############################################# -# Utility command for edit_cache - -build esp-idf/mbedtls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/mbedtls/edit_cache: phony esp-idf/mbedtls/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/mbedtls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/mbedtls/rebuild_cache: phony esp-idf/mbedtls/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/mbedtls/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/mbedtls/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/mbedtls/install: phony esp-idf/mbedtls/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/mbedtls/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/mbedtls/install/local: phony esp-idf/mbedtls/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/mbedtls/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/mbedtls/install/strip: phony esp-idf/mbedtls/CMakeFiles/install/strip.util - - -############################################# -# Custom command for x509_crt_bundle.S - -build x509_crt_bundle.S | ${cmake_ninja_workdir}x509_crt_bundle.S: CUSTOM_COMMAND esp-idf/mbedtls/x509_crt_bundle C$:/Users/alex/esp/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake || esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cxx/libcxx.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/pthread/libpthread.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/vfs/libvfs.a esp-idf/wpa_supplicant/libwpa_supplicant.a - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -D DATA_FILE=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/x509_crt_bundle -D SOURCE_FILE=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/x509_crt_bundle.S -D FILE_TYPE=BINARY -P C:/Users/alex/esp/esp-idf/tools/cmake/scripts/data_file_embed_asm.cmake" - DESC = Generating ../../x509_crt_bundle.S - restat = 1 - - -############################################# -# Custom command for esp-idf\mbedtls\x509_crt_bundle - -build esp-idf/mbedtls/x509_crt_bundle | ${cmake_ninja_workdir}esp-idf/mbedtls/x509_crt_bundle: CUSTOM_COMMAND || esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cxx/libcxx.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/pthread/libpthread.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/vfs/libvfs.a esp-idf/wpa_supplicant/libwpa_supplicant.a - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/gen_crt_bundle.py --input C:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/cacrt_all.pem C:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/cacrt_local.pem -q" - DESC = Generating x509_crt_bundle - restat = 1 - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/components/mbedtls/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for apidoc - -build esp-idf/mbedtls/mbedtls/apidoc: phony esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc - - -############################################# -# Utility command for edit_cache - -build esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/edit_cache: phony esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/rebuild_cache: phony esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/mbedtls/mbedtls/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/mbedtls/mbedtls/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/install: phony esp-idf/mbedtls/mbedtls/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/install/local: phony esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/install/strip: phony esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.util - - -############################################# -# Custom command for esp-idf\mbedtls\mbedtls\CMakeFiles\apidoc - -build esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc | ${cmake_ninja_workdir}esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\esp\esp-idf\components\mbedtls\mbedtls\doxygen && doxygen mbedtls.doxyfile" - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\include && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/include/edit_cache: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\include && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/include/rebuild_cache: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/mbedtls/mbedtls/include/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/include/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\include && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/include/install: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/include/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\include && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/include/install/local: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/include/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\include && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/include/install/strip: phony esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\3rdparty && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/3rdparty/edit_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\3rdparty && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/3rdparty/rebuild_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/mbedtls/mbedtls/3rdparty/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\3rdparty && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/3rdparty/install: phony esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\3rdparty && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/3rdparty/install/local: phony esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\3rdparty && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/3rdparty/install/strip: phony esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target everest - - -############################################# -# Order-only phony target for everest - -build cmake_object_order_depends_target_everest: phony || cmake_object_order_depends_target_p256m - -build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj: C_COMPILER__everest_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/everest.c || cmake_object_order_depends_target_everest - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir\library\everest.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir\library - 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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/x25519.c || cmake_object_order_depends_target_everest - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir\library\x25519.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir\library - 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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir\library\Hacl_Curve25519_joined.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir\library - TARGET_COMPILE_PDB = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir\everest.pdb - TARGET_PDB = esp-idf\mbedtls\mbedtls\3rdparty\everest\libeverest.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target everest - - -############################################# -# Link the static library esp-idf\mbedtls\mbedtls\3rdparty\everest\libeverest.a - -build esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a: CXX_STATIC_LIBRARY_LINKER__everest_ esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj || esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\mbedtls\mbedtls\3rdparty\everest\CMakeFiles\everest.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\3rdparty\everest && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/3rdparty/everest/edit_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\3rdparty\everest && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/3rdparty/everest/rebuild_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/mbedtls/mbedtls/3rdparty/everest/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/everest/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\3rdparty\everest && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/3rdparty/everest/install: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/everest/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\3rdparty\everest && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/3rdparty/everest/install/local: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/everest/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\3rdparty\everest && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/3rdparty/everest/install/strip: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target p256m - - -############################################# -# Order-only phony target for p256m - -build cmake_object_order_depends_target_p256m: phony || cmake_object_order_depends_target_mbedcrypto - -build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj: C_COMPILER__p256m_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m_driver_entrypoints.c || cmake_object_order_depends_target_p256m - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\3rdparty\p256-m\CMakeFiles\p256m.dir\p256-m_driver_entrypoints.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\mbedtls\mbedtls\3rdparty\p256-m\CMakeFiles\p256m.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\3rdparty\p256-m\CMakeFiles\p256m.dir - 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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\3rdparty\p256-m\CMakeFiles\p256m.dir\p256-m\p256-m.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\mbedtls\mbedtls\3rdparty\p256-m\CMakeFiles\p256m.dir - OBJECT_FILE_DIR = esp-idf\mbedtls\mbedtls\3rdparty\p256-m\CMakeFiles\p256m.dir\p256-m - 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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target p256m - - -############################################# -# Link the static library esp-idf\mbedtls\mbedtls\3rdparty\p256-m\libp256m.a - -build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a: CXX_STATIC_LIBRARY_LINKER__p256m_ esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj || esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\mbedtls\mbedtls\3rdparty\p256-m\CMakeFiles\p256m.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\3rdparty\p256-m && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/edit_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\3rdparty\p256-m && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/rebuild_cache: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/p256-m/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\3rdparty\p256-m && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/install: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/p256-m/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\3rdparty\p256-m && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/install/local: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/3rdparty/p256-m/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\3rdparty\p256-m && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/install/strip: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target mbedcrypto - - -############################################# -# Order-only phony target for mbedcrypto - -build cmake_object_order_depends_target_mbedcrypto: phony || cmake_object_order_depends_target_mbedx509 - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj: C_COMPILER__mbedcrypto_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/aes.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\aes.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/aesni.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\aesni.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/aesce.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\aesce.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/aria.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\aria.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/asn1parse.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\asn1parse.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/asn1write.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\asn1write.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/base64.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\base64.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/bignum.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\bignum.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_core.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\bignum_core.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\bignum_mod.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod_raw.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\bignum_mod_raw.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/camellia.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\camellia.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ccm.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ccm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/chacha20.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\chacha20.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/chachapoly.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\chachapoly.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/cipher.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\cipher.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/cipher_wrap.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\cipher_wrap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/constant_time.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\constant_time.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/cmac.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\cmac.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ctr_drbg.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/des.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\des.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/dhm.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\dhm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ecdh.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ecdh.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ecdsa.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ecdsa.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ecjpake.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ecjpake.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ecp.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ecp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ecp_curves.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves_new.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ecp_curves_new.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/entropy.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\entropy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/entropy_poll.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\entropy_poll.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/error.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\error.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/gcm.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\gcm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/hkdf.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\hkdf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/hmac_drbg.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\hmac_drbg.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/lmots.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\lmots.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/lms.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\lms.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/md.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\md.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/md5.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\md5.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/memory_buffer_alloc.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\memory_buffer_alloc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/nist_kw.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\nist_kw.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/oid.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\oid.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/padlock.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\padlock.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/pem.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pem.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/pk.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pk.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/pk_wrap.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pk_wrap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs12.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pkcs12.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs5.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pkcs5.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/pkparse.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pkparse.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/pkwrite.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\pkwrite.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/platform.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\platform.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/platform_util.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\platform_util.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/poly1305.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\poly1305.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_aead.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_aead.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_cipher.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_cipher.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_client.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_client.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_driver_wrappers_no_static.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ecp.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_ecp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ffdh.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_ffdh.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_hash.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_hash.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_mac.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_mac.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_pake.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_pake.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_rsa.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_rsa.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_se.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_se.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_slot_management.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_slot_management.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_storage.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_crypto_storage.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/psa_its_file.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_its_file.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/psa_util.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\psa_util.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ripemd160.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\ripemd160.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/rsa.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\rsa.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/rsa_alt_helpers.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\rsa_alt_helpers.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/sha1.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\sha1.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/sha256.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\sha256.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/sha512.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\sha512.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/sha3.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\sha3.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/threading.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\threading.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/timing.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\timing.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/version.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\version.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/version_features.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\version_features.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj: C_COMPILER__mbedcrypto_ C$:/Users/alex/esp/esp-idf/components/mbedtls/port/esp_hardware.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\esp-idf\components\mbedtls\port\esp_hardware.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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\C_\Users\alex\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/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj: C_COMPILER__mbedcrypto_ C$:/Users/alex/esp/esp-idf/components/mbedtls/port/esp_mem.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\esp-idf\components\mbedtls\port\esp_mem.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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\C_\Users\alex\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/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj: C_COMPILER__mbedcrypto_ C$:/Users/alex/esp/esp-idf/components/mbedtls/port/esp_timing.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\esp-idf\components\mbedtls\port\esp_timing.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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\C_\Users\alex\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/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj: C_COMPILER__mbedcrypto_ C$:/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\esp-idf\components\mbedtls\port\aes\esp_aes_xts.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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\C_\Users\alex\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/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj: C_COMPILER__mbedcrypto_ C$:/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\esp-idf\components\mbedtls\port\aes\esp_aes_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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\C_\Users\alex\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/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj: C_COMPILER__mbedcrypto_ C$:/Users/alex/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\esp-idf\components\mbedtls\port\aes\block\esp_aes.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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\C_\Users\alex\esp\esp-idf\components\mbedtls\port\aes\block - 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/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj: C_COMPILER__mbedcrypto_ C$:/Users/alex/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\esp-idf\components\mbedtls\port\sha\esp_sha.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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\C_\Users\alex\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/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj: C_COMPILER__mbedcrypto_ C$:/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\esp-idf\components\mbedtls\port\sha\parallel_engine\sha.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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\C_\Users\alex\esp\esp-idf\components\mbedtls\port\sha\parallel_engine - 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/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_bignum.c.obj: C_COMPILER__mbedcrypto_ C$:/Users/alex/esp/esp-idf/components/mbedtls/port/esp_bignum.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\esp-idf\components\mbedtls\port\esp_bignum.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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\C_\Users\alex\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/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp32/bignum.c.obj: C_COMPILER__mbedcrypto_ C$:/Users/alex/esp/esp-idf/components/mbedtls/port/esp32/bignum.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\esp-idf\components\mbedtls\port\esp32\bignum.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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\C_\Users\alex\esp\esp-idf\components\mbedtls\port\esp32 - 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/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj: C_COMPILER__mbedcrypto_ C$:/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\esp-idf\components\mbedtls\port\sha\parallel_engine\esp_sha1.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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\C_\Users\alex\esp\esp-idf\components\mbedtls\port\sha\parallel_engine - 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/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj: C_COMPILER__mbedcrypto_ C$:/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\esp-idf\components\mbedtls\port\sha\parallel_engine\esp_sha256.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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\C_\Users\alex\esp\esp-idf\components\mbedtls\port\sha\parallel_engine - 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/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj: C_COMPILER__mbedcrypto_ C$:/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\esp-idf\components\mbedtls\port\sha\parallel_engine\esp_sha512.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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\C_\Users\alex\esp\esp-idf\components\mbedtls\port\sha\parallel_engine - 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/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj: C_COMPILER__mbedcrypto_ C$:/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\esp-idf\components\mbedtls\port\aes\esp_aes_gcm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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\C_\Users\alex\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/C_/Users/alex/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj: C_COMPILER__mbedcrypto_ C$:/Users/alex/esp/esp-idf/components/mbedtls/port/md/esp_md.c || cmake_object_order_depends_target_mbedcrypto - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir\C_\Users\alex\esp\esp-idf\components\mbedtls\port\md\esp_md.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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\C_\Users\alex\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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target mbedcrypto - - -############################################# -# Link the static library esp-idf\mbedtls\mbedtls\library\libmbedcrypto.a - -build esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a: CXX_STATIC_LIBRARY_LINKER__mbedcrypto_ esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_bignum.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp32/bignum.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj || esp-idf/mbedtls/mbedtls/library/libmbedx509.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedcrypto.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - RSP_FILE = CMakeFiles\mbedcrypto.rsp - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target mbedx509 - - -############################################# -# Order-only phony target for mbedx509 - -build cmake_object_order_depends_target_mbedx509: phony || cmake_object_order_depends_target_mbedtls - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj: C_COMPILER__mbedx509_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs7.c || cmake_object_order_depends_target_mbedx509 - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\pkcs7.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/x509.c || cmake_object_order_depends_target_mbedx509 - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/x509_create.c || cmake_object_order_depends_target_mbedx509 - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509_create.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crl.c || cmake_object_order_depends_target_mbedx509 - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509_crl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crt.c || cmake_object_order_depends_target_mbedx509 - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509_crt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/x509_csr.c || cmake_object_order_depends_target_mbedx509 - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509_csr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/x509write.c || cmake_object_order_depends_target_mbedx509 - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509write.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_crt.c || cmake_object_order_depends_target_mbedx509 - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509write_crt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_csr.c || cmake_object_order_depends_target_mbedx509 - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir\x509write_csr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target mbedx509 - - -############################################# -# Link the static library esp-idf\mbedtls\mbedtls\library\libmbedx509.a - -build esp-idf/mbedtls/mbedtls/library/libmbedx509.a: CXX_STATIC_LIBRARY_LINKER__mbedx509_ esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj || esp-idf/mbedtls/mbedtls/library/libmbedtls.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedx509.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target mbedtls - - -############################################# -# Order-only phony target for mbedtls - -build cmake_object_order_depends_target_mbedtls: phony || cmake_object_order_depends_target___idf_esp_app_format - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj: C_COMPILER__mbedtls_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/debug.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\debug.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/mps_reader.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\mps_reader.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/mps_trace.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\mps_trace.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cache.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_cache.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ciphersuites.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_ciphersuites.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_client.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_client.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cookie.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_cookie.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_debug_helpers_generated.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_msg.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_msg.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ticket.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_ticket.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_client.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls12_client.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_server.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls12_server.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_keys.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls13_keys.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_server.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls13_server.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_client.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls13_client.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_generic.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\ssl_tls13_generic.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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/C_/Users/alex/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj: C_COMPILER__mbedtls_ C$:/Users/alex/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\C_\Users\alex\esp\esp-idf\components\mbedtls\port\mbedtls_debug.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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\C_\Users\alex\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/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj: C_COMPILER__mbedtls_ C$:/Users/alex/esp/esp-idf/components/mbedtls/port/esp_platform_time.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\C_\Users\alex\esp\esp-idf\components\mbedtls\port\esp_platform_time.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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\C_\Users\alex\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/C_/Users/alex/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj: C_COMPILER__mbedtls_ C$:/Users/alex/esp/esp-idf/components/mbedtls/port/net_sockets.c || cmake_object_order_depends_target_mbedtls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir\C_\Users\alex\esp\esp-idf\components\mbedtls\port\net_sockets.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/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\C_\Users\alex\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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target mbedtls - - -############################################# -# Link the static library esp-idf\mbedtls\mbedtls\library\libmbedtls.a - -build esp-idf/mbedtls/mbedtls/library/libmbedtls.a: CXX_STATIC_LIBRARY_LINKER__mbedtls_ esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj || esp-idf/esp_app_format/libesp_app_format.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\mbedtls\mbedtls\library\CMakeFiles\mbedtls.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for lib - -build esp-idf/mbedtls/mbedtls/library/lib: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib esp-idf/xtensa/libxtensa.a - - -############################################# -# Utility command for edit_cache - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\library && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/library/edit_cache: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\library && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/library/rebuild_cache: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/mbedtls/mbedtls/library/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/library/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\library && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/library/install: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/library/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\library && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/library/install/local: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mbedtls/mbedtls/library/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mbedtls\mbedtls\library && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/mbedtls/mbedtls/library/install/strip: phony esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.util - - -############################################# -# Phony custom command for esp-idf\mbedtls\mbedtls\library\CMakeFiles\lib - -build esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib | ${cmake_ninja_workdir}esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib: phony esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a || esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/pthread/libpthread.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/vfs/libvfs.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_app_format - - -############################################# -# Order-only phony target for __idf_esp_app_format - -build cmake_object_order_depends_target___idf_esp_app_format: phony || cmake_object_order_depends_target___idf_bootloader_support - -build esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj: C_COMPILER____idf_esp_app_format_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D PROJECT_NAME=\"ESP32-IDF_ePaper\" -DPROJECT_VER=\"e24ea3f-dirty\" - DEP_FILE = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir\esp_app_desc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir - OBJECT_FILE_DIR = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir - TARGET_COMPILE_PDB = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir\__idf_esp_app_format.pdb - TARGET_PDB = esp-idf\esp_app_format\libesp_app_format.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_app_format - - -############################################# -# Link the static library esp-idf\esp_app_format\libesp_app_format.a - -build esp-idf/esp_app_format/libesp_app_format.a: C_STATIC_LIBRARY_LINKER____idf_esp_app_format_ esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj || esp-idf/bootloader_support/libbootloader_support.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\esp_app_format\CMakeFiles\__idf_esp_app_format.dir\__idf_esp_app_format.pdb - TARGET_FILE = esp-idf\esp_app_format\libesp_app_format.a - TARGET_PDB = esp-idf\esp_app_format\libesp_app_format.pdb - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_app_format/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_app_format && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_app_format/edit_cache: phony esp-idf/esp_app_format/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_app_format/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_app_format && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_app_format/rebuild_cache: phony esp-idf/esp_app_format/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_app_format/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_app_format/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_app_format/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_app_format && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_app_format/install: phony esp-idf/esp_app_format/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_app_format/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_app_format/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_app_format && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/esp_app_format/install/local: phony esp-idf/esp_app_format/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_app_format/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_app_format/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_app_format && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/esp_app_format/install/strip: phony esp-idf/esp_app_format/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -3901,167 +4175,177 @@ build esp-idf/esp_app_format/install/strip: phony esp-idf/esp_app_format/CMakeFi ############################################# # Order-only phony target for __idf_bootloader_support -build cmake_object_order_depends_target___idf_bootloader_support: phony || cmake_object_order_depends_target___idf_esp_partition +build cmake_object_order_depends_target___idf_bootloader_support: phony || cmake_object_order_depends_target___idf_esp_mm -build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj: C_COMPILER____idf_bootloader_support_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_common.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_common.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_common_loader.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_clock_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_mem.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_random.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_random.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_esp32.c.obj: C_COMPILER____idf_bootloader_support_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_random_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_efuse.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\flash_encrypt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/secure_boot.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\secure_boot.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src\bootloader_flash.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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.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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src\flash_qio_mode.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_esp32.c.obj: C_COMPILER____idf_bootloader_support_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\bootloader_flash\src\bootloader_flash_config_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\bootloader_utility.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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_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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_ C$:/Users/alex/esp/esp-idf/components/bootloader_support/src/flash_partitions.c || cmake_object_order_depends_target___idf_bootloader_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\flash_partitions.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\esp_image_format.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir\src\idf\bootloader_sha.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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 +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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + +build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/secure_boot_secure_features.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/esp32c3/secure_boot_secure_features.c || cmake_object_order_depends_target___idf_bootloader_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/secure_boot_secure_features.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp32c3 + TARGET_COMPILE_PDB = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/__idf_bootloader_support.pdb + TARGET_PDB = esp-idf/bootloader_support/libbootloader_support.pdb # ============================================================================= @@ -4069,25 +4353,24 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf ############################################# -# Link the static library esp-idf\bootloader_support\libbootloader_support.a +# Link the static library esp-idf/bootloader_support/libbootloader_support.a -build esp-idf/bootloader_support/libbootloader_support.a: C_STATIC_LIBRARY_LINKER____idf_bootloader_support_ esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj || esp-idf/esp_partition/libesp_partition.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\bootloader_support\CMakeFiles\__idf_bootloader_support.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 +build esp-idf/bootloader_support/libbootloader_support.a: C_STATIC_LIBRARY_LINKER____idf_bootloader_support_ esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/secure_boot_secure_features.c.obj || esp-idf/esp_mm/libesp_mm.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/bootloader_support/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\bootloader_support && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/bootloader_support/edit_cache: phony esp-idf/bootloader_support/CMakeFiles/edit_cache.util @@ -4097,7 +4380,7 @@ build esp-idf/bootloader_support/edit_cache: phony esp-idf/bootloader_support/CM # Utility command for rebuild_cache build esp-idf/bootloader_support/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\bootloader_support && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -4115,7 +4398,7 @@ build esp-idf/bootloader_support/list_install_components: phony # Utility command for install build esp-idf/bootloader_support/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/bootloader_support/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\bootloader_support && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -4127,7 +4410,7 @@ build esp-idf/bootloader_support/install: phony esp-idf/bootloader_support/CMake # Utility command for install/local build esp-idf/bootloader_support/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/bootloader_support/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\bootloader_support && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -4139,7 +4422,7 @@ build esp-idf/bootloader_support/install/local: phony esp-idf/bootloader_support # Utility command for install/strip build esp-idf/bootloader_support/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/bootloader_support/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\bootloader_support && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -4148,610 +4431,7 @@ build esp-idf/bootloader_support/install/strip: phony esp-idf/bootloader_support # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for bootloader-flash - -build esp-idf/bootloader/bootloader-flash: phony esp-idf/bootloader/CMakeFiles/bootloader-flash bootloader - - -############################################# -# Utility command for encrypted-bootloader-flash - -build esp-idf/bootloader/encrypted-bootloader-flash: phony esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash - - -############################################# -# Utility command for edit_cache - -build esp-idf/bootloader/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\bootloader && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/bootloader/edit_cache: phony esp-idf/bootloader/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/bootloader/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\bootloader && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/bootloader/rebuild_cache: phony esp-idf/bootloader/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/bootloader/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/bootloader/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/bootloader/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\bootloader && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/bootloader/install: phony esp-idf/bootloader/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/bootloader/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/bootloader/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\bootloader && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/bootloader/install/local: phony esp-idf/bootloader/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/bootloader/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/bootloader/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\bootloader && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/bootloader/install/strip: phony esp-idf/bootloader/CMakeFiles/install/strip.util - - -############################################# -# Custom command for esp-idf\bootloader\CMakeFiles\bootloader-flash - -build esp-idf/bootloader/CMakeFiles/bootloader-flash | ${cmake_ninja_workdir}esp-idf/bootloader/CMakeFiles/bootloader-flash: CUSTOM_COMMAND || bootloader esp-idf/partition_table/partition_table_bin - COMMAND = cmd.exe /C "cd /D C:\Users\alex\esp\esp-idf\components\bootloader && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/esp-idf -D SERIAL_TOOL=C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;;C:/Users/alex/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32 -D SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@bootloader-flash_args -D WORKING_DIRECTORY=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build -P C:/Users/alex/esp/esp-idf/components/esptool_py/run_serial_tool.cmake" - pool = console - - -############################################# -# Custom command for esp-idf\bootloader\CMakeFiles\encrypted-bootloader-flash - -build esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash | ${cmake_ninja_workdir}esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\bootloader && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo "Error: The target encrypted-bootloader-flash requires" && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" C:/Users/alex/.espressif/tools/cmake/3.24.0/bin/cmake.exe -P C:/Users/alex/esp/esp-idf/tools/cmake/scripts/fail.cmake" - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for app-flash - -build esp-idf/esptool_py/app-flash: phony esp-idf/esptool_py/CMakeFiles/app-flash app - - -############################################# -# Utility command for encrypted-app-flash - -build esp-idf/esptool_py/encrypted-app-flash: phony esp-idf/esptool_py/CMakeFiles/encrypted-app-flash - - -############################################# -# Utility command for app_check_size - -build esp-idf/esptool_py/app_check_size: phony esp-idf/esptool_py/CMakeFiles/app_check_size esp-idf/partition_table/partition_table_bin gen_project_binary - - -############################################# -# Utility command for edit_cache - -build esp-idf/esptool_py/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esptool_py && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esptool_py/edit_cache: phony esp-idf/esptool_py/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esptool_py/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esptool_py && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esptool_py/rebuild_cache: phony esp-idf/esptool_py/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esptool_py/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esptool_py/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esptool_py/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esptool_py && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esptool_py/install: phony esp-idf/esptool_py/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esptool_py/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esptool_py/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esptool_py && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/esptool_py/install/local: phony esp-idf/esptool_py/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esptool_py/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esptool_py/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esptool_py && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/esptool_py/install/strip: phony esp-idf/esptool_py/CMakeFiles/install/strip.util - - -############################################# -# Custom command for esp-idf\esptool_py\CMakeFiles\app-flash - -build esp-idf/esptool_py/CMakeFiles/app-flash | ${cmake_ninja_workdir}esp-idf/esptool_py/CMakeFiles/app-flash: CUSTOM_COMMAND || ESP32-IDF_ePaper.elf _project_elf_src app esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/esptool_py/app_check_size esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/partition_table/partition_table_bin esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a gen_project_binary - COMMAND = cmd.exe /C "cd /D C:\Users\alex\esp\esp-idf\components\esptool_py && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/esp-idf -D SERIAL_TOOL=C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;;C:/Users/alex/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32 -D SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@app-flash_args -D WORKING_DIRECTORY=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build -P C:/Users/alex/esp/esp-idf/components/esptool_py/run_serial_tool.cmake" - pool = console - - -############################################# -# Custom command for esp-idf\esptool_py\CMakeFiles\encrypted-app-flash - -build esp-idf/esptool_py/CMakeFiles/encrypted-app-flash | ${cmake_ninja_workdir}esp-idf/esptool_py/CMakeFiles/encrypted-app-flash: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esptool_py && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo "Error: The target encrypted-app-flash requires" && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" C:/Users/alex/.espressif/tools/cmake/3.24.0/bin/cmake.exe -P C:/Users/alex/esp/esp-idf/tools/cmake/scripts/fail.cmake" - - -############################################# -# Custom command for esp-idf\esptool_py\CMakeFiles\app_check_size - -build esp-idf/esptool_py/CMakeFiles/app_check_size | ${cmake_ninja_workdir}esp-idf/esptool_py/CMakeFiles/app_check_size: CUSTOM_COMMAND || ESP32-IDF_ePaper.elf _project_elf_src esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/__ldgen_output_sections.ld esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/partition_table/partition_table_bin esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a gen_project_binary - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esptool_py && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/partition_table/partition-table.bin C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/ESP32-IDF_ePaper.bin" - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for partition_table_bin - -build esp-idf/partition_table/partition_table_bin: phony esp-idf/partition_table/CMakeFiles/partition_table_bin partition_table/partition-table.bin - - -############################################# -# Utility command for partition-table - -build esp-idf/partition_table/partition-table: phony esp-idf/partition_table/CMakeFiles/partition-table esp-idf/partition_table/partition_table_bin - - -############################################# -# Utility command for partition_table - -build esp-idf/partition_table/partition_table: phony esp-idf/partition_table/CMakeFiles/partition_table esp-idf/partition_table/partition-table - - -############################################# -# Utility command for partition-table-flash - -build esp-idf/partition_table/partition-table-flash: phony esp-idf/partition_table/CMakeFiles/partition-table-flash - - -############################################# -# Utility command for encrypted-partition-table-flash - -build esp-idf/partition_table/encrypted-partition-table-flash: phony esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash - - -############################################# -# Utility command for partition_table-flash - -build esp-idf/partition_table/partition_table-flash: phony esp-idf/partition_table/CMakeFiles/partition_table-flash esp-idf/partition_table/partition-table-flash - - -############################################# -# Utility command for edit_cache - -build esp-idf/partition_table/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\partition_table && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/partition_table/edit_cache: phony esp-idf/partition_table/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/partition_table/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\partition_table && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/partition_table/rebuild_cache: phony esp-idf/partition_table/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/partition_table/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/partition_table/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/partition_table/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\partition_table && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/partition_table/install: phony esp-idf/partition_table/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/partition_table/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/partition_table/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\partition_table && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/partition_table/install/local: phony esp-idf/partition_table/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/partition_table/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/partition_table/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\partition_table && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/partition_table/install/strip: phony esp-idf/partition_table/CMakeFiles/install/strip.util - - -############################################# -# Phony custom command for esp-idf\partition_table\CMakeFiles\partition_table_bin - -build esp-idf/partition_table/CMakeFiles/partition_table_bin | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/partition_table_bin: phony partition_table/partition-table.bin partition_table/partition-table.bin - - -############################################# -# Custom command for partition_table\partition-table.bin - -build partition_table/partition-table.bin | ${cmake_ninja_workdir}partition_table/partition-table.bin: CUSTOM_COMMAND C$:/Users/alex/esp/esp-idf/components/partition_table/partitions_singleapp.csv C$:/Users/alex/esp/esp-idf/components/partition_table/gen_esp32part.py - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\partition_table && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 2MB -- C:/Users/alex/esp/esp-idf/components/partition_table/partitions_singleapp.csv C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/partition_table/partition-table.bin && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo "Partition table binary generated. Contents:" && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo ******************************************************************************* && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 2MB -- C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/partition_table/partition-table.bin && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo *******************************************************************************" - DESC = Generating ../../partition_table/partition-table.bin - restat = 1 - - -############################################# -# Custom command for esp-idf\partition_table\CMakeFiles\partition-table - -build esp-idf/partition_table/CMakeFiles/partition-table | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/partition-table: CUSTOM_COMMAND || esp-idf/partition_table/partition_table_bin - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\partition_table && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo "Partition table binary generated. Contents:" && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo ******************************************************************************* && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/components/partition_table/gen_esp32part.py -q --offset 0x8000 --flash-size 2MB -- C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/partition_table/partition-table.bin && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo *******************************************************************************" - - -############################################# -# Custom command for esp-idf\partition_table\CMakeFiles\partition_table - -build esp-idf/partition_table/CMakeFiles/partition_table | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/partition_table: CUSTOM_COMMAND || esp-idf/partition_table/partition-table esp-idf/partition_table/partition_table_bin - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\partition_table && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo " - DESC = Warning: command "partition_table" is deprecated. Have you wanted to run "partition-table" instead? - - -############################################# -# Custom command for esp-idf\partition_table\CMakeFiles\partition-table-flash - -build esp-idf/partition_table/CMakeFiles/partition-table-flash | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/partition-table-flash: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\esp\esp-idf\components\partition_table && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -D IDF_PATH=C:/Users/alex/esp/esp-idf -D SERIAL_TOOL=C:/Users/alex/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;;C:/Users/alex/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32 -D SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@partition-table-flash_args -D WORKING_DIRECTORY=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build -P C:/Users/alex/esp/esp-idf/components/esptool_py/run_serial_tool.cmake" - pool = console - - -############################################# -# Custom command for esp-idf\partition_table\CMakeFiles\encrypted-partition-table-flash - -build esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\partition_table && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo "Error: The target encrypted-partition-table-flash requires" && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo "CONFIG_SECURE_FLASH_ENCRYPTION_MODE_DEVELOPMENT to be enabled." && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E env "FAIL_MESSAGE=Failed executing target (see errors on lines above)" C:/Users/alex/.espressif/tools/cmake/3.24.0/bin/cmake.exe -P C:/Users/alex/esp/esp-idf/tools/cmake/scripts/fail.cmake" - - -############################################# -# Custom command for esp-idf\partition_table\CMakeFiles\partition_table-flash - -build esp-idf/partition_table/CMakeFiles/partition_table-flash | ${cmake_ninja_workdir}esp-idf/partition_table/CMakeFiles/partition_table-flash: CUSTOM_COMMAND || esp-idf/partition_table/partition-table-flash - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\partition_table && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -E echo " - DESC = Warning: command "partition_table-flash" is deprecated. Have you wanted to run "partition-table-flash" instead? - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_partition - - -############################################# -# Order-only phony target for __idf_esp_partition - -build cmake_object_order_depends_target___idf_esp_partition: phony || cmake_object_order_depends_target___idf_app_update - -build esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj: C_COMPILER____idf_esp_partition_ C$:/Users/alex/esp/esp-idf/components/esp_partition/partition.c || cmake_object_order_depends_target___idf_esp_partition - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_partition\CMakeFiles\__idf_esp_partition.dir\partition.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include - OBJECT_DIR = esp-idf\esp_partition\CMakeFiles\__idf_esp_partition.dir - OBJECT_FILE_DIR = esp-idf\esp_partition\CMakeFiles\__idf_esp_partition.dir - 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_ C$:/Users/alex/esp/esp-idf/components/esp_partition/partition_target.c || cmake_object_order_depends_target___idf_esp_partition - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_partition\CMakeFiles\__idf_esp_partition.dir\partition_target.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include - OBJECT_DIR = esp-idf\esp_partition\CMakeFiles\__idf_esp_partition.dir - OBJECT_FILE_DIR = esp-idf\esp_partition\CMakeFiles\__idf_esp_partition.dir - 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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_partition - - -############################################# -# Link the static library esp-idf\esp_partition\libesp_partition.a - -build esp-idf/esp_partition/libesp_partition.a: C_STATIC_LIBRARY_LINKER____idf_esp_partition_ esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj || esp-idf/app_update/libapp_update.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_partition\CMakeFiles\__idf_esp_partition.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_partition/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_partition && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_partition/edit_cache: phony esp-idf/esp_partition/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_partition/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_partition && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_partition/rebuild_cache: phony esp-idf/esp_partition/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_partition/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_partition/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_partition/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_partition && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_partition/install: phony esp-idf/esp_partition/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_partition/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_partition/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_partition && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/esp_partition/install/local: phony esp-idf/esp_partition/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_partition/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_partition/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_partition && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/esp_partition/install/strip: phony esp-idf/esp_partition/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_app_update - - -############################################# -# Order-only phony target for __idf_app_update - -build cmake_object_order_depends_target___idf_app_update: phony || cmake_object_order_depends_target___idf_esp_mm - -build esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj: C_COMPILER____idf_app_update_ C$:/Users/alex/esp/esp-idf/components/app_update/esp_ota_ops.c || cmake_object_order_depends_target___idf_app_update - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\app_update\CMakeFiles\__idf_app_update.dir\esp_ota_ops.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\app_update\CMakeFiles\__idf_app_update.dir\esp_ota_app_desc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_app_update - - -############################################# -# Link the static library esp-idf\app_update\libapp_update.a - -build esp-idf/app_update/libapp_update.a: C_STATIC_LIBRARY_LINKER____idf_app_update_ esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj || esp-idf/esp_mm/libesp_mm.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\app_update\CMakeFiles\__idf_app_update.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/app_update/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\app_update && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/app_update/edit_cache: phony esp-idf/app_update/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/app_update/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\app_update && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/app_update/rebuild_cache: phony esp-idf/app_update/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/app_update/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/app_update/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/app_update/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\app_update && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/app_update/install: phony esp-idf/app_update/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/app_update/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/app_update/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\app_update && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/app_update/install/local: phony esp-idf/app_update/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/app_update/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/app_update/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\app_update && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/app_update/install/strip: phony esp-idf/app_update/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -4763,45 +4443,45 @@ build esp-idf/app_update/install/strip: phony esp-idf/app_update/CMakeFiles/inst build cmake_object_order_depends_target___idf_esp_mm: phony || cmake_object_order_depends_target___idf_spi_flash -build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj: C_COMPILER____idf_esp_mm_ C$:/Users/alex/esp/esp-idf/components/esp_mm/esp_mmu_map.c || cmake_object_order_depends_target___idf_esp_mm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir\esp_mmu_map.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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/esp_mmu_map.c.obj: C_COMPILER____idf_esp_mm_unscanned_ /home/abobkov/esp/esp-idf/components/esp_mm/esp_mmu_map.c || cmake_object_order_depends_target___idf_esp_mm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp32/ext_mem_layout.c.obj: C_COMPILER____idf_esp_mm_ C$:/Users/alex/esp/esp-idf/components/esp_mm/port/esp32/ext_mem_layout.c || cmake_object_order_depends_target___idf_esp_mm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir\port\esp32\ext_mem_layout.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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\esp32 - 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c3/ext_mem_layout.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_ C$:/Users/alex/esp/esp-idf/components/esp_mm/esp_cache.c || cmake_object_order_depends_target___idf_esp_mm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir\esp_cache.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/cache_esp32.c.obj: C_COMPILER____idf_esp_mm_ C$:/Users/alex/esp/esp-idf/components/esp_mm/cache_esp32.c || cmake_object_order_depends_target___idf_esp_mm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir\cache_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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/heap_align_hw.c.obj: C_COMPILER____idf_esp_mm_unscanned_ /home/abobkov/esp/esp-idf/components/esp_mm/heap_align_hw.c || cmake_object_order_depends_target___idf_esp_mm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 # ============================================================================= @@ -4809,25 +4489,24 @@ build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj: C_COMPILER__ ############################################# -# Link the static library esp-idf\esp_mm\libesp_mm.a +# Link the static library esp-idf/esp_mm/libesp_mm.a -build esp-idf/esp_mm/libesp_mm.a: C_STATIC_LIBRARY_LINKER____idf_esp_mm_ esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj || esp-idf/spi_flash/libspi_flash.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_mm\CMakeFiles\__idf_esp_mm.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 +build esp-idf/esp_mm/libesp_mm.a: C_STATIC_LIBRARY_LINKER____idf_esp_mm_ esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c3/ext_mem_layout.c.obj esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj || esp-idf/spi_flash/libspi_flash.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/esp_mm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_mm && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_mm/edit_cache: phony esp-idf/esp_mm/CMakeFiles/edit_cache.util @@ -4837,7 +4516,7 @@ build esp-idf/esp_mm/edit_cache: phony esp-idf/esp_mm/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/esp_mm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_mm && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -4855,7 +4534,7 @@ build esp-idf/esp_mm/list_install_components: phony # Utility command for install build esp-idf/esp_mm/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_mm/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_mm && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -4867,7 +4546,7 @@ build esp-idf/esp_mm/install: phony esp-idf/esp_mm/CMakeFiles/install.util # Utility command for install/local build esp-idf/esp_mm/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_mm/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_mm && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -4879,7 +4558,7 @@ build esp-idf/esp_mm/install/local: phony esp-idf/esp_mm/CMakeFiles/install/loca # Utility command for install/strip build esp-idf/esp_mm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_mm/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_mm && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -4888,7 +4567,7 @@ build esp-idf/esp_mm/install/strip: phony esp-idf/esp_mm/CMakeFiles/install/stri # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -4898,197 +4577,197 @@ build esp-idf/esp_mm/install/strip: phony esp-idf/esp_mm/CMakeFiles/install/stri ############################################# # Order-only phony target for __idf_spi_flash -build cmake_object_order_depends_target___idf_spi_flash: phony || cmake_object_order_depends_target___idf_pthread +build cmake_object_order_depends_target___idf_spi_flash: phony || cmake_object_order_depends_target___idf_esp_system -build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj: C_COMPILER____idf_spi_flash_ C$:/Users/alex/esp/esp-idf/components/spi_flash/flash_brownout_hook.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\flash_brownout_hook.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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_brownout_hook.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/abobkov/esp/esp-idf/components/spi_flash/flash_brownout_hook.c || cmake_object_order_depends_target___idf_spi_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_drivers.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_generic.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_issi.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_mxic.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_gd.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_winbond.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_boya.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_mxic_opi.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_chip_th.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + 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_ C$:/Users/alex/esp/esp-idf/components/spi_flash/memspi_host_driver.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\memspi_host_driver.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + 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_ C$:/Users/alex/esp/esp-idf/components/spi_flash/cache_utils.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\cache_utils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + 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_ C$:/Users/alex/esp/esp-idf/components/spi_flash/flash_mmap.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\flash_mmap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + 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_ C$:/Users/alex/esp/esp-idf/components/spi_flash/flash_ops.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\flash_ops.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + 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_ C$:/Users/alex/esp/esp-idf/components/spi_flash/spi_flash_wrap.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_wrap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + 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_ C$:/Users/alex/esp/esp-idf/components/spi_flash/esp_flash_api.c || cmake_object_order_depends_target___idf_spi_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\esp_flash_api.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\esp_flash_spi_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_os_func_app.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir\spi_flash_os_func_noos.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + 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 # ============================================================================= @@ -5096,25 +4775,24 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c. ############################################# -# Link the static library esp-idf\spi_flash\libspi_flash.a +# Link the static library esp-idf/spi_flash/libspi_flash.a -build esp-idf/spi_flash/libspi_flash.a: C_STATIC_LIBRARY_LINKER____idf_spi_flash_ esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj || esp-idf/pthread/libpthread.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\spi_flash\CMakeFiles\__idf_spi_flash.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 +build esp-idf/spi_flash/libspi_flash.a: C_STATIC_LIBRARY_LINKER____idf_spi_flash_ esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj || esp-idf/esp_system/libesp_system.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/spi_flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\spi_flash && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/spi_flash/edit_cache: phony esp-idf/spi_flash/CMakeFiles/edit_cache.util @@ -5124,7 +4802,7 @@ build esp-idf/spi_flash/edit_cache: phony esp-idf/spi_flash/CMakeFiles/edit_cach # Utility command for rebuild_cache build esp-idf/spi_flash/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\spi_flash && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -5142,7 +4820,7 @@ build esp-idf/spi_flash/list_install_components: phony # Utility command for install build esp-idf/spi_flash/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/spi_flash/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\spi_flash && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -5154,7 +4832,7 @@ build esp-idf/spi_flash/install: phony esp-idf/spi_flash/CMakeFiles/install.util # Utility command for install/local build esp-idf/spi_flash/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/spi_flash/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\spi_flash && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -5166,7 +4844,7 @@ build esp-idf/spi_flash/install/local: phony esp-idf/spi_flash/CMakeFiles/instal # Utility command for install/strip build esp-idf/spi_flash/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/spi_flash/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\spi_flash && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -5175,154 +4853,7 @@ build esp-idf/spi_flash/install/strip: phony esp-idf/spi_flash/CMakeFiles/instal # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_pthread - - -############################################# -# Order-only phony target for __idf_pthread - -build cmake_object_order_depends_target___idf_pthread: phony || cmake_object_order_depends_target___idf_esp_system - -build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj: C_COMPILER____idf_pthread_ C$:/Users/alex/esp/esp-idf/components/pthread/pthread.c || cmake_object_order_depends_target___idf_pthread - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\pthread\CMakeFiles\__idf_pthread.dir\pthread.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir - OBJECT_FILE_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir - 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_ C$:/Users/alex/esp/esp-idf/components/pthread/pthread_cond_var.c || cmake_object_order_depends_target___idf_pthread - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\pthread\CMakeFiles\__idf_pthread.dir\pthread_cond_var.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir - OBJECT_FILE_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir - 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_ C$:/Users/alex/esp/esp-idf/components/pthread/pthread_local_storage.c || cmake_object_order_depends_target___idf_pthread - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\pthread\CMakeFiles\__idf_pthread.dir\pthread_local_storage.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir - OBJECT_FILE_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir - 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_ C$:/Users/alex/esp/esp-idf/components/pthread/pthread_rwlock.c || cmake_object_order_depends_target___idf_pthread - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\pthread\CMakeFiles\__idf_pthread.dir\pthread_rwlock.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir - OBJECT_FILE_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir - 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_ C$:/Users/alex/esp/esp-idf/components/pthread/pthread_semaphore.c || cmake_object_order_depends_target___idf_pthread - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\pthread\CMakeFiles\__idf_pthread.dir\pthread_semaphore.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir - OBJECT_FILE_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir - TARGET_COMPILE_PDB = esp-idf\pthread\CMakeFiles\__idf_pthread.dir\__idf_pthread.pdb - TARGET_PDB = esp-idf\pthread\libpthread.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_pthread - - -############################################# -# Link the static library esp-idf\pthread\libpthread.a - -build esp-idf/pthread/libpthread.a: C_STATIC_LIBRARY_LINKER____idf_pthread_ esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj || esp-idf/esp_system/libesp_system.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\pthread\CMakeFiles\__idf_pthread.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/pthread/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\pthread && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/pthread/edit_cache: phony esp-idf/pthread/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/pthread/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\pthread && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/pthread/rebuild_cache: phony esp-idf/pthread/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/pthread/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/pthread/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/pthread/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\pthread && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/pthread/install: phony esp-idf/pthread/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/pthread/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/pthread/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\pthread && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/pthread/install/local: phony esp-idf/pthread/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/pthread/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/pthread/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\pthread && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/pthread/install/strip: phony esp-idf/pthread/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -5332,357 +4863,307 @@ build esp-idf/pthread/install/strip: phony esp-idf/pthread/CMakeFiles/install/st ############################################# # Order-only phony target for __idf_esp_system -build cmake_object_order_depends_target___idf_esp_system: phony || cmake_object_order_depends_target___idf_esp_rom +build cmake_object_order_depends_target___idf_esp_system: phony || cmake_object_order_depends_target___idf_esp_common -build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj: C_COMPILER____idf_esp_system_ C$:/Users/alex/esp/esp-idf/components/esp_system/esp_err.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\esp_err.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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_err.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/esp_err.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/esp/esp-idf/components/esp_system/crosscore_int.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\crosscore_int.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/esp/esp-idf/components/esp_system/esp_ipc.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\esp_ipc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/esp/esp-idf/components/esp_system/freertos_hooks.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\freertos_hooks.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/esp/esp-idf/components/esp_system/int_wdt.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\int_wdt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/esp/esp-idf/components/esp_system/panic.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\panic.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/esp/esp-idf/components/esp_system/esp_system.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\esp_system.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/esp/esp-idf/components/esp_system/startup.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\startup.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -fno-stack-protector - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -fno-stack-protector + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/esp/esp-idf/components/esp_system/system_time.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\system_time.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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_funcs.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/startup_funcs.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/esp/esp-idf/components/esp_system/stack_check.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\stack_check.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -fno-stack-protector - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/esp/esp-idf/components/esp_system/ubsan.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\ubsan.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -fno-stack-protector + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/esp/esp-idf/components/esp_system/xt_wdt.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\xt_wdt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/esp/esp-idf/components/esp_system/debug_stubs.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\debug_stubs.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\task_wdt\task_wdt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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.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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\task_wdt\task_wdt_impl_timergroup.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/port/cpu_start.c.obj: C_COMPILER____idf_esp_system_ C$:/Users/alex/esp/esp-idf/components/esp_system/port/cpu_start.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\cpu_start.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/panic_handler.c.obj: C_COMPILER____idf_esp_system_ C$:/Users/alex/esp/esp-idf/components/esp_system/port/panic_handler.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\panic_handler.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -fno-stack-protector + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\esp_system_chip.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/esp/esp-idf/components/esp_system/port/brownout.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\brownout.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/soc/esp32/highint_hdl.S.obj: ASM_COMPILER____idf_esp_system_ C$:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32/highint_hdl.S || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\soc\esp32\highint_hdl.S.obj.d - FLAGS = -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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\esp32 - 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/image_process.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/port/image_process.c || cmake_object_order_depends_target___idf_esp_system + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/soc/esp32/clk.c.obj: C_COMPILER____idf_esp_system_ C$:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32/clk.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\soc\esp32\clk.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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\esp32 - 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/soc/esp32/reset_reason.c.obj: C_COMPILER____idf_esp_system_ C$:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32/reset_reason.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\soc\esp32\reset_reason.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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\esp32 - 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/esp32/system_internal.c.obj: C_COMPILER____idf_esp_system_ C$:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32/system_internal.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\soc\esp32\system_internal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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\esp32 - 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/esp32/cache_err_int.c.obj: C_COMPILER____idf_esp_system_ C$:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32/cache_err_int.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\soc\esp32\cache_err_int.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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\esp32 - 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/xtensa/panic_arch.c.obj: C_COMPILER____idf_esp_system_ C$:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/panic_arch.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\panic_arch.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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\xtensa - 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/xtensa/panic_handler_asm.S.obj: ASM_COMPILER____idf_esp_system_ C$:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/panic_handler_asm.S || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\panic_handler_asm.S.obj.d - FLAGS = -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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\xtensa - 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/clk.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/arch/xtensa/expression_with_stack.c.obj: C_COMPILER____idf_esp_system_ C$:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/expression_with_stack.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\expression_with_stack.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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\xtensa - 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/reset_reason.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/arch/xtensa/expression_with_stack_asm.S.obj: ASM_COMPILER____idf_esp_system_ C$:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/expression_with_stack_asm.S || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\expression_with_stack_asm.S.obj.d - FLAGS = -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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\xtensa - 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/system_internal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/arch/xtensa/debug_helpers.c.obj: C_COMPILER____idf_esp_system_ C$:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\debug_helpers.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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\xtensa - 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/cache_err_int.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/arch/xtensa/debug_helpers_asm.S.obj: ASM_COMPILER____idf_esp_system_ C$:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers_asm.S || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\debug_helpers_asm.S.obj.d - FLAGS = -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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\xtensa - 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/xtensa/debug_stubs.c.obj: C_COMPILER____idf_esp_system_ C$:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_stubs.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\debug_stubs.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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\xtensa - 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/xtensa/trax.c.obj: C_COMPILER____idf_esp_system_ C$:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/trax.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\trax.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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\xtensa - 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/xtensa/esp_ipc_isr.c.obj: C_COMPILER____idf_esp_system_ C$:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr.c || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\esp_ipc_isr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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\xtensa - 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/xtensa/esp_ipc_isr_handler.S.obj: ASM_COMPILER____idf_esp_system_ C$:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_handler.S || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\esp_ipc_isr_handler.S.obj.d - FLAGS = -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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\xtensa - 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/xtensa/esp_ipc_isr_routines.S.obj: ASM_COMPILER____idf_esp_system_ C$:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_routines.S || cmake_object_order_depends_target___idf_esp_system - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir\port\arch\xtensa\esp_ipc_isr_routines.S.obj.d - FLAGS = -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/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\xtensa - 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/apb_backup_dma.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 # ============================================================================= @@ -5690,37 +5171,42 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ip ############################################# -# Link the static library esp-idf\esp_system\libesp_system.a +# Link the static library esp-idf/esp_system/libesp_system.a -build esp-idf/esp_system/libesp_system.a: C_STATIC_LIBRARY_LINKER____idf_esp_system_ esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/debug_stubs.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_arch.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj || esp-idf/esp_rom/libesp_rom.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_system\CMakeFiles\__idf_esp_system.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 +build esp-idf/esp_system/libesp_system.a: C_STATIC_LIBRARY_LINKER____idf_esp_system_ esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/clk.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/reset_reason.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/system_internal.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/cache_err_int.c.obj esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/apb_backup_dma.c.obj || esp-idf/esp_common/libesp_common.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for memory.ld + +build esp-idf/esp_system/memory.ld: phony esp-idf/esp_system/CMakeFiles/memory.ld esp-idf/esp_system/ld/memory.ld + + +############################################# +# Utility command for sections.ld.in + +build esp-idf/esp_system/sections.ld.in: phony esp-idf/esp_system/CMakeFiles/sections.ld.in esp-idf/esp_system/ld/sections.ld.in ############################################# # Utility command for __ldgen_output_sections.ld -build esp-idf/esp_system/__ldgen_output_sections.ld: phony esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld esp-idf/esp_system/ld/sections.ld esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/main/libmain.a esp-idf/mqtt/libmqtt.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/sdmmc/libsdmmc.a esp-idf/spiffs/libspiffs.a esp-idf/unity/libunity.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/xtensa/libxtensa.a - - -############################################# -# Utility command for memory_ld - -build esp-idf/esp_system/memory_ld: phony esp-idf/esp_system/CMakeFiles/memory_ld esp-idf/esp_system/ld/memory.ld +build esp-idf/esp_system/__ldgen_output_sections.ld: phony esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld esp-idf/esp_system/ld/sections.ld esp-idf/esp_system/ld/sections.ld.in esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/main/libmain.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/unity/libunity.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a ############################################# # Utility command for edit_cache build esp-idf/esp_system/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_system && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_system/edit_cache: phony esp-idf/esp_system/CMakeFiles/edit_cache.util @@ -5730,7 +5216,7 @@ build esp-idf/esp_system/edit_cache: phony esp-idf/esp_system/CMakeFiles/edit_ca # Utility command for rebuild_cache build esp-idf/esp_system/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_system && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -5748,7 +5234,7 @@ build esp-idf/esp_system/list_install_components: phony # Utility command for install build esp-idf/esp_system/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_system/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_system && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -5760,7 +5246,7 @@ build esp-idf/esp_system/install: phony esp-idf/esp_system/CMakeFiles/install.ut # Utility command for install/local build esp-idf/esp_system/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_system/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_system && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -5772,7 +5258,7 @@ build esp-idf/esp_system/install/local: phony esp-idf/esp_system/CMakeFiles/inst # Utility command for install/strip build esp-idf/esp_system/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_system/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_system && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -5781,37 +5267,52 @@ build esp-idf/esp_system/install/strip: phony esp-idf/esp_system/CMakeFiles/inst ############################################# -# Phony custom command for esp-idf\esp_system\CMakeFiles\__ldgen_output_sections.ld +# Phony custom command for esp-idf/esp_system/CMakeFiles/memory.ld -build esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld | ${cmake_ninja_workdir}esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld: phony esp-idf/esp_system/ld/sections.ld || esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a +build esp-idf/esp_system/CMakeFiles/memory.ld | ${cmake_ninja_workdir}esp-idf/esp_system/CMakeFiles/memory.ld: phony esp-idf/esp_system/ld/memory.ld ############################################# -# Custom command for esp-idf\esp_system\ld\sections.ld +# Custom command for esp-idf/esp_system/ld/memory.ld -build esp-idf/esp_system/ld/sections.ld | ${cmake_ninja_workdir}esp-idf/esp_system/ld/sections.ld: CUSTOM_COMMAND C$:/Users/alex/esp/esp-idf/components/esp_system/ld/esp32/sections.ld.in C$:/Users/alex/esp/esp-idf/components/xtensa/linker.lf C$:/Users/alex/esp/esp-idf/components/esp_ringbuf/linker.lf C$:/Users/alex/esp/esp-idf/components/driver/linker.lf C$:/Users/alex/esp/esp-idf/components/driver/gptimer/linker.lf C$:/Users/alex/esp/esp-idf/components/esp_pm/linker.lf C$:/Users/alex/esp/esp-idf/components/esp_mm/linker.lf C$:/Users/alex/esp/esp-idf/components/spi_flash/linker.lf C$:/Users/alex/esp/esp-idf/components/esp_system/linker.lf C$:/Users/alex/esp/esp-idf/components/esp_system/app.lf C$:/Users/alex/esp/esp-idf/components/esp_rom/linker.lf C$:/Users/alex/esp/esp-idf/components/hal/linker.lf C$:/Users/alex/esp/esp-idf/components/log/linker.lf C$:/Users/alex/esp/esp-idf/components/heap/linker.lf C$:/Users/alex/esp/esp-idf/components/soc/linker.lf C$:/Users/alex/esp/esp-idf/components/esp_hw_support/linker.lf C$:/Users/alex/esp/esp-idf/components/freertos/linker.lf C$:/Users/alex/esp/esp-idf/components/freertos/linker_common.lf C$:/Users/alex/esp/esp-idf/components/newlib/newlib.lf C$:/Users/alex/esp/esp-idf/components/newlib/system_libs.lf C$:/Users/alex/esp/esp-idf/components/esp_common/common.lf C$:/Users/alex/esp/esp-idf/components/esp_common/soc.lf C$:/Users/alex/esp/esp-idf/components/app_trace/linker.lf C$:/Users/alex/esp/esp-idf/components/esp_event/linker.lf C$:/Users/alex/esp/esp-idf/components/esp_phy/linker.lf C$:/Users/alex/esp/esp-idf/components/lwip/linker.lf C$:/Users/alex/esp/esp-idf/components/esp_netif/linker.lf C$:/Users/alex/esp/esp-idf/components/esp_wifi/linker.lf C$:/Users/alex/esp/esp-idf/components/esp_adc/linker.lf C$:/Users/alex/esp/esp-idf/components/esp_eth/linker.lf C$:/Users/alex/esp/esp-idf/components/esp_gdbstub/linker.lf C$:/Users/alex/esp/esp-idf/components/esp_psram/linker.lf C$:/Users/alex/esp/esp-idf/components/esp_lcd/linker.lf C$:/Users/alex/esp/esp-idf/components/espcoredump/linker.lf C$:/Users/alex/esp/esp-idf/components/ieee802154/linker.lf C$:/Users/alex/esp/esp-idf/components/openthread/linker.lf esp-idf/xtensa/libxtensa.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/efuse/libefuse.a esp-idf/driver/libdriver.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_partition/libesp_partition.a esp-idf/app_update/libapp_update.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/pthread/libpthread.a esp-idf/esp_system/libesp_system.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/cxx/libcxx.a esp-idf/esp_common/libesp_common.a esp-idf/esp_timer/libesp_timer.a esp-idf/app_trace/libapp_trace.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_phy/libesp_phy.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/unity/libunity.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/sdmmc/libsdmmc.a esp-idf/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/perfmon/libperfmon.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/main/libmain.a C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig || esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory_ld esp-idf/esp_timer/libesp_timer.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/xtensa/libxtensa.a - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_system && C:\Users\alex\.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Users/alex/esp/esp-idf/tools/ldgen/ldgen.py --config C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig --fragments-list C:/Users/alex/esp/esp-idf/components/xtensa/linker.lf;C:/Users/alex/esp/esp-idf/components/esp_ringbuf/linker.lf;C:/Users/alex/esp/esp-idf/components/driver/linker.lf;C:/Users/alex/esp/esp-idf/components/driver/gptimer/linker.lf;C:/Users/alex/esp/esp-idf/components/esp_pm/linker.lf;C:/Users/alex/esp/esp-idf/components/esp_mm/linker.lf;C:/Users/alex/esp/esp-idf/components/spi_flash/linker.lf;C:/Users/alex/esp/esp-idf/components/esp_system/linker.lf;C:/Users/alex/esp/esp-idf/components/esp_system/app.lf;C:/Users/alex/esp/esp-idf/components/esp_rom/linker.lf;C:/Users/alex/esp/esp-idf/components/hal/linker.lf;C:/Users/alex/esp/esp-idf/components/log/linker.lf;C:/Users/alex/esp/esp-idf/components/heap/linker.lf;C:/Users/alex/esp/esp-idf/components/soc/linker.lf;C:/Users/alex/esp/esp-idf/components/esp_hw_support/linker.lf;C:/Users/alex/esp/esp-idf/components/freertos/linker.lf;C:/Users/alex/esp/esp-idf/components/freertos/linker_common.lf;C:/Users/alex/esp/esp-idf/components/newlib/newlib.lf;C:/Users/alex/esp/esp-idf/components/newlib/system_libs.lf;C:/Users/alex/esp/esp-idf/components/esp_common/common.lf;C:/Users/alex/esp/esp-idf/components/esp_common/soc.lf;C:/Users/alex/esp/esp-idf/components/app_trace/linker.lf;C:/Users/alex/esp/esp-idf/components/esp_event/linker.lf;C:/Users/alex/esp/esp-idf/components/esp_phy/linker.lf;C:/Users/alex/esp/esp-idf/components/lwip/linker.lf;C:/Users/alex/esp/esp-idf/components/esp_netif/linker.lf;C:/Users/alex/esp/esp-idf/components/esp_wifi/linker.lf;C:/Users/alex/esp/esp-idf/components/esp_adc/linker.lf;C:/Users/alex/esp/esp-idf/components/esp_eth/linker.lf;C:/Users/alex/esp/esp-idf/components/esp_gdbstub/linker.lf;C:/Users/alex/esp/esp-idf/components/esp_psram/linker.lf;C:/Users/alex/esp/esp-idf/components/esp_lcd/linker.lf;C:/Users/alex/esp/esp-idf/components/espcoredump/linker.lf;C:/Users/alex/esp/esp-idf/components/ieee802154/linker.lf;C:/Users/alex/esp/esp-idf/components/openthread/linker.lf --input C:/Users/alex/esp/esp-idf/components/esp_system/ld/esp32/sections.ld.in --output C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/sections.ld --kconfig C:/Users/alex/esp/esp-idf/Kconfig --env-file C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config.env --libraries-file C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/ldgen_libraries --objdump C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe" - DESC = Generating ld/sections.ld +build esp-idf/esp_system/ld/memory.ld | ${cmake_ninja_workdir}esp-idf/esp_system/ld/memory.ld: CUSTOM_COMMAND /home/abobkov/esp/esp-idf/components/esp_system/ld/esp32c3/memory.ld.in config/sdkconfig.h + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system && /usr/bin/cmake -DCC=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DSOURCE=/home/abobkov/esp/esp-idf/components/esp_system/ld/esp32c3/memory.ld.in -DTARGET=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/memory.ld -DCONFIG_DIR=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -DLD_DIR=/home/abobkov/esp/esp-idf/components/esp_system/ld -P /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/linker_script_generator.cmake + DESC = Generating /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/memory.ld linker script... restat = 1 ############################################# -# Phony custom command for esp-idf\esp_system\CMakeFiles\memory_ld +# Phony custom command for esp-idf/esp_system/CMakeFiles/sections.ld.in -build esp-idf/esp_system/CMakeFiles/memory_ld | ${cmake_ninja_workdir}esp-idf/esp_system/CMakeFiles/memory_ld: phony esp-idf/esp_system/ld/memory.ld +build esp-idf/esp_system/CMakeFiles/sections.ld.in | ${cmake_ninja_workdir}esp-idf/esp_system/CMakeFiles/sections.ld.in: phony esp-idf/esp_system/ld/sections.ld.in ############################################# -# Custom command for esp-idf\esp_system\ld\memory.ld +# Custom command for esp-idf/esp_system/ld/sections.ld.in -build esp-idf/esp_system/ld/memory.ld | ${cmake_ninja_workdir}esp-idf/esp_system/ld/memory.ld: CUSTOM_COMMAND C$:/Users/alex/esp/esp-idf/components/esp_system/ld/esp32/memory.ld.in config/sdkconfig.h - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_system && C:\Users\alex\.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gcc.exe -C -P -x c -E -o C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/memory.ld -I C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -I C:/Users/alex/esp/esp-idf/components/esp_system/ld C:/Users/alex/esp/esp-idf/components/esp_system/ld/esp32/memory.ld.in" - DESC = Generating memory.ld linker script... +build esp-idf/esp_system/ld/sections.ld.in | ${cmake_ninja_workdir}esp-idf/esp_system/ld/sections.ld.in: CUSTOM_COMMAND /home/abobkov/esp/esp-idf/components/esp_system/ld/esp32c3/sections.ld.in config/sdkconfig.h + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system && /usr/bin/cmake -DCC=/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DSOURCE=/home/abobkov/esp/esp-idf/components/esp_system/ld/esp32c3/sections.ld.in -DTARGET=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/sections.ld.in -DCONFIG_DIR=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -DLD_DIR=/home/abobkov/esp/esp-idf/components/esp_system/ld -P /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/linker_script_generator.cmake + DESC = Generating /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/sections.ld.in linker script... + restat = 1 + + +############################################# +# Phony custom command for esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld + +build esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld | ${cmake_ninja_workdir}esp-idf/esp_system/CMakeFiles/__ldgen_output_sections.ld: phony esp-idf/esp_system/ld/sections.ld || esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a + + +############################################# +# Custom command for esp-idf/esp_system/ld/sections.ld + +build esp-idf/esp_system/ld/sections.ld | ${cmake_ninja_workdir}esp-idf/esp_system/ld/sections.ld: CUSTOM_COMMAND esp-idf/esp_system/ld/sections.ld.in /home/abobkov/esp/esp-idf/components/riscv/linker.lf /home/abobkov/esp/esp-idf/components/esp_driver_gpio/linker.lf /home/abobkov/esp/esp-idf/components/esp_pm/linker.lf /home/abobkov/esp/esp-idf/components/esp_mm/linker.lf /home/abobkov/esp/esp-idf/components/spi_flash/linker.lf /home/abobkov/esp/esp-idf/components/esp_system/linker.lf /home/abobkov/esp/esp-idf/components/esp_system/app.lf /home/abobkov/esp/esp-idf/components/esp_common/common.lf /home/abobkov/esp/esp-idf/components/esp_common/soc.lf /home/abobkov/esp/esp-idf/components/esp_rom/linker.lf /home/abobkov/esp/esp-idf/components/hal/linker.lf /home/abobkov/esp/esp-idf/components/log/linker.lf /home/abobkov/esp/esp-idf/components/heap/linker.lf /home/abobkov/esp/esp-idf/components/soc/linker.lf /home/abobkov/esp/esp-idf/components/esp_hw_support/linker.lf /home/abobkov/esp/esp-idf/components/esp_hw_support/dma/linker.lf /home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/linker.lf /home/abobkov/esp/esp-idf/components/freertos/linker_common.lf /home/abobkov/esp/esp-idf/components/freertos/linker.lf /home/abobkov/esp/esp-idf/components/newlib/newlib.lf /home/abobkov/esp/esp-idf/components/newlib/system_libs.lf /home/abobkov/esp/esp-idf/components/esp_driver_gptimer/linker.lf /home/abobkov/esp/esp-idf/components/esp_ringbuf/linker.lf /home/abobkov/esp/esp-idf/components/esp_driver_uart/linker.lf /home/abobkov/esp/esp-idf/components/app_trace/linker.lf /home/abobkov/esp/esp-idf/components/esp_event/linker.lf /home/abobkov/esp/esp-idf/components/esp_driver_pcnt/linker.lf /home/abobkov/esp/esp-idf/components/esp_driver_spi/linker.lf /home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/linker.lf /home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/linker.lf /home/abobkov/esp/esp-idf/components/esp_driver_dac/linker.lf /home/abobkov/esp/esp-idf/components/esp_driver_rmt/linker.lf /home/abobkov/esp/esp-idf/components/esp_driver_sdm/linker.lf /home/abobkov/esp/esp-idf/components/esp_driver_i2c/linker.lf /home/abobkov/esp/esp-idf/components/esp_driver_ledc/linker.lf /home/abobkov/esp/esp-idf/components/esp_driver_parlio/linker.lf /home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/linker.lf /home/abobkov/esp/esp-idf/components/driver/twai/linker.lf /home/abobkov/esp/esp-idf/components/esp_phy/linker.lf /home/abobkov/esp/esp-idf/components/vfs/linker.lf /home/abobkov/esp/esp-idf/components/lwip/linker.lf /home/abobkov/esp/esp-idf/components/esp_netif/linker.lf /home/abobkov/esp/esp-idf/components/wpa_supplicant/linker.lf /home/abobkov/esp/esp-idf/components/esp_wifi/linker.lf /home/abobkov/esp/esp-idf/components/esp_adc/linker.lf /home/abobkov/esp/esp-idf/components/esp_driver_isp/linker.lf /home/abobkov/esp/esp-idf/components/esp_eth/linker.lf /home/abobkov/esp/esp-idf/components/esp_gdbstub/linker.lf /home/abobkov/esp/esp-idf/components/esp_psram/linker.lf /home/abobkov/esp/esp-idf/components/esp_lcd/linker.lf /home/abobkov/esp/esp-idf/components/espcoredump/linker.lf /home/abobkov/esp/esp-idf/components/ieee802154/linker.lf /home/abobkov/esp/esp-idf/components/openthread/linker.lf esp-idf/riscv/libriscv.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_pm/libesp_pm.a esp-idf/mbedtls/libmbedtls.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/app_update/libapp_update.a esp-idf/esp_partition/libesp_partition.a esp-idf/efuse/libefuse.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/esp_mm/libesp_mm.a esp-idf/spi_flash/libspi_flash.a esp-idf/esp_system/libesp_system.a esp-idf/esp_common/libesp_common.a esp-idf/esp_rom/libesp_rom.a esp-idf/hal/libhal.a esp-idf/log/liblog.a esp-idf/heap/libheap.a esp-idf/soc/libsoc.a esp-idf/esp_security/libesp_security.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/freertos/libfreertos.a esp-idf/newlib/libnewlib.a esp-idf/pthread/libpthread.a esp-idf/cxx/libcxx.a esp-idf/esp_timer/libesp_timer.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/app_trace/libapp_trace.a esp-idf/esp_event/libesp_event.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/sdmmc/libsdmmc.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/driver/libdriver.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/vfs/libvfs.a esp-idf/lwip/liblwip.a esp-idf/esp_netif/libesp_netif.a esp-idf/wpa_supplicant/libwpa_supplicant.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/unity/libunity.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/http_parser/libhttp_parser.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/main/libmain.a /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig || esp-idf/app_trace/libapp_trace.a esp-idf/app_update/libapp_update.a esp-idf/bootloader_support/libbootloader_support.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/cxx/libcxx.a esp-idf/driver/libdriver.a esp-idf/efuse/libefuse.a esp-idf/esp-tls/libesp-tls.a esp-idf/esp_adc/libesp_adc.a esp-idf/esp_app_format/libesp_app_format.a esp-idf/esp_bootloader_format/libesp_bootloader_format.a esp-idf/esp_coex/libesp_coex.a esp-idf/esp_common/libesp_common.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_driver_gpio/libesp_driver_gpio.a esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a esp-idf/esp_driver_i2c/libesp_driver_i2c.a esp-idf/esp_driver_i2s/libesp_driver_i2s.a esp-idf/esp_driver_ledc/libesp_driver_ledc.a esp-idf/esp_driver_rmt/libesp_driver_rmt.a esp-idf/esp_driver_sdm/libesp_driver_sdm.a esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a esp-idf/esp_driver_spi/libesp_driver_spi.a esp-idf/esp_driver_tsens/libesp_driver_tsens.a esp-idf/esp_driver_uart/libesp_driver_uart.a esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_event/libesp_event.a esp-idf/esp_gdbstub/libesp_gdbstub.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_http_client/libesp_http_client.a esp-idf/esp_http_server/libesp_http_server.a esp-idf/esp_https_ota/libesp_https_ota.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/esp_mm/libesp_mm.a esp-idf/esp_netif/libesp_netif.a esp-idf/esp_partition/libesp_partition.a esp-idf/esp_phy/libesp_phy.a esp-idf/esp_pm/libesp_pm.a esp-idf/esp_ringbuf/libesp_ringbuf.a esp-idf/esp_rom/libesp_rom.a esp-idf/esp_security/libesp_security.a esp-idf/esp_system/libesp_system.a esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/esp_timer/libesp_timer.a esp-idf/esp_vfs_console/libesp_vfs_console.a esp-idf/esp_wifi/libesp_wifi.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/fatfs/libfatfs.a esp-idf/freertos/libfreertos.a esp-idf/hal/libhal.a esp-idf/heap/libheap.a esp-idf/http_parser/libhttp_parser.a esp-idf/json/libjson.a esp-idf/log/liblog.a esp-idf/lwip/liblwip.a esp-idf/main/libmain.a esp-idf/mbedtls/custom_bundle esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mqtt/libmqtt.a esp-idf/newlib/libnewlib.a esp-idf/nvs_flash/libnvs_flash.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/pthread/libpthread.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/sdmmc/libsdmmc.a esp-idf/soc/libsoc.a esp-idf/spi_flash/libspi_flash.a esp-idf/spiffs/libspiffs.a esp-idf/tcp_transport/libtcp_transport.a esp-idf/unity/libunity.a esp-idf/vfs/libvfs.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/wpa_supplicant/libwpa_supplicant.a + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system && /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/abobkov/esp/esp-idf/tools/ldgen/ldgen.py --config /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig --fragments-list "/home/abobkov/esp/esp-idf/components/riscv/linker.lf;/home/abobkov/esp/esp-idf/components/esp_driver_gpio/linker.lf;/home/abobkov/esp/esp-idf/components/esp_pm/linker.lf;/home/abobkov/esp/esp-idf/components/esp_mm/linker.lf;/home/abobkov/esp/esp-idf/components/spi_flash/linker.lf;/home/abobkov/esp/esp-idf/components/esp_system/linker.lf;/home/abobkov/esp/esp-idf/components/esp_system/app.lf;/home/abobkov/esp/esp-idf/components/esp_common/common.lf;/home/abobkov/esp/esp-idf/components/esp_common/soc.lf;/home/abobkov/esp/esp-idf/components/esp_rom/linker.lf;/home/abobkov/esp/esp-idf/components/hal/linker.lf;/home/abobkov/esp/esp-idf/components/log/linker.lf;/home/abobkov/esp/esp-idf/components/heap/linker.lf;/home/abobkov/esp/esp-idf/components/soc/linker.lf;/home/abobkov/esp/esp-idf/components/esp_hw_support/linker.lf;/home/abobkov/esp/esp-idf/components/esp_hw_support/dma/linker.lf;/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/linker.lf;/home/abobkov/esp/esp-idf/components/freertos/linker_common.lf;/home/abobkov/esp/esp-idf/components/freertos/linker.lf;/home/abobkov/esp/esp-idf/components/newlib/newlib.lf;/home/abobkov/esp/esp-idf/components/newlib/system_libs.lf;/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/linker.lf;/home/abobkov/esp/esp-idf/components/esp_ringbuf/linker.lf;/home/abobkov/esp/esp-idf/components/esp_driver_uart/linker.lf;/home/abobkov/esp/esp-idf/components/app_trace/linker.lf;/home/abobkov/esp/esp-idf/components/esp_event/linker.lf;/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/linker.lf;/home/abobkov/esp/esp-idf/components/esp_driver_spi/linker.lf;/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/linker.lf;/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/linker.lf;/home/abobkov/esp/esp-idf/components/esp_driver_dac/linker.lf;/home/abobkov/esp/esp-idf/components/esp_driver_rmt/linker.lf;/home/abobkov/esp/esp-idf/components/esp_driver_sdm/linker.lf;/home/abobkov/esp/esp-idf/components/esp_driver_i2c/linker.lf;/home/abobkov/esp/esp-idf/components/esp_driver_ledc/linker.lf;/home/abobkov/esp/esp-idf/components/esp_driver_parlio/linker.lf;/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/linker.lf;/home/abobkov/esp/esp-idf/components/driver/twai/linker.lf;/home/abobkov/esp/esp-idf/components/esp_phy/linker.lf;/home/abobkov/esp/esp-idf/components/vfs/linker.lf;/home/abobkov/esp/esp-idf/components/lwip/linker.lf;/home/abobkov/esp/esp-idf/components/esp_netif/linker.lf;/home/abobkov/esp/esp-idf/components/wpa_supplicant/linker.lf;/home/abobkov/esp/esp-idf/components/esp_wifi/linker.lf;/home/abobkov/esp/esp-idf/components/esp_adc/linker.lf;/home/abobkov/esp/esp-idf/components/esp_driver_isp/linker.lf;/home/abobkov/esp/esp-idf/components/esp_eth/linker.lf;/home/abobkov/esp/esp-idf/components/esp_gdbstub/linker.lf;/home/abobkov/esp/esp-idf/components/esp_psram/linker.lf;/home/abobkov/esp/esp-idf/components/esp_lcd/linker.lf;/home/abobkov/esp/esp-idf/components/espcoredump/linker.lf;/home/abobkov/esp/esp-idf/components/ieee802154/linker.lf;/home/abobkov/esp/esp-idf/components/openthread/linker.lf" --input /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/sections.ld.in --output /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/sections.ld --kconfig /home/abobkov/esp/esp-idf/Kconfig --env-file /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config.env --libraries-file /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/ldgen_libraries --objdump /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump + DESC = Generating ld/sections.ld restat = 1 # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/components/esp_system/CMakeLists.txt +# /home/abobkov/esp/esp-idf/components/esp_system/CMakeLists.txt # ============================================================================= @@ -5819,9 +5320,8 @@ build esp-idf/esp_system/ld/memory.ld | ${cmake_ninja_workdir}esp-idf/esp_system # Utility command for edit_cache build esp-idf/esp_system/port/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_system\port && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_system/port/edit_cache: phony esp-idf/esp_system/port/CMakeFiles/edit_cache.util @@ -5831,7 +5331,7 @@ build esp-idf/esp_system/port/edit_cache: phony esp-idf/esp_system/port/CMakeFil # Utility command for rebuild_cache build esp-idf/esp_system/port/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_system\port && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -5849,7 +5349,7 @@ build esp-idf/esp_system/port/list_install_components: phony # Utility command for install build esp-idf/esp_system/port/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_system/port/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_system\port && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -5861,7 +5361,7 @@ build esp-idf/esp_system/port/install: phony esp-idf/esp_system/port/CMakeFiles/ # Utility command for install/local build esp-idf/esp_system/port/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_system/port/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_system\port && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -5873,7 +5373,7 @@ build esp-idf/esp_system/port/install/local: phony esp-idf/esp_system/port/CMake # Utility command for install/strip build esp-idf/esp_system/port/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_system/port/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_system\port && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -5882,2573 +5382,77 @@ build esp-idf/esp_system/port/install/strip: phony esp-idf/esp_system/port/CMake # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/components/esp_system/port/CMakeLists.txt +# /home/abobkov/esp/esp-idf/components/esp_system/port/CMakeLists.txt # ============================================================================= ############################################# # Utility command for edit_cache -build esp-idf/esp_system/port/soc/esp32/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_system\port\soc\esp32 && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console +build esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32c3 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 -build esp-idf/esp_system/port/soc/esp32/edit_cache: phony esp-idf/esp_system/port/soc/esp32/CMakeFiles/edit_cache.util +build esp-idf/esp_system/port/soc/esp32c3/edit_cache: phony esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/edit_cache.util ############################################# # Utility command for rebuild_cache -build esp-idf/esp_system/port/soc/esp32/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_system\port\soc\esp32 && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" +build esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32c3 && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 -build esp-idf/esp_system/port/soc/esp32/rebuild_cache: phony esp-idf/esp_system/port/soc/esp32/CMakeFiles/rebuild_cache.util +build esp-idf/esp_system/port/soc/esp32c3/rebuild_cache: phony esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/rebuild_cache.util ############################################# # Utility command for list_install_components -build esp-idf/esp_system/port/soc/esp32/list_install_components: phony +build esp-idf/esp_system/port/soc/esp32c3/list_install_components: phony ############################################# # Utility command for install -build esp-idf/esp_system/port/soc/esp32/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_system/port/soc/esp32/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_system\port\soc\esp32 && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" +build esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_system/port/soc/esp32c3/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32c3 && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 -build esp-idf/esp_system/port/soc/esp32/install: phony esp-idf/esp_system/port/soc/esp32/CMakeFiles/install.util +build esp-idf/esp_system/port/soc/esp32c3/install: phony esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install.util ############################################# # Utility command for install/local -build esp-idf/esp_system/port/soc/esp32/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_system/port/soc/esp32/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_system\port\soc\esp32 && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" +build esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_system/port/soc/esp32c3/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32c3 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 -build esp-idf/esp_system/port/soc/esp32/install/local: phony esp-idf/esp_system/port/soc/esp32/CMakeFiles/install/local.util +build esp-idf/esp_system/port/soc/esp32c3/install/local: phony esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install/local.util ############################################# # Utility command for install/strip -build esp-idf/esp_system/port/soc/esp32/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_system/port/soc/esp32/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_system\port\soc\esp32 && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" +build esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_system/port/soc/esp32c3/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32c3 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 -build esp-idf/esp_system/port/soc/esp32/install/strip: phony esp-idf/esp_system/port/soc/esp32/CMakeFiles/install/strip.util +build esp-idf/esp_system/port/soc/esp32c3/install/strip: phony esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install/strip.util # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_rom - - -############################################# -# Order-only phony target for __idf_esp_rom - -build cmake_object_order_depends_target___idf_esp_rom: phony || cmake_object_order_depends_target___idf_hal - -build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj: C_COMPILER____idf_esp_rom_ C$:/Users/alex/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c || cmake_object_order_depends_target___idf_esp_rom - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_crc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir - OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_sys.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir - OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_uart.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir - OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_spiflash.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir - OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_efuse.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir - OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches - TARGET_COMPILE_PDB = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\__idf_esp_rom.pdb - TARGET_PDB = esp-idf\esp_rom\libesp_rom.pdb - -build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj: ASM_COMPILER____idf_esp_rom_ C$:/Users/alex/esp/esp-idf/components/esp_rom/patches/esp_rom_longjmp.S || cmake_object_order_depends_target___idf_esp_rom - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches\esp_rom_longjmp.S.obj.d - FLAGS = -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir - OBJECT_FILE_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\patches - TARGET_COMPILE_PDB = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\__idf_esp_rom.pdb - TARGET_PDB = esp-idf\esp_rom\libesp_rom.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_rom - - -############################################# -# Link the static library esp-idf\esp_rom\libesp_rom.a - -build esp-idf/esp_rom/libesp_rom.a: C_STATIC_LIBRARY_LINKER____idf_esp_rom_ esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj || esp-idf/hal/libhal.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\esp_rom\CMakeFiles\__idf_esp_rom.dir\__idf_esp_rom.pdb - TARGET_FILE = esp-idf\esp_rom\libesp_rom.a - TARGET_PDB = esp-idf\esp_rom\libesp_rom.pdb - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_rom/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_rom && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_rom/edit_cache: phony esp-idf/esp_rom/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_rom/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_rom && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_rom/rebuild_cache: phony esp-idf/esp_rom/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_rom/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_rom/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_rom/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_rom && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_rom/install: phony esp-idf/esp_rom/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_rom/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_rom/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_rom && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/esp_rom/install/local: phony esp-idf/esp_rom/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_rom/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_rom/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_rom && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/esp_rom/install/strip: phony esp-idf/esp_rom/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_hal - - -############################################# -# Order-only phony target for __idf_hal - -build cmake_object_order_depends_target___idf_hal: phony || cmake_object_order_depends_target___idf_log - -build esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj: C_COMPILER____idf_hal_ C$:/Users/alex/esp/esp-idf/components/hal/mpu_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\mpu_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/efuse_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\efuse_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb - TARGET_PDB = esp-idf\hal\libhal.pdb - -build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj: C_COMPILER____idf_hal_ C$:/Users/alex/esp/esp-idf/components/hal/esp32/efuse_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32\efuse_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32 - 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_ C$:/Users/alex/esp/esp-idf/components/hal/wdt_hal_iram.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\wdt_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/mmu_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\mmu_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb - TARGET_PDB = esp-idf\hal\libhal.pdb - -build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj: C_COMPILER____idf_hal_ C$:/Users/alex/esp/esp-idf/components/hal/esp32/cache_hal_esp32.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32\cache_hal_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32 - 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/rtc_io_hal.c.obj: C_COMPILER____idf_hal_ C$:/Users/alex/esp/esp-idf/components/hal/rtc_io_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\rtc_io_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/gpio_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\gpio_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/uart_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\uart_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/uart_hal_iram.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\uart_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/adc_hal_common.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\adc_hal_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/adc_oneshot_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\adc_oneshot_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb - TARGET_PDB = esp-idf\hal\libhal.pdb - -build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/clk_tree_hal.c.obj: C_COMPILER____idf_hal_ C$:/Users/alex/esp/esp-idf/components/hal/esp32/clk_tree_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32\clk_tree_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32 - 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_ C$:/Users/alex/esp/esp-idf/components/hal/spi_flash_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_flash_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/spi_flash_hal_iram.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_flash_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/spi_flash_encrypt_hal_iram.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_flash_encrypt_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/timer_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\timer_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/ledc_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\ledc_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/ledc_hal_iram.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\ledc_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/i2c_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\i2c_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/i2c_hal_iram.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\i2c_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/rmt_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\rmt_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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/pcnt_hal.c.obj: C_COMPILER____idf_hal_ C$:/Users/alex/esp/esp-idf/components/hal/pcnt_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\pcnt_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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/mcpwm_hal.c.obj: C_COMPILER____idf_hal_ C$:/Users/alex/esp/esp-idf/components/hal/mcpwm_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\mcpwm_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/twai_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\twai_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/twai_hal_iram.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\twai_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/i2s_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\i2s_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/sdm_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\sdm_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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/emac_hal.c.obj: C_COMPILER____idf_hal_ C$:/Users/alex/esp/esp-idf/components/hal/emac_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\emac_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/adc_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\adc_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/sha_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\sha_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/aes_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\aes_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/brownout_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\brownout_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/spi_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/spi_hal_iram.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/spi_slave_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_slave_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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_ C$:/Users/alex/esp/esp-idf/components/hal/spi_slave_hal_iram.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\spi_slave_hal_iram.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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/sdio_slave_hal.c.obj: C_COMPILER____idf_hal_ C$:/Users/alex/esp/esp-idf/components/hal/sdio_slave_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\sdio_slave_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - 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/touch_sensor_hal.c.obj: C_COMPILER____idf_hal_ C$:/Users/alex/esp/esp-idf/components/hal/touch_sensor_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\touch_sensor_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb - TARGET_PDB = esp-idf\hal\libhal.pdb - -build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/touch_sensor_hal.c.obj: C_COMPILER____idf_hal_ C$:/Users/alex/esp/esp-idf/components/hal/esp32/touch_sensor_hal.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32\touch_sensor_hal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb - TARGET_PDB = esp-idf\hal\libhal.pdb - -build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/gpio_hal_workaround.c.obj: C_COMPILER____idf_hal_ C$:/Users/alex/esp/esp-idf/components/hal/esp32/gpio_hal_workaround.c || cmake_object_order_depends_target___idf_hal - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32\gpio_hal_workaround.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - OBJECT_FILE_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb - TARGET_PDB = esp-idf\hal\libhal.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_hal - - -############################################# -# Link the static library esp-idf\hal\libhal.a - -build esp-idf/hal/libhal.a: C_STATIC_LIBRARY_LINKER____idf_hal_ esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/clk_tree_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/emac_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sensor_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/touch_sensor_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/gpio_hal_workaround.c.obj || esp-idf/log/liblog.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\hal\CMakeFiles\__idf_hal.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\hal\CMakeFiles\__idf_hal.dir\__idf_hal.pdb - TARGET_FILE = esp-idf\hal\libhal.a - TARGET_PDB = esp-idf\hal\libhal.pdb - - -############################################# -# Utility command for edit_cache - -build esp-idf/hal/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\hal && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/hal/edit_cache: phony esp-idf/hal/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/hal/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\hal && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/hal/rebuild_cache: phony esp-idf/hal/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/hal/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/hal/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/hal/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\hal && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/hal/install: phony esp-idf/hal/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/hal/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/hal/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\hal && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/hal/install/local: phony esp-idf/hal/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/hal/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/hal/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\hal && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/hal/install/strip: phony esp-idf/hal/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_log - - -############################################# -# Order-only phony target for __idf_log - -build cmake_object_order_depends_target___idf_log: phony || cmake_object_order_depends_target___idf_heap - -build esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj: C_COMPILER____idf_log_ C$:/Users/alex/esp/esp-idf/components/log/log.c || cmake_object_order_depends_target___idf_log - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\log.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - 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_ C$:/Users/alex/esp/esp-idf/components/log/log_buffers.c || cmake_object_order_depends_target___idf_log - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\log_buffers.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - 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_ C$:/Users/alex/esp/esp-idf/components/log/log_freertos.c || cmake_object_order_depends_target___idf_log - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\log\CMakeFiles\__idf_log.dir\log_freertos.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - OBJECT_FILE_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - TARGET_COMPILE_PDB = esp-idf\log\CMakeFiles\__idf_log.dir\__idf_log.pdb - TARGET_PDB = esp-idf\log\liblog.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_log - - -############################################# -# Link the static library esp-idf\log\liblog.a - -build esp-idf/log/liblog.a: C_STATIC_LIBRARY_LINKER____idf_log_ esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj || esp-idf/heap/libheap.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\log\CMakeFiles\__idf_log.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\log\CMakeFiles\__idf_log.dir\__idf_log.pdb - TARGET_FILE = esp-idf\log\liblog.a - TARGET_PDB = esp-idf\log\liblog.pdb - - -############################################# -# Utility command for edit_cache - -build esp-idf/log/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\log && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/log/edit_cache: phony esp-idf/log/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/log/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\log && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/log/rebuild_cache: phony esp-idf/log/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/log/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/log/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/log/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\log && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/log/install: phony esp-idf/log/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/log/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/log/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\log && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/log/install/local: phony esp-idf/log/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/log/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/log/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\log && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/log/install/strip: phony esp-idf/log/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_heap - - -############################################# -# Order-only phony target for __idf_heap - -build cmake_object_order_depends_target___idf_heap: phony || cmake_object_order_depends_target___idf_soc - -build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj: C_COMPILER____idf_heap_ C$:/Users/alex/esp/esp-idf/components/heap/heap_caps.c || cmake_object_order_depends_target___idf_heap - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\heap\CMakeFiles\__idf_heap.dir\heap_caps.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir - OBJECT_FILE_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir - 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_ C$:/Users/alex/esp/esp-idf/components/heap/heap_caps_init.c || cmake_object_order_depends_target___idf_heap - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\heap\CMakeFiles\__idf_heap.dir\heap_caps_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir - OBJECT_FILE_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir - 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_ C$:/Users/alex/esp/esp-idf/components/heap/multi_heap.c || cmake_object_order_depends_target___idf_heap - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\heap\CMakeFiles\__idf_heap.dir\multi_heap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir - OBJECT_FILE_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir - 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_ C$:/Users/alex/esp/esp-idf/components/heap/tlsf/tlsf.c || cmake_object_order_depends_target___idf_heap - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\heap\CMakeFiles\__idf_heap.dir\tlsf\tlsf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir - OBJECT_FILE_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir\tlsf - 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_ C$:/Users/alex/esp/esp-idf/components/heap/port/memory_layout_utils.c || cmake_object_order_depends_target___idf_heap - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\heap\CMakeFiles\__idf_heap.dir\port\memory_layout_utils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir - OBJECT_FILE_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir\port - 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/esp32/memory_layout.c.obj: C_COMPILER____idf_heap_ C$:/Users/alex/esp/esp-idf/components/heap/port/esp32/memory_layout.c || cmake_object_order_depends_target___idf_heap - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\heap\CMakeFiles\__idf_heap.dir\port\esp32\memory_layout.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir - OBJECT_FILE_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir\port\esp32 - TARGET_COMPILE_PDB = esp-idf\heap\CMakeFiles\__idf_heap.dir\__idf_heap.pdb - TARGET_PDB = esp-idf\heap\libheap.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_heap - - -############################################# -# Link the static library esp-idf\heap\libheap.a - -build esp-idf/heap/libheap.a: C_STATIC_LIBRARY_LINKER____idf_heap_ esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32/memory_layout.c.obj || esp-idf/soc/libsoc.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\heap\CMakeFiles\__idf_heap.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/heap/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\heap && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/heap/edit_cache: phony esp-idf/heap/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/heap/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\heap && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/heap/rebuild_cache: phony esp-idf/heap/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/heap/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/heap/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/heap/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\heap && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/heap/install: phony esp-idf/heap/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/heap/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/heap/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\heap && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/heap/install/local: phony esp-idf/heap/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/heap/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/heap/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\heap && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/heap/install/strip: phony esp-idf/heap/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_soc - - -############################################# -# Order-only phony target for __idf_soc - -build cmake_object_order_depends_target___idf_soc: phony || cmake_object_order_depends_target___idf_esp_hw_support - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/lldesc.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\lldesc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - 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_ C$:/Users/alex/esp/esp-idf/components/soc/dport_access_common.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\dport_access_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/interrupts.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\interrupts.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/gpio_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\gpio_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/uart_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\uart_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/dport_access.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\dport_access.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/adc_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\adc_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/spi_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\spi_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/ledc_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\ledc_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/pcnt_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\pcnt_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/rmt_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\rmt_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/sdm_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\sdm_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/i2s_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\i2s_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/i2c_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\i2c_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/timer_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\timer_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/lcd_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\lcd_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/mcpwm_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\mcpwm_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/sdmmc_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\sdmmc_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/touch_sensor_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\touch_sensor_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/twai_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\twai_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/dac_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\dac_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/rtc_io_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\rtc_io_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - -build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj: C_COMPILER____idf_soc_ C$:/Users/alex/esp/esp-idf/components/soc/esp32/sdio_slave_periph.c || cmake_object_order_depends_target___idf_soc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32\sdio_slave_periph.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - OBJECT_FILE_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir\esp32 - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_PDB = esp-idf\soc\libsoc.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_soc - - -############################################# -# Link the static library esp-idf\soc\libsoc.a - -build esp-idf/soc/libsoc.a: C_STATIC_LIBRARY_LINKER____idf_soc_ esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj || esp-idf/esp_hw_support/libesp_hw_support.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\soc\CMakeFiles\__idf_soc.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\soc\CMakeFiles\__idf_soc.dir\__idf_soc.pdb - TARGET_FILE = esp-idf\soc\libsoc.a - TARGET_PDB = esp-idf\soc\libsoc.pdb - - -############################################# -# Utility command for edit_cache - -build esp-idf/soc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\soc && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/soc/edit_cache: phony esp-idf/soc/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/soc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\soc && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/soc/rebuild_cache: phony esp-idf/soc/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/soc/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/soc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/soc/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\soc && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/soc/install: phony esp-idf/soc/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/soc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/soc/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\soc && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/soc/install/local: phony esp-idf/soc/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/soc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/soc/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\soc && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/soc/install/strip: phony esp-idf/soc/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_hw_support - - -############################################# -# Order-only phony target for __idf_esp_hw_support - -build cmake_object_order_depends_target___idf_esp_hw_support: phony || cmake_object_order_depends_target___idf_freertos - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/cpu.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\cpu.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\esp_memory_utils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/cpu_region_protect.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\cpu_region_protect.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\esp_clk.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\clk_ctrl_os.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\hw_random.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\intr_alloc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\mac_addr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\periph_ctrl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - 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_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/revision.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\revision.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\rtc_module.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\sleep_modes.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\sleep_gpio.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\sleep_modem.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\regi2c_ctrl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\esp_gpio_reserve.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\sar_periph_ctrl_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/io_mux.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/io_mux.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\io_mux.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_clk_tree.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/esp_clk_tree.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\esp_clk_tree.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp_clk_tree_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\adc_share_hw_ctrl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - 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_wdt.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/rtc_wdt.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\rtc_wdt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\sleep_wake_stub.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\rtc_clk.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk_init.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\rtc_clk_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_init.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\rtc_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_sleep.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\rtc_sleep.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_time.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\rtc_time.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/chip_info.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\chip_info.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cache_sram_mmu.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/cache_sram_mmu.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\cache_sram_mmu.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb - -build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/sar_periph_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_ C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/sar_periph_ctrl.c || cmake_object_order_depends_target___idf_esp_hw_support - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32\sar_periph_ctrl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - OBJECT_FILE_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\port\esp32 - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_hw_support - - -############################################# -# Link the static library esp-idf\esp_hw_support\libesp_hw_support.a - -build esp-idf/esp_hw_support/libesp_hw_support.a: C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_ esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/io_mux.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_clk_tree.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_wdt.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cache_sram_mmu.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/sar_periph_ctrl.c.obj || esp-idf/freertos/libfreertos.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\esp_hw_support\CMakeFiles\__idf_esp_hw_support.dir\__idf_esp_hw_support.pdb - TARGET_FILE = esp-idf\esp_hw_support\libesp_hw_support.a - TARGET_PDB = esp-idf\esp_hw_support\libesp_hw_support.pdb - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_hw_support/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_hw_support && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_hw_support/edit_cache: phony esp-idf/esp_hw_support/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_hw_support && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_hw_support/rebuild_cache: phony esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_hw_support/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_hw_support/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_hw_support/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_hw_support && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_hw_support/install: phony esp-idf/esp_hw_support/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_hw_support/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_hw_support/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_hw_support && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/esp_hw_support/install/local: phony esp-idf/esp_hw_support/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_hw_support/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_hw_support/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_hw_support && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/esp_hw_support/install/strip: phony esp-idf/esp_hw_support/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/components/esp_hw_support/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_hw_support\port\esp32 && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_hw_support/port/esp32/edit_cache: phony esp-idf/esp_hw_support/port/esp32/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_hw_support\port\esp32 && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_hw_support/port/esp32/rebuild_cache: phony esp-idf/esp_hw_support/port/esp32/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_hw_support/port/esp32/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_hw_support/port/esp32/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_hw_support/port/esp32/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_hw_support\port\esp32 && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_hw_support/port/esp32/install: phony esp-idf/esp_hw_support/port/esp32/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_hw_support/port/esp32/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_hw_support/port/esp32/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_hw_support\port\esp32 && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/esp_hw_support/port/esp32/install/local: phony esp-idf/esp_hw_support/port/esp32/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_hw_support/port/esp32/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_hw_support/port/esp32/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_hw_support\port\esp32 && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/esp_hw_support/port/esp32/install/strip: phony esp-idf/esp_hw_support/port/esp32/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_freertos - - -############################################# -# Order-only phony target for __idf_freertos - -build cmake_object_order_depends_target___idf_freertos: phony || cmake_object_order_depends_target___idf_newlib - -build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj: C_COMPILER____idf_freertos_ C$:/Users/alex/esp/esp-idf/components/freertos/heap_idf.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\heap_idf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - 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_ C$:/Users/alex/esp/esp-idf/components/freertos/esp_additions/idf_additions.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\esp_additions\idf_additions.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\esp_additions - 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_ C$:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/list.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\list.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel - 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_ C$:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/queue.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\queue.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel - 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_ C$:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\tasks.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel - 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_ C$:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/timers.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\timers.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel - 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/croutine.c.obj: C_COMPILER____idf_freertos_ C$:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/croutine.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\croutine.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel - 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_ C$:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/event_groups.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\event_groups.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel - 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_ C$:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/stream_buffer.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\stream_buffer.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel - 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/xtensa/port.c.obj: C_COMPILER____idf_freertos_ C$:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa\port.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa - 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_ C$:/Users/alex/esp/esp-idf/components/freertos/app_startup.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\app_startup.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - 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-openocd.c.obj: C_COMPILER____idf_freertos_ C$:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-openocd.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-openocd.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - 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_ C$:/Users/alex/esp/esp-idf/components/freertos/port_common.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\port_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - 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/xtensa/portasm.S.obj: ASM_COMPILER____idf_freertos_ C$:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/portasm.S || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa\portasm.S.obj.d - FLAGS = -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa - 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/port_systick.c.obj: C_COMPILER____idf_freertos_ C$:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/port_systick.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\port_systick.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable - 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_v8_compat.c.obj: C_COMPILER____idf_freertos_ C$:/Users/alex/esp/esp-idf/components/freertos/esp_additions/freertos_v8_compat.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\esp_additions\freertos_v8_compat.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\esp_additions - 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/xtensa/xtensa_context.S.obj: ASM_COMPILER____idf_freertos_ C$:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_context.S || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa\xtensa_context.S.obj.d - FLAGS = -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa - 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/xtensa/xtensa_init.c.obj: C_COMPILER____idf_freertos_ C$:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa\xtensa_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa - 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/xtensa/xtensa_overlay_os_hook.c.obj: C_COMPILER____idf_freertos_ C$:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa\xtensa_overlay_os_hook.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa - 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/xtensa/xtensa_vectors.S.obj: ASM_COMPILER____idf_freertos_ C$:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S || cmake_object_order_depends_target___idf_freertos - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa\xtensa_vectors.S.obj.d - FLAGS = -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - OBJECT_FILE_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\FreeRTOS-Kernel\portable\xtensa - TARGET_COMPILE_PDB = esp-idf\freertos\CMakeFiles\__idf_freertos.dir\__idf_freertos.pdb - TARGET_PDB = esp-idf\freertos\libfreertos.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_freertos - - -############################################# -# Link the static library esp-idf\freertos\libfreertos.a - -build esp-idf/freertos/libfreertos.a: C_STATIC_LIBRARY_LINKER____idf_freertos_ esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/croutine.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/port.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/portasm.S.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/port_systick.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_v8_compat.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_context.S.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S.obj || esp-idf/newlib/libnewlib.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\freertos\CMakeFiles\__idf_freertos.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/freertos/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\freertos && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/freertos/edit_cache: phony esp-idf/freertos/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/freertos/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\freertos && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/freertos/rebuild_cache: phony esp-idf/freertos/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/freertos/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/freertos/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/freertos/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\freertos && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/freertos/install: phony esp-idf/freertos/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/freertos/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/freertos/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\freertos && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/freertos/install/local: phony esp-idf/freertos/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/freertos/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/freertos/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\freertos && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/freertos/install/strip: phony esp-idf/freertos/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_newlib - - -############################################# -# Order-only phony target for __idf_newlib - -build cmake_object_order_depends_target___idf_newlib: phony || cmake_object_order_depends_target___idf_cxx - -build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj: C_COMPILER____idf_newlib_ C$:/Users/alex/esp/esp-idf/components/newlib/abort.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\abort.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/newlib/assert.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\assert.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/newlib/heap.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\heap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -fno-builtin - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/newlib/locks.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\locks.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/newlib/poll.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\poll.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/newlib/pthread.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\pthread.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/newlib/random.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\random.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/newlib/reent_init.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\reent_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/newlib/newlib_init.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\newlib_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/newlib/syscalls.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\syscalls.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/newlib/termios.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\termios.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/newlib/stdatomic.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\stdatomic.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/newlib/time.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\time.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/newlib/sysconf.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\sysconf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/newlib/realpath.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\realpath.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/newlib/port/esp_time_impl.c || cmake_object_order_depends_target___idf_newlib - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\newlib\CMakeFiles\__idf_newlib.dir\port\esp_time_impl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_newlib - - -############################################# -# Link the static library esp-idf\newlib\libnewlib.a - -build esp-idf/newlib/libnewlib.a: C_STATIC_LIBRARY_LINKER____idf_newlib_ esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj || esp-idf/cxx/libcxx.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\newlib\CMakeFiles\__idf_newlib.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/newlib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\newlib && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/newlib/edit_cache: phony esp-idf/newlib/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/newlib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\newlib && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/newlib/rebuild_cache: phony esp-idf/newlib/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/newlib/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/newlib/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/newlib/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\newlib && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/newlib/install: phony esp-idf/newlib/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/newlib/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/newlib/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\newlib && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/newlib/install/local: phony esp-idf/newlib/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/newlib/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/newlib/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\newlib && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/newlib/install/strip: phony esp-idf/newlib/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/components/newlib/CMakeLists.txt -# ============================================================================= - - -############################################# -# Utility command for edit_cache - -build esp-idf/newlib/port/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\newlib\port && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/newlib/port/edit_cache: phony esp-idf/newlib/port/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/newlib/port/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\newlib\port && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/newlib/port/rebuild_cache: phony esp-idf/newlib/port/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/newlib/port/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/newlib/port/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/newlib/port/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\newlib\port && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/newlib/port/install: phony esp-idf/newlib/port/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/newlib/port/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/newlib/port/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\newlib\port && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/newlib/port/install/local: phony esp-idf/newlib/port/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/newlib/port/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/newlib/port/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\newlib\port && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/newlib/port/install/strip: phony esp-idf/newlib/port/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_cxx - - -############################################# -# Order-only phony target for __idf_cxx - -build cmake_object_order_depends_target___idf_cxx: phony || cmake_object_order_depends_target___idf_esp_common - -build esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj: CXX_COMPILER____idf_cxx_ C$:/Users/alex/esp/esp-idf/components/cxx/cxx_exception_stubs.cpp || cmake_object_order_depends_target___idf_cxx - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\cxx\CMakeFiles\__idf_cxx.dir\cxx_exception_stubs.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/cxx/cxx_guards.cpp || cmake_object_order_depends_target___idf_cxx - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\cxx\CMakeFiles\__idf_cxx.dir\cxx_guards.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_cxx - - -############################################# -# Link the static library esp-idf\cxx\libcxx.a - -build esp-idf/cxx/libcxx.a: C_STATIC_LIBRARY_LINKER____idf_cxx_ esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj || esp-idf/esp_common/libesp_common.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\cxx\CMakeFiles\__idf_cxx.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/cxx/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\cxx && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/cxx/edit_cache: phony esp-idf/cxx/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/cxx/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\cxx && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/cxx/rebuild_cache: phony esp-idf/cxx/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/cxx/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/cxx/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/cxx/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\cxx && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/cxx/install: phony esp-idf/cxx/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/cxx/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/cxx/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\cxx && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/cxx/install/local: phony esp-idf/cxx/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/cxx/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/cxx/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\cxx && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/cxx/install/strip: phony esp-idf/cxx/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -8458,17 +5462,17 @@ build esp-idf/cxx/install/strip: phony esp-idf/cxx/CMakeFiles/install/strip.util ############################################# # Order-only phony target for __idf_esp_common -build cmake_object_order_depends_target___idf_esp_common: phony || cmake_object_order_depends_target___idf_esp_timer +build cmake_object_order_depends_target___idf_esp_common: phony || cmake_object_order_depends_target___idf_esp_rom -build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj: C_COMPILER____idf_esp_common_ C$:/Users/alex/esp/esp-idf/components/esp_common/src/esp_err_to_name.c || cmake_object_order_depends_target___idf_esp_common - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_common\CMakeFiles\__idf_esp_common.dir\src\esp_err_to_name.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/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 +build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj: C_COMPILER____idf_esp_common_unscanned_ /home/abobkov/esp/esp-idf/components/esp_common/src/esp_err_to_name.c || cmake_object_order_depends_target___idf_esp_common + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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/spi_flash/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 # ============================================================================= @@ -8476,25 +5480,24 @@ build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.o ############################################# -# Link the static library esp-idf\esp_common\libesp_common.a +# Link the static library esp-idf/esp_common/libesp_common.a -build esp-idf/esp_common/libesp_common.a: C_STATIC_LIBRARY_LINKER____idf_esp_common_ esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj || esp-idf/esp_timer/libesp_timer.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_common\CMakeFiles\__idf_esp_common.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 +build esp-idf/esp_common/libesp_common.a: C_STATIC_LIBRARY_LINKER____idf_esp_common_ esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj || esp-idf/esp_rom/libesp_rom.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/esp_common/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_common && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_common/edit_cache: phony esp-idf/esp_common/CMakeFiles/edit_cache.util @@ -8504,7 +5507,7 @@ build esp-idf/esp_common/edit_cache: phony esp-idf/esp_common/CMakeFiles/edit_ca # Utility command for rebuild_cache build esp-idf/esp_common/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_common && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -8522,7 +5525,7 @@ build esp-idf/esp_common/list_install_components: phony # Utility command for install build esp-idf/esp_common/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_common/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_common && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -8534,7 +5537,7 @@ build esp-idf/esp_common/install: phony esp-idf/esp_common/CMakeFiles/install.ut # Utility command for install/local build esp-idf/esp_common/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_common/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_common && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -8546,7 +5549,7 @@ build esp-idf/esp_common/install/local: phony esp-idf/esp_common/CMakeFiles/inst # Utility command for install/strip build esp-idf/esp_common/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_common/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_common && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -8555,7 +5558,3093 @@ build esp-idf/esp_common/install/strip: phony esp-idf/esp_common/CMakeFiles/inst # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_rom + + +############################################# +# Order-only phony target for __idf_esp_rom + +build cmake_object_order_depends_target___idf_esp_rom: phony || cmake_object_order_depends_target___idf_hal + +build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/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_print.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/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_crc.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/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_gpio.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c || cmake_object_order_depends_target___idf_esp_rom + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_rom + + +############################################# +# Link the static library esp-idf/esp_rom/libesp_rom.a + +build esp-idf/esp_rom/libesp_rom.a: C_STATIC_LIBRARY_LINKER____idf_esp_rom_ esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj || esp-idf/hal/libhal.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_rom/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_rom/edit_cache: phony esp-idf/esp_rom/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_rom/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_rom/rebuild_cache: phony esp-idf/esp_rom/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_rom/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_rom/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_rom/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_rom/install: phony esp-idf/esp_rom/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_rom/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_rom/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_rom/install/local: phony esp-idf/esp_rom/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_rom/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_rom/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_rom/install/strip: phony esp-idf/esp_rom/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_hal + + +############################################# +# Order-only phony target for __idf_hal + +build cmake_object_order_depends_target___idf_hal: phony || cmake_object_order_depends_target___idf_log + +build esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/hal_utils.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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/color_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/color_hal.c || cmake_object_order_depends_target___idf_hal + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/clk_tree_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/systimer_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/xt_wdt_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/rtc_cntl_hal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_hal + + +############################################# +# Link the static library esp-idf/hal/libhal.a + +build esp-idf/hal/libhal.a: C_STATIC_LIBRARY_LINKER____idf_hal_ esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/clk_tree_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/systimer_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/xt_wdt_hal.c.obj esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/rtc_cntl_hal.c.obj || esp-idf/log/liblog.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/hal/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/hal/edit_cache: phony esp-idf/hal/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/hal/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/hal/rebuild_cache: phony esp-idf/hal/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/hal/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/hal/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/hal/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/hal/install: phony esp-idf/hal/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/hal/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/hal/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/hal/install/local: phony esp-idf/hal/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/hal/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/hal/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/hal/install/strip: phony esp-idf/hal/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_log + + +############################################# +# Order-only phony target for __idf_log + +build cmake_object_order_depends_target___idf_log: phony || cmake_object_order_depends_target___idf_heap + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj: C_COMPILER____idf_log_unscanned_ /home/abobkov/esp/esp-idf/components/log/src/os/log_timestamp.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/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/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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/src/os + TARGET_COMPILE_PDB = esp-idf/log/CMakeFiles/__idf_log.dir/__idf_log.pdb + TARGET_PDB = esp-idf/log/liblog.pdb + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj: C_COMPILER____idf_log_unscanned_ /home/abobkov/esp/esp-idf/components/log/src/log_timestamp_common.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/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/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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/src + TARGET_COMPILE_PDB = esp-idf/log/CMakeFiles/__idf_log.dir/__idf_log.pdb + TARGET_PDB = esp-idf/log/liblog.pdb + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj: C_COMPILER____idf_log_unscanned_ /home/abobkov/esp/esp-idf/components/log/src/os/log_lock.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/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/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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/src/os + TARGET_COMPILE_PDB = esp-idf/log/CMakeFiles/__idf_log.dir/__idf_log.pdb + TARGET_PDB = esp-idf/log/liblog.pdb + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj: C_COMPILER____idf_log_unscanned_ /home/abobkov/esp/esp-idf/components/log/src/os/log_write.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/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/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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/src/os + TARGET_COMPILE_PDB = esp-idf/log/CMakeFiles/__idf_log.dir/__idf_log.pdb + TARGET_PDB = esp-idf/log/liblog.pdb + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj: C_COMPILER____idf_log_unscanned_ /home/abobkov/esp/esp-idf/components/log/src/buffer/log_buffers.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/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/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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/src/buffer + TARGET_COMPILE_PDB = esp-idf/log/CMakeFiles/__idf_log.dir/__idf_log.pdb + TARGET_PDB = esp-idf/log/liblog.pdb + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj: C_COMPILER____idf_log_unscanned_ /home/abobkov/esp/esp-idf/components/log/src/util.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/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/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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/src + TARGET_COMPILE_PDB = esp-idf/log/CMakeFiles/__idf_log.dir/__idf_log.pdb + TARGET_PDB = esp-idf/log/liblog.pdb + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj: C_COMPILER____idf_log_unscanned_ /home/abobkov/esp/esp-idf/components/log/src/log_level/log_level.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/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/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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/src/log_level + TARGET_COMPILE_PDB = esp-idf/log/CMakeFiles/__idf_log.dir/__idf_log.pdb + TARGET_PDB = esp-idf/log/liblog.pdb + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj: C_COMPILER____idf_log_unscanned_ /home/abobkov/esp/esp-idf/components/log/src/log_level/tag_log_level/tag_log_level.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/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/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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/src/log_level/tag_log_level + TARGET_COMPILE_PDB = esp-idf/log/CMakeFiles/__idf_log.dir/__idf_log.pdb + TARGET_PDB = esp-idf/log/liblog.pdb + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj: C_COMPILER____idf_log_unscanned_ /home/abobkov/esp/esp-idf/components/log/src/log_level/tag_log_level/linked_list/log_linked_list.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/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/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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/src/log_level/tag_log_level/linked_list + TARGET_COMPILE_PDB = esp-idf/log/CMakeFiles/__idf_log.dir/__idf_log.pdb + TARGET_PDB = esp-idf/log/liblog.pdb + +build esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj: C_COMPILER____idf_log_unscanned_ /home/abobkov/esp/esp-idf/components/log/src/log_level/tag_log_level/cache/log_binary_heap.c || cmake_object_order_depends_target___idf_log + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/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/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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/src/log_level/tag_log_level/cache + TARGET_COMPILE_PDB = esp-idf/log/CMakeFiles/__idf_log.dir/__idf_log.pdb + TARGET_PDB = esp-idf/log/liblog.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_log + + +############################################# +# Link the static library esp-idf/log/liblog.a + +build esp-idf/log/liblog.a: C_STATIC_LIBRARY_LINKER____idf_log_ esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj || esp-idf/heap/libheap.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/log/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/log/edit_cache: phony esp-idf/log/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/log/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/log/rebuild_cache: phony esp-idf/log/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/log/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/log/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/log/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/log/install: phony esp-idf/log/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/log/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/log/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/log/install/local: phony esp-idf/log/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/log/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/log/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/log/install/strip: phony esp-idf/log/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_heap + + +############################################# +# Order-only phony target for __idf_heap + +build cmake_object_order_depends_target___idf_heap: phony || cmake_object_order_depends_target___idf_soc + +build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj: C_COMPILER____idf_heap_unscanned_ /home/abobkov/esp/esp-idf/components/heap/heap_caps_base.c || cmake_object_order_depends_target___idf_heap + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -DMULTI_HEAP_FREERTOS + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/heap/tlsf/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -DMULTI_HEAP_FREERTOS + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/heap/tlsf/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -DMULTI_HEAP_FREERTOS + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/heap/tlsf/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -DMULTI_HEAP_FREERTOS + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/heap/tlsf/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -DMULTI_HEAP_FREERTOS + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/heap/tlsf/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -DMULTI_HEAP_FREERTOS + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/heap/tlsf/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c3/memory_layout.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -DMULTI_HEAP_FREERTOS + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/heap/tlsf/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_heap + + +############################################# +# Link the static library esp-idf/heap/libheap.a + +build esp-idf/heap/libheap.a: C_STATIC_LIBRARY_LINKER____idf_heap_ esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c3/memory_layout.c.obj || esp-idf/soc/libsoc.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/heap/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/heap/edit_cache: phony esp-idf/heap/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/heap/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/heap/rebuild_cache: phony esp-idf/heap/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/heap/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/heap/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/heap/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/heap/install: phony esp-idf/heap/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/heap/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/heap/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/heap/install/local: phony esp-idf/heap/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/heap/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/heap/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/heap/install/strip: phony esp-idf/heap/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_soc + + +############################################# +# Order-only phony target for __idf_soc + +build cmake_object_order_depends_target___idf_soc: phony || cmake_object_order_depends_target___idf_esp_security + +build esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj: C_COMPILER____idf_soc_unscanned_ /home/abobkov/esp/esp-idf/components/soc/lldesc.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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/wdt_periph.c.obj: C_COMPILER____idf_soc_unscanned_ /home/abobkov/esp/esp-idf/components/soc/esp32c3/wdt_periph.c || cmake_object_order_depends_target___idf_soc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_soc + + +############################################# +# Link the static library esp-idf/soc/libsoc.a + +build esp-idf/soc/libsoc.a: C_STATIC_LIBRARY_LINKER____idf_soc_ esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj || esp-idf/esp_security/libesp_security.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/soc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/soc/edit_cache: phony esp-idf/soc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/soc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/soc/rebuild_cache: phony esp-idf/soc/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/soc/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/soc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/soc/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/soc/install: phony esp-idf/soc/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/soc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/soc/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/soc/install/local: phony esp-idf/soc/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/soc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/soc/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/soc/install/strip: phony esp-idf/soc/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_security + + +############################################# +# Order-only phony target for __idf_esp_security + +build cmake_object_order_depends_target___idf_esp_security: phony || cmake_object_order_depends_target___idf_esp_hw_support + +build esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj: C_COMPILER____idf_esp_security_unscanned_ /home/abobkov/esp/esp-idf/components/esp_security/src/init.c || cmake_object_order_depends_target___idf_esp_security + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_security/src/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_timer/include + OBJECT_DIR = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir + OBJECT_FILE_DIR = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/__idf_esp_security.pdb + TARGET_PDB = esp-idf/esp_security/libesp_security.pdb + +build esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj: C_COMPILER____idf_esp_security_unscanned_ /home/abobkov/esp/esp-idf/components/esp_security/src/esp_hmac.c || cmake_object_order_depends_target___idf_esp_security + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_security/src/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_timer/include + OBJECT_DIR = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir + OBJECT_FILE_DIR = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/__idf_esp_security.pdb + TARGET_PDB = esp-idf/esp_security/libesp_security.pdb + +build esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj: C_COMPILER____idf_esp_security_unscanned_ /home/abobkov/esp/esp-idf/components/esp_security/src/esp_ds.c || cmake_object_order_depends_target___idf_esp_security + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_security/src/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_timer/include + OBJECT_DIR = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir + OBJECT_FILE_DIR = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/__idf_esp_security.pdb + TARGET_PDB = esp-idf/esp_security/libesp_security.pdb + +build esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj: C_COMPILER____idf_esp_security_unscanned_ /home/abobkov/esp/esp-idf/components/esp_security/src/esp_crypto_lock.c || cmake_object_order_depends_target___idf_esp_security + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_security/src/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_timer/include + OBJECT_DIR = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir + OBJECT_FILE_DIR = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/__idf_esp_security.pdb + TARGET_PDB = esp-idf/esp_security/libesp_security.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_security + + +############################################# +# Link the static library esp-idf/esp_security/libesp_security.a + +build esp-idf/esp_security/libesp_security.a: C_STATIC_LIBRARY_LINKER____idf_esp_security_ esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj || esp-idf/esp_hw_support/libesp_hw_support.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/__idf_esp_security.pdb + TARGET_FILE = esp-idf/esp_security/libesp_security.a + TARGET_PDB = esp-idf/esp_security/libesp_security.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_security/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_security && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_security/edit_cache: phony esp-idf/esp_security/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_security/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_security && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_security/rebuild_cache: phony esp-idf/esp_security/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_security/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_security/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_security/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_security && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_security/install: phony esp-idf/esp_security/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_security/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_security/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_security && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_security/install/local: phony esp-idf/esp_security/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_security/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_security/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_security && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_security/install/strip: phony esp-idf/esp_security/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_hw_support + + +############################################# +# Order-only phony target for __idf_esp_hw_support + +build cmake_object_order_depends_target___idf_esp_hw_support: phony || cmake_object_order_depends_target___idf_freertos + +build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/cpu.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/io_mux.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_clk_tree.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/gdma_link.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/dma/gdma_link.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/spi_share_hw_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/spi_share_hw_ctrl.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/spi_bus_lock.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/spi_bus_lock.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/deprecated/gdma_legacy.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/deprecated/gdma_legacy.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/deprecated + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/systimer.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/sar_periph_ctrl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/adc2_init_cal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_memprot.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_memprot_conv.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/lowpower/port/esp32c3/sleep_cpu.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/lowpower/port/esp32c3/sleep_cpu.c || cmake_object_order_depends_target___idf_esp_hw_support + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c3/sleep_cpu.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/lowpower/port/esp32c3 + TARGET_COMPILE_PDB = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/__idf_esp_hw_support.pdb + TARGET_PDB = esp-idf/esp_hw_support/libesp_hw_support.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_hw_support + + +############################################# +# Link the static library esp-idf/esp_hw_support/libesp_hw_support.a + +build esp-idf/esp_hw_support/libesp_hw_support.a: C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_ esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/io_mux.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_clk_tree.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/systimer.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/sar_periph_ctrl.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/adc2_init_cal.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_memprot.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_memprot_conv.c.obj esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c3/sleep_cpu.c.obj || esp-idf/freertos/libfreertos.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_hw_support/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_hw_support/edit_cache: phony esp-idf/esp_hw_support/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/rebuild_cache: phony esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_hw_support/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_hw_support/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_hw_support/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/install: phony esp-idf/esp_hw_support/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_hw_support/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_hw_support/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/install/local: phony esp-idf/esp_hw_support/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_hw_support/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_hw_support/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/install/strip: phony esp-idf/esp_hw_support/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/components/esp_hw_support/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32c3 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_hw_support/port/esp32c3/edit_cache: phony esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32c3 && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/port/esp32c3/rebuild_cache: phony esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_hw_support/port/esp32c3/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_hw_support/port/esp32c3/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32c3 && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/port/esp32c3/install: phony esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_hw_support/port/esp32c3/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32c3 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/port/esp32c3/install/local: phony esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_hw_support/port/esp32c3/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32c3 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/port/esp32c3/install/strip: phony esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/components/esp_hw_support/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/lowpower && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_hw_support/lowpower/edit_cache: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/lowpower && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/lowpower/rebuild_cache: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_hw_support/lowpower/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_hw_support/lowpower/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_hw_support/lowpower/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/lowpower && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/lowpower/install: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_hw_support/lowpower/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_hw_support/lowpower/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/lowpower && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/lowpower/install/local: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_hw_support/lowpower/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_hw_support/lowpower/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/lowpower && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_hw_support/lowpower/install/strip: phony esp-idf/esp_hw_support/lowpower/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_freertos + + +############################################# +# Order-only phony target for __idf_freertos + +build cmake_object_order_depends_target___idf_freertos: phony || cmake_object_order_depends_target___idf_newlib + +build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/abobkov/esp/esp-idf/components/freertos/heap_idf.c || cmake_object_order_depends_target___idf_freertos + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj.d + FLAGS = -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_freertos + + +############################################# +# Link the static library esp-idf/freertos/libfreertos.a + +build esp-idf/freertos/libfreertos.a: C_STATIC_LIBRARY_LINKER____idf_freertos_ esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj || esp-idf/newlib/libnewlib.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/freertos/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/freertos/edit_cache: phony esp-idf/freertos/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/freertos/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/freertos/rebuild_cache: phony esp-idf/freertos/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/freertos/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/freertos/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/freertos/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/freertos/install: phony esp-idf/freertos/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/freertos/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/freertos/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/freertos/install/local: phony esp-idf/freertos/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/freertos/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/freertos/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/freertos/install/strip: phony esp-idf/freertos/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_newlib + + +############################################# +# Order-only phony target for __idf_newlib + +build cmake_object_order_depends_target___idf_newlib: phony || cmake_object_order_depends_target___idf_pthread + +build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/abobkov/esp/esp-idf/components/newlib/abort.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -fno-builtin + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/flockfile.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/abobkov/esp/esp-idf/components/newlib/flockfile.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/scandir.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/abobkov/esp/esp-idf/components/newlib/scandir.c || cmake_object_order_depends_target___idf_newlib + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_newlib + + +############################################# +# Link the static library esp-idf/newlib/libnewlib.a + +build esp-idf/newlib/libnewlib.a: C_STATIC_LIBRARY_LINKER____idf_newlib_ esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj || esp-idf/pthread/libpthread.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/newlib/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/newlib/edit_cache: phony esp-idf/newlib/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/newlib/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/newlib/rebuild_cache: phony esp-idf/newlib/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/newlib/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/newlib/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/newlib/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/newlib/install: phony esp-idf/newlib/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/newlib/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/newlib/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/newlib/install/local: phony esp-idf/newlib/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/newlib/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/newlib/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/newlib/install/strip: phony esp-idf/newlib/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/components/newlib/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/newlib/port/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/newlib/port/edit_cache: phony esp-idf/newlib/port/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/newlib/port/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/newlib/port/rebuild_cache: phony esp-idf/newlib/port/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/newlib/port/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/newlib/port/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/newlib/port/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/newlib/port/install: phony esp-idf/newlib/port/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/newlib/port/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/newlib/port/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/newlib/port/install/local: phony esp-idf/newlib/port/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/newlib/port/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/newlib/port/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/newlib/port/install/strip: phony esp-idf/newlib/port/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_pthread + + +############################################# +# Order-only phony target for __idf_pthread + +build cmake_object_order_depends_target___idf_pthread: phony || cmake_object_order_depends_target___idf_cxx + +build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj: C_COMPILER____idf_pthread_unscanned_ /home/abobkov/esp/esp-idf/components/pthread/pthread.c || cmake_object_order_depends_target___idf_pthread + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_pthread + + +############################################# +# Link the static library esp-idf/pthread/libpthread.a + +build esp-idf/pthread/libpthread.a: C_STATIC_LIBRARY_LINKER____idf_pthread_ esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj || esp-idf/cxx/libcxx.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/pthread/CMakeFiles/__idf_pthread.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/pthread/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/pthread/edit_cache: phony esp-idf/pthread/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/pthread/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/pthread/rebuild_cache: phony esp-idf/pthread/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/pthread/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/pthread/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/pthread/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/pthread/install: phony esp-idf/pthread/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/pthread/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/pthread/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/pthread/install/local: phony esp-idf/pthread/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/pthread/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/pthread/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/pthread/install/strip: phony esp-idf/pthread/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_cxx + + +############################################# +# Order-only phony target for __idf_cxx + +build cmake_object_order_depends_target___idf_cxx: phony || cmake_object_order_depends_target___idf_esp_timer + +build esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj: CXX_COMPILER____idf_cxx_unscanned_ /home/abobkov/esp/esp-idf/components/cxx/cxx_exception_stubs.cpp || cmake_object_order_depends_target___idf_cxx + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_init.cpp.obj: CXX_COMPILER____idf_cxx_unscanned_ /home/abobkov/esp/esp-idf/components/cxx/cxx_init.cpp || cmake_object_order_depends_target___idf_cxx + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_cxx + + +############################################# +# Link the static library esp-idf/cxx/libcxx.a + +build esp-idf/cxx/libcxx.a: C_STATIC_LIBRARY_LINKER____idf_cxx_ esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj || esp-idf/esp_timer/libesp_timer.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/cxx/CMakeFiles/__idf_cxx.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/cxx/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/cxx/edit_cache: phony esp-idf/cxx/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/cxx/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/cxx/rebuild_cache: phony esp-idf/cxx/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/cxx/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/cxx/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/cxx/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/cxx/install: phony esp-idf/cxx/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/cxx/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/cxx/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/cxx/install/local: phony esp-idf/cxx/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/cxx/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/cxx/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/cxx/install/strip: phony esp-idf/cxx/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -8565,57 +8654,67 @@ build esp-idf/esp_common/install/strip: phony esp-idf/esp_common/CMakeFiles/inst ############################################# # Order-only phony target for __idf_esp_timer -build cmake_object_order_depends_target___idf_esp_timer: phony || cmake_object_order_depends_target___idf_esp_event +build cmake_object_order_depends_target___idf_esp_timer: phony || cmake_object_order_depends_target___idf_esp_driver_gptimer -build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj: C_COMPILER____idf_esp_timer_ C$:/Users/alex/esp/esp-idf/components/esp_timer/src/esp_timer.c || cmake_object_order_depends_target___idf_esp_timer - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src\esp_timer.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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.c.obj: C_COMPILER____idf_esp_timer_unscanned_ /home/abobkov/esp/esp-idf/components/esp_timer/src/esp_timer.c || cmake_object_order_depends_target___idf_esp_timer + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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_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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src\ets_timer_legacy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_init.c.obj: C_COMPILER____idf_esp_timer_unscanned_ /home/abobkov/esp/esp-idf/components/esp_timer/src/esp_timer_init.c || cmake_object_order_depends_target___idf_esp_timer + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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_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_ C$:/Users/alex/esp/esp-idf/components/esp_timer/src/system_time.c || cmake_object_order_depends_target___idf_esp_timer - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src\system_time.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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_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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src\esp_timer_impl_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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_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_lac.c.obj: C_COMPILER____idf_esp_timer_ C$:/Users/alex/esp/esp-idf/components/esp_timer/src/esp_timer_impl_lac.c || cmake_object_order_depends_target___idf_esp_timer - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir\src\esp_timer_impl_lac.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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_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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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_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 # ============================================================================= @@ -8623,25 +8722,24 @@ build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c. ############################################# -# Link the static library esp-idf\esp_timer\libesp_timer.a +# Link the static library esp-idf/esp_timer/libesp_timer.a -build esp-idf/esp_timer/libesp_timer.a: C_STATIC_LIBRARY_LINKER____idf_esp_timer_ esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj || esp-idf/esp_event/libesp_event.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_timer\CMakeFiles\__idf_esp_timer.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 +build esp-idf/esp_timer/libesp_timer.a: C_STATIC_LIBRARY_LINKER____idf_esp_timer_ esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj || esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/esp_timer/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_timer && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_timer/edit_cache: phony esp-idf/esp_timer/CMakeFiles/edit_cache.util @@ -8651,7 +8749,7 @@ build esp-idf/esp_timer/edit_cache: phony esp-idf/esp_timer/CMakeFiles/edit_cach # Utility command for rebuild_cache build esp-idf/esp_timer/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_timer && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -8669,7 +8767,7 @@ build esp-idf/esp_timer/list_install_components: phony # Utility command for install build esp-idf/esp_timer/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_timer/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_timer && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -8681,7 +8779,7 @@ build esp-idf/esp_timer/install: phony esp-idf/esp_timer/CMakeFiles/install.util # Utility command for install/local build esp-idf/esp_timer/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_timer/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_timer && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -8693,7 +8791,7 @@ build esp-idf/esp_timer/install/local: phony esp-idf/esp_timer/CMakeFiles/instal # Utility command for install/strip build esp-idf/esp_timer/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_timer/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_timer && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -8702,7 +8800,345 @@ build esp-idf/esp_timer/install/strip: phony esp-idf/esp_timer/CMakeFiles/instal # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_gptimer + + +############################################# +# Order-only phony target for __idf_esp_driver_gptimer + +build cmake_object_order_depends_target___idf_esp_driver_gptimer: phony || cmake_object_order_depends_target___idf_esp_ringbuf + +build esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj: C_COMPILER____idf_esp_driver_gptimer_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_gptimer/src/gptimer.c || cmake_object_order_depends_target___idf_esp_driver_gptimer + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + OBJECT_DIR = esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/__idf_esp_driver_gptimer.pdb + TARGET_PDB = esp-idf/esp_driver_gptimer/libesp_driver_gptimer.pdb + +build esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj: C_COMPILER____idf_esp_driver_gptimer_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_gptimer/src/gptimer_common.c || cmake_object_order_depends_target___idf_esp_driver_gptimer + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + OBJECT_DIR = esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/__idf_esp_driver_gptimer.pdb + TARGET_PDB = esp-idf/esp_driver_gptimer/libesp_driver_gptimer.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_gptimer + + +############################################# +# Link the static library esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a + +build esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_gptimer_ esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj || esp-idf/esp_ringbuf/libesp_ringbuf.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/__idf_esp_driver_gptimer.pdb + TARGET_FILE = esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a + TARGET_PDB = esp-idf/esp_driver_gptimer/libesp_driver_gptimer.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_gptimer/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_gptimer/edit_cache: phony esp-idf/esp_driver_gptimer/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_gptimer/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_gptimer/rebuild_cache: phony esp-idf/esp_driver_gptimer/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_gptimer/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_gptimer/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_gptimer/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_gptimer/install: phony esp-idf/esp_driver_gptimer/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_gptimer/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_gptimer/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_gptimer/install/local: phony esp-idf/esp_driver_gptimer/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_gptimer/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_gptimer/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_gptimer/install/strip: phony esp-idf/esp_driver_gptimer/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_ringbuf + + +############################################# +# Order-only phony target for __idf_esp_ringbuf + +build cmake_object_order_depends_target___idf_esp_ringbuf: phony || cmake_object_order_depends_target___idf_esp_driver_uart + +build esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj: C_COMPILER____idf_esp_ringbuf_unscanned_ /home/abobkov/esp/esp-idf/components/esp_ringbuf/ringbuf.c || cmake_object_order_depends_target___idf_esp_ringbuf + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_ringbuf + + +############################################# +# Link the static library esp-idf/esp_ringbuf/libesp_ringbuf.a + +build esp-idf/esp_ringbuf/libesp_ringbuf.a: C_STATIC_LIBRARY_LINKER____idf_esp_ringbuf_ esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj || esp-idf/esp_driver_uart/libesp_driver_uart.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_ringbuf/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_ringbuf/edit_cache: phony esp-idf/esp_ringbuf/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_ringbuf/rebuild_cache: phony esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_ringbuf/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_ringbuf/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_ringbuf/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_ringbuf/install: phony esp-idf/esp_ringbuf/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_ringbuf/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_ringbuf/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_ringbuf/install/local: phony esp-idf/esp_ringbuf/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_ringbuf/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_ringbuf/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_ringbuf/install/strip: phony esp-idf/esp_ringbuf/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_uart + + +############################################# +# Order-only phony target for __idf_esp_driver_uart + +build cmake_object_order_depends_target___idf_esp_driver_uart: phony || cmake_object_order_depends_target___idf_esp_event + +build esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj: C_COMPILER____idf_esp_driver_uart_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_uart/src/uart.c || cmake_object_order_depends_target___idf_esp_driver_uart + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/__idf_esp_driver_uart.pdb + TARGET_PDB = esp-idf/esp_driver_uart/libesp_driver_uart.pdb + +build esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj: C_COMPILER____idf_esp_driver_uart_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c || cmake_object_order_depends_target___idf_esp_driver_uart + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/__idf_esp_driver_uart.pdb + TARGET_PDB = esp-idf/esp_driver_uart/libesp_driver_uart.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_uart + + +############################################# +# Link the static library esp-idf/esp_driver_uart/libesp_driver_uart.a + +build esp-idf/esp_driver_uart/libesp_driver_uart.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_uart_ esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj || esp-idf/esp_event/libesp_event.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/__idf_esp_driver_uart.pdb + TARGET_FILE = esp-idf/esp_driver_uart/libesp_driver_uart.a + TARGET_PDB = esp-idf/esp_driver_uart/libesp_driver_uart.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_uart/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_uart/edit_cache: phony esp-idf/esp_driver_uart/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_uart/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_uart/rebuild_cache: phony esp-idf/esp_driver_uart/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_uart/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_uart/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_uart/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_uart/install: phony esp-idf/esp_driver_uart/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_uart/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_uart/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_uart/install/local: phony esp-idf/esp_driver_uart/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_uart/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_uart/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_uart/install/strip: phony esp-idf/esp_driver_uart/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -8712,47 +9148,47 @@ build esp-idf/esp_timer/install/strip: phony esp-idf/esp_timer/CMakeFiles/instal ############################################# # Order-only phony target for __idf_app_trace -build cmake_object_order_depends_target___idf_app_trace: phony || cmake_object_order_depends_target___idf_xtensa +build cmake_object_order_depends_target___idf_app_trace: phony || cmake_object_order_depends_target___idf_riscv -build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj: C_COMPILER____idf_app_trace_ C$:/Users/alex/esp/esp-idf/components/app_trace/app_trace.c || cmake_object_order_depends_target___idf_app_trace - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir\app_trace.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/app_trace/include -IC:/Users/alex/esp/esp-idf/components/app_trace/private_include -IC:/Users/alex/esp/esp-idf/components/app_trace/port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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.c.obj: C_COMPILER____idf_app_trace_unscanned_ /home/abobkov/esp/esp-idf/components/app_trace/app_trace.c || cmake_object_order_depends_target___idf_app_trace + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir + OBJECT_FILE_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir + 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_ C$:/Users/alex/esp/esp-idf/components/app_trace/app_trace_util.c || cmake_object_order_depends_target___idf_app_trace - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir\app_trace_util.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/app_trace/include -IC:/Users/alex/esp/esp-idf/components/app_trace/private_include -IC:/Users/alex/esp/esp-idf/components/app_trace/port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir + OBJECT_FILE_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir + 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_ C$:/Users/alex/esp/esp-idf/components/app_trace/host_file_io.c || cmake_object_order_depends_target___idf_app_trace - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir\host_file_io.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/app_trace/include -IC:/Users/alex/esp/esp-idf/components/app_trace/private_include -IC:/Users/alex/esp/esp-idf/components/app_trace/port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir + OBJECT_FILE_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir + 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_ C$:/Users/alex/esp/esp-idf/components/app_trace/port/port_uart.c || cmake_object_order_depends_target___idf_app_trace - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir\port\port_uart.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/app_trace/include -IC:/Users/alex/esp/esp-idf/components/app_trace/private_include -IC:/Users/alex/esp/esp-idf/components/app_trace/port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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 +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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir + OBJECT_FILE_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port + 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 # ============================================================================= @@ -8760,25 +9196,24 @@ build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj: C_C ############################################# -# Link the static library esp-idf\app_trace\libapp_trace.a +# Link the static library esp-idf/app_trace/libapp_trace.a -build esp-idf/app_trace/libapp_trace.a: C_STATIC_LIBRARY_LINKER____idf_app_trace_ esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj || esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\app_trace\CMakeFiles\__idf_app_trace.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 +build esp-idf/app_trace/libapp_trace.a: C_STATIC_LIBRARY_LINKER____idf_app_trace_ esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/app_trace/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\app_trace && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/app_trace/edit_cache: phony esp-idf/app_trace/CMakeFiles/edit_cache.util @@ -8788,7 +9223,7 @@ build esp-idf/app_trace/edit_cache: phony esp-idf/app_trace/CMakeFiles/edit_cach # Utility command for rebuild_cache build esp-idf/app_trace/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\app_trace && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -8806,7 +9241,7 @@ build esp-idf/app_trace/list_install_components: phony # Utility command for install build esp-idf/app_trace/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/app_trace/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\app_trace && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -8818,7 +9253,7 @@ build esp-idf/app_trace/install: phony esp-idf/app_trace/CMakeFiles/install.util # Utility command for install/local build esp-idf/app_trace/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/app_trace/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\app_trace && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -8830,7 +9265,7 @@ build esp-idf/app_trace/install/local: phony esp-idf/app_trace/CMakeFiles/instal # Utility command for install/strip build esp-idf/app_trace/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/app_trace/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\app_trace && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -8839,7 +9274,7 @@ build esp-idf/app_trace/install/strip: phony esp-idf/app_trace/CMakeFiles/instal # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -8851,35 +9286,35 @@ build esp-idf/app_trace/install/strip: phony esp-idf/app_trace/CMakeFiles/instal build cmake_object_order_depends_target___idf_esp_event: phony || cmake_object_order_depends_target___idf_nvs_flash -build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj: C_COMPILER____idf_esp_event_ C$:/Users/alex/esp/esp-idf/components/esp_event/default_event_loop.c || cmake_object_order_depends_target___idf_esp_event - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_event\CMakeFiles\__idf_esp_event.dir\default_event_loop.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_event/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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/default_event_loop.c.obj: C_COMPILER____idf_esp_event_unscanned_ /home/abobkov/esp/esp-idf/components/esp_event/default_event_loop.c || cmake_object_order_depends_target___idf_esp_event + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_ C$:/Users/alex/esp/esp-idf/components/esp_event/esp_event.c || cmake_object_order_depends_target___idf_esp_event - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_event\CMakeFiles\__idf_esp_event.dir\esp_event.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_event/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_ C$:/Users/alex/esp/esp-idf/components/esp_event/esp_event_private.c || cmake_object_order_depends_target___idf_esp_event - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_event\CMakeFiles\__idf_esp_event.dir\esp_event_private.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_event/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 # ============================================================================= @@ -8887,25 +9322,24 @@ build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj: ############################################# -# Link the static library esp-idf\esp_event\libesp_event.a +# Link the static library esp-idf/esp_event/libesp_event.a build esp-idf/esp_event/libesp_event.a: C_STATIC_LIBRARY_LINKER____idf_esp_event_ esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj || esp-idf/nvs_flash/libnvs_flash.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_event\CMakeFiles\__idf_esp_event.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + 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 ############################################# # Utility command for edit_cache build esp-idf/esp_event/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_event && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/esp_event/edit_cache: phony esp-idf/esp_event/CMakeFiles/edit_cache.util @@ -8915,7 +9349,7 @@ build esp-idf/esp_event/edit_cache: phony esp-idf/esp_event/CMakeFiles/edit_cach # Utility command for rebuild_cache build esp-idf/esp_event/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_event && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -8933,7 +9367,7 @@ build esp-idf/esp_event/list_install_components: phony # Utility command for install build esp-idf/esp_event/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_event/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_event && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -8945,7 +9379,7 @@ build esp-idf/esp_event/install: phony esp-idf/esp_event/CMakeFiles/install.util # Utility command for install/local build esp-idf/esp_event/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_event/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_event && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -8957,7 +9391,7 @@ build esp-idf/esp_event/install/local: phony esp-idf/esp_event/CMakeFiles/instal # Utility command for install/strip build esp-idf/esp_event/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_event/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_event && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -8966,7 +9400,7 @@ build esp-idf/esp_event/install/strip: phony esp-idf/esp_event/CMakeFiles/instal # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -8976,127 +9410,157 @@ build esp-idf/esp_event/install/strip: phony esp-idf/esp_event/CMakeFiles/instal ############################################# # Order-only phony target for __idf_nvs_flash -build cmake_object_order_depends_target___idf_nvs_flash: phony || cmake_object_order_depends_target___idf_esp_phy +build cmake_object_order_depends_target___idf_nvs_flash: phony || cmake_object_order_depends_target___idf_esp_driver_spi -build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj: CXX_COMPILER____idf_nvs_flash_ C$:/Users/alex/esp/esp-idf/components/nvs_flash/src/nvs_api.cpp || cmake_object_order_depends_target___idf_nvs_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_api.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include - OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir - OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src - 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_api.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_api.cpp || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_cxx_api.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include - OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir - OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src - 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_item_hash_list.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include - OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir - OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src - 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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_ C$:/Users/alex/esp/esp-idf/components/nvs_flash/src/nvs_page.cpp || cmake_object_order_depends_target___idf_nvs_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_page.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include - OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir - OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src - 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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_ C$:/Users/alex/esp/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp || cmake_object_order_depends_target___idf_nvs_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_pagemanager.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include - OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir - OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src - 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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_ C$:/Users/alex/esp/esp-idf/components/nvs_flash/src/nvs_storage.cpp || cmake_object_order_depends_target___idf_nvs_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_storage.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include - OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir - OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src - 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_handle_simple.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include - OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir - OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src - 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_handle_locked.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include - OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir - OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src - 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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_ C$:/Users/alex/esp/esp-idf/components/nvs_flash/src/nvs_partition.cpp || cmake_object_order_depends_target___idf_nvs_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_partition.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include - OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir - OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src - 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_partition_lookup.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include - OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir - OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src - 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_partition_manager.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include - OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir - OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src - 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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_ C$:/Users/alex/esp/esp-idf/components/nvs_flash/src/nvs_types.cpp || cmake_object_order_depends_target___idf_nvs_flash - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src\nvs_types.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include - OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir - OBJECT_FILE_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir\src - 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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_bootloader.c.obj: C_COMPILER____idf_nvs_flash_unscanned_ /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_bootloader.c || cmake_object_order_depends_target___idf_nvs_flash + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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 # ============================================================================= @@ -9104,25 +9568,24 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj: CX ############################################# -# Link the static library esp-idf\nvs_flash\libnvs_flash.a +# Link the static library esp-idf/nvs_flash/libnvs_flash.a -build esp-idf/nvs_flash/libnvs_flash.a: C_STATIC_LIBRARY_LINKER____idf_nvs_flash_ esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj || esp-idf/esp_phy/libesp_phy.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\nvs_flash\CMakeFiles\__idf_nvs_flash.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 +build esp-idf/nvs_flash/libnvs_flash.a: C_STATIC_LIBRARY_LINKER____idf_nvs_flash_ esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj || esp-idf/esp_driver_spi/libesp_driver_spi.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/nvs_flash/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\nvs_flash && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/nvs_flash/edit_cache: phony esp-idf/nvs_flash/CMakeFiles/edit_cache.util @@ -9132,7 +9595,7 @@ build esp-idf/nvs_flash/edit_cache: phony esp-idf/nvs_flash/CMakeFiles/edit_cach # Utility command for rebuild_cache build esp-idf/nvs_flash/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\nvs_flash && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -9150,7 +9613,7 @@ build esp-idf/nvs_flash/list_install_components: phony # Utility command for install build esp-idf/nvs_flash/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/nvs_flash/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\nvs_flash && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -9162,7 +9625,7 @@ build esp-idf/nvs_flash/install: phony esp-idf/nvs_flash/CMakeFiles/install.util # Utility command for install/local build esp-idf/nvs_flash/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/nvs_flash/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\nvs_flash && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -9174,7 +9637,7 @@ build esp-idf/nvs_flash/install/local: phony esp-idf/nvs_flash/CMakeFiles/instal # Utility command for install/strip build esp-idf/nvs_flash/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/nvs_flash/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\nvs_flash && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -9183,5964 +9646,509 @@ build esp-idf/nvs_flash/install/strip: phony esp-idf/nvs_flash/CMakeFiles/instal # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_phy - - -############################################# -# Order-only phony target for __idf_esp_phy - -build cmake_object_order_depends_target___idf_esp_phy: phony || cmake_object_order_depends_target___idf_vfs - -build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj: C_COMPILER____idf_esp_phy_ C$:/Users/alex/esp/esp-idf/components/esp_phy/src/phy_override.c || cmake_object_order_depends_target___idf_esp_phy - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\src\phy_override.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/esp_phy/src/lib_printf.c || cmake_object_order_depends_target___idf_esp_phy - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\src\lib_printf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/esp_phy/src/phy_common.c || cmake_object_order_depends_target___idf_esp_phy - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\src\phy_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/esp_phy/src/phy_init.c || cmake_object_order_depends_target___idf_esp_phy - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\src\phy_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/esp_phy/src/btbb_init.c || cmake_object_order_depends_target___idf_esp_phy - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir\src\btbb_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_phy - - -############################################# -# Link the static library esp-idf\esp_phy\libesp_phy.a - -build esp-idf/esp_phy/libesp_phy.a: C_STATIC_LIBRARY_LINKER____idf_esp_phy_ esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj || esp-idf/vfs/libvfs.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_phy\CMakeFiles\__idf_esp_phy.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_phy/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_phy && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_phy/edit_cache: phony esp-idf/esp_phy/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_phy/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_phy && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_phy/rebuild_cache: phony esp-idf/esp_phy/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_phy/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_phy/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_phy/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_phy && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_phy/install: phony esp-idf/esp_phy/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_phy/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_phy/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_phy && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/esp_phy/install/local: phony esp-idf/esp_phy/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_phy/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_phy/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_phy && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/esp_phy/install/strip: phony esp-idf/esp_phy/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_vfs - - -############################################# -# Order-only phony target for __idf_vfs - -build cmake_object_order_depends_target___idf_vfs: phony || cmake_object_order_depends_target___idf_lwip - -build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj: C_COMPILER____idf_vfs_ C$:/Users/alex/esp/esp-idf/components/vfs/vfs.c || cmake_object_order_depends_target___idf_vfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\vfs\CMakeFiles\__idf_vfs.dir\vfs.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/vfs/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/vfs/vfs_eventfd.c || cmake_object_order_depends_target___idf_vfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\vfs\CMakeFiles\__idf_vfs.dir\vfs_eventfd.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/vfs/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/vfs/vfs_uart.c || cmake_object_order_depends_target___idf_vfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\vfs\CMakeFiles\__idf_vfs.dir\vfs_uart.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/vfs/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/vfs/vfs_semihost.c || cmake_object_order_depends_target___idf_vfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\vfs\CMakeFiles\__idf_vfs.dir\vfs_semihost.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/vfs/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/vfs/vfs_console.c || cmake_object_order_depends_target___idf_vfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\vfs\CMakeFiles\__idf_vfs.dir\vfs_console.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/vfs/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_vfs - - -############################################# -# Link the static library esp-idf\vfs\libvfs.a - -build esp-idf/vfs/libvfs.a: C_STATIC_LIBRARY_LINKER____idf_vfs_ esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_console.c.obj || esp-idf/lwip/liblwip.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\vfs\CMakeFiles\__idf_vfs.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/vfs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\vfs && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/vfs/edit_cache: phony esp-idf/vfs/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/vfs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\vfs && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/vfs/rebuild_cache: phony esp-idf/vfs/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/vfs/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/vfs/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/vfs/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\vfs && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/vfs/install: phony esp-idf/vfs/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/vfs/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/vfs/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\vfs && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/vfs/install/local: phony esp-idf/vfs/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/vfs/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/vfs/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\vfs && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/vfs/install/strip: phony esp-idf/vfs/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_lwip - - -############################################# -# Order-only phony target for __idf_lwip - -build cmake_object_order_depends_target___idf_lwip: phony || cmake_object_order_depends_target___idf_esp_netif - -build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj: C_COMPILER____idf_lwip_ C$:/Users/alex/esp/esp-idf/components/lwip/apps/sntp/sntp.c || cmake_object_order_depends_target___idf_lwip - DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\apps\sntp\sntp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\api_lib.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\api_msg.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\err.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\if_api.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\netbuf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\netdb.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\netifapi.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\sockets.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\api\tcpip.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\apps\sntp\sntp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\apps\netbiosns\netbiosns.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\def.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\dns.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\inet_chksum.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ip.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\mem.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\memp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\netif.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\pbuf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\raw.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\stats.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\sys.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\tcp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -Wno-type-limits - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\tcp_in.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\tcp_out.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\timeouts.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\udp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\autoip.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\dhcp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\etharp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\icmp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\igmp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\ip4.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\ip4_napt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\ip4_addr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv4\ip4_frag.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\dhcp6.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\ethip6.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\icmp6.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\inet6.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\ip6.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\ip6_addr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\ip6_frag.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\mld6.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\ipv6\nd6.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ethernet.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\bridgeif.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\bridgeif_fdb.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\slipif.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\auth.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\ccp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\chap-md5.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\chap-new.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\chap_ms.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -Wno-array-parameter - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\demand.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\eap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\ecp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\eui64.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\fsm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\ipcp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\ipv6cp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\lcp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\magic.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\mppe.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\multilink.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\ppp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\pppapi.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\pppcrypt.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\pppoe.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\pppol2tp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\pppos.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -Wno-type-limits - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\upap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\utils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\netif\ppp\vj.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\hooks\tcp_isn_default.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\hooks\lwip_default_hooks.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\debug\lwip_debug.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\sockets_ext.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\freertos\sys_arch.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\port\esp32xx\vfs_lwip.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\apps\ping\esp_ping.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\apps\ping\ping.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\apps\ping\ping_sock.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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/dhcpserver/dhcpserver.c.obj: C_COMPILER____idf_lwip_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\lwip\CMakeFiles\__idf_lwip.dir\apps\dhcpserver\dhcpserver.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_lwip - - -############################################# -# Link the static library esp-idf\lwip\liblwip.a - -build esp-idf/lwip/liblwip.a: C_STATIC_LIBRARY_LINKER____idf_lwip_ esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj || esp-idf/esp_netif/libesp_netif.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\lwip\CMakeFiles\__idf_lwip.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/lwip/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\lwip && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/lwip/edit_cache: phony esp-idf/lwip/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/lwip/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\lwip && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/lwip/rebuild_cache: phony esp-idf/lwip/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/lwip/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/lwip/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/lwip/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\lwip && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/lwip/install: phony esp-idf/lwip/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/lwip/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/lwip/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\lwip && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/lwip/install/local: phony esp-idf/lwip/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/lwip/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/lwip/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\lwip && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/lwip/install/strip: phony esp-idf/lwip/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= ############################################# # Utility command for edit_cache -build esp-idf/esp_netif_stack/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_netif_stack && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console +build esp-idf/esp_driver_pcnt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_pcnt && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 -build esp-idf/esp_netif_stack/edit_cache: phony esp-idf/esp_netif_stack/CMakeFiles/edit_cache.util +build esp-idf/esp_driver_pcnt/edit_cache: phony esp-idf/esp_driver_pcnt/CMakeFiles/edit_cache.util ############################################# # Utility command for rebuild_cache -build esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_netif_stack && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" +build esp-idf/esp_driver_pcnt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_pcnt && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 -build esp-idf/esp_netif_stack/rebuild_cache: phony esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.util +build esp-idf/esp_driver_pcnt/rebuild_cache: phony esp-idf/esp_driver_pcnt/CMakeFiles/rebuild_cache.util ############################################# # Utility command for list_install_components -build esp-idf/esp_netif_stack/list_install_components: phony +build esp-idf/esp_driver_pcnt/list_install_components: phony ############################################# # Utility command for install -build esp-idf/esp_netif_stack/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_netif_stack/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_netif_stack && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" +build esp-idf/esp_driver_pcnt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_pcnt/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_pcnt && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 -build esp-idf/esp_netif_stack/install: phony esp-idf/esp_netif_stack/CMakeFiles/install.util +build esp-idf/esp_driver_pcnt/install: phony esp-idf/esp_driver_pcnt/CMakeFiles/install.util ############################################# # Utility command for install/local -build esp-idf/esp_netif_stack/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_netif_stack/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_netif_stack && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" +build esp-idf/esp_driver_pcnt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_pcnt/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_pcnt && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 -build esp-idf/esp_netif_stack/install/local: phony esp-idf/esp_netif_stack/CMakeFiles/install/local.util +build esp-idf/esp_driver_pcnt/install/local: phony esp-idf/esp_driver_pcnt/CMakeFiles/install/local.util ############################################# # Utility command for install/strip -build esp-idf/esp_netif_stack/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_netif_stack/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_netif_stack && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" +build esp-idf/esp_driver_pcnt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_pcnt/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_pcnt && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 -build esp-idf/esp_netif_stack/install/strip: phony esp-idf/esp_netif_stack/CMakeFiles/install/strip.util +build esp-idf/esp_driver_pcnt/install/strip: phony esp-idf/esp_driver_pcnt/CMakeFiles/install/strip.util # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_netif +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_spi ############################################# -# Order-only phony target for __idf_esp_netif +# Order-only phony target for __idf_esp_driver_spi -build cmake_object_order_depends_target___idf_esp_netif: phony || cmake_object_order_depends_target___idf_wpa_supplicant +build cmake_object_order_depends_target___idf_esp_driver_spi: phony || cmake_object_order_depends_target___idf_esp_driver_i2s -build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj: C_COMPILER____idf_esp_netif_ C$:/Users/alex/esp/esp-idf/components/esp_netif/esp_netif_handlers.c || cmake_object_order_depends_target___idf_esp_netif - DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\esp_netif_handlers.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj: C_COMPILER____idf_esp_driver_spi_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_common.c || cmake_object_order_depends_target___idf_esp_driver_spi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi + TARGET_COMPILE_PDB = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/__idf_esp_driver_spi.pdb + TARGET_PDB = esp-idf/esp_driver_spi/libesp_driver_spi.pdb -build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj: C_COMPILER____idf_esp_netif_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\esp_netif_objects.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj: C_COMPILER____idf_esp_driver_spi_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_master.c || cmake_object_order_depends_target___idf_esp_driver_spi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi + TARGET_COMPILE_PDB = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/__idf_esp_driver_spi.pdb + TARGET_PDB = esp-idf/esp_driver_spi/libesp_driver_spi.pdb -build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj: C_COMPILER____idf_esp_netif_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\esp_netif_defaults.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj: C_COMPILER____idf_esp_driver_spi_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave.c || cmake_object_order_depends_target___idf_esp_driver_spi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi + TARGET_COMPILE_PDB = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/__idf_esp_driver_spi.pdb + TARGET_PDB = esp-idf/esp_driver_spi/libesp_driver_spi.pdb -build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj: C_COMPILER____idf_esp_netif_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\esp_netif_lwip.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj: C_COMPILER____idf_esp_driver_spi_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_dma.c || cmake_object_order_depends_target___idf_esp_driver_spi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi + TARGET_COMPILE_PDB = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/__idf_esp_driver_spi.pdb + TARGET_PDB = esp-idf/esp_driver_spi/libesp_driver_spi.pdb -build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj: C_COMPILER____idf_esp_netif_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\esp_netif_sntp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\esp_netif_lwip_defaults.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\netif\wlanif.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\netif\ethernetif.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir\lwip\netif\esp_pbuf_ref.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj: C_COMPILER____idf_esp_driver_spi_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave_hd.c || cmake_object_order_depends_target___idf_esp_driver_spi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include + OBJECT_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi + TARGET_COMPILE_PDB = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/__idf_esp_driver_spi.pdb + TARGET_PDB = esp-idf/esp_driver_spi/libesp_driver_spi.pdb # ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_netif +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_spi ############################################# -# Link the static library esp-idf\esp_netif\libesp_netif.a +# Link the static library esp-idf/esp_driver_spi/libesp_driver_spi.a -build esp-idf/esp_netif/libesp_netif.a: C_STATIC_LIBRARY_LINKER____idf_esp_netif_ esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj || esp-idf/wpa_supplicant/libwpa_supplicant.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_netif\CMakeFiles\__idf_esp_netif.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 +build esp-idf/esp_driver_spi/libesp_driver_spi.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_spi_ esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj || esp-idf/esp_driver_i2s/libesp_driver_i2s.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/__idf_esp_driver_spi.pdb + TARGET_FILE = esp-idf/esp_driver_spi/libesp_driver_spi.a + TARGET_PDB = esp-idf/esp_driver_spi/libesp_driver_spi.pdb ############################################# # Utility command for edit_cache -build esp-idf/esp_netif/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_netif && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console +build esp-idf/esp_driver_spi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 -build esp-idf/esp_netif/edit_cache: phony esp-idf/esp_netif/CMakeFiles/edit_cache.util +build esp-idf/esp_driver_spi/edit_cache: phony esp-idf/esp_driver_spi/CMakeFiles/edit_cache.util ############################################# # Utility command for rebuild_cache -build esp-idf/esp_netif/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_netif && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" +build esp-idf/esp_driver_spi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 -build esp-idf/esp_netif/rebuild_cache: phony esp-idf/esp_netif/CMakeFiles/rebuild_cache.util +build esp-idf/esp_driver_spi/rebuild_cache: phony esp-idf/esp_driver_spi/CMakeFiles/rebuild_cache.util ############################################# # Utility command for list_install_components -build esp-idf/esp_netif/list_install_components: phony +build esp-idf/esp_driver_spi/list_install_components: phony ############################################# # Utility command for install -build esp-idf/esp_netif/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_netif/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_netif && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" +build esp-idf/esp_driver_spi/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_spi/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 -build esp-idf/esp_netif/install: phony esp-idf/esp_netif/CMakeFiles/install.util +build esp-idf/esp_driver_spi/install: phony esp-idf/esp_driver_spi/CMakeFiles/install.util ############################################# # Utility command for install/local -build esp-idf/esp_netif/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_netif/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_netif && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" +build esp-idf/esp_driver_spi/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_spi/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 -build esp-idf/esp_netif/install/local: phony esp-idf/esp_netif/CMakeFiles/install/local.util +build esp-idf/esp_driver_spi/install/local: phony esp-idf/esp_driver_spi/CMakeFiles/install/local.util ############################################# # Utility command for install/strip -build esp-idf/esp_netif/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_netif/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_netif && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" +build esp-idf/esp_driver_spi/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_spi/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 -build esp-idf/esp_netif/install/strip: phony esp-idf/esp_netif/CMakeFiles/install/strip.util +build esp-idf/esp_driver_spi/install/strip: phony esp-idf/esp_driver_spi/CMakeFiles/install/strip.util # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_wpa_supplicant - - -############################################# -# Order-only phony target for __idf_wpa_supplicant - -build cmake_object_order_depends_target___idf_wpa_supplicant: phony || cmake_object_order_depends_target___idf_esp_coex - -build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj: C_COMPILER____idf_wpa_supplicant_ C$:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\port\os_xtensa.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\port\eloop.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap\ap_config.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap\ieee802_1x.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap\wpa_auth.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap\wpa_auth_ie.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap\pmksa_cache_auth.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap\sta_info.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap\ieee802_11.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\ap\comeback_token.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\common\sae.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\common\dragonfly.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\common\wpa_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils\bitfield.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\aes-siv.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\sha256-kdf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\ccmp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\aes-gcm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\crypto_ops.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\dh_group5.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\dh_groups.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\ms_funcs.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\sha1-tlsprf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\sha256-tlsprf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\sha384-tlsprf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\sha256-prf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\sha1-prf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\sha384-prf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\md4-internal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\sha1-tprf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_common\eap_wsc_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\common\ieee802_11_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\chap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap_mschapv2.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap_peap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap_peap_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap_tls.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap_tls_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap_ttls.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\mschapv2.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap_fast.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap_fast_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\eap_peer\eap_fast_pac.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\rsn_supp\pmksa_cache.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\rsn_supp\wpa.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\rsn_supp\wpa_ie.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils\base64.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils\common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils\ext_password.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils\uuid.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils\wpabuf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils\wpa_debug.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\utils\json.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps\wps.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps\wps_attr_build.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps\wps_attr_parse.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps\wps_attr_process.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps\wps_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps\wps_dev_attr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\wps\wps_enrollee.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\common\sae_pk.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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/bss.c.obj: C_COMPILER____idf_wpa_supplicant_ C$:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/common/bss.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\common\bss.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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/scan.c.obj: C_COMPILER____idf_wpa_supplicant_ C$:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/common/scan.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\common\scan.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_scan.c.obj: C_COMPILER____idf_wpa_supplicant_ C$:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_scan.c || cmake_object_order_depends_target___idf_wpa_supplicant - DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\esp_scan.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_eap_client.c.obj: C_COMPILER____idf_wpa_supplicant_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\esp_eap_client.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\esp_wpa2_api_port.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\esp_wpa_main.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\esp_wpas_glue.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\esp_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\esp_wps.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\esp_wpa3.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\esp_owe.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\esp_hostap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\crypto\tls_mbedtls.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\crypto\fastpbkdf2.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\crypto\crypto_mbedtls.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\crypto\crypto_mbedtls-bignum.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\crypto\crypto_mbedtls-rsa.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\esp_supplicant\src\crypto\crypto_mbedtls-ec.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\rc4.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\des-internal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\aes-wrap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\aes-unwrap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.1.2\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ - DEP_FILE = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir\src\crypto\aes-ccm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_wpa_supplicant - - -############################################# -# Link the static library esp-idf\wpa_supplicant\libwpa_supplicant.a - -build esp-idf/wpa_supplicant/libwpa_supplicant.a: C_STATIC_LIBRARY_LINKER____idf_wpa_supplicant_ esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/bss.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/scan.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_scan.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj || esp-idf/esp_coex/libesp_coex.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\wpa_supplicant\CMakeFiles\__idf_wpa_supplicant.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - RSP_FILE = CMakeFiles\__idf_wpa_supplicant.rsp - - -############################################# -# Utility command for edit_cache - -build esp-idf/wpa_supplicant/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\wpa_supplicant && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/wpa_supplicant/edit_cache: phony esp-idf/wpa_supplicant/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\wpa_supplicant && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/wpa_supplicant/rebuild_cache: phony esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/wpa_supplicant/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/wpa_supplicant/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\wpa_supplicant && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/wpa_supplicant/install: phony esp-idf/wpa_supplicant/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/wpa_supplicant/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\wpa_supplicant && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/wpa_supplicant/install/local: phony esp-idf/wpa_supplicant/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/wpa_supplicant/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\wpa_supplicant && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/wpa_supplicant/install/strip: phony esp-idf/wpa_supplicant/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_coex - - -############################################# -# Order-only phony target for __idf_esp_coex - -build cmake_object_order_depends_target___idf_esp_coex: phony || cmake_object_order_depends_target___idf_esp_wifi - -build esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.obj: C_COMPILER____idf_esp_coex_ C$:/Users/alex/esp/esp-idf/components/esp_coex/esp32/esp_coex_adapter.c || cmake_object_order_depends_target___idf_esp_coex - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_coex\CMakeFiles\__idf_esp_coex.dir\esp32\esp_coex_adapter.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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\esp32 - 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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_coex - - -############################################# -# Link the static library esp-idf\esp_coex\libesp_coex.a - -build esp-idf/esp_coex/libesp_coex.a: C_STATIC_LIBRARY_LINKER____idf_esp_coex_ esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.obj || esp-idf/esp_wifi/libesp_wifi.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_coex\CMakeFiles\__idf_esp_coex.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_coex/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_coex && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_coex/edit_cache: phony esp-idf/esp_coex/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_coex/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_coex && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_coex/rebuild_cache: phony esp-idf/esp_coex/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_coex/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_coex/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_coex/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_coex && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_coex/install: phony esp-idf/esp_coex/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_coex/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_coex/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_coex && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/esp_coex/install/local: phony esp-idf/esp_coex/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_coex/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_coex/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_coex && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/esp_coex/install/strip: phony esp-idf/esp_coex/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_wifi - - -############################################# -# Order-only phony target for __idf_esp_wifi - -build cmake_object_order_depends_target___idf_esp_wifi: phony || cmake_object_order_depends_target___idf_http_parser - -build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj: C_COMPILER____idf_esp_wifi_ C$:/Users/alex/esp/esp-idf/components/esp_wifi/src/mesh_event.c || cmake_object_order_depends_target___idf_esp_wifi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\mesh_event.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/esp_wifi/src/smartconfig.c || cmake_object_order_depends_target___idf_esp_wifi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\smartconfig.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/esp_wifi/src/wifi_init.c || cmake_object_order_depends_target___idf_esp_wifi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\wifi_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/esp_wifi/src/wifi_default.c || cmake_object_order_depends_target___idf_esp_wifi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\wifi_default.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/esp_wifi/src/wifi_netif.c || cmake_object_order_depends_target___idf_esp_wifi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\wifi_netif.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\wifi_default_ap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/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/esp32/esp_adapter.c.obj: C_COMPILER____idf_esp_wifi_ C$:/Users/alex/esp/esp-idf/components/esp_wifi/esp32/esp_adapter.c || cmake_object_order_depends_target___idf_esp_wifi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\esp32\esp_adapter.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/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\esp32 - 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_ C$:/Users/alex/esp/esp-idf/components/esp_wifi/src/smartconfig_ack.c || cmake_object_order_depends_target___idf_esp_wifi - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir\src\smartconfig_ack.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_wifi - - -############################################# -# Link the static library esp-idf\esp_wifi\libesp_wifi.a - -build esp-idf/esp_wifi/libesp_wifi.a: C_STATIC_LIBRARY_LINKER____idf_esp_wifi_ esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj || esp-idf/http_parser/libhttp_parser.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_wifi\CMakeFiles\__idf_esp_wifi.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_wifi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_wifi && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_wifi/edit_cache: phony esp-idf/esp_wifi/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_wifi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_wifi && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_wifi/rebuild_cache: phony esp-idf/esp_wifi/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_wifi/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_wifi/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_wifi/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_wifi && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_wifi/install: phony esp-idf/esp_wifi/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_wifi/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_wifi/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_wifi && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/esp_wifi/install/local: phony esp-idf/esp_wifi/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_wifi/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_wifi/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_wifi && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/esp_wifi/install/strip: phony esp-idf/esp_wifi/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= ############################################# # Utility command for edit_cache -build esp-idf/bt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\bt && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console +build esp-idf/esp_driver_mcpwm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_mcpwm && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 -build esp-idf/bt/edit_cache: phony esp-idf/bt/CMakeFiles/edit_cache.util +build esp-idf/esp_driver_mcpwm/edit_cache: phony esp-idf/esp_driver_mcpwm/CMakeFiles/edit_cache.util ############################################# # Utility command for rebuild_cache -build esp-idf/bt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\bt && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" +build esp-idf/esp_driver_mcpwm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_mcpwm && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 -build esp-idf/bt/rebuild_cache: phony esp-idf/bt/CMakeFiles/rebuild_cache.util +build esp-idf/esp_driver_mcpwm/rebuild_cache: phony esp-idf/esp_driver_mcpwm/CMakeFiles/rebuild_cache.util ############################################# # Utility command for list_install_components -build esp-idf/bt/list_install_components: phony +build esp-idf/esp_driver_mcpwm/list_install_components: phony ############################################# # Utility command for install -build esp-idf/bt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/bt/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\bt && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" +build esp-idf/esp_driver_mcpwm/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_mcpwm/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_mcpwm && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 -build esp-idf/bt/install: phony esp-idf/bt/CMakeFiles/install.util +build esp-idf/esp_driver_mcpwm/install: phony esp-idf/esp_driver_mcpwm/CMakeFiles/install.util ############################################# # Utility command for install/local -build esp-idf/bt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/bt/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\bt && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" +build esp-idf/esp_driver_mcpwm/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_mcpwm/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_mcpwm && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 -build esp-idf/bt/install/local: phony esp-idf/bt/CMakeFiles/install/local.util +build esp-idf/esp_driver_mcpwm/install/local: phony esp-idf/esp_driver_mcpwm/CMakeFiles/install/local.util ############################################# # Utility command for install/strip -build esp-idf/bt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/bt/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\bt && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" +build esp-idf/esp_driver_mcpwm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_mcpwm/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_mcpwm && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 -build esp-idf/bt/install/strip: phony esp-idf/bt/CMakeFiles/install/strip.util +build esp-idf/esp_driver_mcpwm/install/strip: phony esp-idf/esp_driver_mcpwm/CMakeFiles/install/strip.util # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_unity - - -############################################# -# Order-only phony target for __idf_unity - -build cmake_object_order_depends_target___idf_unity: phony || cmake_object_order_depends_target___idf_xtensa - -build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj: C_COMPILER____idf_unity_ C$:/Users/alex/esp/esp-idf/components/unity/unity/src/unity.c || cmake_object_order_depends_target___idf_unity - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\unity\src\unity.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/unity/unity_runner.c || cmake_object_order_depends_target___idf_unity - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\unity_runner.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/unity/unity_utils_freertos.c || cmake_object_order_depends_target___idf_unity - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\unity_utils_freertos.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/unity/unity_utils_cache.c || cmake_object_order_depends_target___idf_unity - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\unity_utils_cache.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/unity/unity_utils_memory.c || cmake_object_order_depends_target___idf_unity - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\unity_utils_memory.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/unity/unity_port_esp32.c || cmake_object_order_depends_target___idf_unity - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\unity_port_esp32.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\unity\CMakeFiles\__idf_unity.dir\port\esp\unity_utils_memory_esp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_unity - - -############################################# -# Link the static library esp-idf\unity\libunity.a - -build esp-idf/unity/libunity.a: C_STATIC_LIBRARY_LINKER____idf_unity_ esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj || esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\unity\CMakeFiles\__idf_unity.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/unity/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\unity && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/unity/edit_cache: phony esp-idf/unity/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/unity/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\unity && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/unity/rebuild_cache: phony esp-idf/unity/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/unity/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/unity/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/unity/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\unity && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/unity/install: phony esp-idf/unity/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/unity/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/unity/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\unity && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/unity/install/local: phony esp-idf/unity/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/unity/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/unity/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\unity && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/unity/install/strip: phony esp-idf/unity/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_cmock - - -############################################# -# Order-only phony target for __idf_cmock - -build cmake_object_order_depends_target___idf_cmock: phony || cmake_object_order_depends_target___idf_unity cmake_object_order_depends_target___idf_xtensa - -build esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj: C_COMPILER____idf_cmock_ C$:/Users/alex/esp/esp-idf/components/cmock/CMock/src/cmock.c || cmake_object_order_depends_target___idf_cmock - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\cmock\CMakeFiles\__idf_cmock.dir\CMock\src\cmock.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_cmock - - -############################################# -# Link the static library esp-idf\cmock\libcmock.a - -build esp-idf/cmock/libcmock.a: C_STATIC_LIBRARY_LINKER____idf_cmock_ esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj || esp-idf/unity/libunity.a esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\cmock\CMakeFiles\__idf_cmock.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/cmock/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\cmock && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/cmock/edit_cache: phony esp-idf/cmock/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/cmock/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\cmock && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/cmock/rebuild_cache: phony esp-idf/cmock/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/cmock/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/cmock/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/cmock/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\cmock && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/cmock/install: phony esp-idf/cmock/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/cmock/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/cmock/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\cmock && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/cmock/install/local: phony esp-idf/cmock/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/cmock/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/cmock/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\cmock && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/cmock/install/strip: phony esp-idf/cmock/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_console - - -############################################# -# Order-only phony target for __idf_console - -build cmake_object_order_depends_target___idf_console: phony || cmake_object_order_depends_target___idf_xtensa - -build esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj: C_COMPILER____idf_console_ C$:/Users/alex/esp/esp-idf/components/console/commands.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\commands.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/console/esp_console_repl.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\esp_console_repl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/console/split_argv.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\split_argv.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/console/linenoise/linenoise.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\linenoise\linenoise.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/console/argtable3/arg_cmd.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_cmd.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/console/argtable3/arg_date.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_date.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/console/argtable3/arg_dbl.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_dbl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/console/argtable3/arg_dstr.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_dstr.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/console/argtable3/arg_end.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_end.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/console/argtable3/arg_file.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_file.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/console/argtable3/arg_hashtable.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_hashtable.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/console/argtable3/arg_int.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_int.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/console/argtable3/arg_lit.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_lit.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/console/argtable3/arg_rem.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_rem.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/console/argtable3/arg_rex.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_rex.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/console/argtable3/arg_str.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_str.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/console/argtable3/arg_utils.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\arg_utils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/console/argtable3/argtable3.c || cmake_object_order_depends_target___idf_console - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\console\CMakeFiles\__idf_console.dir\argtable3\argtable3.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_console - - -############################################# -# Link the static library esp-idf\console\libconsole.a - -build esp-idf/console/libconsole.a: C_STATIC_LIBRARY_LINKER____idf_console_ esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj || esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\console\CMakeFiles\__idf_console.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/console/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\console && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/console/edit_cache: phony esp-idf/console/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/console/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\console && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/console/rebuild_cache: phony esp-idf/console/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/console/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/console/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/console/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\console && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/console/install: phony esp-idf/console/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/console/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/console/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\console && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/console/install/local: phony esp-idf/console/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/console/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/console/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\console && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/console/install/strip: phony esp-idf/console/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_http_parser - - -############################################# -# Order-only phony target for __idf_http_parser - -build cmake_object_order_depends_target___idf_http_parser: phony || cmake_object_order_depends_target___idf_esp-tls - -build esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj: C_COMPILER____idf_http_parser_ C$:/Users/alex/esp/esp-idf/components/http_parser/http_parser.c || cmake_object_order_depends_target___idf_http_parser - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\http_parser\CMakeFiles\__idf_http_parser.dir\http_parser.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\http_parser\CMakeFiles\__idf_http_parser.dir - OBJECT_FILE_DIR = esp-idf\http_parser\CMakeFiles\__idf_http_parser.dir - 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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_http_parser - - -############################################# -# Link the static library esp-idf\http_parser\libhttp_parser.a - -build esp-idf/http_parser/libhttp_parser.a: C_STATIC_LIBRARY_LINKER____idf_http_parser_ esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj || esp-idf/esp-tls/libesp-tls.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\http_parser\CMakeFiles\__idf_http_parser.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/http_parser/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\http_parser && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/http_parser/edit_cache: phony esp-idf/http_parser/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/http_parser/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\http_parser && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/http_parser/rebuild_cache: phony esp-idf/http_parser/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/http_parser/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/http_parser/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/http_parser/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\http_parser && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/http_parser/install: phony esp-idf/http_parser/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/http_parser/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/http_parser/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\http_parser && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/http_parser/install/local: phony esp-idf/http_parser/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/http_parser/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/http_parser/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\http_parser && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/http_parser/install/strip: phony esp-idf/http_parser/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp-tls - - -############################################# -# Order-only phony target for __idf_esp-tls - -build cmake_object_order_depends_target___idf_esp-tls: phony || cmake_object_order_depends_target___idf_esp_adc - -build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj: C_COMPILER____idf_esp-tls_ C$:/Users/alex/esp/esp-idf/components/esp-tls/esp_tls.c || cmake_object_order_depends_target___idf_esp-tls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir\esp_tls.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/esp-tls/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/http_parser - 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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir\esp-tls-crypto\esp_tls_crypto.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/esp-tls/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/http_parser - 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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir\esp_tls_error_capture.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/esp-tls/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/http_parser - 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_ C$:/Users/alex/esp/esp-idf/components/esp-tls/esp_tls_mbedtls.c || cmake_object_order_depends_target___idf_esp-tls - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir\esp_tls_mbedtls.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/esp-tls/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/http_parser - 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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp-tls - - -############################################# -# Link the static library esp-idf\esp-tls\libesp-tls.a - -build esp-idf/esp-tls/libesp-tls.a: C_STATIC_LIBRARY_LINKER____idf_esp-tls_ esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj || esp-idf/esp_adc/libesp_adc.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp-tls\CMakeFiles\__idf_esp-tls.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp-tls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp-tls && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp-tls/edit_cache: phony esp-idf/esp-tls/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp-tls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp-tls && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp-tls/rebuild_cache: phony esp-idf/esp-tls/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp-tls/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp-tls/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp-tls/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp-tls && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp-tls/install: phony esp-idf/esp-tls/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp-tls/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp-tls/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp-tls && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/esp-tls/install/local: phony esp-idf/esp-tls/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp-tls/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp-tls/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp-tls && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/esp-tls/install/strip: phony esp-idf/esp-tls/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_adc - - -############################################# -# Order-only phony target for __idf_esp_adc - -build cmake_object_order_depends_target___idf_esp_adc: phony || cmake_object_order_depends_target___idf_esp_eth - -build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj: C_COMPILER____idf_esp_adc_ C$:/Users/alex/esp/esp-idf/components/esp_adc/adc_cali.c || cmake_object_order_depends_target___idf_esp_adc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\adc_cali.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include - OBJECT_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir - OBJECT_FILE_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\adc_cali_curve_fitting.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include - OBJECT_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir - OBJECT_FILE_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir - 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_ C$:/Users/alex/esp/esp-idf/components/esp_adc/adc_oneshot.c || cmake_object_order_depends_target___idf_esp_adc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\adc_oneshot.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include - OBJECT_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir - OBJECT_FILE_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir - 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_ C$:/Users/alex/esp/esp-idf/components/esp_adc/adc_common.c || cmake_object_order_depends_target___idf_esp_adc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\adc_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include - OBJECT_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir - OBJECT_FILE_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir - 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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\deprecated\esp_adc_cal_common_legacy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include - OBJECT_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir - OBJECT_FILE_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\deprecated - 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_ C$:/Users/alex/esp/esp-idf/components/esp_adc/adc_continuous.c || cmake_object_order_depends_target___idf_esp_adc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\adc_continuous.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include - OBJECT_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir - OBJECT_FILE_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir - 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/esp32/adc_cali_line_fitting.c.obj: C_COMPILER____idf_esp_adc_ C$:/Users/alex/esp/esp-idf/components/esp_adc/esp32/adc_cali_line_fitting.c || cmake_object_order_depends_target___idf_esp_adc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\esp32\adc_cali_line_fitting.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include - OBJECT_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir - OBJECT_FILE_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\esp32 - 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/esp32/esp_adc_cal_legacy.c.obj: C_COMPILER____idf_esp_adc_ C$:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/esp32/esp_adc_cal_legacy.c || cmake_object_order_depends_target___idf_esp_adc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\deprecated\esp32\esp_adc_cal_legacy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include - OBJECT_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir - OBJECT_FILE_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir\deprecated\esp32 - 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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_adc - - -############################################# -# Link the static library esp-idf\esp_adc\libesp_adc.a - -build esp-idf/esp_adc/libesp_adc.a: C_STATIC_LIBRARY_LINKER____idf_esp_adc_ esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_cali_line_fitting.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32/esp_adc_cal_legacy.c.obj || esp-idf/esp_eth/libesp_eth.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_adc\CMakeFiles\__idf_esp_adc.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_adc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_adc && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_adc/edit_cache: phony esp-idf/esp_adc/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_adc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_adc && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_adc/rebuild_cache: phony esp-idf/esp_adc/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_adc/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_adc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_adc/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_adc && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_adc/install: phony esp-idf/esp_adc/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_adc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_adc/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_adc && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/esp_adc/install/local: phony esp-idf/esp_adc/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_adc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_adc/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_adc && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/esp_adc/install/strip: phony esp-idf/esp_adc/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_eth - - -############################################# -# Order-only phony target for __idf_esp_eth - -build cmake_object_order_depends_target___idf_esp_eth: phony || cmake_object_order_depends_target___idf_esp_gdbstub - -build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj: C_COMPILER____idf_esp_eth_ C$:/Users/alex/esp/esp-idf/components/esp_eth/src/esp_eth.c || cmake_object_order_depends_target___idf_esp_eth - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\esp_eth.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\esp_eth_phy_802_3.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\esp_eth_netif_glue.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/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_mac_esp.c.obj: C_COMPILER____idf_esp_eth_ C$:/Users/alex/esp/esp-idf/components/esp_eth/src/esp_eth_mac_esp.c || cmake_object_order_depends_target___idf_esp_eth - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\esp_eth_mac_esp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/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_dp83848.c.obj: C_COMPILER____idf_esp_eth_ C$:/Users/alex/esp/esp-idf/components/esp_eth/src/esp_eth_phy_dp83848.c || cmake_object_order_depends_target___idf_esp_eth - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\esp_eth_phy_dp83848.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/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_ip101.c.obj: C_COMPILER____idf_esp_eth_ C$:/Users/alex/esp/esp-idf/components/esp_eth/src/esp_eth_phy_ip101.c || cmake_object_order_depends_target___idf_esp_eth - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\esp_eth_phy_ip101.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/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_ksz80xx.c.obj: C_COMPILER____idf_esp_eth_ C$:/Users/alex/esp/esp-idf/components/esp_eth/src/esp_eth_phy_ksz80xx.c || cmake_object_order_depends_target___idf_esp_eth - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\esp_eth_phy_ksz80xx.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/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_lan87xx.c.obj: C_COMPILER____idf_esp_eth_ C$:/Users/alex/esp/esp-idf/components/esp_eth/src/esp_eth_phy_lan87xx.c || cmake_object_order_depends_target___idf_esp_eth - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\esp_eth_phy_lan87xx.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/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_rtl8201.c.obj: C_COMPILER____idf_esp_eth_ C$:/Users/alex/esp/esp-idf/components/esp_eth/src/esp_eth_phy_rtl8201.c || cmake_object_order_depends_target___idf_esp_eth - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir\src\esp_eth_phy_rtl8201.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_eth - - -############################################# -# Link the static library esp-idf\esp_eth\libesp_eth.a - -build esp-idf/esp_eth/libesp_eth.a: C_STATIC_LIBRARY_LINKER____idf_esp_eth_ esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_802_3.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ksz80xx.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan87xx.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj || esp-idf/esp_gdbstub/libesp_gdbstub.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_eth\CMakeFiles\__idf_esp_eth.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_eth/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_eth && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_eth/edit_cache: phony esp-idf/esp_eth/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_eth/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_eth && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_eth/rebuild_cache: phony esp-idf/esp_eth/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_eth/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_eth/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_eth/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_eth && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_eth/install: phony esp-idf/esp_eth/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_eth/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_eth/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_eth && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/esp_eth/install/local: phony esp-idf/esp_eth/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_eth/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_eth/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_eth && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/esp_eth/install/strip: phony esp-idf/esp_eth/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_gdbstub - - -############################################# -# Order-only phony target for __idf_esp_gdbstub - -build cmake_object_order_depends_target___idf_esp_gdbstub: phony || cmake_object_order_depends_target___idf_tcp_transport - -build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj: C_COMPILER____idf_esp_gdbstub_ C$:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/gdbstub.c || cmake_object_order_depends_target___idf_esp_gdbstub - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\gdbstub.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir - OBJECT_FILE_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src - 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_ C$:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c || cmake_object_order_depends_target___idf_esp_gdbstub - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\gdbstub_transport.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir - OBJECT_FILE_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src - 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_ C$:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/packet.c || cmake_object_order_depends_target___idf_esp_gdbstub - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\packet.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir - OBJECT_FILE_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src - 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/xtensa/gdbstub_xtensa.c.obj: C_COMPILER____idf_esp_gdbstub_ C$:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/gdbstub_xtensa.c || cmake_object_order_depends_target___idf_esp_gdbstub - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\port\xtensa\gdbstub_xtensa.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir - OBJECT_FILE_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\port\xtensa - 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/xtensa/gdbstub-entry.S.obj: ASM_COMPILER____idf_esp_gdbstub_ C$:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/gdbstub-entry.S || cmake_object_order_depends_target___idf_esp_gdbstub - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\port\xtensa\gdbstub-entry.S.obj.d - FLAGS = -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir - OBJECT_FILE_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\port\xtensa - 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/xtensa/xt_debugexception.S.obj: ASM_COMPILER____idf_esp_gdbstub_ C$:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/xt_debugexception.S || cmake_object_order_depends_target___idf_esp_gdbstub - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\port\xtensa\xt_debugexception.S.obj.d - FLAGS = -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir - OBJECT_FILE_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir\src\port\xtensa - 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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_gdbstub - - -############################################# -# Link the static library esp-idf\esp_gdbstub\libesp_gdbstub.a - -build esp-idf/esp_gdbstub/libesp_gdbstub.a: C_STATIC_LIBRARY_LINKER____idf_esp_gdbstub_ esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub_xtensa.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj || esp-idf/tcp_transport/libtcp_transport.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_gdbstub\CMakeFiles\__idf_esp_gdbstub.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_gdbstub/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_gdbstub && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_gdbstub/edit_cache: phony esp-idf/esp_gdbstub/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_gdbstub && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_gdbstub/rebuild_cache: phony esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_gdbstub/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_gdbstub/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_gdbstub/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_gdbstub && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_gdbstub/install: phony esp-idf/esp_gdbstub/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_gdbstub/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_gdbstub/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_gdbstub && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/esp_gdbstub/install/local: phony esp-idf/esp_gdbstub/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_gdbstub/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_gdbstub/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_gdbstub && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/esp_gdbstub/install/strip: phony esp-idf/esp_gdbstub/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_hid - - -############################################# -# Order-only phony target for __idf_esp_hid - -build cmake_object_order_depends_target___idf_esp_hid: phony || cmake_object_order_depends_target___idf_xtensa - -build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj: C_COMPILER____idf_esp_hid_ C$:/Users/alex/esp/esp-idf/components/esp_hid/src/esp_hidd.c || cmake_object_order_depends_target___idf_esp_hid - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hid\CMakeFiles\__idf_esp_hid.dir\src\esp_hidd.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/esp-idf/components/esp_hid/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/esp_hid/src/esp_hidh.c || cmake_object_order_depends_target___idf_esp_hid - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hid\CMakeFiles\__idf_esp_hid.dir\src\esp_hidh.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/esp-idf/components/esp_hid/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_hid\CMakeFiles\__idf_esp_hid.dir\src\esp_hid_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/esp-idf/components/esp_hid/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_hid - - -############################################# -# Link the static library esp-idf\esp_hid\libesp_hid.a - -build esp-idf/esp_hid/libesp_hid.a: C_STATIC_LIBRARY_LINKER____idf_esp_hid_ esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj || esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_hid\CMakeFiles\__idf_esp_hid.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_hid/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_hid && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_hid/edit_cache: phony esp-idf/esp_hid/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_hid/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_hid && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_hid/rebuild_cache: phony esp-idf/esp_hid/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_hid/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_hid/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_hid/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_hid && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_hid/install: phony esp-idf/esp_hid/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_hid/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_hid/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_hid && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/esp_hid/install/local: phony esp-idf/esp_hid/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_hid/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_hid/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_hid && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/esp_hid/install/strip: phony esp-idf/esp_hid/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_tcp_transport - - -############################################# -# Order-only phony target for __idf_tcp_transport - -build cmake_object_order_depends_target___idf_tcp_transport: phony || cmake_object_order_depends_target___idf_esp_http_client - -build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj: C_COMPILER____idf_tcp_transport_ C$:/Users/alex/esp/esp-idf/components/tcp_transport/transport.c || cmake_object_order_depends_target___idf_tcp_transport - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir\transport.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/tcp_transport/transport_ssl.c || cmake_object_order_depends_target___idf_tcp_transport - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir\transport_ssl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/tcp_transport/transport_internal.c || cmake_object_order_depends_target___idf_tcp_transport - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir\transport_internal.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/tcp_transport/transport_socks_proxy.c || cmake_object_order_depends_target___idf_tcp_transport - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir\transport_socks_proxy.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/tcp_transport/transport_ws.c || cmake_object_order_depends_target___idf_tcp_transport - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir\transport_ws.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_tcp_transport - - -############################################# -# Link the static library esp-idf\tcp_transport\libtcp_transport.a - -build esp-idf/tcp_transport/libtcp_transport.a: C_STATIC_LIBRARY_LINKER____idf_tcp_transport_ esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj || esp-idf/esp_http_client/libesp_http_client.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\tcp_transport\CMakeFiles\__idf_tcp_transport.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/tcp_transport/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\tcp_transport && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/tcp_transport/edit_cache: phony esp-idf/tcp_transport/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/tcp_transport/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\tcp_transport && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/tcp_transport/rebuild_cache: phony esp-idf/tcp_transport/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/tcp_transport/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/tcp_transport/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/tcp_transport/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\tcp_transport && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/tcp_transport/install: phony esp-idf/tcp_transport/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/tcp_transport/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/tcp_transport/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\tcp_transport && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/tcp_transport/install/local: phony esp-idf/tcp_transport/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/tcp_transport/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/tcp_transport/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\tcp_transport && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/tcp_transport/install/strip: phony esp-idf/tcp_transport/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_http_client - - -############################################# -# Order-only phony target for __idf_esp_http_client - -build cmake_object_order_depends_target___idf_esp_http_client: phony || cmake_object_order_depends_target___idf_esp_http_server - -build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj: C_COMPILER____idf_esp_http_client_ C$:/Users/alex/esp/esp-idf/components/esp_http_client/esp_http_client.c || cmake_object_order_depends_target___idf_esp_http_client - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir\esp_http_client.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/esp-idf/components/esp_http_client/lib/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir\lib\http_auth.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/esp-idf/components/esp_http_client/lib/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir\lib\http_header.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/esp-idf/components/esp_http_client/lib/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir\lib\http_utils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/esp-idf/components/esp_http_client/lib/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_http_client - - -############################################# -# Link the static library esp-idf\esp_http_client\libesp_http_client.a - -build esp-idf/esp_http_client/libesp_http_client.a: C_STATIC_LIBRARY_LINKER____idf_esp_http_client_ esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj || esp-idf/esp_http_server/libesp_http_server.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_http_client\CMakeFiles\__idf_esp_http_client.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_http_client/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_http_client && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_http_client/edit_cache: phony esp-idf/esp_http_client/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_http_client/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_http_client && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_http_client/rebuild_cache: phony esp-idf/esp_http_client/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_http_client/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_http_client/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_http_client/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_http_client && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_http_client/install: phony esp-idf/esp_http_client/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_http_client/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_http_client/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_http_client && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/esp_http_client/install/local: phony esp-idf/esp_http_client/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_http_client/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_http_client/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_http_client && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/esp_http_client/install/strip: phony esp-idf/esp_http_client/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_http_server - - -############################################# -# Order-only phony target for __idf_esp_http_server - -build cmake_object_order_depends_target___idf_esp_http_server: phony || cmake_object_order_depends_target___idf_esp_https_ota - -build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj: C_COMPILER____idf_esp_http_server_ C$:/Users/alex/esp/esp-idf/components/esp_http_server/src/httpd_main.c || cmake_object_order_depends_target___idf_esp_http_server - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\httpd_main.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\httpd_parse.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\httpd_sess.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\httpd_txrx.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\httpd_uri.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\httpd_ws.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir\src\util\ctrl_sock.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_http_server - - -############################################# -# Link the static library esp-idf\esp_http_server\libesp_http_server.a - -build esp-idf/esp_http_server/libesp_http_server.a: C_STATIC_LIBRARY_LINKER____idf_esp_http_server_ esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj || esp-idf/esp_https_ota/libesp_https_ota.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_http_server\CMakeFiles\__idf_esp_http_server.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_http_server/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_http_server && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_http_server/edit_cache: phony esp-idf/esp_http_server/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_http_server/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_http_server && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_http_server/rebuild_cache: phony esp-idf/esp_http_server/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_http_server/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_http_server/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_http_server/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_http_server && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_http_server/install: phony esp-idf/esp_http_server/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_http_server/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_http_server/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_http_server && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/esp_http_server/install/local: phony esp-idf/esp_http_server/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_http_server/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_http_server/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_http_server && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/esp_http_server/install/strip: phony esp-idf/esp_http_server/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_https_ota - - -############################################# -# Order-only phony target for __idf_esp_https_ota - -build cmake_object_order_depends_target___idf_esp_https_ota: phony || esp-idf/esp_system/memory_ld esp-idf/mbedtls/custom_bundle - -build esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj: C_COMPILER____idf_esp_https_ota_ C$:/Users/alex/esp/esp-idf/components/esp_https_ota/src/esp_https_ota.c || cmake_object_order_depends_target___idf_esp_https_ota - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_https_ota\CMakeFiles\__idf_esp_https_ota.dir\src\esp_https_ota.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_https_ota - - -############################################# -# Link the static library esp-idf\esp_https_ota\libesp_https_ota.a - -build esp-idf/esp_https_ota/libesp_https_ota.a: C_STATIC_LIBRARY_LINKER____idf_esp_https_ota_ esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj || esp-idf/esp_system/memory_ld esp-idf/mbedtls/custom_bundle - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_https_ota\CMakeFiles\__idf_esp_https_ota.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_https_ota/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_https_ota && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_https_ota/edit_cache: phony esp-idf/esp_https_ota/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_https_ota && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_https_ota/rebuild_cache: phony esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_https_ota/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_https_ota/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_https_ota/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_https_ota && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_https_ota/install: phony esp-idf/esp_https_ota/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_https_ota/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_https_ota/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_https_ota && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/esp_https_ota/install/local: phony esp-idf/esp_https_ota/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_https_ota/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_https_ota/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_https_ota && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/esp_https_ota/install/strip: phony esp-idf/esp_https_ota/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= ############################################# # Utility command for edit_cache -build esp-idf/esp_https_server/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_https_server && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console +build esp-idf/esp_driver_ana_cmpr/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ana_cmpr && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 -build esp-idf/esp_https_server/edit_cache: phony esp-idf/esp_https_server/CMakeFiles/edit_cache.util +build esp-idf/esp_driver_ana_cmpr/edit_cache: phony esp-idf/esp_driver_ana_cmpr/CMakeFiles/edit_cache.util ############################################# # Utility command for rebuild_cache -build esp-idf/esp_https_server/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_https_server && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" +build esp-idf/esp_driver_ana_cmpr/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ana_cmpr && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 -build esp-idf/esp_https_server/rebuild_cache: phony esp-idf/esp_https_server/CMakeFiles/rebuild_cache.util +build esp-idf/esp_driver_ana_cmpr/rebuild_cache: phony esp-idf/esp_driver_ana_cmpr/CMakeFiles/rebuild_cache.util ############################################# # Utility command for list_install_components -build esp-idf/esp_https_server/list_install_components: phony +build esp-idf/esp_driver_ana_cmpr/list_install_components: phony ############################################# # Utility command for install -build esp-idf/esp_https_server/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_https_server/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_https_server && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" +build esp-idf/esp_driver_ana_cmpr/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_ana_cmpr/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ana_cmpr && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 -build esp-idf/esp_https_server/install: phony esp-idf/esp_https_server/CMakeFiles/install.util +build esp-idf/esp_driver_ana_cmpr/install: phony esp-idf/esp_driver_ana_cmpr/CMakeFiles/install.util ############################################# # Utility command for install/local -build esp-idf/esp_https_server/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_https_server/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_https_server && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" +build esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_ana_cmpr/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ana_cmpr && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 -build esp-idf/esp_https_server/install/local: phony esp-idf/esp_https_server/CMakeFiles/install/local.util +build esp-idf/esp_driver_ana_cmpr/install/local: phony esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/local.util ############################################# # Utility command for install/strip -build esp-idf/esp_https_server/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_https_server/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_https_server && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" +build esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_ana_cmpr/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ana_cmpr && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 -build esp-idf/esp_https_server/install/strip: phony esp-idf/esp_https_server/CMakeFiles/install/strip.util +build esp-idf/esp_driver_ana_cmpr/install/strip: phony esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/strip.util # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_i2s + + +############################################# +# Order-only phony target for __idf_esp_driver_i2s + +build cmake_object_order_depends_target___idf_esp_driver_i2s: phony || cmake_object_order_depends_target___idf_sdmmc + +build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj: C_COMPILER____idf_esp_driver_i2s_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_i2s/i2s_common.c || cmake_object_order_depends_target___idf_esp_driver_i2s + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + TARGET_COMPILE_PDB = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/__idf_esp_driver_i2s.pdb + TARGET_PDB = esp-idf/esp_driver_i2s/libesp_driver_i2s.pdb + +build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj: C_COMPILER____idf_esp_driver_i2s_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_i2s/i2s_std.c || cmake_object_order_depends_target___idf_esp_driver_i2s + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + TARGET_COMPILE_PDB = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/__idf_esp_driver_i2s.pdb + TARGET_PDB = esp-idf/esp_driver_i2s/libesp_driver_i2s.pdb + +build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj: C_COMPILER____idf_esp_driver_i2s_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_i2s/i2s_pdm.c || cmake_object_order_depends_target___idf_esp_driver_i2s + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + TARGET_COMPILE_PDB = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/__idf_esp_driver_i2s.pdb + TARGET_PDB = esp-idf/esp_driver_i2s/libesp_driver_i2s.pdb + +build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj: C_COMPILER____idf_esp_driver_i2s_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_i2s/i2s_tdm.c || cmake_object_order_depends_target___idf_esp_driver_i2s + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + TARGET_COMPILE_PDB = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/__idf_esp_driver_i2s.pdb + TARGET_PDB = esp-idf/esp_driver_i2s/libesp_driver_i2s.pdb + +build esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj: C_COMPILER____idf_esp_driver_i2s_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_i2s/i2s_platform.c || cmake_object_order_depends_target___idf_esp_driver_i2s + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + TARGET_COMPILE_PDB = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/__idf_esp_driver_i2s.pdb + TARGET_PDB = esp-idf/esp_driver_i2s/libesp_driver_i2s.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_i2s + + +############################################# +# Link the static library esp-idf/esp_driver_i2s/libesp_driver_i2s.a + +build esp-idf/esp_driver_i2s/libesp_driver_i2s.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_i2s_ esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj || esp-idf/sdmmc/libsdmmc.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/__idf_esp_driver_i2s.pdb + TARGET_FILE = esp-idf/esp_driver_i2s/libesp_driver_i2s.a + TARGET_PDB = esp-idf/esp_driver_i2s/libesp_driver_i2s.pdb + ############################################# # Utility command for edit_cache -build esp-idf/esp_psram/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_psram && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console +build esp-idf/esp_driver_i2s/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 -build esp-idf/esp_psram/edit_cache: phony esp-idf/esp_psram/CMakeFiles/edit_cache.util +build esp-idf/esp_driver_i2s/edit_cache: phony esp-idf/esp_driver_i2s/CMakeFiles/edit_cache.util ############################################# # Utility command for rebuild_cache -build esp-idf/esp_psram/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_psram && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" +build esp-idf/esp_driver_i2s/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 -build esp-idf/esp_psram/rebuild_cache: phony esp-idf/esp_psram/CMakeFiles/rebuild_cache.util +build esp-idf/esp_driver_i2s/rebuild_cache: phony esp-idf/esp_driver_i2s/CMakeFiles/rebuild_cache.util ############################################# # Utility command for list_install_components -build esp-idf/esp_psram/list_install_components: phony +build esp-idf/esp_driver_i2s/list_install_components: phony ############################################# # Utility command for install -build esp-idf/esp_psram/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_psram/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_psram && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" +build esp-idf/esp_driver_i2s/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_i2s/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 -build esp-idf/esp_psram/install: phony esp-idf/esp_psram/CMakeFiles/install.util +build esp-idf/esp_driver_i2s/install: phony esp-idf/esp_driver_i2s/CMakeFiles/install.util ############################################# # Utility command for install/local -build esp-idf/esp_psram/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_psram/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_psram && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" +build esp-idf/esp_driver_i2s/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_i2s/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 -build esp-idf/esp_psram/install/local: phony esp-idf/esp_psram/CMakeFiles/install/local.util +build esp-idf/esp_driver_i2s/install/local: phony esp-idf/esp_driver_i2s/CMakeFiles/install/local.util ############################################# # Utility command for install/strip -build esp-idf/esp_psram/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_psram/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_psram && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" +build esp-idf/esp_driver_i2s/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_i2s/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 -build esp-idf/esp_psram/install/strip: phony esp-idf/esp_psram/CMakeFiles/install/strip.util +build esp-idf/esp_driver_i2s/install/strip: phony esp-idf/esp_driver_i2s/CMakeFiles/install/strip.util # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_lcd - - -############################################# -# Order-only phony target for __idf_esp_lcd - -build cmake_object_order_depends_target___idf_esp_lcd: phony || cmake_object_order_depends_target___idf_xtensa - -build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj: C_COMPILER____idf_esp_lcd_ C$:/Users/alex/esp/esp-idf/components/esp_lcd/src/esp_lcd_common.c || cmake_object_order_depends_target___idf_esp_lcd - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_io.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/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.c.obj: C_COMPILER____idf_esp_lcd_ C$:/Users/alex/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_io_i2c.c || cmake_object_order_depends_target___idf_esp_lcd - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_io_i2c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_io_spi.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_nt35510.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_ssd1306.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_st7789.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_ops.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/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_i2s.c.obj: C_COMPILER____idf_esp_lcd_ C$:/Users/alex/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_io_i2s.c || cmake_object_order_depends_target___idf_esp_lcd - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir\src\esp_lcd_panel_io_i2s.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_lcd - - -############################################# -# Link the static library esp-idf\esp_lcd\libesp_lcd.a - -build esp-idf/esp_lcd/libesp_lcd.a: C_STATIC_LIBRARY_LINKER____idf_esp_lcd_ esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2c.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_spi.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2s.c.obj || esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_lcd\CMakeFiles\__idf_esp_lcd.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_lcd/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_lcd && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_lcd/edit_cache: phony esp-idf/esp_lcd/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_lcd/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_lcd && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_lcd/rebuild_cache: phony esp-idf/esp_lcd/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_lcd/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_lcd/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_lcd/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_lcd && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_lcd/install: phony esp-idf/esp_lcd/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_lcd/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_lcd/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_lcd && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/esp_lcd/install/local: phony esp-idf/esp_lcd/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_lcd/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_lcd/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_lcd && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/esp_lcd/install/strip: phony esp-idf/esp_lcd/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_protobuf-c - - -############################################# -# Order-only phony target for __idf_protobuf-c - -build cmake_object_order_depends_target___idf_protobuf-c: phony || cmake_object_order_depends_target___idf_xtensa - -build esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj: C_COMPILER____idf_protobuf-c_ C$:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c || cmake_object_order_depends_target___idf_protobuf-c - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protobuf-c\CMakeFiles\__idf_protobuf-c.dir\protobuf-c\protobuf-c\protobuf-c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\protobuf-c\CMakeFiles\__idf_protobuf-c.dir - OBJECT_FILE_DIR = esp-idf\protobuf-c\CMakeFiles\__idf_protobuf-c.dir\protobuf-c\protobuf-c - 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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_protobuf-c - - -############################################# -# Link the static library esp-idf\protobuf-c\libprotobuf-c.a - -build esp-idf/protobuf-c/libprotobuf-c.a: C_STATIC_LIBRARY_LINKER____idf_protobuf-c_ esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj || esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\protobuf-c\CMakeFiles\__idf_protobuf-c.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/protobuf-c/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\protobuf-c && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/protobuf-c/edit_cache: phony esp-idf/protobuf-c/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/protobuf-c/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\protobuf-c && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/protobuf-c/rebuild_cache: phony esp-idf/protobuf-c/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/protobuf-c/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/protobuf-c/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/protobuf-c/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\protobuf-c && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/protobuf-c/install: phony esp-idf/protobuf-c/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/protobuf-c/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/protobuf-c/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\protobuf-c && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/protobuf-c/install/local: phony esp-idf/protobuf-c/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/protobuf-c/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/protobuf-c/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\protobuf-c && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/protobuf-c/install/strip: phony esp-idf/protobuf-c/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_protocomm - - -############################################# -# Order-only phony target for __idf_protocomm - -build cmake_object_order_depends_target___idf_protocomm: phony || cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_xtensa - -build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj: C_COMPILER____idf_protocomm_ C$:/Users/alex/esp/esp-idf/components/protocomm/src/common/protocomm.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\common\protocomm.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/protocomm/proto-c/constants.pb-c.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\proto-c\constants.pb-c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/protocomm/proto-c/sec0.pb-c.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\proto-c\sec0.pb-c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/protocomm/proto-c/sec1.pb-c.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\proto-c\sec1.pb-c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/protocomm/proto-c/sec2.pb-c.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\proto-c\sec2.pb-c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/protocomm/proto-c/session.pb-c.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\proto-c\session.pb-c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/protocomm/src/transports/protocomm_console.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\transports\protocomm_console.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/protocomm/src/transports/protocomm_httpd.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\transports\protocomm_httpd.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/protocomm/src/security/security0.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\security\security0.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/protocomm/src/security/security1.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\security\security1.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/protocomm/src/security/security2.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\security\security2.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c || cmake_object_order_depends_target___idf_protocomm - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\crypto\srp6a\esp_srp.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir\src\crypto\srp6a\esp_srp_mpi.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_protocomm - - -############################################# -# Link the static library esp-idf\protocomm\libprotocomm.a - -build esp-idf/protocomm/libprotocomm.a: C_STATIC_LIBRARY_LINKER____idf_protocomm_ esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj || esp-idf/console/libconsole.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\protocomm\CMakeFiles\__idf_protocomm.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/protocomm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\protocomm && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/protocomm/edit_cache: phony esp-idf/protocomm/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/protocomm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\protocomm && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/protocomm/rebuild_cache: phony esp-idf/protocomm/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/protocomm/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/protocomm/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/protocomm/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\protocomm && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/protocomm/install: phony esp-idf/protocomm/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/protocomm/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/protocomm/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\protocomm && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/protocomm/install/local: phony esp-idf/protocomm/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/protocomm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/protocomm/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\protocomm && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/protocomm/install/strip: phony esp-idf/protocomm/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_esp_local_ctrl - - -############################################# -# Order-only phony target for __idf_esp_local_ctrl - -build cmake_object_order_depends_target___idf_esp_local_ctrl: phony || cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_xtensa - -build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj: C_COMPILER____idf_esp_local_ctrl_ C$:/Users/alex/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c || cmake_object_order_depends_target___idf_esp_local_ctrl - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir\src\esp_local_ctrl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/src -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir\src\esp_local_ctrl_handler.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/src -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir\proto-c\esp_local_ctrl.pb-c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/src -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir\src\esp_local_ctrl_transport_httpd.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/src -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_esp_local_ctrl - - -############################################# -# Link the static library esp-idf\esp_local_ctrl\libesp_local_ctrl.a - -build esp-idf/esp_local_ctrl/libesp_local_ctrl.a: C_STATIC_LIBRARY_LINKER____idf_esp_local_ctrl_ esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj || esp-idf/console/libconsole.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\esp_local_ctrl\CMakeFiles\__idf_esp_local_ctrl.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_local_ctrl && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/esp_local_ctrl/edit_cache: phony esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_local_ctrl && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/esp_local_ctrl/rebuild_cache: phony esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/esp_local_ctrl/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/esp_local_ctrl/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_local_ctrl/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_local_ctrl && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/esp_local_ctrl/install: phony esp-idf/esp_local_ctrl/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/esp_local_ctrl/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_local_ctrl/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_local_ctrl && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/esp_local_ctrl/install/local: phony esp-idf/esp_local_ctrl/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/esp_local_ctrl/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_local_ctrl/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\esp_local_ctrl && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/esp_local_ctrl/install/strip: phony esp-idf/esp_local_ctrl/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_espcoredump - - -############################################# -# Order-only phony target for __idf_espcoredump - -build cmake_object_order_depends_target___idf_espcoredump: phony || cmake_object_order_depends_target___idf_xtensa - -build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj: C_COMPILER____idf_espcoredump_ C$:/Users/alex/esp/esp-idf/components/espcoredump/src/core_dump_common.c || cmake_object_order_depends_target___idf_espcoredump - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_checksum.c.obj: C_COMPILER____idf_espcoredump_ C$:/Users/alex/esp/esp-idf/components/espcoredump/src/core_dump_checksum.c || cmake_object_order_depends_target___idf_espcoredump - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_checksum.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/espcoredump/src/core_dump_flash.c || cmake_object_order_depends_target___idf_espcoredump - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_flash.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/espcoredump/src/core_dump_uart.c || cmake_object_order_depends_target___idf_espcoredump - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_uart.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/espcoredump/src/core_dump_elf.c || cmake_object_order_depends_target___idf_espcoredump - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_elf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/espcoredump/src/core_dump_binary.c || cmake_object_order_depends_target___idf_espcoredump - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\core_dump_binary.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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/xtensa/core_dump_port.c.obj: C_COMPILER____idf_espcoredump_ C$:/Users/alex/esp/esp-idf/components/espcoredump/src/port/xtensa/core_dump_port.c || cmake_object_order_depends_target___idf_espcoredump - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\src\port\xtensa\core_dump_port.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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\xtensa - TARGET_COMPILE_PDB = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir\__idf_espcoredump.pdb - TARGET_PDB = esp-idf\espcoredump\libespcoredump.pdb - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_espcoredump - - -############################################# -# Link the static library esp-idf\espcoredump\libespcoredump.a - -build esp-idf/espcoredump/libespcoredump.a: C_STATIC_LIBRARY_LINKER____idf_espcoredump_ esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_checksum.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/xtensa/core_dump_port.c.obj || esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\espcoredump\CMakeFiles\__idf_espcoredump.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/espcoredump/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\espcoredump && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/espcoredump/edit_cache: phony esp-idf/espcoredump/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/espcoredump/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\espcoredump && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/espcoredump/rebuild_cache: phony esp-idf/espcoredump/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/espcoredump/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/espcoredump/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/espcoredump/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\espcoredump && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/espcoredump/install: phony esp-idf/espcoredump/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/espcoredump/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/espcoredump/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\espcoredump && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/espcoredump/install/local: phony esp-idf/espcoredump/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/espcoredump/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/espcoredump/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\espcoredump && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/espcoredump/install/strip: phony esp-idf/espcoredump/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt -# ============================================================================= - -# ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_wear_levelling - - -############################################# -# Order-only phony target for __idf_wear_levelling - -build cmake_object_order_depends_target___idf_wear_levelling: phony || cmake_object_order_depends_target___idf_xtensa - -build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj: CXX_COMPILER____idf_wear_levelling_ C$:/Users/alex/esp/esp-idf/components/wear_levelling/Partition.cpp || cmake_object_order_depends_target___idf_wear_levelling - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\Partition.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/wear_levelling/SPI_Flash.cpp || cmake_object_order_depends_target___idf_wear_levelling - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\SPI_Flash.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp || cmake_object_order_depends_target___idf_wear_levelling - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\WL_Ext_Perf.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp || cmake_object_order_depends_target___idf_wear_levelling - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\WL_Ext_Safe.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/wear_levelling/WL_Flash.cpp || cmake_object_order_depends_target___idf_wear_levelling - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\WL_Flash.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/wear_levelling/crc32.cpp || cmake_object_order_depends_target___idf_wear_levelling - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\crc32.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/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_ C$:/Users/alex/esp/esp-idf/components/wear_levelling/wear_levelling.cpp || cmake_object_order_depends_target___idf_wear_levelling - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir\wear_levelling.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/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 - - -# ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_wear_levelling - - -############################################# -# Link the static library esp-idf\wear_levelling\libwear_levelling.a - -build esp-idf/wear_levelling/libwear_levelling.a: C_STATIC_LIBRARY_LINKER____idf_wear_levelling_ esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj || esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\wear_levelling\CMakeFiles\__idf_wear_levelling.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 - - -############################################# -# Utility command for edit_cache - -build esp-idf/wear_levelling/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\wear_levelling && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console - restat = 1 - -build esp-idf/wear_levelling/edit_cache: phony esp-idf/wear_levelling/CMakeFiles/edit_cache.util - - -############################################# -# Utility command for rebuild_cache - -build esp-idf/wear_levelling/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\wear_levelling && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake to regenerate build system... - pool = console - restat = 1 - -build esp-idf/wear_levelling/rebuild_cache: phony esp-idf/wear_levelling/CMakeFiles/rebuild_cache.util - - -############################################# -# Utility command for list_install_components - -build esp-idf/wear_levelling/list_install_components: phony - - -############################################# -# Utility command for install - -build esp-idf/wear_levelling/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/wear_levelling/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\wear_levelling && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" - DESC = Install the project... - pool = console - restat = 1 - -build esp-idf/wear_levelling/install: phony esp-idf/wear_levelling/CMakeFiles/install.util - - -############################################# -# Utility command for install/local - -build esp-idf/wear_levelling/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wear_levelling/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\wear_levelling && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" - DESC = Installing only the local directory... - pool = console - restat = 1 - -build esp-idf/wear_levelling/install/local: phony esp-idf/wear_levelling/CMakeFiles/install/local.util - - -############################################# -# Utility command for install/strip - -build esp-idf/wear_levelling/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wear_levelling/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\wear_levelling && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" - DESC = Installing the project stripped... - pool = console - restat = 1 - -build esp-idf/wear_levelling/install/strip: phony esp-idf/wear_levelling/CMakeFiles/install/strip.util - -# ============================================================================= -# Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -15150,67 +10158,77 @@ build esp-idf/wear_levelling/install/strip: phony esp-idf/wear_levelling/CMakeFi ############################################# # Order-only phony target for __idf_sdmmc -build cmake_object_order_depends_target___idf_sdmmc: phony || cmake_object_order_depends_target___idf_xtensa +build cmake_object_order_depends_target___idf_sdmmc: phony || cmake_object_order_depends_target___idf_esp_driver_sdspi -build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj: C_COMPILER____idf_sdmmc_ C$:/Users/alex/esp/esp-idf/components/sdmmc/sdmmc_cmd.c || cmake_object_order_depends_target___idf_sdmmc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir\sdmmc_cmd.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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_cmd.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_cmd.c || cmake_object_order_depends_target___idf_sdmmc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_mm/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_ C$:/Users/alex/esp/esp-idf/components/sdmmc/sdmmc_common.c || cmake_object_order_depends_target___idf_sdmmc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir\sdmmc_common.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_mm/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_ C$:/Users/alex/esp/esp-idf/components/sdmmc/sdmmc_init.c || cmake_object_order_depends_target___idf_sdmmc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir\sdmmc_init.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_mm/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_ C$:/Users/alex/esp/esp-idf/components/sdmmc/sdmmc_io.c || cmake_object_order_depends_target___idf_sdmmc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir\sdmmc_io.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_mm/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_ C$:/Users/alex/esp/esp-idf/components/sdmmc/sdmmc_mmc.c || cmake_object_order_depends_target___idf_sdmmc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir\sdmmc_mmc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_mm/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_ C$:/Users/alex/esp/esp-idf/components/sdmmc/sdmmc_sd.c || cmake_object_order_depends_target___idf_sdmmc - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir\sdmmc_sd.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_mm/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/sd_pwr_ctrl/sd_pwr_ctrl.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /home/abobkov/esp/esp-idf/components/sdmmc/sd_pwr_ctrl/sd_pwr_ctrl.c || cmake_object_order_depends_target___idf_sdmmc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_mm/include + OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir + OBJECT_FILE_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl + TARGET_COMPILE_PDB = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/__idf_sdmmc.pdb + TARGET_PDB = esp-idf/sdmmc/libsdmmc.pdb # ============================================================================= @@ -15218,25 +10236,24 @@ build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj: C_COMPILER____idf ############################################# -# Link the static library esp-idf\sdmmc\libsdmmc.a +# Link the static library esp-idf/sdmmc/libsdmmc.a -build esp-idf/sdmmc/libsdmmc.a: C_STATIC_LIBRARY_LINKER____idf_sdmmc_ esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj || esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\sdmmc\CMakeFiles\__idf_sdmmc.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 +build esp-idf/sdmmc/libsdmmc.a: C_STATIC_LIBRARY_LINKER____idf_sdmmc_ esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj || esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/sdmmc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\sdmmc && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/sdmmc/edit_cache: phony esp-idf/sdmmc/CMakeFiles/edit_cache.util @@ -15246,7 +10263,7 @@ build esp-idf/sdmmc/edit_cache: phony esp-idf/sdmmc/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/sdmmc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\sdmmc && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -15264,7 +10281,7 @@ build esp-idf/sdmmc/list_install_components: phony # Utility command for install build esp-idf/sdmmc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/sdmmc/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\sdmmc && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -15276,7 +10293,7 @@ build esp-idf/sdmmc/install: phony esp-idf/sdmmc/CMakeFiles/install.util # Utility command for install/local build esp-idf/sdmmc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/sdmmc/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\sdmmc && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -15288,7 +10305,7 @@ build esp-idf/sdmmc/install/local: phony esp-idf/sdmmc/CMakeFiles/install/local. # Utility command for install/strip build esp-idf/sdmmc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/sdmmc/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\sdmmc && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -15297,7 +10314,7839 @@ build esp-idf/sdmmc/install/strip: phony esp-idf/sdmmc/CMakeFiles/install/strip. # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_sdmmc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdmmc && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_sdmmc/edit_cache: phony esp-idf/esp_driver_sdmmc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_sdmmc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdmmc && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdmmc/rebuild_cache: phony esp-idf/esp_driver_sdmmc/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_sdmmc/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_sdmmc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_sdmmc/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdmmc && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdmmc/install: phony esp-idf/esp_driver_sdmmc/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_sdmmc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_sdmmc/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdmmc && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdmmc/install/local: phony esp-idf/esp_driver_sdmmc/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_sdmmc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_sdmmc/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdmmc && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdmmc/install/strip: phony esp-idf/esp_driver_sdmmc/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_sdspi + + +############################################# +# Order-only phony target for __idf_esp_driver_sdspi + +build cmake_object_order_depends_target___idf_esp_driver_sdspi: phony || cmake_object_order_depends_target___idf_esp_driver_rmt + +build esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj: C_COMPILER____idf_esp_driver_sdspi_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_crc.c || cmake_object_order_depends_target___idf_esp_driver_sdspi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/__idf_esp_driver_sdspi.pdb + TARGET_PDB = esp-idf/esp_driver_sdspi/libesp_driver_sdspi.pdb + +build esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj: C_COMPILER____idf_esp_driver_sdspi_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_host.c || cmake_object_order_depends_target___idf_esp_driver_sdspi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/__idf_esp_driver_sdspi.pdb + TARGET_PDB = esp-idf/esp_driver_sdspi/libesp_driver_sdspi.pdb + +build esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj: C_COMPILER____idf_esp_driver_sdspi_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_transaction.c || cmake_object_order_depends_target___idf_esp_driver_sdspi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include + OBJECT_DIR = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/__idf_esp_driver_sdspi.pdb + TARGET_PDB = esp-idf/esp_driver_sdspi/libesp_driver_sdspi.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_sdspi + + +############################################# +# Link the static library esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a + +build esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_sdspi_ esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj || esp-idf/esp_driver_rmt/libesp_driver_rmt.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/__idf_esp_driver_sdspi.pdb + TARGET_FILE = esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a + TARGET_PDB = esp-idf/esp_driver_sdspi/libesp_driver_sdspi.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_sdspi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_sdspi/edit_cache: phony esp-idf/esp_driver_sdspi/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_sdspi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdspi/rebuild_cache: phony esp-idf/esp_driver_sdspi/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_sdspi/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_sdspi/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_sdspi/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdspi/install: phony esp-idf/esp_driver_sdspi/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_sdspi/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_sdspi/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdspi/install/local: phony esp-idf/esp_driver_sdspi/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_sdspi/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_sdspi/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdspi/install/strip: phony esp-idf/esp_driver_sdspi/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_sdio/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdio && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_sdio/edit_cache: phony esp-idf/esp_driver_sdio/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_sdio/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdio && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdio/rebuild_cache: phony esp-idf/esp_driver_sdio/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_sdio/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_sdio/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_sdio/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdio && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdio/install: phony esp-idf/esp_driver_sdio/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_sdio/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_sdio/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdio && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdio/install/local: phony esp-idf/esp_driver_sdio/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_sdio/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_sdio/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdio && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdio/install/strip: phony esp-idf/esp_driver_sdio/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_dac/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_dac && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_dac/edit_cache: phony esp-idf/esp_driver_dac/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_dac/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_dac && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_dac/rebuild_cache: phony esp-idf/esp_driver_dac/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_dac/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_dac/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_dac/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_dac && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_dac/install: phony esp-idf/esp_driver_dac/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_dac/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_dac/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_dac && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_dac/install/local: phony esp-idf/esp_driver_dac/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_dac/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_dac/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_dac && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_dac/install/strip: phony esp-idf/esp_driver_dac/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_rmt + + +############################################# +# Order-only phony target for __idf_esp_driver_rmt + +build cmake_object_order_depends_target___idf_esp_driver_rmt: phony || cmake_object_order_depends_target___idf_esp_driver_tsens + +build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj: C_COMPILER____idf_esp_driver_rmt_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_rmt/src/rmt_common.c || cmake_object_order_depends_target___idf_esp_driver_rmt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/__idf_esp_driver_rmt.pdb + TARGET_PDB = esp-idf/esp_driver_rmt/libesp_driver_rmt.pdb + +build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj: C_COMPILER____idf_esp_driver_rmt_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder.c || cmake_object_order_depends_target___idf_esp_driver_rmt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/__idf_esp_driver_rmt.pdb + TARGET_PDB = esp-idf/esp_driver_rmt/libesp_driver_rmt.pdb + +build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj: C_COMPILER____idf_esp_driver_rmt_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_rmt/src/rmt_rx.c || cmake_object_order_depends_target___idf_esp_driver_rmt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/__idf_esp_driver_rmt.pdb + TARGET_PDB = esp-idf/esp_driver_rmt/libesp_driver_rmt.pdb + +build esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj: C_COMPILER____idf_esp_driver_rmt_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_rmt/src/rmt_tx.c || cmake_object_order_depends_target___idf_esp_driver_rmt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/__idf_esp_driver_rmt.pdb + TARGET_PDB = esp-idf/esp_driver_rmt/libesp_driver_rmt.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_rmt + + +############################################# +# Link the static library esp-idf/esp_driver_rmt/libesp_driver_rmt.a + +build esp-idf/esp_driver_rmt/libesp_driver_rmt.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_rmt_ esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj || esp-idf/esp_driver_tsens/libesp_driver_tsens.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/__idf_esp_driver_rmt.pdb + TARGET_FILE = esp-idf/esp_driver_rmt/libesp_driver_rmt.a + TARGET_PDB = esp-idf/esp_driver_rmt/libesp_driver_rmt.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_rmt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_rmt/edit_cache: phony esp-idf/esp_driver_rmt/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_rmt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_rmt/rebuild_cache: phony esp-idf/esp_driver_rmt/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_rmt/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_rmt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_rmt/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_rmt/install: phony esp-idf/esp_driver_rmt/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_rmt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_rmt/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_rmt/install/local: phony esp-idf/esp_driver_rmt/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_rmt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_rmt/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_rmt/install/strip: phony esp-idf/esp_driver_rmt/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_tsens + + +############################################# +# Order-only phony target for __idf_esp_driver_tsens + +build cmake_object_order_depends_target___idf_esp_driver_tsens: phony || cmake_object_order_depends_target___idf_esp_driver_sdm + +build esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj: C_COMPILER____idf_esp_driver_tsens_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_tsens/src/temperature_sensor.c || cmake_object_order_depends_target___idf_esp_driver_tsens + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + OBJECT_DIR = esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/__idf_esp_driver_tsens.pdb + TARGET_PDB = esp-idf/esp_driver_tsens/libesp_driver_tsens.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_tsens + + +############################################# +# Link the static library esp-idf/esp_driver_tsens/libesp_driver_tsens.a + +build esp-idf/esp_driver_tsens/libesp_driver_tsens.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_tsens_ esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj || esp-idf/esp_driver_sdm/libesp_driver_sdm.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/__idf_esp_driver_tsens.pdb + TARGET_FILE = esp-idf/esp_driver_tsens/libesp_driver_tsens.a + TARGET_PDB = esp-idf/esp_driver_tsens/libesp_driver_tsens.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_tsens/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_tsens/edit_cache: phony esp-idf/esp_driver_tsens/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_tsens/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_tsens/rebuild_cache: phony esp-idf/esp_driver_tsens/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_tsens/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_tsens/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_tsens/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_tsens/install: phony esp-idf/esp_driver_tsens/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_tsens/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_tsens/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_tsens/install/local: phony esp-idf/esp_driver_tsens/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_tsens/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_tsens/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_tsens/install/strip: phony esp-idf/esp_driver_tsens/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_sdm + + +############################################# +# Order-only phony target for __idf_esp_driver_sdm + +build cmake_object_order_depends_target___idf_esp_driver_sdm: phony || cmake_object_order_depends_target___idf_esp_driver_i2c + +build esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj: C_COMPILER____idf_esp_driver_sdm_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_sdm/src/sdm.c || cmake_object_order_depends_target___idf_esp_driver_sdm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include + OBJECT_DIR = esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/__idf_esp_driver_sdm.pdb + TARGET_PDB = esp-idf/esp_driver_sdm/libesp_driver_sdm.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_sdm + + +############################################# +# Link the static library esp-idf/esp_driver_sdm/libesp_driver_sdm.a + +build esp-idf/esp_driver_sdm/libesp_driver_sdm.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_sdm_ esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj || esp-idf/esp_driver_i2c/libesp_driver_i2c.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/__idf_esp_driver_sdm.pdb + TARGET_FILE = esp-idf/esp_driver_sdm/libesp_driver_sdm.a + TARGET_PDB = esp-idf/esp_driver_sdm/libesp_driver_sdm.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_sdm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_sdm/edit_cache: phony esp-idf/esp_driver_sdm/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_sdm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdm/rebuild_cache: phony esp-idf/esp_driver_sdm/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_sdm/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_sdm/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_sdm/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdm/install: phony esp-idf/esp_driver_sdm/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_sdm/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_sdm/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdm/install/local: phony esp-idf/esp_driver_sdm/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_sdm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_sdm/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_sdm/install/strip: phony esp-idf/esp_driver_sdm/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_i2c + + +############################################# +# Order-only phony target for __idf_esp_driver_i2c + +build cmake_object_order_depends_target___idf_esp_driver_i2c: phony || cmake_object_order_depends_target___idf_esp_driver_ledc + +build esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj: C_COMPILER____idf_esp_driver_i2c_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_i2c/i2c_master.c || cmake_object_order_depends_target___idf_esp_driver_i2c + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/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_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir + TARGET_COMPILE_PDB = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/__idf_esp_driver_i2c.pdb + TARGET_PDB = esp-idf/esp_driver_i2c/libesp_driver_i2c.pdb + +build esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj: C_COMPILER____idf_esp_driver_i2c_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_i2c/i2c_common.c || cmake_object_order_depends_target___idf_esp_driver_i2c + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/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_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir + TARGET_COMPILE_PDB = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/__idf_esp_driver_i2c.pdb + TARGET_PDB = esp-idf/esp_driver_i2c/libesp_driver_i2c.pdb + +build esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj: C_COMPILER____idf_esp_driver_i2c_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_i2c/i2c_slave.c || cmake_object_order_depends_target___idf_esp_driver_i2c + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/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_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir + TARGET_COMPILE_PDB = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/__idf_esp_driver_i2c.pdb + TARGET_PDB = esp-idf/esp_driver_i2c/libesp_driver_i2c.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_i2c + + +############################################# +# Link the static library esp-idf/esp_driver_i2c/libesp_driver_i2c.a + +build esp-idf/esp_driver_i2c/libesp_driver_i2c.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_i2c_ esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj || esp-idf/esp_driver_ledc/libesp_driver_ledc.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/__idf_esp_driver_i2c.pdb + TARGET_FILE = esp-idf/esp_driver_i2c/libesp_driver_i2c.a + TARGET_PDB = esp-idf/esp_driver_i2c/libesp_driver_i2c.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_i2c/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_i2c/edit_cache: phony esp-idf/esp_driver_i2c/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_i2c/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_i2c/rebuild_cache: phony esp-idf/esp_driver_i2c/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_i2c/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_i2c/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_i2c/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_i2c/install: phony esp-idf/esp_driver_i2c/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_i2c/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_i2c/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_i2c/install/local: phony esp-idf/esp_driver_i2c/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_i2c/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_i2c/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_i2c/install/strip: phony esp-idf/esp_driver_i2c/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_ledc + + +############################################# +# Order-only phony target for __idf_esp_driver_ledc + +build cmake_object_order_depends_target___idf_esp_driver_ledc: phony || cmake_object_order_depends_target___idf_esp_driver_usb_serial_jtag + +build esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj: C_COMPILER____idf_esp_driver_ledc_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_ledc/src/ledc.c || cmake_object_order_depends_target___idf_esp_driver_ledc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include + OBJECT_DIR = esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/__idf_esp_driver_ledc.pdb + TARGET_PDB = esp-idf/esp_driver_ledc/libesp_driver_ledc.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_ledc + + +############################################# +# Link the static library esp-idf/esp_driver_ledc/libesp_driver_ledc.a + +build esp-idf/esp_driver_ledc/libesp_driver_ledc.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_ledc_ esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj || esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/__idf_esp_driver_ledc.pdb + TARGET_FILE = esp-idf/esp_driver_ledc/libesp_driver_ledc.a + TARGET_PDB = esp-idf/esp_driver_ledc/libesp_driver_ledc.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_ledc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_ledc/edit_cache: phony esp-idf/esp_driver_ledc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_ledc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_ledc/rebuild_cache: phony esp-idf/esp_driver_ledc/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_ledc/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_ledc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_ledc/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_ledc/install: phony esp-idf/esp_driver_ledc/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_ledc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_ledc/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_ledc/install/local: phony esp-idf/esp_driver_ledc/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_ledc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_ledc/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_ledc/install/strip: phony esp-idf/esp_driver_ledc/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_parlio/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_parlio && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_parlio/edit_cache: phony esp-idf/esp_driver_parlio/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_parlio/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_parlio && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_parlio/rebuild_cache: phony esp-idf/esp_driver_parlio/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_parlio/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_parlio/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_parlio/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_parlio && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_parlio/install: phony esp-idf/esp_driver_parlio/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_parlio/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_parlio/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_parlio && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_parlio/install/local: phony esp-idf/esp_driver_parlio/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_parlio/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_parlio/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_parlio && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_parlio/install/strip: phony esp-idf/esp_driver_parlio/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_usb_serial_jtag + + +############################################# +# Order-only phony target for __idf_esp_driver_usb_serial_jtag + +build cmake_object_order_depends_target___idf_esp_driver_usb_serial_jtag: phony || cmake_object_order_depends_target___idf_driver + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj: C_COMPILER____idf_esp_driver_usb_serial_jtag_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag.c || cmake_object_order_depends_target___idf_esp_driver_usb_serial_jtag + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/__idf_esp_driver_usb_serial_jtag.pdb + TARGET_PDB = esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.pdb + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj: C_COMPILER____idf_esp_driver_usb_serial_jtag_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_connection_monitor.c || cmake_object_order_depends_target___idf_esp_driver_usb_serial_jtag + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/__idf_esp_driver_usb_serial_jtag.pdb + TARGET_PDB = esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.pdb + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj: C_COMPILER____idf_esp_driver_usb_serial_jtag_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_vfs.c || cmake_object_order_depends_target___idf_esp_driver_usb_serial_jtag + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/vfs/include + OBJECT_DIR = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/__idf_esp_driver_usb_serial_jtag.pdb + TARGET_PDB = esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_usb_serial_jtag + + +############################################# +# Link the static library esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a + +build esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_usb_serial_jtag_ esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj || esp-idf/driver/libdriver.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/__idf_esp_driver_usb_serial_jtag.pdb + TARGET_FILE = esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a + TARGET_PDB = esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_usb_serial_jtag/edit_cache: phony esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_usb_serial_jtag/rebuild_cache: phony esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_usb_serial_jtag/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_usb_serial_jtag/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_usb_serial_jtag/install: phony esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_usb_serial_jtag/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_usb_serial_jtag/install/local: phony esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_usb_serial_jtag/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_usb_serial_jtag/install/strip: phony esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_driver + + +############################################# +# Order-only phony target for __idf_driver + +build cmake_object_order_depends_target___idf_driver: phony || cmake_object_order_depends_target___idf_esp_phy + +build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/deprecated/adc_legacy.c || cmake_object_order_depends_target___idf_driver + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_driver + + +############################################# +# Link the static library esp-idf/driver/libdriver.a + +build esp-idf/driver/libdriver.a: C_STATIC_LIBRARY_LINKER____idf_driver_ esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj || esp-idf/esp_phy/libesp_phy.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/driver/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/driver/edit_cache: phony esp-idf/driver/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/driver/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/driver/rebuild_cache: phony esp-idf/driver/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/driver/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/driver/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/driver/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/driver/install: phony esp-idf/driver/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/driver/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/driver/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/driver/install/local: phony esp-idf/driver/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/driver/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/driver/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/driver/install/strip: phony esp-idf/driver/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_phy + + +############################################# +# Order-only phony target for __idf_esp_phy + +build cmake_object_order_depends_target___idf_esp_phy: phony || cmake_object_order_depends_target___idf_esp_vfs_console + +build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /home/abobkov/esp/esp-idf/components/esp_phy/src/phy_override.c || cmake_object_order_depends_target___idf_esp_phy + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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/esp32c3/phy_init_data.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/phy_init_data.c || cmake_object_order_depends_target___idf_esp_phy + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c3/phy_init_data.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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/esp32c3 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_phy + + +############################################# +# Link the static library esp-idf/esp_phy/libesp_phy.a + +build esp-idf/esp_phy/libesp_phy.a: C_STATIC_LIBRARY_LINKER____idf_esp_phy_ esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c3/phy_init_data.c.obj esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj || esp-idf/esp_vfs_console/libesp_vfs_console.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_phy/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_phy/edit_cache: phony esp-idf/esp_phy/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_phy/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_phy/rebuild_cache: phony esp-idf/esp_phy/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_phy/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_phy/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_phy/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_phy/install: phony esp-idf/esp_phy/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_phy/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_phy/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_phy/install/local: phony esp-idf/esp_phy/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_phy/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_phy/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_phy/install/strip: phony esp-idf/esp_phy/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_vfs_console + + +############################################# +# Order-only phony target for __idf_esp_vfs_console + +build cmake_object_order_depends_target___idf_esp_vfs_console: phony || cmake_object_order_depends_target___idf_vfs + +build esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj: C_COMPILER____idf_esp_vfs_console_unscanned_ /home/abobkov/esp/esp-idf/components/esp_vfs_console/vfs_console.c || cmake_object_order_depends_target___idf_esp_vfs_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir + OBJECT_FILE_DIR = esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir + TARGET_COMPILE_PDB = esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/__idf_esp_vfs_console.pdb + TARGET_PDB = esp-idf/esp_vfs_console/libesp_vfs_console.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_vfs_console + + +############################################# +# Link the static library esp-idf/esp_vfs_console/libesp_vfs_console.a + +build esp-idf/esp_vfs_console/libesp_vfs_console.a: C_STATIC_LIBRARY_LINKER____idf_esp_vfs_console_ esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj || esp-idf/vfs/libvfs.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/__idf_esp_vfs_console.pdb + TARGET_FILE = esp-idf/esp_vfs_console/libesp_vfs_console.a + TARGET_PDB = esp-idf/esp_vfs_console/libesp_vfs_console.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_vfs_console/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_vfs_console/edit_cache: phony esp-idf/esp_vfs_console/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_vfs_console/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_vfs_console/rebuild_cache: phony esp-idf/esp_vfs_console/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_vfs_console/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_vfs_console/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_vfs_console/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_vfs_console/install: phony esp-idf/esp_vfs_console/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_vfs_console/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_vfs_console/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_vfs_console/install/local: phony esp-idf/esp_vfs_console/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_vfs_console/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_vfs_console/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_vfs_console/install/strip: phony esp-idf/esp_vfs_console/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_vfs + + +############################################# +# Order-only phony target for __idf_vfs + +build cmake_object_order_depends_target___idf_vfs: phony || cmake_object_order_depends_target___idf_lwip + +build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj: C_COMPILER____idf_vfs_unscanned_ /home/abobkov/esp/esp-idf/components/vfs/vfs.c || cmake_object_order_depends_target___idf_vfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_vfs_console/include + OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + OBJECT_FILE_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_vfs_console/include + OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + OBJECT_FILE_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_vfs_console/include + OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + OBJECT_FILE_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + 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/nullfs.c.obj: C_COMPILER____idf_vfs_unscanned_ /home/abobkov/esp/esp-idf/components/vfs/nullfs.c || cmake_object_order_depends_target___idf_vfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_vfs_console/include + OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + OBJECT_FILE_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + TARGET_COMPILE_PDB = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/__idf_vfs.pdb + TARGET_PDB = esp-idf/vfs/libvfs.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_vfs + + +############################################# +# Link the static library esp-idf/vfs/libvfs.a + +build esp-idf/vfs/libvfs.a: C_STATIC_LIBRARY_LINKER____idf_vfs_ esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj || esp-idf/lwip/liblwip.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/vfs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/vfs/edit_cache: phony esp-idf/vfs/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/vfs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/vfs/rebuild_cache: phony esp-idf/vfs/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/vfs/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/vfs/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/vfs/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/vfs/install: phony esp-idf/vfs/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/vfs/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/vfs/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/vfs/install/local: phony esp-idf/vfs/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/vfs/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/vfs/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/vfs/install/strip: phony esp-idf/vfs/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_lwip + + +############################################# +# Order-only phony target for __idf_lwip + +build cmake_object_order_depends_target___idf_lwip: phony || cmake_object_order_depends_target___idf_esp_netif + +build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/esp-idf/components/lwip/apps/sntp/sntp.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address -Wno-type-limits + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address -Wno-array-parameter + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address -Wno-type-limits + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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/acd_dhcp_check.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/esp-idf/components/lwip/port/acd_dhcp_check.c || cmake_object_order_depends_target___idf_lwip + DEFINES = -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-address + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 + 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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_lwip + + +############################################# +# Link the static library esp-idf/lwip/liblwip.a + +build esp-idf/lwip/liblwip.a: C_STATIC_LIBRARY_LINKER____idf_lwip_ esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj || esp-idf/esp_netif/libesp_netif.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/lwip/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/lwip/edit_cache: phony esp-idf/lwip/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/lwip/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/lwip/rebuild_cache: phony esp-idf/lwip/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/lwip/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/lwip/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/lwip/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/lwip/install: phony esp-idf/lwip/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/lwip/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/lwip/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/lwip/install/local: phony esp-idf/lwip/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/lwip/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/lwip/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/lwip/install/strip: phony esp-idf/lwip/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_netif_stack/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_netif_stack/edit_cache: phony esp-idf/esp_netif_stack/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_netif_stack/rebuild_cache: phony esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_netif_stack/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_netif_stack/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_netif_stack/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_netif_stack/install: phony esp-idf/esp_netif_stack/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_netif_stack/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_netif_stack/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_netif_stack/install/local: phony esp-idf/esp_netif_stack/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_netif_stack/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_netif_stack/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_netif_stack/install/strip: phony esp-idf/esp_netif_stack/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_netif + + +############################################# +# Order-only phony target for __idf_esp_netif + +build cmake_object_order_depends_target___idf_esp_netif: phony || cmake_object_order_depends_target___idf_wpa_supplicant + +build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/abobkov/esp/esp-idf/components/esp_netif/esp_netif_handlers.c || cmake_object_order_depends_target___idf_esp_netif + DEFINES = -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_netif + + +############################################# +# Link the static library esp-idf/esp_netif/libesp_netif.a + +build esp-idf/esp_netif/libesp_netif.a: C_STATIC_LIBRARY_LINKER____idf_esp_netif_ esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj || esp-idf/wpa_supplicant/libwpa_supplicant.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_netif/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_netif/edit_cache: phony esp-idf/esp_netif/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_netif/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_netif/rebuild_cache: phony esp-idf/esp_netif/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_netif/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_netif/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_netif/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_netif/install: phony esp-idf/esp_netif/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_netif/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_netif/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_netif/install/local: phony esp-idf/esp_netif/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_netif/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_netif/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_netif/install/strip: phony esp-idf/esp_netif/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_wpa_supplicant + + +############################################# +# Order-only phony target for __idf_wpa_supplicant + +build cmake_object_order_depends_target___idf_wpa_supplicant: phony || cmake_object_order_depends_target___idf_esp_coex + +build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c || cmake_object_order_depends_target___idf_wpa_supplicant + DEFINES = -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\"v5.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ + DEP_FILE = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_wpa_supplicant + + +############################################# +# Link the static library esp-idf/wpa_supplicant/libwpa_supplicant.a + +build esp-idf/wpa_supplicant/libwpa_supplicant.a: C_STATIC_LIBRARY_LINKER____idf_wpa_supplicant_ esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj || esp-idf/esp_coex/libesp_coex.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/wpa_supplicant/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/wpa_supplicant/edit_cache: phony esp-idf/wpa_supplicant/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/wpa_supplicant/rebuild_cache: phony esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/wpa_supplicant/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/wpa_supplicant/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/wpa_supplicant/install: phony esp-idf/wpa_supplicant/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/wpa_supplicant/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/wpa_supplicant/install/local: phony esp-idf/wpa_supplicant/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/wpa_supplicant/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wpa_supplicant/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/wpa_supplicant/install/strip: phony esp-idf/wpa_supplicant/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_coex + + +############################################# +# Order-only phony target for __idf_esp_coex + +build cmake_object_order_depends_target___idf_esp_coex: phony || cmake_object_order_depends_target___idf_esp_wifi + +build esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c.obj: C_COMPILER____idf_esp_coex_unscanned_ /home/abobkov/esp/esp-idf/components/esp_coex/esp32c3/esp_coex_adapter.c || cmake_object_order_depends_target___idf_esp_coex + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 + +build esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj: C_COMPILER____idf_esp_coex_unscanned_ /home/abobkov/esp/esp-idf/components/esp_coex/src/coexist_debug_diagram.c || cmake_object_order_depends_target___idf_esp_coex + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/src + 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 + +build esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj: C_COMPILER____idf_esp_coex_unscanned_ /home/abobkov/esp/esp-idf/components/esp_coex/src/coexist_debug.c || cmake_object_order_depends_target___idf_esp_coex + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/src + 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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_coex + + +############################################# +# Link the static library esp-idf/esp_coex/libesp_coex.a + +build esp-idf/esp_coex/libesp_coex.a: C_STATIC_LIBRARY_LINKER____idf_esp_coex_ esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c.obj esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj || esp-idf/esp_wifi/libesp_wifi.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_coex/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_coex/edit_cache: phony esp-idf/esp_coex/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_coex/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_coex/rebuild_cache: phony esp-idf/esp_coex/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_coex/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_coex/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_coex/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_coex/install: phony esp-idf/esp_coex/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_coex/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_coex/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_coex/install/local: phony esp-idf/esp_coex/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_coex/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_coex/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_coex/install/strip: phony esp-idf/esp_coex/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_wifi + + +############################################# +# Order-only phony target for __idf_esp_wifi + +build cmake_object_order_depends_target___idf_esp_wifi: phony || cmake_object_order_depends_target___idf_http_parser + +build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/abobkov/esp/esp-idf/components/esp_wifi/src/lib_printf.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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/mesh_event.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/abobkov/esp/esp-idf/components/esp_wifi/src/mesh_event.c || cmake_object_order_depends_target___idf_esp_wifi + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_wifi + + +############################################# +# Link the static library esp-idf/esp_wifi/libesp_wifi.a + +build esp-idf/esp_wifi/libesp_wifi.a: C_STATIC_LIBRARY_LINKER____idf_esp_wifi_ esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj || esp-idf/http_parser/libhttp_parser.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_wifi/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_wifi/edit_cache: phony esp-idf/esp_wifi/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_wifi/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_wifi/rebuild_cache: phony esp-idf/esp_wifi/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_wifi/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_wifi/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_wifi/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_wifi/install: phony esp-idf/esp_wifi/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_wifi/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_wifi/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_wifi/install/local: phony esp-idf/esp_wifi/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_wifi/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_wifi/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_wifi/install/strip: phony esp-idf/esp_wifi/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/bt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/bt/edit_cache: phony esp-idf/bt/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/bt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/bt/rebuild_cache: phony esp-idf/bt/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/bt/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/bt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/bt/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/bt/install: phony esp-idf/bt/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/bt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/bt/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/bt/install/local: phony esp-idf/bt/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/bt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/bt/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/bt/install/strip: phony esp-idf/bt/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_unity + + +############################################# +# Order-only phony target for __idf_unity + +build cmake_object_order_depends_target___idf_unity: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj: C_COMPILER____idf_unity_unscanned_ /home/abobkov/esp/esp-idf/components/unity/unity/src/unity.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-unused-const-variable + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_compat.c.obj: C_COMPILER____idf_unity_unscanned_ /home/abobkov/esp/esp-idf/components/unity/unity_compat.c || cmake_object_order_depends_target___idf_unity + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-unused-const-variable + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-unused-const-variable + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-unused-const-variable + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-unused-const-variable + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-unused-const-variable + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-unused-const-variable + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-unused-const-variable + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_unity + + +############################################# +# Link the static library esp-idf/unity/libunity.a + +build esp-idf/unity/libunity.a: C_STATIC_LIBRARY_LINKER____idf_unity_ esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/unity/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/unity/edit_cache: phony esp-idf/unity/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/unity/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/unity/rebuild_cache: phony esp-idf/unity/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/unity/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/unity/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/unity/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/unity/install: phony esp-idf/unity/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/unity/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/unity/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/unity/install/local: phony esp-idf/unity/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/unity/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/unity/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/unity/install/strip: phony esp-idf/unity/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_cmock + + +############################################# +# Order-only phony target for __idf_cmock + +build cmake_object_order_depends_target___idf_cmock: phony || cmake_object_order_depends_target___idf_riscv cmake_object_order_depends_target___idf_unity + +build esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj: C_COMPILER____idf_cmock_unscanned_ /home/abobkov/esp/esp-idf/components/cmock/CMock/src/cmock.c || cmake_object_order_depends_target___idf_cmock + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_cmock + + +############################################# +# Link the static library esp-idf/cmock/libcmock.a + +build esp-idf/cmock/libcmock.a: C_STATIC_LIBRARY_LINKER____idf_cmock_ esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj || esp-idf/riscv/libriscv.a esp-idf/unity/libunity.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/cmock/CMakeFiles/__idf_cmock.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/cmock/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/cmock/edit_cache: phony esp-idf/cmock/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/cmock/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/cmock/rebuild_cache: phony esp-idf/cmock/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/cmock/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/cmock/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/cmock/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/cmock/install: phony esp-idf/cmock/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/cmock/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/cmock/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/cmock/install/local: phony esp-idf/cmock/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/cmock/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/cmock/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/cmock/install/strip: phony esp-idf/cmock/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_console + + +############################################# +# Order-only phony target for __idf_console + +build cmake_object_order_depends_target___idf_console: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj: C_COMPILER____idf_console_unscanned_ /home/abobkov/esp/esp-idf/components/console/commands.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + 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_common.c.obj: C_COMPILER____idf_console_unscanned_ /home/abobkov/esp/esp-idf/components/console/esp_console_common.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/linenoise + 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_chip.c.obj: C_COMPILER____idf_console_unscanned_ /home/abobkov/esp/esp-idf/components/console/esp_console_repl_chip.c || cmake_object_order_depends_target___idf_console + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 + TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb + TARGET_PDB = esp-idf/console/libconsole.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_console + + +############################################# +# Link the static library esp-idf/console/libconsole.a + +build esp-idf/console/libconsole.a: C_STATIC_LIBRARY_LINKER____idf_console_ esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/console/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/console/edit_cache: phony esp-idf/console/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/console/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/console/rebuild_cache: phony esp-idf/console/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/console/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/console/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/console/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/console/install: phony esp-idf/console/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/console/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/console/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/console/install/local: phony esp-idf/console/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/console/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/console/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/console/install/strip: phony esp-idf/console/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_http_parser + + +############################################# +# Order-only phony target for __idf_http_parser + +build cmake_object_order_depends_target___idf_http_parser: phony || cmake_object_order_depends_target___idf_esp-tls + +build esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj: C_COMPILER____idf_http_parser_unscanned_ /home/abobkov/esp/esp-idf/components/http_parser/http_parser.c || cmake_object_order_depends_target___idf_http_parser + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_http_parser + + +############################################# +# Link the static library esp-idf/http_parser/libhttp_parser.a + +build esp-idf/http_parser/libhttp_parser.a: C_STATIC_LIBRARY_LINKER____idf_http_parser_ esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj || esp-idf/esp-tls/libesp-tls.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/http_parser/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/http_parser/edit_cache: phony esp-idf/http_parser/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/http_parser/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/http_parser/rebuild_cache: phony esp-idf/http_parser/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/http_parser/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/http_parser/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/http_parser/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/http_parser/install: phony esp-idf/http_parser/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/http_parser/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/http_parser/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/http_parser/install/local: phony esp-idf/http_parser/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/http_parser/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/http_parser/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/http_parser/install/strip: phony esp-idf/http_parser/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp-tls + + +############################################# +# Order-only phony target for __idf_esp-tls + +build cmake_object_order_depends_target___idf_esp-tls: phony || cmake_object_order_depends_target___idf_esp_adc + +build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj: C_COMPILER____idf_esp-tls_unscanned_ /home/abobkov/esp/esp-idf/components/esp-tls/esp_tls.c || cmake_object_order_depends_target___idf_esp-tls + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp-tls + + +############################################# +# Link the static library esp-idf/esp-tls/libesp-tls.a + +build esp-idf/esp-tls/libesp-tls.a: C_STATIC_LIBRARY_LINKER____idf_esp-tls_ esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj || esp-idf/esp_adc/libesp_adc.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp-tls/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp-tls/edit_cache: phony esp-idf/esp-tls/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp-tls/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp-tls/rebuild_cache: phony esp-idf/esp-tls/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp-tls/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp-tls/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp-tls/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp-tls/install: phony esp-idf/esp-tls/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp-tls/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp-tls/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp-tls/install/local: phony esp-idf/esp-tls/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp-tls/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp-tls/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp-tls/install/strip: phony esp-idf/esp-tls/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_adc + + +############################################# +# Order-only phony target for __idf_esp_adc + +build cmake_object_order_depends_target___idf_esp_adc: phony || cmake_object_order_depends_target___idf_esp_gdbstub + +build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 + 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.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/abobkov/esp/esp-idf/components/esp_adc/adc_cali.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 + 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_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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 + 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/gdma/adc_dma.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/abobkov/esp/esp-idf/components/esp_adc/gdma/adc_dma.c || cmake_object_order_depends_target___idf_esp_adc + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 + 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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_adc + + +############################################# +# Link the static library esp-idf/esp_adc/libesp_adc.a + +build esp-idf/esp_adc/libesp_adc.a: C_STATIC_LIBRARY_LINKER____idf_esp_adc_ esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj || esp-idf/esp_gdbstub/libesp_gdbstub.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_adc/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_adc/edit_cache: phony esp-idf/esp_adc/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_adc/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_adc/rebuild_cache: phony esp-idf/esp_adc/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_adc/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_adc/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_adc/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_adc/install: phony esp-idf/esp_adc/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_adc/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_adc/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_adc/install/local: phony esp-idf/esp_adc/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_adc/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_adc/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_adc/install/strip: phony esp-idf/esp_adc/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_isp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_isp && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_isp/edit_cache: phony esp-idf/esp_driver_isp/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_isp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_isp && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_isp/rebuild_cache: phony esp-idf/esp_driver_isp/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_isp/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_isp/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_isp/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_isp && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_isp/install: phony esp-idf/esp_driver_isp/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_isp/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_isp/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_isp && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_isp/install/local: phony esp-idf/esp_driver_isp/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_isp/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_isp/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_isp && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_isp/install/strip: phony esp-idf/esp_driver_isp/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_driver_cam + + +############################################# +# Order-only phony target for __idf_esp_driver_cam + +build cmake_object_order_depends_target___idf_esp_driver_cam: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj: C_COMPILER____idf_esp_driver_cam_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_cam/esp_cam_ctlr.c || cmake_object_order_depends_target___idf_esp_driver_cam + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_cam/include -I/home/abobkov/esp/esp-idf/components/esp_driver_cam/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_isp/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir + TARGET_COMPILE_PDB = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/__idf_esp_driver_cam.pdb + TARGET_PDB = esp-idf/esp_driver_cam/libesp_driver_cam.pdb + +build esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj: C_COMPILER____idf_esp_driver_cam_unscanned_ /home/abobkov/esp/esp-idf/components/esp_driver_cam/dvp_share_ctrl.c || cmake_object_order_depends_target___idf_esp_driver_cam + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_cam/include -I/home/abobkov/esp/esp-idf/components/esp_driver_cam/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_isp/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include + OBJECT_DIR = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir + OBJECT_FILE_DIR = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir + TARGET_COMPILE_PDB = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/__idf_esp_driver_cam.pdb + TARGET_PDB = esp-idf/esp_driver_cam/libesp_driver_cam.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_driver_cam + + +############################################# +# Link the static library esp-idf/esp_driver_cam/libesp_driver_cam.a + +build esp-idf/esp_driver_cam/libesp_driver_cam.a: C_STATIC_LIBRARY_LINKER____idf_esp_driver_cam_ esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/__idf_esp_driver_cam.pdb + TARGET_FILE = esp-idf/esp_driver_cam/libesp_driver_cam.a + TARGET_PDB = esp-idf/esp_driver_cam/libesp_driver_cam.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_cam/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_cam/edit_cache: phony esp-idf/esp_driver_cam/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_cam/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_cam/rebuild_cache: phony esp-idf/esp_driver_cam/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_cam/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_cam/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_cam/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_cam/install: phony esp-idf/esp_driver_cam/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_cam/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_cam/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_cam/install/local: phony esp-idf/esp_driver_cam/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_cam/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_cam/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_cam/install/strip: phony esp-idf/esp_driver_cam/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_jpeg/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_jpeg && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_jpeg/edit_cache: phony esp-idf/esp_driver_jpeg/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_jpeg/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_jpeg && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_jpeg/rebuild_cache: phony esp-idf/esp_driver_jpeg/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_jpeg/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_jpeg/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_jpeg/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_jpeg && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_jpeg/install: phony esp-idf/esp_driver_jpeg/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_jpeg/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_jpeg/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_jpeg && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_jpeg/install/local: phony esp-idf/esp_driver_jpeg/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_jpeg/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_jpeg/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_jpeg && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_jpeg/install/strip: phony esp-idf/esp_driver_jpeg/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_ppa/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ppa && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_ppa/edit_cache: phony esp-idf/esp_driver_ppa/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_ppa/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ppa && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_ppa/rebuild_cache: phony esp-idf/esp_driver_ppa/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_ppa/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_ppa/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_ppa/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ppa && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_ppa/install: phony esp-idf/esp_driver_ppa/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_ppa/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_ppa/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ppa && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_ppa/install/local: phony esp-idf/esp_driver_ppa/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_ppa/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_ppa/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ppa && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_ppa/install/strip: phony esp-idf/esp_driver_ppa/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_driver_touch_sens/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_touch_sens && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_driver_touch_sens/edit_cache: phony esp-idf/esp_driver_touch_sens/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_driver_touch_sens/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_touch_sens && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_driver_touch_sens/rebuild_cache: phony esp-idf/esp_driver_touch_sens/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_driver_touch_sens/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_driver_touch_sens/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_driver_touch_sens/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_touch_sens && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_driver_touch_sens/install: phony esp-idf/esp_driver_touch_sens/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_driver_touch_sens/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_driver_touch_sens/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_touch_sens && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_driver_touch_sens/install/local: phony esp-idf/esp_driver_touch_sens/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_driver_touch_sens/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_driver_touch_sens/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_touch_sens && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_driver_touch_sens/install/strip: phony esp-idf/esp_driver_touch_sens/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_eth + + +############################################# +# Order-only phony target for __idf_esp_eth + +build cmake_object_order_depends_target___idf_esp_eth: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /home/abobkov/esp/esp-idf/components/esp_eth/src/esp_eth.c || cmake_object_order_depends_target___idf_esp_eth + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src + 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/phy/esp_eth_phy_802_3.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /home/abobkov/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_802_3.c || cmake_object_order_depends_target___idf_esp_eth + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy + 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src + 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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_eth + + +############################################# +# Link the static library esp-idf/esp_eth/libesp_eth.a + +build esp-idf/esp_eth/libesp_eth.a: C_STATIC_LIBRARY_LINKER____idf_esp_eth_ esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_eth/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_eth/edit_cache: phony esp-idf/esp_eth/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_eth/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_eth/rebuild_cache: phony esp-idf/esp_eth/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_eth/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_eth/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_eth/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_eth/install: phony esp-idf/esp_eth/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_eth/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_eth/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_eth/install/local: phony esp-idf/esp_eth/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_eth/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_eth/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_eth/install/strip: phony esp-idf/esp_eth/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_gdbstub + + +############################################# +# Order-only phony target for __idf_esp_gdbstub + +build cmake_object_order_depends_target___idf_esp_gdbstub: phony || cmake_object_order_depends_target___idf_tcp_transport + +build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ /home/abobkov/esp/esp-idf/components/esp_gdbstub/src/gdbstub.c || cmake_object_order_depends_target___idf_esp_gdbstub + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_gdbstub + + +############################################# +# Link the static library esp-idf/esp_gdbstub/libesp_gdbstub.a + +build esp-idf/esp_gdbstub/libesp_gdbstub.a: C_STATIC_LIBRARY_LINKER____idf_esp_gdbstub_ esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj || esp-idf/tcp_transport/libtcp_transport.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_gdbstub/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_gdbstub/edit_cache: phony esp-idf/esp_gdbstub/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_gdbstub/rebuild_cache: phony esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_gdbstub/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_gdbstub/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_gdbstub/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_gdbstub/install: phony esp-idf/esp_gdbstub/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_gdbstub/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_gdbstub/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_gdbstub/install/local: phony esp-idf/esp_gdbstub/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_gdbstub/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_gdbstub/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_gdbstub/install/strip: phony esp-idf/esp_gdbstub/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_hid + + +############################################# +# Order-only phony target for __idf_esp_hid + +build cmake_object_order_depends_target___idf_esp_hid: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj: C_COMPILER____idf_esp_hid_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hid/src/esp_hidd.c || cmake_object_order_depends_target___idf_esp_hid + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_hid + + +############################################# +# Link the static library esp-idf/esp_hid/libesp_hid.a + +build esp-idf/esp_hid/libesp_hid.a: C_STATIC_LIBRARY_LINKER____idf_esp_hid_ esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_hid/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_hid/edit_cache: phony esp-idf/esp_hid/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_hid/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_hid/rebuild_cache: phony esp-idf/esp_hid/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_hid/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_hid/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_hid/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_hid/install: phony esp-idf/esp_hid/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_hid/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_hid/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_hid/install/local: phony esp-idf/esp_hid/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_hid/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_hid/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_hid/install/strip: phony esp-idf/esp_hid/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_tcp_transport + + +############################################# +# Order-only phony target for __idf_tcp_transport + +build cmake_object_order_depends_target___idf_tcp_transport: phony || cmake_object_order_depends_target___idf_esp_http_client + +build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ /home/abobkov/esp/esp-idf/components/tcp_transport/transport.c || cmake_object_order_depends_target___idf_tcp_transport + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_tcp_transport + + +############################################# +# Link the static library esp-idf/tcp_transport/libtcp_transport.a + +build esp-idf/tcp_transport/libtcp_transport.a: C_STATIC_LIBRARY_LINKER____idf_tcp_transport_ esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj || esp-idf/esp_http_client/libesp_http_client.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/tcp_transport/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/tcp_transport/edit_cache: phony esp-idf/tcp_transport/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/tcp_transport/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/tcp_transport/rebuild_cache: phony esp-idf/tcp_transport/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/tcp_transport/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/tcp_transport/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/tcp_transport/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/tcp_transport/install: phony esp-idf/tcp_transport/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/tcp_transport/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/tcp_transport/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/tcp_transport/install/local: phony esp-idf/tcp_transport/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/tcp_transport/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/tcp_transport/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/tcp_transport/install/strip: phony esp-idf/tcp_transport/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_http_client + + +############################################# +# Order-only phony target for __idf_esp_http_client + +build cmake_object_order_depends_target___idf_esp_http_client: phony || cmake_object_order_depends_target___idf_esp_http_server + +build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj: C_COMPILER____idf_esp_http_client_unscanned_ /home/abobkov/esp/esp-idf/components/esp_http_client/esp_http_client.c || cmake_object_order_depends_target___idf_esp_http_client + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_http_client + + +############################################# +# Link the static library esp-idf/esp_http_client/libesp_http_client.a + +build esp-idf/esp_http_client/libesp_http_client.a: C_STATIC_LIBRARY_LINKER____idf_esp_http_client_ esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj || esp-idf/esp_http_server/libesp_http_server.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_http_client/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_http_client/edit_cache: phony esp-idf/esp_http_client/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_http_client/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_http_client/rebuild_cache: phony esp-idf/esp_http_client/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_http_client/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_http_client/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_http_client/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_http_client/install: phony esp-idf/esp_http_client/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_http_client/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_http_client/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_http_client/install/local: phony esp-idf/esp_http_client/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_http_client/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_http_client/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_http_client/install/strip: phony esp-idf/esp_http_client/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_http_server + + +############################################# +# Order-only phony target for __idf_esp_http_server + +build cmake_object_order_depends_target___idf_esp_http_server: phony || cmake_object_order_depends_target___idf_esp_https_ota + +build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ /home/abobkov/esp/esp-idf/components/esp_http_server/src/httpd_main.c || cmake_object_order_depends_target___idf_esp_http_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_http_server + + +############################################# +# Link the static library esp-idf/esp_http_server/libesp_http_server.a + +build esp-idf/esp_http_server/libesp_http_server.a: C_STATIC_LIBRARY_LINKER____idf_esp_http_server_ esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj || esp-idf/esp_https_ota/libesp_https_ota.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_http_server/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_http_server/edit_cache: phony esp-idf/esp_http_server/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_http_server/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_http_server/rebuild_cache: phony esp-idf/esp_http_server/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_http_server/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_http_server/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_http_server/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_http_server/install: phony esp-idf/esp_http_server/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_http_server/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_http_server/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_http_server/install/local: phony esp-idf/esp_http_server/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_http_server/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_http_server/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_http_server/install/strip: phony esp-idf/esp_http_server/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_https_ota + + +############################################# +# Order-only phony target for __idf_esp_https_ota + +build cmake_object_order_depends_target___idf_esp_https_ota: phony || esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/mbedtls/custom_bundle + +build esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj: C_COMPILER____idf_esp_https_ota_unscanned_ /home/abobkov/esp/esp-idf/components/esp_https_ota/src/esp_https_ota.c || cmake_object_order_depends_target___idf_esp_https_ota + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_https_ota + + +############################################# +# Link the static library esp-idf/esp_https_ota/libesp_https_ota.a + +build esp-idf/esp_https_ota/libesp_https_ota.a: C_STATIC_LIBRARY_LINKER____idf_esp_https_ota_ esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj || esp-idf/esp_system/memory.ld esp-idf/esp_system/sections.ld.in esp-idf/mbedtls/custom_bundle + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_https_ota/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_https_ota/edit_cache: phony esp-idf/esp_https_ota/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_https_ota/rebuild_cache: phony esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_https_ota/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_https_ota/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_https_ota/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_https_ota/install: phony esp-idf/esp_https_ota/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_https_ota/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_https_ota/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_https_ota/install/local: phony esp-idf/esp_https_ota/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_https_ota/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_https_ota/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_https_ota/install/strip: phony esp-idf/esp_https_ota/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_https_server + + +############################################# +# Order-only phony target for __idf_esp_https_server + +build cmake_object_order_depends_target___idf_esp_https_server: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj: C_COMPILER____idf_esp_https_server_unscanned_ /home/abobkov/esp/esp-idf/components/esp_https_server/src/https_server.c || cmake_object_order_depends_target___idf_esp_https_server + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_https_server/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_server/include -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/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 + OBJECT_DIR = esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir + OBJECT_FILE_DIR = esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src + TARGET_COMPILE_PDB = esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/__idf_esp_https_server.pdb + TARGET_PDB = esp-idf/esp_https_server/libesp_https_server.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_https_server + + +############################################# +# Link the static library esp-idf/esp_https_server/libesp_https_server.a + +build esp-idf/esp_https_server/libesp_https_server.a: C_STATIC_LIBRARY_LINKER____idf_esp_https_server_ esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/__idf_esp_https_server.pdb + TARGET_FILE = esp-idf/esp_https_server/libesp_https_server.a + TARGET_PDB = esp-idf/esp_https_server/libesp_https_server.pdb + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_https_server/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_https_server/edit_cache: phony esp-idf/esp_https_server/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_https_server/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_https_server/rebuild_cache: phony esp-idf/esp_https_server/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_https_server/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_https_server/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_https_server/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_https_server/install: phony esp-idf/esp_https_server/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_https_server/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_https_server/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_https_server/install/local: phony esp-idf/esp_https_server/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_https_server/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_https_server/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_https_server/install/strip: phony esp-idf/esp_https_server/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_psram/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_psram/edit_cache: phony esp-idf/esp_psram/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_psram/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_psram/rebuild_cache: phony esp-idf/esp_psram/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_psram/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_psram/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_psram/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_psram/install: phony esp-idf/esp_psram/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_psram/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_psram/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_psram/install/local: phony esp-idf/esp_psram/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_psram/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_psram/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_psram/install/strip: phony esp-idf/esp_psram/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_lcd + + +############################################# +# Order-only phony target for __idf_esp_lcd + +build cmake_object_order_depends_target___idf_esp_lcd: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_common.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_lcd/priv_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_lcd/priv_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_lcd/priv_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_lcd/priv_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_lcd/priv_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_lcd/priv_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/i2c/esp_lcd_panel_io_i2c_v1.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/abobkov/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v1.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_lcd/priv_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/i2c + 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/i2c/esp_lcd_panel_io_i2c_v2.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/abobkov/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v2.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_lcd/priv_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/i2c + 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/spi/esp_lcd_panel_io_spi.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/abobkov/esp/esp-idf/components/esp_lcd/spi/esp_lcd_panel_io_spi.c || cmake_object_order_depends_target___idf_esp_lcd + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_lcd/priv_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/spi + 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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_lcd + + +############################################# +# Link the static library esp-idf/esp_lcd/libesp_lcd.a + +build esp-idf/esp_lcd/libesp_lcd.a: C_STATIC_LIBRARY_LINKER____idf_esp_lcd_ esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_lcd/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_lcd/edit_cache: phony esp-idf/esp_lcd/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_lcd/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_lcd/rebuild_cache: phony esp-idf/esp_lcd/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_lcd/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_lcd/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_lcd/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_lcd/install: phony esp-idf/esp_lcd/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_lcd/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_lcd/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_lcd/install/local: phony esp-idf/esp_lcd/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_lcd/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_lcd/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_lcd/install/strip: phony esp-idf/esp_lcd/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_protobuf-c + + +############################################# +# Order-only phony target for __idf_protobuf-c + +build cmake_object_order_depends_target___idf_protobuf-c: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj: C_COMPILER____idf_protobuf-c_unscanned_ /home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c || cmake_object_order_depends_target___idf_protobuf-c + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_protobuf-c + + +############################################# +# Link the static library esp-idf/protobuf-c/libprotobuf-c.a + +build esp-idf/protobuf-c/libprotobuf-c.a: C_STATIC_LIBRARY_LINKER____idf_protobuf-c_ esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/protobuf-c/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/protobuf-c/edit_cache: phony esp-idf/protobuf-c/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/protobuf-c/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/protobuf-c/rebuild_cache: phony esp-idf/protobuf-c/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/protobuf-c/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/protobuf-c/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/protobuf-c/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/protobuf-c/install: phony esp-idf/protobuf-c/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/protobuf-c/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/protobuf-c/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/protobuf-c/install/local: phony esp-idf/protobuf-c/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/protobuf-c/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/protobuf-c/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/protobuf-c/install/strip: phony esp-idf/protobuf-c/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_protocomm + + +############################################# +# Order-only phony target for __idf_protocomm + +build cmake_object_order_depends_target___idf_protocomm: phony || cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_riscv + +build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/abobkov/esp/esp-idf/components/protocomm/src/common/protocomm.c || cmake_object_order_depends_target___idf_protocomm + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a + TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb + TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_protocomm + + +############################################# +# Link the static library esp-idf/protocomm/libprotocomm.a + +build esp-idf/protocomm/libprotocomm.a: C_STATIC_LIBRARY_LINKER____idf_protocomm_ esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj || esp-idf/console/libconsole.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/protocomm/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/protocomm/edit_cache: phony esp-idf/protocomm/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/protocomm/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/protocomm/rebuild_cache: phony esp-idf/protocomm/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/protocomm/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/protocomm/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/protocomm/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/protocomm/install: phony esp-idf/protocomm/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/protocomm/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/protocomm/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/protocomm/install/local: phony esp-idf/protocomm/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/protocomm/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/protocomm/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/protocomm/install/strip: phony esp-idf/protocomm/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_esp_local_ctrl + + +############################################# +# Order-only phony target for __idf_esp_local_ctrl + +build cmake_object_order_depends_target___idf_esp_local_ctrl: phony || cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_esp_https_server cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_riscv + +build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj: C_COMPILER____idf_esp_local_ctrl_unscanned_ /home/abobkov/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c || cmake_object_order_depends_target___idf_esp_local_ctrl + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_https_server/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_https_server/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_https_server/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_https_server/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_esp_local_ctrl + + +############################################# +# Link the static library esp-idf/esp_local_ctrl/libesp_local_ctrl.a + +build esp-idf/esp_local_ctrl/libesp_local_ctrl.a: C_STATIC_LIBRARY_LINKER____idf_esp_local_ctrl_ esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj || esp-idf/console/libconsole.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/esp_local_ctrl/edit_cache: phony esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/esp_local_ctrl/rebuild_cache: phony esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/esp_local_ctrl/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/esp_local_ctrl/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/esp_local_ctrl/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/esp_local_ctrl/install: phony esp-idf/esp_local_ctrl/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/esp_local_ctrl/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/esp_local_ctrl/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/esp_local_ctrl/install/local: phony esp-idf/esp_local_ctrl/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/esp_local_ctrl/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/esp_local_ctrl/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/esp_local_ctrl/install/strip: phony esp-idf/esp_local_ctrl/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_espcoredump + + +############################################# +# Order-only phony target for __idf_espcoredump + +build cmake_object_order_depends_target___idf_espcoredump: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_init.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + 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_common.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_common.c || cmake_object_order_depends_target___idf_espcoredump + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src + 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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv + TARGET_COMPILE_PDB = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/__idf_espcoredump.pdb + TARGET_PDB = esp-idf/espcoredump/libespcoredump.pdb + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_espcoredump + + +############################################# +# Link the static library esp-idf/espcoredump/libespcoredump.a + +build esp-idf/espcoredump/libespcoredump.a: C_STATIC_LIBRARY_LINKER____idf_espcoredump_ esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/espcoredump/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/espcoredump/edit_cache: phony esp-idf/espcoredump/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/espcoredump/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/espcoredump/rebuild_cache: phony esp-idf/espcoredump/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/espcoredump/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/espcoredump/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/espcoredump/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/espcoredump/install: phony esp-idf/espcoredump/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/espcoredump/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/espcoredump/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/espcoredump/install/local: phony esp-idf/espcoredump/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/espcoredump/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/espcoredump/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/espcoredump/install/strip: phony esp-idf/espcoredump/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_wear_levelling + + +############################################# +# Order-only phony target for __idf_wear_levelling + +build cmake_object_order_depends_target___idf_wear_levelling: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/abobkov/esp/esp-idf/components/wear_levelling/Partition.cpp || cmake_object_order_depends_target___idf_wear_levelling + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_wear_levelling + + +############################################# +# Link the static library esp-idf/wear_levelling/libwear_levelling.a + +build esp-idf/wear_levelling/libwear_levelling.a: C_STATIC_LIBRARY_LINKER____idf_wear_levelling_ esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/wear_levelling/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/wear_levelling/edit_cache: phony esp-idf/wear_levelling/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/wear_levelling/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/wear_levelling/rebuild_cache: phony esp-idf/wear_levelling/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/wear_levelling/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/wear_levelling/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/wear_levelling/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/wear_levelling/install: phony esp-idf/wear_levelling/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/wear_levelling/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wear_levelling/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/wear_levelling/install/local: phony esp-idf/wear_levelling/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/wear_levelling/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wear_levelling/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/wear_levelling/install/strip: phony esp-idf/wear_levelling/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -15307,107 +18156,107 @@ build esp-idf/sdmmc/install/strip: phony esp-idf/sdmmc/CMakeFiles/install/strip. ############################################# # Order-only phony target for __idf_fatfs -build cmake_object_order_depends_target___idf_fatfs: phony || cmake_object_order_depends_target___idf_sdmmc cmake_object_order_depends_target___idf_wear_levelling cmake_object_order_depends_target___idf_xtensa +build cmake_object_order_depends_target___idf_fatfs: phony || cmake_object_order_depends_target___idf_riscv cmake_object_order_depends_target___idf_wear_levelling -build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj: C_COMPILER____idf_fatfs_ C$:/Users/alex/esp/esp-idf/components/fatfs/diskio/diskio.c || cmake_object_order_depends_target___idf_fatfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\diskio\diskio.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/abobkov/esp/esp-idf/components/fatfs/diskio/diskio.c || cmake_object_order_depends_target___idf_fatfs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/esp/esp-idf/components/fatfs/diskio/diskio_rawflash.c || cmake_object_order_depends_target___idf_fatfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\diskio\diskio_rawflash.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_sdmmc.c.obj: C_COMPILER____idf_fatfs_ C$:/Users/alex/esp/esp-idf/components/fatfs/diskio/diskio_sdmmc.c || cmake_object_order_depends_target___idf_fatfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\diskio\diskio_sdmmc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/esp/esp-idf/components/fatfs/diskio/diskio_wl.c || cmake_object_order_depends_target___idf_fatfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\diskio\diskio_wl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/ff.c.obj: C_COMPILER____idf_fatfs_ C$:/Users/alex/esp/esp-idf/components/fatfs/src/ff.c || cmake_object_order_depends_target___idf_fatfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\src\ff.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/esp/esp-idf/components/fatfs/port/freertos/ffsystem.c || cmake_object_order_depends_target___idf_fatfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\port\freertos\ffsystem.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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/src/ffunicode.c.obj: C_COMPILER____idf_fatfs_ C$:/Users/alex/esp/esp-idf/components/fatfs/src/ffunicode.c || cmake_object_order_depends_target___idf_fatfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\src\ffunicode.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/esp/esp-idf/components/fatfs/vfs/vfs_fat.c || cmake_object_order_depends_target___idf_fatfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\vfs\vfs_fat.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/esp/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c || cmake_object_order_depends_target___idf_fatfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\vfs\vfs_fat_sdmmc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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_ C$:/Users/alex/esp/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c || cmake_object_order_depends_target___idf_fatfs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir\vfs\vfs_fat_spiflash.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 # ============================================================================= @@ -15415,25 +18264,24 @@ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj: C_COM ############################################# -# Link the static library esp-idf\fatfs\libfatfs.a +# Link the static library esp-idf/fatfs/libfatfs.a -build esp-idf/fatfs/libfatfs.a: C_STATIC_LIBRARY_LINKER____idf_fatfs_ esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj || esp-idf/sdmmc/libsdmmc.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\fatfs\CMakeFiles\__idf_fatfs.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 +build esp-idf/fatfs/libfatfs.a: C_STATIC_LIBRARY_LINKER____idf_fatfs_ esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj || esp-idf/riscv/libriscv.a esp-idf/wear_levelling/libwear_levelling.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/fatfs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\fatfs && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/fatfs/edit_cache: phony esp-idf/fatfs/CMakeFiles/edit_cache.util @@ -15443,7 +18291,7 @@ build esp-idf/fatfs/edit_cache: phony esp-idf/fatfs/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/fatfs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\fatfs && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -15461,7 +18309,7 @@ build esp-idf/fatfs/list_install_components: phony # Utility command for install build esp-idf/fatfs/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/fatfs/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\fatfs && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -15473,7 +18321,7 @@ build esp-idf/fatfs/install: phony esp-idf/fatfs/CMakeFiles/install.util # Utility command for install/local build esp-idf/fatfs/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/fatfs/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\fatfs && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -15485,7 +18333,7 @@ build esp-idf/fatfs/install/local: phony esp-idf/fatfs/CMakeFiles/install/local. # Utility command for install/strip build esp-idf/fatfs/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/fatfs/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\fatfs && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -15494,7 +18342,7 @@ build esp-idf/fatfs/install/strip: phony esp-idf/fatfs/CMakeFiles/install/strip. # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= @@ -15502,9 +18350,8 @@ build esp-idf/fatfs/install/strip: phony esp-idf/fatfs/CMakeFiles/install/strip. # Utility command for edit_cache build esp-idf/idf_test/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\idf_test && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/idf_test/edit_cache: phony esp-idf/idf_test/CMakeFiles/edit_cache.util @@ -15514,7 +18361,7 @@ build esp-idf/idf_test/edit_cache: phony esp-idf/idf_test/CMakeFiles/edit_cache. # Utility command for rebuild_cache build esp-idf/idf_test/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\idf_test && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -15532,7 +18379,7 @@ build esp-idf/idf_test/list_install_components: phony # Utility command for install build esp-idf/idf_test/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/idf_test/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\idf_test && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -15544,7 +18391,7 @@ build esp-idf/idf_test/install: phony esp-idf/idf_test/CMakeFiles/install.util # Utility command for install/local build esp-idf/idf_test/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/idf_test/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\idf_test && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -15556,7 +18403,7 @@ build esp-idf/idf_test/install/local: phony esp-idf/idf_test/CMakeFiles/install/ # Utility command for install/strip build esp-idf/idf_test/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/idf_test/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\idf_test && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -15565,7 +18412,7 @@ build esp-idf/idf_test/install/strip: phony esp-idf/idf_test/CMakeFiles/install/ # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= @@ -15573,9 +18420,8 @@ build esp-idf/idf_test/install/strip: phony esp-idf/idf_test/CMakeFiles/install/ # Utility command for edit_cache build esp-idf/ieee802154/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\ieee802154 && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/ieee802154/edit_cache: phony esp-idf/ieee802154/CMakeFiles/edit_cache.util @@ -15585,7 +18431,7 @@ build esp-idf/ieee802154/edit_cache: phony esp-idf/ieee802154/CMakeFiles/edit_ca # Utility command for rebuild_cache build esp-idf/ieee802154/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\ieee802154 && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154 && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -15603,7 +18449,7 @@ build esp-idf/ieee802154/list_install_components: phony # Utility command for install build esp-idf/ieee802154/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/ieee802154/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\ieee802154 && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154 && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -15615,7 +18461,7 @@ build esp-idf/ieee802154/install: phony esp-idf/ieee802154/CMakeFiles/install.ut # Utility command for install/local build esp-idf/ieee802154/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/ieee802154/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\ieee802154 && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -15627,7 +18473,7 @@ build esp-idf/ieee802154/install/local: phony esp-idf/ieee802154/CMakeFiles/inst # Utility command for install/strip build esp-idf/ieee802154/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/ieee802154/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\ieee802154 && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -15636,7 +18482,7 @@ build esp-idf/ieee802154/install/strip: phony esp-idf/ieee802154/CMakeFiles/inst # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -15646,27 +18492,27 @@ build esp-idf/ieee802154/install/strip: phony esp-idf/ieee802154/CMakeFiles/inst ############################################# # Order-only phony target for __idf_json -build cmake_object_order_depends_target___idf_json: phony || cmake_object_order_depends_target___idf_xtensa +build cmake_object_order_depends_target___idf_json: phony || cmake_object_order_depends_target___idf_riscv -build esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj: C_COMPILER____idf_json_ C$:/Users/alex/esp/esp-idf/components/json/cJSON/cJSON.c || cmake_object_order_depends_target___idf_json - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\json\CMakeFiles\__idf_json.dir\cJSON\cJSON.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/json/cJSON -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\json\CMakeFiles\__idf_json.dir - OBJECT_FILE_DIR = esp-idf\json\CMakeFiles\__idf_json.dir\cJSON - 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.c.obj: C_COMPILER____idf_json_unscanned_ /home/abobkov/esp/esp-idf/components/json/cJSON/cJSON.c || cmake_object_order_depends_target___idf_json + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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_ C$:/Users/alex/esp/esp-idf/components/json/cJSON/cJSON_Utils.c || cmake_object_order_depends_target___idf_json - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\json\CMakeFiles\__idf_json.dir\cJSON\cJSON_Utils.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/json/cJSON -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\json\CMakeFiles\__idf_json.dir - OBJECT_FILE_DIR = esp-idf\json\CMakeFiles\__idf_json.dir\cJSON - 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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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 # ============================================================================= @@ -15674,25 +18520,24 @@ build esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj: C_COMPILER ############################################# -# Link the static library esp-idf\json\libjson.a +# Link the static library esp-idf/json/libjson.a -build esp-idf/json/libjson.a: C_STATIC_LIBRARY_LINKER____idf_json_ esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj || esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\json\CMakeFiles\__idf_json.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 +build esp-idf/json/libjson.a: C_STATIC_LIBRARY_LINKER____idf_json_ esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/json/CMakeFiles/__idf_json.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/json/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\json && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/json/edit_cache: phony esp-idf/json/CMakeFiles/edit_cache.util @@ -15702,7 +18547,7 @@ build esp-idf/json/edit_cache: phony esp-idf/json/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/json/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\json && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -15720,7 +18565,7 @@ build esp-idf/json/list_install_components: phony # Utility command for install build esp-idf/json/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/json/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\json && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -15732,7 +18577,7 @@ build esp-idf/json/install: phony esp-idf/json/CMakeFiles/install.util # Utility command for install/local build esp-idf/json/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/json/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\json && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -15744,7 +18589,7 @@ build esp-idf/json/install/local: phony esp-idf/json/CMakeFiles/install/local.ut # Utility command for install/strip build esp-idf/json/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/json/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\json && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -15753,7 +18598,7 @@ build esp-idf/json/install/strip: phony esp-idf/json/CMakeFiles/install/strip.ut # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -15763,47 +18608,47 @@ build esp-idf/json/install/strip: phony esp-idf/json/CMakeFiles/install/strip.ut ############################################# # Order-only phony target for __idf_mqtt -build cmake_object_order_depends_target___idf_mqtt: phony || cmake_object_order_depends_target___idf_xtensa +build cmake_object_order_depends_target___idf_mqtt: phony || cmake_object_order_depends_target___idf_riscv -build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj: C_COMPILER____idf_mqtt_ C$:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c || cmake_object_order_depends_target___idf_mqtt - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir\esp-mqtt\mqtt_client.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/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/mqtt_client.c.obj: C_COMPILER____idf_mqtt_unscanned_ /home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c || cmake_object_order_depends_target___idf_mqtt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_ C$:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c || cmake_object_order_depends_target___idf_mqtt - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir\esp-mqtt\lib\mqtt_msg.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/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_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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_ C$:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c || cmake_object_order_depends_target___idf_mqtt - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir\esp-mqtt\lib\mqtt_outbox.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_ C$:/Users/alex/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.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir\esp-mqtt\lib\platform_esp32_idf.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/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.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 # ============================================================================= @@ -15811,25 +18656,24 @@ build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.o ############################################# -# Link the static library esp-idf\mqtt\libmqtt.a +# Link the static library esp-idf/mqtt/libmqtt.a -build esp-idf/mqtt/libmqtt.a: C_STATIC_LIBRARY_LINKER____idf_mqtt_ esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj || esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\mqtt\CMakeFiles\__idf_mqtt.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 +build esp-idf/mqtt/libmqtt.a: C_STATIC_LIBRARY_LINKER____idf_mqtt_ esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/mqtt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mqtt && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/mqtt/edit_cache: phony esp-idf/mqtt/CMakeFiles/edit_cache.util @@ -15839,7 +18683,7 @@ build esp-idf/mqtt/edit_cache: phony esp-idf/mqtt/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/mqtt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mqtt && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -15857,7 +18701,7 @@ build esp-idf/mqtt/list_install_components: phony # Utility command for install build esp-idf/mqtt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/mqtt/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mqtt && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -15869,7 +18713,7 @@ build esp-idf/mqtt/install: phony esp-idf/mqtt/CMakeFiles/install.util # Utility command for install/local build esp-idf/mqtt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/mqtt/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mqtt && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -15881,7 +18725,7 @@ build esp-idf/mqtt/install/local: phony esp-idf/mqtt/CMakeFiles/install/local.ut # Utility command for install/strip build esp-idf/mqtt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/mqtt/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\mqtt && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -15890,7 +18734,113 @@ build esp-idf/mqtt/install/strip: phony esp-idf/mqtt/CMakeFiles/install/strip.ut # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target __idf_nvs_sec_provider + + +############################################# +# Order-only phony target for __idf_nvs_sec_provider + +build cmake_object_order_depends_target___idf_nvs_sec_provider: phony || cmake_object_order_depends_target___idf_riscv + +build esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj: C_COMPILER____idf_nvs_sec_provider_unscanned_ /home/abobkov/esp/esp-idf/components/nvs_sec_provider/nvs_sec_provider.c || cmake_object_order_depends_target___idf_nvs_sec_provider + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + 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 + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target __idf_nvs_sec_provider + + +############################################# +# Link the static library esp-idf/nvs_sec_provider/libnvs_sec_provider.a + +build esp-idf/nvs_sec_provider/libnvs_sec_provider.a: C_STATIC_LIBRARY_LINKER____idf_nvs_sec_provider_ esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir + POST_BUILD = : + 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 + + +############################################# +# Utility command for edit_cache + +build esp-idf/nvs_sec_provider/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build esp-idf/nvs_sec_provider/edit_cache: phony esp-idf/nvs_sec_provider/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build esp-idf/nvs_sec_provider/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build esp-idf/nvs_sec_provider/rebuild_cache: phony esp-idf/nvs_sec_provider/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build esp-idf/nvs_sec_provider/list_install_components: phony + + +############################################# +# Utility command for install + +build esp-idf/nvs_sec_provider/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/nvs_sec_provider/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build esp-idf/nvs_sec_provider/install: phony esp-idf/nvs_sec_provider/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build esp-idf/nvs_sec_provider/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/nvs_sec_provider/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build esp-idf/nvs_sec_provider/install/local: phony esp-idf/nvs_sec_provider/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build esp-idf/nvs_sec_provider/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/nvs_sec_provider/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build esp-idf/nvs_sec_provider/install/strip: phony esp-idf/nvs_sec_provider/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= @@ -15898,9 +18848,8 @@ build esp-idf/mqtt/install/strip: phony esp-idf/mqtt/CMakeFiles/install/strip.ut # Utility command for edit_cache build esp-idf/openthread/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\openthread && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/openthread/edit_cache: phony esp-idf/openthread/CMakeFiles/edit_cache.util @@ -15910,7 +18859,7 @@ build esp-idf/openthread/edit_cache: phony esp-idf/openthread/CMakeFiles/edit_ca # Utility command for rebuild_cache build esp-idf/openthread/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\openthread && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -15928,7 +18877,7 @@ build esp-idf/openthread/list_install_components: phony # Utility command for install build esp-idf/openthread/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/openthread/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\openthread && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -15940,7 +18889,7 @@ build esp-idf/openthread/install: phony esp-idf/openthread/CMakeFiles/install.ut # Utility command for install/local build esp-idf/openthread/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/openthread/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\openthread && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -15952,7 +18901,7 @@ build esp-idf/openthread/install/local: phony esp-idf/openthread/CMakeFiles/inst # Utility command for install/strip build esp-idf/openthread/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/openthread/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\openthread && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -15961,134 +18910,123 @@ build esp-idf/openthread/install/strip: phony esp-idf/openthread/CMakeFiles/inst # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= -# Object build statements for STATIC_LIBRARY target __idf_perfmon +# Object build statements for STATIC_LIBRARY target __idf_rt ############################################# -# Order-only phony target for __idf_perfmon +# Order-only phony target for __idf_rt -build cmake_object_order_depends_target___idf_perfmon: phony || cmake_object_order_depends_target___idf_xtensa +build cmake_object_order_depends_target___idf_rt: phony || cmake_object_order_depends_target___idf_riscv -build esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj: C_COMPILER____idf_perfmon_ C$:/Users/alex/esp/esp-idf/components/perfmon/xtensa_perfmon_access.c || cmake_object_order_depends_target___idf_perfmon - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir\xtensa_perfmon_access.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/perfmon/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir - OBJECT_FILE_DIR = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir - TARGET_COMPILE_PDB = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir\__idf_perfmon.pdb - TARGET_PDB = esp-idf\perfmon\libperfmon.pdb +build esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj: C_COMPILER____idf_rt_unscanned_ /home/abobkov/esp/esp-idf/components/rt/FreeRTOS_POSIX_mqueue.c || cmake_object_order_depends_target___idf_rt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/rt/include -I/home/abobkov/esp/esp-idf/components/rt/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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/rt/CMakeFiles/__idf_rt.dir + OBJECT_FILE_DIR = esp-idf/rt/CMakeFiles/__idf_rt.dir + TARGET_COMPILE_PDB = esp-idf/rt/CMakeFiles/__idf_rt.dir/__idf_rt.pdb + TARGET_PDB = esp-idf/rt/librt.pdb -build esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj: C_COMPILER____idf_perfmon_ C$:/Users/alex/esp/esp-idf/components/perfmon/xtensa_perfmon_apis.c || cmake_object_order_depends_target___idf_perfmon - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir\xtensa_perfmon_apis.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/perfmon/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir - OBJECT_FILE_DIR = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir - TARGET_COMPILE_PDB = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir\__idf_perfmon.pdb - TARGET_PDB = esp-idf\perfmon\libperfmon.pdb - -build esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj: C_COMPILER____idf_perfmon_ C$:/Users/alex/esp/esp-idf/components/perfmon/xtensa_perfmon_masks.c || cmake_object_order_depends_target___idf_perfmon - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir\xtensa_perfmon_masks.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/perfmon/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch - OBJECT_DIR = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir - OBJECT_FILE_DIR = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir - TARGET_COMPILE_PDB = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir\__idf_perfmon.pdb - TARGET_PDB = esp-idf\perfmon\libperfmon.pdb +build esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj: C_COMPILER____idf_rt_unscanned_ /home/abobkov/esp/esp-idf/components/rt/FreeRTOS_POSIX_utils.c || cmake_object_order_depends_target___idf_rt + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/rt/include -I/home/abobkov/esp/esp-idf/components/rt/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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/rt/CMakeFiles/__idf_rt.dir + OBJECT_FILE_DIR = esp-idf/rt/CMakeFiles/__idf_rt.dir + TARGET_COMPILE_PDB = esp-idf/rt/CMakeFiles/__idf_rt.dir/__idf_rt.pdb + TARGET_PDB = esp-idf/rt/librt.pdb # ============================================================================= -# Link build statements for STATIC_LIBRARY target __idf_perfmon +# Link build statements for STATIC_LIBRARY target __idf_rt ############################################# -# Link the static library esp-idf\perfmon\libperfmon.a +# Link the static library esp-idf/rt/librt.a -build esp-idf/perfmon/libperfmon.a: C_STATIC_LIBRARY_LINKER____idf_perfmon_ esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj || esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\perfmon\CMakeFiles\__idf_perfmon.dir\__idf_perfmon.pdb - TARGET_FILE = esp-idf\perfmon\libperfmon.a - TARGET_PDB = esp-idf\perfmon\libperfmon.pdb +build esp-idf/rt/librt.a: C_STATIC_LIBRARY_LINKER____idf_rt_ esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/rt/CMakeFiles/__idf_rt.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = esp-idf/rt/CMakeFiles/__idf_rt.dir/__idf_rt.pdb + TARGET_FILE = esp-idf/rt/librt.a + TARGET_PDB = esp-idf/rt/librt.pdb ############################################# # Utility command for edit_cache -build esp-idf/perfmon/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\perfmon && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console +build esp-idf/rt/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/rt && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 -build esp-idf/perfmon/edit_cache: phony esp-idf/perfmon/CMakeFiles/edit_cache.util +build esp-idf/rt/edit_cache: phony esp-idf/rt/CMakeFiles/edit_cache.util ############################################# # Utility command for rebuild_cache -build esp-idf/perfmon/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\perfmon && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" +build esp-idf/rt/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/rt && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 -build esp-idf/perfmon/rebuild_cache: phony esp-idf/perfmon/CMakeFiles/rebuild_cache.util +build esp-idf/rt/rebuild_cache: phony esp-idf/rt/CMakeFiles/rebuild_cache.util ############################################# # Utility command for list_install_components -build esp-idf/perfmon/list_install_components: phony +build esp-idf/rt/list_install_components: phony ############################################# # Utility command for install -build esp-idf/perfmon/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/perfmon/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\perfmon && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" +build esp-idf/rt/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/rt/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/rt && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 -build esp-idf/perfmon/install: phony esp-idf/perfmon/CMakeFiles/install.util +build esp-idf/rt/install: phony esp-idf/rt/CMakeFiles/install.util ############################################# # Utility command for install/local -build esp-idf/perfmon/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/perfmon/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\perfmon && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" +build esp-idf/rt/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/rt/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/rt && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 -build esp-idf/perfmon/install/local: phony esp-idf/perfmon/CMakeFiles/install/local.util +build esp-idf/rt/install/local: phony esp-idf/rt/CMakeFiles/install/local.util ############################################# # Utility command for install/strip -build esp-idf/perfmon/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/perfmon/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\perfmon && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" +build esp-idf/rt/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/rt/all + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/rt && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 -build esp-idf/perfmon/install/strip: phony esp-idf/perfmon/CMakeFiles/install/strip.util +build esp-idf/rt/install/strip: phony esp-idf/rt/CMakeFiles/install/strip.util # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -16098,77 +19036,77 @@ build esp-idf/perfmon/install/strip: phony esp-idf/perfmon/CMakeFiles/install/st ############################################# # Order-only phony target for __idf_spiffs -build cmake_object_order_depends_target___idf_spiffs: phony || cmake_object_order_depends_target___idf_xtensa +build cmake_object_order_depends_target___idf_spiffs: phony || cmake_object_order_depends_target___idf_riscv -build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj: C_COMPILER____idf_spiffs_ C$:/Users/alex/esp/esp-idf/components/spiffs/spiffs_api.c || cmake_object_order_depends_target___idf_spiffs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs_api.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spiffs/include -IC:/Users/alex/esp/esp-idf/components/spiffs -IC:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/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_api.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/abobkov/esp/esp-idf/components/spiffs/spiffs_api.c || cmake_object_order_depends_target___idf_spiffs + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + 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_ C$:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c || cmake_object_order_depends_target___idf_spiffs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs\src\spiffs_cache.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spiffs/include -IC:/Users/alex/esp/esp-idf/components/spiffs -IC:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/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_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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + 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_ C$:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src/spiffs_check.c || cmake_object_order_depends_target___idf_spiffs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs\src\spiffs_check.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spiffs/include -IC:/Users/alex/esp/esp-idf/components/spiffs -IC:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + 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_ C$:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c || cmake_object_order_depends_target___idf_spiffs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs\src\spiffs_gc.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spiffs/include -IC:/Users/alex/esp/esp-idf/components/spiffs -IC:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + 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_ C$:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c || cmake_object_order_depends_target___idf_spiffs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs\src\spiffs_hydrogen.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spiffs/include -IC:/Users/alex/esp/esp-idf/components/spiffs -IC:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + 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_ C$:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c || cmake_object_order_depends_target___idf_spiffs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\spiffs\src\spiffs_nucleus.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spiffs/include -IC:/Users/alex/esp/esp-idf/components/spiffs -IC:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -Wno-format + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + 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_ C$:/Users/alex/esp/esp-idf/components/spiffs/esp_spiffs.c || cmake_object_order_depends_target___idf_spiffs - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir\esp_spiffs.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spiffs/include -IC:/Users/alex/esp/esp-idf/components/spiffs -IC:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/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/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 + 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 # ============================================================================= @@ -16176,25 +19114,24 @@ build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj: C_COMPILER___ ############################################# -# Link the static library esp-idf\spiffs\libspiffs.a +# Link the static library esp-idf/spiffs/libspiffs.a -build esp-idf/spiffs/libspiffs.a: C_STATIC_LIBRARY_LINKER____idf_spiffs_ esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj || esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\spiffs\CMakeFiles\__idf_spiffs.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 +build esp-idf/spiffs/libspiffs.a: C_STATIC_LIBRARY_LINKER____idf_spiffs_ esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/spiffs/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\spiffs && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/spiffs/edit_cache: phony esp-idf/spiffs/CMakeFiles/edit_cache.util @@ -16204,7 +19141,7 @@ build esp-idf/spiffs/edit_cache: phony esp-idf/spiffs/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/spiffs/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\spiffs && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -16222,7 +19159,7 @@ build esp-idf/spiffs/list_install_components: phony # Utility command for install build esp-idf/spiffs/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/spiffs/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\spiffs && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -16234,7 +19171,7 @@ build esp-idf/spiffs/install: phony esp-idf/spiffs/CMakeFiles/install.util # Utility command for install/local build esp-idf/spiffs/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/spiffs/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\spiffs && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -16246,7 +19183,7 @@ build esp-idf/spiffs/install/local: phony esp-idf/spiffs/CMakeFiles/install/loca # Utility command for install/strip build esp-idf/spiffs/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/spiffs/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\spiffs && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -16255,7 +19192,7 @@ build esp-idf/spiffs/install/strip: phony esp-idf/spiffs/CMakeFiles/install/stri # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= @@ -16263,9 +19200,8 @@ build esp-idf/spiffs/install/strip: phony esp-idf/spiffs/CMakeFiles/install/stri # Utility command for edit_cache build esp-idf/ulp/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\ulp && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/ulp/edit_cache: phony esp-idf/ulp/CMakeFiles/edit_cache.util @@ -16275,7 +19211,7 @@ build esp-idf/ulp/edit_cache: phony esp-idf/ulp/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/ulp/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\ulp && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -16293,7 +19229,7 @@ build esp-idf/ulp/list_install_components: phony # Utility command for install build esp-idf/ulp/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/ulp/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\ulp && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -16305,7 +19241,7 @@ build esp-idf/ulp/install: phony esp-idf/ulp/CMakeFiles/install.util # Utility command for install/local build esp-idf/ulp/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/ulp/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\ulp && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -16317,7 +19253,7 @@ build esp-idf/ulp/install/local: phony esp-idf/ulp/CMakeFiles/install/local.util # Utility command for install/strip build esp-idf/ulp/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/ulp/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\ulp && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -16326,7 +19262,7 @@ build esp-idf/ulp/install/strip: phony esp-idf/ulp/CMakeFiles/install/strip.util # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= @@ -16334,9 +19270,8 @@ build esp-idf/ulp/install/strip: phony esp-idf/ulp/CMakeFiles/install/strip.util # Utility command for edit_cache build esp-idf/usb/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\usb && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/usb/edit_cache: phony esp-idf/usb/CMakeFiles/edit_cache.util @@ -16346,7 +19281,7 @@ build esp-idf/usb/edit_cache: phony esp-idf/usb/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/usb/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\usb && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -16364,7 +19299,7 @@ build esp-idf/usb/list_install_components: phony # Utility command for install build esp-idf/usb/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/usb/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\usb && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -16376,7 +19311,7 @@ build esp-idf/usb/install: phony esp-idf/usb/CMakeFiles/install.util # Utility command for install/local build esp-idf/usb/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/usb/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\usb && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -16388,7 +19323,7 @@ build esp-idf/usb/install/local: phony esp-idf/usb/CMakeFiles/install/local.util # Utility command for install/strip build esp-idf/usb/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/usb/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\usb && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -16397,7 +19332,7 @@ build esp-idf/usb/install/strip: phony esp-idf/usb/CMakeFiles/install/strip.util # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -16407,117 +19342,117 @@ build esp-idf/usb/install/strip: phony esp-idf/usb/CMakeFiles/install/strip.util ############################################# # Order-only phony target for __idf_wifi_provisioning -build cmake_object_order_depends_target___idf_wifi_provisioning: phony || cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_json cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_xtensa +build cmake_object_order_depends_target___idf_wifi_provisioning: phony || cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_json cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_riscv -build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj: C_COMPILER____idf_wifi_provisioning_ C$:/Users/alex/esp/esp-idf/components/wifi_provisioning/src/wifi_config.c || cmake_object_order_depends_target___idf_wifi_provisioning - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\wifi_config.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/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_config.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/abobkov/esp/esp-idf/components/wifi_provisioning/src/wifi_config.c || cmake_object_order_depends_target___idf_wifi_provisioning + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_ C$:/Users/alex/esp/esp-idf/components/wifi_provisioning/src/wifi_scan.c || cmake_object_order_depends_target___idf_wifi_provisioning - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\wifi_scan.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_ C$:/Users/alex/esp/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c || cmake_object_order_depends_target___idf_wifi_provisioning - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\wifi_ctrl.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_ C$:/Users/alex/esp/esp-idf/components/wifi_provisioning/src/manager.c || cmake_object_order_depends_target___idf_wifi_provisioning - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\manager.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_ C$:/Users/alex/esp/esp-idf/components/wifi_provisioning/src/handlers.c || cmake_object_order_depends_target___idf_wifi_provisioning - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\handlers.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_ C$:/Users/alex/esp/esp-idf/components/wifi_provisioning/src/scheme_console.c || cmake_object_order_depends_target___idf_wifi_provisioning - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\scheme_console.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\proto-c\wifi_config.pb-c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/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_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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\proto-c\wifi_scan.pb-c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\proto-c\wifi_ctrl.pb-c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_ C$:/Users/alex/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\proto-c\wifi_constants.pb-c.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_ C$:/Users/alex/esp/esp-idf/components/wifi_provisioning/src/scheme_softap.c || cmake_object_order_depends_target___idf_wifi_provisioning - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir\src\scheme_softap.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/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_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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 # ============================================================================= @@ -16525,25 +19460,24 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/schem ############################################# -# Link the static library esp-idf\wifi_provisioning\libwifi_provisioning.a +# Link the static library esp-idf/wifi_provisioning/libwifi_provisioning.a -build esp-idf/wifi_provisioning/libwifi_provisioning.a: C_STATIC_LIBRARY_LINKER____idf_wifi_provisioning_ esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj || esp-idf/console/libconsole.a esp-idf/json/libjson.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\wifi_provisioning\CMakeFiles\__idf_wifi_provisioning.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_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 +build esp-idf/wifi_provisioning/libwifi_provisioning.a: C_STATIC_LIBRARY_LINKER____idf_wifi_provisioning_ esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj || esp-idf/console/libconsole.a esp-idf/json/libjson.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/wifi_provisioning/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\wifi_provisioning && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/wifi_provisioning/edit_cache: phony esp-idf/wifi_provisioning/CMakeFiles/edit_cache.util @@ -16553,7 +19487,7 @@ build esp-idf/wifi_provisioning/edit_cache: phony esp-idf/wifi_provisioning/CMak # Utility command for rebuild_cache build esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\wifi_provisioning && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -16571,7 +19505,7 @@ build esp-idf/wifi_provisioning/list_install_components: phony # Utility command for install build esp-idf/wifi_provisioning/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/wifi_provisioning/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\wifi_provisioning && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -16583,7 +19517,7 @@ build esp-idf/wifi_provisioning/install: phony esp-idf/wifi_provisioning/CMakeFi # Utility command for install/local build esp-idf/wifi_provisioning/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/wifi_provisioning/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\wifi_provisioning && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -16595,7 +19529,7 @@ build esp-idf/wifi_provisioning/install/local: phony esp-idf/wifi_provisioning/C # Utility command for install/strip build esp-idf/wifi_provisioning/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/wifi_provisioning/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\wifi_provisioning && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -16604,7 +19538,7 @@ build esp-idf/wifi_provisioning/install/strip: phony esp-idf/wifi_provisioning/C # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -16614,47 +19548,47 @@ build esp-idf/wifi_provisioning/install/strip: phony esp-idf/wifi_provisioning/C ############################################# # Order-only phony target for __idf_espressif__led_strip -build cmake_object_order_depends_target___idf_espressif__led_strip: phony || cmake_object_order_depends_target___idf_xtensa +build cmake_object_order_depends_target___idf_espressif__led_strip: phony || cmake_object_order_depends_target___idf_riscv -build esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_api.c.obj: C_COMPILER____idf_espressif__led_strip_ C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/src/led_strip_api.c || cmake_object_order_depends_target___idf_espressif__led_strip - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\espressif__led_strip\CMakeFiles\__idf_espressif__led_strip.dir\src\led_strip_api.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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_api.c.obj: C_COMPILER____idf_espressif__led_strip_unscanned_ /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/src/led_strip_api.c || cmake_object_order_depends_target___idf_espressif__led_strip + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_api.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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_ C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\espressif__led_strip\CMakeFiles\__idf_espressif__led_strip.dir\src\led_strip_rmt_dev.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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/ESP32-IDF_ePaper/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_dev.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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_ C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\espressif__led_strip\CMakeFiles\__idf_espressif__led_strip.dir\src\led_strip_rmt_encoder.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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/ESP32-IDF_ePaper/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_encoder.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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_ C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/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.1.2\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\espressif__led_strip\CMakeFiles\__idf_espressif__led_strip.dir\src\led_strip_spi_dev.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/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/ESP32-IDF_ePaper/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.4\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_spi_dev.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 # ============================================================================= @@ -16662,25 +19596,24 @@ build esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src ############################################# -# Link the static library esp-idf\espressif__led_strip\libespressif__led_strip.a +# Link the static library esp-idf/espressif__led_strip/libespressif__led_strip.a -build esp-idf/espressif__led_strip/libespressif__led_strip.a: C_STATIC_LIBRARY_LINKER____idf_espressif__led_strip_ esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_api.c.obj esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_dev.c.obj esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_encoder.c.obj esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_spi_dev.c.obj || esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\espressif__led_strip\CMakeFiles\__idf_espressif__led_strip.dir - POST_BUILD = cd . - PRE_LINK = cd . - 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 +build esp-idf/espressif__led_strip/libespressif__led_strip.a: C_STATIC_LIBRARY_LINKER____idf_espressif__led_strip_ esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_api.c.obj esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_dev.c.obj esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_encoder.c.obj esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_spi_dev.c.obj || esp-idf/riscv/libriscv.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + 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 ############################################# # Utility command for edit_cache build esp-idf/espressif__led_strip/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\espressif__led_strip && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/espressif__led_strip/edit_cache: phony esp-idf/espressif__led_strip/CMakeFiles/edit_cache.util @@ -16690,7 +19623,7 @@ build esp-idf/espressif__led_strip/edit_cache: phony esp-idf/espressif__led_stri # Utility command for rebuild_cache build esp-idf/espressif__led_strip/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\espressif__led_strip && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -16708,7 +19641,7 @@ build esp-idf/espressif__led_strip/list_install_components: phony # Utility command for install build esp-idf/espressif__led_strip/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/espressif__led_strip/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\espressif__led_strip && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -16720,7 +19653,7 @@ build esp-idf/espressif__led_strip/install: phony esp-idf/espressif__led_strip/C # Utility command for install/local build esp-idf/espressif__led_strip/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/espressif__led_strip/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\espressif__led_strip && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -16732,7 +19665,7 @@ build esp-idf/espressif__led_strip/install/local: phony esp-idf/espressif__led_s # Utility command for install/strip build esp-idf/espressif__led_strip/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/espressif__led_strip/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\espressif__led_strip && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -16741,7 +19674,7 @@ build esp-idf/espressif__led_strip/install/strip: phony esp-idf/espressif__led_s # ============================================================================= # Write statements declared in CMakeLists.txt: -# C:/Users/alex/esp/esp-idf/CMakeLists.txt +# /home/abobkov/esp/esp-idf/CMakeLists.txt # ============================================================================= # ============================================================================= @@ -16751,27 +19684,27 @@ build esp-idf/espressif__led_strip/install/strip: phony esp-idf/espressif__led_s ############################################# # Order-only phony target for __idf_main -build cmake_object_order_depends_target___idf_main: phony || cmake_object_order_depends_target___idf_app_trace cmake_object_order_depends_target___idf_cmock cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_esp_hid cmake_object_order_depends_target___idf_esp_lcd cmake_object_order_depends_target___idf_esp_local_ctrl cmake_object_order_depends_target___idf_espcoredump cmake_object_order_depends_target___idf_espressif__led_strip cmake_object_order_depends_target___idf_fatfs cmake_object_order_depends_target___idf_json cmake_object_order_depends_target___idf_mqtt cmake_object_order_depends_target___idf_perfmon cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_sdmmc cmake_object_order_depends_target___idf_spiffs cmake_object_order_depends_target___idf_unity cmake_object_order_depends_target___idf_wear_levelling cmake_object_order_depends_target___idf_wifi_provisioning cmake_object_order_depends_target___idf_xtensa +build cmake_object_order_depends_target___idf_main: phony || cmake_object_order_depends_target___idf_app_trace cmake_object_order_depends_target___idf_cmock cmake_object_order_depends_target___idf_console cmake_object_order_depends_target___idf_esp_driver_cam cmake_object_order_depends_target___idf_esp_eth cmake_object_order_depends_target___idf_esp_hid cmake_object_order_depends_target___idf_esp_https_server cmake_object_order_depends_target___idf_esp_lcd cmake_object_order_depends_target___idf_esp_local_ctrl cmake_object_order_depends_target___idf_espcoredump cmake_object_order_depends_target___idf_espressif__led_strip cmake_object_order_depends_target___idf_fatfs cmake_object_order_depends_target___idf_json cmake_object_order_depends_target___idf_mqtt cmake_object_order_depends_target___idf_nvs_sec_provider cmake_object_order_depends_target___idf_protobuf-c cmake_object_order_depends_target___idf_protocomm cmake_object_order_depends_target___idf_riscv cmake_object_order_depends_target___idf_rt cmake_object_order_depends_target___idf_spiffs cmake_object_order_depends_target___idf_unity cmake_object_order_depends_target___idf_wear_levelling cmake_object_order_depends_target___idf_wifi_provisioning -build esp-idf/main/CMakeFiles/__idf_main.dir/GxGDEW042Z15.cpp.obj: CXX_COMPILER____idf_main_ C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/main/GxGDEW042Z15.cpp || cmake_object_order_depends_target___idf_main - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\main\CMakeFiles\__idf_main.dir\GxGDEW042Z15.cpp.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/main -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/interface -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/app_trace/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/esp-idf/components/esp_psram/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/idf_test/include -IC:/Users/alex/esp/esp-idf/components/idf_test/include/esp32 -IC:/Users/alex/esp/esp-idf/components/ieee802154/include -IC:/Users/alex/esp/esp-idf/components/json/cJSON -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/esp-idf/components/perfmon/include -IC:/Users/alex/esp/esp-idf/components/spiffs/include -IC:/Users/alex/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 +build esp-idf/main/CMakeFiles/__idf_main.dir/GxGDEW042Z15.cpp.obj: CXX_COMPILER____idf_main_unscanned_ /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main/GxGDEW042Z15.cpp || cmake_object_order_depends_target___idf_main + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/main/CMakeFiles/__idf_main.dir/GxGDEW042Z15.cpp.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit + INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/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/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/interface -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/app_update/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/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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_security/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/esp_vfs_console/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_driver_isp/include -I/home/abobkov/esp/esp-idf/components/esp_driver_cam/include -I/home/abobkov/esp/esp-idf/components/esp_driver_cam/interface -I/home/abobkov/esp/esp-idf/components/esp_driver_jpeg/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ppa/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_https_server/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/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/rt/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 -build esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj: C_COMPILER____idf_main_ C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/main/blink_example_main.c || cmake_object_order_depends_target___idf_main - DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.1.2\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS - DEP_FILE = esp-idf\main\CMakeFiles\__idf_main.dir\blink_example_main.c.obj.d - FLAGS = -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration - INCLUDES = -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/main -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/interface -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/app_trace/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/esp-idf/components/esp_psram/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/idf_test/include -IC:/Users/alex/esp/esp-idf/components/idf_test/include/esp32 -IC:/Users/alex/esp/esp-idf/components/ieee802154/include -IC:/Users/alex/esp/esp-idf/components/json/cJSON -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/esp-idf/components/perfmon/include -IC:/Users/alex/esp/esp-idf/components/spiffs/include -IC:/Users/alex/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 +build esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj: C_COMPILER____idf_main_unscanned_ /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main/blink_example_main.c || cmake_object_order_depends_target___idf_main + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.4\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS + DEP_FILE = esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj.d + FLAGS = -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/ESP32-IDF_ePaper/build/config -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/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/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/interface -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/app_update/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/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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_security/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/esp_vfs_console/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_driver_isp/include -I/home/abobkov/esp/esp-idf/components/esp_driver_cam/include -I/home/abobkov/esp/esp-idf/components/esp_driver_cam/interface -I/home/abobkov/esp/esp-idf/components/esp_driver_jpeg/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ppa/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_https_server/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/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/rt/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 # ============================================================================= @@ -16779,25 +19712,24 @@ build esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj: C_COMPILE ############################################# -# Link the static library esp-idf\main\libmain.a +# Link the static library esp-idf/main/libmain.a -build esp-idf/main/libmain.a: C_STATIC_LIBRARY_LINKER____idf_main_ esp-idf/main/CMakeFiles/__idf_main.dir/GxGDEW042Z15.cpp.obj esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj || esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/perfmon/libperfmon.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/sdmmc/libsdmmc.a esp-idf/spiffs/libspiffs.a esp-idf/unity/libunity.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a esp-idf/xtensa/libxtensa.a - LANGUAGE_COMPILE_FLAGS = -mlongcalls -Wno-frame-address - OBJECT_DIR = esp-idf\main\CMakeFiles\__idf_main.dir - POST_BUILD = cd . - PRE_LINK = cd . - TARGET_COMPILE_PDB = esp-idf\main\CMakeFiles\__idf_main.dir\__idf_main.pdb - TARGET_FILE = esp-idf\main\libmain.a - TARGET_PDB = esp-idf\main\libmain.pdb +build esp-idf/main/libmain.a: C_STATIC_LIBRARY_LINKER____idf_main_ esp-idf/main/CMakeFiles/__idf_main.dir/GxGDEW042Z15.cpp.obj esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj || esp-idf/app_trace/libapp_trace.a esp-idf/cmock/libcmock.a esp-idf/console/libconsole.a esp-idf/esp_driver_cam/libesp_driver_cam.a esp-idf/esp_eth/libesp_eth.a esp-idf/esp_hid/libesp_hid.a esp-idf/esp_https_server/libesp_https_server.a esp-idf/esp_lcd/libesp_lcd.a esp-idf/esp_local_ctrl/libesp_local_ctrl.a esp-idf/espcoredump/libespcoredump.a esp-idf/espressif__led_strip/libespressif__led_strip.a esp-idf/fatfs/libfatfs.a esp-idf/json/libjson.a esp-idf/mqtt/libmqtt.a esp-idf/nvs_sec_provider/libnvs_sec_provider.a esp-idf/protobuf-c/libprotobuf-c.a esp-idf/protocomm/libprotocomm.a esp-idf/riscv/libriscv.a esp-idf/rt/librt.a esp-idf/spiffs/libspiffs.a esp-idf/unity/libunity.a esp-idf/wear_levelling/libwear_levelling.a esp-idf/wifi_provisioning/libwifi_provisioning.a + LANGUAGE_COMPILE_FLAGS = -march=rv32imc_zicsr_zifencei + OBJECT_DIR = esp-idf/main/CMakeFiles/__idf_main.dir + POST_BUILD = : + 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 ############################################# # Utility command for edit_cache build esp-idf/main/CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\main && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake-gui.exe -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" - DESC = Running CMake cache editor... - pool = console + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... restat = 1 build esp-idf/main/edit_cache: phony esp-idf/main/CMakeFiles/edit_cache.util @@ -16807,7 +19739,7 @@ build esp-idf/main/edit_cache: phony esp-idf/main/CMakeFiles/edit_cache.util # Utility command for rebuild_cache build esp-idf/main/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\main && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe --regenerate-during-build -SC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper -BC:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main && /usr/bin/cmake --regenerate-during-build -S/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper -B/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -16825,7 +19757,7 @@ build esp-idf/main/list_install_components: phony # Utility command for install build esp-idf/main/CMakeFiles/install.util: CUSTOM_COMMAND esp-idf/main/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\main && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -16837,7 +19769,7 @@ build esp-idf/main/install: phony esp-idf/main/CMakeFiles/install.util # Utility command for install/local build esp-idf/main/CMakeFiles/install/local.util: CUSTOM_COMMAND esp-idf/main/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\main && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -16849,7 +19781,7 @@ build esp-idf/main/install/local: phony esp-idf/main/CMakeFiles/install/local.ut # Utility command for install/strip build esp-idf/main/CMakeFiles/install/strip.util: CUSTOM_COMMAND esp-idf/main/all - COMMAND = cmd.exe /C "cd /D C:\Users\alex\github\ESP-Nodes\ESP32-IDF_ePaper\build\esp-idf\main && C:\Users\alex\.espressif\tools\cmake\3.24.0\bin\cmake.exe -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake" + COMMAND = cd /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -16881,10 +19813,38 @@ build __idf_esp_adc: phony esp-idf/esp_adc/libesp_adc.a build __idf_esp_app_format: phony esp-idf/esp_app_format/libesp_app_format.a +build __idf_esp_bootloader_format: phony esp-idf/esp_bootloader_format/libesp_bootloader_format.a + build __idf_esp_coex: phony esp-idf/esp_coex/libesp_coex.a build __idf_esp_common: phony esp-idf/esp_common/libesp_common.a +build __idf_esp_driver_cam: phony esp-idf/esp_driver_cam/libesp_driver_cam.a + +build __idf_esp_driver_gpio: phony esp-idf/esp_driver_gpio/libesp_driver_gpio.a + +build __idf_esp_driver_gptimer: phony esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a + +build __idf_esp_driver_i2c: phony esp-idf/esp_driver_i2c/libesp_driver_i2c.a + +build __idf_esp_driver_i2s: phony esp-idf/esp_driver_i2s/libesp_driver_i2s.a + +build __idf_esp_driver_ledc: phony esp-idf/esp_driver_ledc/libesp_driver_ledc.a + +build __idf_esp_driver_rmt: phony esp-idf/esp_driver_rmt/libesp_driver_rmt.a + +build __idf_esp_driver_sdm: phony esp-idf/esp_driver_sdm/libesp_driver_sdm.a + +build __idf_esp_driver_sdspi: phony esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a + +build __idf_esp_driver_spi: phony esp-idf/esp_driver_spi/libesp_driver_spi.a + +build __idf_esp_driver_tsens: phony esp-idf/esp_driver_tsens/libesp_driver_tsens.a + +build __idf_esp_driver_uart: phony esp-idf/esp_driver_uart/libesp_driver_uart.a + +build __idf_esp_driver_usb_serial_jtag: phony esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a + build __idf_esp_eth: phony esp-idf/esp_eth/libesp_eth.a build __idf_esp_event: phony esp-idf/esp_event/libesp_event.a @@ -16899,6 +19859,8 @@ build __idf_esp_http_server: phony esp-idf/esp_http_server/libesp_http_server.a build __idf_esp_https_ota: phony esp-idf/esp_https_ota/libesp_https_ota.a +build __idf_esp_https_server: phony esp-idf/esp_https_server/libesp_https_server.a + build __idf_esp_hw_support: phony esp-idf/esp_hw_support/libesp_hw_support.a build __idf_esp_lcd: phony esp-idf/esp_lcd/libesp_lcd.a @@ -16919,10 +19881,14 @@ build __idf_esp_ringbuf: phony esp-idf/esp_ringbuf/libesp_ringbuf.a build __idf_esp_rom: phony esp-idf/esp_rom/libesp_rom.a +build __idf_esp_security: phony esp-idf/esp_security/libesp_security.a + build __idf_esp_system: phony esp-idf/esp_system/libesp_system.a build __idf_esp_timer: phony esp-idf/esp_timer/libesp_timer.a +build __idf_esp_vfs_console: phony esp-idf/esp_vfs_console/libesp_vfs_console.a + build __idf_esp_wifi: phony esp-idf/esp_wifi/libesp_wifi.a build __idf_espcoredump: phony esp-idf/espcoredump/libespcoredump.a @@ -16955,7 +19921,7 @@ build __idf_newlib: phony esp-idf/newlib/libnewlib.a build __idf_nvs_flash: phony esp-idf/nvs_flash/libnvs_flash.a -build __idf_perfmon: phony esp-idf/perfmon/libperfmon.a +build __idf_nvs_sec_provider: phony esp-idf/nvs_sec_provider/libnvs_sec_provider.a build __idf_protobuf-c: phony esp-idf/protobuf-c/libprotobuf-c.a @@ -16963,6 +19929,10 @@ build __idf_protocomm: phony esp-idf/protocomm/libprotocomm.a build __idf_pthread: phony esp-idf/pthread/libpthread.a +build __idf_riscv: phony esp-idf/riscv/libriscv.a + +build __idf_rt: phony esp-idf/rt/librt.a + build __idf_sdmmc: phony esp-idf/sdmmc/libsdmmc.a build __idf_soc: phony esp-idf/soc/libsoc.a @@ -16983,8 +19953,6 @@ build __idf_wifi_provisioning: phony esp-idf/wifi_provisioning/libwifi_provision build __idf_wpa_supplicant: phony esp-idf/wpa_supplicant/libwpa_supplicant.a -build __idf_xtensa: phony esp-idf/xtensa/libxtensa.a - build __ldgen_output_sections.ld: phony esp-idf/esp_system/__ldgen_output_sections.ld build apidoc: phony esp-idf/mbedtls/mbedtls/apidoc @@ -17039,10 +20007,38 @@ build libesp_adc.a: phony esp-idf/esp_adc/libesp_adc.a build libesp_app_format.a: phony esp-idf/esp_app_format/libesp_app_format.a +build libesp_bootloader_format.a: phony esp-idf/esp_bootloader_format/libesp_bootloader_format.a + build libesp_coex.a: phony esp-idf/esp_coex/libesp_coex.a build libesp_common.a: phony esp-idf/esp_common/libesp_common.a +build libesp_driver_cam.a: phony esp-idf/esp_driver_cam/libesp_driver_cam.a + +build libesp_driver_gpio.a: phony esp-idf/esp_driver_gpio/libesp_driver_gpio.a + +build libesp_driver_gptimer.a: phony esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a + +build libesp_driver_i2c.a: phony esp-idf/esp_driver_i2c/libesp_driver_i2c.a + +build libesp_driver_i2s.a: phony esp-idf/esp_driver_i2s/libesp_driver_i2s.a + +build libesp_driver_ledc.a: phony esp-idf/esp_driver_ledc/libesp_driver_ledc.a + +build libesp_driver_rmt.a: phony esp-idf/esp_driver_rmt/libesp_driver_rmt.a + +build libesp_driver_sdm.a: phony esp-idf/esp_driver_sdm/libesp_driver_sdm.a + +build libesp_driver_sdspi.a: phony esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a + +build libesp_driver_spi.a: phony esp-idf/esp_driver_spi/libesp_driver_spi.a + +build libesp_driver_tsens.a: phony esp-idf/esp_driver_tsens/libesp_driver_tsens.a + +build libesp_driver_uart.a: phony esp-idf/esp_driver_uart/libesp_driver_uart.a + +build libesp_driver_usb_serial_jtag.a: phony esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a + build libesp_eth.a: phony esp-idf/esp_eth/libesp_eth.a build libesp_event.a: phony esp-idf/esp_event/libesp_event.a @@ -17057,6 +20053,8 @@ build libesp_http_server.a: phony esp-idf/esp_http_server/libesp_http_server.a build libesp_https_ota.a: phony esp-idf/esp_https_ota/libesp_https_ota.a +build libesp_https_server.a: phony esp-idf/esp_https_server/libesp_https_server.a + build libesp_hw_support.a: phony esp-idf/esp_hw_support/libesp_hw_support.a build libesp_lcd.a: phony esp-idf/esp_lcd/libesp_lcd.a @@ -17077,10 +20075,14 @@ build libesp_ringbuf.a: phony esp-idf/esp_ringbuf/libesp_ringbuf.a build libesp_rom.a: phony esp-idf/esp_rom/libesp_rom.a +build libesp_security.a: phony esp-idf/esp_security/libesp_security.a + build libesp_system.a: phony esp-idf/esp_system/libesp_system.a build libesp_timer.a: phony esp-idf/esp_timer/libesp_timer.a +build libesp_vfs_console.a: phony esp-idf/esp_vfs_console/libesp_vfs_console.a + build libesp_wifi.a: phony esp-idf/esp_wifi/libesp_wifi.a build libespcoredump.a: phony esp-idf/espcoredump/libespcoredump.a @@ -17119,9 +20121,9 @@ build libnewlib.a: phony esp-idf/newlib/libnewlib.a build libnvs_flash.a: phony esp-idf/nvs_flash/libnvs_flash.a -build libp256m.a: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a +build libnvs_sec_provider.a: phony esp-idf/nvs_sec_provider/libnvs_sec_provider.a -build libperfmon.a: phony esp-idf/perfmon/libperfmon.a +build libp256m.a: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a build libprotobuf-c.a: phony esp-idf/protobuf-c/libprotobuf-c.a @@ -17129,6 +20131,10 @@ build libprotocomm.a: phony esp-idf/protocomm/libprotocomm.a build libpthread.a: phony esp-idf/pthread/libpthread.a +build libriscv.a: phony esp-idf/riscv/libriscv.a + +build librt.a: phony esp-idf/rt/librt.a + build libsdmmc.a: phony esp-idf/sdmmc/libsdmmc.a build libsoc.a: phony esp-idf/soc/libsoc.a @@ -17149,15 +20155,13 @@ build libwifi_provisioning.a: phony esp-idf/wifi_provisioning/libwifi_provisioni build libwpa_supplicant.a: phony esp-idf/wpa_supplicant/libwpa_supplicant.a -build libxtensa.a: phony esp-idf/xtensa/libxtensa.a - build mbedcrypto: phony esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a build mbedtls: phony esp-idf/mbedtls/mbedtls/library/libmbedtls.a build mbedx509: phony esp-idf/mbedtls/mbedtls/library/libmbedx509.a -build memory_ld: phony esp-idf/esp_system/memory_ld +build memory.ld: phony esp-idf/esp_system/memory.ld build p256m: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a @@ -17171,6 +20175,8 @@ build partition_table-flash: phony esp-idf/partition_table/partition_table-flash build partition_table_bin: phony esp-idf/partition_table/partition_table_bin +build sections.ld.in: phony esp-idf/esp_system/sections.ld.in + build show-efuse-table: phony esp-idf/efuse/show-efuse-table build show_efuse_table: phony esp-idf/efuse/show_efuse_table @@ -17181,612 +20187,822 @@ build show_efuse_table: phony esp-idf/efuse/show_efuse_table # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build build all: phony bootloader app ESP32-IDF_ePaper.elf esp-idf/all # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf -build esp-idf/all: phony esp-idf/xtensa/all esp-idf/esp_ringbuf/all esp-idf/efuse/all esp-idf/driver/all esp-idf/esp_pm/all esp-idf/mbedtls/all esp-idf/esp_app_format/all esp-idf/bootloader_support/all esp-idf/bootloader/all esp-idf/esptool_py/all esp-idf/partition_table/all esp-idf/esp_partition/all esp-idf/app_update/all esp-idf/esp_mm/all esp-idf/spi_flash/all esp-idf/pthread/all esp-idf/esp_system/all esp-idf/esp_rom/all esp-idf/hal/all esp-idf/log/all esp-idf/heap/all esp-idf/soc/all esp-idf/esp_hw_support/all esp-idf/freertos/all esp-idf/newlib/all esp-idf/cxx/all esp-idf/esp_common/all esp-idf/esp_timer/all esp-idf/app_trace/all esp-idf/esp_event/all esp-idf/nvs_flash/all esp-idf/esp_phy/all esp-idf/vfs/all esp-idf/lwip/all esp-idf/esp_netif_stack/all esp-idf/esp_netif/all esp-idf/wpa_supplicant/all esp-idf/esp_coex/all esp-idf/esp_wifi/all esp-idf/bt/all esp-idf/unity/all esp-idf/cmock/all esp-idf/console/all esp-idf/http_parser/all esp-idf/esp-tls/all esp-idf/esp_adc/all esp-idf/esp_eth/all esp-idf/esp_gdbstub/all esp-idf/esp_hid/all esp-idf/tcp_transport/all esp-idf/esp_http_client/all esp-idf/esp_http_server/all esp-idf/esp_https_ota/all esp-idf/esp_https_server/all esp-idf/esp_psram/all esp-idf/esp_lcd/all esp-idf/protobuf-c/all esp-idf/protocomm/all esp-idf/esp_local_ctrl/all esp-idf/espcoredump/all esp-idf/wear_levelling/all esp-idf/sdmmc/all esp-idf/fatfs/all esp-idf/idf_test/all esp-idf/ieee802154/all esp-idf/json/all esp-idf/mqtt/all esp-idf/openthread/all esp-idf/perfmon/all esp-idf/spiffs/all esp-idf/ulp/all esp-idf/usb/all esp-idf/wifi_provisioning/all esp-idf/espressif__led_strip/all esp-idf/main/all +build esp-idf/all: phony esp-idf/riscv/all esp-idf/esp_driver_gpio/all esp-idf/esp_pm/all esp-idf/mbedtls/all esp-idf/bootloader/all esp-idf/esptool_py/all esp-idf/partition_table/all esp-idf/esp_app_format/all esp-idf/esp_bootloader_format/all esp-idf/app_update/all esp-idf/esp_partition/all esp-idf/efuse/all esp-idf/bootloader_support/all esp-idf/esp_mm/all esp-idf/spi_flash/all esp-idf/esp_system/all esp-idf/esp_common/all esp-idf/esp_rom/all esp-idf/hal/all esp-idf/log/all esp-idf/heap/all esp-idf/soc/all esp-idf/esp_security/all esp-idf/esp_hw_support/all esp-idf/freertos/all esp-idf/newlib/all esp-idf/pthread/all esp-idf/cxx/all esp-idf/esp_timer/all esp-idf/esp_driver_gptimer/all esp-idf/esp_ringbuf/all esp-idf/esp_driver_uart/all esp-idf/app_trace/all esp-idf/esp_event/all esp-idf/nvs_flash/all esp-idf/esp_driver_pcnt/all esp-idf/esp_driver_spi/all esp-idf/esp_driver_mcpwm/all esp-idf/esp_driver_ana_cmpr/all esp-idf/esp_driver_i2s/all esp-idf/sdmmc/all esp-idf/esp_driver_sdmmc/all esp-idf/esp_driver_sdspi/all esp-idf/esp_driver_sdio/all esp-idf/esp_driver_dac/all esp-idf/esp_driver_rmt/all esp-idf/esp_driver_tsens/all esp-idf/esp_driver_sdm/all esp-idf/esp_driver_i2c/all esp-idf/esp_driver_ledc/all esp-idf/esp_driver_parlio/all esp-idf/esp_driver_usb_serial_jtag/all esp-idf/driver/all esp-idf/esp_phy/all esp-idf/esp_vfs_console/all esp-idf/vfs/all esp-idf/lwip/all esp-idf/esp_netif_stack/all esp-idf/esp_netif/all esp-idf/wpa_supplicant/all esp-idf/esp_coex/all esp-idf/esp_wifi/all esp-idf/bt/all esp-idf/unity/all esp-idf/cmock/all esp-idf/console/all esp-idf/http_parser/all esp-idf/esp-tls/all esp-idf/esp_adc/all esp-idf/esp_driver_isp/all esp-idf/esp_driver_cam/all esp-idf/esp_driver_jpeg/all esp-idf/esp_driver_ppa/all esp-idf/esp_driver_touch_sens/all esp-idf/esp_eth/all esp-idf/esp_gdbstub/all esp-idf/esp_hid/all esp-idf/tcp_transport/all esp-idf/esp_http_client/all esp-idf/esp_http_server/all esp-idf/esp_https_ota/all esp-idf/esp_https_server/all esp-idf/esp_psram/all esp-idf/esp_lcd/all esp-idf/protobuf-c/all esp-idf/protocomm/all esp-idf/esp_local_ctrl/all esp-idf/espcoredump/all esp-idf/wear_levelling/all esp-idf/fatfs/all esp-idf/idf_test/all esp-idf/ieee802154/all esp-idf/json/all esp-idf/mqtt/all esp-idf/nvs_sec_provider/all esp-idf/openthread/all esp-idf/rt/all esp-idf/spiffs/all esp-idf/ulp/all esp-idf/usb/all esp-idf/wifi_provisioning/all esp-idf/espressif__led_strip/all esp-idf/main/all # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace build esp-idf/app_trace/all: phony esp-idf/app_trace/libapp_trace.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update build esp-idf/app_update/all: phony esp-idf/app_update/libapp_update.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader build esp-idf/bootloader/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support build esp-idf/bootloader_support/all: phony esp-idf/bootloader_support/libbootloader_support.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt build esp-idf/bt/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock build esp-idf/cmock/all: phony esp-idf/cmock/libcmock.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console build esp-idf/console/all: phony esp-idf/console/libconsole.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx build esp-idf/cxx/all: phony esp-idf/cxx/libcxx.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver build esp-idf/driver/all: phony esp-idf/driver/libdriver.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse build esp-idf/efuse/all: phony esp-idf/efuse/libefuse.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls build esp-idf/esp-tls/all: phony esp-idf/esp-tls/libesp-tls.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc build esp-idf/esp_adc/all: phony esp-idf/esp_adc/libesp_adc.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format build esp-idf/esp_app_format/all: phony esp-idf/esp_app_format/libesp_app_format.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format + +build esp-idf/esp_bootloader_format/all: phony esp-idf/esp_bootloader_format/libesp_bootloader_format.a + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex build esp-idf/esp_coex/all: phony esp-idf/esp_coex/libesp_coex.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common build esp-idf/esp_common/all: phony esp-idf/esp_common/libesp_common.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ana_cmpr + +build esp-idf/esp_driver_ana_cmpr/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam + +build esp-idf/esp_driver_cam/all: phony esp-idf/esp_driver_cam/libesp_driver_cam.a + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_dac + +build esp-idf/esp_driver_dac/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio + +build esp-idf/esp_driver_gpio/all: phony esp-idf/esp_driver_gpio/libesp_driver_gpio.a + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer + +build esp-idf/esp_driver_gptimer/all: phony esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c + +build esp-idf/esp_driver_i2c/all: phony esp-idf/esp_driver_i2c/libesp_driver_i2c.a + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s + +build esp-idf/esp_driver_i2s/all: phony esp-idf/esp_driver_i2s/libesp_driver_i2s.a + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_isp + +build esp-idf/esp_driver_isp/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_jpeg + +build esp-idf/esp_driver_jpeg/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc + +build esp-idf/esp_driver_ledc/all: phony esp-idf/esp_driver_ledc/libesp_driver_ledc.a + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_mcpwm + +build esp-idf/esp_driver_mcpwm/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_parlio + +build esp-idf/esp_driver_parlio/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_pcnt + +build esp-idf/esp_driver_pcnt/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ppa + +build esp-idf/esp_driver_ppa/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt + +build esp-idf/esp_driver_rmt/all: phony esp-idf/esp_driver_rmt/libesp_driver_rmt.a + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdio + +build esp-idf/esp_driver_sdio/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm + +build esp-idf/esp_driver_sdm/all: phony esp-idf/esp_driver_sdm/libesp_driver_sdm.a + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdmmc + +build esp-idf/esp_driver_sdmmc/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi + +build esp-idf/esp_driver_sdspi/all: phony esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi + +build esp-idf/esp_driver_spi/all: phony esp-idf/esp_driver_spi/libesp_driver_spi.a + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_touch_sens + +build esp-idf/esp_driver_touch_sens/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens + +build esp-idf/esp_driver_tsens/all: phony esp-idf/esp_driver_tsens/libesp_driver_tsens.a + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart + +build esp-idf/esp_driver_uart/all: phony esp-idf/esp_driver_uart/libesp_driver_uart.a + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag + +build esp-idf/esp_driver_usb_serial_jtag/all: phony esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth build esp-idf/esp_eth/all: phony esp-idf/esp_eth/libesp_eth.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event build esp-idf/esp_event/all: phony esp-idf/esp_event/libesp_event.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub build esp-idf/esp_gdbstub/all: phony esp-idf/esp_gdbstub/libesp_gdbstub.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid build esp-idf/esp_hid/all: phony esp-idf/esp_hid/libesp_hid.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client build esp-idf/esp_http_client/all: phony esp-idf/esp_http_client/libesp_http_client.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server build esp-idf/esp_http_server/all: phony esp-idf/esp_http_server/libesp_http_server.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota build esp-idf/esp_https_ota/all: phony esp-idf/esp_https_ota/libesp_https_ota.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server -build esp-idf/esp_https_server/all: phony +build esp-idf/esp_https_server/all: phony esp-idf/esp_https_server/libesp_https_server.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support -build esp-idf/esp_hw_support/all: phony esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_hw_support/port/esp32/all +build esp-idf/esp_hw_support/all: phony esp-idf/esp_hw_support/libesp_hw_support.a esp-idf/esp_hw_support/port/esp32c3/all esp-idf/esp_hw_support/lowpower/all # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32 +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/lowpower -build esp-idf/esp_hw_support/port/esp32/all: phony +build esp-idf/esp_hw_support/lowpower/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32c3 + +build esp-idf/esp_hw_support/port/esp32c3/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd build esp-idf/esp_lcd/all: phony esp-idf/esp_lcd/libesp_lcd.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl build esp-idf/esp_local_ctrl/all: phony esp-idf/esp_local_ctrl/libesp_local_ctrl.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm build esp-idf/esp_mm/all: phony esp-idf/esp_mm/libesp_mm.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif build esp-idf/esp_netif/all: phony esp-idf/esp_netif/libesp_netif.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack build esp-idf/esp_netif_stack/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition build esp-idf/esp_partition/all: phony esp-idf/esp_partition/libesp_partition.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy build esp-idf/esp_phy/all: phony esp-idf/esp_phy/libesp_phy.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm build esp-idf/esp_pm/all: phony esp-idf/esp_pm/libesp_pm.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram build esp-idf/esp_psram/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf build esp-idf/esp_ringbuf/all: phony esp-idf/esp_ringbuf/libesp_ringbuf.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom build esp-idf/esp_rom/all: phony esp-idf/esp_rom/libesp_rom.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_security + +build esp-idf/esp_security/all: phony esp-idf/esp_security/libesp_security.a + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system build esp-idf/esp_system/all: phony esp-idf/esp_system/libesp_system.a esp-idf/esp_system/port/all # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port -build esp-idf/esp_system/port/all: phony esp-idf/esp_system/port/soc/esp32/all +build esp-idf/esp_system/port/all: phony esp-idf/esp_system/port/soc/esp32c3/all # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32 +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32c3 -build esp-idf/esp_system/port/soc/esp32/all: phony +build esp-idf/esp_system/port/soc/esp32c3/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer build esp-idf/esp_timer/all: phony esp-idf/esp_timer/libesp_timer.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console + +build esp-idf/esp_vfs_console/all: phony esp-idf/esp_vfs_console/libesp_vfs_console.a + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi build esp-idf/esp_wifi/all: phony esp-idf/esp_wifi/libesp_wifi.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump build esp-idf/espcoredump/all: phony esp-idf/espcoredump/libespcoredump.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip build esp-idf/espressif__led_strip/all: phony esp-idf/espressif__led_strip/libespressif__led_strip.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py build esp-idf/esptool_py/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs build esp-idf/fatfs/all: phony esp-idf/fatfs/libfatfs.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos build esp-idf/freertos/all: phony esp-idf/freertos/libfreertos.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal build esp-idf/hal/all: phony esp-idf/hal/libhal.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap build esp-idf/heap/all: phony esp-idf/heap/libheap.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser build esp-idf/http_parser/all: phony esp-idf/http_parser/libhttp_parser.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test build esp-idf/idf_test/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154 +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154 build esp-idf/ieee802154/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json build esp-idf/json/all: phony esp-idf/json/libjson.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log build esp-idf/log/all: phony esp-idf/log/liblog.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip build esp-idf/lwip/all: phony esp-idf/lwip/liblwip.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main build esp-idf/main/all: phony esp-idf/main/libmain.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls build esp-idf/mbedtls/all: phony esp-idf/mbedtls/libmbedtls.a esp-idf/mbedtls/mbedtls/all # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls -build esp-idf/mbedtls/mbedtls/all: phony esp-idf/mbedtls/mbedtls/include/all esp-idf/mbedtls/mbedtls/3rdparty/all esp-idf/mbedtls/mbedtls/library/all +build esp-idf/mbedtls/mbedtls/all: phony esp-idf/mbedtls/mbedtls/include/all esp-idf/mbedtls/mbedtls/3rdparty/all esp-idf/mbedtls/mbedtls/library/all esp-idf/mbedtls/mbedtls/pkgconfig/all # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty build esp-idf/mbedtls/mbedtls/3rdparty/all: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/all esp-idf/mbedtls/mbedtls/3rdparty/p256-m/all # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest build esp-idf/mbedtls/mbedtls/3rdparty/everest/all: phony esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/all: phony esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include build esp-idf/mbedtls/mbedtls/include/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library build esp-idf/mbedtls/mbedtls/library/all: phony esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a esp-idf/mbedtls/mbedtls/library/libmbedx509.a esp-idf/mbedtls/mbedtls/library/libmbedtls.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/pkgconfig + +build esp-idf/mbedtls/mbedtls/pkgconfig/all: phony + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt build esp-idf/mqtt/all: phony esp-idf/mqtt/libmqtt.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib build esp-idf/newlib/all: phony esp-idf/newlib/libnewlib.a esp-idf/newlib/port/all # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port build esp-idf/newlib/port/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash build esp-idf/nvs_flash/all: phony esp-idf/nvs_flash/libnvs_flash.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider + +build esp-idf/nvs_sec_provider/all: phony esp-idf/nvs_sec_provider/libnvs_sec_provider.a + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread build esp-idf/openthread/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table build esp-idf/partition_table/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/perfmon - -build esp-idf/perfmon/all: phony esp-idf/perfmon/libperfmon.a - -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c build esp-idf/protobuf-c/all: phony esp-idf/protobuf-c/libprotobuf-c.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm build esp-idf/protocomm/all: phony esp-idf/protocomm/libprotocomm.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread build esp-idf/pthread/all: phony esp-idf/pthread/libpthread.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/riscv + +build esp-idf/riscv/all: phony esp-idf/riscv/libriscv.a + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/rt + +build esp-idf/rt/all: phony esp-idf/rt/librt.a + +# ============================================================================= + +############################################# +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc build esp-idf/sdmmc/all: phony esp-idf/sdmmc/libsdmmc.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc build esp-idf/soc/all: phony esp-idf/soc/libsoc.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash build esp-idf/spi_flash/all: phony esp-idf/spi_flash/libspi_flash.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs build esp-idf/spiffs/all: phony esp-idf/spiffs/libspiffs.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport build esp-idf/tcp_transport/all: phony esp-idf/tcp_transport/libtcp_transport.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp build esp-idf/ulp/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity build esp-idf/unity/all: phony esp-idf/unity/libunity.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb build esp-idf/usb/all: phony # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs build esp-idf/vfs/all: phony esp-idf/vfs/libvfs.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling build esp-idf/wear_levelling/all: phony esp-idf/wear_levelling/libwear_levelling.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning build esp-idf/wifi_provisioning/all: phony esp-idf/wifi_provisioning/libwifi_provisioning.a # ============================================================================= ############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant +# Folder: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant build esp-idf/wpa_supplicant/all: phony esp-idf/wpa_supplicant/libwpa_supplicant.a -# ============================================================================= - -############################################# -# Folder: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/xtensa - -build esp-idf/xtensa/all: phony esp-idf/xtensa/libxtensa.a - # ============================================================================= # Built-in targets @@ -17794,14 +21010,14 @@ build esp-idf/xtensa/all: phony esp-idf/xtensa/libxtensa.a ############################################# # Re-run CMake if any of its inputs changed. -build build.ninja: RERUN_CMAKE | C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeASMCompiler.cmake.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeASMInformation.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCCompiler.cmake.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCCompilerABI.c C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCInformation.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXCompiler.cmake.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXCompilerABI.cpp C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXInformation.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCommonLanguageInclude.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineASMCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCompileFeatures.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCompilerABI.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeGenericSystem.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeInitializeConfigs.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeLanguageInformation.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeNinjaFindMake.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakePackageConfigHelpers.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeParseImplicitIncludeInfo.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeParseImplicitLinkInfo.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeParseLibraryArchitecture.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeSystem.cmake.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeSystemSpecificInformation.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeSystemSpecificInitialize.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeTestASMCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeTestCCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeTestCXXCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeTestCompilerCommon.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckCCompilerFlag.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckCSourceCompiles.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckCXXCompilerFlag.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckCXXSourceCompiles.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckIncludeFile.c.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckIncludeFile.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckIncludeFileCXX.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckTypeSize.c.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckTypeSize.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/ADSP-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/ARMCC-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Borland-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Bruce-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompilerInternal.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Compaq-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Cray-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Embarcadero-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Fujitsu-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GHS-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-ASM.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-C.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-CXX.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-FindBinUtils.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/HP-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/HP-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IAR-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/LCC-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/MSVC-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/NVHPC-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/PGI-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/PathScale-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/SCO-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/SDCC-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/SunPro-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/TI-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Watcom-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/XL-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/XL-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/XLClang-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/zOS-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/ExternalProject.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/ExternalProject/RepositoryInfo.txt.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/ExternalProject/cfgcmd.txt.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/ExternalProject/mkdirs.cmake.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/FindGit.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/FindPackageMessage.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/FindPython3.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/FindPython/Support.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/GNUInstallDirs.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Internal/CheckCompilerFlag.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Internal/CheckFlagCommonConfig.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Internal/CheckSourceCompiles.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Internal/FeatureTesting.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Platform/Generic.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/WriteBasicConfigVersionFile.cmake C$:/Users/alex/esp/esp-idf/.git/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/esp_coex/lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/esp_phy/lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/heap/tlsf/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/ieee802154/lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/json/cJSON/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/openthread/lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/openthread/openthread/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/unity/unity/HEAD C$:/Users/alex/esp/esp-idf/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/app_trace/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/app_trace/project_include.cmake C$:/Users/alex/esp/esp-idf/components/app_update/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/bootloader/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/bootloader/project_include.cmake C$:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git C$:/Users/alex/esp/esp-idf/components/bootloader_support/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/bt/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/bt/controller/lib_esp32/.git C$:/Users/alex/esp/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git C$:/Users/alex/esp/esp-idf/components/bt/controller/lib_esp32c3_family/.git C$:/Users/alex/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git C$:/Users/alex/esp/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git C$:/Users/alex/esp/esp-idf/components/bt/host/nimble/nimble/.git C$:/Users/alex/esp/esp-idf/components/cmock/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/cmock/CMock/.git C$:/Users/alex/esp/esp-idf/components/console/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/cxx/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/driver/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/efuse/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/efuse/esp32/sources.cmake C$:/Users/alex/esp/esp-idf/components/esp-tls/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_adc/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_app_format/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_coex/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_coex/lib/.git C$:/Users/alex/esp/esp-idf/components/esp_common/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_common/project_include.cmake C$:/Users/alex/esp/esp-idf/components/esp_eth/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_event/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_gdbstub/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_hid/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_http_client/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_http_server/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_https_ota/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_https_server/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_hw_support/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_lcd/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_local_ctrl/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_mm/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_netif/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_netif_stack/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_partition/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_phy/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_phy/lib/.git C$:/Users/alex/esp/esp-idf/components/esp_pm/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_psram/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_psram/project_include.cmake C$:/Users/alex/esp/esp-idf/components/esp_ringbuf/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_rom/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_system/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_system/ld/ld.cmake C$:/Users/alex/esp/esp-idf/components/esp_system/port/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_timer/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_wifi/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/.git C$:/Users/alex/esp/esp-idf/components/espcoredump/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esptool_py/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esptool_py/espefuse.cmake C$:/Users/alex/esp/esp-idf/components/esptool_py/project_include.cmake C$:/Users/alex/esp/esp-idf/components/fatfs/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/fatfs/project_include.cmake C$:/Users/alex/esp/esp-idf/components/freertos/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/hal/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/heap/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/heap/tlsf/.git C$:/Users/alex/esp/esp-idf/components/http_parser/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/idf_test/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/ieee802154/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/ieee802154/lib/.git C$:/Users/alex/esp/esp-idf/components/json/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/json/cJSON/.git C$:/Users/alex/esp/esp-idf/components/log/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/lwip/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/lwip/lwip/.git C$:/Users/alex/esp/esp-idf/components/mbedtls/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/.git C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/error.c C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/version_features.c C$:/Users/alex/esp/esp-idf/components/mqtt/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/.git C$:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/newlib/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/newlib/port/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/nvs_flash/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/openthread/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/openthread/lib/.git C$:/Users/alex/esp/esp-idf/components/openthread/openthread/.git C$:/Users/alex/esp/esp-idf/components/partition_table/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/partition_table/partitions_singleapp.csv C$:/Users/alex/esp/esp-idf/components/partition_table/project_include.cmake C$:/Users/alex/esp/esp-idf/components/perfmon/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/protobuf-c/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c/.git C$:/Users/alex/esp/esp-idf/components/protocomm/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/pthread/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/sdmmc/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/soc/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/spi_flash/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/spiffs/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/spiffs/project_include.cmake C$:/Users/alex/esp/esp-idf/components/spiffs/spiffs/.git C$:/Users/alex/esp/esp-idf/components/tcp_transport/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/ulp/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/ulp/project_include.cmake C$:/Users/alex/esp/esp-idf/components/unity/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/unity/unity/.git C$:/Users/alex/esp/esp-idf/components/usb/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/vfs/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/wear_levelling/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/wifi_provisioning/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/wpa_supplicant/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/xtensa/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/xtensa/project_include.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/build.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/component.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/depgraph.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/dfu.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/git_submodules.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/idf.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/kconfig.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/ldgen.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/project.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/project_description.json.in C$:/Users/alex/esp/esp-idf/tools/cmake/targets.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in C$:/Users/alex/esp/esp-idf/tools/cmake/tool_version_check.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/toolchain-esp32.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/uf2.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/utilities.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/version.cmake C$:/Users/alex/esp/esp-idf/tools/kconfig_new/confgen.py C$:/Users/alex/esp/esp-idf/tools/kconfig_new/config.env.in C$:/Users/alex/github/ESP-Nodes/.git/HEAD C$:/Users/alex/github/ESP-Nodes/.git/refs/heads/main C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/CMakeLists.txt C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/main/CMakeLists.txt C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/main/idf_component.yml C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/CMakeLists.txt C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/idf_component.yml C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig CMakeCache.txt CMakeFiles/3.24.0/CMakeASMCompiler.cmake CMakeFiles/3.24.0/CMakeCCompiler.cmake CMakeFiles/3.24.0/CMakeCXXCompiler.cmake CMakeFiles/3.24.0/CMakeSystem.cmake CMakeFiles/CheckTypeSize/TIME_T_SIZE.c 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/ESP32-IDF_ePaper/CMakeLists.txt /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main/CMakeLists.txt /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main/idf_component.yml /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/CMakeLists.txt /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/idf_component.yml /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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_esp32c5/esp32c5-bt-lib/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_esp32c5/esp32c5-bt-lib/.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_driver_ana_cmpr/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_cam/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_dac/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_gpio/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_gptimer/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_i2c/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_i2s/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_isp/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_jpeg/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_ledc/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_parlio/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_pcnt/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_ppa/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_rmt/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_sdio/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_sdm/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_sdspi/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_spi/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_touch_sens/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_tsens/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_uart/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/CMakeLists.txt /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/lowpower/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_security/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_vfs_console/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/newlib/project_include.cmake /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/rt/CMakeLists.txt /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/prefix_map.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/CMakePrintHelpers.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/CheckLibraryExists.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 pool = console ############################################# # A missing CMake input file is not an error. -build C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeASMCompiler.cmake.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeASMInformation.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCCompiler.cmake.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCCompilerABI.c C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCInformation.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXCompiler.cmake.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXCompilerABI.cpp C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCXXInformation.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCommonLanguageInclude.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineASMCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCompileFeatures.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCompilerABI.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeGenericSystem.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeInitializeConfigs.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeLanguageInformation.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeNinjaFindMake.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakePackageConfigHelpers.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeParseImplicitIncludeInfo.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeParseImplicitLinkInfo.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeParseLibraryArchitecture.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeSystem.cmake.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeSystemSpecificInformation.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeSystemSpecificInitialize.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeTestASMCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeTestCCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeTestCXXCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CMakeTestCompilerCommon.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckCCompilerFlag.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckCSourceCompiles.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckCXXCompilerFlag.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckCXXSourceCompiles.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckIncludeFile.c.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckIncludeFile.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckIncludeFileCXX.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckTypeSize.c.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/CheckTypeSize.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/ADSP-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/ARMCC-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Borland-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Bruce-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/CMakeCommonCompilerMacros.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompilerInternal.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Compaq-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Cray-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Embarcadero-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Fujitsu-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GHS-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-ASM.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-C.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-CXX.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU-FindBinUtils.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/GNU.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/HP-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/HP-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IAR-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/LCC-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/MSVC-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/NVHPC-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/PGI-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/PathScale-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/SCO-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/SDCC-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/SunPro-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/TI-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/Watcom-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/XL-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/XL-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/XLClang-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/zOS-C-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/ExternalProject.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/ExternalProject/RepositoryInfo.txt.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/ExternalProject/cfgcmd.txt.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/ExternalProject/mkdirs.cmake.in C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/FindGit.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/FindPackageMessage.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/FindPython3.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/FindPython/Support.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/GNUInstallDirs.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Internal/CheckCompilerFlag.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Internal/CheckFlagCommonConfig.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Internal/CheckSourceCompiles.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Internal/FeatureTesting.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/Platform/Generic.cmake C$:/Users/alex/.espressif/tools/cmake/3.24.0/share/cmake-3.24/Modules/WriteBasicConfigVersionFile.cmake C$:/Users/alex/esp/esp-idf/.git/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/esp_coex/lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/esp_phy/lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/heap/tlsf/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/ieee802154/lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/json/cJSON/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/openthread/lib/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/openthread/openthread/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD C$:/Users/alex/esp/esp-idf/.git/modules/components/unity/unity/HEAD C$:/Users/alex/esp/esp-idf/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/app_trace/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/app_trace/project_include.cmake C$:/Users/alex/esp/esp-idf/components/app_update/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/bootloader/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/bootloader/project_include.cmake C$:/Users/alex/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git C$:/Users/alex/esp/esp-idf/components/bootloader_support/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/bt/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/bt/controller/lib_esp32/.git C$:/Users/alex/esp/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git C$:/Users/alex/esp/esp-idf/components/bt/controller/lib_esp32c3_family/.git C$:/Users/alex/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git C$:/Users/alex/esp/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git C$:/Users/alex/esp/esp-idf/components/bt/host/nimble/nimble/.git C$:/Users/alex/esp/esp-idf/components/cmock/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/cmock/CMock/.git C$:/Users/alex/esp/esp-idf/components/console/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/cxx/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/driver/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/efuse/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/efuse/esp32/sources.cmake C$:/Users/alex/esp/esp-idf/components/esp-tls/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_adc/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_app_format/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_coex/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_coex/lib/.git C$:/Users/alex/esp/esp-idf/components/esp_common/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_common/project_include.cmake C$:/Users/alex/esp/esp-idf/components/esp_eth/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_event/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_gdbstub/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_hid/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_http_client/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_http_server/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_https_ota/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_https_server/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_hw_support/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_lcd/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_local_ctrl/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_mm/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_netif/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_netif_stack/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_partition/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_phy/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_phy/lib/.git C$:/Users/alex/esp/esp-idf/components/esp_pm/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_psram/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_psram/project_include.cmake C$:/Users/alex/esp/esp-idf/components/esp_ringbuf/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_rom/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_system/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_system/ld/ld.cmake C$:/Users/alex/esp/esp-idf/components/esp_system/port/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_timer/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_wifi/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esp_wifi/lib/.git C$:/Users/alex/esp/esp-idf/components/espcoredump/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esptool_py/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/esptool_py/espefuse.cmake C$:/Users/alex/esp/esp-idf/components/esptool_py/project_include.cmake C$:/Users/alex/esp/esp-idf/components/fatfs/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/fatfs/project_include.cmake C$:/Users/alex/esp/esp-idf/components/freertos/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/hal/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/heap/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/heap/tlsf/.git C$:/Users/alex/esp/esp-idf/components/http_parser/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/idf_test/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/ieee802154/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/ieee802154/lib/.git C$:/Users/alex/esp/esp-idf/components/json/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/json/cJSON/.git C$:/Users/alex/esp/esp-idf/components/log/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/lwip/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/lwip/lwip/.git C$:/Users/alex/esp/esp-idf/components/mbedtls/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/.git C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/error.c C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c C$:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library/version_features.c C$:/Users/alex/esp/esp-idf/components/mqtt/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/.git C$:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/newlib/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/newlib/port/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/nvs_flash/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/openthread/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/openthread/lib/.git C$:/Users/alex/esp/esp-idf/components/openthread/openthread/.git C$:/Users/alex/esp/esp-idf/components/partition_table/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/partition_table/partitions_singleapp.csv C$:/Users/alex/esp/esp-idf/components/partition_table/project_include.cmake C$:/Users/alex/esp/esp-idf/components/perfmon/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/protobuf-c/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c/.git C$:/Users/alex/esp/esp-idf/components/protocomm/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/pthread/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/sdmmc/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/soc/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/spi_flash/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/spiffs/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/spiffs/project_include.cmake C$:/Users/alex/esp/esp-idf/components/spiffs/spiffs/.git C$:/Users/alex/esp/esp-idf/components/tcp_transport/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/ulp/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/ulp/project_include.cmake C$:/Users/alex/esp/esp-idf/components/unity/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/unity/unity/.git C$:/Users/alex/esp/esp-idf/components/usb/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/vfs/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/wear_levelling/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/wifi_provisioning/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/wpa_supplicant/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/xtensa/CMakeLists.txt C$:/Users/alex/esp/esp-idf/components/xtensa/project_include.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/build.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/component.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/depgraph.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/dfu.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/git_submodules.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/idf.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/kconfig.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/ldgen.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/project.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/project_description.json.in C$:/Users/alex/esp/esp-idf/tools/cmake/targets.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in C$:/Users/alex/esp/esp-idf/tools/cmake/tool_version_check.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/toolchain-esp32.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/uf2.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/utilities.cmake C$:/Users/alex/esp/esp-idf/tools/cmake/version.cmake C$:/Users/alex/esp/esp-idf/tools/kconfig_new/confgen.py C$:/Users/alex/esp/esp-idf/tools/kconfig_new/config.env.in C$:/Users/alex/github/ESP-Nodes/.git/HEAD C$:/Users/alex/github/ESP-Nodes/.git/refs/heads/main C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/CMakeLists.txt C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/main/CMakeLists.txt C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/main/idf_component.yml C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/CMakeLists.txt C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/idf_component.yml C$:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig CMakeCache.txt CMakeFiles/3.24.0/CMakeASMCompiler.cmake CMakeFiles/3.24.0/CMakeCCompiler.cmake CMakeFiles/3.24.0/CMakeCXXCompiler.cmake CMakeFiles/3.24.0/CMakeSystem.cmake CMakeFiles/CheckTypeSize/TIME_T_SIZE.c 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/ESP32-IDF_ePaper/CMakeLists.txt /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main/CMakeLists.txt /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main/idf_component.yml /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/CMakeLists.txt /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/idf_component.yml /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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_esp32c5/esp32c5-bt-lib/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_esp32c5/esp32c5-bt-lib/.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_driver_ana_cmpr/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_cam/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_dac/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_gpio/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_gptimer/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_i2c/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_i2s/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_isp/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_jpeg/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_ledc/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_parlio/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_pcnt/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_ppa/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_rmt/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_sdio/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_sdm/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_sdspi/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_spi/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_touch_sens/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_tsens/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_uart/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/CMakeLists.txt /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/lowpower/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_security/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_vfs_console/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/newlib/project_include.cmake /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/rt/CMakeLists.txt /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/prefix_map.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/CMakePrintHelpers.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/CheckLibraryExists.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 ############################################# diff --git a/ESP32-IDF_ePaper/build/cmake_install.cmake b/ESP32-IDF_ePaper/build/cmake_install.cmake index 3be5f851a..52b469d06 100644 --- a/ESP32-IDF_ePaper/build/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper +# Install script for directory: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,23 +32,31 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmake_install.cmake") endif() if(CMAKE_INSTALL_COMPONENT) - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() else() set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") endif() -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/${CMAKE_INSTALL_MANIFEST}" + file(WRITE "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/${CMAKE_INSTALL_MANIFEST}" "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/ESP32-IDF_ePaper/build/compile_commands.json b/ESP32-IDF_ePaper/build/compile_commands.json index 1478eec00..23da09cc7 100644 --- a/ESP32-IDF_ePaper/build/compile_commands.json +++ b/ESP32-IDF_ePaper/build/compile_commands.json @@ -1,4107 +1,5180 @@ [ { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/app_trace/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/esp-idf/components/esp_psram/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/idf_test/include -IC:/Users/alex/esp/esp-idf/components/idf_test/include/esp32 -IC:/Users/alex/esp/esp-idf/components/ieee802154/include -IC:/Users/alex/esp/esp-idf/components/json/cJSON -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/esp-idf/components/perfmon/include -IC:/Users/alex/esp/esp-idf/components/spiffs/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/interface -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/main -mlongcalls -Wno-frame-address -fdiagnostics-color=always -o CMakeFiles\\ESP32-IDF_ePaper.elf.dir\\project_elf_src_esp32.c.obj -c C:\\Users\\alex\\github\\ESP-Nodes\\ESP32-IDF_ePaper\\build\\project_elf_src_esp32.c", - "file": "C:\\Users\\alex\\github\\ESP-Nodes\\ESP32-IDF_ePaper\\build\\project_elf_src_esp32.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/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_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/app_update/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/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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_security/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/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/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_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_vfs_console/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_driver_isp/include -I/home/abobkov/esp/esp-idf/components/esp_driver_cam/include -I/home/abobkov/esp/esp-idf/components/esp_driver_cam/interface -I/home/abobkov/esp/esp-idf/components/esp_driver_jpeg/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ppa/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_https_server/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/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/rt/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/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/interface -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -o CMakeFiles/ESP32-IDF_ePaper.elf.dir/project_elf_src_esp32c3.c.obj -c /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/project_elf_src_esp32c3.c", + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/project_elf_src_esp32c3.c", + "output": "CMakeFiles/ESP32-IDF_ePaper.elf.dir/project_elf_src_esp32c3.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\xtensa\\CMakeFiles\\__idf_xtensa.dir\\eri.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\xtensa\\eri.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\xtensa\\eri.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj -c /home/abobkov/esp/esp-idf/components/riscv/instruction_decode.c", + "file": "/home/abobkov/esp/esp-idf/components/riscv/instruction_decode.c", + "output": "esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\xtensa\\CMakeFiles\\__idf_xtensa.dir\\xt_trax.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\xtensa\\xt_trax.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\xtensa\\xt_trax.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj -c /home/abobkov/esp/esp-idf/components/riscv/interrupt.c", + "file": "/home/abobkov/esp/esp-idf/components/riscv/interrupt.c", + "output": "esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\xtensa\\CMakeFiles\\__idf_xtensa.dir\\xtensa_intr.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\xtensa\\xtensa_intr.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\xtensa\\xtensa_intr.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/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 -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj -c /home/abobkov/esp/esp-idf/components/riscv/vectors.S", + "file": "/home/abobkov/esp/esp-idf/components/riscv/vectors.S", + "output": "esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\xtensa\\CMakeFiles\\__idf_xtensa.dir\\xtensa_intr_asm.S.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\xtensa\\xtensa_intr_asm.S", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\xtensa\\xtensa_intr_asm.S" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/riscv/CMakeFiles/__idf_riscv.dir/interrupt_intc.c.obj -c /home/abobkov/esp/esp-idf/components/riscv/interrupt_intc.c", + "file": "/home/abobkov/esp/esp-idf/components/riscv/interrupt_intc.c", + "output": "esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_intc.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_ringbuf\\CMakeFiles\\__idf_esp_ringbuf.dir\\ringbuf.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_ringbuf\\ringbuf.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_ringbuf\\ringbuf.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/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 -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj -c /home/abobkov/esp/esp-idf/components/riscv/vectors_intc.S", + "file": "/home/abobkov/esp/esp-idf/components/riscv/vectors_intc.S", + "output": "esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32\\esp_efuse_table.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\esp32\\esp_efuse_table.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\esp32\\esp_efuse_table.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_gpio/src/gpio.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_gpio/src/gpio.c", + "output": "esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32\\esp_efuse_fields.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\esp32\\esp_efuse_fields.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\esp32\\esp_efuse_fields.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_gpio/src/gpio_glitch_filter_ops.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_gpio/src/gpio_glitch_filter_ops.c", + "output": "esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\esp32\\esp_efuse_utility.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\esp32\\esp_efuse_utility.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\esp32\\esp_efuse_utility.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_gpio/src/rtc_io.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_gpio/src/rtc_io.c", + "output": "esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_api.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\src\\esp_efuse_api.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\src\\esp_efuse_api.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_gpio/src/dedic_gpio.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_gpio/src/dedic_gpio.c", + "output": "esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_fields.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\src\\esp_efuse_fields.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\src\\esp_efuse_fields.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_gpio/src/gpio_pin_glitch_filter.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_gpio/src/gpio_pin_glitch_filter.c", + "output": "esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\esp_efuse_utility.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\src\\esp_efuse_utility.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\src\\esp_efuse_utility.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj -c /home/abobkov/esp/esp-idf/components/esp_pm/pm_locks.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_pm/pm_locks.c", + "output": "esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/efuse/private_include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\efuse\\CMakeFiles\\__idf_efuse.dir\\src\\efuse_controller\\keys\\without_key_purposes\\three_key_blocks\\esp_efuse_api_key.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\src\\efuse_controller\\keys\\without_key_purposes\\three_key_blocks\\esp_efuse_api_key.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\efuse\\src\\efuse_controller\\keys\\without_key_purposes\\three_key_blocks\\esp_efuse_api_key.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj -c /home/abobkov/esp/esp-idf/components/esp_pm/pm_trace.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_pm/pm_trace.c", + "output": "esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\gpio\\gpio.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\gpio\\gpio.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\gpio\\gpio.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj -c /home/abobkov/esp/esp-idf/components/esp_pm/pm_impl.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_pm/pm_impl.c", + "output": "esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\gpio\\gpio_glitch_filter_ops.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\gpio\\gpio_glitch_filter_ops.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\gpio\\gpio_glitch_filter_ops.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c", + "output": "esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\gpio\\rtc_io.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\gpio\\rtc_io.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\gpio\\rtc_io.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj -c /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/x509_crt_bundle.S", + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/x509_crt_bundle.S", + "output": "esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\spi_bus_lock.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\spi\\spi_bus_lock.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\spi\\spi_bus_lock.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -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/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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 -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/everest.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/everest.c", + "output": "esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\adc_legacy.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\adc_legacy.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\adc_legacy.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -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/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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 -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/x25519.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/x25519.c", + "output": "esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\adc_dma_legacy.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\adc_dma_legacy.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\adc_dma_legacy.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -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/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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 -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/Hacl_Curve25519_joined.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/Hacl_Curve25519_joined.c", + "output": "esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\dac\\dac_oneshot.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\dac\\dac_oneshot.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\dac\\dac_oneshot.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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 -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m_driver_entrypoints.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m_driver_entrypoints.c", + "output": "esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\dac\\dac_cosine.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\dac\\dac_cosine.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\dac\\dac_cosine.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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 -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m/p256-m.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m/p256-m.c", + "output": "esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\dac\\dac_continuous.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\dac\\dac_continuous.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\dac\\dac_continuous.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/aes.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/aes.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\dac\\dac_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\dac\\dac_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\dac\\dac_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/aesni.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/aesni.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\dac\\esp32\\dac_dma.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\dac\\esp32\\dac_dma.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\dac\\esp32\\dac_dma.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/aesce.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/aesce.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\dac_common_legacy.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\dac_common_legacy.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\dac_common_legacy.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/aria.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/aria.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\esp32\\dac_legacy.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\esp32\\dac_legacy.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\esp32\\dac_legacy.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/asn1parse.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/asn1parse.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\gptimer\\gptimer.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\gptimer\\gptimer.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\gptimer\\gptimer.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/asn1write.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/asn1write.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\gptimer\\gptimer_priv.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\gptimer\\gptimer_priv.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\gptimer\\gptimer_priv.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/base64.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/base64.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\timer_legacy.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\timer_legacy.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\timer_legacy.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/bignum.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/bignum.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\i2c\\i2c.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\i2c\\i2c.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\i2c\\i2c.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_core.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_core.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\i2s\\i2s_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\i2s\\i2s_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\i2s\\i2s_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\i2s\\i2s_std.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\i2s\\i2s_std.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\i2s\\i2s_std.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod_raw.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod_raw.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\i2s_legacy.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\i2s_legacy.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\i2s_legacy.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/block_cipher.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/block_cipher.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\i2s\\i2s_pdm.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\i2s\\i2s_pdm.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\i2s\\i2s_pdm.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/camellia.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/camellia.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\ledc\\ledc.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\ledc\\ledc.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\ledc\\ledc.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ccm.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ccm.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_cap.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\mcpwm\\mcpwm_cap.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\mcpwm\\mcpwm_cap.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/chacha20.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/chacha20.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_cmpr.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\mcpwm\\mcpwm_cmpr.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\mcpwm\\mcpwm_cmpr.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/chachapoly.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/chachapoly.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_com.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\mcpwm\\mcpwm_com.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\mcpwm\\mcpwm_com.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/cipher.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/cipher.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_fault.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\mcpwm\\mcpwm_fault.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\mcpwm\\mcpwm_fault.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/cipher_wrap.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/cipher_wrap.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_gen.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\mcpwm\\mcpwm_gen.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\mcpwm\\mcpwm_gen.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/constant_time.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/constant_time.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_oper.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\mcpwm\\mcpwm_oper.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\mcpwm\\mcpwm_oper.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/cmac.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/cmac.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_sync.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\mcpwm\\mcpwm_sync.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\mcpwm\\mcpwm_sync.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\mcpwm\\mcpwm_timer.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\mcpwm\\mcpwm_timer.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\mcpwm\\mcpwm_timer.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/des.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/des.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\mcpwm_legacy.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\mcpwm_legacy.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\mcpwm_legacy.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/dhm.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/dhm.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\pcnt\\pulse_cnt.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\pcnt\\pulse_cnt.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\pcnt\\pulse_cnt.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ecdh.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ecdh.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\pcnt_legacy.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\pcnt_legacy.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\pcnt_legacy.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ecdsa.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ecdsa.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\rmt\\rmt_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\rmt\\rmt_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\rmt\\rmt_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ecjpake.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ecjpake.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\rmt\\rmt_encoder.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\rmt\\rmt_encoder.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\rmt\\rmt_encoder.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ecp.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ecp.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\rmt\\rmt_rx.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\rmt\\rmt_rx.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\rmt\\rmt_rx.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\rmt\\rmt_tx.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\rmt\\rmt_tx.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\rmt\\rmt_tx.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves_new.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves_new.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\rmt_legacy.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\rmt_legacy.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\rmt_legacy.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/entropy.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/entropy.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\sdio_slave\\sdio_slave.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\sdio_slave\\sdio_slave.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\sdio_slave\\sdio_slave.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/entropy_poll.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/entropy_poll.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\sdmmc\\sdmmc_transaction.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\sdmmc\\sdmmc_transaction.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\sdmmc\\sdmmc_transaction.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/error.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/error.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\sdmmc\\sdmmc_host.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\sdmmc\\sdmmc_host.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\sdmmc\\sdmmc_host.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/gcm.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/gcm.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\sigma_delta\\sdm.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\sigma_delta\\sdm.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\sigma_delta\\sdm.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/hkdf.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/hkdf.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\sigma_delta_legacy.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\sigma_delta_legacy.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\sigma_delta_legacy.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/hmac_drbg.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/hmac_drbg.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\gpspi\\spi_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\spi\\gpspi\\spi_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\spi\\gpspi\\spi_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/lmots.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/lmots.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\gpspi\\spi_master.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\spi\\gpspi\\spi_master.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\spi\\gpspi\\spi_master.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/lms.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/lms.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\gpspi\\spi_slave.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\spi\\gpspi\\spi_slave.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\spi\\gpspi\\spi_slave.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/md.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/md.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\sdspi\\sdspi_crc.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\spi\\sdspi\\sdspi_crc.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\spi\\sdspi\\sdspi_crc.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/md5.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/md5.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\sdspi\\sdspi_host.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\spi\\sdspi\\sdspi_host.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\spi\\sdspi\\sdspi_host.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/memory_buffer_alloc.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/memory_buffer_alloc.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\spi\\sdspi\\sdspi_transaction.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\spi\\sdspi\\sdspi_transaction.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\spi\\sdspi\\sdspi_transaction.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/nist_kw.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/nist_kw.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\touch_sensor\\touch_sensor_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\touch_sensor\\touch_sensor_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\touch_sensor\\touch_sensor_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/oid.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/oid.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\touch_sensor\\esp32\\touch_sensor.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\touch_sensor\\esp32\\touch_sensor.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\touch_sensor\\esp32\\touch_sensor.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/padlock.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/padlock.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\twai\\twai.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\twai\\twai.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\twai\\twai.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pem.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pem.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\uart\\uart.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\uart\\uart.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\uart\\uart.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pk.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pk.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\driver\\CMakeFiles\\__idf_driver.dir\\deprecated\\adc_i2s_deprecated.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\adc_i2s_deprecated.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\driver\\deprecated\\adc_i2s_deprecated.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pk_ecc.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pk_ecc.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_pm\\CMakeFiles\\__idf_esp_pm.dir\\pm_locks.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_pm\\pm_locks.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_pm\\pm_locks.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pk_wrap.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pk_wrap.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_pm\\CMakeFiles\\__idf_esp_pm.dir\\pm_trace.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_pm\\pm_trace.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_pm\\pm_trace.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs12.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs12.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_pm\\CMakeFiles\\__idf_esp_pm.dir\\pm_impl.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_pm\\pm_impl.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_pm\\pm_impl.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs5.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs5.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\CMakeFiles\\__idf_mbedtls.dir\\esp_crt_bundle\\esp_crt_bundle.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\esp_crt_bundle\\esp_crt_bundle.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\esp_crt_bundle\\esp_crt_bundle.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pkparse.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pkparse.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\mbedtls\\CMakeFiles\\__idf_mbedtls.dir\\__\\__\\x509_crt_bundle.S.obj -c C:\\Users\\alex\\github\\ESP-Nodes\\ESP32-IDF_ePaper\\build\\x509_crt_bundle.S", - "file": "C:\\Users\\alex\\github\\ESP-Nodes\\ESP32-IDF_ePaper\\build\\x509_crt_bundle.S" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pkwrite.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pkwrite.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\3rdparty\\everest\\CMakeFiles\\everest.dir\\library\\everest.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\everest\\library\\everest.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\everest\\library\\everest.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/platform.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/platform.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\3rdparty\\everest\\CMakeFiles\\everest.dir\\library\\x25519.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\everest\\library\\x25519.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\everest\\library\\x25519.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/platform_util.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/platform_util.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\3rdparty\\everest\\CMakeFiles\\everest.dir\\library\\Hacl_Curve25519_joined.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\everest\\library\\Hacl_Curve25519_joined.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\everest\\library\\Hacl_Curve25519_joined.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/poly1305.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/poly1305.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\3rdparty\\p256-m\\CMakeFiles\\p256m.dir\\p256-m_driver_entrypoints.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\p256-m\\p256-m_driver_entrypoints.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\p256-m\\p256-m_driver_entrypoints.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\3rdparty\\p256-m\\CMakeFiles\\p256m.dir\\p256-m\\p256-m.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\p256-m\\p256-m\\p256-m.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\3rdparty\\p256-m\\p256-m\\p256-m.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_aead.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_aead.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\aes.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aes.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aes.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_cipher.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_cipher.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\aesni.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aesni.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aesni.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_client.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_client.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\aesce.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aesce.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aesce.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\aria.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aria.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\aria.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ecp.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ecp.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\asn1parse.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\asn1parse.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\asn1parse.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ffdh.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ffdh.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\asn1write.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\asn1write.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\asn1write.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_hash.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_hash.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\base64.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\base64.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\base64.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_mac.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_mac.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\bignum.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_pake.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_pake.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\bignum_core.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum_core.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum_core.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_rsa.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_rsa.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\bignum_mod.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum_mod.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum_mod.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_se.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_se.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\bignum_mod_raw.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum_mod_raw.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\bignum_mod_raw.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_slot_management.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_slot_management.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\camellia.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\camellia.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\camellia.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_storage.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_storage.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ccm.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ccm.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ccm.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_its_file.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_its_file.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\chacha20.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\chacha20.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\chacha20.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_util.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_util.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\chachapoly.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\chachapoly.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\chachapoly.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ripemd160.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ripemd160.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\cipher.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\cipher.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\cipher.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/rsa.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/rsa.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\cipher_wrap.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\cipher_wrap.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\cipher_wrap.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/rsa_alt_helpers.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/rsa_alt_helpers.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\constant_time.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\constant_time.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\constant_time.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/sha1.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/sha1.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\cmac.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\cmac.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\cmac.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/sha256.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/sha256.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ctr_drbg.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ctr_drbg.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ctr_drbg.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/sha512.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/sha512.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\des.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\des.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\des.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/sha3.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/sha3.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\dhm.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\dhm.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\dhm.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/threading.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/threading.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecdh.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecdh.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecdh.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/timing.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/timing.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecdsa.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecdsa.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecdsa.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/version.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/version.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecjpake.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecjpake.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecjpake.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/version_features.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/version_features.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecp_curves.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecp_curves.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecp_curves.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ecp_curves_new.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecp_curves_new.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ecp_curves_new.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\entropy.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\entropy.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\entropy.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c", + "output": "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" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\entropy_poll.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\entropy_poll.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\entropy_poll.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/esp_hardware.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_hardware.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\error.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\error.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\error.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/esp_mem.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_mem.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\gcm.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\gcm.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\gcm.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/esp_timing.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_timing.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\hkdf.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\hkdf.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\hkdf.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\hmac_drbg.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\hmac_drbg.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\hmac_drbg.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\lmots.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\lmots.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\lmots.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\lms.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\lms.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\lms.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\md.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\md.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\md.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\md5.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\md5.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\md5.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\memory_buffer_alloc.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\memory_buffer_alloc.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\memory_buffer_alloc.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\nist_kw.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\nist_kw.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\nist_kw.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\oid.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\oid.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\oid.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\padlock.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\padlock.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\padlock.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pem.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pem.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pem.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pk.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pk.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pk.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pk_wrap.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pk_wrap.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pk_wrap.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/mbedtls/port/aes/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/md/esp_md.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/md/esp_md.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pkcs12.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkcs12.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkcs12.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs7.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs7.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pkcs5.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkcs5.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkcs5.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pkparse.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkparse.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkparse.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509_create.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509_create.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\pkwrite.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkwrite.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkwrite.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crl.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crl.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\platform.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\platform.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\platform.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crt.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crt.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\platform_util.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\platform_util.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\platform_util.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509_csr.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509_csr.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\poly1305.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\poly1305.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\poly1305.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509write.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509write.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_crt.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_crt.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_aead.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_aead.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_aead.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_csr.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_csr.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_cipher.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_cipher.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_cipher.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/debug.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/debug.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_client.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_client.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_client.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/mps_reader.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/mps_reader.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_driver_wrappers_no_static.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_driver_wrappers_no_static.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_driver_wrappers_no_static.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/mps_trace.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/mps_trace.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_ecp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_ecp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_ecp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cache.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cache.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_ffdh.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_ffdh.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_ffdh.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ciphersuites.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ciphersuites.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_hash.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_hash.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_hash.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_client.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_client.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_mac.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_mac.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_mac.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cookie.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cookie.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_pake.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_pake.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_pake.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_rsa.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_rsa.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_rsa.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_msg.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_msg.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_se.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_se.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_se.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ticket.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ticket.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_slot_management.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_slot_management.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_slot_management.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_crypto_storage.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_storage.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_crypto_storage.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_client.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_client.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_its_file.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_its_file.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_its_file.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_server.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_server.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\psa_util.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_util.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\psa_util.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_keys.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_keys.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\ripemd160.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ripemd160.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ripemd160.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_server.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_server.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\rsa.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\rsa.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\rsa.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_client.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_client.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\rsa_alt_helpers.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\rsa_alt_helpers.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\rsa_alt_helpers.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_generic.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_generic.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\sha1.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha1.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha1.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\sha256.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha256.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha256.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/esp_platform_time.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_platform_time.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\sha512.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha512.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha512.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/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/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -Wall -Wextra -Wwrite-strings -Wmissing-prototypes -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj -c /home/abobkov/esp/esp-idf/components/mbedtls/port/net_sockets.c", + "file": "/home/abobkov/esp/esp-idf/components/mbedtls/port/net_sockets.c", + "output": "esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\sha3.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha3.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\sha3.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_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=\\\"ESP32-IDF_ePaper\\\" -DPROJECT_VER=\\\"ESP32-Node_Switch-v2.7-4553-gde\\\" -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\threading.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\threading.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\threading.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj -c /home/abobkov/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c", + "output": "esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\timing.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\timing.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\timing.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj -c /home/abobkov/esp/esp-idf/components/app_update/esp_ota_ops.c", + "file": "/home/abobkov/esp/esp-idf/components/app_update/esp_ota_ops.c", + "output": "esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\version.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\version.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\version.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj -c /home/abobkov/esp/esp-idf/components/app_update/esp_ota_app_desc.c", + "file": "/home/abobkov/esp/esp-idf/components/app_update/esp_ota_app_desc.c", + "output": "esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\version_features.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\version_features.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\version_features.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj -c /home/abobkov/esp/esp-idf/components/esp_partition/partition.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_partition/partition.c", + "output": "esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\esp_hardware.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\esp_hardware.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\esp_hardware.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj -c /home/abobkov/esp/esp-idf/components/esp_partition/partition_target.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_partition/partition_target.c", + "output": "esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\esp_mem.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\esp_mem.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\esp_mem.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj -c /home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_table.c", + "file": "/home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_table.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\esp_timing.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\esp_timing.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\esp_timing.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj -c /home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_fields.c", + "file": "/home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_fields.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_xts.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_xts.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_xts.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj -c /home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_rtc_calib.c", + "file": "/home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_rtc_calib.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj -c /home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_utility.c", + "file": "/home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_utility.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\aes\\block\\esp_aes.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\aes\\block\\esp_aes.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\aes\\block\\esp_aes.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj -c /home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_api.c", + "file": "/home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_api.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\sha\\esp_sha.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\sha\\esp_sha.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\sha\\esp_sha.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj -c /home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", + "file": "/home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\sha.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\sha.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\sha.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj -c /home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", + "file": "/home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\esp_bignum.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\esp_bignum.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\esp_bignum.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj -c /home/abobkov/esp/esp-idf/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c", + "file": "/home/abobkov/esp/esp-idf/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\esp32\\bignum.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\esp32\\bignum.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\esp32\\bignum.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj -c /home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_startup.c", + "file": "/home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_startup.c", + "output": "esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha1.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha1.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha1.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha256.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha256.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha256.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha512.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha512.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\sha\\parallel_engine\\esp_sha512.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_gcm.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_gcm.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\aes\\esp_aes_gcm.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedcrypto.dir\\C_\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\md\\esp_md.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\md\\esp_md.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\md\\esp_md.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\pkcs7.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkcs7.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\pkcs7.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509_create.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_create.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_create.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/secure_boot.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/secure_boot.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509_crl.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_crl.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_crl.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32c3.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32c3.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509_crt.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_crt.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_crt.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509_csr.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_csr.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509_csr.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509write.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509write.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509write.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c3.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c3.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509write_crt.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509write_crt.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509write_crt.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedx509.dir\\x509write_csr.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509write_csr.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\x509write_csr.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\debug.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\debug.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\debug.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\mps_reader.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\mps_reader.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\mps_reader.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/idf/bootloader_sha.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/idf/bootloader_sha.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\mps_trace.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\mps_trace.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\mps_trace.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/secure_boot_secure_features.c.obj -c /home/abobkov/esp/esp-idf/components/bootloader_support/src/esp32c3/secure_boot_secure_features.c", + "file": "/home/abobkov/esp/esp-idf/components/bootloader_support/src/esp32c3/secure_boot_secure_features.c", + "output": "esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/secure_boot_secure_features.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_cache.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_cache.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_cache.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj -c /home/abobkov/esp/esp-idf/components/esp_mm/esp_mmu_map.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_mm/esp_mmu_map.c", + "output": "esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_ciphersuites.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_ciphersuites.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_ciphersuites.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c3/ext_mem_layout.c.obj -c /home/abobkov/esp/esp-idf/components/esp_mm/port/esp32c3/ext_mem_layout.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_mm/port/esp32c3/ext_mem_layout.c", + "output": "esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c3/ext_mem_layout.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_client.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_client.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_client.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj -c /home/abobkov/esp/esp-idf/components/esp_mm/esp_cache.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_mm/esp_cache.c", + "output": "esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_cookie.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_cookie.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_cookie.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj -c /home/abobkov/esp/esp-idf/components/esp_mm/heap_align_hw.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_mm/heap_align_hw.c", + "output": "esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_debug_helpers_generated.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_debug_helpers_generated.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_debug_helpers_generated.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj -c /home/abobkov/esp/esp-idf/components/spi_flash/flash_brownout_hook.c", + "file": "/home/abobkov/esp/esp-idf/components/spi_flash/flash_brownout_hook.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_msg.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_msg.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_msg.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj -c /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_drivers.c", + "file": "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_drivers.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_ticket.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_ticket.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_ticket.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj -c /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_generic.c", + "file": "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_generic.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj -c /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_issi.c", + "file": "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_issi.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls12_client.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls12_client.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls12_client.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj -c /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic.c", + "file": "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls12_server.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls12_server.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls12_server.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj -c /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_gd.c", + "file": "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_gd.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls13_keys.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls13_keys.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls13_keys.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj -c /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_winbond.c", + "file": "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_winbond.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls13_server.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls13_server.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls13_server.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj -c /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_boya.c", + "file": "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_boya.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls13_client.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls13_client.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls13_client.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj -c /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic_opi.c", + "file": "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic_opi.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\ssl_tls13_generic.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls13_generic.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\mbedtls\\library\\ssl_tls13_generic.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj -c /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_th.c", + "file": "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_th.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\C_\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\mbedtls_debug.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\mbedtls_debug.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\mbedtls_debug.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj -c /home/abobkov/esp/esp-idf/components/spi_flash/memspi_host_driver.c", + "file": "/home/abobkov/esp/esp-idf/components/spi_flash/memspi_host_driver.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\C_\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\esp_platform_time.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\esp_platform_time.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\esp_platform_time.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj -c /home/abobkov/esp/esp-idf/components/spi_flash/cache_utils.c", + "file": "/home/abobkov/esp/esp-idf/components/spi_flash/cache_utils.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -mlongcalls -Wno-frame-address -Wall -Wextra -Wwrite-strings -Wformat=2 -Wno-format-nonliteral -Wvla -Wlogical-op -Wshadow -Wformat-signedness -Wformat-overflow=2 -Wformat-truncation -Werror -Wmissing-declarations -Wmissing-prototypes -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mbedtls\\mbedtls\\library\\CMakeFiles\\mbedtls.dir\\C_\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\net_sockets.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\net_sockets.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mbedtls\\port\\net_sockets.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj -c /home/abobkov/esp/esp-idf/components/spi_flash/flash_mmap.c", + "file": "/home/abobkov/esp/esp-idf/components/spi_flash/flash_mmap.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D PROJECT_NAME=\\\"ESP32-IDF_ePaper\\\" -DPROJECT_VER=\\\"e24ea3f-dirty\\\" -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_app_format\\CMakeFiles\\__idf_esp_app_format.dir\\esp_app_desc.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_app_format\\esp_app_desc.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_app_format\\esp_app_desc.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj -c /home/abobkov/esp/esp-idf/components/spi_flash/flash_ops.c", + "file": "/home/abobkov/esp/esp-idf/components/spi_flash/flash_ops.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj -c /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_wrap.c", + "file": "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_wrap.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_common_loader.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_common_loader.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_common_loader.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj -c /home/abobkov/esp/esp-idf/components/spi_flash/esp_flash_api.c", + "file": "/home/abobkov/esp/esp-idf/components/spi_flash/esp_flash_api.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_clock_init.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_clock_init.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_clock_init.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj -c /home/abobkov/esp/esp-idf/components/spi_flash/esp_flash_spi_init.c", + "file": "/home/abobkov/esp/esp-idf/components/spi_flash/esp_flash_spi_init.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_mem.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_mem.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_mem.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj -c /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_os_func_app.c", + "file": "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_os_func_app.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_random.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_random.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_random.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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 -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj -c /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_os_func_noos.c", + "file": "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_os_func_noos.c", + "output": "esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_random_esp32.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_random_esp32.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_random_esp32.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/esp_err.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/esp_err.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_efuse.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_efuse.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_efuse.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/crosscore_int.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/crosscore_int.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\flash_encrypt.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\flash_encrypt.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\flash_encrypt.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/esp_ipc.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/esp_ipc.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\secure_boot.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\secure_boot.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\secure_boot.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/freertos_hooks.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/freertos_hooks.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\bootloader_flash.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/int_wdt.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/int_wdt.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\flash_qio_mode.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\flash_qio_mode.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\flash_qio_mode.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/panic.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/panic.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\bootloader_flash\\src\\bootloader_flash_config_esp32.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash_config_esp32.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\bootloader_flash\\src\\bootloader_flash_config_esp32.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/esp_system.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/esp_system.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\bootloader_utility.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_utility.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\bootloader_utility.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -fno-stack-protector -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/startup.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/startup.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\flash_partitions.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\flash_partitions.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\flash_partitions.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/startup_funcs.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/startup_funcs.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\esp_image_format.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\esp_image_format.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\esp_image_format.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/system_time.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/system_time.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\bootloader_support\\CMakeFiles\\__idf_bootloader_support.dir\\src\\idf\\bootloader_sha.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\idf\\bootloader_sha.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\bootloader_support\\src\\idf\\bootloader_sha.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -fno-stack-protector -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/stack_check.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/stack_check.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_partition\\CMakeFiles\\__idf_esp_partition.dir\\partition.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_partition\\partition.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_partition\\partition.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/ubsan.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/ubsan.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_partition\\CMakeFiles\\__idf_esp_partition.dir\\partition_target.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_partition\\partition_target.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_partition\\partition_target.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/xt_wdt.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/xt_wdt.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\app_update\\CMakeFiles\\__idf_app_update.dir\\esp_ota_ops.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\app_update\\esp_ota_ops.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\app_update\\esp_ota_ops.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/task_wdt/task_wdt.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/task_wdt/task_wdt.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\app_update\\CMakeFiles\\__idf_app_update.dir\\esp_ota_app_desc.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\app_update\\esp_ota_app_desc.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\app_update\\esp_ota_app_desc.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/task_wdt/task_wdt_impl_timergroup.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/task_wdt/task_wdt_impl_timergroup.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_mm\\CMakeFiles\\__idf_esp_mm.dir\\esp_mmu_map.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_mm\\esp_mmu_map.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_mm\\esp_mmu_map.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/hw_stack_guard.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/hw_stack_guard.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_mm\\CMakeFiles\\__idf_esp_mm.dir\\port\\esp32\\ext_mem_layout.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_mm\\port\\esp32\\ext_mem_layout.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_mm\\port\\esp32\\ext_mem_layout.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -fno-stack-protector -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/port/cpu_start.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/port/cpu_start.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_mm\\CMakeFiles\\__idf_esp_mm.dir\\esp_cache.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_mm\\esp_cache.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_mm\\esp_cache.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/port/panic_handler.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/port/panic_handler.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_mm\\CMakeFiles\\__idf_esp_mm.dir\\cache_esp32.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_mm\\cache_esp32.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_mm\\cache_esp32.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/port/esp_system_chip.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/port/esp_system_chip.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\flash_brownout_hook.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\flash_brownout_hook.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\flash_brownout_hook.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/port/image_process.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/port/image_process.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_drivers.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_chip_drivers.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_chip_drivers.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/port/brownout.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/port/brownout.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_generic.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_chip_generic.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_chip_generic.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/port/arch/riscv/expression_with_stack.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/port/arch/riscv/expression_with_stack.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_issi.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_chip_issi.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_chip_issi.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/port/arch/riscv/panic_arch.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/port/arch/riscv/panic_arch.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_mxic.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_chip_mxic.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_chip_mxic.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/port/arch/riscv/debug_helpers.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/port/arch/riscv/debug_helpers.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_gd.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_chip_gd.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_chip_gd.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/port/arch/riscv/debug_stubs.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/port/arch/riscv/debug_stubs.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_winbond.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_chip_winbond.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_chip_winbond.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/clk.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3/clk.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3/clk.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/clk.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_boya.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_chip_boya.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_chip_boya.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/reset_reason.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3/reset_reason.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3/reset_reason.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/reset_reason.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_mxic_opi.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_chip_mxic_opi.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_chip_mxic_opi.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/system_internal.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3/system_internal.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3/system_internal.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/system_internal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_chip_th.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_chip_th.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_chip_th.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/cache_err_int.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3/cache_err_int.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3/cache_err_int.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/cache_err_int.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\memspi_host_driver.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\memspi_host_driver.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\memspi_host_driver.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/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/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_pm/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/apb_backup_dma.c.obj -c /home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3/apb_backup_dma.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3/apb_backup_dma.c", + "output": "esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/apb_backup_dma.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\cache_utils.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\cache_utils.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\cache_utils.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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/spi_flash/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj -c /home/abobkov/esp/esp-idf/components/esp_common/src/esp_err_to_name.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_common/src/esp_err_to_name.c", + "output": "esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\flash_mmap.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\flash_mmap.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\flash_mmap.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj -c /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\flash_ops.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\flash_ops.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\flash_ops.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj -c /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_wrap.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_wrap.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_wrap.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj -c /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\esp_flash_api.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\esp_flash_api.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\esp_flash_api.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj -c /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\esp_flash_spi_init.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\esp_flash_spi_init.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\esp_flash_spi_init.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj -c /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_os_func_app.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_os_func_app.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_os_func_app.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj -c /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include/spi_flash -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -fno-inline-functions -fno-inline-small-functions -fno-inline-functions-called-once -o esp-idf\\spi_flash\\CMakeFiles\\__idf_spi_flash.dir\\spi_flash_os_func_noos.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_os_func_noos.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spi_flash\\spi_flash_os_func_noos.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj -c /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\pthread\\pthread.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\pthread\\pthread.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj -c /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_systimer.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_systimer.c", + "output": "esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread_cond_var.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\pthread\\pthread_cond_var.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\pthread\\pthread_cond_var.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj -c /home/abobkov/esp/esp-idf/components/hal/hal_utils.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/hal_utils.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread_local_storage.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\pthread\\pthread_local_storage.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\pthread\\pthread_local_storage.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/efuse_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/efuse_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread_rwlock.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\pthread\\pthread_rwlock.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\pthread\\pthread_rwlock.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/esp32c3/efuse_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/esp32c3/efuse_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\pthread\\CMakeFiles\\__idf_pthread.dir\\pthread_semaphore.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\pthread\\pthread_semaphore.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\pthread\\pthread_semaphore.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj -c /home/abobkov/esp/esp-idf/components/hal/wdt_hal_iram.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/wdt_hal_iram.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\esp_err.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\esp_err.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\esp_err.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/mmu_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/mmu_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\crosscore_int.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\crosscore_int.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\crosscore_int.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/cache_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/cache_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\esp_ipc.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\esp_ipc.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\esp_ipc.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/color_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/color_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\freertos_hooks.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\freertos_hooks.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\freertos_hooks.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/spi_flash_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/spi_flash_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\int_wdt.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\int_wdt.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\int_wdt.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj -c /home/abobkov/esp/esp-idf/components/hal/spi_flash_hal_iram.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/spi_flash_hal_iram.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\panic.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\panic.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\panic.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj -c /home/abobkov/esp/esp-idf/components/hal/spi_flash_encrypt_hal_iram.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/spi_flash_encrypt_hal_iram.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\esp_system.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\esp_system.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\esp_system.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/esp32c3/clk_tree_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/esp32c3/clk_tree_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/esp32c3/clk_tree_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/clk_tree_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -fno-stack-protector -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\startup.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\startup.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\startup.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/systimer_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/systimer_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/systimer_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/systimer_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\system_time.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\system_time.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\system_time.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/uart_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/uart_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -fno-stack-protector -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\stack_check.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\stack_check.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\stack_check.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj -c /home/abobkov/esp/esp-idf/components/hal/uart_hal_iram.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/uart_hal_iram.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\ubsan.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\ubsan.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\ubsan.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/gpio_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/gpio_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\xt_wdt.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\xt_wdt.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\xt_wdt.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/timer_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/timer_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\debug_stubs.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\debug_stubs.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\debug_stubs.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/ledc_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/ledc_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\task_wdt\\task_wdt.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\task_wdt\\task_wdt.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\task_wdt\\task_wdt.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj -c /home/abobkov/esp/esp-idf/components/hal/ledc_hal_iram.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/ledc_hal_iram.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\task_wdt\\task_wdt_impl_timergroup.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\task_wdt\\task_wdt_impl_timergroup.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\task_wdt\\task_wdt_impl_timergroup.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/i2c_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/i2c_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\cpu_start.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\cpu_start.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\cpu_start.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj -c /home/abobkov/esp/esp-idf/components/hal/i2c_hal_iram.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/i2c_hal_iram.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\panic_handler.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\panic_handler.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\panic_handler.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/rmt_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/rmt_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\esp_system_chip.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\esp_system_chip.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\esp_system_chip.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/twai_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/twai_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\brownout.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\brownout.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\brownout.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj -c /home/abobkov/esp/esp-idf/components/hal/twai_hal_iram.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/twai_hal_iram.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32\\highint_hdl.S.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\soc\\esp32\\highint_hdl.S", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\soc\\esp32\\highint_hdl.S" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj -c /home/abobkov/esp/esp-idf/components/hal/gdma_hal_top.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/gdma_hal_top.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32\\clk.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\soc\\esp32\\clk.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\soc\\esp32\\clk.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj -c /home/abobkov/esp/esp-idf/components/hal/gdma_hal_ahb_v1.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/gdma_hal_ahb_v1.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32\\reset_reason.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\soc\\esp32\\reset_reason.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\soc\\esp32\\reset_reason.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/i2s_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/i2s_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32\\system_internal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\soc\\esp32\\system_internal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\soc\\esp32\\system_internal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/sdm_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/sdm_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\soc\\esp32\\cache_err_int.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\soc\\esp32\\cache_err_int.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\soc\\esp32\\cache_err_int.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj -c /home/abobkov/esp/esp-idf/components/hal/adc_hal_common.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/adc_hal_common.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\panic_arch.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\panic_arch.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\panic_arch.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/adc_oneshot_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/adc_oneshot_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\panic_handler_asm.S.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\panic_handler_asm.S", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\panic_handler_asm.S" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/adc_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/adc_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\expression_with_stack.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\expression_with_stack.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\expression_with_stack.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/mpi_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/mpi_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\expression_with_stack_asm.S.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\expression_with_stack_asm.S", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\expression_with_stack_asm.S" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/sha_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/sha_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\debug_helpers.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\debug_helpers.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\debug_helpers.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/aes_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/aes_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\debug_helpers_asm.S.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\debug_helpers_asm.S", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\debug_helpers_asm.S" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/brownout_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/brownout_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\debug_stubs.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\debug_stubs.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\debug_stubs.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/spi_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/spi_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\trax.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\trax.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\trax.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj -c /home/abobkov/esp/esp-idf/components/hal/spi_hal_iram.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/spi_hal_iram.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\esp_ipc_isr.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\esp_ipc_isr.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\esp_ipc_isr.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/spi_slave_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/spi_slave_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\esp_ipc_isr_handler.S.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\esp_ipc_isr_handler.S", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\esp_ipc_isr_handler.S" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj -c /home/abobkov/esp/esp-idf/components/hal/spi_slave_hal_iram.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/spi_slave_hal_iram.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/. -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\esp_system\\CMakeFiles\\__idf_esp_system.dir\\port\\arch\\xtensa\\esp_ipc_isr_routines.S.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\esp_ipc_isr_routines.S", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_system\\port\\arch\\xtensa\\esp_ipc_isr_routines.S" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/spi_slave_hd_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/spi_slave_hd_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_crc.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_crc.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_crc.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj -c /home/abobkov/esp/esp-idf/components/hal/spi_flash_hal_gpspi.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/spi_flash_hal_gpspi.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_sys.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_sys.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_sys.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/hmac_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/hmac_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_uart.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_uart.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_uart.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/ds_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/ds_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_spiflash.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_spiflash.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_spiflash.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/usb_serial_jtag_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/usb_serial_jtag_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_efuse.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_efuse.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_efuse.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/xt_wdt_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/xt_wdt_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/xt_wdt_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/xt_wdt_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\esp_rom\\CMakeFiles\\__idf_esp_rom.dir\\patches\\esp_rom_longjmp.S.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_longjmp.S", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_rom\\patches\\esp_rom_longjmp.S" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/hal/CMakeFiles/__idf_hal.dir/esp32c3/rtc_cntl_hal.c.obj -c /home/abobkov/esp/esp-idf/components/hal/esp32c3/rtc_cntl_hal.c", + "file": "/home/abobkov/esp/esp-idf/components/hal/esp32c3/rtc_cntl_hal.c", + "output": "esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/rtc_cntl_hal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\mpu_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\mpu_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\mpu_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/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/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj -c /home/abobkov/esp/esp-idf/components/log/src/os/log_timestamp.c", + "file": "/home/abobkov/esp/esp-idf/components/log/src/os/log_timestamp.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\efuse_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\efuse_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\efuse_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/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/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj -c /home/abobkov/esp/esp-idf/components/log/src/log_timestamp_common.c", + "file": "/home/abobkov/esp/esp-idf/components/log/src/log_timestamp_common.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\efuse_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\esp32\\efuse_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\esp32\\efuse_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/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/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj -c /home/abobkov/esp/esp-idf/components/log/src/os/log_lock.c", + "file": "/home/abobkov/esp/esp-idf/components/log/src/os/log_lock.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\wdt_hal_iram.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\wdt_hal_iram.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\wdt_hal_iram.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/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/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj -c /home/abobkov/esp/esp-idf/components/log/src/os/log_write.c", + "file": "/home/abobkov/esp/esp-idf/components/log/src/os/log_write.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\mmu_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\mmu_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\mmu_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/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/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj -c /home/abobkov/esp/esp-idf/components/log/src/buffer/log_buffers.c", + "file": "/home/abobkov/esp/esp-idf/components/log/src/buffer/log_buffers.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\cache_hal_esp32.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\esp32\\cache_hal_esp32.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\esp32\\cache_hal_esp32.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/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/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/log/CMakeFiles/__idf_log.dir/src/util.c.obj -c /home/abobkov/esp/esp-idf/components/log/src/util.c", + "file": "/home/abobkov/esp/esp-idf/components/log/src/util.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\rtc_io_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\rtc_io_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\rtc_io_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/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/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj -c /home/abobkov/esp/esp-idf/components/log/src/log_level/log_level.c", + "file": "/home/abobkov/esp/esp-idf/components/log/src/log_level/log_level.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\gpio_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\gpio_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\gpio_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/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/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj -c /home/abobkov/esp/esp-idf/components/log/src/log_level/tag_log_level/tag_log_level.c", + "file": "/home/abobkov/esp/esp-idf/components/log/src/log_level/tag_log_level/tag_log_level.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\uart_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\uart_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\uart_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/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/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj -c /home/abobkov/esp/esp-idf/components/log/src/log_level/tag_log_level/linked_list/log_linked_list.c", + "file": "/home/abobkov/esp/esp-idf/components/log/src/log_level/tag_log_level/linked_list/log_linked_list.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\uart_hal_iram.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\uart_hal_iram.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\uart_hal_iram.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/log/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/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj -c /home/abobkov/esp/esp-idf/components/log/src/log_level/tag_log_level/cache/log_binary_heap.c", + "file": "/home/abobkov/esp/esp-idf/components/log/src/log_level/tag_log_level/cache/log_binary_heap.c", + "output": "esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\adc_hal_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\adc_hal_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\adc_hal_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/heap/tlsf/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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 -DMULTI_HEAP_FREERTOS -o esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj -c /home/abobkov/esp/esp-idf/components/heap/heap_caps_base.c", + "file": "/home/abobkov/esp/esp-idf/components/heap/heap_caps_base.c", + "output": "esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\adc_oneshot_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\adc_oneshot_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\adc_oneshot_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/heap/tlsf/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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 -DMULTI_HEAP_FREERTOS -o esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj -c /home/abobkov/esp/esp-idf/components/heap/heap_caps.c", + "file": "/home/abobkov/esp/esp-idf/components/heap/heap_caps.c", + "output": "esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\clk_tree_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\esp32\\clk_tree_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\esp32\\clk_tree_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/heap/tlsf/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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 -DMULTI_HEAP_FREERTOS -o esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj -c /home/abobkov/esp/esp-idf/components/heap/heap_caps_init.c", + "file": "/home/abobkov/esp/esp-idf/components/heap/heap_caps_init.c", + "output": "esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_flash_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\spi_flash_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\spi_flash_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/heap/tlsf/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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 -DMULTI_HEAP_FREERTOS -o esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj -c /home/abobkov/esp/esp-idf/components/heap/multi_heap.c", + "file": "/home/abobkov/esp/esp-idf/components/heap/multi_heap.c", + "output": "esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_flash_hal_iram.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\spi_flash_hal_iram.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\spi_flash_hal_iram.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/heap/tlsf/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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 -DMULTI_HEAP_FREERTOS -o esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj -c /home/abobkov/esp/esp-idf/components/heap/tlsf/tlsf.c", + "file": "/home/abobkov/esp/esp-idf/components/heap/tlsf/tlsf.c", + "output": "esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_flash_encrypt_hal_iram.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\spi_flash_encrypt_hal_iram.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\spi_flash_encrypt_hal_iram.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/heap/tlsf/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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 -DMULTI_HEAP_FREERTOS -o esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj -c /home/abobkov/esp/esp-idf/components/heap/port/memory_layout_utils.c", + "file": "/home/abobkov/esp/esp-idf/components/heap/port/memory_layout_utils.c", + "output": "esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\timer_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\timer_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\timer_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/heap/tlsf/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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 -DMULTI_HEAP_FREERTOS -o esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c3/memory_layout.c.obj -c /home/abobkov/esp/esp-idf/components/heap/port/esp32c3/memory_layout.c", + "file": "/home/abobkov/esp/esp-idf/components/heap/port/esp32c3/memory_layout.c", + "output": "esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c3/memory_layout.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\ledc_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\ledc_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\ledc_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj -c /home/abobkov/esp/esp-idf/components/soc/lldesc.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/lldesc.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\ledc_hal_iram.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\ledc_hal_iram.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\ledc_hal_iram.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj -c /home/abobkov/esp/esp-idf/components/soc/dport_access_common.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/dport_access_common.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\i2c_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\i2c_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\i2c_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/interrupts.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/interrupts.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\i2c_hal_iram.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\i2c_hal_iram.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\i2c_hal_iram.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/gpio_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/gpio_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\rmt_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\rmt_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\rmt_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/uart_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/uart_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\pcnt_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\pcnt_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\pcnt_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/adc_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/adc_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\mcpwm_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\mcpwm_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\mcpwm_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/dedic_gpio_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/dedic_gpio_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\twai_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\twai_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\twai_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/gdma_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/gdma_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\twai_hal_iram.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\twai_hal_iram.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\twai_hal_iram.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/spi_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/spi_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\i2s_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\i2s_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\i2s_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/ledc_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/ledc_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\sdm_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\sdm_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\sdm_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/rmt_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/rmt_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\emac_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\emac_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\emac_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/sdm_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/sdm_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\adc_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\adc_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\adc_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/i2s_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/i2s_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\sha_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\sha_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\sha_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/i2c_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/i2c_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\aes_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\aes_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\aes_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/temperature_sensor_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/temperature_sensor_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\brownout_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\brownout_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\brownout_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/timer_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/timer_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\spi_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\spi_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/mpi_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/mpi_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_hal_iram.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\spi_hal_iram.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\spi_hal_iram.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/twai_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/twai_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_slave_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\spi_slave_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\spi_slave_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/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/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj -c /home/abobkov/esp/esp-idf/components/soc/esp32c3/wdt_periph.c", + "file": "/home/abobkov/esp/esp-idf/components/soc/esp32c3/wdt_periph.c", + "output": "esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\spi_slave_hal_iram.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\spi_slave_hal_iram.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\spi_slave_hal_iram.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_security/src/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj -c /home/abobkov/esp/esp-idf/components/esp_security/src/init.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_security/src/init.c", + "output": "esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\sdio_slave_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\sdio_slave_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\sdio_slave_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_security/src/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj -c /home/abobkov/esp/esp-idf/components/esp_security/src/esp_hmac.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_security/src/esp_hmac.c", + "output": "esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\touch_sensor_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\touch_sensor_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\touch_sensor_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_security/src/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj -c /home/abobkov/esp/esp-idf/components/esp_security/src/esp_ds.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_security/src/esp_ds.c", + "output": "esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\touch_sensor_hal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\esp32\\touch_sensor_hal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\esp32\\touch_sensor_hal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_security/src/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj -c /home/abobkov/esp/esp-idf/components/esp_security/src/esp_crypto_lock.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_security/src/esp_crypto_lock.c", + "output": "esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\hal\\CMakeFiles\\__idf_hal.dir\\esp32\\gpio_hal_workaround.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\esp32\\gpio_hal_workaround.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\hal\\esp32\\gpio_hal_workaround.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/cpu.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/cpu.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\log.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\log\\log.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\log\\log.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/esp_cpu_intr.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/esp_cpu_intr.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\log_buffers.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\log\\log_buffers.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\log\\log_buffers.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\log\\CMakeFiles\\__idf_log.dir\\log_freertos.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\log\\log_freertos.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\log\\log_freertos.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/cpu_region_protect.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/cpu_region_protect.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\heap_caps.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\heap\\heap_caps.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\heap\\heap_caps.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/esp_clk.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/esp_clk.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\heap_caps_init.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\heap\\heap_caps_init.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\heap\\heap_caps_init.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/clk_ctrl_os.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/clk_ctrl_os.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\multi_heap.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\heap\\multi_heap.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\heap\\multi_heap.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/hw_random.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/hw_random.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\tlsf\\tlsf.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\heap\\tlsf\\tlsf.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\heap\\tlsf\\tlsf.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/intr_alloc.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/intr_alloc.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\port\\memory_layout_utils.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\heap\\port\\memory_layout_utils.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\heap\\port\\memory_layout_utils.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/mac_addr.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/mac_addr.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/heap/tlsf -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -DMULTI_HEAP_FREERTOS -o esp-idf\\heap\\CMakeFiles\\__idf_heap.dir\\port\\esp32\\memory_layout.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\heap\\port\\esp32\\memory_layout.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\heap\\port\\esp32\\memory_layout.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/periph_ctrl.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/periph_ctrl.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\lldesc.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\lldesc.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\lldesc.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/revision.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/revision.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\dport_access_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\dport_access_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\dport_access_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/rtc_module.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/rtc_module.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\interrupts.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\interrupts.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\interrupts.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_modem.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_modem.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\gpio_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\gpio_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\gpio_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_modes.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_modes.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\uart_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\uart_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\uart_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_console.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_console.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\dport_access.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\dport_access.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\dport_access.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_gpio.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_gpio.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\adc_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\adc_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\adc_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_event.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_event.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\spi_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\spi_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\spi_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/regi2c_ctrl.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/regi2c_ctrl.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\ledc_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\ledc_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\ledc_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/esp_gpio_reserve.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/esp_gpio_reserve.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\pcnt_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\pcnt_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\pcnt_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/sar_periph_ctrl_common.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/sar_periph_ctrl_common.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\rmt_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\rmt_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\rmt_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/io_mux.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/io_mux.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/io_mux.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/io_mux.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\sdm_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\sdm_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\sdm_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_clk_tree.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/esp_clk_tree.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/esp_clk_tree.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_clk_tree.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\i2s_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\i2s_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\i2s_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp_clk_tree_common.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp_clk_tree_common.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\i2c_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\i2c_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\i2c_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/dma/esp_dma_utils.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/dma/esp_dma_utils.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\timer_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\timer_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\timer_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/dma/gdma_link.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/dma/gdma_link.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\lcd_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\lcd_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\lcd_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/spi_share_hw_ctrl.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/spi_share_hw_ctrl.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\mcpwm_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\mcpwm_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\mcpwm_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/spi_bus_lock.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/spi_bus_lock.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\sdmmc_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\sdmmc_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\sdmmc_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/adc_share_hw_ctrl.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/adc_share_hw_ctrl.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\touch_sensor_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\touch_sensor_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\touch_sensor_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/dma/gdma.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/dma/gdma.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\twai_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\twai_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\twai_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/deprecated/gdma_legacy.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/deprecated/gdma_legacy.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\dac_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\dac_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\dac_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/dma/esp_async_memcpy.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/dma/esp_async_memcpy.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\rtc_io_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\rtc_io_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\rtc_io_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/dma/async_memcpy_gdma.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/dma/async_memcpy_gdma.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\soc\\CMakeFiles\\__idf_soc.dir\\esp32\\sdio_slave_periph.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\sdio_slave_periph.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\soc\\esp32\\sdio_slave_periph.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/systimer.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/systimer.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/systimer.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/systimer.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\cpu.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\cpu.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\cpu.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\esp_memory_utils.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\esp_memory_utils.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\esp_memory_utils.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_wake_stub.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_wake_stub.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\cpu_region_protect.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\cpu_region_protect.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\cpu_region_protect.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/esp_clock_output.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/esp_clock_output.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\esp_clk.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\esp_clk.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\esp_clk.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk_init.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk_init.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\clk_ctrl_os.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\clk_ctrl_os.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\clk_ctrl_os.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\hw_random.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\hw_random.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\hw_random.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_init.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_init.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\intr_alloc.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\intr_alloc.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\intr_alloc.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_sleep.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_sleep.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\mac_addr.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\mac_addr.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\mac_addr.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_time.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_time.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\periph_ctrl.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\periph_ctrl.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\periph_ctrl.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/chip_info.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/chip_info.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\revision.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\revision.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\revision.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/sar_periph_ctrl.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/sar_periph_ctrl.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/sar_periph_ctrl.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/sar_periph_ctrl.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\rtc_module.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\rtc_module.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\rtc_module.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/adc2_init_cal.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/adc2_init_cal.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/adc2_init_cal.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/adc2_init_cal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_modes.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\sleep_modes.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\sleep_modes.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_memprot.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/esp_memprot.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/esp_memprot.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_memprot.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_gpio.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\sleep_gpio.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\sleep_gpio.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_memprot_conv.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp_memprot_conv.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp_memprot_conv.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_memprot_conv.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_modem.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\sleep_modem.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\sleep_modem.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -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/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/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/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_security/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c3/sleep_cpu.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hw_support/lowpower/port/esp32c3/sleep_cpu.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hw_support/lowpower/port/esp32c3/sleep_cpu.c", + "output": "esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c3/sleep_cpu.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\regi2c_ctrl.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\regi2c_ctrl.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\regi2c_ctrl.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj -c /home/abobkov/esp/esp-idf/components/freertos/heap_idf.c", + "file": "/home/abobkov/esp/esp-idf/components/freertos/heap_idf.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\esp_gpio_reserve.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\esp_gpio_reserve.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\esp_gpio_reserve.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj -c /home/abobkov/esp/esp-idf/components/freertos/app_startup.c", + "file": "/home/abobkov/esp/esp-idf/components/freertos/app_startup.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sar_periph_ctrl_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\sar_periph_ctrl_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\sar_periph_ctrl_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj -c /home/abobkov/esp/esp-idf/components/freertos/port_common.c", + "file": "/home/abobkov/esp/esp-idf/components/freertos/port_common.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\io_mux.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\io_mux.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\io_mux.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj -c /home/abobkov/esp/esp-idf/components/freertos/port_systick.c", + "file": "/home/abobkov/esp/esp-idf/components/freertos/port_systick.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\esp_clk_tree.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\esp_clk_tree.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\esp_clk_tree.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj -c /home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/list.c", + "file": "/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/list.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp_clk_tree_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp_clk_tree_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp_clk_tree_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj -c /home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/queue.c", + "file": "/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/queue.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\adc_share_hw_ctrl.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\adc_share_hw_ctrl.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\adc_share_hw_ctrl.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj -c /home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c", + "file": "/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\rtc_wdt.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\rtc_wdt.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\rtc_wdt.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj -c /home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/timers.c", + "file": "/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/timers.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\sleep_wake_stub.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\sleep_wake_stub.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\sleep_wake_stub.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj -c /home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/event_groups.c", + "file": "/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/event_groups.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_clk.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_clk.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_clk.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj -c /home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/stream_buffer.c", + "file": "/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/stream_buffer.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_clk_init.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_clk_init.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_clk_init.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj -c /home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/port.c", + "file": "/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/port.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_init.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_init.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_init.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -o esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj -c /home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/portasm.S", + "file": "/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/portasm.S", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_sleep.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_sleep.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_sleep.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj -c /home/abobkov/esp/esp-idf/components/freertos/esp_additions/freertos_compatibility.c", + "file": "/home/abobkov/esp/esp-idf/components/freertos/esp_additions/freertos_compatibility.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\rtc_time.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_time.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\rtc_time.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj -c /home/abobkov/esp/esp-idf/components/freertos/esp_additions/idf_additions_event_groups.c", + "file": "/home/abobkov/esp/esp-idf/components/freertos/esp_additions/idf_additions_event_groups.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\chip_info.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\chip_info.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\chip_info.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj -c /home/abobkov/esp/esp-idf/components/freertos/esp_additions/idf_additions.c", + "file": "/home/abobkov/esp/esp-idf/components/freertos/esp_additions/idf_additions.c", + "output": "esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\cache_sram_mmu.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\cache_sram_mmu.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\cache_sram_mmu.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj -c /home/abobkov/esp/esp-idf/components/newlib/abort.c", + "file": "/home/abobkov/esp/esp-idf/components/newlib/abort.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/esp_private -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hw_support\\CMakeFiles\\__idf_esp_hw_support.dir\\port\\esp32\\sar_periph_ctrl.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\sar_periph_ctrl.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hw_support\\port\\esp32\\sar_periph_ctrl.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj -c /home/abobkov/esp/esp-idf/components/newlib/assert.c", + "file": "/home/abobkov/esp/esp-idf/components/newlib/assert.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\heap_idf.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\heap_idf.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\heap_idf.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -fno-builtin -o esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj -c /home/abobkov/esp/esp-idf/components/newlib/heap.c", + "file": "/home/abobkov/esp/esp-idf/components/newlib/heap.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\esp_additions\\idf_additions.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\esp_additions\\idf_additions.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\esp_additions\\idf_additions.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj -c /home/abobkov/esp/esp-idf/components/newlib/flockfile.c", + "file": "/home/abobkov/esp/esp-idf/components/newlib/flockfile.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\list.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\list.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\list.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj -c /home/abobkov/esp/esp-idf/components/newlib/locks.c", + "file": "/home/abobkov/esp/esp-idf/components/newlib/locks.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\queue.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\queue.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\queue.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj -c /home/abobkov/esp/esp-idf/components/newlib/poll.c", + "file": "/home/abobkov/esp/esp-idf/components/newlib/poll.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\tasks.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\tasks.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\tasks.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj -c /home/abobkov/esp/esp-idf/components/newlib/pthread.c", + "file": "/home/abobkov/esp/esp-idf/components/newlib/pthread.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\timers.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\timers.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\timers.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj -c /home/abobkov/esp/esp-idf/components/newlib/random.c", + "file": "/home/abobkov/esp/esp-idf/components/newlib/random.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\croutine.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\croutine.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\croutine.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj -c /home/abobkov/esp/esp-idf/components/newlib/getentropy.c", + "file": "/home/abobkov/esp/esp-idf/components/newlib/getentropy.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\event_groups.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\event_groups.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\event_groups.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj -c /home/abobkov/esp/esp-idf/components/newlib/reent_init.c", + "file": "/home/abobkov/esp/esp-idf/components/newlib/reent_init.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\stream_buffer.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\stream_buffer.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\stream_buffer.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj -c /home/abobkov/esp/esp-idf/components/newlib/newlib_init.c", + "file": "/home/abobkov/esp/esp-idf/components/newlib/newlib_init.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\xtensa\\port.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\port.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\port.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj -c /home/abobkov/esp/esp-idf/components/newlib/syscalls.c", + "file": "/home/abobkov/esp/esp-idf/components/newlib/syscalls.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\app_startup.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\app_startup.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\app_startup.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj -c /home/abobkov/esp/esp-idf/components/newlib/termios.c", + "file": "/home/abobkov/esp/esp-idf/components/newlib/termios.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-openocd.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-openocd.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-openocd.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj -c /home/abobkov/esp/esp-idf/components/newlib/stdatomic.c", + "file": "/home/abobkov/esp/esp-idf/components/newlib/stdatomic.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\port_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\port_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\port_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj -c /home/abobkov/esp/esp-idf/components/newlib/time.c", + "file": "/home/abobkov/esp/esp-idf/components/newlib/time.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\xtensa\\portasm.S.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\portasm.S", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\portasm.S" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj -c /home/abobkov/esp/esp-idf/components/newlib/sysconf.c", + "file": "/home/abobkov/esp/esp-idf/components/newlib/sysconf.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\port_systick.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\port_systick.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\port_systick.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj -c /home/abobkov/esp/esp-idf/components/newlib/realpath.c", + "file": "/home/abobkov/esp/esp-idf/components/newlib/realpath.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\esp_additions\\freertos_v8_compat.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\esp_additions\\freertos_v8_compat.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\esp_additions\\freertos_v8_compat.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj -c /home/abobkov/esp/esp-idf/components/newlib/scandir.c", + "file": "/home/abobkov/esp/esp-idf/components/newlib/scandir.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_context.S.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_context.S", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_context.S" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj -c /home/abobkov/esp/esp-idf/components/newlib/port/esp_time_impl.c", + "file": "/home/abobkov/esp/esp-idf/components/newlib/port/esp_time_impl.c", + "output": "esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_init.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_init.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_init.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj -c /home/abobkov/esp/esp-idf/components/pthread/pthread.c", + "file": "/home/abobkov/esp/esp-idf/components/pthread/pthread.c", + "output": "esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_overlay_os_hook.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_overlay_os_hook.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_overlay_os_hook.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj -c /home/abobkov/esp/esp-idf/components/pthread/pthread_cond_var.c", + "file": "/home/abobkov/esp/esp-idf/components/pthread/pthread_cond_var.c", + "output": "esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/priv_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\freertos\\CMakeFiles\\__idf_freertos.dir\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_vectors.S.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_vectors.S", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\freertos\\FreeRTOS-Kernel\\portable\\xtensa\\xtensa_vectors.S" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj -c /home/abobkov/esp/esp-idf/components/pthread/pthread_local_storage.c", + "file": "/home/abobkov/esp/esp-idf/components/pthread/pthread_local_storage.c", + "output": "esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\abort.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\abort.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\abort.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj -c /home/abobkov/esp/esp-idf/components/pthread/pthread_rwlock.c", + "file": "/home/abobkov/esp/esp-idf/components/pthread/pthread_rwlock.c", + "output": "esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\assert.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\assert.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\assert.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj -c /home/abobkov/esp/esp-idf/components/pthread/pthread_semaphore.c", + "file": "/home/abobkov/esp/esp-idf/components/pthread/pthread_semaphore.c", + "output": "esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -fno-builtin -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\heap.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\heap.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\heap.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj -c /home/abobkov/esp/esp-idf/components/cxx/cxx_exception_stubs.cpp", + "file": "/home/abobkov/esp/esp-idf/components/cxx/cxx_exception_stubs.cpp", + "output": "esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\locks.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\locks.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\locks.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj -c /home/abobkov/esp/esp-idf/components/cxx/cxx_guards.cpp", + "file": "/home/abobkov/esp/esp-idf/components/cxx/cxx_guards.cpp", + "output": "esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\poll.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\poll.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\poll.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj -c /home/abobkov/esp/esp-idf/components/cxx/cxx_init.cpp", + "file": "/home/abobkov/esp/esp-idf/components/cxx/cxx_init.cpp", + "output": "esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\pthread.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\pthread.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\pthread.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj -c /home/abobkov/esp/esp-idf/components/esp_timer/src/esp_timer.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_timer/src/esp_timer.c", + "output": "esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\random.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\random.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\random.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj -c /home/abobkov/esp/esp-idf/components/esp_timer/src/esp_timer_init.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_timer/src/esp_timer_init.c", + "output": "esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\reent_init.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\reent_init.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\reent_init.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj -c /home/abobkov/esp/esp-idf/components/esp_timer/src/ets_timer_legacy.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_timer/src/ets_timer_legacy.c", + "output": "esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\newlib_init.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\newlib_init.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\newlib_init.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj -c /home/abobkov/esp/esp-idf/components/esp_timer/src/system_time.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_timer/src/system_time.c", + "output": "esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\syscalls.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\syscalls.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\syscalls.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj -c /home/abobkov/esp/esp-idf/components/esp_timer/src/esp_timer_impl_common.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_timer/src/esp_timer_impl_common.c", + "output": "esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\termios.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\termios.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\termios.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj -c /home/abobkov/esp/esp-idf/components/esp_timer/src/esp_timer_impl_systimer.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_timer/src/esp_timer_impl_systimer.c", + "output": "esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\stdatomic.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\stdatomic.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\stdatomic.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_gptimer/src/gptimer.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/src/gptimer.c", + "output": "esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\time.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\time.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\time.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_gptimer/src/gptimer_common.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/src/gptimer_common.c", + "output": "esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\sysconf.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\sysconf.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\sysconf.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj -c /home/abobkov/esp/esp-idf/components/esp_ringbuf/ringbuf.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_ringbuf/ringbuf.c", + "output": "esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\realpath.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\realpath.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\realpath.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_uart/src/uart.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_uart/src/uart.c", + "output": "esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/newlib/priv_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\newlib\\CMakeFiles\\__idf_newlib.dir\\port\\esp_time_impl.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\port\\esp_time_impl.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\newlib\\port\\esp_time_impl.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c", + "output": "esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/pthread/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -o esp-idf\\cxx\\CMakeFiles\\__idf_cxx.dir\\cxx_exception_stubs.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\cxx\\cxx_exception_stubs.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\cxx\\cxx_exception_stubs.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj -c /home/abobkov/esp/esp-idf/components/app_trace/app_trace.c", + "file": "/home/abobkov/esp/esp-idf/components/app_trace/app_trace.c", + "output": "esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/pthread/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -o esp-idf\\cxx\\CMakeFiles\\__idf_cxx.dir\\cxx_guards.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\cxx\\cxx_guards.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\cxx\\cxx_guards.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj -c /home/abobkov/esp/esp-idf/components/app_trace/app_trace_util.c", + "file": "/home/abobkov/esp/esp-idf/components/app_trace/app_trace_util.c", + "output": "esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_https_ota/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_common\\CMakeFiles\\__idf_esp_common.dir\\src\\esp_err_to_name.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_common\\src\\esp_err_to_name.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_common\\src\\esp_err_to_name.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj -c /home/abobkov/esp/esp-idf/components/app_trace/host_file_io.c", + "file": "/home/abobkov/esp/esp-idf/components/app_trace/host_file_io.c", + "output": "esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\esp_timer.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_timer\\src\\esp_timer.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_timer\\src\\esp_timer.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj -c /home/abobkov/esp/esp-idf/components/app_trace/port/port_uart.c", + "file": "/home/abobkov/esp/esp-idf/components/app_trace/port/port_uart.c", + "output": "esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\ets_timer_legacy.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_timer\\src\\ets_timer_legacy.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_timer\\src\\ets_timer_legacy.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj -c /home/abobkov/esp/esp-idf/components/esp_event/default_event_loop.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_event/default_event_loop.c", + "output": "esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\system_time.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_timer\\src\\system_time.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_timer\\src\\system_time.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj -c /home/abobkov/esp/esp-idf/components/esp_event/esp_event.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_event/esp_event.c", + "output": "esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\esp_timer_impl_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_timer\\src\\esp_timer_impl_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_timer\\src\\esp_timer_impl_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj -c /home/abobkov/esp/esp-idf/components/esp_event/esp_event_private.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_event/esp_event_private.c", + "output": "esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_timer\\CMakeFiles\\__idf_esp_timer.dir\\src\\esp_timer_impl_lac.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_timer\\src\\esp_timer_impl_lac.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_timer\\src\\esp_timer_impl_lac.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj -c /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_api.cpp", + "file": "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_api.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/app_trace/include -IC:/Users/alex/esp/esp-idf/components/app_trace/private_include -IC:/Users/alex/esp/esp-idf/components/app_trace/port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\app_trace\\CMakeFiles\\__idf_app_trace.dir\\app_trace.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\app_trace\\app_trace.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\app_trace\\app_trace.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj -c /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp", + "file": "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/app_trace/include -IC:/Users/alex/esp/esp-idf/components/app_trace/private_include -IC:/Users/alex/esp/esp-idf/components/app_trace/port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\app_trace\\CMakeFiles\\__idf_app_trace.dir\\app_trace_util.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\app_trace\\app_trace_util.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\app_trace\\app_trace_util.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj -c /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp", + "file": "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/app_trace/include -IC:/Users/alex/esp/esp-idf/components/app_trace/private_include -IC:/Users/alex/esp/esp-idf/components/app_trace/port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\app_trace\\CMakeFiles\\__idf_app_trace.dir\\host_file_io.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\app_trace\\host_file_io.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\app_trace\\host_file_io.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj -c /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_page.cpp", + "file": "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_page.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/app_trace/include -IC:/Users/alex/esp/esp-idf/components/app_trace/private_include -IC:/Users/alex/esp/esp-idf/components/app_trace/port/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\app_trace\\CMakeFiles\\__idf_app_trace.dir\\port\\port_uart.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\app_trace\\port\\port_uart.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\app_trace\\port\\port_uart.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj -c /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp", + "file": "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_event/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_event\\CMakeFiles\\__idf_esp_event.dir\\default_event_loop.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_event\\default_event_loop.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_event\\default_event_loop.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj -c /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_storage.cpp", + "file": "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_storage.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_event/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_event\\CMakeFiles\\__idf_esp_event.dir\\esp_event.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_event\\esp_event.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_event\\esp_event.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj -c /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp", + "file": "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_event/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_event\\CMakeFiles\\__idf_esp_event.dir\\esp_event_private.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_event\\esp_event_private.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_event\\esp_event_private.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj -c /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp", + "file": "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_api.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_api.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_api.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj -c /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_partition.cpp", + "file": "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_partition.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_cxx_api.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_cxx_api.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_cxx_api.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj -c /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_partition_lookup.cpp", + "file": "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_partition_lookup.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_item_hash_list.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_item_hash_list.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_item_hash_list.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj -c /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp", + "file": "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_page.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_page.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_page.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj -c /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_types.cpp", + "file": "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_types.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_pagemanager.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_pagemanager.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_pagemanager.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj -c /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_platform.cpp", + "file": "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_platform.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_storage.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_storage.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_storage.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj -c /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_bootloader.c", + "file": "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_bootloader.c", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_handle_simple.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_handle_simple.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_handle_simple.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/nvs_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/mbedtls/port/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj -c /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_encrypted_partition.cpp", + "file": "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_encrypted_partition.cpp", + "output": "esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_handle_locked.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_handle_locked.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_handle_locked.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_common.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_common.c", + "output": "esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_partition.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_partition.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_partition.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_master.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_master.c", + "output": "esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_partition_lookup.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_partition_lookup.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_partition_lookup.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave.c", + "output": "esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_partition_manager.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_partition_manager.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_partition_manager.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_dma.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_dma.c", + "output": "esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\nvs_flash\\CMakeFiles\\__idf_nvs_flash.dir\\src\\nvs_types.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_types.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\nvs_flash\\src\\nvs_types.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave_hd.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave_hd.c", + "output": "esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\src\\phy_override.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_phy\\src\\phy_override.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_phy\\src\\phy_override.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_i2s/i2s_common.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_i2s/i2s_common.c", + "output": "esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\src\\lib_printf.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_phy\\src\\lib_printf.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_phy\\src\\lib_printf.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_i2s/i2s_std.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_i2s/i2s_std.c", + "output": "esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\src\\phy_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_phy\\src\\phy_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_phy\\src\\phy_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_i2s/i2s_pdm.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_i2s/i2s_pdm.c", + "output": "esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\src\\phy_init.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_phy\\src\\phy_init.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_phy\\src\\phy_init.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_i2s/i2s_tdm.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_i2s/i2s_tdm.c", + "output": "esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_phy\\CMakeFiles\\__idf_esp_phy.dir\\src\\btbb_init.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_phy\\src\\btbb_init.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_phy\\src\\btbb_init.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_i2s/i2s_platform.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_i2s/i2s_platform.c", + "output": "esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/vfs/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\vfs\\vfs.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\vfs\\vfs.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj -c /home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_cmd.c", + "file": "/home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_cmd.c", + "output": "esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/vfs/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs_eventfd.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\vfs\\vfs_eventfd.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\vfs\\vfs_eventfd.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj -c /home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_common.c", + "file": "/home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_common.c", + "output": "esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/vfs/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs_uart.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\vfs\\vfs_uart.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\vfs\\vfs_uart.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj -c /home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_init.c", + "file": "/home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_init.c", + "output": "esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/vfs/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs_semihost.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\vfs\\vfs_semihost.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\vfs\\vfs_semihost.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj -c /home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_io.c", + "file": "/home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_io.c", + "output": "esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/vfs/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\vfs\\CMakeFiles\\__idf_vfs.dir\\vfs_console.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\vfs\\vfs_console.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\vfs\\vfs_console.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj -c /home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_mmc.c", + "file": "/home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_mmc.c", + "output": "esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\sntp\\sntp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\apps\\sntp\\sntp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\apps\\sntp\\sntp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj -c /home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_sd.c", + "file": "/home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_sd.c", + "output": "esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\api_lib.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\api\\api_lib.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\api\\api_lib.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj -c /home/abobkov/esp/esp-idf/components/sdmmc/sd_pwr_ctrl/sd_pwr_ctrl.c", + "file": "/home/abobkov/esp/esp-idf/components/sdmmc/sd_pwr_ctrl/sd_pwr_ctrl.c", + "output": "esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\api_msg.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\api\\api_msg.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\api\\api_msg.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_crc.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_crc.c", + "output": "esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\err.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\api\\err.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\api\\err.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_host.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_host.c", + "output": "esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\if_api.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\api\\if_api.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\api\\if_api.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_transaction.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_transaction.c", + "output": "esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\netbuf.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\api\\netbuf.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\api\\netbuf.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_rmt/src/rmt_common.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_rmt/src/rmt_common.c", + "output": "esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\netdb.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\api\\netdb.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\api\\netdb.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder.c", + "output": "esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\netifapi.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\api\\netifapi.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\api\\netifapi.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_rmt/src/rmt_rx.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_rmt/src/rmt_rx.c", + "output": "esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\sockets.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\api\\sockets.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\api\\sockets.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_rmt/src/rmt_tx.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_rmt/src/rmt_tx.c", + "output": "esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\api\\tcpip.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\api\\tcpip.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\api\\tcpip.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_tsens/src/temperature_sensor.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_tsens/src/temperature_sensor.c", + "output": "esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\apps\\sntp\\sntp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\apps\\sntp\\sntp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\apps\\sntp\\sntp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_sdm/src/sdm.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_sdm/src/sdm.c", + "output": "esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\apps\\netbiosns\\netbiosns.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\apps\\netbiosns\\netbiosns.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\apps\\netbiosns\\netbiosns.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_i2c/i2c_master.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_i2c/i2c_master.c", + "output": "esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\def.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\def.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\def.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_i2c/i2c_common.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_i2c/i2c_common.c", + "output": "esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\dns.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\dns.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\dns.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_i2c/i2c_slave.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_i2c/i2c_slave.c", + "output": "esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\inet_chksum.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\inet_chksum.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\inet_chksum.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_ledc/src/ledc.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_ledc/src/ledc.c", + "output": "esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\init.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\init.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\init.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag.c", + "output": "esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ip.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ip.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ip.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_connection_monitor.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_connection_monitor.c", + "output": "esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\mem.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\mem.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\mem.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_vfs.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_vfs.c", + "output": "esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\memp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\memp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\memp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj -c /home/abobkov/esp/esp-idf/components/driver/deprecated/adc_legacy.c", + "file": "/home/abobkov/esp/esp-idf/components/driver/deprecated/adc_legacy.c", + "output": "esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\netif.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\netif.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\netif.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj -c /home/abobkov/esp/esp-idf/components/driver/deprecated/adc_dma_legacy.c", + "file": "/home/abobkov/esp/esp-idf/components/driver/deprecated/adc_dma_legacy.c", + "output": "esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\pbuf.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\pbuf.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\pbuf.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj -c /home/abobkov/esp/esp-idf/components/driver/deprecated/timer_legacy.c", + "file": "/home/abobkov/esp/esp-idf/components/driver/deprecated/timer_legacy.c", + "output": "esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\raw.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\raw.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\raw.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj -c /home/abobkov/esp/esp-idf/components/driver/i2c/i2c.c", + "file": "/home/abobkov/esp/esp-idf/components/driver/i2c/i2c.c", + "output": "esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\stats.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\stats.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\stats.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj -c /home/abobkov/esp/esp-idf/components/driver/deprecated/i2s_legacy.c", + "file": "/home/abobkov/esp/esp-idf/components/driver/deprecated/i2s_legacy.c", + "output": "esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\sys.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\sys.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\sys.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj -c /home/abobkov/esp/esp-idf/components/driver/deprecated/rmt_legacy.c", + "file": "/home/abobkov/esp/esp-idf/components/driver/deprecated/rmt_legacy.c", + "output": "esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -Wno-type-limits -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\tcp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\tcp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\tcp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj -c /home/abobkov/esp/esp-idf/components/driver/deprecated/sigma_delta_legacy.c", + "file": "/home/abobkov/esp/esp-idf/components/driver/deprecated/sigma_delta_legacy.c", + "output": "esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\tcp_in.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\tcp_in.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\tcp_in.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj -c /home/abobkov/esp/esp-idf/components/driver/deprecated/rtc_temperature_legacy.c", + "file": "/home/abobkov/esp/esp-idf/components/driver/deprecated/rtc_temperature_legacy.c", + "output": "esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\tcp_out.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\tcp_out.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\tcp_out.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj -c /home/abobkov/esp/esp-idf/components/driver/twai/twai.c", + "file": "/home/abobkov/esp/esp-idf/components/driver/twai/twai.c", + "output": "esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\timeouts.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\timeouts.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\timeouts.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj -c /home/abobkov/esp/esp-idf/components/esp_phy/src/phy_override.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_phy/src/phy_override.c", + "output": "esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\udp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\udp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\udp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj -c /home/abobkov/esp/esp-idf/components/esp_phy/src/lib_printf.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_phy/src/lib_printf.c", + "output": "esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\autoip.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\autoip.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\autoip.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj -c /home/abobkov/esp/esp-idf/components/esp_phy/src/phy_common.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_phy/src/phy_common.c", + "output": "esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\dhcp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\dhcp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\dhcp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj -c /home/abobkov/esp/esp-idf/components/esp_phy/src/phy_init.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_phy/src/phy_init.c", + "output": "esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\etharp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\etharp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\etharp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_phy/CMakeFiles/__idf_esp_phy.dir/esp32c3/phy_init_data.c.obj -c /home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/phy_init_data.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/phy_init_data.c", + "output": "esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c3/phy_init_data.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\icmp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\icmp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\icmp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj -c /home/abobkov/esp/esp-idf/components/esp_phy/src/btbb_init.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_phy/src/btbb_init.c", + "output": "esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\igmp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\igmp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\igmp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj -c /home/abobkov/esp/esp-idf/components/esp_vfs_console/vfs_console.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_vfs_console/vfs_console.c", + "output": "esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\ip4.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\ip4.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\ip4.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_vfs_console/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj -c /home/abobkov/esp/esp-idf/components/vfs/vfs.c", + "file": "/home/abobkov/esp/esp-idf/components/vfs/vfs.c", + "output": "esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\ip4_napt.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\ip4_napt.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\ip4_napt.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_vfs_console/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj -c /home/abobkov/esp/esp-idf/components/vfs/vfs_eventfd.c", + "file": "/home/abobkov/esp/esp-idf/components/vfs/vfs_eventfd.c", + "output": "esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\ip4_addr.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\ip4_addr.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\ip4_addr.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_vfs_console/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj -c /home/abobkov/esp/esp-idf/components/vfs/vfs_semihost.c", + "file": "/home/abobkov/esp/esp-idf/components/vfs/vfs_semihost.c", + "output": "esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv4\\ip4_frag.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\ip4_frag.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv4\\ip4_frag.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_vfs_console/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj -c /home/abobkov/esp/esp-idf/components/vfs/nullfs.c", + "file": "/home/abobkov/esp/esp-idf/components/vfs/nullfs.c", + "output": "esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\dhcp6.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\dhcp6.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\dhcp6.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/apps/sntp/sntp.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/apps/sntp/sntp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\ethip6.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\ethip6.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\ethip6.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/api_lib.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/api_lib.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\icmp6.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\icmp6.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\icmp6.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/api_msg.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/api_msg.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\inet6.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\inet6.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\inet6.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/err.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/err.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\ip6.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\ip6.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\ip6.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/if_api.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/if_api.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\ip6_addr.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\ip6_addr.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\ip6_addr.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/netbuf.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/netbuf.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\ip6_frag.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\ip6_frag.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\ip6_frag.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/netdb.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/netdb.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\mld6.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\mld6.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\mld6.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/netifapi.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/netifapi.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\core\\ipv6\\nd6.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\nd6.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\core\\ipv6\\nd6.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/sockets.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/sockets.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ethernet.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ethernet.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ethernet.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/tcpip.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/tcpip.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\bridgeif.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\bridgeif.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\bridgeif.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\bridgeif_fdb.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\bridgeif_fdb.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\bridgeif_fdb.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\slipif.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\slipif.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\slipif.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/def.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/def.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\auth.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\auth.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\auth.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/dns.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/dns.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\ccp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ccp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ccp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/inet_chksum.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/inet_chksum.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\chap-md5.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\chap-md5.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\chap-md5.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/init.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/init.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\chap-new.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\chap-new.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\chap-new.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ip.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ip.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -Wno-array-parameter -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\chap_ms.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\chap_ms.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\chap_ms.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/mem.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/mem.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\demand.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\demand.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\demand.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/memp.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/memp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\eap.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\eap.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\eap.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/netif.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/netif.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\ecp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ecp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ecp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/pbuf.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/pbuf.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\eui64.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\eui64.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\eui64.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/raw.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/raw.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\fsm.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\fsm.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\fsm.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/stats.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/stats.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\ipcp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ipcp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ipcp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/sys.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/sys.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\ipv6cp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ipv6cp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ipv6cp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -Wno-type-limits -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/tcp.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/tcp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\lcp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\lcp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\lcp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/tcp_in.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/tcp_in.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\magic.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\magic.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\magic.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/tcp_out.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/tcp_out.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\mppe.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\mppe.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\mppe.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/timeouts.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/timeouts.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\multilink.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\multilink.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\multilink.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/udp.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/udp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\ppp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ppp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\ppp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\pppapi.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppapi.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppapi.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\pppcrypt.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppcrypt.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppcrypt.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\pppoe.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppoe.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppoe.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\pppol2tp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppol2tp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppol2tp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -Wno-type-limits -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\pppos.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppos.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\pppos.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\upap.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\upap.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\upap.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_napt.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_napt.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\utils.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\utils.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\utils.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\lwip\\src\\netif\\ppp\\vj.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\vj.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\lwip\\src\\netif\\ppp\\vj.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\hooks\\tcp_isn_default.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\port\\hooks\\tcp_isn_default.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\port\\hooks\\tcp_isn_default.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\hooks\\lwip_default_hooks.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\port\\hooks\\lwip_default_hooks.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\port\\hooks\\lwip_default_hooks.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\debug\\lwip_debug.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\port\\debug\\lwip_debug.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\port\\debug\\lwip_debug.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\sockets_ext.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\port\\sockets_ext.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\port\\sockets_ext.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\freertos\\sys_arch.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\port\\freertos\\sys_arch.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\port\\freertos\\sys_arch.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\port\\esp32xx\\vfs_lwip.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\port\\esp32xx\\vfs_lwip.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\port\\esp32xx\\vfs_lwip.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\ping\\esp_ping.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\apps\\ping\\esp_ping.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\apps\\ping\\esp_ping.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\ping\\ping.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\apps\\ping\\ping.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\apps\\ping\\ping.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\ping\\ping_sock.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\apps\\ping\\ping_sock.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\apps\\ping\\ping_sock.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-address -Wno-format -o esp-idf\\lwip\\CMakeFiles\\__idf_lwip.dir\\apps\\dhcpserver\\dhcpserver.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\apps\\dhcpserver\\dhcpserver.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\lwip\\apps\\dhcpserver\\dhcpserver.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ethernet.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ethernet.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\esp_netif_handlers.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_netif\\esp_netif_handlers.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_netif\\esp_netif_handlers.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\esp_netif_objects.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_netif\\esp_netif_objects.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_netif\\esp_netif_objects.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif_fdb.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif_fdb.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\esp_netif_defaults.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_netif\\esp_netif_defaults.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_netif\\esp_netif_defaults.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/slipif.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/slipif.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\esp_netif_lwip.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_netif\\lwip\\esp_netif_lwip.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_netif\\lwip\\esp_netif_lwip.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\esp_netif_sntp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_netif\\lwip\\esp_netif_sntp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_netif\\lwip\\esp_netif_sntp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\esp_netif_lwip_defaults.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_netif\\lwip\\esp_netif_lwip_defaults.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_netif\\lwip\\esp_netif_lwip_defaults.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\netif\\wlanif.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_netif\\lwip\\netif\\wlanif.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_netif\\lwip\\netif\\wlanif.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\netif\\ethernetif.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_netif\\lwip\\netif\\ethernetif.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_netif\\lwip\\netif\\ethernetif.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -Wno-array-parameter -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/private_include -IC:/Users/alex/esp/esp-idf/components/esp_netif/lwip -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_netif\\CMakeFiles\\__idf_esp_netif.dir\\lwip\\netif\\esp_pbuf_ref.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_netif\\lwip\\netif\\esp_pbuf_ref.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_netif\\lwip\\netif\\esp_pbuf_ref.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\port\\os_xtensa.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\port\\os_xtensa.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\port\\os_xtensa.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\port\\eloop.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\port\\eloop.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\port\\eloop.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\ap_config.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\ap\\ap_config.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\ap\\ap_config.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\ieee802_1x.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\ap\\ieee802_1x.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\ap\\ieee802_1x.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\wpa_auth.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\ap\\wpa_auth.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\ap\\wpa_auth.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\wpa_auth_ie.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\ap\\wpa_auth_ie.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\ap\\wpa_auth_ie.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\pmksa_cache_auth.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\ap\\pmksa_cache_auth.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\ap\\pmksa_cache_auth.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\sta_info.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\ap\\sta_info.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\ap\\sta_info.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\ieee802_11.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\ap\\ieee802_11.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\ap\\ieee802_11.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\ap\\comeback_token.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\ap\\comeback_token.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\ap\\comeback_token.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\common\\sae.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\common\\sae.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\common\\sae.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\common\\dragonfly.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\common\\dragonfly.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\common\\dragonfly.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\common\\wpa_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\common\\wpa_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\common\\wpa_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\bitfield.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\utils\\bitfield.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\utils\\bitfield.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\aes-siv.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-siv.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-siv.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha256-kdf.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha256-kdf.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha256-kdf.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -Wno-type-limits -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\ccmp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\ccmp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\ccmp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\aes-gcm.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-gcm.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-gcm.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\crypto_ops.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\crypto_ops.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\crypto_ops.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\dh_group5.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\dh_group5.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\dh_group5.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/port/hooks/tcp_isn_default.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/port/hooks/tcp_isn_default.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\dh_groups.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\dh_groups.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\dh_groups.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/port/hooks/lwip_default_hooks.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/port/hooks/lwip_default_hooks.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\ms_funcs.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\ms_funcs.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\ms_funcs.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/port/debug/lwip_debug.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/port/debug/lwip_debug.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha1-tlsprf.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha1-tlsprf.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha1-tlsprf.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/port/sockets_ext.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/port/sockets_ext.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha256-tlsprf.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha256-tlsprf.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha256-tlsprf.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/port/freertos/sys_arch.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/port/freertos/sys_arch.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha384-tlsprf.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha384-tlsprf.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha384-tlsprf.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/port/acd_dhcp_check.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/port/acd_dhcp_check.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha256-prf.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha256-prf.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha256-prf.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/vfs_lwip.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/vfs_lwip.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha1-prf.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha1-prf.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha1-prf.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/apps/ping/esp_ping.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/apps/ping/esp_ping.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha384-prf.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha384-prf.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha384-prf.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/apps/ping/ping.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/apps/ping/ping.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\md4-internal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\md4-internal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\md4-internal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/apps/ping/ping_sock.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/apps/ping/ping_sock.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\sha1-tprf.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha1-tprf.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\sha1-tprf.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/arc4.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/arc4.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_common\\eap_wsc_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_common\\eap_wsc_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_common\\eap_wsc_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/des.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/des.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\common\\ieee802_11_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\common\\ieee802_11_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\common\\ieee802_11_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md4.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md4.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\chap.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\chap.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\chap.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md5.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md5.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/sha1.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/sha1.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-address -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj -c /home/abobkov/esp/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c", + "file": "/home/abobkov/esp/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c", + "output": "esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_mschapv2.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_mschapv2.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_mschapv2.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj -c /home/abobkov/esp/esp-idf/components/esp_netif/esp_netif_handlers.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_netif/esp_netif_handlers.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_peap.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_peap.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_peap.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj -c /home/abobkov/esp/esp-idf/components/esp_netif/esp_netif_objects.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_netif/esp_netif_objects.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_peap_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_peap_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_peap_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj -c /home/abobkov/esp/esp-idf/components/esp_netif/esp_netif_defaults.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_netif/esp_netif_defaults.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_tls.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_tls.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_tls.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj -c /home/abobkov/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_tls_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_tls_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_tls_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj -c /home/abobkov/esp/esp-idf/components/esp_netif/lwip/esp_netif_sntp.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_netif/lwip/esp_netif_sntp.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_ttls.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_ttls.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_ttls.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj -c /home/abobkov/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\mschapv2.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\mschapv2.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\mschapv2.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj -c /home/abobkov/esp/esp-idf/components/esp_netif/lwip/netif/wlanif.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_netif/lwip/netif/wlanif.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_fast.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_fast.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_fast.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj -c /home/abobkov/esp/esp-idf/components/esp_netif/lwip/netif/ethernetif.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_netif/lwip/netif/ethernetif.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_fast_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_fast_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_fast_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_NETIF_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj -c /home/abobkov/esp/esp-idf/components/esp_netif/lwip/netif/esp_pbuf_ref.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_netif/lwip/netif/esp_pbuf_ref.c", + "output": "esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\eap_peer\\eap_fast_pac.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_fast_pac.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\eap_peer\\eap_fast_pac.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\rsn_supp\\pmksa_cache.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\rsn_supp\\pmksa_cache.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\rsn_supp\\pmksa_cache.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/port/eloop.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/eloop.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\rsn_supp\\wpa.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\rsn_supp\\wpa.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\rsn_supp\\wpa.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/ap_config.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/ap_config.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\rsn_supp\\wpa_ie.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\rsn_supp\\wpa_ie.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\rsn_supp\\wpa_ie.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\base64.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\utils\\base64.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\utils\\base64.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\utils\\common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\utils\\common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\ext_password.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\utils\\ext_password.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\utils\\ext_password.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/pmksa_cache_auth.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/pmksa_cache_auth.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\uuid.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\utils\\uuid.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\utils\\uuid.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/sta_info.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/sta_info.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\wpabuf.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\utils\\wpabuf.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\utils\\wpabuf.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_11.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_11.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\wpa_debug.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\utils\\wpa_debug.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\utils\\wpa_debug.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/comeback_token.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/comeback_token.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\utils\\json.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\utils\\json.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\utils\\json.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/common/sae.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/common/sae.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/common/dragonfly.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/common/dragonfly.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps_attr_build.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_attr_build.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_attr_build.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/common/wpa_common.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/common/wpa_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps_attr_parse.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_attr_parse.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_attr_parse.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/bitfield.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/bitfield.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps_attr_process.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_attr_process.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_attr_process.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-siv.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-siv.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-kdf.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-kdf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps_dev_attr.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_dev_attr.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_dev_attr.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\wps\\wps_enrollee.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_enrollee.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\wps\\wps_enrollee.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-gcm.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-gcm.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\common\\sae_pk.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\common\\sae_pk.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\common\\sae_pk.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\common\\bss.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\common\\bss.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\common\\bss.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\common\\scan.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\common\\scan.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\common\\scan.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_scan.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_scan.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_scan.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_eap_client.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_eap_client.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_eap_client.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tlsprf.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tlsprf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_wpa2_api_port.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wpa2_api_port.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wpa2_api_port.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-tlsprf.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-tlsprf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_wpa_main.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wpa_main.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wpa_main.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-tlsprf.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-tlsprf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_wpas_glue.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wpas_glue.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wpas_glue.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-prf.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-prf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-prf.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-prf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_wps.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wps.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wps.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-prf.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-prf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_wpa3.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wpa3.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_wpa3.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_owe.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_owe.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_owe.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tprf.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tprf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\esp_hostap.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_hostap.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\esp_hostap.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_common/eap_wsc_common.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_common/eap_wsc_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\crypto\\tls_mbedtls.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\tls_mbedtls.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\tls_mbedtls.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/common/ieee802_11_common.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/common/ieee802_11_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\crypto\\fastpbkdf2.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\fastpbkdf2.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\fastpbkdf2.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\crypto\\crypto_mbedtls.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\crypto_mbedtls.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\crypto_mbedtls.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\crypto\\crypto_mbedtls-bignum.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\crypto_mbedtls-bignum.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\crypto_mbedtls-bignum.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\crypto\\crypto_mbedtls-rsa.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\crypto_mbedtls-rsa.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\crypto_mbedtls-rsa.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\esp_supplicant\\src\\crypto\\crypto_mbedtls-ec.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\crypto_mbedtls-ec.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\esp_supplicant\\src\\crypto\\crypto_mbedtls-ec.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\rc4.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\rc4.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\rc4.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\des-internal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\des-internal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\des-internal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\aes-wrap.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-wrap.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-wrap.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\aes-unwrap.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-unwrap.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-unwrap.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.1.2\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf\\wpa_supplicant\\CMakeFiles\\__idf_wpa_supplicant.dir\\src\\crypto\\aes-ccm.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-ccm.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wpa_supplicant\\src\\crypto\\aes-ccm.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_coex\\CMakeFiles\\__idf_esp_coex.dir\\esp32\\esp_coex_adapter.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_coex\\esp32\\esp_coex_adapter.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_coex\\esp32\\esp_coex_adapter.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\mesh_event.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_wifi\\src\\mesh_event.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_wifi\\src\\mesh_event.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_common.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\smartconfig.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_wifi\\src\\smartconfig.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_wifi\\src\\smartconfig.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_pac.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_pac.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\wifi_init.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_wifi\\src\\wifi_init.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_wifi\\src\\wifi_init.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\wifi_default.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_wifi\\src\\wifi_default.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_wifi\\src\\wifi_default.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\wifi_netif.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_wifi\\src\\wifi_netif.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_wifi\\src\\wifi_netif.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\wifi_default_ap.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_wifi\\src\\wifi_default_ap.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_wifi\\src\\wifi_default_ap.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/base64.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/base64.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\esp32\\esp_adapter.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_wifi\\esp32\\esp_adapter.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_wifi\\esp32\\esp_adapter.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/common.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/esp_coex/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_wifi\\CMakeFiles\\__idf_esp_wifi.dir\\src\\smartconfig_ack.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_wifi\\src\\smartconfig_ack.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_wifi\\src\\smartconfig_ack.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/ext_password.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/ext_password.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity\\src\\unity.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\unity\\unity\\src\\unity.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\unity\\unity\\src\\unity.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/uuid.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/uuid.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_runner.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\unity\\unity_runner.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\unity\\unity_runner.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_utils_freertos.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\unity\\unity_utils_freertos.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\unity\\unity_utils_freertos.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_utils_cache.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\unity\\unity_utils_cache.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\unity\\unity_utils_cache.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/json.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/json.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_utils_memory.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\unity\\unity_utils_memory.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\unity\\unity_utils_memory.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\unity_port_esp32.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\unity\\unity_port_esp32.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\unity\\unity_port_esp32.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-unused-const-variable -o esp-idf\\unity\\CMakeFiles\\__idf_unity.dir\\port\\esp\\unity_utils_memory_esp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\unity\\port\\esp\\unity_utils_memory_esp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\unity\\port\\esp\\unity_utils_memory_esp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\cmock\\CMakeFiles\\__idf_cmock.dir\\CMock\\src\\cmock.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\cmock\\CMock\\src\\cmock.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\cmock\\CMock\\src\\cmock.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\commands.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\console\\commands.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\console\\commands.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps_common.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\esp_console_repl.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\console\\esp_console_repl.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\console\\esp_console_repl.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\split_argv.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\console\\split_argv.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\console\\split_argv.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\linenoise\\linenoise.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\console\\linenoise\\linenoise.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\console\\linenoise\\linenoise.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/common/sae_pk.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/common/sae_pk.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_cmd.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_cmd.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_cmd.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_date.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_date.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_date.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa2_api_port.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa2_api_port.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_dbl.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_dbl.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_dbl.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_dstr.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_dstr.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_dstr.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_end.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_end.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_end.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_common.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_common.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_file.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_file.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_file.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wps.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wps.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_hashtable.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_hashtable.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_hashtable.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_int.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_int.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_int.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_owe.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_owe.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_lit.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_lit.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_lit.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_rem.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_rem.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_rem.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/tls_mbedtls.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/tls_mbedtls.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_rex.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_rex.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_rex.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/fastpbkdf2.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/fastpbkdf2.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_str.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_str.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_str.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\arg_utils.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_utils.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\arg_utils.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\console\\CMakeFiles\\__idf_console.dir\\argtable3\\argtable3.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\argtable3.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\console\\argtable3\\argtable3.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\http_parser\\CMakeFiles\\__idf_http_parser.dir\\http_parser.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\http_parser\\http_parser.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\http_parser\\http_parser.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-ec.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-ec.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/esp-tls/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp-tls\\CMakeFiles\\__idf_esp-tls.dir\\esp_tls.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp-tls\\esp_tls.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp-tls\\esp_tls.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/rc4.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/rc4.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/esp-tls/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp-tls\\CMakeFiles\\__idf_esp-tls.dir\\esp-tls-crypto\\esp_tls_crypto.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp-tls\\esp-tls-crypto\\esp_tls_crypto.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp-tls\\esp-tls-crypto\\esp_tls_crypto.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/esp-tls/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp-tls\\CMakeFiles\\__idf_esp-tls.dir\\esp_tls_error_capture.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp-tls\\esp_tls_error_capture.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp-tls\\esp_tls_error_capture.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/esp-tls/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp-tls\\CMakeFiles\\__idf_esp-tls.dir\\esp_tls_mbedtls.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp-tls\\esp_tls_mbedtls.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp-tls\\esp_tls_mbedtls.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_cali.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_adc\\adc_cali.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_adc\\adc_cali.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DCONFIG_CRYPTO_MBEDTLS -DCONFIG_ECC -DCONFIG_FAST_PBKDF2 -DCONFIG_GMAC -DCONFIG_IEEE80211W -DCONFIG_NO_RADIUS -DCONFIG_OWE_STA -DCONFIG_SAE -DCONFIG_SAE_PK -DCONFIG_SHA256 -DCONFIG_WPA3_SAE -DCONFIG_WPS -DEAP_MSCHAPv2 -DEAP_PEAP -DEAP_PEER_METHOD -DEAP_TLS -DEAP_TTLS -DESPRESSIF_USE -DESP_PLATFORM -DESP_SUPPLICANT -DIDF_VER=\\\"v5.4\\\" -DIEEE8021X_EAPOL -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUSE_WPA2_TASK -DUSE_WPS_TASK -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -D__ets__ -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-strict-aliasing -Wno-write-strings -Werror -Wno-format -o esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj -c /home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c", + "file": "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c", + "output": "esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_cali_curve_fitting.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_adc\\adc_cali_curve_fitting.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_adc\\adc_cali_curve_fitting.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c.obj -c /home/abobkov/esp/esp-idf/components/esp_coex/esp32c3/esp_coex_adapter.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_coex/esp32c3/esp_coex_adapter.c", + "output": "esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_oneshot.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_adc\\adc_oneshot.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_adc\\adc_oneshot.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj -c /home/abobkov/esp/esp-idf/components/esp_coex/src/coexist_debug_diagram.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_coex/src/coexist_debug_diagram.c", + "output": "esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_adc\\adc_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_adc\\adc_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj -c /home/abobkov/esp/esp-idf/components/esp_coex/src/coexist_debug.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_coex/src/coexist_debug.c", + "output": "esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\deprecated\\esp_adc_cal_common_legacy.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_adc\\deprecated\\esp_adc_cal_common_legacy.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_adc\\deprecated\\esp_adc_cal_common_legacy.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj -c /home/abobkov/esp/esp-idf/components/esp_wifi/src/lib_printf.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_wifi/src/lib_printf.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\adc_continuous.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_adc\\adc_continuous.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_adc\\adc_continuous.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj -c /home/abobkov/esp/esp-idf/components/esp_wifi/src/mesh_event.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_wifi/src/mesh_event.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\esp32\\adc_cali_line_fitting.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_adc\\esp32\\adc_cali_line_fitting.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_adc\\esp32\\adc_cali_line_fitting.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj -c /home/abobkov/esp/esp-idf/components/esp_wifi/src/smartconfig.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_wifi/src/smartconfig.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_adc\\CMakeFiles\\__idf_esp_adc.dir\\deprecated\\esp32\\esp_adc_cal_legacy.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_adc\\deprecated\\esp32\\esp_adc_cal_legacy.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_adc\\deprecated\\esp32\\esp_adc_cal_legacy.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj -c /home/abobkov/esp/esp-idf/components/esp_wifi/src/wifi_init.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_wifi/src/wifi_init.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_eth\\src\\esp_eth.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_eth\\src\\esp_eth.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj -c /home/abobkov/esp/esp-idf/components/esp_wifi/src/wifi_default.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_wifi/src/wifi_default.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_phy_802_3.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_802_3.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_802_3.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj -c /home/abobkov/esp/esp-idf/components/esp_wifi/src/wifi_netif.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_wifi/src/wifi_netif.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_netif_glue.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_eth\\src\\esp_eth_netif_glue.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_eth\\src\\esp_eth_netif_glue.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj -c /home/abobkov/esp/esp-idf/components/esp_wifi/src/wifi_default_ap.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_wifi/src/wifi_default_ap.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_mac_esp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_eth\\src\\esp_eth_mac_esp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_eth\\src\\esp_eth_mac_esp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj -c /home/abobkov/esp/esp-idf/components/esp_wifi/esp32c3/esp_adapter.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_wifi/esp32c3/esp_adapter.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_phy_dp83848.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_dp83848.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_dp83848.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/roaming_app/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj -c /home/abobkov/esp/esp-idf/components/esp_wifi/src/smartconfig_ack.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_wifi/src/smartconfig_ack.c", + "output": "esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_phy_ip101.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_ip101.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_ip101.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj -c /home/abobkov/esp/esp-idf/components/unity/unity/src/unity.c", + "file": "/home/abobkov/esp/esp-idf/components/unity/unity/src/unity.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_phy_ksz80xx.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_ksz80xx.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_ksz80xx.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj -c /home/abobkov/esp/esp-idf/components/unity/unity_compat.c", + "file": "/home/abobkov/esp/esp-idf/components/unity/unity_compat.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_phy_lan87xx.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_lan87xx.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_lan87xx.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj -c /home/abobkov/esp/esp-idf/components/unity/unity_runner.c", + "file": "/home/abobkov/esp/esp-idf/components/unity/unity_runner.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_eth\\CMakeFiles\\__idf_esp_eth.dir\\src\\esp_eth_phy_rtl8201.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_rtl8201.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_eth\\src\\esp_eth_phy_rtl8201.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj -c /home/abobkov/esp/esp-idf/components/unity/unity_utils_freertos.c", + "file": "/home/abobkov/esp/esp-idf/components/unity/unity_utils_freertos.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\gdbstub.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_gdbstub\\src\\gdbstub.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_gdbstub\\src\\gdbstub.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj -c /home/abobkov/esp/esp-idf/components/unity/unity_utils_cache.c", + "file": "/home/abobkov/esp/esp-idf/components/unity/unity_utils_cache.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\gdbstub_transport.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_gdbstub\\src\\gdbstub_transport.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_gdbstub\\src\\gdbstub_transport.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj -c /home/abobkov/esp/esp-idf/components/unity/unity_utils_memory.c", + "file": "/home/abobkov/esp/esp-idf/components/unity/unity_utils_memory.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\packet.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_gdbstub\\src\\packet.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_gdbstub\\src\\packet.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj -c /home/abobkov/esp/esp-idf/components/unity/unity_port_esp32.c", + "file": "/home/abobkov/esp/esp-idf/components/unity/unity_port_esp32.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\port\\xtensa\\gdbstub_xtensa.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_gdbstub\\src\\port\\xtensa\\gdbstub_xtensa.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_gdbstub\\src\\port\\xtensa\\gdbstub_xtensa.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-unused-const-variable -o esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj -c /home/abobkov/esp/esp-idf/components/unity/port/esp/unity_utils_memory_esp.c", + "file": "/home/abobkov/esp/esp-idf/components/unity/port/esp/unity_utils_memory_esp.c", + "output": "esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\port\\xtensa\\gdbstub-entry.S.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_gdbstub\\src\\port\\xtensa\\gdbstub-entry.S", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_gdbstub\\src\\port\\xtensa\\gdbstub-entry.S" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj -c /home/abobkov/esp/esp-idf/components/cmock/CMock/src/cmock.c", + "file": "/home/abobkov/esp/esp-idf/components/cmock/CMock/src/cmock.c", + "output": "esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/private_include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -o esp-idf\\esp_gdbstub\\CMakeFiles\\__idf_esp_gdbstub.dir\\src\\port\\xtensa\\xt_debugexception.S.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_gdbstub\\src\\port\\xtensa\\xt_debugexception.S", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_gdbstub\\src\\port\\xtensa\\xt_debugexception.S" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/console/CMakeFiles/__idf_console.dir/commands.c.obj -c /home/abobkov/esp/esp-idf/components/console/commands.c", + "file": "/home/abobkov/esp/esp-idf/components/console/commands.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/esp-idf/components/esp_hid/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hid\\CMakeFiles\\__idf_esp_hid.dir\\src\\esp_hidd.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hid\\src\\esp_hidd.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hid\\src\\esp_hidd.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj -c /home/abobkov/esp/esp-idf/components/console/esp_console_common.c", + "file": "/home/abobkov/esp/esp-idf/components/console/esp_console_common.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/esp-idf/components/esp_hid/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hid\\CMakeFiles\\__idf_esp_hid.dir\\src\\esp_hidh.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hid\\src\\esp_hidh.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hid\\src\\esp_hidh.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/console/CMakeFiles/__idf_console.dir/split_argv.c.obj -c /home/abobkov/esp/esp-idf/components/console/split_argv.c", + "file": "/home/abobkov/esp/esp-idf/components/console/split_argv.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/esp-idf/components/esp_hid/private -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\esp_hid\\CMakeFiles\\__idf_esp_hid.dir\\src\\esp_hid_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hid\\src\\esp_hid_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_hid\\src\\esp_hid_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj -c /home/abobkov/esp/esp-idf/components/console/linenoise/linenoise.c", + "file": "/home/abobkov/esp/esp-idf/components/console/linenoise/linenoise.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\tcp_transport\\transport.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\tcp_transport\\transport.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj -c /home/abobkov/esp/esp-idf/components/console/esp_console_repl_chip.c", + "file": "/home/abobkov/esp/esp-idf/components/console/esp_console_repl_chip.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport_ssl.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\tcp_transport\\transport_ssl.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\tcp_transport\\transport_ssl.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj -c /home/abobkov/esp/esp-idf/components/console/argtable3/arg_cmd.c", + "file": "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_cmd.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport_internal.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\tcp_transport\\transport_internal.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\tcp_transport\\transport_internal.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj -c /home/abobkov/esp/esp-idf/components/console/argtable3/arg_date.c", + "file": "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_date.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport_socks_proxy.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\tcp_transport\\transport_socks_proxy.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\tcp_transport\\transport_socks_proxy.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj -c /home/abobkov/esp/esp-idf/components/console/argtable3/arg_dbl.c", + "file": "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_dbl.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\tcp_transport\\CMakeFiles\\__idf_tcp_transport.dir\\transport_ws.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\tcp_transport\\transport_ws.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\tcp_transport\\transport_ws.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj -c /home/abobkov/esp/esp-idf/components/console/argtable3/arg_dstr.c", + "file": "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_dstr.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/esp-idf/components/esp_http_client/lib/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_client\\CMakeFiles\\__idf_esp_http_client.dir\\esp_http_client.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_client\\esp_http_client.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_client\\esp_http_client.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj -c /home/abobkov/esp/esp-idf/components/console/argtable3/arg_end.c", + "file": "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_end.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/esp-idf/components/esp_http_client/lib/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_client\\CMakeFiles\\__idf_esp_http_client.dir\\lib\\http_auth.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_client\\lib\\http_auth.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_client\\lib\\http_auth.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj -c /home/abobkov/esp/esp-idf/components/console/argtable3/arg_file.c", + "file": "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_file.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/esp-idf/components/esp_http_client/lib/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_client\\CMakeFiles\\__idf_esp_http_client.dir\\lib\\http_header.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_client\\lib\\http_header.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_client\\lib\\http_header.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj -c /home/abobkov/esp/esp-idf/components/console/argtable3/arg_hashtable.c", + "file": "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_hashtable.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/esp-idf/components/esp_http_client/lib/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_client\\CMakeFiles\\__idf_esp_http_client.dir\\lib\\http_utils.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_client\\lib\\http_utils.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_client\\lib\\http_utils.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj -c /home/abobkov/esp/esp-idf/components/console/argtable3/arg_int.c", + "file": "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_int.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\httpd_main.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_server\\src\\httpd_main.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_server\\src\\httpd_main.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj -c /home/abobkov/esp/esp-idf/components/console/argtable3/arg_lit.c", + "file": "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_lit.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\httpd_parse.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_server\\src\\httpd_parse.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_server\\src\\httpd_parse.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj -c /home/abobkov/esp/esp-idf/components/console/argtable3/arg_rem.c", + "file": "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_rem.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\httpd_sess.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_server\\src\\httpd_sess.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_server\\src\\httpd_sess.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj -c /home/abobkov/esp/esp-idf/components/console/argtable3/arg_rex.c", + "file": "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_rex.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\httpd_txrx.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_server\\src\\httpd_txrx.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_server\\src\\httpd_txrx.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj -c /home/abobkov/esp/esp-idf/components/console/argtable3/arg_str.c", + "file": "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_str.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\httpd_uri.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_server\\src\\httpd_uri.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_server\\src\\httpd_uri.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj -c /home/abobkov/esp/esp-idf/components/console/argtable3/arg_utils.c", + "file": "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_utils.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\httpd_ws.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_server\\src\\httpd_ws.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_server\\src\\httpd_ws.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/console/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_vfs_console/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj -c /home/abobkov/esp/esp-idf/components/console/argtable3/argtable3.c", + "file": "/home/abobkov/esp/esp-idf/components/console/argtable3/argtable3.c", + "output": "esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/util -IC:/Users/alex/esp/esp-idf/components/esp_http_server/src/port/esp32 -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_http_server\\CMakeFiles\\__idf_esp_http_server.dir\\src\\util\\ctrl_sock.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_server\\src\\util\\ctrl_sock.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_http_server\\src\\util\\ctrl_sock.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj -c /home/abobkov/esp/esp-idf/components/http_parser/http_parser.c", + "file": "/home/abobkov/esp/esp-idf/components/http_parser/http_parser.c", + "output": "esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_https_ota\\CMakeFiles\\__idf_esp_https_ota.dir\\src\\esp_https_ota.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_https_ota\\src\\esp_https_ota.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_https_ota\\src\\esp_https_ota.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj -c /home/abobkov/esp/esp-idf/components/esp-tls/esp_tls.c", + "file": "/home/abobkov/esp/esp-idf/components/esp-tls/esp_tls.c", + "output": "esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj -c /home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto/esp_tls_crypto.c", + "file": "/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto/esp_tls_crypto.c", + "output": "esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_io.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_io.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_io.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj -c /home/abobkov/esp/esp-idf/components/esp-tls/esp_tls_error_capture.c", + "file": "/home/abobkov/esp/esp-idf/components/esp-tls/esp_tls_error_capture.c", + "output": "esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_io_i2c.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_io_i2c.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_io_i2c.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj -c /home/abobkov/esp/esp-idf/components/esp-tls/esp_tls_platform_port.c", + "file": "/home/abobkov/esp/esp-idf/components/esp-tls/esp_tls_platform_port.c", + "output": "esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_io_spi.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_io_spi.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_io_spi.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj -c /home/abobkov/esp/esp-idf/components/esp-tls/esp_tls_mbedtls.c", + "file": "/home/abobkov/esp/esp-idf/components/esp-tls/esp_tls_mbedtls.c", + "output": "esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_nt35510.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_nt35510.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_nt35510.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj -c /home/abobkov/esp/esp-idf/components/esp_adc/adc_oneshot.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_adc/adc_oneshot.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_ssd1306.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_ssd1306.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_ssd1306.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj -c /home/abobkov/esp/esp-idf/components/esp_adc/adc_common.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_adc/adc_common.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_st7789.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_st7789.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_st7789.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj -c /home/abobkov/esp/esp-idf/components/esp_adc/adc_cali.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_adc/adc_cali.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_ops.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_ops.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_ops.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj -c /home/abobkov/esp/esp-idf/components/esp_adc/adc_cali_curve_fitting.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_adc/adc_cali_curve_fitting.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/esp_psram/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_lcd\\CMakeFiles\\__idf_esp_lcd.dir\\src\\esp_lcd_panel_io_i2s.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_io_i2s.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_lcd\\src\\esp_lcd_panel_io_i2s.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj -c /home/abobkov/esp/esp-idf/components/esp_adc/deprecated/esp_adc_cal_common_legacy.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_adc/deprecated/esp_adc_cal_common_legacy.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protobuf-c\\CMakeFiles\\__idf_protobuf-c.dir\\protobuf-c\\protobuf-c\\protobuf-c.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\protobuf-c\\protobuf-c\\protobuf-c\\protobuf-c.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\protobuf-c\\protobuf-c\\protobuf-c\\protobuf-c.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj -c /home/abobkov/esp/esp-idf/components/esp_adc/adc_continuous.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_adc/adc_continuous.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\common\\protocomm.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\src\\common\\protocomm.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\src\\common\\protocomm.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj -c /home/abobkov/esp/esp-idf/components/esp_adc/adc_monitor.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_adc/adc_monitor.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\proto-c\\constants.pb-c.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\proto-c\\constants.pb-c.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\proto-c\\constants.pb-c.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj -c /home/abobkov/esp/esp-idf/components/esp_adc/gdma/adc_dma.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_adc/gdma/adc_dma.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\proto-c\\sec0.pb-c.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\proto-c\\sec0.pb-c.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\proto-c\\sec0.pb-c.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj -c /home/abobkov/esp/esp-idf/components/esp_adc/adc_filter.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_adc/adc_filter.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\proto-c\\sec1.pb-c.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\proto-c\\sec1.pb-c.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\proto-c\\sec1.pb-c.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj -c /home/abobkov/esp/esp-idf/components/esp_adc/esp32c3/curve_fitting_coefficients.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_adc/esp32c3/curve_fitting_coefficients.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\proto-c\\sec2.pb-c.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\proto-c\\sec2.pb-c.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\proto-c\\sec2.pb-c.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj -c /home/abobkov/esp/esp-idf/components/esp_adc/deprecated/esp32c3/esp_adc_cal_legacy.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_adc/deprecated/esp32c3/esp_adc_cal_legacy.c", + "output": "esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\proto-c\\session.pb-c.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\proto-c\\session.pb-c.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\proto-c\\session.pb-c.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_cam/include -I/home/abobkov/esp/esp-idf/components/esp_driver_cam/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_isp/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_cam/esp_cam_ctlr.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_cam/esp_cam_ctlr.c", + "output": "esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\transports\\protocomm_console.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\src\\transports\\protocomm_console.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\src\\transports\\protocomm_console.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_driver_cam/include -I/home/abobkov/esp/esp-idf/components/esp_driver_cam/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_isp/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj -c /home/abobkov/esp/esp-idf/components/esp_driver_cam/dvp_share_ctrl.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_driver_cam/dvp_share_ctrl.c", + "output": "esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\transports\\protocomm_httpd.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\src\\transports\\protocomm_httpd.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\src\\transports\\protocomm_httpd.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj -c /home/abobkov/esp/esp-idf/components/esp_eth/src/esp_eth.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_eth/src/esp_eth.c", + "output": "esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\security\\security0.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\src\\security\\security0.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\src\\security\\security0.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj -c /home/abobkov/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_802_3.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_802_3.c", + "output": "esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\security\\security1.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\src\\security\\security1.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\src\\security\\security1.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj -c /home/abobkov/esp/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c", + "output": "esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\security\\security2.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\src\\security\\security2.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\src\\security\\security2.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj -c /home/abobkov/esp/esp-idf/components/esp_gdbstub/src/gdbstub.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_gdbstub/src/gdbstub.c", + "output": "esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\crypto\\srp6a\\esp_srp.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\src\\crypto\\srp6a\\esp_srp.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\src\\crypto\\srp6a\\esp_srp.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj -c /home/abobkov/esp/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c", + "output": "esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/src/common -IC:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\protocomm\\CMakeFiles\\__idf_protocomm.dir\\src\\crypto\\srp6a\\esp_srp_mpi.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\src\\crypto\\srp6a\\esp_srp_mpi.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\protocomm\\src\\crypto\\srp6a\\esp_srp_mpi.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj -c /home/abobkov/esp/esp-idf/components/esp_gdbstub/src/packet.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_gdbstub/src/packet.c", + "output": "esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/src -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_local_ctrl\\CMakeFiles\\__idf_esp_local_ctrl.dir\\src\\esp_local_ctrl.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_local_ctrl\\src\\esp_local_ctrl.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_local_ctrl\\src\\esp_local_ctrl.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj -c /home/abobkov/esp/esp-idf/components/esp_gdbstub/src/port/riscv/gdbstub_riscv.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_gdbstub/src/port/riscv/gdbstub_riscv.c", + "output": "esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/src -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_local_ctrl\\CMakeFiles\\__idf_esp_local_ctrl.dir\\src\\esp_local_ctrl_handler.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_local_ctrl\\src\\esp_local_ctrl_handler.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_local_ctrl\\src\\esp_local_ctrl_handler.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj -c /home/abobkov/esp/esp-idf/components/esp_gdbstub/src/port/riscv/rv_decode.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_gdbstub/src/port/riscv/rv_decode.c", + "output": "esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/src -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_local_ctrl\\CMakeFiles\\__idf_esp_local_ctrl.dir\\proto-c\\esp_local_ctrl.pb-c.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_local_ctrl\\proto-c\\esp_local_ctrl.pb-c.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_local_ctrl\\proto-c\\esp_local_ctrl.pb-c.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-format -o esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hid/src/esp_hidd.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hid/src/esp_hidd.c", + "output": "esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/proto-c -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/src -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\esp_local_ctrl\\CMakeFiles\\__idf_esp_local_ctrl.dir\\src\\esp_local_ctrl_transport_httpd.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\esp_local_ctrl\\src\\esp_local_ctrl_transport_httpd.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\esp_local_ctrl\\src\\esp_local_ctrl_transport_httpd.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-format -o esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hid/src/esp_hidh.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hid/src/esp_hidh.c", + "output": "esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\espcoredump\\src\\core_dump_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\espcoredump\\src\\core_dump_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-format -o esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj -c /home/abobkov/esp/esp-idf/components/esp_hid/src/esp_hid_common.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_hid/src/esp_hid_common.c", + "output": "esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_checksum.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\espcoredump\\src\\core_dump_checksum.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\espcoredump\\src\\core_dump_checksum.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj -c /home/abobkov/esp/esp-idf/components/tcp_transport/transport.c", + "file": "/home/abobkov/esp/esp-idf/components/tcp_transport/transport.c", + "output": "esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_flash.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\espcoredump\\src\\core_dump_flash.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\espcoredump\\src\\core_dump_flash.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj -c /home/abobkov/esp/esp-idf/components/tcp_transport/transport_ssl.c", + "file": "/home/abobkov/esp/esp-idf/components/tcp_transport/transport_ssl.c", + "output": "esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_uart.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\espcoredump\\src\\core_dump_uart.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\espcoredump\\src\\core_dump_uart.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj -c /home/abobkov/esp/esp-idf/components/tcp_transport/transport_internal.c", + "file": "/home/abobkov/esp/esp-idf/components/tcp_transport/transport_internal.c", + "output": "esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_elf.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\espcoredump\\src\\core_dump_elf.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\espcoredump\\src\\core_dump_elf.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj -c /home/abobkov/esp/esp-idf/components/tcp_transport/transport_socks_proxy.c", + "file": "/home/abobkov/esp/esp-idf/components/tcp_transport/transport_socks_proxy.c", + "output": "esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\core_dump_binary.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\espcoredump\\src\\core_dump_binary.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\espcoredump\\src\\core_dump_binary.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj -c /home/abobkov/esp/esp-idf/components/tcp_transport/transport_ws.c", + "file": "/home/abobkov/esp/esp-idf/components/tcp_transport/transport_ws.c", + "output": "esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump -IC:/Users/alex/esp/esp-idf/components/espcoredump/include_core_dump/port/xtensa -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espcoredump\\CMakeFiles\\__idf_espcoredump.dir\\src\\port\\xtensa\\core_dump_port.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\espcoredump\\src\\port\\xtensa\\core_dump_port.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\espcoredump\\src\\port\\xtensa\\core_dump_port.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj -c /home/abobkov/esp/esp-idf/components/esp_http_client/esp_http_client.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_http_client/esp_http_client.c", + "output": "esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\Partition.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wear_levelling\\Partition.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wear_levelling\\Partition.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj -c /home/abobkov/esp/esp-idf/components/esp_http_client/lib/http_auth.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_http_client/lib/http_auth.c", + "output": "esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\SPI_Flash.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wear_levelling\\SPI_Flash.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wear_levelling\\SPI_Flash.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj -c /home/abobkov/esp/esp-idf/components/esp_http_client/lib/http_header.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_http_client/lib/http_header.c", + "output": "esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\WL_Ext_Perf.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wear_levelling\\WL_Ext_Perf.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wear_levelling\\WL_Ext_Perf.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj -c /home/abobkov/esp/esp-idf/components/esp_http_client/lib/http_utils.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_http_client/lib/http_utils.c", + "output": "esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\WL_Ext_Safe.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wear_levelling\\WL_Ext_Safe.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wear_levelling\\WL_Ext_Safe.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj -c /home/abobkov/esp/esp-idf/components/esp_http_server/src/httpd_main.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_http_server/src/httpd_main.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\WL_Flash.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wear_levelling\\WL_Flash.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wear_levelling\\WL_Flash.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj -c /home/abobkov/esp/esp-idf/components/esp_http_server/src/httpd_parse.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_http_server/src/httpd_parse.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\crc32.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wear_levelling\\crc32.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wear_levelling\\crc32.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj -c /home/abobkov/esp/esp-idf/components/esp_http_server/src/httpd_sess.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_http_server/src/httpd_sess.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/wear_levelling/private_include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -Wno-format -o esp-idf\\wear_levelling\\CMakeFiles\\__idf_wear_levelling.dir\\wear_levelling.cpp.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wear_levelling\\wear_levelling.cpp", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wear_levelling\\wear_levelling.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj -c /home/abobkov/esp/esp-idf/components/esp_http_server/src/httpd_txrx.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_http_server/src/httpd_txrx.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_cmd.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\sdmmc\\sdmmc_cmd.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\sdmmc\\sdmmc_cmd.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj -c /home/abobkov/esp/esp-idf/components/esp_http_server/src/httpd_uri.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_http_server/src/httpd_uri.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_common.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\sdmmc\\sdmmc_common.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\sdmmc\\sdmmc_common.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj -c /home/abobkov/esp/esp-idf/components/esp_http_server/src/httpd_ws.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_http_server/src/httpd_ws.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_init.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\sdmmc\\sdmmc_init.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\sdmmc\\sdmmc_init.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj -c /home/abobkov/esp/esp-idf/components/esp_http_server/src/util/ctrl_sock.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_http_server/src/util/ctrl_sock.c", + "output": "esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_io.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\sdmmc\\sdmmc_io.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\sdmmc\\sdmmc_io.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj -c /home/abobkov/esp/esp-idf/components/esp_https_ota/src/esp_https_ota.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_https_ota/src/esp_https_ota.c", + "output": "esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_mmc.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\sdmmc\\sdmmc_mmc.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\sdmmc\\sdmmc_mmc.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/esp_https_server/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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_server/include -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/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj -c /home/abobkov/esp/esp-idf/components/esp_https_server/src/https_server.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_https_server/src/https_server.c", + "output": "esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\sdmmc\\CMakeFiles\\__idf_sdmmc.dir\\sdmmc_sd.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\sdmmc\\sdmmc_sd.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\sdmmc\\sdmmc_sd.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_lcd/priv_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj -c /home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_common.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_common.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\diskio\\diskio.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\fatfs\\diskio\\diskio.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\fatfs\\diskio\\diskio.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_lcd/priv_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj -c /home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_io.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_io.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\diskio\\diskio_rawflash.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\fatfs\\diskio\\diskio_rawflash.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\fatfs\\diskio\\diskio_rawflash.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_lcd/priv_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj -c /home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_nt35510.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_nt35510.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\diskio\\diskio_sdmmc.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\fatfs\\diskio\\diskio_sdmmc.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\fatfs\\diskio\\diskio_sdmmc.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_lcd/priv_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj -c /home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ssd1306.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ssd1306.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\diskio\\diskio_wl.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\fatfs\\diskio\\diskio_wl.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\fatfs\\diskio\\diskio_wl.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_lcd/priv_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj -c /home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_st7789.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_st7789.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\src\\ff.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\fatfs\\src\\ff.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\fatfs\\src\\ff.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_lcd/priv_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj -c /home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ops.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ops.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\port\\freertos\\ffsystem.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\fatfs\\port\\freertos\\ffsystem.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\fatfs\\port\\freertos\\ffsystem.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_lcd/priv_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj -c /home/abobkov/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v1.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v1.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\src\\ffunicode.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\fatfs\\src\\ffunicode.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\fatfs\\src\\ffunicode.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_lcd/priv_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj -c /home/abobkov/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v2.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v2.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\vfs\\vfs_fat.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\fatfs\\vfs\\vfs_fat.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\fatfs\\vfs\\vfs_fat.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_lcd/priv_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_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/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/esp_psram/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj -c /home/abobkov/esp/esp-idf/components/esp_lcd/spi/esp_lcd_panel_io_spi.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_lcd/spi/esp_lcd_panel_io_spi.c", + "output": "esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\vfs\\vfs_fat_sdmmc.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\fatfs\\vfs\\vfs_fat_sdmmc.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\fatfs\\vfs\\vfs_fat_sdmmc.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj -c /home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c", + "file": "/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c", + "output": "esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\fatfs\\CMakeFiles\\__idf_fatfs.dir\\vfs\\vfs_fat_spiflash.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\fatfs\\vfs\\vfs_fat_spiflash.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\fatfs\\vfs\\vfs_fat_spiflash.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj -c /home/abobkov/esp/esp-idf/components/protocomm/src/common/protocomm.c", + "file": "/home/abobkov/esp/esp-idf/components/protocomm/src/common/protocomm.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/json/cJSON -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\json\\CMakeFiles\\__idf_json.dir\\cJSON\\cJSON.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\json\\cJSON\\cJSON.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\json\\cJSON\\cJSON.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj -c /home/abobkov/esp/esp-idf/components/protocomm/proto-c/constants.pb-c.c", + "file": "/home/abobkov/esp/esp-idf/components/protocomm/proto-c/constants.pb-c.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/json/cJSON -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\json\\CMakeFiles\\__idf_json.dir\\cJSON\\cJSON_Utils.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\json\\cJSON\\cJSON_Utils.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\json\\cJSON\\cJSON_Utils.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj -c /home/abobkov/esp/esp-idf/components/protocomm/proto-c/sec0.pb-c.c", + "file": "/home/abobkov/esp/esp-idf/components/protocomm/proto-c/sec0.pb-c.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mqtt\\CMakeFiles\\__idf_mqtt.dir\\esp-mqtt\\mqtt_client.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mqtt\\esp-mqtt\\mqtt_client.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mqtt\\esp-mqtt\\mqtt_client.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj -c /home/abobkov/esp/esp-idf/components/protocomm/proto-c/sec1.pb-c.c", + "file": "/home/abobkov/esp/esp-idf/components/protocomm/proto-c/sec1.pb-c.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mqtt\\CMakeFiles\\__idf_mqtt.dir\\esp-mqtt\\lib\\mqtt_msg.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mqtt\\esp-mqtt\\lib\\mqtt_msg.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mqtt\\esp-mqtt\\lib\\mqtt_msg.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj -c /home/abobkov/esp/esp-idf/components/protocomm/proto-c/sec2.pb-c.c", + "file": "/home/abobkov/esp/esp-idf/components/protocomm/proto-c/sec2.pb-c.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mqtt\\CMakeFiles\\__idf_mqtt.dir\\esp-mqtt\\lib\\mqtt_outbox.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mqtt\\esp-mqtt\\lib\\mqtt_outbox.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mqtt\\esp-mqtt\\lib\\mqtt_outbox.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj -c /home/abobkov/esp/esp-idf/components/protocomm/proto-c/session.pb-c.c", + "file": "/home/abobkov/esp/esp-idf/components/protocomm/proto-c/session.pb-c.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/http_parser -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\mqtt\\CMakeFiles\\__idf_mqtt.dir\\esp-mqtt\\lib\\platform_esp32_idf.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\mqtt\\esp-mqtt\\lib\\platform_esp32_idf.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\mqtt\\esp-mqtt\\lib\\platform_esp32_idf.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj -c /home/abobkov/esp/esp-idf/components/protocomm/src/transports/protocomm_console.c", + "file": "/home/abobkov/esp/esp-idf/components/protocomm/src/transports/protocomm_console.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/perfmon/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\perfmon\\CMakeFiles\\__idf_perfmon.dir\\xtensa_perfmon_access.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\perfmon\\xtensa_perfmon_access.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\perfmon\\xtensa_perfmon_access.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj -c /home/abobkov/esp/esp-idf/components/protocomm/src/transports/protocomm_httpd.c", + "file": "/home/abobkov/esp/esp-idf/components/protocomm/src/transports/protocomm_httpd.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/perfmon/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\perfmon\\CMakeFiles\\__idf_perfmon.dir\\xtensa_perfmon_apis.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\perfmon\\xtensa_perfmon_apis.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\perfmon\\xtensa_perfmon_apis.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj -c /home/abobkov/esp/esp-idf/components/protocomm/src/security/security0.c", + "file": "/home/abobkov/esp/esp-idf/components/protocomm/src/security/security0.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/perfmon/include -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\perfmon\\CMakeFiles\\__idf_perfmon.dir\\xtensa_perfmon_masks.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\perfmon\\xtensa_perfmon_masks.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\perfmon\\xtensa_perfmon_masks.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj -c /home/abobkov/esp/esp-idf/components/protocomm/src/security/security1.c", + "file": "/home/abobkov/esp/esp-idf/components/protocomm/src/security/security1.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spiffs/include -IC:/Users/alex/esp/esp-idf/components/spiffs -IC:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\spiffs_api.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spiffs\\spiffs_api.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spiffs\\spiffs_api.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj -c /home/abobkov/esp/esp-idf/components/protocomm/src/security/security2.c", + "file": "/home/abobkov/esp/esp-idf/components/protocomm/src/security/security2.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spiffs/include -IC:/Users/alex/esp/esp-idf/components/spiffs -IC:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\spiffs\\src\\spiffs_cache.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_cache.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_cache.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj -c /home/abobkov/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c", + "file": "/home/abobkov/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spiffs/include -IC:/Users/alex/esp/esp-idf/components/spiffs -IC:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\spiffs\\src\\spiffs_check.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_check.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_check.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_vfs_console/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj -c /home/abobkov/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp_mpi.c", + "file": "/home/abobkov/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp_mpi.c", + "output": "esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spiffs/include -IC:/Users/alex/esp/esp-idf/components/spiffs -IC:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\spiffs\\src\\spiffs_gc.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_gc.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_gc.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_https_server/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj -c /home/abobkov/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c", + "output": "esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spiffs/include -IC:/Users/alex/esp/esp-idf/components/spiffs -IC:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\spiffs\\src\\spiffs_hydrogen.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_hydrogen.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_hydrogen.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_https_server/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj -c /home/abobkov/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c", + "output": "esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spiffs/include -IC:/Users/alex/esp/esp-idf/components/spiffs -IC:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -Wno-format -o esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\spiffs\\src\\spiffs_nucleus.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_nucleus.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spiffs\\spiffs\\src\\spiffs_nucleus.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_https_server/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj -c /home/abobkov/esp/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c", + "output": "esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/spiffs/include -IC:/Users/alex/esp/esp-idf/components/spiffs -IC:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\spiffs\\CMakeFiles\\__idf_spiffs.dir\\esp_spiffs.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\spiffs\\esp_spiffs.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\spiffs\\esp_spiffs.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_https_server/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj -c /home/abobkov/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c", + "file": "/home/abobkov/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c", + "output": "esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\wifi_config.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\src\\wifi_config.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\src\\wifi_config.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj -c /home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_init.c", + "file": "/home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_init.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\wifi_scan.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\src\\wifi_scan.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\src\\wifi_scan.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj -c /home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_common.c", + "file": "/home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_common.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\wifi_ctrl.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\src\\wifi_ctrl.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\src\\wifi_ctrl.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj -c /home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_flash.c", + "file": "/home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_flash.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\manager.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\src\\manager.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\src\\manager.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj -c /home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_uart.c", + "file": "/home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_uart.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\handlers.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\src\\handlers.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\src\\handlers.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj -c /home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_elf.c", + "file": "/home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_elf.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\scheme_console.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\src\\scheme_console.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\src\\scheme_console.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj -c /home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_binary.c", + "file": "/home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_binary.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\proto-c\\wifi_config.pb-c.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\proto-c\\wifi_config.pb-c.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\proto-c\\wifi_config.pb-c.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj -c /home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_sha.c", + "file": "/home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_sha.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\proto-c\\wifi_scan.pb-c.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\proto-c\\wifi_scan.pb-c.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\proto-c\\wifi_scan.pb-c.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj -c /home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_crc.c", + "file": "/home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_crc.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\proto-c\\wifi_ctrl.pb-c.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\proto-c\\wifi_ctrl.pb-c.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\proto-c\\wifi_ctrl.pb-c.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj -c /home/abobkov/esp/esp-idf/components/espcoredump/src/port/riscv/core_dump_port.c", + "file": "/home/abobkov/esp/esp-idf/components/espcoredump/src/port/riscv/core_dump_port.c", + "output": "esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\proto-c\\wifi_constants.pb-c.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\proto-c\\wifi_constants.pb-c.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\proto-c\\wifi_constants.pb-c.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj -c /home/abobkov/esp/esp-idf/components/wear_levelling/Partition.cpp", + "file": "/home/abobkov/esp/esp-idf/components/wear_levelling/Partition.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/src -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c -IC:/Users/alex/esp/esp-idf/components/protocomm/proto-c -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/json/cJSON -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\wifi_provisioning\\CMakeFiles\\__idf_wifi_provisioning.dir\\src\\scheme_softap.c.obj -c C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\src\\scheme_softap.c", - "file": "C:\\Users\\alex\\esp\\esp-idf\\components\\wifi_provisioning\\src\\scheme_softap.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj -c /home/abobkov/esp/esp-idf/components/wear_levelling/SPI_Flash.cpp", + "file": "/home/abobkov/esp/esp-idf/components/wear_levelling/SPI_Flash.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espressif__led_strip\\CMakeFiles\\__idf_espressif__led_strip.dir\\src\\led_strip_api.c.obj -c C:\\Users\\alex\\github\\ESP-Nodes\\ESP32-IDF_ePaper\\managed_components\\espressif__led_strip\\src\\led_strip_api.c", - "file": "C:\\Users\\alex\\github\\ESP-Nodes\\ESP32-IDF_ePaper\\managed_components\\espressif__led_strip\\src\\led_strip_api.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj -c /home/abobkov/esp/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp", + "file": "/home/abobkov/esp/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espressif__led_strip\\CMakeFiles\\__idf_espressif__led_strip.dir\\src\\led_strip_rmt_dev.c.obj -c C:\\Users\\alex\\github\\ESP-Nodes\\ESP32-IDF_ePaper\\managed_components\\espressif__led_strip\\src\\led_strip_rmt_dev.c", - "file": "C:\\Users\\alex\\github\\ESP-Nodes\\ESP32-IDF_ePaper\\managed_components\\espressif__led_strip\\src\\led_strip_rmt_dev.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj -c /home/abobkov/esp/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp", + "file": "/home/abobkov/esp/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espressif__led_strip\\CMakeFiles\\__idf_espressif__led_strip.dir\\src\\led_strip_rmt_encoder.c.obj -c C:\\Users\\alex\\github\\ESP-Nodes\\ESP32-IDF_ePaper\\managed_components\\espressif__led_strip\\src\\led_strip_rmt_encoder.c", - "file": "C:\\Users\\alex\\github\\ESP-Nodes\\ESP32-IDF_ePaper\\managed_components\\espressif__led_strip\\src\\led_strip_rmt_encoder.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj -c /home/abobkov/esp/esp-idf/components/wear_levelling/WL_Flash.cpp", + "file": "/home/abobkov/esp/esp-idf/components/wear_levelling/WL_Flash.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/interface -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\espressif__led_strip\\CMakeFiles\\__idf_espressif__led_strip.dir\\src\\led_strip_spi_dev.c.obj -c C:\\Users\\alex\\github\\ESP-Nodes\\ESP32-IDF_ePaper\\managed_components\\espressif__led_strip\\src\\led_strip_spi_dev.c", - "file": "C:\\Users\\alex\\github\\ESP-Nodes\\ESP32-IDF_ePaper\\managed_components\\espressif__led_strip\\src\\led_strip_spi_dev.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj -c /home/abobkov/esp/esp-idf/components/wear_levelling/crc32.cpp", + "file": "/home/abobkov/esp/esp-idf/components/wear_levelling/crc32.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-g++.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/main -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/interface -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/app_trace/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/esp-idf/components/esp_psram/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/idf_test/include -IC:/Users/alex/esp/esp-idf/components/idf_test/include/esp32 -IC:/Users/alex/esp/esp-idf/components/ieee802154/include -IC:/Users/alex/esp/esp-idf/components/json/cJSON -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/esp-idf/components/perfmon/include -IC:/Users/alex/esp/esp-idf/components/spiffs/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu++2b -fno-exceptions -fno-rtti -o esp-idf\\main\\CMakeFiles\\__idf_main.dir\\GxGDEW042Z15.cpp.obj -c C:\\Users\\alex\\github\\ESP-Nodes\\ESP32-IDF_ePaper\\main\\GxGDEW042Z15.cpp", - "file": "C:\\Users\\alex\\github\\ESP-Nodes\\ESP32-IDF_ePaper\\main\\GxGDEW042Z15.cpp" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj -c /home/abobkov/esp/esp-idf/components/wear_levelling/wear_levelling.cpp", + "file": "/home/abobkov/esp/esp-idf/components/wear_levelling/wear_levelling.cpp", + "output": "esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj" }, { - "directory": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "command": "C:\\Users\\alex\\.espressif\\tools\\xtensa-esp32-elf\\esp-12.2.0_20230208\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe -DESP_PLATFORM -DIDF_VER=\\\"v5.1.2\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DUNITY_INCLUDE_CONFIG_H -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/config -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/main -IC:/Users/alex/esp/esp-idf/components/newlib/platform_include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -IC:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include/freertos -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/include -IC:/Users/alex/esp/esp-idf/components/freertos/esp_additions/arch/xtensa/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/include/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/. -IC:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/private_include -IC:/Users/alex/esp/esp-idf/components/heap/include -IC:/Users/alex/esp/esp-idf/components/log/include -IC:/Users/alex/esp/esp-idf/components/soc/include -IC:/Users/alex/esp/esp-idf/components/soc/esp32 -IC:/Users/alex/esp/esp-idf/components/soc/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/esp32/include -IC:/Users/alex/esp/esp-idf/components/hal/include -IC:/Users/alex/esp/esp-idf/components/hal/platform_port/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include -IC:/Users/alex/esp/esp-idf/components/esp_rom/include/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_rom/esp32 -IC:/Users/alex/esp/esp-idf/components/esp_common/include -IC:/Users/alex/esp/esp-idf/components/esp_system/include -IC:/Users/alex/esp/esp-idf/components/esp_system/port/soc -IC:/Users/alex/esp/esp-idf/components/esp_system/port/include/private -IC:/Users/alex/esp/esp-idf/components/xtensa/include -IC:/Users/alex/esp/esp-idf/components/xtensa/esp32/include -IC:/Users/alex/esp/esp-idf/components/lwip/include -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps -IC:/Users/alex/esp/esp-idf/components/lwip/include/apps/sntp -IC:/Users/alex/esp/esp-idf/components/lwip/lwip/src/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/freertos/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include -IC:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/include/arch -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -IC:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/interface -IC:/Users/alex/esp/esp-idf/components/driver/include -IC:/Users/alex/esp/esp-idf/components/driver/deprecated -IC:/Users/alex/esp/esp-idf/components/driver/analog_comparator/include -IC:/Users/alex/esp/esp-idf/components/driver/dac/include -IC:/Users/alex/esp/esp-idf/components/driver/gpio/include -IC:/Users/alex/esp/esp-idf/components/driver/gptimer/include -IC:/Users/alex/esp/esp-idf/components/driver/i2c/include -IC:/Users/alex/esp/esp-idf/components/driver/i2s/include -IC:/Users/alex/esp/esp-idf/components/driver/ledc/include -IC:/Users/alex/esp/esp-idf/components/driver/mcpwm/include -IC:/Users/alex/esp/esp-idf/components/driver/parlio/include -IC:/Users/alex/esp/esp-idf/components/driver/pcnt/include -IC:/Users/alex/esp/esp-idf/components/driver/rmt/include -IC:/Users/alex/esp/esp-idf/components/driver/sdio_slave/include -IC:/Users/alex/esp/esp-idf/components/driver/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/driver/sigma_delta/include -IC:/Users/alex/esp/esp-idf/components/driver/spi/include -IC:/Users/alex/esp/esp-idf/components/driver/temperature_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/include -IC:/Users/alex/esp/esp-idf/components/driver/twai/include -IC:/Users/alex/esp/esp-idf/components/driver/uart/include -IC:/Users/alex/esp/esp-idf/components/driver/usb_serial_jtag/include -IC:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_pm/include -IC:/Users/alex/esp/esp-idf/components/esp_ringbuf/include -IC:/Users/alex/esp/esp-idf/components/efuse/include -IC:/Users/alex/esp/esp-idf/components/efuse/esp32/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/port/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library -IC:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -IC:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -IC:/Users/alex/esp/esp-idf/components/esp_app_format/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/include -IC:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_partition/include -IC:/Users/alex/esp/esp-idf/components/app_update/include -IC:/Users/alex/esp/esp-idf/components/esp_mm/include -IC:/Users/alex/esp/esp-idf/components/spi_flash/include -IC:/Users/alex/esp/esp-idf/components/pthread/include -IC:/Users/alex/esp/esp-idf/components/esp_timer/include -IC:/Users/alex/esp/esp-idf/components/app_trace/include -IC:/Users/alex/esp/esp-idf/components/esp_event/include -IC:/Users/alex/esp/esp-idf/components/nvs_flash/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/include -IC:/Users/alex/esp/esp-idf/components/esp_phy/esp32/include -IC:/Users/alex/esp/esp-idf/components/vfs/include -IC:/Users/alex/esp/esp-idf/components/esp_netif/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/include -IC:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -IC:/Users/alex/esp/esp-idf/components/esp_coex/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/include -IC:/Users/alex/esp/esp-idf/components/esp_wifi/wifi_apps/include -IC:/Users/alex/esp/esp-idf/components/unity/include -IC:/Users/alex/esp/esp-idf/components/unity/unity/src -IC:/Users/alex/esp/esp-idf/components/cmock/CMock/src -IC:/Users/alex/esp/esp-idf/components/console -IC:/Users/alex/esp/esp-idf/components/http_parser -IC:/Users/alex/esp/esp-idf/components/esp-tls -IC:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto -IC:/Users/alex/esp/esp-idf/components/esp_adc/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/interface -IC:/Users/alex/esp/esp-idf/components/esp_adc/esp32/include -IC:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/include -IC:/Users/alex/esp/esp-idf/components/esp_eth/include -IC:/Users/alex/esp/esp-idf/components/esp_gdbstub/include -IC:/Users/alex/esp/esp-idf/components/esp_hid/include -IC:/Users/alex/esp/esp-idf/components/tcp_transport/include -IC:/Users/alex/esp/esp-idf/components/esp_http_client/include -IC:/Users/alex/esp/esp-idf/components/esp_http_server/include -IC:/Users/alex/esp/esp-idf/components/esp_https_ota/include -IC:/Users/alex/esp/esp-idf/components/esp_psram/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/include -IC:/Users/alex/esp/esp-idf/components/esp_lcd/interface -IC:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c -IC:/Users/alex/esp/esp-idf/components/protocomm/include/common -IC:/Users/alex/esp/esp-idf/components/protocomm/include/security -IC:/Users/alex/esp/esp-idf/components/protocomm/include/transports -IC:/Users/alex/esp/esp-idf/components/esp_local_ctrl/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include -IC:/Users/alex/esp/esp-idf/components/espcoredump/include/port/xtensa -IC:/Users/alex/esp/esp-idf/components/wear_levelling/include -IC:/Users/alex/esp/esp-idf/components/sdmmc/include -IC:/Users/alex/esp/esp-idf/components/fatfs/diskio -IC:/Users/alex/esp/esp-idf/components/fatfs/vfs -IC:/Users/alex/esp/esp-idf/components/fatfs/src -IC:/Users/alex/esp/esp-idf/components/idf_test/include -IC:/Users/alex/esp/esp-idf/components/idf_test/include/esp32 -IC:/Users/alex/esp/esp-idf/components/ieee802154/include -IC:/Users/alex/esp/esp-idf/components/json/cJSON -IC:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/include -IC:/Users/alex/esp/esp-idf/components/perfmon/include -IC:/Users/alex/esp/esp-idf/components/spiffs/include -IC:/Users/alex/esp/esp-idf/components/wifi_provisioning/include -mlongcalls -Wno-frame-address -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=C:/Users/alex/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -std=gnu17 -Wno-old-style-declaration -o esp-idf\\main\\CMakeFiles\\__idf_main.dir\\blink_example_main.c.obj -c C:\\Users\\alex\\github\\ESP-Nodes\\ESP32-IDF_ePaper\\main\\blink_example_main.c", - "file": "C:\\Users\\alex\\github\\ESP-Nodes\\ESP32-IDF_ePaper\\main\\blink_example_main.c" + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj -c /home/abobkov/esp/esp-idf/components/fatfs/diskio/diskio.c", + "file": "/home/abobkov/esp/esp-idf/components/fatfs/diskio/diskio.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj -c /home/abobkov/esp/esp-idf/components/fatfs/diskio/diskio_rawflash.c", + "file": "/home/abobkov/esp/esp-idf/components/fatfs/diskio/diskio_rawflash.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj -c /home/abobkov/esp/esp-idf/components/fatfs/diskio/diskio_wl.c", + "file": "/home/abobkov/esp/esp-idf/components/fatfs/diskio/diskio_wl.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj -c /home/abobkov/esp/esp-idf/components/fatfs/src/ff.c", + "file": "/home/abobkov/esp/esp-idf/components/fatfs/src/ff.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj -c /home/abobkov/esp/esp-idf/components/fatfs/src/ffunicode.c", + "file": "/home/abobkov/esp/esp-idf/components/fatfs/src/ffunicode.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj -c /home/abobkov/esp/esp-idf/components/fatfs/port/freertos/ffsystem.c", + "file": "/home/abobkov/esp/esp-idf/components/fatfs/port/freertos/ffsystem.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj -c /home/abobkov/esp/esp-idf/components/fatfs/diskio/diskio_sdmmc.c", + "file": "/home/abobkov/esp/esp-idf/components/fatfs/diskio/diskio_sdmmc.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj -c /home/abobkov/esp/esp-idf/components/fatfs/vfs/vfs_fat.c", + "file": "/home/abobkov/esp/esp-idf/components/fatfs/vfs/vfs_fat.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj -c /home/abobkov/esp/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c", + "file": "/home/abobkov/esp/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/vfs/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj -c /home/abobkov/esp/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c", + "file": "/home/abobkov/esp/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c", + "output": "esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj -c /home/abobkov/esp/esp-idf/components/json/cJSON/cJSON.c", + "file": "/home/abobkov/esp/esp-idf/components/json/cJSON/cJSON.c", + "output": "esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj -c /home/abobkov/esp/esp-idf/components/json/cJSON/cJSON_Utils.c", + "file": "/home/abobkov/esp/esp-idf/components/json/cJSON/cJSON_Utils.c", + "output": "esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj -c /home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c", + "file": "/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c", + "output": "esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj -c /home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c", + "file": "/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c", + "output": "esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj -c /home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c", + "file": "/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c", + "output": "esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj -c /home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c", + "file": "/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c", + "output": "esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj -c /home/abobkov/esp/esp-idf/components/nvs_sec_provider/nvs_sec_provider.c", + "file": "/home/abobkov/esp/esp-idf/components/nvs_sec_provider/nvs_sec_provider.c", + "output": "esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/rt/include -I/home/abobkov/esp/esp-idf/components/rt/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj -c /home/abobkov/esp/esp-idf/components/rt/FreeRTOS_POSIX_mqueue.c", + "file": "/home/abobkov/esp/esp-idf/components/rt/FreeRTOS_POSIX_mqueue.c", + "output": "esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/esp/esp-idf/components/rt/include -I/home/abobkov/esp/esp-idf/components/rt/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -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-error=extra -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/ESP32-IDF_ePaper=. -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/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj -c /home/abobkov/esp/esp-idf/components/rt/FreeRTOS_POSIX_utils.c", + "file": "/home/abobkov/esp/esp-idf/components/rt/FreeRTOS_POSIX_utils.c", + "output": "esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj -c /home/abobkov/esp/esp-idf/components/spiffs/spiffs_api.c", + "file": "/home/abobkov/esp/esp-idf/components/spiffs/spiffs_api.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-format -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj -c /home/abobkov/esp/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c", + "file": "/home/abobkov/esp/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-format -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj -c /home/abobkov/esp/esp-idf/components/spiffs/spiffs/src/spiffs_check.c", + "file": "/home/abobkov/esp/esp-idf/components/spiffs/spiffs/src/spiffs_check.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-format -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj -c /home/abobkov/esp/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c", + "file": "/home/abobkov/esp/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-format -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj -c /home/abobkov/esp/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c", + "file": "/home/abobkov/esp/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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 -Wno-format -o esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj -c /home/abobkov/esp/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c", + "file": "/home/abobkov/esp/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj -c /home/abobkov/esp/esp-idf/components/spiffs/esp_spiffs.c", + "file": "/home/abobkov/esp/esp-idf/components/spiffs/esp_spiffs.c", + "output": "esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj -c /home/abobkov/esp/esp-idf/components/wifi_provisioning/src/wifi_config.c", + "file": "/home/abobkov/esp/esp-idf/components/wifi_provisioning/src/wifi_config.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj -c /home/abobkov/esp/esp-idf/components/wifi_provisioning/src/wifi_scan.c", + "file": "/home/abobkov/esp/esp-idf/components/wifi_provisioning/src/wifi_scan.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj -c /home/abobkov/esp/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c", + "file": "/home/abobkov/esp/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj -c /home/abobkov/esp/esp-idf/components/wifi_provisioning/src/manager.c", + "file": "/home/abobkov/esp/esp-idf/components/wifi_provisioning/src/manager.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj -c /home/abobkov/esp/esp-idf/components/wifi_provisioning/src/handlers.c", + "file": "/home/abobkov/esp/esp-idf/components/wifi_provisioning/src/handlers.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj -c /home/abobkov/esp/esp-idf/components/wifi_provisioning/src/scheme_console.c", + "file": "/home/abobkov/esp/esp-idf/components/wifi_provisioning/src/scheme_console.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj -c /home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c", + "file": "/home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj -c /home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c", + "file": "/home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj -c /home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_ctrl.pb-c.c", + "file": "/home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_ctrl.pb-c.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj -c /home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c", + "file": "/home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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 -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -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/ESP32-IDF_ePaper=. -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/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj -c /home/abobkov/esp/esp-idf/components/wifi_provisioning/src/scheme_softap.c", + "file": "/home/abobkov/esp/esp-idf/components/wifi_provisioning/src/scheme_softap.c", + "output": "esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_api.c.obj -c /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/src/led_strip_api.c", + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/src/led_strip_api.c", + "output": "esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_api.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_dev.c.obj -c /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/src/led_strip_rmt_dev.c", + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/src/led_strip_rmt_dev.c", + "output": "esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_dev.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_encoder.c.obj -c /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/src/led_strip_rmt_encoder.c", + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/src/led_strip_rmt_encoder.c", + "output": "esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_encoder.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/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/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_spi_dev.c.obj -c /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/src/led_strip_spi_dev.c", + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/src/led_strip_spi_dev.c", + "output": "esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_spi_dev.c.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/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/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/interface -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/app_update/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/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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_security/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/esp_vfs_console/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_driver_isp/include -I/home/abobkov/esp/esp-idf/components/esp_driver_cam/include -I/home/abobkov/esp/esp-idf/components/esp_driver_cam/interface -I/home/abobkov/esp/esp-idf/components/esp_driver_jpeg/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ppa/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_https_server/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/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/rt/include -I/home/abobkov/esp/esp-idf/components/spiffs/include -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu++2b -fno-exceptions -fno-rtti -fuse-cxa-atexit -o esp-idf/main/CMakeFiles/__idf_main.dir/GxGDEW042Z15.cpp.obj -c /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main/GxGDEW042Z15.cpp", + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main/GxGDEW042Z15.cpp", + "output": "esp-idf/main/CMakeFiles/__idf_main.dir/GxGDEW042Z15.cpp.obj" +}, +{ + "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.4\\\" -DMBEDTLS_CONFIG_FILE=\\\"mbedtls/esp_config.h\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/config -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/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/esp_hw_support/dma/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -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/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/register -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/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/ESP32-IDF_ePaper/managed_components/espressif__led_strip/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/interface -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/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_driver_gpio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/include -I/home/abobkov/esp/esp-idf/components/esp_driver_spi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2s/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_dac/include -I/home/abobkov/esp/esp-idf/components/esp_driver_rmt/include -I/home/abobkov/esp/esp-idf/components/esp_driver_tsens/include -I/home/abobkov/esp/esp-idf/components/esp_driver_sdm/include -I/home/abobkov/esp/esp-idf/components/esp_driver_i2c/include -I/home/abobkov/esp/esp-idf/components/esp_driver_uart/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ledc/include -I/home/abobkov/esp/esp-idf/components/esp_driver_parlio/include -I/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/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_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/app_update/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/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/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_security/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/esp_vfs_console/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/include/local -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/nan_app/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_driver_isp/include -I/home/abobkov/esp/esp-idf/components/esp_driver_cam/include -I/home/abobkov/esp/esp-idf/components/esp_driver_cam/interface -I/home/abobkov/esp/esp-idf/components/esp_driver_jpeg/include -I/home/abobkov/esp/esp-idf/components/esp_driver_ppa/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_https_server/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/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/rt/include -I/home/abobkov/esp/esp-idf/components/spiffs/include -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/include -march=rv32imc_zicsr_zifencei -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper=. -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/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj -c /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main/blink_example_main.c", + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main/blink_example_main.c", + "output": "esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj" } ] \ No newline at end of file diff --git a/ESP32-IDF_ePaper/build/config.env b/ESP32-IDF_ePaper/build/config.env index 2800259de..59c971b59 100644 --- a/ESP32-IDF_ePaper/build/config.env +++ b/ESP32-IDF_ePaper/build/config.env @@ -1,10 +1,12 @@ { - "COMPONENT_KCONFIGS": "C:/Users/alex/esp/esp-idf/components/app_trace/Kconfig;C:/Users/alex/esp/esp-idf/components/bt/Kconfig;C:/Users/alex/esp/esp-idf/components/driver/Kconfig;C:/Users/alex/esp/esp-idf/components/efuse/Kconfig;C:/Users/alex/esp/esp-idf/components/esp-tls/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_adc/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_coex/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_common/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_eth/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_event/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_gdbstub/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_http_client/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_http_server/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_https_ota/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_https_server/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_hw_support/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_lcd/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_netif/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_partition/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_phy/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_pm/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_psram/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_ringbuf/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_system/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_timer/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_wifi/Kconfig;C:/Users/alex/esp/esp-idf/components/espcoredump/Kconfig;C:/Users/alex/esp/esp-idf/components/fatfs/Kconfig;C:/Users/alex/esp/esp-idf/components/freertos/Kconfig;C:/Users/alex/esp/esp-idf/components/hal/Kconfig;C:/Users/alex/esp/esp-idf/components/heap/Kconfig;C:/Users/alex/esp/esp-idf/components/ieee802154/Kconfig;C:/Users/alex/esp/esp-idf/components/log/Kconfig;C:/Users/alex/esp/esp-idf/components/lwip/Kconfig;C:/Users/alex/esp/esp-idf/components/mbedtls/Kconfig;C:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/Kconfig;C:/Users/alex/esp/esp-idf/components/newlib/Kconfig;C:/Users/alex/esp/esp-idf/components/nvs_flash/Kconfig;C:/Users/alex/esp/esp-idf/components/openthread/Kconfig;C:/Users/alex/esp/esp-idf/components/protocomm/Kconfig;C:/Users/alex/esp/esp-idf/components/pthread/Kconfig;C:/Users/alex/esp/esp-idf/components/soc/Kconfig;C:/Users/alex/esp/esp-idf/components/spi_flash/Kconfig;C:/Users/alex/esp/esp-idf/components/spiffs/Kconfig;C:/Users/alex/esp/esp-idf/components/tcp_transport/Kconfig;C:/Users/alex/esp/esp-idf/components/ulp/Kconfig;C:/Users/alex/esp/esp-idf/components/unity/Kconfig;C:/Users/alex/esp/esp-idf/components/usb/Kconfig;C:/Users/alex/esp/esp-idf/components/vfs/Kconfig;C:/Users/alex/esp/esp-idf/components/wear_levelling/Kconfig;C:/Users/alex/esp/esp-idf/components/wifi_provisioning/Kconfig", - "COMPONENT_KCONFIGS_PROJBUILD": "C:/Users/alex/esp/esp-idf/components/bootloader/Kconfig.projbuild;C:/Users/alex/esp/esp-idf/components/esp_app_format/Kconfig.projbuild;C:/Users/alex/esp/esp-idf/components/esp_rom/Kconfig.projbuild;C:/Users/alex/esp/esp-idf/components/esptool_py/Kconfig.projbuild;C:/Users/alex/esp/esp-idf/components/partition_table/Kconfig.projbuild;C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/main/Kconfig.projbuild", - "COMPONENT_SDKCONFIG_RENAMES": "C:/Users/alex/esp/esp-idf/components/app_trace/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/bootloader/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/bt/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/driver/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/esp_coex/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/esp_event/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/esp_gdbstub/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/esp_https_ota/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/esp_hw_support/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/esp_hw_support/sdkconfig.rename.esp32;C:/Users/alex/esp/esp-idf/components/esp_phy/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/esp_pm/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/esp_system/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/esp_system/sdkconfig.rename.esp32;C:/Users/alex/esp/esp-idf/components/esp_timer/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/esp_wifi/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/espcoredump/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/esptool_py/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/freertos/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/hal/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/lwip/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/newlib/sdkconfig.rename.esp32;C:/Users/alex/esp/esp-idf/components/pthread/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/spi_flash/sdkconfig.rename;C:/Users/alex/esp/esp-idf/components/ulp/sdkconfig.rename.esp32;C:/Users/alex/esp/esp-idf/components/vfs/sdkconfig.rename", - "IDF_TARGET": "esp32", + "COMPONENT_KCONFIGS": "/home/abobkov/esp/esp-idf/components/app_trace/Kconfig;/home/abobkov/esp/esp-idf/components/bt/Kconfig;/home/abobkov/esp/esp-idf/components/console/Kconfig;/home/abobkov/esp/esp-idf/components/driver/Kconfig;/home/abobkov/esp/esp-idf/components/efuse/Kconfig;/home/abobkov/esp/esp-idf/components/esp-tls/Kconfig;/home/abobkov/esp/esp-idf/components/esp_adc/Kconfig;/home/abobkov/esp/esp-idf/components/esp_coex/Kconfig;/home/abobkov/esp/esp-idf/components/esp_common/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_cam/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_dac/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_gpio/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_i2c/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_i2s/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_isp/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_jpeg/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_ledc/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_parlio/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_rmt/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_sdm/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_spi/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_touch_sens/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_tsens/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_uart/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/Kconfig;/home/abobkov/esp/esp-idf/components/esp_eth/Kconfig;/home/abobkov/esp/esp-idf/components/esp_event/Kconfig;/home/abobkov/esp/esp-idf/components/esp_gdbstub/Kconfig;/home/abobkov/esp/esp-idf/components/esp_http_client/Kconfig;/home/abobkov/esp/esp-idf/components/esp_http_server/Kconfig;/home/abobkov/esp/esp-idf/components/esp_https_ota/Kconfig;/home/abobkov/esp/esp-idf/components/esp_https_server/Kconfig;/home/abobkov/esp/esp-idf/components/esp_hw_support/Kconfig;/home/abobkov/esp/esp-idf/components/esp_lcd/Kconfig;/home/abobkov/esp/esp-idf/components/esp_mm/Kconfig;/home/abobkov/esp/esp-idf/components/esp_netif/Kconfig;/home/abobkov/esp/esp-idf/components/esp_partition/Kconfig;/home/abobkov/esp/esp-idf/components/esp_phy/Kconfig;/home/abobkov/esp/esp-idf/components/esp_pm/Kconfig;/home/abobkov/esp/esp-idf/components/esp_psram/Kconfig;/home/abobkov/esp/esp-idf/components/esp_ringbuf/Kconfig;/home/abobkov/esp/esp-idf/components/esp_security/Kconfig;/home/abobkov/esp/esp-idf/components/esp_system/Kconfig;/home/abobkov/esp/esp-idf/components/esp_timer/Kconfig;/home/abobkov/esp/esp-idf/components/esp_wifi/Kconfig;/home/abobkov/esp/esp-idf/components/espcoredump/Kconfig;/home/abobkov/esp/esp-idf/components/fatfs/Kconfig;/home/abobkov/esp/esp-idf/components/freertos/Kconfig;/home/abobkov/esp/esp-idf/components/hal/Kconfig;/home/abobkov/esp/esp-idf/components/heap/Kconfig;/home/abobkov/esp/esp-idf/components/ieee802154/Kconfig;/home/abobkov/esp/esp-idf/components/log/Kconfig;/home/abobkov/esp/esp-idf/components/lwip/Kconfig;/home/abobkov/esp/esp-idf/components/mbedtls/Kconfig;/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/Kconfig;/home/abobkov/esp/esp-idf/components/newlib/Kconfig;/home/abobkov/esp/esp-idf/components/nvs_flash/Kconfig;/home/abobkov/esp/esp-idf/components/nvs_sec_provider/Kconfig;/home/abobkov/esp/esp-idf/components/openthread/Kconfig;/home/abobkov/esp/esp-idf/components/protocomm/Kconfig;/home/abobkov/esp/esp-idf/components/pthread/Kconfig;/home/abobkov/esp/esp-idf/components/soc/Kconfig;/home/abobkov/esp/esp-idf/components/spi_flash/Kconfig;/home/abobkov/esp/esp-idf/components/spiffs/Kconfig;/home/abobkov/esp/esp-idf/components/tcp_transport/Kconfig;/home/abobkov/esp/esp-idf/components/ulp/Kconfig;/home/abobkov/esp/esp-idf/components/unity/Kconfig;/home/abobkov/esp/esp-idf/components/usb/Kconfig;/home/abobkov/esp/esp-idf/components/vfs/Kconfig;/home/abobkov/esp/esp-idf/components/wear_levelling/Kconfig;/home/abobkov/esp/esp-idf/components/wifi_provisioning/Kconfig", + "COMPONENT_KCONFIGS_PROJBUILD": "/home/abobkov/esp/esp-idf/components/bootloader/Kconfig.projbuild;/home/abobkov/esp/esp-idf/components/esp_app_format/Kconfig.projbuild;/home/abobkov/esp/esp-idf/components/esp_rom/Kconfig.projbuild;/home/abobkov/esp/esp-idf/components/esptool_py/Kconfig.projbuild;/home/abobkov/esp/esp-idf/components/partition_table/Kconfig.projbuild;/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main/Kconfig.projbuild", + "COMPONENT_SDKCONFIG_RENAMES": "/home/abobkov/esp/esp-idf/components/app_trace/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/bootloader/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/bt/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/bt/sdkconfig.rename.esp32c3;/home/abobkov/esp/esp-idf/components/driver/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/esp_coex/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/esp_event/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/esp_gdbstub/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/esp_https_ota/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/esp_hw_support/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/esp_hw_support/sdkconfig.rename.esp32c3;/home/abobkov/esp/esp-idf/components/esp_phy/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/esp_pm/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/esp_system/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/esp_system/sdkconfig.rename.esp32c3;/home/abobkov/esp/esp-idf/components/esp_timer/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/esp_wifi/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/espcoredump/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/esptool_py/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/freertos/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/hal/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/lwip/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/newlib/sdkconfig.rename.esp32c3;/home/abobkov/esp/esp-idf/components/pthread/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/spi_flash/sdkconfig.rename;/home/abobkov/esp/esp-idf/components/vfs/sdkconfig.rename", + "IDF_TARGET": "esp32c3", + "IDF_TOOLCHAIN": "gcc", + "IDF_VERSION": "5.4.0", "IDF_ENV_FPGA": "", - "IDF_PATH": "C:/Users/alex/esp/esp-idf", - "COMPONENT_KCONFIGS_SOURCE_FILE": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/kconfigs.in", - "COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/kconfigs_projbuild.in" + "IDF_PATH": "/home/abobkov/esp/esp-idf", + "COMPONENT_KCONFIGS_SOURCE_FILE": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/kconfigs.in", + "COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/kconfigs_projbuild.in" } diff --git a/ESP32-IDF_ePaper/build/config/kconfig_menus.json b/ESP32-IDF_ePaper/build/config/kconfig_menus.json index 13d685f9b..24ee72a55 100644 --- a/ESP32-IDF_ePaper/build/config/kconfig_menus.json +++ b/ESP32-IDF_ePaper/build/config/kconfig_menus.json @@ -1,44 +1,4 @@ [ - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_BROWNOUT_RESET_SUPPORTED", - "name": "SOC_BROWNOUT_RESET_SUPPORTED", - "range": null, - "title": null, - "type": "string" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_TWAI_BRP_DIV_SUPPORTED", - "name": "SOC_TWAI_BRP_DIV_SUPPORTED", - "range": null, - "title": null, - "type": "string" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_DPORT_WORKAROUND", - "name": "SOC_DPORT_WORKAROUND", - "range": null, - "title": null, - "type": "string" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_CAPS_ECO_VER_MAX", - "name": "SOC_CAPS_ECO_VER_MAX", - "range": null, - "title": null, - "type": "int" - }, { "children": [], "depends_on": null, @@ -53,8 +13,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_DAC_SUPPORTED", - "name": "SOC_DAC_SUPPORTED", + "id": "SOC_DEDICATED_GPIO_SUPPORTED", + "name": "SOC_DEDICATED_GPIO_SUPPORTED", "range": null, "title": null, "type": "bool" @@ -73,8 +33,18 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_MCPWM_SUPPORTED", - "name": "SOC_MCPWM_SUPPORTED", + "id": "SOC_GDMA_SUPPORTED", + "name": "SOC_GDMA_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AHB_GDMA_SUPPORTED", + "name": "SOC_AHB_GDMA_SUPPORTED", "range": null, "title": null, "type": "bool" @@ -93,8 +63,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SDMMC_HOST_SUPPORTED", - "name": "SOC_SDMMC_HOST_SUPPORTED", + "id": "SOC_TWAI_SUPPORTED", + "name": "SOC_TWAI_SUPPORTED", "range": null, "title": null, "type": "bool" @@ -113,8 +83,48 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_PCNT_SUPPORTED", - "name": "SOC_PCNT_SUPPORTED", + "id": "SOC_ASYNC_MEMCPY_SUPPORTED", + "name": "SOC_ASYNC_MEMCPY_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_USB_SERIAL_JTAG_SUPPORTED", + "name": "SOC_USB_SERIAL_JTAG_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TEMP_SENSOR_SUPPORTED", + "name": "SOC_TEMP_SENSOR_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_XT_WDT_SUPPORTED", + "name": "SOC_XT_WDT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PHY_SUPPORTED", + "name": "SOC_PHY_SUPPORTED", "range": null, "title": null, "type": "bool" @@ -133,8 +143,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SDIO_SLAVE_SUPPORTED", - "name": "SOC_SDIO_SLAVE_SUPPORTED", + "id": "SOC_SUPPORTS_SECURE_DL_MODE", + "name": "SOC_SUPPORTS_SECURE_DL_MODE", "range": null, "title": null, "type": "bool" @@ -143,8 +153,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_TWAI_SUPPORTED", - "name": "SOC_TWAI_SUPPORTED", + "id": "SOC_EFUSE_KEY_PURPOSE_FIELD", + "name": "SOC_EFUSE_KEY_PURPOSE_FIELD", "range": null, "title": null, "type": "bool" @@ -153,8 +163,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_EMAC_SUPPORTED", - "name": "SOC_EMAC_SUPPORTED", + "id": "SOC_EFUSE_HAS_EFUSE_RST_BUG", + "name": "SOC_EFUSE_HAS_EFUSE_RST_BUG", "range": null, "title": null, "type": "bool" @@ -163,18 +173,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_ULP_SUPPORTED", - "name": "SOC_ULP_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_CCOMP_TIMER_SUPPORTED", - "name": "SOC_CCOMP_TIMER_SUPPORTED", + "id": "SOC_EFUSE_SUPPORTED", + "name": "SOC_EFUSE_SUPPORTED", "range": null, "title": null, "type": "bool" @@ -189,16 +189,6 @@ "title": null, "type": "bool" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_RTC_SLOW_MEM_SUPPORTED", - "name": "SOC_RTC_SLOW_MEM_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, { "children": [], "depends_on": null, @@ -269,6 +259,16 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_SUPPORTED", + "name": "SOC_SYSTIMER_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -309,6 +309,26 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_HMAC_SUPPORTED", + "name": "SOC_HMAC_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DIG_SIGN_SUPPORTED", + "name": "SOC_DIG_SIGN_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -333,8 +353,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_TOUCH_SENSOR_SUPPORTED", - "name": "SOC_TOUCH_SENSOR_SUPPORTED", + "id": "SOC_MEMPROT_SUPPORTED", + "name": "SOC_MEMPROT_SUPPORTED", "range": null, "title": null, "type": "bool" @@ -353,8 +373,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_ULP_FSM_SUPPORTED", - "name": "SOC_ULP_FSM_SUPPORTED", + "id": "SOC_CLK_TREE_SUPPORTED", + "name": "SOC_CLK_TREE_SUPPORTED", "range": null, "title": null, "type": "bool" @@ -363,18 +383,78 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL", - "name": "SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL", + "id": "SOC_ASSIST_DEBUG_SUPPORTED", + "name": "SOC_ASSIST_DEBUG_SUPPORTED", "range": null, "title": null, - "type": "int" + "type": "bool" }, { "children": [], "depends_on": null, "help": null, - "id": "SOC_XTAL_SUPPORT_26M", - "name": "SOC_XTAL_SUPPORT_26M", + "id": "SOC_WDT_SUPPORTED", + "name": "SOC_WDT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_FLASH_SUPPORTED", + "name": "SOC_SPI_FLASH_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RNG_SUPPORTED", + "name": "SOC_RNG_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LIGHT_SLEEP_SUPPORTED", + "name": "SOC_LIGHT_SLEEP_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DEEP_SLEEP_SUPPORTED", + "name": "SOC_DEEP_SLEEP_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_LP_PERIPH_SHARE_INTERRUPT", + "name": "SOC_LP_PERIPH_SHARE_INTERRUPT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORTED", + "name": "SOC_PM_SUPPORTED", "range": null, "title": null, "type": "bool" @@ -393,8 +473,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_XTAL_SUPPORT_AUTO_DETECT", - "name": "SOC_XTAL_SUPPORT_AUTO_DETECT", + "id": "SOC_AES_SUPPORT_DMA", + "name": "SOC_AES_SUPPORT_DMA", "range": null, "title": null, "type": "bool" @@ -403,8 +483,28 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_ADC_RTC_CTRL_SUPPORTED", - "name": "SOC_ADC_RTC_CTRL_SUPPORTED", + "id": "SOC_AES_GDMA", + "name": "SOC_AES_GDMA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_SUPPORT_AES_128", + "name": "SOC_AES_SUPPORT_AES_128", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_AES_SUPPORT_AES_256", + "name": "SOC_AES_SUPPORT_AES_256", "range": null, "title": null, "type": "bool" @@ -419,6 +519,36 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_ARBITER_SUPPORTED", + "name": "SOC_ADC_ARBITER_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIG_IIR_FILTER_SUPPORTED", + "name": "SOC_ADC_DIG_IIR_FILTER_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_MONITOR_SUPPORTED", + "name": "SOC_ADC_MONITOR_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -519,6 +649,26 @@ "title": null, "type": "int" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_IIR_FILTER_NUM", + "name": "SOC_ADC_DIGI_IIR_FILTER_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_DIGI_MONITOR_NUM", + "name": "SOC_ADC_DIGI_MONITOR_NUM", + "range": null, + "title": null, + "type": "int" + }, { "children": [], "depends_on": null, @@ -559,6 +709,56 @@ "title": null, "type": "int" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_CALIBRATION_V1_SUPPORTED", + "name": "SOC_ADC_CALIBRATION_V1_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_SELF_HW_CALI_SUPPORTED", + "name": "SOC_ADC_SELF_HW_CALI_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_ADC_SHARED_POWER", + "name": "SOC_ADC_SHARED_POWER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_APB_BACKUP_DMA", + "name": "SOC_APB_BACKUP_DMA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_BROWNOUT_RESET_SUPPORTED", + "name": "SOC_BROWNOUT_RESET_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -573,11 +773,11 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_IDCACHE_PER_CORE", - "name": "SOC_IDCACHE_PER_CORE", + "id": "SOC_CACHE_MEMORY_IBANK_SIZE", + "name": "SOC_CACHE_MEMORY_IBANK_SIZE", "range": null, "title": null, - "type": "bool" + "type": "hex" }, { "children": [], @@ -603,8 +803,18 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_CPU_HAS_FPU", - "name": "SOC_CPU_HAS_FPU", + "id": "SOC_CPU_HAS_FLEXIBLE_INTC", + "name": "SOC_CPU_HAS_FLEXIBLE_INTC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_CPU_HAS_CSR_PC", + "name": "SOC_CPU_HAS_CSR_PC", "range": null, "title": null, "type": "bool" @@ -633,8 +843,18 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_CPU_WATCHPOINT_SIZE", - "name": "SOC_CPU_WATCHPOINT_SIZE", + "id": "SOC_CPU_WATCHPOINT_MAX_REGION_SIZE", + "name": "SOC_CPU_WATCHPOINT_MAX_REGION_SIZE", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DS_SIGNATURE_MAX_BIT_LEN", + "name": "SOC_DS_SIGNATURE_MAX_BIT_LEN", "range": null, "title": null, "type": "int" @@ -643,8 +863,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_DAC_CHAN_NUM", - "name": "SOC_DAC_CHAN_NUM", + "id": "SOC_DS_KEY_PARAM_MD_IV_LENGTH", + "name": "SOC_DS_KEY_PARAM_MD_IV_LENGTH", "range": null, "title": null, "type": "int" @@ -653,8 +873,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_DAC_RESOLUTION", - "name": "SOC_DAC_RESOLUTION", + "id": "SOC_DS_KEY_CHECK_MAX_WAIT_US", + "name": "SOC_DS_KEY_CHECK_MAX_WAIT_US", "range": null, "title": null, "type": "int" @@ -663,11 +883,31 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_DAC_DMA_16BIT_ALIGN", - "name": "SOC_DAC_DMA_16BIT_ALIGN", + "id": "SOC_AHB_GDMA_VERSION", + "name": "SOC_AHB_GDMA_VERSION", "range": null, "title": null, - "type": "bool" + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GDMA_NUM_GROUPS_MAX", + "name": "SOC_GDMA_NUM_GROUPS_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GDMA_PAIRS_PER_GROUP_MAX", + "name": "SOC_GDMA_PAIRS_PER_GROUP_MAX", + "range": null, + "title": null, + "type": "int" }, { "children": [], @@ -693,11 +933,81 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_GPIO_VALID_GPIO_MASK", - "name": "SOC_GPIO_VALID_GPIO_MASK", + "id": "SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER", + "name": "SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER", "range": null, "title": null, - "type": "hex" + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_FILTER_CLK_SUPPORT_APB", + "name": "SOC_GPIO_FILTER_CLK_SUPPORT_APB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_SUPPORT_FORCE_HOLD", + "name": "SOC_GPIO_SUPPORT_FORCE_HOLD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP", + "name": "SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_IN_RANGE_MAX", + "name": "SOC_GPIO_IN_RANGE_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_OUT_RANGE_MAX", + "name": "SOC_GPIO_OUT_RANGE_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK", + "name": "SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT", + "name": "SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT", + "range": null, + "title": null, + "type": "int" }, { "children": [], @@ -709,6 +1019,66 @@ "title": null, "type": "hex" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX", + "name": "SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_CLOCKOUT_CHANNEL_NUM", + "name": "SOC_GPIO_CLOCKOUT_CHANNEL_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP", + "name": "SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DEDIC_GPIO_OUT_CHANNELS_NUM", + "name": "SOC_DEDIC_GPIO_OUT_CHANNELS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DEDIC_GPIO_IN_CHANNELS_NUM", + "name": "SOC_DEDIC_GPIO_IN_CHANNELS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_DEDIC_PERIPH_ALWAYS_ENABLE", + "name": "SOC_DEDIC_PERIPH_ALWAYS_ENABLE", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -719,6 +1089,16 @@ "title": null, "type": "int" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_HP_I2C_NUM", + "name": "SOC_HP_I2C_NUM", + "range": null, + "title": null, + "type": "int" + }, { "children": [], "depends_on": null, @@ -753,8 +1133,68 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_I2C_SUPPORT_APB", - "name": "SOC_I2C_SUPPORT_APB", + "id": "SOC_I2C_SUPPORT_HW_CLR_BUS", + "name": "SOC_I2C_SUPPORT_HW_CLR_BUS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_XTAL", + "name": "SOC_I2C_SUPPORT_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_RTC", + "name": "SOC_I2C_SUPPORT_RTC", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SUPPORT_10BIT_ADDR", + "name": "SOC_I2C_SUPPORT_10BIT_ADDR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SLAVE_SUPPORT_BROADCAST", + "name": "SOC_I2C_SLAVE_SUPPORT_BROADCAST", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE", + "name": "SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS", + "name": "SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS", "range": null, "title": null, "type": "bool" @@ -773,8 +1213,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_I2S_HW_VERSION_1", - "name": "SOC_I2S_HW_VERSION_1", + "id": "SOC_I2S_HW_VERSION_2", + "name": "SOC_I2S_HW_VERSION_2", "range": null, "title": null, "type": "bool" @@ -783,8 +1223,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_I2S_SUPPORTS_APLL", - "name": "SOC_I2S_SUPPORTS_APLL", + "id": "SOC_I2S_SUPPORTS_XTAL", + "name": "SOC_I2S_SUPPORTS_XTAL", "range": null, "title": null, "type": "bool" @@ -799,6 +1239,16 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_I2S_SUPPORTS_PCM", + "name": "SOC_I2S_SUPPORTS_PCM", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -833,118 +1283,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_I2S_SUPPORTS_PDM_RX", - "name": "SOC_I2S_SUPPORTS_PDM_RX", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2S_PDM_MAX_RX_LINES", - "name": "SOC_I2S_PDM_MAX_RX_LINES", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2S_SUPPORTS_ADC_DAC", - "name": "SOC_I2S_SUPPORTS_ADC_DAC", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2S_SUPPORTS_ADC", - "name": "SOC_I2S_SUPPORTS_ADC", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2S_SUPPORTS_DAC", - "name": "SOC_I2S_SUPPORTS_DAC", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2S_SUPPORTS_LCD_CAMERA", - "name": "SOC_I2S_SUPPORTS_LCD_CAMERA", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2S_TRANS_SIZE_ALIGN_WORD", - "name": "SOC_I2S_TRANS_SIZE_ALIGN_WORD", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_I2S_LCD_I80_VARIANT", - "name": "SOC_I2S_LCD_I80_VARIANT", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_LCD_I80_SUPPORTED", - "name": "SOC_LCD_I80_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_LCD_I80_BUSES", - "name": "SOC_LCD_I80_BUSES", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_LCD_I80_BUS_WIDTH", - "name": "SOC_LCD_I80_BUS_WIDTH", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_LEDC_HAS_TIMER_SPECIFIC_MUX", - "name": "SOC_LEDC_HAS_TIMER_SPECIFIC_MUX", + "id": "SOC_I2S_SUPPORTS_TDM", + "name": "SOC_I2S_SUPPORTS_TDM", "range": null, "title": null, "type": "bool" @@ -963,8 +1303,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_LEDC_SUPPORT_REF_TICK", - "name": "SOC_LEDC_SUPPORT_REF_TICK", + "id": "SOC_LEDC_SUPPORT_XTAL_CLOCK", + "name": "SOC_LEDC_SUPPORT_XTAL_CLOCK", "range": null, "title": null, "type": "bool" @@ -973,11 +1313,11 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_LEDC_SUPPORT_HS_MODE", - "name": "SOC_LEDC_SUPPORT_HS_MODE", + "id": "SOC_LEDC_TIMER_NUM", + "name": "SOC_LEDC_TIMER_NUM", "range": null, "title": null, - "type": "bool" + "type": "int" }, { "children": [], @@ -1003,78 +1343,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_MCPWM_GROUPS", - "name": "SOC_MCPWM_GROUPS", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MCPWM_TIMERS_PER_GROUP", - "name": "SOC_MCPWM_TIMERS_PER_GROUP", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MCPWM_OPERATORS_PER_GROUP", - "name": "SOC_MCPWM_OPERATORS_PER_GROUP", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MCPWM_COMPARATORS_PER_OPERATOR", - "name": "SOC_MCPWM_COMPARATORS_PER_OPERATOR", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MCPWM_GENERATORS_PER_OPERATOR", - "name": "SOC_MCPWM_GENERATORS_PER_OPERATOR", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MCPWM_TRIGGERS_PER_OPERATOR", - "name": "SOC_MCPWM_TRIGGERS_PER_OPERATOR", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MCPWM_GPIO_FAULTS_PER_GROUP", - "name": "SOC_MCPWM_GPIO_FAULTS_PER_GROUP", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP", - "name": "SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP", + "id": "SOC_LEDC_SUPPORT_FADE_STOP", + "name": "SOC_LEDC_SUPPORT_FADE_STOP", "range": null, "title": null, "type": "bool" @@ -1083,18 +1353,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER", - "name": "SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP", - "name": "SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP", + "id": "SOC_MMU_LINEAR_ADDRESS_REGION_NUM", + "name": "SOC_MMU_LINEAR_ADDRESS_REGION_NUM", "range": null, "title": null, "type": "int" @@ -1109,16 +1369,6 @@ "title": null, "type": "int" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_MMU_LINEAR_ADDRESS_REGION_NUM", - "name": "SOC_MMU_LINEAR_ADDRESS_REGION_NUM", - "range": null, - "title": null, - "type": "int" - }, { "children": [], "depends_on": null, @@ -1169,46 +1419,6 @@ "title": null, "type": "bool" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PCNT_GROUPS", - "name": "SOC_PCNT_GROUPS", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PCNT_UNITS_PER_GROUP", - "name": "SOC_PCNT_UNITS_PER_GROUP", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PCNT_CHANNELS_PER_UNIT", - "name": "SOC_PCNT_CHANNELS_PER_UNIT", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PCNT_THRES_POINT_PER_UNIT", - "name": "SOC_PCNT_THRES_POINT_PER_UNIT", - "range": null, - "title": null, - "type": "int" - }, { "children": [], "depends_on": null, @@ -1263,8 +1473,68 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_RMT_SUPPORT_REF_TICK", - "name": "SOC_RMT_SUPPORT_REF_TICK", + "id": "SOC_RMT_SUPPORT_RX_PINGPONG", + "name": "SOC_RMT_SUPPORT_RX_PINGPONG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_RX_DEMODULATION", + "name": "SOC_RMT_SUPPORT_RX_DEMODULATION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_TX_ASYNC_STOP", + "name": "SOC_RMT_SUPPORT_TX_ASYNC_STOP", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_TX_LOOP_COUNT", + "name": "SOC_RMT_SUPPORT_TX_LOOP_COUNT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_TX_SYNCHRO", + "name": "SOC_RMT_SUPPORT_TX_SYNCHRO", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY", + "name": "SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RMT_SUPPORT_XTAL", + "name": "SOC_RMT_SUPPORT_XTAL", "range": null, "title": null, "type": "bool" @@ -1283,8 +1553,48 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_RMT_CHANNEL_CLK_INDEPENDENT", - "name": "SOC_RMT_CHANNEL_CLK_INDEPENDENT", + "id": "SOC_RMT_SUPPORT_RC_FAST", + "name": "SOC_RMT_SUPPORT_RC_FAST", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH", + "name": "SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM", + "name": "SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SLEEP_SYSTIMER_STALL_WORKAROUND", + "name": "SOC_SLEEP_SYSTIMER_STALL_WORKAROUND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SLEEP_TGWDT_STOP_WORKAROUND", + "name": "SOC_SLEEP_TGWDT_STOP_WORKAROUND", "range": null, "title": null, "type": "bool" @@ -1303,8 +1613,48 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_RTCIO_INPUT_OUTPUT_SUPPORTED", - "name": "SOC_RTCIO_INPUT_OUTPUT_SUPPORTED", + "id": "SOC_MPI_MEM_BLOCKS_NUM", + "name": "SOC_MPI_MEM_BLOCKS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MPI_OPERATIONS_NUM", + "name": "SOC_MPI_OPERATIONS_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_RSA_MAX_BIT_LEN", + "name": "SOC_RSA_MAX_BIT_LEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_DMA_MAX_BUFFER_SIZE", + "name": "SOC_SHA_DMA_MAX_BUFFER_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_DMA", + "name": "SOC_SHA_SUPPORT_DMA", "range": null, "title": null, "type": "bool" @@ -1313,8 +1663,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_RTCIO_HOLD_SUPPORTED", - "name": "SOC_RTCIO_HOLD_SUPPORTED", + "id": "SOC_SHA_SUPPORT_RESUME", + "name": "SOC_SHA_SUPPORT_RESUME", "range": null, "title": null, "type": "bool" @@ -1323,8 +1673,38 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_RTCIO_WAKE_SUPPORTED", - "name": "SOC_RTCIO_WAKE_SUPPORTED", + "id": "SOC_SHA_GDMA", + "name": "SOC_SHA_GDMA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_SHA1", + "name": "SOC_SHA_SUPPORT_SHA1", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_SHA224", + "name": "SOC_SHA_SUPPORT_SHA224", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SHA_SUPPORT_SHA256", + "name": "SOC_SHA_SUPPORT_SHA256", "range": null, "title": null, "type": "bool" @@ -1359,26 +1739,6 @@ "title": null, "type": "bool" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_HD_BOTH_INOUT_SUPPORTED", - "name": "SOC_SPI_HD_BOTH_INOUT_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_AS_CS_SUPPORTED", - "name": "SOC_SPI_AS_CS_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, { "children": [], "depends_on": null, @@ -1389,16 +1749,6 @@ "title": null, "type": "int" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_DMA_CHAN_NUM", - "name": "SOC_SPI_DMA_CHAN_NUM", - "range": null, - "title": null, - "type": "int" - }, { "children": [], "depends_on": null, @@ -1409,16 +1759,6 @@ "title": null, "type": "int" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SPI_SUPPORT_CLK_APB", - "name": "SOC_SPI_SUPPORT_CLK_APB", - "range": null, - "title": null, - "type": "bool" - }, { "children": [], "depends_on": null, @@ -1429,6 +1769,136 @@ "title": null, "type": "int" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_DDRCLK", + "name": "SOC_SPI_SUPPORT_DDRCLK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SLAVE_SUPPORT_SEG_TRANS", + "name": "SOC_SPI_SLAVE_SUPPORT_SEG_TRANS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_CD_SIG", + "name": "SOC_SPI_SUPPORT_CD_SIG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_CONTINUOUS_TRANS", + "name": "SOC_SPI_SUPPORT_CONTINUOUS_TRANS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_SLAVE_HD_VER2", + "name": "SOC_SPI_SUPPORT_SLAVE_HD_VER2", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_CLK_APB", + "name": "SOC_SPI_SUPPORT_CLK_APB", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SUPPORT_CLK_XTAL", + "name": "SOC_SPI_SUPPORT_CLK_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT", + "name": "SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SCT_SUPPORTED", + "name": "SOC_SPI_SCT_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SCT_REG_NUM", + "name": "SOC_SPI_SCT_REG_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SCT_BUFFER_NUM_MAX", + "name": "SOC_SPI_SCT_BUFFER_NUM_MAX", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_SCT_CONF_BITLEN_MAX", + "name": "SOC_SPI_SCT_CONF_BITLEN_MAX", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMSPI_IS_INDEPENDENT", + "name": "SOC_MEMSPI_IS_INDEPENDENT", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -1439,6 +1909,86 @@ "title": null, "type": "int" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE", + "name": "SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND", + "name": "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_AUTO_RESUME", + "name": "SOC_SPI_MEM_SUPPORT_AUTO_RESUME", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_IDLE_INTR", + "name": "SOC_SPI_MEM_SUPPORT_IDLE_INTR", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_SW_SUSPEND", + "name": "SOC_SPI_MEM_SUPPORT_SW_SUSPEND", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_CHECK_SUS", + "name": "SOC_SPI_MEM_SUPPORT_CHECK_SUS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE", + "name": "SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SPI_MEM_SUPPORT_WRAP", + "name": "SOC_SPI_MEM_SUPPORT_WRAP", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -1479,6 +2029,76 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_COUNTER_NUM", + "name": "SOC_SYSTIMER_COUNTER_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_ALARM_NUM", + "name": "SOC_SYSTIMER_ALARM_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_BIT_WIDTH_LO", + "name": "SOC_SYSTIMER_BIT_WIDTH_LO", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_BIT_WIDTH_HI", + "name": "SOC_SYSTIMER_BIT_WIDTH_HI", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_FIXED_DIVIDER", + "name": "SOC_SYSTIMER_FIXED_DIVIDER", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_INT_LEVEL", + "name": "SOC_SYSTIMER_INT_LEVEL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SYSTIMER_ALARM_MISS_COMPENSATE", + "name": "SOC_SYSTIMER_ALARM_MISS_COMPENSATE", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -1513,11 +2133,11 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_TIMER_GROUP_TOTAL_TIMERS", - "name": "SOC_TIMER_GROUP_TOTAL_TIMERS", + "id": "SOC_TIMER_GROUP_SUPPORT_XTAL", + "name": "SOC_TIMER_GROUP_SUPPORT_XTAL", "range": null, "title": null, - "type": "int" + "type": "bool" }, { "children": [], @@ -1533,18 +2153,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_TOUCH_VERSION_1", - "name": "SOC_TOUCH_VERSION_1", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_TOUCH_SENSOR_NUM", - "name": "SOC_TOUCH_SENSOR_NUM", + "id": "SOC_TIMER_GROUP_TOTAL_TIMERS", + "name": "SOC_TIMER_GROUP_TOTAL_TIMERS", "range": null, "title": null, "type": "int" @@ -1553,18 +2163,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_TOUCH_PAD_MEASURE_WAIT_MAX", - "name": "SOC_TOUCH_PAD_MEASURE_WAIT_MAX", - "range": null, - "title": null, - "type": "hex" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_TOUCH_PAD_THRESHOLD_MAX", - "name": "SOC_TOUCH_PAD_THRESHOLD_MAX", + "id": "SOC_MWDT_SUPPORT_XTAL", + "name": "SOC_MWDT_SUPPORT_XTAL", "range": null, "title": null, "type": "bool" @@ -1579,16 +2179,6 @@ "title": null, "type": "int" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_TWAI_BRP_MIN", - "name": "SOC_TWAI_BRP_MIN", - "range": null, - "title": null, - "type": "int" - }, { "children": [], "depends_on": null, @@ -1603,12 +2193,192 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT", - "name": "SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT", + "id": "SOC_TWAI_BRP_MIN", + "name": "SOC_TWAI_BRP_MIN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_BRP_MAX", + "name": "SOC_TWAI_BRP_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_TWAI_SUPPORTS_RX_STATUS", + "name": "SOC_TWAI_SUPPORTS_RX_STATUS", "range": null, "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_DIS_DOWNLOAD_ICACHE", + "name": "SOC_EFUSE_DIS_DOWNLOAD_ICACHE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_DIS_PAD_JTAG", + "name": "SOC_EFUSE_DIS_PAD_JTAG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_DIS_USB_JTAG", + "name": "SOC_EFUSE_DIS_USB_JTAG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_DIS_DIRECT_BOOT", + "name": "SOC_EFUSE_DIS_DIRECT_BOOT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_SOFT_DIS_JTAG", + "name": "SOC_EFUSE_SOFT_DIS_JTAG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_DIS_ICACHE", + "name": "SOC_EFUSE_DIS_ICACHE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK", + "name": "SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SECURE_BOOT_V2_RSA", + "name": "SOC_SECURE_BOOT_V2_RSA", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS", + "name": "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS", + "name": "SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY", + "name": "SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX", + "name": "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_FLASH_ENCRYPTION_XTS_AES", + "name": "SOC_FLASH_ENCRYPTION_XTS_AES", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_FLASH_ENCRYPTION_XTS_AES_128", + "name": "SOC_FLASH_ENCRYPTION_XTS_AES_128", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE", + "name": "SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_MEMPROT_MEM_ALIGN_SIZE", + "name": "SOC_MEMPROT_MEM_ALIGN_SIZE", + "range": null, + "title": null, + "type": "int" + }, { "children": [], "depends_on": null, @@ -1623,21 +2393,11 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_UART_SUPPORT_APB_CLK", - "name": "SOC_UART_SUPPORT_APB_CLK", + "id": "SOC_UART_HP_NUM", + "name": "SOC_UART_HP_NUM", "range": null, "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_UART_SUPPORT_REF_TICK", - "name": "SOC_UART_SUPPORT_REF_TICK", - "range": null, - "title": null, - "type": "bool" + "type": "int" }, { "children": [], @@ -1663,8 +2423,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SPIRAM_SUPPORTED", - "name": "SOC_SPIRAM_SUPPORTED", + "id": "SOC_UART_SUPPORT_APB_CLK", + "name": "SOC_UART_SUPPORT_APB_CLK", "range": null, "title": null, "type": "bool" @@ -1673,8 +2433,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE", - "name": "SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE", + "id": "SOC_UART_SUPPORT_RTC_CLK", + "name": "SOC_UART_SUPPORT_RTC_CLK", "range": null, "title": null, "type": "bool" @@ -1683,8 +2443,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SHA_SUPPORT_PARALLEL_ENG", - "name": "SOC_SHA_SUPPORT_PARALLEL_ENG", + "id": "SOC_UART_SUPPORT_XTAL_CLK", + "name": "SOC_UART_SUPPORT_XTAL_CLK", "range": null, "title": null, "type": "bool" @@ -1693,8 +2453,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SHA_SUPPORT_SHA1", - "name": "SOC_SHA_SUPPORT_SHA1", + "id": "SOC_UART_SUPPORT_WAKEUP_INT", + "name": "SOC_UART_SUPPORT_WAKEUP_INT", "range": null, "title": null, "type": "bool" @@ -1703,8 +2463,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SHA_SUPPORT_SHA256", - "name": "SOC_SHA_SUPPORT_SHA256", + "id": "SOC_UART_SUPPORT_FSM_TX_WAIT_SEND", + "name": "SOC_UART_SUPPORT_FSM_TX_WAIT_SEND", "range": null, "title": null, "type": "bool" @@ -1713,8 +2473,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SHA_SUPPORT_SHA384", - "name": "SOC_SHA_SUPPORT_SHA384", + "id": "SOC_COEX_HW_PTI", + "name": "SOC_COEX_HW_PTI", "range": null, "title": null, "type": "bool" @@ -1723,8 +2483,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SHA_SUPPORT_SHA512", - "name": "SOC_SHA_SUPPORT_SHA512", + "id": "SOC_EXTERNAL_COEX_ADVANCE", + "name": "SOC_EXTERNAL_COEX_ADVANCE", "range": null, "title": null, "type": "bool" @@ -1733,72 +2493,12 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_RSA_MAX_BIT_LEN", - "name": "SOC_RSA_MAX_BIT_LEN", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_AES_SUPPORT_AES_128", - "name": "SOC_AES_SUPPORT_AES_128", + "id": "SOC_EXTERNAL_COEX_LEADER_TX_LINE", + "name": "SOC_EXTERNAL_COEX_LEADER_TX_LINE", "range": null, "title": null, "type": "bool" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_AES_SUPPORT_AES_192", - "name": "SOC_AES_SUPPORT_AES_192", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_AES_SUPPORT_AES_256", - "name": "SOC_AES_SUPPORT_AES_256", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_SECURE_BOOT_V1", - "name": "SOC_SECURE_BOOT_V1", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS", - "name": "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX", - "name": "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX", - "range": null, - "title": null, - "type": "int" - }, { "children": [], "depends_on": null, @@ -1813,8 +2513,28 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_PM_SUPPORT_EXT0_WAKEUP", - "name": "SOC_PM_SUPPORT_EXT0_WAKEUP", + "id": "SOC_MAC_BB_PD_MEM_SIZE", + "name": "SOC_MAC_BB_PD_MEM_SIZE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH", + "name": "SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_PM_SUPPORT_WIFI_WAKEUP", + "name": "SOC_PM_SUPPORT_WIFI_WAKEUP", "range": null, "title": null, "type": "bool" @@ -1823,8 +2543,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_PM_SUPPORT_EXT1_WAKEUP", - "name": "SOC_PM_SUPPORT_EXT1_WAKEUP", + "id": "SOC_PM_SUPPORT_BT_WAKEUP", + "name": "SOC_PM_SUPPORT_BT_WAKEUP", "range": null, "title": null, "type": "bool" @@ -1833,8 +2553,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_PM_SUPPORT_EXT_WAKEUP", - "name": "SOC_PM_SUPPORT_EXT_WAKEUP", + "id": "SOC_PM_SUPPORT_CPU_PD", + "name": "SOC_PM_SUPPORT_CPU_PD", "range": null, "title": null, "type": "bool" @@ -1843,8 +2563,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP", - "name": "SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP", + "id": "SOC_PM_SUPPORT_WIFI_PD", + "name": "SOC_PM_SUPPORT_WIFI_PD", "range": null, "title": null, "type": "bool" @@ -1853,28 +2573,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_PM_SUPPORT_RTC_PERIPH_PD", - "name": "SOC_PM_SUPPORT_RTC_PERIPH_PD", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_SUPPORT_RTC_FAST_MEM_PD", - "name": "SOC_PM_SUPPORT_RTC_FAST_MEM_PD", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_PM_SUPPORT_RTC_SLOW_MEM_PD", - "name": "SOC_PM_SUPPORT_RTC_SLOW_MEM_PD", + "id": "SOC_PM_SUPPORT_BT_PD", + "name": "SOC_PM_SUPPORT_BT_PD", "range": null, "title": null, "type": "bool" @@ -1903,8 +2603,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_PM_SUPPORT_MODEM_PD", - "name": "SOC_PM_SUPPORT_MODEM_PD", + "id": "SOC_PM_SUPPORT_MAC_BB_PD", + "name": "SOC_PM_SUPPORT_MAC_BB_PD", "range": null, "title": null, "type": "bool" @@ -1913,8 +2613,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_CONFIGURABLE_VDDSDIO_SUPPORTED", - "name": "SOC_CONFIGURABLE_VDDSDIO_SUPPORTED", + "id": "SOC_PM_CPU_RETENTION_BY_RTCCNTL", + "name": "SOC_PM_CPU_RETENTION_BY_RTCCNTL", "range": null, "title": null, "type": "bool" @@ -1923,8 +2623,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_CLK_APLL_SUPPORTED", - "name": "SOC_CLK_APLL_SUPPORTED", + "id": "SOC_PM_MODEM_RETENTION_BY_BACKUPDMA", + "name": "SOC_PM_MODEM_RETENTION_BY_BACKUPDMA", "range": null, "title": null, "type": "bool" @@ -1933,41 +2633,11 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_APLL_MULTIPLIER_OUT_MIN_HZ", - "name": "SOC_APLL_MULTIPLIER_OUT_MIN_HZ", + "id": "SOC_PM_MODEM_PD_BY_SW", + "name": "SOC_PM_MODEM_PD_BY_SW", "range": null, "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_APLL_MULTIPLIER_OUT_MAX_HZ", - "name": "SOC_APLL_MULTIPLIER_OUT_MAX_HZ", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_APLL_MIN_HZ", - "name": "SOC_APLL_MIN_HZ", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_APLL_MAX_HZ", - "name": "SOC_APLL_MAX_HZ", - "range": null, - "title": null, - "type": "int" + "type": "bool" }, { "children": [], @@ -2013,8 +2683,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SDMMC_USE_IOMUX", - "name": "SOC_SDMMC_USE_IOMUX", + "id": "SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC", + "name": "SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC", "range": null, "title": null, "type": "bool" @@ -2023,11 +2693,41 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_SDMMC_NUM_SLOTS", - "name": "SOC_SDMMC_NUM_SLOTS", + "id": "SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL", + "name": "SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL", "range": null, "title": null, - "type": "int" + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_HW_TSF", + "name": "SOC_WIFI_HW_TSF", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_FTM_SUPPORT", + "name": "SOC_WIFI_FTM_SUPPORT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "SOC_WIFI_GCMP_SUPPORT", + "name": "SOC_WIFI_GCMP_SUPPORT", + "range": null, + "title": null, + "type": "bool" }, { "children": [], @@ -2073,8 +2773,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_WIFI_NAN_SUPPORT", - "name": "SOC_WIFI_NAN_SUPPORT", + "id": "SOC_WIFI_PHY_NEEDS_USB_WORKAROUND", + "name": "SOC_WIFI_PHY_NEEDS_USB_WORKAROUND", "range": null, "title": null, "type": "bool" @@ -2103,8 +2803,8 @@ "children": [], "depends_on": null, "help": null, - "id": "SOC_BT_CLASSIC_SUPPORTED", - "name": "SOC_BT_CLASSIC_SUPPORTED", + "id": "SOC_BLE_50_SUPPORTED", + "name": "SOC_BLE_50_SUPPORTED", "range": null, "title": null, "type": "bool" @@ -2129,16 +2829,6 @@ "title": null, "type": "bool" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "SOC_ULP_HAS_ADC", - "name": "SOC_ULP_HAS_ADC", - "range": null, - "title": null, - "type": "bool" - }, { "children": [], "depends_on": null, @@ -2162,13 +2852,23 @@ { "children": [], "depends_on": null, - "help": null, + "help": "- This option is for internal use only.\n- Enabling this option will help enable all FPGA support so as to\n run ESP-IDF on an FPGA. This can help reproduce some issues that\n only happens on FPGA condition, or when you have to burn some\n efuses multiple times.", "id": "IDF_ENV_FPGA", "name": "IDF_ENV_FPGA", "range": null, "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": "- This option is ONLY used when doing new chip bringup.\n- This option will only enable necessary hw / sw settings for running\n a hello_world application.", + "id": "IDF_ENV_BRINGUP", + "name": "IDF_ENV_BRINGUP", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -2179,6 +2879,46 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_DOC_BUILD", + "name": "IDF_DOC_BUILD", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TOOLCHAIN", + "name": "IDF_TOOLCHAIN", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TOOLCHAIN_CLANG", + "name": "IDF_TOOLCHAIN_CLANG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TOOLCHAIN_GCC", + "name": "IDF_TOOLCHAIN_GCC", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -2223,11 +2963,11 @@ "children": [], "depends_on": null, "help": null, - "id": "IDF_TARGET_LINUX", - "name": "IDF_TARGET_LINUX", + "id": "IDF_INIT_VERSION", + "name": "IDF_INIT_VERSION", "range": null, "title": null, - "type": "bool" + "type": "string" }, { "children": [], @@ -2289,6 +3029,26 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32C5", + "name": "IDF_TARGET_ESP32C5", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32P4", + "name": "IDF_TARGET_ESP32P4", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -2299,6 +3059,16 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "IDF_TARGET_ESP32C61", + "name": "IDF_TARGET_ESP32C61", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -2449,6 +3219,37 @@ }, { "children": [ + { + "children": [ + { + "children": [], + "depends_on": "!APP_REPRODUCIBLE_BUILD", + "help": "If set, then the bootloader will be built with the current time/date stamp.\nIt is stored in the bootloader description\nstructure. If not set, time/date stamp will be excluded from bootloader image.\nThis can be useful for getting the\nsame binary image files made from the same source, but at different times.", + "id": "BOOTLOADER_COMPILE_TIME_DATE", + "name": "BOOTLOADER_COMPILE_TIME_DATE", + "range": null, + "title": "Use time/date stamp for bootloader", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Project version. It is placed in \"version\" field of the esp_bootloader_desc structure.\nThe type of this field is \"uint32_t\".", + "id": "BOOTLOADER_PROJECT_VER", + "name": "BOOTLOADER_PROJECT_VER", + "range": [ + 0, + 4294967295 + ], + "title": "Project version", + "type": "int" + } + ], + "depends_on": null, + "id": "bootloader-config-bootloader-manager", + "title": "Bootloader manager", + "type": "menu" + }, { "children": [], "depends_on": null, @@ -2468,7 +3269,7 @@ "id": "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE", "name": "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE", "range": null, - "title": "Size (-Os)", + "title": "Size (-Os with GCC, -Oz with Clang)", "type": "bool" }, { @@ -2493,17 +3294,17 @@ }, { "children": [], - "depends_on": "", + "depends_on": "(IDF_TARGET_ARCH_XTENSA || IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32C2) && ", "help": null, "id": "BOOTLOADER_COMPILER_OPTIMIZATION_NONE", "name": "BOOTLOADER_COMPILER_OPTIMIZATION_NONE", "range": null, - "title": "Debug without optimization (-O0)", + "title": "Debug without optimization (-O0) (Deprecated, will be removed in IDF v6.0)", "type": "bool" } ], "depends_on": null, - "help": "This option sets compiler optimization level (gcc -O argument)\nfor the bootloader.\n\n- The default \"Size\" setting will add the -0s flag to CFLAGS.\n- The \"Debug\" setting will add the -Og flag to CFLAGS.\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n- The \"None\" setting will add the -O0 flag to CFLAGS.\n\nNote that custom optimization levels may be unsupported.", + "help": "This option sets compiler optimization level (gcc -O argument)\nfor the bootloader.\n\n- The default \"Size\" setting will add the -Os (-Oz with clang) flag to CFLAGS.\n- The \"Debug\" setting will add the -Og flag to CFLAGS.\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n\nNote that custom optimization levels may be unsupported.", "id": "bootloader-config-bootloader-optimization-level", "name": "BOOTLOADER_COMPILER_OPTIMIZATION", "title": "Bootloader optimization Level", @@ -2511,103 +3312,237 @@ }, { "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_NONE", + "name": "BOOTLOADER_LOG_LEVEL_NONE", + "range": null, + "title": "No output", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_ERROR", + "name": "BOOTLOADER_LOG_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_WARN", + "name": "BOOTLOADER_LOG_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_INFO", + "name": "BOOTLOADER_LOG_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_DEBUG", + "name": "BOOTLOADER_LOG_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_LEVEL_VERBOSE", + "name": "BOOTLOADER_LOG_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": null, + "help": "Specify how much output to see in bootloader logs.", + "id": "bootloader-config-log-bootloader-log-verbosity", + "name": "BOOTLOADER_LOG_LEVEL", + "title": "Bootloader log verbosity", + "type": "choice" + }, { "children": [], - "depends_on": "", + "depends_on": null, "help": null, - "id": "BOOTLOADER_LOG_LEVEL_NONE", - "name": "BOOTLOADER_LOG_LEVEL_NONE", + "id": "BOOTLOADER_LOG_LEVEL", + "name": "BOOTLOADER_LOG_LEVEL", "range": null, - "title": "No output", + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Use ANSI terminal colors in log output\nEnable ANSI terminal color codes.\nIn order to view these, your terminal program must support ANSI color codes.", + "id": "BOOTLOADER_LOG_COLORS", + "name": "BOOTLOADER_LOG_COLORS", + "range": null, + "title": "Color", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "NO_SYMBOL && ", + "help": null, + "id": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_NONE", + "name": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS", + "name": "BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS", + "range": null, + "title": "Milliseconds Since Boot", + "type": "bool" + } + ], + "depends_on": null, + "help": "Choose what sort of timestamp is displayed in the log output:\n\n- \"None\" - The log will only contain the actual log messages themselves\n without any time-related information. Avoiding timestamps can help conserve\n processing power and memory. It might useful when you\n perform log analysis or debugging, sometimes it's more straightforward\n to work with logs that lack timestamps, especially if the time of occurrence\n is not critical for understanding the issues.\n \"I log_test: info message\"\n\n- \"Milliseconds since boot\" is calculated from the RTOS tick count multiplied\n by the tick period. This time will reset after a software reboot.\n \"I (112500) log_test: info message\"", + "id": "bootloader-config-log-format-timestamp", + "name": "BOOTLOADER_LOG_TIMESTAMP_SOURCE", + "title": "Timestamp", + "type": "choice" + } + ], + "depends_on": null, + "id": "bootloader-config-log-format", + "title": "Format", + "type": "menu" + } + ], + "depends_on": null, + "id": "bootloader-config-log", + "title": "Log", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32 && (ESPTOOLPY_FLASHMODE_QIO || ESPTOOLPY_FLASHMODE_QOUT)", + "help": "This setting is only used if the SPI flash pins have been overridden by setting the eFuses\nSPI_PAD_CONFIG_xxx, and the SPI flash mode is QIO or QOUT.\n\nWhen this is the case, the eFuse config only defines 3 of the 4 Quad I/O data pins. The WP pin (aka\nESP32 pin \"SD_DATA_3\" or SPI flash pin \"IO2\") is not specified in eFuse. The same pin is also used\nfor external SPIRAM if it is enabled.\n\nIf this config item is set to N (default), the correct WP pin will be automatically used for any\nEspressif chip or module with integrated flash. If a custom setting is needed, set this config item to\nY and specify the GPIO number connected to the WP.", + "id": "BOOTLOADER_SPI_CUSTOM_WP_PIN", + "name": "BOOTLOADER_SPI_CUSTOM_WP_PIN", + "range": null, + "title": "Use custom SPI Flash WP Pin when flash pins set in eFuse (read help)", "type": "bool" }, { "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_ERROR", - "name": "BOOTLOADER_LOG_LEVEL_ERROR", + "depends_on": "IDF_TARGET_ESP32 && (ESPTOOLPY_FLASHMODE_QIO || ESPTOOLPY_FLASHMODE_QOUT)", + "help": "The option \"Use custom SPI Flash WP Pin\" must be set or this value is ignored\n\nIf burning a customized set of SPI flash pins in eFuse and using QIO or QOUT mode for flash, set this\nvalue to the GPIO number of the SPI flash WP pin.", + "id": "BOOTLOADER_SPI_WP_PIN", + "name": "BOOTLOADER_SPI_WP_PIN", "range": null, - "title": "Error", + "title": "Custom SPI Flash WP Pin", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "This will force 2nd bootloader to be loaded by DOUT mode, and will restore Dummy Cycle setting by\nresetting the Flash", + "id": "BOOTLOADER_FLASH_DC_AWARE", + "name": "BOOTLOADER_FLASH_DC_AWARE", + "range": null, + "title": "Allow app adjust Dummy Cycle bits in SPI Flash for higher frequency (READ HELP FIRST)", "type": "bool" }, { "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_WARN", - "name": "BOOTLOADER_LOG_LEVEL_WARN", + "depends_on": null, + "help": "Perform the startup flow recommended by XMC. Please consult XMC for the details of this flow.\nXMC chips will be forbidden to be used, when this option is disabled.\n\nDON'T DISABLE THIS UNLESS YOU KNOW WHAT YOU ARE DOING.\n\ncomment \"Features below require specific hardware (READ DOCS FIRST!)\"", + "id": "BOOTLOADER_FLASH_XMC_SUPPORT", + "name": "BOOTLOADER_FLASH_XMC_SUPPORT", "range": null, - "title": "Warning", + "title": "Enable the support for flash chips of XMC (READ DOCS FIRST)", "type": "bool" }, { "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_INFO", - "name": "BOOTLOADER_LOG_LEVEL_INFO", + "depends_on": null, + "help": "This is a helper config for 32bits address flash. Invisible for users.", + "id": "BOOTLOADER_FLASH_32BIT_ADDR", + "name": "BOOTLOADER_FLASH_32BIT_ADDR", "range": null, - "title": "Info", + "title": null, "type": "bool" }, { "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_DEBUG", - "name": "BOOTLOADER_LOG_LEVEL_DEBUG", + "depends_on": null, + "help": "This is a helper config for 32bits address flash. Invisible for users.", + "id": "BOOTLOADER_FLASH_NEEDS_32BIT_FEAT", + "name": "BOOTLOADER_FLASH_NEEDS_32BIT_FEAT", "range": null, - "title": "Debug", + "title": null, "type": "bool" }, { "children": [], - "depends_on": "", - "help": null, - "id": "BOOTLOADER_LOG_LEVEL_VERBOSE", - "name": "BOOTLOADER_LOG_LEVEL_VERBOSE", + "depends_on": null, + "help": "This is a helper config for 32bits address quad flash. Invisible for users.", + "id": "BOOTLOADER_FLASH_NEEDS_32BIT_ADDR_QUAD_FLASH", + "name": "BOOTLOADER_FLASH_NEEDS_32BIT_ADDR_QUAD_FLASH", "range": null, - "title": "Verbose", + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "BOOTLOADER_FLASH_NEEDS_32BIT_ADDR_QUAD_FLASH && IDF_EXPERIMENTAL_FEATURES", + "help": "Enabling this option allows the CPU to access 32-bit-address flash beyond 16M range.\n1. This option only valid for 4-line flash. Octal flash doesn't need this.\n2. This option is experimental, which means it can\u2019t use on all flash chips stable, for more\ninformation, please contact Espressif Business support.", + "id": "BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH", + "name": "BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH", + "range": null, + "title": "Enable cache access to 32-bit-address (over 16MB) range of SPI Flash (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "BOOTLOADER_CACHE_32BIT_ADDR_OCTAL_FLASH", + "name": "BOOTLOADER_CACHE_32BIT_ADDR_OCTAL_FLASH", + "range": null, + "title": null, "type": "bool" } ], "depends_on": null, - "help": "Specify how much output to see in bootloader logs.", - "id": "bootloader-config-bootloader-log-verbosity", - "name": "BOOTLOADER_LOG_LEVEL", - "title": "Bootloader log verbosity", - "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "BOOTLOADER_LOG_LEVEL", - "name": "BOOTLOADER_LOG_LEVEL", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": "IDF_TARGET_ESP32 && (ESPTOOLPY_FLASHMODE_QIO || ESPTOOLPY_FLASHMODE_QOUT)", - "help": "This setting is only used if the SPI flash pins have been overridden by setting the eFuses\nSPI_PAD_CONFIG_xxx, and the SPI flash mode is QIO or QOUT.\n\nWhen this is the case, the eFuse config only defines 3 of the 4 Quad I/O data pins. The WP pin (aka\nESP32 pin \"SD_DATA_3\" or SPI flash pin \"IO2\") is not specified in eFuse. The same pin is also used\nfor external SPIRAM if it is enabled.\n\nIf this config item is set to N (default), the correct WP pin will be automatically used for any\nEspressif chip or module with integrated flash. If a custom setting is needed, set this config item to\nY and specify the GPIO number connected to the WP.", - "id": "BOOTLOADER_SPI_CUSTOM_WP_PIN", - "name": "BOOTLOADER_SPI_CUSTOM_WP_PIN", - "range": null, - "title": "Use custom SPI Flash WP Pin when flash pins set in eFuse (read help)", - "type": "bool" - }, - { - "children": [], - "depends_on": "IDF_TARGET_ESP32 && (ESPTOOLPY_FLASHMODE_QIO || ESPTOOLPY_FLASHMODE_QOUT)", - "help": "The option \"Use custom SPI Flash WP Pin\" must be set or this value is ignored\n\nIf burning a customized set of SPI flash pins in eFuse and using QIO or QOUT mode for flash, set this\nvalue to the GPIO number of the SPI flash WP pin.", - "id": "BOOTLOADER_SPI_WP_PIN", - "name": "BOOTLOADER_SPI_WP_PIN", - "range": null, - "title": "Custom SPI Flash WP Pin", - "type": "int" + "id": "bootloader-config-serial-flash-configurations", + "title": "Serial Flash Configurations", + "type": "menu" }, { "children": [ @@ -2644,7 +3579,7 @@ { "children": [], "depends_on": "BOOTLOADER_FACTORY_RESET", - "help": "The selected GPIO will be configured as an input with internal pull-up enabled (note that on some SoCs.\nnot all pins have an internal pull-up, consult the hardware datasheet for details.) To trigger a factory\nreset, this GPIO must be held high or low (as configured) on startup.", + "help": "The selected GPIO will be configured as an input with internal pull-up enabled. To trigger a factory\nreset, this GPIO must be held high or low (as configured) on startup.\n\nNote that on some SoCs not all pins have an internal pull-up and certain pins are already\nused by ROM bootloader as bootstrapping. Refer to the technical reference manual for further\ndetails on the selected SoC.", "id": "BOOTLOADER_NUM_PIN_FACTORY_RESET", "name": "BOOTLOADER_NUM_PIN_FACTORY_RESET", "range": null, @@ -2715,7 +3650,7 @@ { "children": [], "depends_on": "BOOTLOADER_APP_TEST", - "help": "The selected GPIO will be configured as an input with internal pull-up enabled.\nTo trigger a test app, this GPIO must be pulled low on reset.\nAfter the GPIO input is deactivated and the device reboots, the old application will boot.\n(factory or OTA[x]).\nNote that GPIO34-39 do not have an internal pullup and an external one must be provided.", + "help": "The selected GPIO will be configured as an input with internal pull-up enabled.\nTo trigger a test app, this GPIO must be pulled low on reset.\nAfter the GPIO input is deactivated and the device reboots, the old application will boot.\n(factory or OTA[x]).\n\nNote that on some SoCs not all pins have an internal pull-up and certain pins are already\nused by ROM bootloader as bootstrapping. Refer to the technical reference manual for further\ndetails on the selected SoC.", "id": "BOOTLOADER_NUM_PIN_APP_TEST", "name": "BOOTLOADER_NUM_PIN_APP_TEST", "range": null, @@ -2774,7 +3709,7 @@ { "children": [], "depends_on": null, - "help": "Protects the unmapped memory regions of the entire address space from unintended accesses.\nThis will ensure that an exception will be triggered whenever the CPU performs a memory\noperation on unmapped regions of the address space.", + "help": "Protects the unmapped memory regions of the entire address space from unintended accesses.\nThis will ensure that an exception will be triggered whenever the CPU performs a memory\noperation on unmapped regions of the address space.\nNOTE: Disabling this config on some targets (ESP32-C6, ESP32-H2, ESP32-C5) would not generate\nan exception when reading from or writing to 0x0.", "id": "BOOTLOADER_REGION_PROTECTION_ENABLE", "name": "BOOTLOADER_REGION_PROTECTION_ENABLE", "range": null, @@ -2786,7 +3721,7 @@ { "children": [], "depends_on": "BOOTLOADER_WDT_ENABLE", - "help": "If this option is set, the ESP-IDF app must explicitly reset, feed, or disable the rtc_wdt in\nthe app's own code.\nIf this option is not set (default), then rtc_wdt will be disabled by ESP-IDF before calling\nthe app_main() function.\n\nUse function rtc_wdt_feed() for resetting counter of rtc_wdt.\nUse function rtc_wdt_disable() for disabling rtc_wdt.", + "help": "If this option is set, the ESP-IDF app must explicitly reset, feed, or disable the rtc_wdt in\nthe app's own code.\nIf this option is not set (default), then rtc_wdt will be disabled by ESP-IDF before calling\nthe app_main() function.\n\nUse function wdt_hal_feed() for resetting counter of RTC_WDT.\nFor esp32/s2 you can also use rtc_wdt_feed().\n\nUse function wdt_hal_disable() for disabling RTC_WDT.\nFor esp32/s2 you can also use rtc_wdt_disable().", "id": "BOOTLOADER_WDT_DISABLE_IN_USER_CODE", "name": "BOOTLOADER_WDT_DISABLE_IN_USER_CODE", "range": null, @@ -2842,7 +3777,7 @@ { "children": [], "depends_on": "BOOTLOADER_APP_ANTI_ROLLBACK", - "help": "This option allows to emulate read/write operations with all eFuses and efuse secure version.\nIt allows to test anti-rollback implemention without permanent write eFuse bits.\nThere should be an entry in partition table with following details: `emul_efuse, data, efuse, , 0x2000`.\n\nThis option enables: EFUSE_VIRTUAL and EFUSE_VIRTUAL_KEEP_IN_FLASH.", + "help": "This option allows to emulate read/write operations with all eFuses and efuse secure version.\nIt allows to test anti-rollback implementation without permanent write eFuse bits.\nThere should be an entry in partition table with following details: `emul_efuse, data, efuse, , 0x2000`.\n\nThis option enables: EFUSE_VIRTUAL and EFUSE_VIRTUAL_KEEP_IN_FLASH.", "id": "BOOTLOADER_EFUSE_SECURE_VERSION_EMULATE", "name": "BOOTLOADER_EFUSE_SECURE_VERSION_EMULATE", "range": null, @@ -2869,7 +3804,7 @@ }, { "children": [], - "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED && ((SECURE_BOOT && SECURE_BOOT_INSECURE) || !SECURE_BOOT)", + "depends_on": "(SECURE_BOOT && SECURE_BOOT_INSECURE) || !SECURE_BOOT", "help": "This option disables the normal validation of an image coming out of\ndeep sleep (checksums, SHA256, and signature). This is a trade-off\nbetween wakeup performance from deep sleep, and image integrity checks.\n\nOnly enable this if you know what you are doing. It should not be used\nin conjunction with using deep_sleep() entry and changing the active OTA\npartition as this would skip the validation upon first load of the new\nOTA partition.\n\nIt is possible to enable this option with Secure Boot if \"allow insecure\noptions\" is enabled, however it's strongly recommended to NOT enable it as\nit may allow a Secure Boot bypass.", "id": "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP", "name": "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP", @@ -2909,6 +3844,16 @@ }, { "children": [ + { + "children": [], + "depends_on": "BOOTLOADER_CUSTOM_RESERVE_RTC", + "help": "This option allows the customer to use the legacy bootloader behavior when the\nRTC FAST memory CRC calculation takes place. When this option is enabled, the\nallocated user custom data will be taken into account in the CRC calculation.\nThis means that any change to the custom data would need a CRC update to prevent\nthe bootloader from marking this data as corrupted.\nIf this option is disabled, the custom data will not be taken into account when\ncalculating the RTC FAST memory CRC. The user custom data can be changed freely,\nwithout the need to update the CRC.\nTHIS OPTION MUST BE THE SAME FOR BOTH THE BOOTLOADER AND THE APPLICATION BUILDS.", + "id": "BOOTLOADER_CUSTOM_RESERVE_RTC_IN_CRC", + "name": "BOOTLOADER_CUSTOM_RESERVE_RTC_IN_CRC", + "range": null, + "title": "Include custom memory in the CRC calculation", + "type": "bool" + }, { "children": [], "depends_on": "BOOTLOADER_CUSTOM_RESERVE_RTC", @@ -2921,7 +3866,7 @@ } ], "depends_on": "SOC_RTC_FAST_MEM_SUPPORTED", - "help": "This option allows the customer to place data in the RTC FAST memory,\nthis area remains valid when rebooted, except for power loss.\nThis memory is located at a fixed address and is available\nfor both the bootloader and the application.\n(The application and bootoloader must be compiled with the same option).\nThe RTC FAST memory has access only through PRO_CPU.", + "help": "This option allows the customer to place data in the RTC FAST memory,\nthis area remains valid when rebooted, except for power loss.\nThis memory is located at a fixed address and is available\nfor both the bootloader and the application.\n(The application and bootloader must be compiled with the same option).\nThe RTC FAST memory has access only through PRO_CPU.", "id": "BOOTLOADER_CUSTOM_RESERVE_RTC", "name": "BOOTLOADER_CUSTOM_RESERVE_RTC", "range": null, @@ -2937,16 +3882,6 @@ "range": null, "title": null, "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Perform the startup flow recommended by XMC. Please consult XMC for the details of this flow.\nXMC chips will be forbidden to be used, when this option is disabled.\n\nDON'T DISABLE THIS UNLESS YOU KNOW WHAT YOU ARE DOING.", - "id": "BOOTLOADER_FLASH_XMC_SUPPORT", - "name": "BOOTLOADER_FLASH_XMC_SUPPORT", - "range": null, - "title": "Enable the support for flash chips of XMC (READ HELP FIRST)", - "type": "bool" } ], "depends_on": null, @@ -3268,6 +4203,26 @@ "title": "Enable Aggressive key revoke strategy", "type": "bool" }, + { + "children": [], + "depends_on": "SECURE_BOOT_V2_ENABLED", + "help": "If not set (default, recommended), on first boot the bootloader will burn the WR_DIS_RD_DIS\nefuse when Secure Boot is enabled. This prevents any more efuses from being read protected.\n\nIf this option is set, it will remain possible to write the EFUSE_RD_DIS efuse field after Secure\nBoot is enabled. This may allow an attacker to read-protect the BLK2 efuse (for ESP32) and\nBLOCK4-BLOCK10 (i.e. BLOCK_KEY0-BLOCK_KEY5)(for other chips) holding the secure boot public key digest,\ncausing an immediate denial of service and possibly allowing an additional fault injection attack to\nbypass the signature protection.\n\nThe option must be set when you need to program any read-protected key type into the efuses,\ne.g., HMAC, ECDSA etc. after secure boot has already been enabled on the device.\nPlease refer to secure boot V2 documentation guide for more details.\n\nNOTE: Once a BLOCK is read-protected, the application will read all zeros from that block\n\nNOTE: If \"UART ROM download mode (Permanently disabled (recommended))\" or\n\"UART ROM download mode (Permanently switch to Secure mode (recommended))\" is set,\nthen it is __NOT__ possible to read/write efuses using espefuse.py utility.\nHowever, efuse can be read/written from the application\n\nPlease refer to the Secure Boot V2 documentation guide for more information.", + "id": "SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS", + "name": "SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS", + "range": null, + "title": "Do not disable the ability to further read protect eFuses", + "type": "bool" + }, + { + "children": [], + "depends_on": "SECURE_BOOT_V2_ENABLED && SECURE_BOOT_BUILD_SIGNED_BINARIES", + "help": "When Secure Boot V2 is enabled, by default the bootloader is not flashed along with other artifacts\nlike the application and the partition table images, i.e. bootloader has to be separately flashed\nusing the command `idf.py bootloader flash`, whereas, the application and partition table can be flashed\nusing the command `idf.py flash` itself.\nEnabling this option allows flashing the bootloader along with the other artifacts\nby invocation of the command `idf.py flash`.\n\nIf this option is enabled make sure that even the bootloader is signed using the correct secure boot key,\notherwise the bootloader signature verification would fail, as hash of the public key which is present in\nthe bootloader signature would not match with the digest stored into the efuses\nand thus the device will not be able to boot up.", + "id": "SECURE_BOOT_FLASH_BOOTLOADER_DEFAULT", + "name": "SECURE_BOOT_FLASH_BOOTLOADER_DEFAULT", + "range": null, + "title": "Flash bootloader along with other artifacts when using the default flash command", + "type": "bool" + }, { "children": [ { @@ -3344,10 +4299,10 @@ } ], "depends_on": "SOC_FLASH_ENCRYPTION_XTS_AES_OPTIONS && SECURE_FLASH_ENC_ENABLED", - "help": "Size of generated AES-XTS key.\n\n- AES-128 uses a 256-bit key (32 bytes) derived from 128 bits (16 bytes) burned in half Efuse key block.\n Internally, it calculates SHA256(128 bits)\n- AES-128 uses a 256-bit key (32 bytes) which occupies one Efuse key block.\n- AES-256 uses a 512-bit key (64 bytes) which occupies two Efuse key blocks.\n\nThis setting is ignored if either type of key is already burned to Efuse before the first boot.\nIn this case, the pre-burned key is used and no new key is generated.", - "id": "security-features-enable-flash-encryption-on-boot-read-docs-first--size-of-generated-aes-xts-key", + "help": "Size of generated XTS-AES key.\n\n- AES-128 uses a 256-bit key (32 bytes) derived from 128 bits (16 bytes) burned in half Efuse key block.\n Internally, it calculates SHA256(128 bits)\n- AES-128 uses a 256-bit key (32 bytes) which occupies one Efuse key block.\n- AES-256 uses a 512-bit key (64 bytes) which occupies two Efuse key blocks.\n\nThis setting is ignored if either type of key is already burned to Efuse before the first boot.\nIn this case, the pre-burned key is used and no new key is generated.", + "id": "security-features-enable-flash-encryption-on-boot-read-docs-first--size-of-generated-xts-aes-key", "name": "SECURE_FLASH_ENCRYPTION_KEYSIZE", - "title": "Size of generated AES-XTS key", + "title": "Size of generated XTS-AES key", "type": "choice" }, { @@ -3431,20 +4386,10 @@ "title": "Allow app partition length not 64KB aligned", "type": "bool" }, - { - "children": [], - "depends_on": "SECURE_BOOT_INSECURE && SECURE_BOOT_V2_ENABLED", - "help": "If not set (default, recommended), on first boot the bootloader will burn the WR_DIS_RD_DIS\nefuse when Secure Boot is enabled. This prevents any more efuses from being read protected.\n\nIf this option is set, it will remain possible to write the EFUSE_RD_DIS efuse field after Secure\nBoot is enabled. This may allow an attacker to read-protect the BLK2 efuse (for ESP32) and\nBLOCK4-BLOCK10 (i.e. BLOCK_KEY0-BLOCK_KEY5)(for other chips) holding the public key digest, causing an\nimmediate denial of service and possibly allowing an additional fault injection attack to\nbypass the signature protection.\n\nNOTE: Once a BLOCK is read-protected, the application will read all zeros from that block\n\nNOTE: If \"UART ROM download mode (Permanently disabled (recommended))\" or\n\"UART ROM download mode (Permanently switch to Secure mode (recommended))\" is set,\nthen it is __NOT__ possible to read/write efuses using espefuse.py utility.\nHowever, efuse can be read/written from the application", - "id": "SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS", - "name": "SECURE_BOOT_V2_ALLOW_EFUSE_RD_DIS", - "range": null, - "title": "Allow additional read protecting of efuses", - "type": "bool" - }, { "children": [], "depends_on": "SECURE_BOOT_INSECURE && SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS", - "help": "If not set (default), during startup in the app all unused digest slots will be revoked.\nTo revoke unused slot will be called esp_efuse_set_digest_revoke(num_digest) for each digest.\nRevoking unused digest slots makes ensures that no trusted keys can be added later by an attacker.\nIf set, it means that you have a plan to use unused digests slots later.", + "help": "If not set (default), during startup in the app all unused digest slots will be revoked.\nTo revoke unused slot will be called esp_efuse_set_digest_revoke(num_digest) for each digest.\nRevoking unused digest slots makes ensures that no trusted keys can be added later by an attacker.\nIf set, it means that you have a plan to use unused digests slots later.\n\nNote that if you plan to enable secure boot during the first boot up, the bootloader will intentionally\nrevoke the unused digest slots while enabling secure boot, even if the above config is enabled because\nkeeping the unused key slots un-revoked would a security hazard.\nIn case for any development workflow if you need to avoid this revocation, you should enable\nsecure boot externally (host based mechanism) rather than enabling it during the boot up,\nso that the bootloader would not need to enable secure boot and thus you could avoid its revocation\nstrategy.", "id": "SECURE_BOOT_ALLOW_UNUSED_DIGEST_SLOTS", "name": "SECURE_BOOT_ALLOW_UNUSED_DIGEST_SLOTS", "range": null, @@ -3507,6 +4452,16 @@ "title": "Potentially insecure options", "type": "menu" }, + { + "children": [], + "depends_on": "SECURE_FLASH_ENC_ENABLED && !SECURE_FLASH_REQUIRE_ALREADY_ENABLED", + "help": "If set (default), optimise encryption time for the partition of type APP,\nby only encrypting the app image that is present in the partition,\ninstead of the whole partition.\nThe image length used for encryption is derived from the image metadata, which\nincludes the size of the app image, checksum, hash and also the signature sector\nwhen secure boot is enabled.\n\nIf not set, the whole partition of type APP would be encrypted,\nwhich increases the encryption time but might be useful if there\nis any custom data appended to the firmware image.", + "id": "SECURE_FLASH_ENCRYPT_ONLY_IMAGE_LEN_IN_APP_PART", + "name": "SECURE_FLASH_ENCRYPT_ONLY_IMAGE_LEN_IN_APP_PART", + "range": null, + "title": "Encrypt only the app image that is present in the partition of type app", + "type": "bool" + }, { "children": [], "depends_on": "SECURE_FLASH_ENC_ENABLED", @@ -3577,7 +4532,7 @@ "children": [ { "children": [], - "depends_on": null, + "depends_on": "!APP_REPRODUCIBLE_BUILD", "help": "If set, then the app will be built with the current time/date stamp. It is stored in the app description\nstructure. If not set, time/date stamp will be excluded from app image. This can be useful for getting the\nsame binary image files made from the same source, but at different times.", "id": "APP_COMPILE_TIME_DATE", "name": "APP_COMPILE_TIME_DATE", @@ -3629,7 +4584,7 @@ { "children": [], "depends_on": null, - "help": "At startup, the app will read this many hex characters from the embedded APP ELF SHA-256 hash value\nand store it in static RAM. This ensures the app ELF SHA-256 value is always available\nif it needs to be printed by the panic handler code.\nChanging this value will change the size of a static buffer, in bytes.", + "help": "At startup, the app will read the embedded APP ELF SHA-256 hash value from flash\nand convert it into a string and store it in a RAM buffer.\nThis ensures the panic handler and core dump will be able to print this string\neven when cache is disabled.\nThe size of the buffer is APP_RETRIEVE_LEN_ELF_SHA plus the null terminator.\nChanging this value will change the size of this buffer, in bytes.", "id": "APP_RETRIEVE_LEN_ELF_SHA", "name": "APP_RETRIEVE_LEN_ELF_SHA", "range": [ @@ -3689,8 +4644,58 @@ "children": [], "depends_on": null, "help": null, - "id": "ESP_ROM_HAS_UART_BUF_SWITCH", - "name": "ESP_ROM_HAS_UART_BUF_SWITCH", + "id": "ESP_ROM_UART_CLK_IS_XTAL", + "name": "ESP_ROM_UART_CLK_IS_XTAL", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_USB_SERIAL_DEVICE_NUM", + "name": "ESP_ROM_USB_SERIAL_DEVICE_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_RETARGETABLE_LOCKING", + "name": "ESP_ROM_HAS_RETARGETABLE_LOCKING", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_ERASE_0_REGION_BUG", + "name": "ESP_ROM_HAS_ERASE_0_REGION_BUG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV", + "name": "ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_GET_CLK_FREQ", + "name": "ESP_ROM_GET_CLK_FREQ", "range": null, "title": null, "type": "bool" @@ -3705,6 +4710,46 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_LAYOUT_TABLE", + "name": "ESP_ROM_HAS_LAYOUT_TABLE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_SPI_FLASH", + "name": "ESP_ROM_HAS_SPI_FLASH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_ETS_PRINTF_BUG", + "name": "ESP_ROM_HAS_ETS_PRINTF_BUG", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_NEWLIB", + "name": "ESP_ROM_HAS_NEWLIB", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -3715,6 +4760,76 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_NEWLIB_32BIT_TIME", + "name": "ESP_ROM_HAS_NEWLIB_32BIT_TIME", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE", + "name": "ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_RAM_APP_NEEDS_MMU_INIT", + "name": "ESP_ROM_RAM_APP_NEEDS_MMU_INIT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_SW_FLOAT", + "name": "ESP_ROM_HAS_SW_FLOAT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_USB_OTG_NUM", + "name": "ESP_ROM_USB_OTG_NUM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_HAS_VERSION", + "name": "ESP_ROM_HAS_VERSION", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB", + "name": "ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB", + "range": null, + "title": null, + "type": "bool" + }, { "children": [ { @@ -3798,7 +4913,7 @@ { "children": [], "depends_on": "IDF_TARGET_ESP32S3 && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "This config option helps decide whether flash is Quad or Octal, but please note some limitations:\n\n1. If the flash chip is an Octal one, even if one of \"QIO\", \"QOUT\", \"DIO\", \"DOUT\" options is\n selected in `ESPTOOLPY_FLASHMODE`, our code will automatically change the\n mode to \"OPI\" and the sample mode will be STR.\n2. If the flash chip is a Quad one, even if \"OPI\" is selected in `ESPTOOLPY_FLASHMODE`, our code will\n automatically change the mode to \"DIO\".\n3. Please do not rely on this option when you are pretty sure that you are using Octal flash,\n please enable `ESPTOOLPY_OCT_FLASH` option, then you can choose `DTR` sample mode\n in `ESPTOOLPY_FLASH_SAMPLE_MODE`. Otherwise, only `STR` mode is available.\n4. Enabling this feature reduces available internal RAM size (around 900 bytes).\n If your IRAM space is insufficient and you're aware of your flash type,\n disable this option and select corresponding flash type options.", + "help": "This config option helps decide whether flash is Quad or Octal, but please note some limitations:\n\n1. If the flash chip is an Octal one, even if one of \"QIO\", \"QOUT\", \"DIO\", \"DOUT\" options is\n selected in `ESPTOOLPY_FLASHMODE`, our code will automatically change the\n mode to \"OPI\" and the sample mode will be STR.\n2. If the flash chip is a Quad one, even if \"OPI\" is selected in `ESPTOOLPY_FLASHMODE`, our code will\n automatically change the mode to \"DIO\".\n3. This option is mainly to improve the out-of-box experience of developers. It doesn't guarantee\n the feature-complete. Some code still rely on `ESPTOOLPY_OCT_FLASH`. Please do not rely on this option\n when you are pretty sure that you are using Octal flash.\n In this case, please enable `ESPTOOLPY_OCT_FLASH` option, then you can choose `DTR` sample mode\n in `ESPTOOLPY_FLASH_SAMPLE_MODE`. Otherwise, only `STR` mode is available.\n4. Enabling this feature reduces available internal RAM size (around 900 bytes).\n If your IRAM space is insufficient and you're aware of your flash type,\n disable this option and select corresponding flash type options.", "id": "ESPTOOLPY_FLASH_MODE_AUTO_DETECT", "name": "ESPTOOLPY_FLASH_MODE_AUTO_DETECT", "range": null, @@ -3909,17 +5024,7 @@ "children": [ { "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_120M && (ESPTOOLPY_FLASH_SAMPLE_MODE_STR || IDF_EXPERIMENTAL_FEATURES) && ", - "help": "- Flash 120 MHz SDR mode is stable.\n- Flash 120 MHz DDR mode is an experimental feature, it works when\n the temperature is stable.\n\n Risks:\n If your chip powers on at a certain temperature, then after the temperature\n increases or decreases by approximately 20 Celsius degrees (depending on the\n chip), the program will crash randomly.", - "id": "ESPTOOLPY_FLASHFREQ_120M", - "name": "ESPTOOLPY_FLASHFREQ_120M", - "range": null, - "title": "120 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED && ", + "depends_on": "", "help": null, "id": "ESPTOOLPY_FLASHFREQ_80M", "name": "ESPTOOLPY_FLASHFREQ_80M", @@ -3929,37 +5034,7 @@ }, { "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_64M_SUPPORTED && ", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_64M", - "name": "ESPTOOLPY_FLASHFREQ_64M", - "range": null, - "title": "64 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_60M_SUPPORTED && ", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_60M", - "name": "ESPTOOLPY_FLASHFREQ_60M", - "range": null, - "title": "60 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_48M_SUPPORTED && ", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_48M", - "name": "ESPTOOLPY_FLASHFREQ_48M", - "range": null, - "title": "48 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED && ", + "depends_on": "", "help": null, "id": "ESPTOOLPY_FLASHFREQ_40M", "name": "ESPTOOLPY_FLASHFREQ_40M", @@ -3969,27 +5044,7 @@ }, { "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_32M_SUPPORTED && ", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_32M", - "name": "ESPTOOLPY_FLASHFREQ_32M", - "range": null, - "title": "32 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_30M_SUPPORTED && ", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_30M", - "name": "ESPTOOLPY_FLASHFREQ_30M", - "range": null, - "title": "30 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED && ", + "depends_on": "", "help": null, "id": "ESPTOOLPY_FLASHFREQ_26M", "name": "ESPTOOLPY_FLASHFREQ_26M", @@ -3999,43 +5054,13 @@ }, { "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_24M_SUPPORTED && ", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_24M", - "name": "ESPTOOLPY_FLASHFREQ_24M", - "range": null, - "title": "24 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED && ", + "depends_on": "", "help": null, "id": "ESPTOOLPY_FLASHFREQ_20M", "name": "ESPTOOLPY_FLASHFREQ_20M", "range": null, "title": "20 MHz", "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_16M_SUPPORTED && ", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_16M", - "name": "ESPTOOLPY_FLASHFREQ_16M", - "range": null, - "title": "16 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MEMSPI_SRC_FREQ_15M_SUPPORTED && ", - "help": null, - "id": "ESPTOOLPY_FLASHFREQ_15M", - "name": "ESPTOOLPY_FLASHFREQ_15M", - "range": null, - "title": "15 MHz", - "type": "bool" } ], "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", @@ -4045,16 +5070,6 @@ "title": "Flash SPI speed", "type": "choice" }, - { - "children": [], - "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", - "help": "This is an invisible item, used to define the targets that defaults to use 80MHz Flash SPI speed.", - "id": "ESPTOOLPY_FLASHFREQ_80M_DEFAULT", - "name": "ESPTOOLPY_FLASHFREQ_80M_DEFAULT", - "range": null, - "title": null, - "type": "bool" - }, { "children": [], "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", @@ -4305,6 +5320,16 @@ "title": "Factory app, two OTA definitions", "type": "bool" }, + { + "children": [], + "depends_on": "", + "help": "This is a basic OTA-enabled partition table with\ntwo OTA app partitions. Both app partition sizes are 1700K,\nso this partition table requires 4MB or larger flash size.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_two_ota_large.csv", + "id": "PARTITION_TABLE_TWO_OTA_LARGE", + "name": "PARTITION_TABLE_TWO_OTA_LARGE", + "range": null, + "title": "Two large size OTA partitions", + "type": "bool" + }, { "children": [], "depends_on": "", @@ -4317,7 +5342,7 @@ }, { "children": [], - "depends_on": "!ESP32_COREDUMP_ENABLE_TO_FLASH && NVS_ENCRYPTION && ", + "depends_on": "!ESP32_COREDUMP_ENABLE_TO_FLASH && NVS_SEC_KEY_PROTECT_USING_FLASH_ENC && ", "help": "This is a variation of the default \"Single factory app, no OTA\" partition table\nthat supports encrypted NVS when using flash encryption. See the Flash Encryption section\nin the ESP-IDF Programmers Guide for more information.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_singleapp_encr_nvs.csv", "id": "PARTITION_TABLE_SINGLE_APP_ENCRYPTED_NVS", "name": "PARTITION_TABLE_SINGLE_APP_ENCRYPTED_NVS", @@ -4327,7 +5352,7 @@ }, { "children": [], - "depends_on": "!ESP32_COREDUMP_ENABLE_TO_FLASH && NVS_ENCRYPTION && ", + "depends_on": "!ESP32_COREDUMP_ENABLE_TO_FLASH && NVS_SEC_KEY_PROTECT_USING_FLASH_ENC && ", "help": "This is a variation of the \"Single factory app (large), no OTA\" partition table\nthat supports encrypted NVS when using flash encryption. See the Flash Encryption section\nin the ESP-IDF Programmers Guide for more information.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_singleapp_large_encr_nvs.csv", "id": "PARTITION_TABLE_SINGLE_APP_LARGE_ENC_NVS", "name": "PARTITION_TABLE_SINGLE_APP_LARGE_ENC_NVS", @@ -4337,7 +5362,7 @@ }, { "children": [], - "depends_on": "!ESP_COREDUMP_ENABLE_TO_FLASH && NVS_ENCRYPTION && ", + "depends_on": "!ESP_COREDUMP_ENABLE_TO_FLASH && NVS_SEC_KEY_PROTECT_USING_FLASH_ENC && ", "help": "This is a variation of the \"Factory app, two OTA definitions\" partition table\nthat supports encrypted NVS when using flash encryption. See the Flash Encryption section\nin the ESP-IDF Programmers Guide for more information.\n\nThe corresponding CSV file in the IDF directory is\ncomponents/partition_table/partitions_two_ota_encr_nvs.csv", "id": "PARTITION_TABLE_TWO_OTA_ENCRYPTED_NVS", "name": "PARTITION_TABLE_TWO_OTA_ENCRYPTED_NVS", @@ -4356,7 +5381,7 @@ { "children": [], "depends_on": null, - "help": "Name of the custom partition CSV filename. This path is evaluated\nrelative to the project root directory.", + "help": "Name of the custom partition CSV filename.\nThis path is evaluated relative to the project root directory by default.\nHowever, if the absolute path for the CSV file is provided, then the absolute path is configured.", "id": "PARTITION_TABLE_CUSTOM_FILENAME", "name": "PARTITION_TABLE_CUSTOM_FILENAME", "range": null, @@ -4479,7 +5504,7 @@ "name": "BLINK_GPIO", "range": [ 0, - 33 + 19 ], "title": "Blink GPIO number", "type": "int" @@ -4511,8 +5536,8 @@ "children": [], "depends_on": "", "help": null, - "id": "COMPILER_OPTIMIZATION_DEFAULT", - "name": "COMPILER_OPTIMIZATION_DEFAULT", + "id": "COMPILER_OPTIMIZATION_DEBUG", + "name": "COMPILER_OPTIMIZATION_DEBUG", "range": null, "title": "Debug (-Og)", "type": "bool" @@ -4524,7 +5549,7 @@ "id": "COMPILER_OPTIMIZATION_SIZE", "name": "COMPILER_OPTIMIZATION_SIZE", "range": null, - "title": "Optimize for size (-Os)", + "title": "Optimize for size (-Os with GCC, -Oz with Clang)", "type": "bool" }, { @@ -4549,7 +5574,7 @@ } ], "depends_on": null, - "help": "This option sets compiler optimization level (gcc -O argument) for the app.\n\n- The \"Default\" setting will add the -0g flag to CFLAGS.\n- The \"Size\" setting will add the -0s flag to CFLAGS.\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n- The \"None\" setting will add the -O0 flag to CFLAGS.\n\nThe \"Size\" setting cause the compiled code to be smaller and faster, but\nmay lead to difficulties of correlating code addresses to source file\nlines when debugging.\n\nThe \"Performance\" setting causes the compiled code to be larger and faster,\nbut will be easier to correlated code addresses to source file lines.\n\n\"None\" with -O0 produces compiled code without optimization.\n\nNote that custom optimization levels may be unsupported.\n\nCompiler optimization for the IDF bootloader is set separately,\nsee the BOOTLOADER_COMPILER_OPTIMIZATION setting.", + "help": "This option sets compiler optimization level (gcc -O argument) for the app.\n\n- The \"Debug\" setting will add the -Og flag to CFLAGS.\n- The \"Size\" setting will add the -Os flag to CFLAGS (-Oz with Clang).\n- The \"Performance\" setting will add the -O2 flag to CFLAGS.\n- The \"None\" setting will add the -O0 flag to CFLAGS.\n\nThe \"Size\" setting cause the compiled code to be smaller and faster, but\nmay lead to difficulties of correlating code addresses to source file\nlines when debugging.\n\nThe \"Performance\" setting causes the compiled code to be larger and faster,\nbut will be easier to correlated code addresses to source file lines.\n\n\"None\" with -O0 produces compiled code without optimization.\n\nNote that custom optimization levels may be unsupported.\n\nCompiler optimization for the IDF bootloader is set separately,\nsee the BOOTLOADER_COMPILER_OPTIMIZATION setting.", "id": "compiler-options-optimization-level", "name": "COMPILER_OPTIMIZATION", "title": "Optimization Level", @@ -4595,6 +5620,16 @@ "title": "Assertion level", "type": "choice" }, + { + "children": [], + "depends_on": null, + "help": "When NDEBUG is set, assert(X) will not cause code to trigger an assertion.\nWith this option set, assert(X) will still evaluate the expression X, though\nthe result will never cause an assertion. This means that if X is a function\nthen the function will be called.\n\nThis is not according to the standard, which states that the assert(X) should\nbe replaced with ((void)0) if NDEBUG is defined.\n\nIn ESP-IDF v6.0 the default behavior will change to \"no\" to be in line with the\nstandard.", + "id": "COMPILER_ASSERT_NDEBUG_EVALUATE", + "name": "COMPILER_ASSERT_NDEBUG_EVALUATE", + "range": null, + "title": "Enable the evaluation of the expression inside assert(X) when NDEBUG is set", + "type": "bool" + }, { "children": [ { @@ -4748,6 +5783,16 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": "IDF_TOOLCHAIN_GCC", + "help": "Disable merging identical constants (string/floating-point) across compilation units.\nThis helps in better size analysis of the application binary as the rodata section\ndistribution is more uniform across libraries. On downside, it may increase\nthe binary size and hence should be used during development phase only.", + "id": "COMPILER_NO_MERGE_CONSTANTS", + "name": "COMPILER_NO_MERGE_CONSTANTS", + "range": null, + "title": "Disable merging const sections", + "type": "bool" + }, { "children": [], "depends_on": null, @@ -4768,6 +5813,16 @@ "title": "Enable -msave-restore flag to reduce code size", "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": "Enable this option if you do not want default warnings to be considered as errors,\nespecially when updating IDF.\n\nThis is a temporary flag that could help to allow upgrade while having\nsome time to address the warnings raised by those default warnings.\nAlternatives are:\n1) fix code (preferred),\n2) remove specific warnings,\n3) do not consider specific warnings as error.", + "id": "COMPILER_DISABLE_DEFAULT_ERRORS", + "name": "COMPILER_DISABLE_DEFAULT_ERRORS", + "range": null, + "title": "Disable errors for default warnings", + "type": "bool" + }, { "children": [], "depends_on": null, @@ -4778,6 +5833,26 @@ "title": "Disable new warnings introduced in GCC 12", "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": "Enable this option if use GCC 13 or newer, and want to disable warnings which don't appear with\nGCC 12.", + "id": "COMPILER_DISABLE_GCC13_WARNINGS", + "name": "COMPILER_DISABLE_GCC13_WARNINGS", + "range": null, + "title": "Disable new warnings introduced in GCC 13", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option if use GCC 14 or newer, and want to disable warnings which don't appear with\nGCC 13.", + "id": "COMPILER_DISABLE_GCC14_WARNINGS", + "name": "COMPILER_DISABLE_GCC14_WARNINGS", + "range": null, + "title": "Disable new warnings introduced in GCC 14", + "type": "bool" + }, { "children": [], "depends_on": null, @@ -4787,6 +5862,96 @@ "range": null, "title": "Dump RTL files during compilation", "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "!IDF_TARGET_LINUX && ", + "help": null, + "id": "COMPILER_RT_LIB_GCCLIB", + "name": "COMPILER_RT_LIB_GCCLIB", + "range": null, + "title": "libgcc", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TOOLCHAIN_CLANG && !IDF_TARGET_LINUX && ", + "help": null, + "id": "COMPILER_RT_LIB_CLANGRT", + "name": "COMPILER_RT_LIB_CLANGRT", + "range": null, + "title": "libclang_rt", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_LINUX && ", + "help": null, + "id": "COMPILER_RT_LIB_HOST", + "name": "COMPILER_RT_LIB_HOST", + "range": null, + "title": "Host", + "type": "bool" + } + ], + "depends_on": null, + "help": "Select runtime library to be used by compiler.\n- GCC toolchain supports libgcc only.\n- Clang allows to choose between libgcc or libclang_rt.\n- For host builds (\"linux\" target), uses the default library.", + "id": "compiler-options-compiler-runtime-library", + "name": "COMPILER_RT_LIB", + "title": "Compiler runtime library", + "type": "choice" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "COMPILER_RT_LIB_NAME", + "name": "COMPILER_RT_LIB_NAME", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Places orphan sections with a warning message.", + "id": "COMPILER_ORPHAN_SECTIONS_WARNING", + "name": "COMPILER_ORPHAN_SECTIONS_WARNING", + "range": null, + "title": "Place with warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Places orphan sections without a warning/error message.", + "id": "COMPILER_ORPHAN_SECTIONS_PLACE", + "name": "COMPILER_ORPHAN_SECTIONS_PLACE", + "range": null, + "title": "Place silently", + "type": "bool" + } + ], + "depends_on": "!IDF_TARGET_LINUX", + "help": "If the linker finds orphan sections, it attempts to place orphan sections after sections of the same\nattribute such as code vs data, loadable vs non-loadable, etc.\nThat means that orphan sections could placed between sections defined in IDF linker scripts.\nThis could lead to corruption of the binary image. Configure the linker action here.", + "id": "compiler-options-orphan-sections-handling", + "name": "COMPILER_ORPHAN_SECTIONS", + "title": "Orphan sections handling", + "type": "choice" + }, + { + "children": [], + "depends_on": "IDF_TOOLCHAIN_GCC", + "help": "Enable compiler static analyzer. This may produce false-positive results and increases compile time.", + "id": "COMPILER_STATIC_ANALYZER", + "name": "COMPILER_STATIC_ANALYZER", + "range": null, + "title": "Enable compiler static analyzer", + "type": "bool" } ], "depends_on": null, @@ -4915,7 +6080,7 @@ "id": "APPTRACE_UART_TX_GPIO", "name": "APPTRACE_UART_TX_GPIO", "range": null, - "title": "UART TX on GPIO#", + "title": "UART TX on GPIO", "type": "int" }, { @@ -4925,7 +6090,7 @@ "id": "APPTRACE_UART_RX_GPIO", "name": "APPTRACE_UART_RX_GPIO", "range": null, - "title": "UART RX on GPIO#", + "title": "UART RX on GPIO", "type": "int" }, { @@ -5089,7 +6254,7 @@ } ], "depends_on": "APPTRACE_SV_ENABLE && APPTRACE_ENABLE", - "help": "SystemView witt transfer data trough defined interface.", + "help": "SystemView will transfer data through the defined interface.", "id": "component-config-application-level-tracing-freertos-systemview-tracing-systemview-tracing-enable-systemview-destination", "name": "APPTRACE_SV_DEST", "title": "SystemView destination", @@ -5127,7 +6292,7 @@ "type": "bool" } ], - "depends_on": "APPTRACE_SV_DEST_UART && !FREERTOS_UNICORE && APPTRACE_ENABLE", + "depends_on": "APPTRACE_SV_DEST_UART && !ESP_SYSTEM_SINGLE_CORE_MODE && APPTRACE_ENABLE", "help": "Define the CPU to trace by SystemView.", "id": "component-config-application-level-tracing-freertos-systemview-tracing-cpu-to-trace", "name": "APPTRACE_SV_CPU", @@ -5138,7 +6303,7 @@ "children": [ { "children": [], - "depends_on": "FREERTOS_UNICORE && !PM_ENABLE && !IDF_TARGET_ESP32C3 && ", + "depends_on": "ESP_SYSTEM_SINGLE_CORE_MODE && !PM_ENABLE && !IDF_TARGET_ESP32C3 && ", "help": null, "id": "APPTRACE_SV_TS_SOURCE_CCOUNT", "name": "APPTRACE_SV_TS_SOURCE_CCOUNT", @@ -5385,7 +6550,7 @@ }, { "children": [], - "depends_on": "", + "depends_on": "SOC_BT_SUPPORTED && ", "help": "This option is recommended when you want to communicate directly with the\ncontroller (without any host) or when you are using any other host stack\nnot supported by Espressif (not mentioned here).", "id": "BT_CONTROLLER_ONLY", "name": "BT_CONTROLLER_ONLY", @@ -5405,7 +6570,7 @@ "children": [ { "children": [], - "depends_on": "", + "depends_on": "SOC_BT_SUPPORTED && ", "help": "This option is recommended for Bluetooth controller usecases", "id": "BT_CONTROLLER_ENABLED", "name": "BT_CONTROLLER_ENABLED", @@ -5432,7 +6597,7 @@ "type": "choice" } ], - "depends_on": "SOC_BT_SUPPORTED && !APP_NO_BLOBS", + "depends_on": "!APP_NO_BLOBS", "help": "Select this option to enable Bluetooth and show the submenu with Bluetooth configuration choices.", "id": "BT_ENABLED", "name": "BT_ENABLED", @@ -5512,8 +6677,58 @@ "title": "Bluedroid memory debug", "type": "bool" }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "Enable Espressif Vendor-specific HCI commands for coexist status configuration", + "id": "BT_BLUEDROID_ESP_COEX_VSC", + "name": "BT_BLUEDROID_ESP_COEX_VSC", + "range": null, + "title": "Enable Espressif Vendor-specific HCI commands for coexist status configuration", + "type": "bool" + }, { "children": [ + { + "children": [ + { + "children": [], + "depends_on": "(BT_CONTROLLER_DISABLED || (BT_CONTROLLER_ENABLED && SOC_BT_H2C_ENC_KEY_CTRL_ENH_STD_SUPPORTED)) && ", + "help": null, + "id": "BT_ENC_KEY_SIZE_CTRL_STD", + "name": "BT_ENC_KEY_SIZE_CTRL_STD", + "range": null, + "title": "Supported by standard HCI command", + "type": "bool" + }, + { + "children": [], + "depends_on": "(BT_CONTROLLER_DISABLED || (BT_CONTROLLER_ENABLED && SOC_BT_H2C_ENC_KEY_CTRL_ENH_VSC_SUPPORTED)) && ", + "help": null, + "id": "BT_ENC_KEY_SIZE_CTRL_VSC", + "name": "BT_ENC_KEY_SIZE_CTRL_VSC", + "range": null, + "title": "Supported by Vendor-specific HCI command", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_ENC_KEY_SIZE_CTRL_NONE", + "name": "BT_ENC_KEY_SIZE_CTRL_NONE", + "range": null, + "title": "Not supported", + "type": "bool" + } + ], + "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This chooses the support status of configuring encryption key size", + "id": "component-config-bluetooth-bluedroid-options-classic-bluetooth-configure-encryption-key-size", + "name": "BT_ENC_KEY_SIZE_CTRL_ENABLED", + "title": "configure encryption key size", + "type": "choice" + }, { "children": [], "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", @@ -5525,9 +6740,38 @@ "type": "bool" }, { - "children": [], + "children": [ + { + "children": [], + "depends_on": "BT_A2DP_ENABLE && BT_BLUEDROID_ENABLED", + "help": "Audio/Video Remote Control Profile, AVRCP and A2DP are coupled in Bluedroid,\nAVRCP still controlled by A2DP option, this is a dummy option currently", + "id": "BT_AVRCP_ENABLED", + "name": "BT_AVRCP_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_AVRCP_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enable Cover Art feature of AVRCP CT role", + "id": "BT_AVRCP_CT_COVER_ART_ENABLED", + "name": "BT_AVRCP_CT_COVER_ART_ENABLED", + "range": null, + "title": "AVRCP CT Cover Art", + "type": "bool" + } + ], + "depends_on": "BT_AVRCP_ENABLED && BT_BLUEDROID_ENABLED", + "id": "component-config-bluetooth-bluedroid-options-classic-bluetooth-a2dp-avrcp-features", + "title": "AVRCP Features", + "type": "menu" + } + ], "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", - "help": "Advanced Audio Distrubution Profile", + "help": "Advanced Audio Distribution Profile", "id": "BT_A2DP_ENABLE", "name": "BT_A2DP_ENABLE", "range": null, @@ -5554,37 +6798,37 @@ "title": "BT L2CAP", "type": "bool" }, + { + "children": [], + "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables common SDP operation, such as SDP record creation and deletion.", + "id": "BT_SDP_COMMON_ENABLED", + "name": "BT_SDP_COMMON_ENABLED", + "range": null, + "title": "BT SDP COMMON", + "type": "bool" + }, { "children": [ { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_HFP_CLIENT_ENABLE", - "name": "BT_HFP_CLIENT_ENABLE", - "range": null, - "title": "Hands Free Unit", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BT_HFP_AG_ENABLE", - "name": "BT_HFP_AG_ENABLE", - "range": null, - "title": "Audio Gateway", - "type": "bool" - } - ], + "children": [], "depends_on": "BT_HFP_ENABLE && BT_BLUEDROID_ENABLED", "help": null, - "id": "component-config-bluetooth-bluedroid-options-classic-bluetooth-hands-free-handset-profile-hands-free-profile-role-configuration", - "name": "BT_HFP_ROLE", - "title": "Hands-free Profile Role configuration", - "type": "choice" + "id": "BT_HFP_CLIENT_ENABLE", + "name": "BT_HFP_CLIENT_ENABLE", + "range": null, + "title": "Hands Free Unit", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_HFP_ENABLE && BT_BLUEDROID_ENABLED", + "help": null, + "id": "BT_HFP_AG_ENABLE", + "name": "BT_HFP_AG_ENABLE", + "range": null, + "title": "Audio Gateway", + "type": "bool" }, { "children": [ @@ -5615,42 +6859,32 @@ "name": "BT_HFP_AUDIO_DATA_PATH", "title": "audio(SCO) data path", "type": "choice" + }, + { + "children": [], + "depends_on": "BT_HFP_ENABLE && BT_HFP_AUDIO_DATA_PATH_HCI && BT_BLUEDROID_ENABLED", + "help": "This enables Wide Band Speech. Should disable it when SCO data path is PCM.\nOtherwise there will be no data transmitted via GPIOs.", + "id": "BT_HFP_WBS_ENABLE", + "name": "BT_HFP_WBS_ENABLE", + "range": null, + "title": "Wide Band Speech", + "type": "bool" } ], "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", - "help": null, + "help": "Hands Free Unit and Audio Gateway can be included simultaneously\nbut they cannot run simultaneously due to internal limitations.", "id": "BT_HFP_ENABLE", + "is_menuconfig": true, "name": "BT_HFP_ENABLE", "range": null, "title": "Hands Free/Handset Profile", - "type": "bool" - } - ], - "depends_on": "BT_BLUEDROID_ENABLED && IDF_TARGET_ESP32 && BT_BLUEDROID_ENABLED", - "help": "For now this option needs \"SMP_ENABLE\" to be set to yes", - "id": "BT_CLASSIC_ENABLED", - "name": "BT_CLASSIC_ENABLED", - "range": null, - "title": "Classic Bluetooth", - "type": "bool" - }, - { - "children": [], - "depends_on": "BT_HFP_AUDIO_DATA_PATH_HCI && BT_BLUEDROID_ENABLED", - "help": "This enables Wide Band Speech. Should disable it when SCO data path is PCM.\nOtherwise there will be no data transmited via GPIOs.", - "id": "BT_HFP_WBS_ENABLE", - "name": "BT_HFP_WBS_ENABLE", - "range": null, - "title": "Wide Band Speech", - "type": "bool" - }, - { - "children": [ + "type": "menu" + }, { "children": [ { "children": [], - "depends_on": "", + "depends_on": "BT_HID_ENABLED && BT_BLUEDROID_ENABLED", "help": "This enables the BT HID Host", "id": "BT_HID_HOST_ENABLED", "name": "BT_HID_HOST_ENABLED", @@ -5660,7 +6894,7 @@ }, { "children": [], - "depends_on": "", + "depends_on": "BT_HID_ENABLED && BT_BLUEDROID_ENABLED", "help": "This enables the BT HID Device", "id": "BT_HID_DEVICE_ENABLED", "name": "BT_HID_DEVICE_ENABLED", @@ -5669,30 +6903,32 @@ "type": "bool" } ], - "depends_on": "BT_HID_ENABLED && BT_BLUEDROID_ENABLED", - "help": null, - "id": "component-config-bluetooth-bluedroid-options-classic-bt-hid-profile-role-configuration", - "name": "BT_HID_ROLE", - "title": "Profile Role configuration", - "type": "choice" + "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables the BT HID functionalities", + "id": "BT_HID_ENABLED", + "is_menuconfig": true, + "name": "BT_HID_ENABLED", + "range": null, + "title": "Classic BT HID", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables the BT GOEP Profile Client role", + "id": "BT_GOEPC_ENABLED", + "name": "BT_GOEPC_ENABLED", + "range": null, + "title": null, + "type": "bool" } ], - "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", - "help": "This enables the BT HID Host", - "id": "BT_HID_ENABLED", - "name": "BT_HID_ENABLED", + "depends_on": "BT_BLUEDROID_ENABLED && ((BT_CONTROLLER_ENABLED && SOC_BT_CLASSIC_SUPPORTED) || BT_CONTROLLER_DISABLED) && BT_BLUEDROID_ENABLED", + "help": "For now this option needs \"SMP_ENABLE\" to be set to yes", + "id": "BT_CLASSIC_ENABLED", + "name": "BT_CLASSIC_ENABLED", "range": null, - "title": "Classic BT HID", - "type": "bool" - }, - { - "children": [], - "depends_on": "BT_CLASSIC_ENABLED && BT_BLUEDROID_ENABLED", - "help": "This enables the Secure Simple Pairing. If disable this option,\nBluedroid will only support Legacy Pairing", - "id": "BT_SSP_ENABLED", - "name": "BT_SSP_ENABLED", - "range": null, - "title": "Secure Simple Pairing", + "title": "Classic Bluetooth", "type": "bool" }, { @@ -5782,7 +7018,7 @@ { "children": [], "depends_on": "BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED", - "help": "This option enable gatt robust caching feature on server", + "help": "This option enables the GATT robust caching feature on the server.\nif turned on, the Client Supported Features characteristic, Database Hash characteristic,\nand Server Supported Features characteristic will be included in the GAP SERVICE.", "id": "BT_GATTS_ROBUST_CACHING_ENABLED", "name": "BT_GATTS_ROBUST_CACHING_ENABLED", "range": null, @@ -5830,6 +7066,16 @@ "title": "Max gattc cache characteristic for discover", "type": "int" }, + { + "children": [], + "depends_on": "BT_GATTC_ENABLE && BT_BLUEDROID_ENABLED", + "help": "Maximum GATTC notify(indication) register number", + "id": "BT_GATTC_NOTIF_REG_MAX", + "name": "BT_GATTC_NOTIF_REG_MAX", + "range": null, + "title": "Max gattc notify(indication) register number", + "type": "int" + }, { "children": [], "depends_on": "BT_GATTC_ENABLE && BT_BLUEDROID_ENABLED", @@ -5870,6 +7116,16 @@ "range": null, "title": "Slave enable connection parameters update during pairing", "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLE_SMP_ENABLE && BT_BLUEDROID_ENABLED", + "help": "There are tracking risks associated with using a fixed or static IRK.\nIf enabled this option, Bluedroid will assign a new randomly-generated IRK\nwhen all pairing and bonding records are deleted. This would decrease the ability\nof a previously paired peer to be used to determine whether a device\nwith which it previously shared an IRK is within range.", + "id": "BT_BLE_SMP_ID_RESET_ENABLE", + "name": "BT_BLE_SMP_ID_RESET_ENABLE", + "range": null, + "title": "Reset device identity when all bonding records are deleted", + "type": "bool" } ], "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", @@ -7809,12 +9065,12 @@ }, { "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", "help": "Enable this option if there are multiple connections", "id": "BT_MULTI_CONNECTION_ENBALE", "name": "BT_MULTI_CONNECTION_ENBALE", "range": null, - "title": "Enable BLE multi-conections", + "title": "Enable BLE multi-connections", "type": "bool" }, { @@ -7839,7 +9095,7 @@ }, { "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", "help": "When scanning and scan duplicate is not enabled, if there are a lot of adv packets around\nor application layer handling adv packets is slow, it will cause the controller memory\nto run out. if enabled, adv packets will be lost when host queue is congested.", "id": "BT_BLE_HOST_QUEUE_CONG_CHECK", "name": "BT_BLE_HOST_QUEUE_CONG_CHECK", @@ -7857,6 +9113,16 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": "BT_SMP_ENABLE && BT_BLUEDROID_ENABLED", + "help": "The number of security records for peer devices.", + "id": "BT_SMP_MAX_BONDS", + "name": "BT_SMP_MAX_BONDS", + "range": null, + "title": "BT/BLE maximum bond device count", + "type": "int" + }, { "children": [], "depends_on": "BT_BLUEDROID_ENABLED && BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", @@ -7869,7 +9135,7 @@ }, { "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", "help": "Bluetooth Connection establishment maximum time, if connection time exceeds this value, the connection\nestablishment fails, ESP_GATTC_OPEN_EVT or ESP_GATTS_OPEN_EVT is triggered.", "id": "BT_BLE_ESTAB_LINK_CONN_TOUT", "name": "BT_BLE_ESTAB_LINK_CONN_TOUT", @@ -7889,7 +9155,7 @@ }, { "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && !SOC_BLE_DEVICE_PRIVACY_SUPPORTED && BT_BLUEDROID_ENABLED", + "depends_on": "BT_BLUEDROID_ENABLED && ((BT_CONTROLLER_ENABLED && !SOC_BLE_DEVICE_PRIVACY_SUPPORTED) || BT_CONTROLLER_DISABLED) && BT_BLUEDROID_ENABLED", "help": "This enables controller RPA list function.\nFor ESP32, ESP32 only support network privacy mode. If this option is enabled, ESP32 will only accept\nadvertising packets from peer devices that contain private address, HW will not receive the advertising\npackets contain identity address after IRK changed. If this option is disabled, address resolution will\nbe performed in the host, so the functions that require controller to resolve address in the white list\ncannot be used. This option is disabled by default on ESP32, please enable or disable this option according\nto your own needs.\n\nFor other BLE chips, devices support network privacy mode and device privacy mode,\nusers can switch the two modes according to their own needs. So this option is enabled by default.", "id": "BT_BLE_RPA_SUPPORTED", "name": "BT_BLE_RPA_SUPPORTED", @@ -7899,7 +9165,7 @@ }, { "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", "help": "This set RPA timeout of Controller and Host.\nDefault is 900 s (15 minutes). Range is 1 s to 1 hour (3600 s).", "id": "BT_BLE_RPA_TIMEOUT", "name": "BT_BLE_RPA_TIMEOUT", @@ -7909,27 +9175,27 @@ }, { "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && (IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3 || SOC_ESP_NIMBLE_CONTROLLER) && BT_BLUEDROID_ENABLED", - "help": "This enables BLE 5.0 features, this option only support esp32c3/esp32s3 chip", + "depends_on": "BT_BLE_ENABLED && ((BT_CONTROLLER_ENABLED && SOC_BLE_50_SUPPORTED) || BT_CONTROLLER_DISABLED) && BT_BLUEDROID_ENABLED", + "help": "Enabling this option activates BLE 5.0 features.\nThis option is universally supported in chips that support BLE, except for ESP32.\nBLE 4.2 and BLE 5.0 cannot be used simultaneously.", "id": "BT_BLE_50_FEATURES_SUPPORTED", "name": "BT_BLE_50_FEATURES_SUPPORTED", "range": null, - "title": "Enable BLE 5.0 features", + "title": "Enable BLE 5.0 features(please disable BLE 4.2 if enable BLE 5.0)", "type": "bool" }, { "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && (IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3 || SOC_ESP_NIMBLE_CONTROLLER) && BT_BLUEDROID_ENABLED", - "help": "This enables BLE 4.2 features.", + "depends_on": "BT_BLE_ENABLED && ((BT_CONTROLLER_ENABLED && SOC_BLE_SUPPORTED) || BT_CONTROLLER_DISABLED) && BT_BLUEDROID_ENABLED", + "help": "This enables BLE 4.2 features.\nThis option is universally supported by all ESP chips with BLE capabilities.\nBLE 4.2 and BLE 5.0 cannot be used simultaneously.", "id": "BT_BLE_42_FEATURES_SUPPORTED", "name": "BT_BLE_42_FEATURES_SUPPORTED", "range": null, - "title": "Enable BLE 4.2 features", + "title": "Enable BLE 4.2 features(please disable BLE 5.0 if enable BLE 4.2)", "type": "bool" }, { "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLE_50_FEATURES_SUPPORTED && SOC_ESP_NIMBLE_CONTROLLER && BT_BLUEDROID_ENABLED", + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLE_50_FEATURES_SUPPORTED && ((BT_CONTROLLER_ENABLED && SOC_ESP_NIMBLE_CONTROLLER) || BT_CONTROLLER_DISABLED) && BT_BLUEDROID_ENABLED", "help": "This enables BLE periodic advertising sync transfer feature", "id": "BT_BLE_FEAT_PERIODIC_ADV_SYNC_TRANSFER", "name": "BT_BLE_FEAT_PERIODIC_ADV_SYNC_TRANSFER", @@ -7939,7 +9205,7 @@ }, { "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLE_50_FEATURES_SUPPORTED && SOC_ESP_NIMBLE_CONTROLLER && BT_BLUEDROID_ENABLED", + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLE_50_FEATURES_SUPPORTED && ((BT_CONTROLLER_ENABLED && SOC_ESP_NIMBLE_CONTROLLER) || BT_CONTROLLER_DISABLED) && BT_BLUEDROID_ENABLED", "help": "Enable the periodic advertising enhancements", "id": "BT_BLE_FEAT_PERIODIC_ADV_ENH", "name": "BT_BLE_FEAT_PERIODIC_ADV_ENH", @@ -7949,13 +9215,33 @@ }, { "children": [], - "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLE_50_FEATURES_SUPPORTED && ((BT_CONTROLLER_ENABLED && SOC_ESP_NIMBLE_CONTROLLER) || BT_CONTROLLER_DISABLED) && BT_BLUEDROID_ENABLED", + "help": "Enable the create sync enhancements", + "id": "BT_BLE_FEAT_CREATE_SYNC_ENH", + "name": "BT_BLE_FEAT_CREATE_SYNC_ENH", + "range": null, + "title": "Enable create sync enhancements(reporting disable and duplicate filtering enable support)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLE_ENABLED && BT_BLUEDROID_ENABLED", "help": "This enable BLE high duty advertising interval feature", "id": "BT_BLE_HIGH_DUTY_ADV_INTERVAL", "name": "BT_BLE_HIGH_DUTY_ADV_INTERVAL", "range": null, "title": "Enable BLE high duty advertising interval feature", "type": "bool" + }, + { + "children": [], + "depends_on": "BT_BLUEDROID_ENABLED && BT_BLUEDROID_ENABLED", + "help": "This enables abort when memory allocation fails", + "id": "BT_ABORT_WHEN_ALLOCATION_FAILS", + "name": "BT_ABORT_WHEN_ALLOCATION_FAILS", + "range": null, + "title": "Abort when memory allocation fails in BT/BLE stack", + "type": "bool" } ], "depends_on": "BT_BLUEDROID_ENABLED", @@ -8225,6 +9511,16 @@ "title": "Persist the BLE Bonding keys in NVS", "type": "bool" }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "There are tracking risks associated with using a fixed or static IRK.\nIf enabled this option, Bluedroid will assign a new randomly-generated IRK\nwhen all pairing and bonding records are deleted. This would decrease the ability\nof a previously paired peer to be used to determine whether a device\nwith which it previously shared an IRK is within range.", + "id": "BT_NIMBLE_SMP_ID_RESET", + "name": "BT_NIMBLE_SMP_ID_RESET", + "range": null, + "title": "Reset device identity when all bonding records are deleted", + "type": "bool" + }, { "children": [ { @@ -8267,6 +9563,16 @@ "range": null, "title": "Enable LE encryption", "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_SECURITY_ENABLE && BT_NIMBLE_ENABLED", + "help": "LE Security Mode 1 Levels:\n1. No Security\n2. Unauthenticated pairing with encryption\n3. Authenticated pairing with encryption\n4. Authenticated LE Secure Connections pairing with encryption using a 128-bit strength encryption key.", + "id": "BT_NIMBLE_SM_LVL", + "name": "BT_NIMBLE_SM_LVL", + "range": null, + "title": "Security level", + "type": "int" } ], "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", @@ -8439,6 +9745,16 @@ "range": null, "title": "Discardable Transport Event Buffer count", "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "This is the service data unit buffer count for l2cap coc.", + "id": "BT_NIMBLE_L2CAP_COC_SDU_BUFF_COUNT", + "name": "BT_NIMBLE_L2CAP_COC_SDU_BUFF_COUNT", + "range": null, + "title": "L2cap coc Service Data Unit Buffer count", + "type": "int" } ], "depends_on": "BT_NIMBLE_ENABLED", @@ -8500,7 +9816,7 @@ { "children": [], "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", - "help": "Time interval between RPA address change. This is applicable in case of\nHost based RPA", + "help": "Time interval between RPA address change.", "id": "BT_NIMBLE_RPA_TIMEOUT", "name": "BT_NIMBLE_RPA_TIMEOUT", "range": null, @@ -8685,7 +10001,7 @@ "children": [ { "children": [], - "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", "help": "Enable 2M-PHY", "id": "BT_NIMBLE_LL_CFG_FEAT_LE_2M_PHY", "name": "BT_NIMBLE_LL_CFG_FEAT_LE_2M_PHY", @@ -8695,7 +10011,7 @@ }, { "children": [], - "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", "help": "Enable coded-PHY", "id": "BT_NIMBLE_LL_CFG_FEAT_LE_CODED_PHY", "name": "BT_NIMBLE_LL_CFG_FEAT_LE_CODED_PHY", @@ -8707,7 +10023,7 @@ "children": [ { "children": [], - "depends_on": "BT_NIMBLE_EXT_ADV && BT_NIMBLE_EXT_ADV && BT_NIMBLE_ENABLED", + "depends_on": "BT_NIMBLE_EXT_ADV && BT_NIMBLE_EXT_ADV && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", "help": "Change this option to set maximum number of extended advertising\ninstances. Minimum there is always one instance of\nadvertising. Enter how many more advertising instances you\nwant.\nFor ESP32C2, ESP32C6 and ESP32H2, each extended advertising instance\nwill take about 0.5k DRAM.", "id": "BT_NIMBLE_MAX_EXT_ADV_INSTANCES", "name": "BT_NIMBLE_MAX_EXT_ADV_INSTANCES", @@ -8717,7 +10033,7 @@ }, { "children": [], - "depends_on": "BT_NIMBLE_EXT_ADV && BT_NIMBLE_EXT_ADV && BT_NIMBLE_ENABLED", + "depends_on": "BT_NIMBLE_EXT_ADV && BT_NIMBLE_EXT_ADV && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", "help": "Defines the length of the extended adv data. The value should not\nexceed 1650.", "id": "BT_NIMBLE_EXT_ADV_MAX_SIZE", "name": "BT_NIMBLE_EXT_ADV_MAX_SIZE", @@ -8729,16 +10045,26 @@ "children": [ { "children": [], - "depends_on": "BT_NIMBLE_ENABLE_PERIODIC_ADV && BT_NIMBLE_EXT_ADV && BT_NIMBLE_ENABLED", + "depends_on": "BT_NIMBLE_ENABLE_PERIODIC_ADV && SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED && BT_NIMBLE_EXT_ADV && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable the periodic advertising enhancements", + "id": "BT_NIMBLE_PERIODIC_ADV_ENH", + "name": "BT_NIMBLE_PERIODIC_ADV_ENH", + "range": null, + "title": "Periodic adv enhancements(adi support)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLE_PERIODIC_ADV && BT_NIMBLE_EXT_ADV && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", "help": "This enables controller transfer periodic sync events to host", "id": "BT_NIMBLE_PERIODIC_ADV_SYNC_TRANSFER", "name": "BT_NIMBLE_PERIODIC_ADV_SYNC_TRANSFER", "range": null, - "title": "Enable Transer Sync Events", + "title": "Enable Transfer Sync Events", "type": "bool" } ], - "depends_on": "BT_NIMBLE_EXT_ADV && BT_NIMBLE_EXT_ADV && BT_NIMBLE_ENABLED", + "depends_on": "BT_NIMBLE_EXT_ADV && BT_NIMBLE_EXT_ADV && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", "help": "Enable this option to start periodic advertisement.", "id": "BT_NIMBLE_ENABLE_PERIODIC_ADV", "name": "BT_NIMBLE_ENABLE_PERIODIC_ADV", @@ -8747,7 +10073,7 @@ "type": "bool" } ], - "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", "help": "Enable this option to do extended advertising. Extended advertising\nwill be supported from BLE 5.0 onwards.", "id": "BT_NIMBLE_EXT_ADV", "name": "BT_NIMBLE_EXT_ADV", @@ -8756,28 +10082,50 @@ "type": "bool" }, { - "children": [], - "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", - "help": "Set this option to set the upper limit for number of periodic sync\nconnections. This should be less than maximum connections allowed by\ncontroller.", - "id": "BT_NIMBLE_MAX_PERIODIC_SYNCS", - "name": "BT_NIMBLE_MAX_PERIODIC_SYNCS", + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLE_PERIODIC_SYNC && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Set this option to set the upper limit for number of periodic sync\nconnections. This should be less than maximum connections allowed by\ncontroller.", + "id": "BT_NIMBLE_MAX_PERIODIC_SYNCS", + "name": "BT_NIMBLE_MAX_PERIODIC_SYNCS", + "range": null, + "title": "Maximum number of periodic advertising syncs", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_ESP_NIMBLE_CONTROLLER && BT_NIMBLE_ENABLE_PERIODIC_SYNC && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Set this option to set the upper limit for number of periodic advertiser list.", + "id": "BT_NIMBLE_MAX_PERIODIC_ADVERTISER_LIST", + "name": "BT_NIMBLE_MAX_PERIODIC_ADVERTISER_LIST", + "range": null, + "title": "Maximum number of periodic advertiser list", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_EXT_SCAN && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable this option to receive periodic advertisement.", + "id": "BT_NIMBLE_ENABLE_PERIODIC_SYNC", + "name": "BT_NIMBLE_ENABLE_PERIODIC_SYNC", + "range": null, + "title": "Enable periodic sync", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ROLE_OBSERVER && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable this option to do extended scanning.", + "id": "BT_NIMBLE_EXT_SCAN", + "name": "BT_NIMBLE_EXT_SCAN", "range": null, - "title": "Maximum number of periodic advertising syncs", - "type": "int" + "title": "Enable extended scanning", + "type": "bool" }, { "children": [], - "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && SOC_ESP_NIMBLE_CONTROLLER && BT_NIMBLE_ENABLED", - "help": "Set this option to set the upper limit for number of periodic advertiser list.", - "id": "BT_NIMBLE_MAX_PERIODIC_ADVERTISER_LIST", - "name": "BT_NIMBLE_MAX_PERIODIC_ADVERTISER_LIST", - "range": null, - "title": "Maximum number of periodic advertiser list", - "type": "int" - }, - { - "children": [], - "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && SOC_BLE_POWER_CONTROL_SUPPORTED && BT_NIMBLE_ENABLED", + "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && SOC_BLE_POWER_CONTROL_SUPPORTED && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", "help": "Set this option to enable the Power Control feature", "id": "BT_NIMBLE_BLE_POWER_CONTROL", "name": "BT_NIMBLE_BLE_POWER_CONTROL", @@ -8787,13 +10135,65 @@ }, { "children": [], - "depends_on": "BT_NIMBLE_ENABLE_PERIODIC_ADV && BT_NIMBLE_50_FEATURE_SUPPORT && SOC_BLE_PERIODIC_ADV_ENH_SUPPORTED && BT_NIMBLE_ENABLED", - "help": "Enable the periodic advertising enhancements", - "id": "BT_NIMBLE_PERIODIC_ADV_ENH", - "name": "BT_NIMBLE_PERIODIC_ADV_ENH", + "depends_on": "BT_NIMBLE_50_FEATURE_SUPPORT && (BT_CONTROLLER_DISABLED || SOC_BLE_CTE_SUPPORTED) && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable support for Connectionless and Connection Oriented Direction Finding", + "id": "BT_NIMBLE_AOA_AOD", + "name": "BT_NIMBLE_AOA_AOD", "range": null, - "title": "Periodic adv enhancements(adi support)", + "title": "Direction Finding", "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_GATT_CACHING && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Set this option to set the upper limit on number of connections to be cached.", + "id": "BT_NIMBLE_GATT_CACHING_MAX_CONNS", + "name": "BT_NIMBLE_GATT_CACHING_MAX_CONNS", + "range": null, + "title": "Maximum connections to be cached", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_GATT_CACHING && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Set this option to set the upper limit on number of services per connection to be cached.", + "id": "BT_NIMBLE_GATT_CACHING_MAX_SVCS", + "name": "BT_NIMBLE_GATT_CACHING_MAX_SVCS", + "range": null, + "title": "Maximum number of services per connection", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_GATT_CACHING && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Set this option to set the upper limit on number of characteristics per connection to be cached.", + "id": "BT_NIMBLE_GATT_CACHING_MAX_CHRS", + "name": "BT_NIMBLE_GATT_CACHING_MAX_CHRS", + "range": null, + "title": "Maximum number of characteristics per connection", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_GATT_CACHING && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Set this option to set the upper limit on number of descriptors per connection to be cached.", + "id": "BT_NIMBLE_GATT_CACHING_MAX_DSCS", + "name": "BT_NIMBLE_GATT_CACHING_MAX_DSCS", + "range": null, + "title": "Maximum number of descriptors per connection", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_50_FEATURE_SUPPORT && BT_NIMBLE_ENABLED", + "help": "Enable GATT caching", + "id": "BT_NIMBLE_GATT_CACHING", + "is_menuconfig": true, + "name": "BT_NIMBLE_GATT_CACHING", + "range": null, + "title": "Enable GATT caching", + "type": "menu" } ], "depends_on": "BT_NIMBLE_ENABLED && (SOC_BLE_50_SUPPORTED || !BT_CONTROLLER_ENABLED) && BT_NIMBLE_ENABLED", @@ -8805,46 +10205,6 @@ "title": "Enable BLE 5 feature", "type": "menu" }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": "Always enable the limitation on max tx/rx time for Coded-PHY connection", - "id": "BT_NIMBLE_COEX_PHY_CODED_TX_RX_TLIM_EN", - "name": "BT_NIMBLE_COEX_PHY_CODED_TX_RX_TLIM_EN", - "range": null, - "title": "Force Enable", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Disable the limitation on max tx/rx time for Coded-PHY connection", - "id": "BT_NIMBLE_COEX_PHY_CODED_TX_RX_TLIM_DIS", - "name": "BT_NIMBLE_COEX_PHY_CODED_TX_RX_TLIM_DIS", - "range": null, - "title": "Force Disable", - "type": "bool" - } - ], - "depends_on": "ESP_WIFI_SW_COEXIST_ENABLE && BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", - "help": "When using PHY-Coded in BLE connection, limitation on max tx/rx time can be applied to\nbetter avoid dramatic performance deterioration of Wi-Fi.", - "id": "component-config-bluetooth-nimble-options-coexistence-limit-on-max-tx-rx-time-for-coded-phy-connection", - "name": "BT_NIMBLE_COEX_PHY_CODED_TX_RX_TLIM", - "title": "Coexistence: limit on MAX Tx/Rx time for coded-PHY connection", - "type": "choice" - }, - { - "children": [], - "depends_on": "BT_NIMBLE_ENABLED", - "help": null, - "id": "BT_NIMBLE_COEX_PHY_CODED_TX_RX_TLIM_EFF", - "name": "BT_NIMBLE_COEX_PHY_CODED_TX_RX_TLIM_EFF", - "range": null, - "title": null, - "type": "int" - }, { "children": [], "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", @@ -8905,6 +10265,322 @@ "title": "Blob transfer", "type": "bool" }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE && BT_NIMBLE_ENABLED", + "help": "Enable write with encryption permission (BLE_GATT_CHR_F_WRITE_ENC)", + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_ENC", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_ENC", + "range": null, + "title": "Write with encryption", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE && BT_NIMBLE_ENABLED", + "help": "Enable write with authentication permission (BLE_GATT_CHR_F_WRITE_AUTHEN)", + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_AUTHEN", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_AUTHEN", + "range": null, + "title": "Write with authentication", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE && BT_NIMBLE_ENABLED", + "help": "Enable write with authorisation permission (BLE_GATT_CHR_F_WRITE_AUTHOR)", + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_AUTHOR", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_AUTHOR", + "range": null, + "title": "Write with authorisation", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Enable write permission (BLE_GATT_CHR_F_WRITE)", + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE", + "range": null, + "title": "Write", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "id": "component-config-bluetooth-nimble-options-gap-service-gap-appearance-write-permissions", + "title": "GAP Appearance write permissions", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM_ENC", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM_ENC", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM_ATHN", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM_ATHN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM_ATHR", + "name": "BT_NIMBLE_SVC_GAP_APPEAR_WRITE_PERM_ATHR", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_CAR_CHAR_NOT_SUPP", + "name": "BT_NIMBLE_SVC_GAP_CAR_CHAR_NOT_SUPP", + "range": null, + "title": "Characteristic not supported", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_CAR_NOT_SUPP", + "name": "BT_NIMBLE_SVC_GAP_CAR_NOT_SUPP", + "range": null, + "title": "Central Address Resolution not supported", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_CAR_SUPP", + "name": "BT_NIMBLE_SVC_GAP_CAR_SUPP", + "range": null, + "title": "Central Address Resolution supported", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Weather or not Central Address Resolution characteristic is supported on\nthe device, and if supported, weather or not Central Address Resolution\nis supported.\n\n- Central Address Resolution characteristic not supported\n- Central Address Resolution not supported\n- Central Address Resolution supported", + "id": "component-config-bluetooth-nimble-options-gap-service-gap-characteristic-central-address-resolution", + "name": "BT_NIMBLE_SVC_GAP_CENT_ADDR_RESOLUTION", + "title": "GAP Characteristic - Central Address Resolution", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_CENT_ADDR_RESOLUTION", + "name": "BT_NIMBLE_SVC_GAP_CENT_ADDR_RESOLUTION", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_SVC_GAP_NAME_WRITE && BT_NIMBLE_ENABLED", + "help": "Enable write with encryption permission (BLE_GATT_CHR_F_WRITE_ENC)", + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_ENC", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_ENC", + "range": null, + "title": "Write with encryption", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_SVC_GAP_NAME_WRITE && BT_NIMBLE_ENABLED", + "help": "Enable write with authentication permission (BLE_GATT_CHR_F_WRITE_AUTHEN)", + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_AUTHEN", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_AUTHEN", + "range": null, + "title": "Write with authentication", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_SVC_GAP_NAME_WRITE && BT_NIMBLE_ENABLED", + "help": "Enable write with authorisation permission (BLE_GATT_CHR_F_WRITE_AUTHOR)", + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_AUTHOR", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_AUTHOR", + "range": null, + "title": "Write with authorisation", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Enable write permission (BLE_GATT_CHR_F_WRITE)", + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE", + "range": null, + "title": "Write", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "id": "component-config-bluetooth-nimble-options-gap-service-gap-device-name-write-permissions", + "title": "GAP device name write permissions", + "type": "menu" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM_ENC", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM_ENC", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM_AUTHEN", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM_AUTHEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM_AUTHOR", + "name": "BT_NIMBLE_SVC_GAP_NAME_WRITE_PERM_AUTHOR", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ROLE_PERIPHERAL && BT_NIMBLE_ENABLED", + "help": "Peripheral Preferred Connection Parameter: Connection Interval maximum value\nInterval Max = value * 1.25 ms", + "id": "BT_NIMBLE_SVC_GAP_PPCP_MAX_CONN_INTERVAL", + "name": "BT_NIMBLE_SVC_GAP_PPCP_MAX_CONN_INTERVAL", + "range": null, + "title": "PPCP Connection Interval Max (Unit: 1.25 ms)", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ROLE_PERIPHERAL && BT_NIMBLE_ENABLED", + "help": "Peripheral Preferred Connection Parameter: Connection Interval minimum value\nInterval Min = value * 1.25 ms", + "id": "BT_NIMBLE_SVC_GAP_PPCP_MIN_CONN_INTERVAL", + "name": "BT_NIMBLE_SVC_GAP_PPCP_MIN_CONN_INTERVAL", + "range": null, + "title": "PPCP Connection Interval Min (Unit: 1.25 ms)", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Peripheral Preferred Connection Parameter: Slave Latency", + "id": "BT_NIMBLE_SVC_GAP_PPCP_SLAVE_LATENCY", + "name": "BT_NIMBLE_SVC_GAP_PPCP_SLAVE_LATENCY", + "range": null, + "title": "PPCP Slave Latency", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Peripheral Preferred Connection Parameter: Supervision Timeout\nTimeout = Value * 10 ms", + "id": "BT_NIMBLE_SVC_GAP_PPCP_SUPERVISION_TMO", + "name": "BT_NIMBLE_SVC_GAP_PPCP_SUPERVISION_TMO", + "range": null, + "title": "PPCP Supervision Timeout (Uint: 10 ms)", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "id": "component-config-bluetooth-nimble-options-gap-service", + "title": "GAP Service", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BT_NIMBLE_HID_SERVICE && BT_NIMBLE_ENABLED", + "help": "Defines maximum number of HID service instances", + "id": "BT_NIMBLE_SVC_HID_MAX_INSTANCES", + "name": "BT_NIMBLE_SVC_HID_MAX_INSTANCES", + "range": null, + "title": "Maximum HID service instances", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_HID_SERVICE && BT_NIMBLE_ENABLED", + "help": "Defines maximum number of report characteristics per service instance", + "id": "BT_NIMBLE_SVC_HID_MAX_RPTS", + "name": "BT_NIMBLE_SVC_HID_MAX_RPTS", + "range": null, + "title": "Maximum HID Report characteristics per service instance", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", + "help": "Enable HID service support", + "id": "BT_NIMBLE_HID_SERVICE", + "is_menuconfig": true, + "name": "BT_NIMBLE_HID_SERVICE", + "range": null, + "title": "HID service", + "type": "menu" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "id": "component-config-bluetooth-nimble-options-ble-services", + "title": "BLE Services", + "type": "menu" + }, { "children": [], "depends_on": "BT_NIMBLE_ENABLED", @@ -8938,7 +10614,7 @@ "type": "int" } ], - "depends_on": "SOC_ESP_NIMBLE_CONTROLLER && BT_NIMBLE_ENABLED", + "depends_on": "BT_NIMBLE_ENABLED", "help": "This option is used to enable encrypted advertising data.", "id": "BT_NIMBLE_ENC_ADV_DATA", "name": "BT_NIMBLE_ENC_ADV_DATA", @@ -8956,6 +10632,16 @@ "title": "Enable BLE high duty advertising interval feature", "type": "bool" }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED && (IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3) && BT_NIMBLE_ENABLED", + "help": "This enables support for user to initiate a new connection with scan in progress", + "id": "BT_NIMBLE_HOST_ALLOW_CONNECT_WITH_SCAN", + "name": "BT_NIMBLE_HOST_ALLOW_CONNECT_WITH_SCAN", + "range": null, + "title": "Allow Connections with scanning in progress", + "type": "bool" + }, { "children": [], "depends_on": "BT_NIMBLE_ENABLED && BT_NIMBLE_ENABLED", @@ -8965,6 +10651,245 @@ "range": null, "title": "BLE queue congestion check", "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": "Uart port", + "id": "BT_NIMBLE_TRANSPORT_UART_PORT", + "name": "BT_NIMBLE_TRANSPORT_UART_PORT", + "range": null, + "title": "Uart port", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_BAUDRATE_115200", + "name": "UART_BAUDRATE_115200", + "range": null, + "title": "115200", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_BAUDRATE_230400", + "name": "UART_BAUDRATE_230400", + "range": null, + "title": "230400", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_BAUDRATE_460800", + "name": "UART_BAUDRATE_460800", + "range": null, + "title": "460800", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_BAUDRATE_921600", + "name": "UART_BAUDRATE_921600", + "range": null, + "title": "921600", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": "Uart Baud Rate", + "id": "component-config-bluetooth-nimble-options-host-controller-transport-enable-uart-transport-uart-hci-baud-rate", + "name": "BT_NIMBLE_HCI_USE_UART_BAUDRATE", + "title": "Uart Hci Baud Rate", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_HCI_UART_BAUDRATE", + "name": "BT_NIMBLE_HCI_UART_BAUDRATE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_PARITY_NONE", + "name": "UART_PARITY_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_PARITY_ODD", + "name": "UART_PARITY_ODD", + "range": null, + "title": "Odd", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_PARITY_EVEN", + "name": "UART_PARITY_EVEN", + "range": null, + "title": "Even", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": "Uart Parity", + "id": "component-config-bluetooth-nimble-options-host-controller-transport-enable-uart-transport-uart-parity", + "name": "BT_NIMBLE_USE_HCI_UART_PARITY", + "title": "Uart PARITY", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_TRANSPORT_UART_PARITY_NONE", + "name": "BT_NIMBLE_TRANSPORT_UART_PARITY_NONE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_TRANSPORT_UART_PARITY_ODD", + "name": "BT_NIMBLE_TRANSPORT_UART_PARITY_ODD", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_TRANSPORT_UART_PARITY_EVEN", + "name": "BT_NIMBLE_TRANSPORT_UART_PARITY_EVEN", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": "Rx pin for Nimble Transport", + "id": "BT_NIMBLE_UART_RX_PIN", + "name": "BT_NIMBLE_UART_RX_PIN", + "range": null, + "title": "UART Rx pin", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_TRANSPORT_UART && BT_NIMBLE_ENABLED", + "help": "Tx pin for Nimble Transport", + "id": "BT_NIMBLE_UART_TX_PIN", + "name": "BT_NIMBLE_UART_TX_PIN", + "range": null, + "title": "UART Tx pin", + "type": "int" + } + ], + "depends_on": "BT_CONTROLLER_DISABLED && BT_NIMBLE_ENABLED", + "help": "Use UART transport", + "id": "BT_NIMBLE_TRANSPORT_UART", + "name": "BT_NIMBLE_TRANSPORT_UART", + "range": null, + "title": "Enable Uart Transport", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_HW_FLOWCTRL_DISABLE", + "name": "UART_HW_FLOWCTRL_DISABLE", + "range": null, + "title": "Disable", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "UART_HW_FLOWCTRL_CTS_RTS", + "name": "UART_HW_FLOWCTRL_CTS_RTS", + "range": null, + "title": "Enable hardware flow control", + "type": "bool" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "Uart Flow Control", + "id": "component-config-bluetooth-nimble-options-host-controller-transport-uart-flow-control", + "name": "BT_NIMBLE_USE_HCI_UART_FLOW_CTRL", + "title": "Uart Flow Control", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": null, + "id": "BT_NIMBLE_HCI_UART_FLOW_CTRL", + "name": "BT_NIMBLE_HCI_UART_FLOW_CTRL", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "UART HCI RTS pin", + "id": "BT_NIMBLE_HCI_UART_RTS_PIN", + "name": "BT_NIMBLE_HCI_UART_RTS_PIN", + "range": null, + "title": "UART Rts Pin", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_NIMBLE_ENABLED", + "help": "UART HCI CTS pin", + "id": "BT_NIMBLE_HCI_UART_CTS_PIN", + "name": "BT_NIMBLE_HCI_UART_CTS_PIN", + "range": null, + "title": "UART Cts Pin", + "type": "int" + } + ], + "depends_on": "BT_NIMBLE_ENABLED", + "id": "component-config-bluetooth-nimble-options-host-controller-transport", + "title": "Host-controller Transport", + "type": "menu" } ], "depends_on": "BT_NIMBLE_ENABLED", @@ -8975,295 +10900,63 @@ { "children": [ { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "BTDM_CTRL_MODE_BLE_ONLY", - "name": "BTDM_CTRL_MODE_BLE_ONLY", - "range": null, - "title": "BLE Only", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BTDM_CTRL_MODE_BR_EDR_ONLY", - "name": "BTDM_CTRL_MODE_BR_EDR_ONLY", - "range": null, - "title": "BR/EDR Only", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BTDM_CTRL_MODE_BTDM", - "name": "BTDM_CTRL_MODE_BTDM", - "range": null, - "title": "Bluetooth Dual Mode", - "type": "bool" - } - ], + "children": [], "depends_on": "BT_CONTROLLER_ENABLED", - "help": "Specify the bluetooth controller mode (BR/EDR, BLE or dual mode).", - "id": "component-config-bluetooth-controller-options-bluetooth-controller-mode-br-edr-ble-dualmode-", - "name": "BTDM_CTRL_MODE", - "title": "Bluetooth controller mode (BR/EDR/BLE/DUALMODE)", - "type": "choice" - }, - { - "children": [], - "depends_on": "(BTDM_CTRL_MODE_BLE_ONLY || BTDM_CTRL_MODE_BTDM) && BT_CONTROLLER_ENABLED", - "help": "BLE maximum connections of bluetooth controller.\nEach connection uses 1KB static DRAM whenever the BT controller is enabled.", - "id": "BTDM_CTRL_BLE_MAX_CONN", - "name": "BTDM_CTRL_BLE_MAX_CONN", + "help": null, + "id": "BT_CTRL_MODE_EFF", + "name": "BT_CTRL_MODE_EFF", "range": null, - "title": "BLE Max Connections", + "title": null, "type": "int" }, { "children": [], - "depends_on": "(BTDM_CTRL_MODE_BR_EDR_ONLY || BTDM_CTRL_MODE_BTDM) && BT_CONTROLLER_ENABLED", - "help": "BR/EDR ACL maximum connections of bluetooth controller.\nEach connection uses 1.2 KB DRAM whenever the BT controller is enabled.", - "id": "BTDM_CTRL_BR_EDR_MAX_ACL_CONN", - "name": "BTDM_CTRL_BR_EDR_MAX_ACL_CONN", + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "BLE maximum activities of bluetooth controller\uff0cboth of connections,\nscan , sync and adv(periodic adv, multi-adv). Each instance needs to\nconsume 828 bytes, you can save RAM by modifying the instance value\naccording to actual needs.", + "id": "BT_CTRL_BLE_MAX_ACT", + "name": "BT_CTRL_BLE_MAX_ACT", "range": null, - "title": "BR/EDR ACL Max Connections", + "title": "BLE Max Instances", "type": "int" }, { "children": [], - "depends_on": "(BTDM_CTRL_MODE_BR_EDR_ONLY || BTDM_CTRL_MODE_BTDM) && BT_CONTROLLER_ENABLED", - "help": "BR/EDR Synchronize maximum connections of bluetooth controller.\nEach connection uses 2 KB DRAM whenever the BT controller is enabled.", - "id": "BTDM_CTRL_BR_EDR_MAX_SYNC_CONN", - "name": "BTDM_CTRL_BR_EDR_MAX_SYNC_CONN", + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_CTRL_BLE_MAX_ACT_EFF", + "name": "BT_CTRL_BLE_MAX_ACT_EFF", "range": null, - "title": "BR/EDR Sync(SCO/eSCO) Max Connections", + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "BLE ACL buffer have two methods to be allocated. One is persistent allocating\n(allocate when controller initialise, never free until controller de-initialise)\nanother is dynamically allocating (allocate before TX and free after TX).", + "id": "BT_CTRL_BLE_STATIC_ACL_TX_BUF_NB", + "name": "BT_CTRL_BLE_STATIC_ACL_TX_BUF_NB", + "range": null, + "title": "BLE static ACL TX buffer numbers", "type": "int" }, { "children": [ { "children": [], - "depends_on": "", + "depends_on": "", "help": null, - "id": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_HCI", - "name": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_HCI", - "range": null, - "title": "HCI", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_PCM", - "name": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_PCM", - "range": null, - "title": "PCM", - "type": "bool" - } - ], - "depends_on": "(BTDM_CTRL_MODE_BR_EDR_ONLY || BTDM_CTRL_MODE_BTDM) && BT_CONTROLLER_ENABLED", - "help": "SCO data path, i.e. HCI or PCM.\nSCO data can be sent/received through HCI synchronous packets, or the data\ncan be routed to on-chip PCM module on ESP32. PCM input/output signals can\nbe \"matrixed\" to GPIOs. The default data path can also be set using API\n\"esp_bredr_sco_datapath_set\"", - "id": "component-config-bluetooth-controller-options-br-edr-sync-sco-esco-default-data-path", - "name": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH", - "title": "BR/EDR Sync(SCO/eSCO) default data path", - "type": "choice" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": null, - "id": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_EFF", - "name": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_EFF", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "BTDM_CTRL_PCM_ROLE_MASTER", - "name": "BTDM_CTRL_PCM_ROLE_MASTER", - "range": null, - "title": "PCM Master", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BTDM_CTRL_PCM_ROLE_SLAVE", - "name": "BTDM_CTRL_PCM_ROLE_SLAVE", - "range": null, - "title": "PCM Slave", - "type": "bool" - } - ], - "depends_on": "BTDM_CTRL_PCM_ROLE_EDGE_CONFIG && BT_CONTROLLER_ENABLED", - "help": "PCM role can be configured as PCM master or PCM slave", - "id": "component-config-bluetooth-controller-options-pcm-signal-config-role-and-polar--pcm-role", - "name": "BTDM_CTRL_PCM_ROLE", - "title": "PCM Role", - "type": "choice" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "BTDM_CTRL_PCM_POLAR_FALLING_EDGE", - "name": "BTDM_CTRL_PCM_POLAR_FALLING_EDGE", - "range": null, - "title": "Falling Edge", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "BTDM_CTRL_PCM_POLAR_RISING_EDGE", - "name": "BTDM_CTRL_PCM_POLAR_RISING_EDGE", - "range": null, - "title": "Rising Edge", - "type": "bool" - } - ], - "depends_on": "BTDM_CTRL_PCM_ROLE_EDGE_CONFIG && BT_CONTROLLER_ENABLED", - "help": "PCM polarity can be configured as Falling Edge or Rising Edge", - "id": "component-config-bluetooth-controller-options-pcm-signal-config-role-and-polar--pcm-polar", - "name": "BTDM_CTRL_PCM_POLAR", - "title": "PCM Polar", - "type": "choice" - } - ], - "depends_on": "BTDM_CTRL_BR_EDR_SCO_DATA_PATH_PCM && BT_CONTROLLER_ENABLED", - "help": null, - "id": "BTDM_CTRL_PCM_ROLE_EDGE_CONFIG", - "is_menuconfig": true, - "name": "BTDM_CTRL_PCM_ROLE_EDGE_CONFIG", - "range": null, - "title": "PCM Signal Config (Role and Polar)", - "type": "menu" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": null, - "id": "BTDM_CTRL_PCM_ROLE_EFF", - "name": "BTDM_CTRL_PCM_ROLE_EFF", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": null, - "id": "BTDM_CTRL_PCM_POLAR_EFF", - "name": "BTDM_CTRL_PCM_POLAR_EFF", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": "BTDM_CTRL_MODE_BTDM && BT_CONTROLLER_ENABLED", - "help": "BLE auto latency, used to enhance classic BT performance\nwhile classic BT and BLE are enabled at the same time.", - "id": "BTDM_CTRL_AUTO_LATENCY", - "name": "BTDM_CTRL_AUTO_LATENCY", - "range": null, - "title": "Auto latency", - "type": "bool" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": null, - "id": "BTDM_CTRL_AUTO_LATENCY_EFF", - "name": "BTDM_CTRL_AUTO_LATENCY_EFF", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "(BTDM_CTRL_MODE_BR_EDR_ONLY || BTDM_CTRL_MODE_BTDM) && BT_CONTROLLER_ENABLED", - "help": "To protect from BIAS attack during Legacy authentication,\nLegacy authentication Vendor specific event should be enabled", - "id": "BTDM_CTRL_LEGACY_AUTH_VENDOR_EVT", - "name": "BTDM_CTRL_LEGACY_AUTH_VENDOR_EVT", - "range": null, - "title": "Legacy Authentication Vendor Specific Event Enable", - "type": "bool" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": null, - "id": "BTDM_CTRL_LEGACY_AUTH_VENDOR_EVT_EFF", - "name": "BTDM_CTRL_LEGACY_AUTH_VENDOR_EVT_EFF", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": null, - "id": "BTDM_CTRL_BLE_MAX_CONN_EFF", - "name": "BTDM_CTRL_BLE_MAX_CONN_EFF", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": null, - "id": "BTDM_CTRL_BR_EDR_MAX_ACL_CONN_EFF", - "name": "BTDM_CTRL_BR_EDR_MAX_ACL_CONN_EFF", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": null, - "id": "BTDM_CTRL_BR_EDR_MAX_SYNC_CONN_EFF", - "name": "BTDM_CTRL_BR_EDR_MAX_SYNC_CONN_EFF", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "BTDM_CTRL_PINNED_TO_CORE_0", - "name": "BTDM_CTRL_PINNED_TO_CORE_0", + "id": "BT_CTRL_PINNED_TO_CORE_0", + "name": "BT_CTRL_PINNED_TO_CORE_0", "range": null, "title": "Core 0 (PRO CPU)", "type": "bool" }, { "children": [], - "depends_on": "!FREERTOS_UNICORE && ", + "depends_on": "!FREERTOS_UNICORE && ", "help": null, - "id": "BTDM_CTRL_PINNED_TO_CORE_1", - "name": "BTDM_CTRL_PINNED_TO_CORE_1", + "id": "BT_CTRL_PINNED_TO_CORE_1", + "name": "BT_CTRL_PINNED_TO_CORE_1", "range": null, "title": "Core 1 (APP CPU)", "type": "bool" @@ -9272,7 +10965,7 @@ "depends_on": "!FREERTOS_UNICORE && BT_CONTROLLER_ENABLED", "help": "Specify the cpu core to run bluetooth controller.\nCan not specify no-affinity.", "id": "component-config-bluetooth-controller-options-the-cpu-core-which-bluetooth-controller-run", - "name": "BTDM_CTRL_PINNED_TO_CORE_CHOICE", + "name": "BT_CTRL_PINNED_TO_CORE_CHOICE", "title": "The cpu core which bluetooth controller run", "type": "choice" }, @@ -9280,8 +10973,8 @@ "children": [], "depends_on": "BT_CONTROLLER_ENABLED", "help": null, - "id": "BTDM_CTRL_PINNED_TO_CORE", - "name": "BTDM_CTRL_PINNED_TO_CORE", + "id": "BT_CTRL_PINNED_TO_CORE", + "name": "BT_CTRL_PINNED_TO_CORE", "range": null, "title": null, "type": "int" @@ -9290,247 +10983,531 @@ "children": [ { "children": [], - "depends_on": "", - "help": "Normal option. Mostly, choose this VHCI when bluetooth host run on ESP32, too.", - "id": "BTDM_CTRL_HCI_MODE_VHCI", - "name": "BTDM_CTRL_HCI_MODE_VHCI", + "depends_on": "", + "help": "Normal option. Mostly, choose this VHCI when bluetooth host run on ESP32S3 or ESP32C3.", + "id": "BT_CTRL_HCI_MODE_VHCI", + "name": "BT_CTRL_HCI_MODE_VHCI", "range": null, "title": "VHCI", "type": "bool" }, { "children": [], - "depends_on": "", + "depends_on": "", "help": "If use external bluetooth host which run on other hardware and use UART as the HCI interface,\nchoose this option.", - "id": "BTDM_CTRL_HCI_MODE_UART_H4", - "name": "BTDM_CTRL_HCI_MODE_UART_H4", + "id": "BT_CTRL_HCI_MODE_UART_H4", + "name": "BT_CTRL_HCI_MODE_UART_H4", "range": null, "title": "UART(H4)", "type": "bool" } ], "depends_on": "BT_CONTROLLER_ENABLED", - "help": "Speicify HCI mode as VHCI or UART(H4)", + "help": "Specify HCI mode as VHCI or UART(H4)", "id": "component-config-bluetooth-controller-options-hci-mode", - "name": "BTDM_CTRL_HCI_MODE_CHOICE", + "name": "BT_CTRL_HCI_MODE_CHOICE", "title": "HCI mode", "type": "choice" }, { - "children": [ - { - "children": [], - "depends_on": "BTDM_CTRL_HCI_MODE_UART_H4 && BT_CONTROLLER_ENABLED", - "help": "Uart number for HCI. The available uart is UART1 and UART2.", - "id": "BTDM_CTRL_HCI_UART_NO", - "name": "BTDM_CTRL_HCI_UART_NO", - "range": null, - "title": "UART Number for HCI", - "type": "int" - }, - { - "children": [], - "depends_on": "BTDM_CTRL_HCI_MODE_UART_H4 && BT_CONTROLLER_ENABLED", - "help": "UART Baudrate for HCI. Please use standard baudrate.", - "id": "BTDM_CTRL_HCI_UART_BAUDRATE", - "name": "BTDM_CTRL_HCI_UART_BAUDRATE", - "range": null, - "title": "UART Baudrate for HCI", - "type": "int" - } - ], + "children": [], "depends_on": "BT_CONTROLLER_ENABLED", - "id": "component-config-bluetooth-controller-options-hci-uart-h4-options", - "title": "HCI UART(H4) Options", - "type": "menu" + "help": "HCI mode as VHCI or UART(H4)", + "id": "BT_CTRL_HCI_TL", + "name": "BT_CTRL_HCI_TL", + "range": null, + "title": null, + "type": "int" }, { - "children": [ - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "", - "help": "ORIG mode is a bluetooth sleep mode that can be used for dual mode controller. In this mode,\nbluetooth controller sleeps between BR/EDR frames and BLE events. A low power clock is used to\nmaintain bluetooth reference clock.", - "id": "BTDM_CTRL_MODEM_SLEEP_MODE_ORIG", - "name": "BTDM_CTRL_MODEM_SLEEP_MODE_ORIG", - "range": null, - "title": "ORIG Mode(sleep with low power clock)", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "EVED mode is for BLE only and is only for internal test. Do not use it for production. this\nmode is not compatible with DFS nor light sleep", - "id": "BTDM_CTRL_MODEM_SLEEP_MODE_EVED", - "name": "BTDM_CTRL_MODEM_SLEEP_MODE_EVED", - "range": null, - "title": "EVED Mode(For internal test only)", - "type": "bool" - } - ], - "depends_on": "BTDM_CTRL_MODEM_SLEEP && BT_CONTROLLER_ENABLED", - "help": "To select which strategy to use for modem sleep", - "id": "component-config-bluetooth-controller-options-modem-sleep-options-bluetooth-modem-sleep-bluetooth-modem-sleep-mode", - "name": "BTDM_CTRL_MODEM_SLEEP_MODE", - "title": "Bluetooth Modem sleep mode", - "type": "choice" - } - ], - "depends_on": "BT_CONTROLLER_ENABLED", - "help": "Enable/disable bluetooth controller low power mode.", - "id": "BTDM_CTRL_MODEM_SLEEP", - "name": "BTDM_CTRL_MODEM_SLEEP", - "range": null, - "title": "Bluetooth modem sleep", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": "Main crystal can be used as low power clock for bluetooth modem sleep. If this option is\nselected, bluetooth modem sleep can work under Dynamic Frequency Scaling(DFS) enabled, but\ncannot work when light sleep is enabled. Main crystal has a good performance in accuracy as\nthe bluetooth low power clock source.", - "id": "BTDM_CTRL_LPCLK_SEL_MAIN_XTAL", - "name": "BTDM_CTRL_LPCLK_SEL_MAIN_XTAL", - "range": null, - "title": "Main crystal", - "type": "bool" - }, - { - "children": [], - "depends_on": "RTC_CLK_SRC_EXT_CRYS && ", - "help": "External 32kHz crystal has a nominal frequency of 32.768kHz and provides good frequency\nstability. If used as Bluetooth low power clock, External 32kHz can support Bluetooth\nmodem sleep to be used with both DFS and light sleep.", - "id": "BTDM_CTRL_LPCLK_SEL_EXT_32K_XTAL", - "name": "BTDM_CTRL_LPCLK_SEL_EXT_32K_XTAL", - "range": null, - "title": "External 32kHz crystal", - "type": "bool" - } - ], - "depends_on": "BTDM_CTRL_MODEM_SLEEP_MODE_ORIG && BT_CONTROLLER_ENABLED", - "help": "Select the low power clock source for bluetooth controller. Bluetooth low power clock is\nthe clock source to maintain time in sleep mode.\n\n- \"Main crystal\" option provides good accuracy and can support Dynamic Frequency Scaling\n to be used with Bluetooth modem sleep. Light sleep is not supported.\n- \"External 32kHz crystal\" option allows user to use a 32.768kHz crystal as Bluetooth low\n power clock. This option is allowed as long as External 32kHz crystal is configured as\n the system RTC clock source. This option provides good accuracy and supports Bluetooth\n modem sleep to be used alongside Dynamic Frequency Scaling or light sleep.", - "id": "component-config-bluetooth-controller-options-modem-sleep-options-bluetooth-low-power-clock", - "name": "BTDM_CTRL_LOW_POWER_CLOCK", - "title": "Bluetooth low power clock", - "type": "choice" - } - ], + "children": [], "depends_on": "BT_CONTROLLER_ENABLED", - "id": "component-config-bluetooth-controller-options-modem-sleep-options", - "title": "MODEM SLEEP Options", - "type": "menu" + "help": "The maximum number of suplicate scan filter", + "id": "BT_CTRL_ADV_DUP_FILT_MAX", + "name": "BT_CTRL_ADV_DUP_FILT_MAX", + "range": null, + "title": "The maximum number of 5.0 extend duplicate scan filter", + "type": "int" }, { "children": [ { "children": [], - "depends_on": "BTDM_CTRL_LPCLK_SEL_EXT_32K_XTAL && BTDM_CTRL_MODE_BLE_ONLY && ", + "depends_on": "", "help": null, - "id": "BTDM_BLE_DEFAULT_SCA_500PPM", - "name": "BTDM_BLE_DEFAULT_SCA_500PPM", + "id": "BT_BLE_CCA_MODE_NONE", + "name": "BT_BLE_CCA_MODE_NONE", "range": null, - "title": "251ppm to 500ppm", + "title": "NONE", "type": "bool" }, { "children": [], - "depends_on": "", + "depends_on": "", "help": null, - "id": "BTDM_BLE_DEFAULT_SCA_250PPM", - "name": "BTDM_BLE_DEFAULT_SCA_250PPM", + "id": "BT_BLE_CCA_MODE_HW", + "name": "BT_BLE_CCA_MODE_HW", "range": null, - "title": "151ppm to 250ppm", + "title": "Hardware", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_BLE_CCA_MODE_SW", + "name": "BT_BLE_CCA_MODE_SW", + "range": null, + "title": "Software", "type": "bool" } ], - "depends_on": "(BTDM_CTRL_MODE_BLE_ONLY || BTDM_CTRL_MODE_BTDM) && BT_CONTROLLER_ENABLED", - "help": "BLE Sleep Clock Accuracy(SCA) for the local device is used to estimate window widening in BLE\nconnection events. With a lower level of clock accuracy(e.g. 500ppm over 250ppm), the slave\nneeds a larger RX window to synchronize with master in each anchor point, thus resulting in an\nincrease of power consumption but a higher level of robustness in keeping connected. According\nto the requirements of Bluetooth Core specification 4.2, the worst-case accuracy of Classic\nBluetooth low power oscialltor(LPO) is +/-250ppm in STANDBY and in low power modes such as\nsniff. For BLE the worst-case SCA is +/-500ppm.\n\n- \"151ppm to 250ppm\" option is the default value for Bluetooth Dual mode\n- \"251ppm to 500ppm\" option can be used in BLE only mode when using external 32kHz crystal as\n low power clock. This option is provided in case that BLE sleep clock has a lower level of\n accuracy, or other error sources contribute to the inaccurate timing during sleep.", - "id": "component-config-bluetooth-controller-options-ble-sleep-clock-accuracy", - "name": "BTDM_BLE_SLEEP_CLOCK_ACCURACY", - "title": "BLE Sleep Clock Accuracy", + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "Define BT BLE CCA mode", + "id": "component-config-bluetooth-controller-options-ble-cca-mode", + "name": "BT_BLE_CCA_MODE", + "title": "BLE CCA mode", "type": "choice" }, { "children": [], "depends_on": "BT_CONTROLLER_ENABLED", "help": null, - "id": "BTDM_BLE_SLEEP_CLOCK_ACCURACY_INDEX_EFF", - "name": "BTDM_BLE_SLEEP_CLOCK_ACCURACY_INDEX_EFF", + "id": "BT_BLE_CCA_MODE", + "name": "BT_BLE_CCA_MODE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "It is the threshold value of HW CCA, if the value is 30, it means CCA threshold is -30 dBm.", + "id": "BT_CTRL_HW_CCA_VAL", + "name": "BT_CTRL_HW_CCA_VAL", + "range": null, + "title": "CCA threshold value", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "If other devices are sending packets in the air and the signal is strong,\nthe packet hw to be sent this time is cancelled.", + "id": "BT_CTRL_HW_CCA_EFF", + "name": "BT_CTRL_HW_CCA_EFF", "range": null, "title": null, "type": "int" }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_CE_LENGTH_TYPE_ORIG", + "name": "BT_CTRL_CE_LENGTH_TYPE_ORIG", + "range": null, + "title": "ORIGINAL", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_CE_LENGTH_TYPE_CE", + "name": "BT_CTRL_CE_LENGTH_TYPE_CE", + "range": null, + "title": "Use CE parameter for HCI command", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_CE_LENGTH_TYPE_SD", + "name": "BT_CTRL_CE_LENGTH_TYPE_SD", + "range": null, + "title": "Use Espressif self-defined method", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "Specify connection event length determination", + "id": "component-config-bluetooth-controller-options-connection-event-length-determination-method", + "name": "BT_CTRL_CE_LENGTH_TYPE", + "title": "Connection event length determination method", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_CTRL_CE_LENGTH_TYPE_EFF", + "name": "BT_CTRL_CE_LENGTH_TYPE_EFF", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_TX_ANTENNA_INDEX_0", + "name": "BT_CTRL_TX_ANTENNA_INDEX_0", + "range": null, + "title": "Antenna 0", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_TX_ANTENNA_INDEX_1", + "name": "BT_CTRL_TX_ANTENNA_INDEX_1", + "range": null, + "title": "Antenna 1", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "Specify default Tx antenna used for bluetooth", + "id": "component-config-bluetooth-controller-options-default-tx-anntena-used", + "name": "BT_CTRL_TX_ANTENNA_INDEX", + "title": "default Tx anntena used", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_CTRL_TX_ANTENNA_INDEX_EFF", + "name": "BT_CTRL_TX_ANTENNA_INDEX_EFF", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_RX_ANTENNA_INDEX_0", + "name": "BT_CTRL_RX_ANTENNA_INDEX_0", + "range": null, + "title": "Antenna 0", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_RX_ANTENNA_INDEX_1", + "name": "BT_CTRL_RX_ANTENNA_INDEX_1", + "range": null, + "title": "Antenna 1", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "Specify default Rx antenna used for bluetooth", + "id": "component-config-bluetooth-controller-options-default-rx-anntena-used", + "name": "BT_CTRL_RX_ANTENNA_INDEX", + "title": "default Rx anntena used", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_CTRL_RX_ANTENNA_INDEX_EFF", + "name": "BT_CTRL_RX_ANTENNA_INDEX_EFF", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_DFT_TX_POWER_LEVEL_N24", + "name": "BT_CTRL_DFT_TX_POWER_LEVEL_N24", + "range": null, + "title": "-24dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_DFT_TX_POWER_LEVEL_N21", + "name": "BT_CTRL_DFT_TX_POWER_LEVEL_N21", + "range": null, + "title": "-21dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_DFT_TX_POWER_LEVEL_N18", + "name": "BT_CTRL_DFT_TX_POWER_LEVEL_N18", + "range": null, + "title": "-18dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_DFT_TX_POWER_LEVEL_N15", + "name": "BT_CTRL_DFT_TX_POWER_LEVEL_N15", + "range": null, + "title": "-15dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_DFT_TX_POWER_LEVEL_N12", + "name": "BT_CTRL_DFT_TX_POWER_LEVEL_N12", + "range": null, + "title": "-12dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_DFT_TX_POWER_LEVEL_N9", + "name": "BT_CTRL_DFT_TX_POWER_LEVEL_N9", + "range": null, + "title": "-9dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_DFT_TX_POWER_LEVEL_N6", + "name": "BT_CTRL_DFT_TX_POWER_LEVEL_N6", + "range": null, + "title": "-6dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_DFT_TX_POWER_LEVEL_N3", + "name": "BT_CTRL_DFT_TX_POWER_LEVEL_N3", + "range": null, + "title": "-3dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_DFT_TX_POWER_LEVEL_N0", + "name": "BT_CTRL_DFT_TX_POWER_LEVEL_N0", + "range": null, + "title": "0dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_DFT_TX_POWER_LEVEL_P3", + "name": "BT_CTRL_DFT_TX_POWER_LEVEL_P3", + "range": null, + "title": "+3dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_DFT_TX_POWER_LEVEL_P6", + "name": "BT_CTRL_DFT_TX_POWER_LEVEL_P6", + "range": null, + "title": "+6dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_DFT_TX_POWER_LEVEL_P9", + "name": "BT_CTRL_DFT_TX_POWER_LEVEL_P9", + "range": null, + "title": "+9dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_DFT_TX_POWER_LEVEL_P12", + "name": "BT_CTRL_DFT_TX_POWER_LEVEL_P12", + "range": null, + "title": "+12dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_DFT_TX_POWER_LEVEL_P15", + "name": "BT_CTRL_DFT_TX_POWER_LEVEL_P15", + "range": null, + "title": "+15dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_DFT_TX_POWER_LEVEL_P18", + "name": "BT_CTRL_DFT_TX_POWER_LEVEL_P18", + "range": null, + "title": "+18dBm", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "BT_CTRL_DFT_TX_POWER_LEVEL_P20", + "name": "BT_CTRL_DFT_TX_POWER_LEVEL_P20", + "range": null, + "title": "+20dBm", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "Specify default Tx power level", + "id": "component-config-bluetooth-controller-options-ble-default-tx-power-level", + "name": "BT_CTRL_DFT_TX_POWER_LEVEL", + "title": "BLE default Tx power level", + "type": "choice" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_CTRL_DFT_TX_POWER_LEVEL_EFF", + "name": "BT_CTRL_DFT_TX_POWER_LEVEL_EFF", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_SUPP && BT_CONTROLLER_ENABLED", + "help": "The number of unprocessed advertising report that bluetooth host can save.If you set\n`BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_NUM` to a small value, this may cause adv packets lost.\nIf you set `BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_NUM` to a large value, bluetooth host may cache a\nlot of adv packets and this may cause system memory run out. For example, if you set\nit to 50, the maximum memory consumed by host is 35 * 50 bytes. Please set\n`BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_NUM` according to your system free memory and handle adv\npackets as fast as possible, otherwise it will cause adv packets lost.", + "id": "BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_NUM", + "name": "BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_NUM", + "range": null, + "title": "BLE adv report flow control number", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_SUPP && BT_CONTROLLER_ENABLED", + "help": "When adv report flow control is enabled, The ADV lost event will be generated when the number\nof ADV packets lost in the controller reaches this threshold. It is better to set a larger value.\nIf you set `BT_CTRL_BLE_ADV_REPORT_DISCARD_THRSHOLD` to a small value or printf every adv lost event, it\nmay cause adv packets lost more.", + "id": "BT_CTRL_BLE_ADV_REPORT_DISCARD_THRSHOLD", + "name": "BT_CTRL_BLE_ADV_REPORT_DISCARD_THRSHOLD", + "range": null, + "title": "BLE adv lost event threshold value", + "type": "int" + } + ], + "depends_on": "(!BT_CTRL_RUN_IN_FLASH_ONLY || (BT_CTRL_RUN_IN_FLASH_ONLY && BT_CTRL_BLE_SCAN)) && BT_CONTROLLER_ENABLED", + "help": "The function is mainly used to enable flow control for advertising reports. When it is enabled,\nadvertising reports will be discarded by the controller if the number of unprocessed advertising\nreports exceeds the size of BLE adv report flow control.", + "id": "BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_SUPP", + "name": "BT_CTRL_BLE_ADV_REPORT_FLOW_CTRL_SUPP", + "range": null, + "title": "BLE adv report flow control supported", + "type": "bool" + }, { "children": [ { "children": [ { "children": [], - "depends_on": "", - "help": "This way is to use advertiser address filtering. The adv packet of the same address is only\nallowed to be reported once", - "id": "BTDM_SCAN_DUPL_TYPE_DEVICE", - "name": "BTDM_SCAN_DUPL_TYPE_DEVICE", + "depends_on": "", + "help": "Advertising packets with the same address, address type, and advertising type are reported once.", + "id": "BT_CTRL_SCAN_DUPL_TYPE_DEVICE", + "name": "BT_CTRL_SCAN_DUPL_TYPE_DEVICE", "range": null, "title": "Scan Duplicate By Device Address", "type": "bool" }, { "children": [], - "depends_on": "", - "help": "This way is to use advertising data filtering. All same advertising data only allow to be reported\nonce even though they are from different devices.", - "id": "BTDM_SCAN_DUPL_TYPE_DATA", - "name": "BTDM_SCAN_DUPL_TYPE_DATA", + "depends_on": "", + "help": "Advertising packets with identical advertising data, address type, and advertising type\nare reported only once, even if they originate from different devices.", + "id": "BT_CTRL_SCAN_DUPL_TYPE_DATA", + "name": "BT_CTRL_SCAN_DUPL_TYPE_DATA", "range": null, "title": "Scan Duplicate By Advertising Data", "type": "bool" }, { "children": [], - "depends_on": "", - "help": "This way is to use advertising data and device address filtering. All different adv packets with\nthe same address are allowed to be reported.", - "id": "BTDM_SCAN_DUPL_TYPE_DATA_DEVICE", - "name": "BTDM_SCAN_DUPL_TYPE_DATA_DEVICE", + "depends_on": "", + "help": "Advertising packets with the same address, advertising data, address type,\nand advertising type are reported only once.", + "id": "BT_CTRL_SCAN_DUPL_TYPE_DATA_DEVICE", + "name": "BT_CTRL_SCAN_DUPL_TYPE_DATA_DEVICE", "range": null, "title": "Scan Duplicate By Device Address And Advertising Data", "type": "bool" } ], - "depends_on": "BTDM_BLE_SCAN_DUPL && BT_CONTROLLER_ENABLED", + "depends_on": "BT_CTRL_BLE_SCAN_DUPL && BT_CONTROLLER_ENABLED", "help": "Scan duplicate have three ways. one is \"Scan Duplicate By Device Address\", This way is to use\nadvertiser address filtering. The adv packet of the same address is only allowed to be reported once.\nAnother way is \"Scan Duplicate By Device Address And Advertising Data\". This way is to use advertising\ndata and device address filtering. All different adv packets with the same address are allowed to be\nreported. The last way is \"Scan Duplicate By Advertising Data\". This way is to use advertising data\nfiltering. All same advertising data only allow to be reported once even though they are from\ndifferent devices.", "id": "component-config-bluetooth-controller-options-ble-scan-duplicate-options-scan-duplicate-type", - "name": "BTDM_SCAN_DUPL_TYPE", + "name": "BT_CTRL_SCAN_DUPL_TYPE", "title": "Scan Duplicate Type", "type": "choice" }, { "children": [], - "depends_on": "BTDM_BLE_SCAN_DUPL && BT_CONTROLLER_ENABLED", + "depends_on": "BT_CTRL_BLE_SCAN_DUPL && BT_CONTROLLER_ENABLED", "help": null, - "id": "BTDM_SCAN_DUPL_TYPE", - "name": "BTDM_SCAN_DUPL_TYPE", + "id": "BT_CTRL_SCAN_DUPL_TYPE", + "name": "BT_CTRL_SCAN_DUPL_TYPE", "range": null, "title": null, "type": "int" }, { "children": [], - "depends_on": "BTDM_BLE_SCAN_DUPL && BT_CONTROLLER_ENABLED", + "depends_on": "BT_CTRL_BLE_SCAN_DUPL && BT_CONTROLLER_ENABLED", "help": "Maximum number of devices which can be recorded in scan duplicate filter.\nWhen the maximum amount of device in the filter is reached, the cache will be refreshed.", - "id": "BTDM_SCAN_DUPL_CACHE_SIZE", - "name": "BTDM_SCAN_DUPL_CACHE_SIZE", + "id": "BT_CTRL_SCAN_DUPL_CACHE_SIZE", + "name": "BT_CTRL_SCAN_DUPL_CACHE_SIZE", "range": null, "title": "Maximum number of devices in scan duplicate filter", "type": "int" }, { "children": [], - "depends_on": "BTDM_BLE_SCAN_DUPL && BT_CONTROLLER_ENABLED", + "depends_on": "BT_CTRL_BLE_SCAN_DUPL && BT_CONTROLLER_ENABLED", "help": "If the period value is non-zero, the controller will periodically clear the device information\nstored in the scan duuplicate filter. If it is 0, the scan duuplicate filter will not be cleared\nuntil the scanning is disabled. Duplicate advertisements for this period should not be sent to the\nHost in advertising report events.\nThere are two scenarios where the ADV packet will be repeatedly reported:\n1. The duplicate scan cache is full, the controller will delete the oldest device information and\nadd new device information.\n2. When the refresh period is up, the controller will clear all device information and start filtering\nagain.", - "id": "BTDM_SCAN_DUPL_CACHE_REFRESH_PERIOD", - "name": "BTDM_SCAN_DUPL_CACHE_REFRESH_PERIOD", + "id": "BT_CTRL_DUPL_SCAN_CACHE_REFRESH_PERIOD", + "name": "BT_CTRL_DUPL_SCAN_CACHE_REFRESH_PERIOD", "range": null, "title": "Duplicate scan list refresh period (seconds)", "type": "int" @@ -9539,91 +11516,340 @@ "children": [ { "children": [], - "depends_on": "BTDM_BLE_MESH_SCAN_DUPL_EN && BT_CONTROLLER_ENABLED", + "depends_on": "BT_CTRL_BLE_MESH_SCAN_DUPL_EN && BT_CONTROLLER_ENABLED", "help": "Maximum number of adv packets which can be recorded in duplicate scan cache for BLE Mesh.\nWhen the maximum amount of device in the filter is reached, the cache will be refreshed.", - "id": "BTDM_MESH_DUPL_SCAN_CACHE_SIZE", - "name": "BTDM_MESH_DUPL_SCAN_CACHE_SIZE", + "id": "BT_CTRL_MESH_DUPL_SCAN_CACHE_SIZE", + "name": "BT_CTRL_MESH_DUPL_SCAN_CACHE_SIZE", "range": null, "title": "Maximum number of Mesh adv packets in scan duplicate filter", "type": "int" } ], - "depends_on": "BTDM_BLE_SCAN_DUPL && BT_CONTROLLER_ENABLED", + "depends_on": "BT_CTRL_BLE_SCAN_DUPL && BT_CONTROLLER_ENABLED", "help": "This enables the BLE scan duplicate for special BLE Mesh scan.", - "id": "BTDM_BLE_MESH_SCAN_DUPL_EN", - "name": "BTDM_BLE_MESH_SCAN_DUPL_EN", + "id": "BT_CTRL_BLE_MESH_SCAN_DUPL_EN", + "name": "BT_CTRL_BLE_MESH_SCAN_DUPL_EN", "range": null, "title": "Special duplicate scan mechanism for BLE Mesh scan", "type": "bool" } ], - "depends_on": "(BTDM_CTRL_MODE_BTDM || BTDM_CTRL_MODE_BLE_ONLY) && BT_CONTROLLER_ENABLED", + "depends_on": "BT_CONTROLLER_ENABLED", "help": "This select enables parameters setting of BLE scan duplicate.", - "id": "BTDM_BLE_SCAN_DUPL", - "name": "BTDM_BLE_SCAN_DUPL", + "id": "BT_CTRL_BLE_SCAN_DUPL", + "name": "BT_CTRL_BLE_SCAN_DUPL", "range": null, "title": "BLE Scan Duplicate Options", "type": "bool" }, - { - "children": [], - "depends_on": "(BTDM_CTRL_MODE_BLE_ONLY || BTDM_CTRL_MODE_BTDM) && BT_CONTROLLER_ENABLED", - "help": "The full scan function is mainly used to provide BLE scan performance.\nThis is required for scenes with high scan performance requirements, such as BLE Mesh scenes.", - "id": "BTDM_CTRL_FULL_SCAN_SUPPORTED", - "name": "BTDM_CTRL_FULL_SCAN_SUPPORTED", - "range": null, - "title": "BLE full scan feature supported", - "type": "bool" - }, { "children": [ { "children": [], - "depends_on": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP && BT_CONTROLLER_ENABLED", - "help": "The number of unprocessed advertising report that Bluedroid can save.If you set\n`BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM` to a small value, this may cause adv packets lost.\nIf you set `BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM` to a large value, Bluedroid may cache a\nlot of adv packets and this may cause system memory run out. For example, if you set\nit to 50, the maximum memory consumed by host is 35 * 50 bytes. Please set\n`BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM` according to your system free memory and handle adv\npackets as fast as possible, otherwise it will cause adv packets lost.", - "id": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM", - "name": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM", + "depends_on": "", + "help": "Always enable the limitation on max tx/rx time for Coded-PHY connection", + "id": "BT_CTRL_COEX_PHY_CODED_TX_RX_TLIM_EN", + "name": "BT_CTRL_COEX_PHY_CODED_TX_RX_TLIM_EN", "range": null, - "title": "BLE adv report flow control number", - "type": "int" + "title": "Force Enable", + "type": "bool" }, { "children": [], - "depends_on": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP && BT_CONTROLLER_ENABLED", - "help": "When adv report flow control is enabled, The ADV lost event will be generated when the number\nof ADV packets lost in the controller reaches this threshold. It is better to set a larger value.\nIf you set `BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD` to a small value or printf every adv lost event, it\nmay cause adv packets lost more.", - "id": "BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD", - "name": "BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD", + "depends_on": "", + "help": "Disable the limitation on max tx/rx time for Coded-PHY connection", + "id": "BT_CTRL_COEX_PHY_CODED_TX_RX_TLIM_DIS", + "name": "BT_CTRL_COEX_PHY_CODED_TX_RX_TLIM_DIS", "range": null, - "title": "BLE adv lost event threshold value", - "type": "int" + "title": "Force Disable", + "type": "bool" } ], - "depends_on": "(BTDM_CTRL_MODE_BTDM || BTDM_CTRL_MODE_BLE_ONLY) && BT_CONTROLLER_ENABLED", - "help": "The function is mainly used to enable flow control for advertising reports. When it is enabled,\nadvertising reports will be discarded by the controller if the number of unprocessed advertising\nreports exceeds the size of BLE adv report flow control.", - "id": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP", - "name": "BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP", - "range": null, - "title": "BLE adv report flow control supported", - "type": "bool" + "depends_on": "ESP_COEX_SW_COEXIST_ENABLE && BT_CONTROLLER_ENABLED", + "help": "When using PHY-Coded in BLE connection, limitation on max tx/rx time can be applied to\nbetter avoid dramatic performance deterioration of Wi-Fi.", + "id": "component-config-bluetooth-controller-options-coexistence-limit-on-max-tx-rx-time-for-coded-phy-connection", + "name": "BT_CTRL_COEX_PHY_CODED_TX_RX_TLIM", + "title": "Coexistence: limit on MAX Tx/Rx time for coded-PHY connection", + "type": "choice" }, { "children": [], "depends_on": "BT_CONTROLLER_ENABLED", "help": null, - "id": "BTDM_RESERVE_DRAM", - "name": "BTDM_RESERVE_DRAM", + "id": "BT_CTRL_COEX_PHY_CODED_TX_RX_TLIM_EFF", + "name": "BT_CTRL_COEX_PHY_CODED_TX_RX_TLIM_EFF", "range": null, "title": null, - "type": "hex" + "type": "int" + }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Main crystal can be used as low power clock for bluetooth modem sleep. If this option is\nselected, bluetooth modem sleep can work under Dynamic Frequency Scaling(DFS) enabled, and\nbluetooth can work under light sleep enabled. Main crystal has a relatively better performance\nthan other bluetooth low power clock sources.", + "id": "BT_CTRL_LPCLK_SEL_MAIN_XTAL", + "name": "BT_CTRL_LPCLK_SEL_MAIN_XTAL", + "range": null, + "title": "Main crystal", + "type": "bool" + }, + { + "children": [], + "depends_on": "(RTC_CLK_SRC_EXT_CRYS || RTC_CLK_SRC_EXT_OSC) && ", + "help": "External 32kHz crystal/oscillator has a nominal frequency of 32.768kHz and provides good frequency\nstability. If used as Bluetooth low power clock, External 32kHz can support Bluetooth\nmodem sleep to be used with both DFS and light sleep.", + "id": "BT_CTRL_LPCLK_SEL_EXT_32K_XTAL", + "name": "BT_CTRL_LPCLK_SEL_EXT_32K_XTAL", + "range": null, + "title": "External 32kHz crystal/oscillator", + "type": "bool" + }, + { + "children": [], + "depends_on": "RTC_CLK_SRC_INT_RC && ", + "help": "Internal 150kHz RC oscillator. The accuracy of this clock is a lot larger than 500ppm which is required\nin Bluetooth communication, so don't select this option in scenarios such as BLE connection state.", + "id": "BT_CTRL_LPCLK_SEL_RTC_SLOW", + "name": "BT_CTRL_LPCLK_SEL_RTC_SLOW", + "range": null, + "title": "Internal 150kHz RC oscillator", + "type": "bool" + } + ], + "depends_on": "BT_CTRL_MODEM_SLEEP_MODE_1 && BT_CONTROLLER_ENABLED", + "help": "Select the low power clock source for bluetooth controller", + "id": "component-config-bluetooth-controller-options-modem-sleep-options-bluetooth-modem-sleep-bluetooth-modem-sleep-mode-1-bluetooth-low-power-clock", + "name": "BT_CTRL_LOW_POWER_CLOCK", + "title": "Bluetooth low power clock", + "type": "choice" + } + ], + "depends_on": "BT_CTRL_MODEM_SLEEP && BT_CONTROLLER_ENABLED", + "help": "Mode 1 is the currently supported sleep mode. In this mode,\nbluetooth controller sleeps between and BLE events. A low\npower clock is used to maintain bluetooth reference clock.", + "id": "BT_CTRL_MODEM_SLEEP_MODE_1", + "name": "BT_CTRL_MODEM_SLEEP_MODE_1", + "range": null, + "title": "Bluetooth Modem sleep Mode 1", + "type": "bool" + } + ], + "depends_on": "!BT_CTRL_HCI_MODE_UART_H4 && BT_CONTROLLER_ENABLED", + "help": "Enable/disable bluetooth controller low power mode.\nModem sleep is not supported to be used with UART HCI.", + "id": "BT_CTRL_MODEM_SLEEP", + "name": "BT_CTRL_MODEM_SLEEP", + "range": null, + "title": "Bluetooth modem sleep", + "type": "bool" + }, + { + "children": [], + "depends_on": "(BT_CTRL_LPCLK_SEL_MAIN_XTAL || BT_CTRL_LPCLK_SEL_EXT_32K_XTAL) && FREERTOS_USE_TICKLESS_IDLE && BT_CONTROLLER_ENABLED", + "help": "If this option is selected, the main crystal will power up during light sleep when the low power clock\nselects an external 32kHz crystal but the external 32kHz crystal does not exist or the low power clock\nselects the main crystal.", + "id": "BT_CTRL_MAIN_XTAL_PU_DURING_LIGHT_SLEEP", + "name": "BT_CTRL_MAIN_XTAL_PU_DURING_LIGHT_SLEEP", + "range": null, + "title": "power up main XTAL during light sleep", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "id": "component-config-bluetooth-controller-options-modem-sleep-options", + "title": "MODEM SLEEP Options", + "type": "menu" }, { "children": [], - "depends_on": "BT_ENABLED && BT_CONTROLLER_ENABLED", - "help": "Using Level 4 interrupt for Bluetooth.", - "id": "BTDM_CTRL_HLI", - "name": "BTDM_CTRL_HLI", + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_CTRL_SLEEP_MODE_EFF", + "name": "BT_CTRL_SLEEP_MODE_EFF", "range": null, - "title": "High level interrupt", + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_CTRL_SLEEP_CLOCK_EFF", + "name": "BT_CTRL_SLEEP_CLOCK_EFF", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_CTRL_HCI_TL_EFF", + "name": "BT_CTRL_HCI_TL_EFF", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_CTRL_AGC_RECORRECT_EN && BT_CONTROLLER_ENABLED", + "help": "Enable coded phy AGC recorrect", + "id": "BT_CTRL_CODED_AGC_RECORRECT_EN", + "name": "BT_CTRL_CODED_AGC_RECORRECT_EN", + "range": null, + "title": "Enable coded phy AGC recorrect", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "Enable uncoded phy AGC recorrect", + "id": "BT_CTRL_AGC_RECORRECT_EN", + "name": "BT_CTRL_AGC_RECORRECT_EN", + "range": null, + "title": "Enable HW AGC recorrect", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "Disable active scan backoff. The bluetooth spec requires that scanners should run a backoff procedure to\nminimize collision of scan request PDUs from nultiple scanners. If scan backoff is disabled, in active\nscanning, scan request PDU will be sent every time when HW receives scannable ADV PDU.", + "id": "BT_CTRL_SCAN_BACKOFF_UPPERLIMITMAX", + "name": "BT_CTRL_SCAN_BACKOFF_UPPERLIMITMAX", + "range": null, + "title": "Disable active scan backoff", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "When this option is enabled, auxiliary packets will be present in the events of\n'Non-Connectable and Non-Scannable' regardless of whether the advertising length is 0.\nIf this option is not enabled, auxiliary packets will only be present when the advertising length is not 0.", + "id": "BT_BLE_ADV_DATA_LENGTH_ZERO_AUX", + "name": "BT_BLE_ADV_DATA_LENGTH_ZERO_AUX", + "range": null, + "title": "Enable aux packet when ext adv data length is zero", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "If this option is enabled, The Controller will records the communication quality\nfor each channel and then start a timer to check and update the channel map every 4 seconds.", + "id": "BT_CTRL_CHAN_ASS_EN", + "name": "BT_CTRL_CHAN_ASS_EN", + "range": null, + "title": "Enable channel assessment", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "If this option is disabled, The Controller will not start the LE authenticated payload timer.\nThis option is used for some compatibility problems related to LE ping procedure.", + "id": "BT_CTRL_LE_PING_EN", + "name": "BT_CTRL_LE_PING_EN", + "range": null, + "title": "Enable LE Ping procedure", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "If this option is enabled, Controller will terminate the connection\nwhen instant passed during connection update procedure.", + "id": "BT_CTRL_BLE_LLCP_CONN_UPDATE", + "name": "BT_CTRL_BLE_LLCP_CONN_UPDATE", + "range": null, + "title": "BLE ACL connection update procedure", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "If this option is enabled, Controller will terminate the connection\nwhen instant passed in channel map update procedure.", + "id": "BT_CTRL_BLE_LLCP_CHAN_MAP_UPDATE", + "name": "BT_CTRL_BLE_LLCP_CHAN_MAP_UPDATE", + "range": null, + "title": "BLE ACL channel map update procedure", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "If this option is enabled, Controller will terminate the connection\nwhen instant passed in PHY update procedure.", + "id": "BT_CTRL_BLE_LLCP_PHY_UPDATE", + "name": "BT_CTRL_BLE_LLCP_PHY_UPDATE", + "range": null, + "title": "BLE ACL PHY update procedure", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "id": "component-config-bluetooth-controller-options-ble-disconnect-when-instant-passed", + "title": "BLE disconnect when instant passed", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_CTRL_RUN_IN_FLASH_ONLY && BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_CTRL_DTM_ENABLE", + "name": "BT_CTRL_DTM_ENABLE", + "range": null, + "title": "Enable direct test mode feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CTRL_RUN_IN_FLASH_ONLY && BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_CTRL_BLE_MASTER", + "name": "BT_CTRL_BLE_MASTER", + "range": null, + "title": "Enable BLE master role feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CTRL_RUN_IN_FLASH_ONLY && BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_CTRL_BLE_TEST", + "name": "BT_CTRL_BLE_TEST", + "range": null, + "title": "Enable BLE QA test feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CTRL_RUN_IN_FLASH_ONLY && BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_CTRL_BLE_SCAN", + "name": "BT_CTRL_BLE_SCAN", + "range": null, + "title": "Enable BLE scan feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "BT_CTRL_RUN_IN_FLASH_ONLY && BT_CONTROLLER_ONLY && BT_CONTROLLER_ENABLED", + "help": null, + "id": "BT_CTRL_BLE_SECURITY_ENABLE", + "name": "BT_CTRL_BLE_SECURITY_ENABLE", + "range": null, + "title": "Enable BLE security feature", + "type": "bool" + } + ], + "depends_on": "BT_CONTROLLER_ENABLED", + "help": "If this option is enabled, all code for the Bluetooth controller will be moved from ROM and IRAM\nto flash, saving over 20K bytes of memory. However, it will require more flash resources and the\nperformance of Bluetooth will decrease If this option is enabled, Bluetooth may not work properly\nduring erasing flash. It is recommended to turn on the auto suspend function of flash. After auto\nsuspend is turned on, Bluetooth interrupts can be executed normally during erasing flash, with less\nimpact on Bluetooth performance.", + "id": "BT_CTRL_RUN_IN_FLASH_ONLY", + "name": "BT_CTRL_RUN_IN_FLASH_ONLY", + "range": null, + "title": "Put all BLE Controller code in flash", "type": "bool" } ], @@ -9641,6 +11867,55 @@ "range": null, "title": "Release Bluetooth text (READ DOCS FIRST)", "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "This option decides the maximum number of alarms which\ncould be used by Bluetooth host.", + "id": "BT_ALARM_MAX_NUM", + "name": "BT_ALARM_MAX_NUM", + "range": null, + "title": "Maximum number of Bluetooth alarms", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-bluetooth-common-options", + "title": "Common Options", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "BT_HCI_LOG_DEBUG_EN", + "help": "This option is to configure the buffer size of the hci data steam cache in hci debug mode.\nThis is a ring buffer, the new data will overwrite the oldest data if the buffer is full.", + "id": "BT_HCI_LOG_DATA_BUFFER_SIZE", + "name": "BT_HCI_LOG_DATA_BUFFER_SIZE", + "range": null, + "title": "Size of the cache used for HCI data in Bluetooth HCI debug mode (N*1024 bytes)", + "type": "int" + }, + { + "children": [], + "depends_on": "BT_HCI_LOG_DEBUG_EN", + "help": "This option is to configure the buffer size of the hci adv report cache in hci debug mode.\nThis is a ring buffer, the new data will overwrite the oldest data if the buffer is full.", + "id": "BT_HCI_LOG_ADV_BUFFER_SIZE", + "name": "BT_HCI_LOG_ADV_BUFFER_SIZE", + "range": null, + "title": "Size of the cache used for adv report in Bluetooth HCI debug mode (N*1024 bytes)", + "type": "int" + } + ], + "depends_on": "BT_BLUEDROID_ENABLED || BT_NIMBLE_ENABLED", + "help": "This option is used to enable bluetooth debug mode, which saves the hci layer data stream.", + "id": "BT_HCI_LOG_DEBUG_EN", + "name": "BT_HCI_LOG_DEBUG_EN", + "range": null, + "title": "Enable Bluetooth HCI debug mode", + "type": "bool" } ], "depends_on": null, @@ -9660,6 +11935,26 @@ "title": "Support sending 20ms non-connectable adv packets", "type": "bool" }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Support BLE Mesh v1.1 features", + "id": "BLE_MESH_V11_SUPPORT", + "name": "BLE_MESH_V11_SUPPORT", + "range": null, + "title": "Support ESP BLE Mesh v1.1 features (Preview)", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Enable this option to allow using random advertising interval\nfor mesh packets. And this could help avoid collision of\nadvertising packets.", + "id": "BLE_MESH_RANDOM_ADV_INTERVAL", + "name": "BLE_MESH_RANDOM_ADV_INTERVAL", + "range": null, + "title": "Support using random adv interval for mesh packets", + "type": "bool" + }, { "children": [], "depends_on": "BLE_MESH", @@ -9670,6 +11965,16 @@ "title": "Support Duplicate Scan in BLE Mesh", "type": "bool" }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable this option to allow using BLE Active Scan for BLE Mesh.", + "id": "BLE_MESH_ACTIVE_SCAN", + "name": "BLE_MESH_ACTIVE_SCAN", + "range": null, + "title": "Support Active Scan in BLE Mesh", + "type": "bool" + }, { "children": [ { @@ -9923,7 +12228,39 @@ "type": "bool" }, { - "children": [], + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_PROV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable this option to support BLE Mesh enhanced provisioning authentication\nfunctionality. This option can increase the security level of provisioning.\nIt is recommended to enable this option.", + "id": "BLE_MESH_PROV_EPA", + "name": "BLE_MESH_PROV_EPA", + "range": null, + "title": "BLE Mesh enhanced provisioning authentication", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_CERT_BASED_PROV && BLE_MESH", + "help": "This option sets the maximum size of the provisioning record fragment that the\nProvisioner can receive. The range depends on provisioning bearer.", + "id": "BLE_MESH_RECORD_FRAG_MAX_SIZE", + "name": "BLE_MESH_RECORD_FRAG_MAX_SIZE", + "range": null, + "title": "Maximum size of the provisioning record fragment that Provisioner can receive", + "type": "int" + } + ], + "depends_on": "BLE_MESH_PROV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable this option to support BLE Mesh Certificate-Based Provisioning.", + "id": "BLE_MESH_CERT_BASED_PROV", + "name": "BLE_MESH_CERT_BASED_PROV", + "range": null, + "title": "Support Certificate-based provisioning", + "type": "bool" + } + ], "depends_on": "BLE_MESH", "help": "Enable this option to support BLE Mesh Provisioning functionality. For\nBLE Mesh, this option should be always enabled.", "id": "BLE_MESH_PROV", @@ -9994,6 +12331,37 @@ "range": null, "title": "Maximum number of filter entries per Proxy Client", "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_PRB_SRV && BLE_MESH_GATT_PROXY_SERVER && BLE_MESH", + "help": "The Proxy Privacy parameter controls the privacy of the Proxy Server\nover the connection. The value of the Proxy Privacy parameter is\ncontrolled by the type of proxy connection, which is dependent on the\nbearer used by the proxy connection.", + "id": "BLE_MESH_PROXY_PRIVACY", + "name": "BLE_MESH_PROXY_PRIVACY", + "range": null, + "title": "Support Proxy Privacy", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_PROXY_SOLIC_PDU_RX && BLE_MESH", + "help": "This option specifies the maximum capacity of the solicitation replay\nprotection list. The solicitation replay protection list is used to\nreject Solicitation PDUs that were already processed by a node, which\nwill store the solicitation src and solicitation sequence number of\nthe received Solicitation PDU message.", + "id": "BLE_MESH_PROXY_SOLIC_RX_CRPL", + "name": "BLE_MESH_PROXY_SOLIC_RX_CRPL", + "range": null, + "title": "Maximum capacity of solicitation replay protection list", + "type": "int" + } + ], + "depends_on": "BLE_MESH_GATT_PROXY_SERVER && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable this option to support receiving Proxy Solicitation PDU.", + "id": "BLE_MESH_PROXY_SOLIC_PDU_RX", + "name": "BLE_MESH_PROXY_SOLIC_PDU_RX", + "range": null, + "title": "Support receiving Proxy Solicitation PDU", + "type": "bool" } ], "depends_on": "BLE_MESH_NODE && BLE_MESH", @@ -10005,7 +12373,29 @@ "type": "bool" }, { - "children": [], + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_PROXY_SOLIC_PDU_TX && BLE_MESH", + "help": "This option specifies the maximum number of Solicitation Source (SSRC)\nthat can be used by Proxy Client for sending a Solicitation PDU.\nA Proxy Client may use the primary address or any of the secondary\naddresses as the SSRC for a Solicitation PDU.\nSo for a Proxy Client, it's better to choose the value based on its\nown element count.", + "id": "BLE_MESH_PROXY_SOLIC_TX_SRC_COUNT", + "name": "BLE_MESH_PROXY_SOLIC_TX_SRC_COUNT", + "range": null, + "title": "Maximum number of SSRC that can be used by Proxy Client", + "type": "int" + } + ], + "depends_on": "BLE_MESH_GATT_PROXY_CLIENT && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable this option to support sending Proxy Solicitation PDU.", + "id": "BLE_MESH_PROXY_SOLIC_PDU_TX", + "name": "BLE_MESH_PROXY_SOLIC_PDU_TX", + "range": null, + "title": "Support sending Proxy Solicitation PDU", + "type": "bool" + } + ], "depends_on": "BLE_MESH", "help": "This option enables support for Mesh GATT Proxy Client. The Proxy Client\ncan use the GATT bearer to send mesh messages to a node that supports the\nadvertising bearer.", "id": "BLE_MESH_GATT_PROXY_CLIENT", @@ -10177,6 +12567,16 @@ "title": "Maximum capacity of the replay protection list", "type": "int" }, + { + "children": [], + "depends_on": "BLE_MESH_EXPERIMENTAL && BLE_MESH", + "help": "There may be many expired messages in a complex mesh network that would be\nconsidered replayed messages.\nEnable this option will refuse to relay such messages, which could help to\nreduce invalid packets in the mesh network.\nHowever, it should be noted that enabling this option may result in packet\nloss in certain environments.\nTherefore, users need to decide whether to enable this option according to\nthe actual usage situation.", + "id": "BLE_MESH_NOT_RELAY_REPLAY_MSG", + "name": "BLE_MESH_NOT_RELAY_REPLAY_MSG", + "range": null, + "title": "Not relay replayed messages in a mesh network", + "type": "bool" + }, { "children": [], "depends_on": "BLE_MESH", @@ -10217,6 +12617,16 @@ "title": "Recovery the IV index when the latest whole IV update procedure is missed", "type": "bool" }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable this option to use the enhanced segmentation and reassembly\nmechanism introduced in Bluetooth Mesh Protocol 1.1.", + "id": "BLE_MESH_SAR_ENHANCEMENT", + "name": "BLE_MESH_SAR_ENHANCEMENT", + "range": null, + "title": "Segmentation and reassembly enhancement", + "type": "bool" + }, { "children": [], "depends_on": "BLE_MESH", @@ -10719,6 +13129,341 @@ "range": null, "title": "Health Server model", "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Bridge Configuration Client model.", + "id": "BLE_MESH_BRC_CLI", + "name": "BLE_MESH_BRC_CLI", + "range": null, + "title": "Bridge Configuration Client model", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_BRC_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Maximum number of Bridging Table entries that the Bridge Configuration Server can support.", + "id": "BLE_MESH_MAX_BRIDGING_TABLE_ENTRY_COUNT", + "name": "BLE_MESH_MAX_BRIDGING_TABLE_ENTRY_COUNT", + "range": null, + "title": "Maximum number of Bridging Table entries", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_BRC_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "This option specifies the maximum capacity of the bridge replay\nprotection list. The bridge replay protection list is used to\nprevent a bridged subnet from replay attack, which will store the\nsource address and sequence number of the received bridge messages.", + "id": "BLE_MESH_BRIDGE_CRPL", + "name": "BLE_MESH_BRIDGE_CRPL", + "range": null, + "title": "Maximum capacity of bridge replay protection list", + "type": "int" + } + ], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Bridge Configuration Server model.", + "id": "BLE_MESH_BRC_SRV", + "name": "BLE_MESH_BRC_SRV", + "range": null, + "title": "Bridge Configuration Server model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Mesh Private Beacon Client model.", + "id": "BLE_MESH_PRB_CLI", + "name": "BLE_MESH_PRB_CLI", + "range": null, + "title": "Mesh Private Beacon Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Mesh Private Beacon Server model.", + "id": "BLE_MESH_PRB_SRV", + "name": "BLE_MESH_PRB_SRV", + "range": null, + "title": "Mesh Private Beacon Server model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for On-Demand Private Proxy Client model.", + "id": "BLE_MESH_ODP_CLI", + "name": "BLE_MESH_ODP_CLI", + "range": null, + "title": "On-Demand Private Proxy Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_PROXY_SOLIC_PDU_RX && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for On-Demand Private Proxy Server model.", + "id": "BLE_MESH_ODP_SRV", + "name": "BLE_MESH_ODP_SRV", + "range": null, + "title": "On-Demand Private Proxy Server model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Solicitation PDU RPL Configuration Client model.", + "id": "BLE_MESH_SRPL_CLI", + "name": "BLE_MESH_SRPL_CLI", + "range": null, + "title": "Solicitation PDU RPL Configuration Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_PROXY_SOLIC_PDU_RX && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Solicitation PDU RPL Configuration Server model.\nNote:\nThis option depends on the functionality of receiving Solicitation\nPDU. If the device doesn't support receiving Solicitation PDU, then\nthere is no need to enable this server model.", + "id": "BLE_MESH_SRPL_SRV", + "name": "BLE_MESH_SRPL_SRV", + "range": null, + "title": "Solicitation PDU RPL Configuration Server model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Opcodes Aggregator Client model.", + "id": "BLE_MESH_AGG_CLI", + "name": "BLE_MESH_AGG_CLI", + "range": null, + "title": "Opcodes Aggregator Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Opcodes Aggregator Server model.", + "id": "BLE_MESH_AGG_SRV", + "name": "BLE_MESH_AGG_SRV", + "range": null, + "title": "Opcodes Aggregator Server model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for SAR Configuration Client model.", + "id": "BLE_MESH_SAR_CLI", + "name": "BLE_MESH_SAR_CLI", + "range": null, + "title": "SAR Configuration Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for SAR Configuration Server model.", + "id": "BLE_MESH_SAR_SRV", + "name": "BLE_MESH_SAR_SRV", + "range": null, + "title": "SAR Configuration Server model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Composition Data Page 1 contains information about the relationships\namong models.\nEach model either can be a root model or can extend other models.", + "id": "BLE_MESH_COMP_DATA_1", + "name": "BLE_MESH_COMP_DATA_1", + "range": null, + "title": "Support Composition Data Page 1", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Composition Data Page 128 is used to indicate the structure of\nelements, features, and models of a node after the successful\nexecution of the Node Address Refresh procedure or the Node\nComposition Refresh procedure, or after the execution of the\nNode Removal procedure followed by the provisioning process.\nComposition Data Page 128 shall be present if the node supports\nthe Remote Provisioning Server model; otherwise it is optional.", + "id": "BLE_MESH_COMP_DATA_128", + "name": "BLE_MESH_COMP_DATA_128", + "range": null, + "title": "Support Composition Data Page 128", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_MODELS_METADATA_0 && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "The Models Metadata state contains metadata of a node\u2019s models.\nThe Models Metadata state is composed of a number of pages of\ninformation.\nModels Metadata Page 128 contains metadata for the node\u2019s models\nafter the successful execution of the Node Address Refresh\nprocedure or the Node Composition Refresh procedure, or after\nthe execution of the Node Removal procedure followed by the\nprovisioning process.\nModels Metadata Page 128 shall be present if the node supports\nthe Remote Provisioning Server model and the node supports the\nLarge Composition Data Server model.", + "id": "BLE_MESH_MODELS_METADATA_128", + "name": "BLE_MESH_MODELS_METADATA_128", + "range": null, + "title": "Support Models Metadata Page 128", + "type": "bool" + } + ], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "The Models Metadata state contains metadata of a node\u2019s models.\nThe Models Metadata state is composed of a number of pages of\ninformation.\nModels Metadata Page 0 shall be present if the node supports\nthe Large Composition Data Server model.", + "id": "BLE_MESH_MODELS_METADATA_0", + "name": "BLE_MESH_MODELS_METADATA_0", + "range": null, + "title": "Support Models Metadata Page 0", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Large Composition Data Client model.", + "id": "BLE_MESH_LCD_CLI", + "name": "BLE_MESH_LCD_CLI", + "range": null, + "title": "Large Composition Data Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Large Composition Data Server model.", + "id": "BLE_MESH_LCD_SRV", + "name": "BLE_MESH_LCD_SRV", + "range": null, + "title": "Large Composition Data Server model", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_RPR_CLI && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "This option specifies how many devices can be provisioned at the same time\nusing PB-REMOTE. For example, if the value is 2, it means a Provisioner can\nprovision two unprovisioned devices with PB-REMOTE at the same time.", + "id": "BLE_MESH_RPR_CLI_PROV_SAME_TIME", + "name": "BLE_MESH_RPR_CLI_PROV_SAME_TIME", + "range": null, + "title": "Maximum number of PB-Remote running at the same time by Provisioner", + "type": "int" + } + ], + "depends_on": "BLE_MESH_PROVISIONER && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Remote Provisioning Client model", + "id": "BLE_MESH_RPR_CLI", + "name": "BLE_MESH_RPR_CLI", + "range": null, + "title": "Remote Provisioning Client model", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_RPR_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "This option specifies how many device information can a Remote\nProvisioning Server store each time while scanning.", + "id": "BLE_MESH_RPR_SRV_MAX_SCANNED_ITEMS", + "name": "BLE_MESH_RPR_SRV_MAX_SCANNED_ITEMS", + "range": null, + "title": "Maximum number of device information can be scanned", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_RPR_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable this option to support Active Scan for remote provisioning.", + "id": "BLE_MESH_RPR_SRV_ACTIVE_SCAN", + "name": "BLE_MESH_RPR_SRV_ACTIVE_SCAN", + "range": null, + "title": "Support Active Scan for remote provisioning", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_RPR_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "This option specifies how many extended scan procedures can be\nstarted by the Remote Provisioning Server.", + "id": "BLE_MESH_RPR_SRV_MAX_EXT_SCAN", + "name": "BLE_MESH_RPR_SRV_MAX_EXT_SCAN", + "range": null, + "title": "Maximum number of extended scan procedures", + "type": "int" + } + ], + "depends_on": "BLE_MESH_NODE && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Remote Provisioning Server model", + "id": "BLE_MESH_RPR_SRV", + "name": "BLE_MESH_RPR_SRV", + "range": null, + "title": "Remote Provisioning Server model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Directed Forwarding Configuration Client model.", + "id": "BLE_MESH_DF_CLI", + "name": "BLE_MESH_DF_CLI", + "range": null, + "title": "Directed Forwarding Configuration Client model", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_DF_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Maximum number of Discovery Table entries supported by the node in a given subnet.", + "id": "BLE_MESH_MAX_DISC_TABLE_ENTRY_COUNT", + "name": "BLE_MESH_MAX_DISC_TABLE_ENTRY_COUNT", + "range": null, + "title": "Maximum number of discovery table entries in a given subnet", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_DF_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Maximum number of Forward Table entries supported by the node in a given subnet.", + "id": "BLE_MESH_MAX_FORWARD_TABLE_ENTRY_COUNT", + "name": "BLE_MESH_MAX_FORWARD_TABLE_ENTRY_COUNT", + "range": null, + "title": "Maximum number of forward table entries in a given subnet", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_DF_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Maximum size of dependent nodes list supported by each forward table entry.", + "id": "BLE_MESH_MAX_DEPS_NODES_PER_PATH", + "name": "BLE_MESH_MAX_DEPS_NODES_PER_PATH", + "range": null, + "title": "Maximum number of dependent nodes per path", + "type": "int" + }, + { + "children": [], + "depends_on": "BLE_MESH_DF_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "The option only removes the Path Use timer; all other behavior of the\ndevice is not changed.\nIf Path Monitoring test mode is going to be used, this option should\nbe enabled.", + "id": "BLE_MESH_PATH_MONITOR_TEST", + "name": "BLE_MESH_PATH_MONITOR_TEST", + "range": null, + "title": "Enable Path Monitoring test mode", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_GATT_PROXY_SERVER && BLE_MESH_DF_SRV && BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Support Directed Proxy functionality.", + "id": "BLE_MESH_SUPPORT_DIRECTED_PROXY", + "name": "BLE_MESH_SUPPORT_DIRECTED_PROXY", + "range": null, + "title": "Enable Directed Proxy functionality", + "type": "bool" + } + ], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for Directed Forwarding Configuration Server model.", + "id": "BLE_MESH_DF_SRV", + "name": "BLE_MESH_DF_SRV", + "range": null, + "title": "Directed Forwarding Configuration Server model", + "type": "bool" } ], "depends_on": "BLE_MESH", @@ -10937,6 +13682,37 @@ "range": null, "title": "Lighting server models", "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "BLE_MESH_MBT_CLI && BLE_MESH", + "help": "Maximum number of BLOB Transfer Server models that can participating\nin the BLOB transfer with a BLOB Transfer Client model.", + "id": "BLE_MESH_MAX_BLOB_RECEIVERS", + "name": "BLE_MESH_MAX_BLOB_RECEIVERS", + "range": null, + "title": "Maximum number of simultaneous blob receivers", + "type": "int" + } + ], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for BLOB Transfer Client model.", + "id": "BLE_MESH_MBT_CLI", + "name": "BLE_MESH_MBT_CLI", + "range": null, + "title": "BLOB Transfer Client model", + "type": "bool" + }, + { + "children": [], + "depends_on": "BLE_MESH_V11_SUPPORT && BLE_MESH", + "help": "Enable support for BLOB Transfer Server model.", + "id": "BLE_MESH_MBT_SRV", + "name": "BLE_MESH_MBT_SRV", + "range": null, + "title": "BLOB Transfer Server model", + "type": "bool" } ], "depends_on": "BLE_MESH", @@ -11153,6 +13929,16 @@ "id": "component-config-esp-ble-mesh-support-ble-mesh-specific-test-option", "title": "BLE Mesh specific test option", "type": "menu" + }, + { + "children": [], + "depends_on": "BLE_MESH", + "help": "Make BLE Mesh Experimental features visible.\nExperimental features list:\n- CONFIG_BLE_MESH_NOT_RELAY_REPLAY_MSG", + "id": "BLE_MESH_EXPERIMENTAL", + "name": "BLE_MESH_EXPERIMENTAL", + "range": null, + "title": "Make BLE Mesh experimental features visible", + "type": "bool" } ], "depends_on": "BT_ENABLED", @@ -11167,129 +13953,23 @@ { "children": [ { - "children": [ - { - "children": [], - "depends_on": "SOC_DAC_SUPPORTED", - "help": "If this is set, the ADC2 driver will disable the output of the DAC corresponding to the specified\nchannel. This is the default value.\n\nFor testing, disable this option so that we can measure the output of DAC by internal ADC.", - "id": "ADC_DISABLE_DAC", - "name": "ADC_DISABLE_DAC", - "range": null, - "title": "Disable DAC when ADC2 is used on GPIO 25 and 26", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Wether to suppress the deprecation warnings when using legacy adc driver (driver/adc.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", - "id": "ADC_SUPPRESS_DEPRECATE_WARN", - "name": "ADC_SUPPRESS_DEPRECATE_WARN", - "range": null, - "title": "Suppress legacy driver deprecated warning", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "IDF_TARGET_ESP32", - "help": "Some ESP32s have Two Point calibration values burned into eFuse BLOCK3.\nThis option will allow the ADC calibration component to characterize the\nADC-Voltage curve using Two Point values if they are available.", - "id": "ADC_CAL_EFUSE_TP_ENABLE", - "name": "ADC_CAL_EFUSE_TP_ENABLE", - "range": null, - "title": "Use Two Point Values", - "type": "bool" - }, - { - "children": [], - "depends_on": "IDF_TARGET_ESP32", - "help": "Some ESP32s have Vref burned into eFuse BLOCK0. This option will allow\nthe ADC calibration component to characterize the ADC-Voltage curve using\neFuse Vref if it is available.", - "id": "ADC_CAL_EFUSE_VREF_ENABLE", - "name": "ADC_CAL_EFUSE_VREF_ENABLE", - "range": null, - "title": "Use eFuse Vref", - "type": "bool" - }, - { - "children": [], - "depends_on": "IDF_TARGET_ESP32", - "help": "This option will allow the ADC calibration component to use Lookup Tables\nto correct for non-linear behavior in 11db attenuation. Other attenuations\ndo not exhibit non-linear behavior hence will not be affected by this option.", - "id": "ADC_CAL_LUT_ENABLE", - "name": "ADC_CAL_LUT_ENABLE", - "range": null, - "title": "Use Lookup Tables", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Wether to suppress the deprecation warnings when using legacy adc calibration\ndriver (esp_adc_cal.h).\nIf you want to continue using the legacy driver, and don't want to see related\ndeprecation warnings, you can enable this option.", - "id": "ADC_CALI_SUPPRESS_DEPRECATE_WARN", - "name": "ADC_CALI_SUPPRESS_DEPRECATE_WARN", - "range": null, - "title": "Suppress legacy driver deprecated warning", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-driver-configurations-legacy-adc-configuration-legacy-adc-calibration-configuration", - "title": "Legacy ADC Calibration Configuration", - "type": "menu" - } - ], + "children": [], "depends_on": null, - "id": "component-config-driver-configurations-legacy-adc-configuration", - "title": "Legacy ADC Configuration", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "!FREERTOS_PLACE_FUNCTIONS_INTO_FLASH", - "help": "Normally only the ISR of SPI master is placed in the IRAM, so that it\ncan work without the flash when interrupt is triggered.\nFor other functions, there's some possibility that the flash cache\nmiss when running inside and out of SPI functions, which may increase\nthe interval of SPI transactions.\nEnable this to put ``queue_trans``, ``get_trans_result`` and\n``transmit`` functions into the IRAM to avoid possible cache miss.\n\nThis configuration won't be available if `CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH` is enabled.\n\nDuring unit test, this is enabled to measure the ideal case of api.", - "id": "SPI_MASTER_IN_IRAM", - "name": "SPI_MASTER_IN_IRAM", - "range": null, - "title": "Place transmitting functions of SPI master into IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "!HEAP_PLACE_FUNCTION_INTO_FLASH", - "help": "Place the SPI master ISR in to IRAM to avoid possible cache miss.\n\nEnabling this configuration is possible only when HEAP_PLACE_FUNCTION_INTO_FLASH\nis disabled since the spi master uses can allocate transactions buffers into DMA\nmemory section using the heap component API that ipso facto has to be placed in IRAM.\n\nAlso you can forbid the ISR being disabled during flash writing\naccess, by add ESP_INTR_FLAG_IRAM when initializing the driver.", - "id": "SPI_MASTER_ISR_IN_IRAM", - "name": "SPI_MASTER_ISR_IN_IRAM", - "range": null, - "title": "Place SPI master ISR function into IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Normally only the ISR of SPI slave is placed in the IRAM, so that it\ncan work without the flash when interrupt is triggered.\nFor other functions, there's some possibility that the flash cache\nmiss when running inside and out of SPI functions, which may increase\nthe interval of SPI transactions.\nEnable this to put ``queue_trans``, ``get_trans_result`` and\n``transmit`` functions into the IRAM to avoid possible cache miss.", - "id": "SPI_SLAVE_IN_IRAM", - "name": "SPI_SLAVE_IN_IRAM", - "range": null, - "title": "Place transmitting functions of SPI slave into IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Place the SPI slave ISR in to IRAM to avoid possible cache miss.\n\nAlso you can forbid the ISR being disabled during flash writing\naccess, by add ESP_INTR_FLAG_IRAM when initializing the driver.", - "id": "SPI_SLAVE_ISR_IN_IRAM", - "name": "SPI_SLAVE_ISR_IN_IRAM", - "range": null, - "title": "Place SPI slave ISR function into IRAM", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-driver-configurations-spi-configuration", - "title": "SPI Configuration", - "type": "menu" - }, + "help": "Instead of listing the commands in the order of registration, the help command lists\nthe available commands in sorted order, if this option is enabled.", + "id": "CONSOLE_SORTED_HELP", + "name": "CONSOLE_SORTED_HELP", + "range": null, + "title": "Enable sorted help", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-console-library", + "title": "Console Library", + "type": "menu" + }, + { + "children": [ { "children": [ { @@ -11362,390 +14042,76 @@ "children": [ { "children": [], - "depends_on": "SOC_TEMP_SENSOR_SUPPORTED", - "help": "Wether to suppress the deprecation warnings when using legacy temperature sensor driver\n(driver/temp_sensor.h). If you want to continue using the legacy driver,\nand don't want to see related deprecation warnings, you can enable this option.", - "id": "TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN", - "name": "TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN", + "depends_on": "SOC_DAC_SUPPORTED", + "help": "If this is set, the ADC2 driver will disable the output of the DAC corresponding to the specified\nchannel. This is the default value.\n\nFor testing, disable this option so that we can measure the output of DAC by internal ADC.", + "id": "ADC_DISABLE_DAC", + "name": "ADC_DISABLE_DAC", + "range": null, + "title": "Disable DAC when ADC2 is used on GPIO 25 and 26", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Whether to suppress the deprecation warnings when using legacy adc driver (driver/adc.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "ADC_SUPPRESS_DEPRECATE_WARN", + "name": "ADC_SUPPRESS_DEPRECATE_WARN", "range": null, "title": "Suppress legacy driver deprecated warning", "type": "bool" }, { - "children": [], - "depends_on": "SOC_TEMP_SENSOR_SUPPORTED", - "help": "Wether to enable the debug log message for temperature sensor driver.\nNote that, this option only controls the temperature sensor driver log, won't affect other drivers.", - "id": "TEMP_SENSOR_ENABLE_DEBUG_LOG", - "name": "TEMP_SENSOR_ENABLE_DEBUG_LOG", - "range": null, - "title": "Enable debug log", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_TEMPERATURE_SENSOR_INTR_SUPPORT && SOC_TEMP_SENSOR_SUPPORTED", - "help": "Ensure the Temperature Sensor interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", - "id": "TEMP_SENSOR_ISR_IRAM_SAFE", - "name": "TEMP_SENSOR_ISR_IRAM_SAFE", - "range": null, - "title": "Temperature sensor ISR IRAM-Safe", - "type": "bool" - } - ], - "depends_on": "SOC_TEMP_SENSOR_SUPPORTED", - "id": "component-config-driver-configurations-temperature-sensor-configuration", - "title": "Temperature sensor Configuration", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "!RINGBUF_PLACE_ISR_FUNCTIONS_INTO_FLASH", - "help": "If this option is not selected, UART interrupt will be disabled for a long time and\nmay cause data lost when doing spi flash operation.", - "id": "UART_ISR_IN_IRAM", - "name": "UART_ISR_IN_IRAM", - "range": null, - "title": "Place UART ISR function into IRAM", - "type": "bool" + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "Some ESP32s have Two Point calibration values burned into eFuse BLOCK3.\nThis option will allow the ADC calibration component to characterize the\nADC-Voltage curve using Two Point values if they are available.", + "id": "ADC_CAL_EFUSE_TP_ENABLE", + "name": "ADC_CAL_EFUSE_TP_ENABLE", + "range": null, + "title": "Use Two Point Values", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "Some ESP32s have Vref burned into eFuse BLOCK0. This option will allow\nthe ADC calibration component to characterize the ADC-Voltage curve using\neFuse Vref if it is available.", + "id": "ADC_CAL_EFUSE_VREF_ENABLE", + "name": "ADC_CAL_EFUSE_VREF_ENABLE", + "range": null, + "title": "Use eFuse Vref", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "This option will allow the ADC calibration component to use Lookup Tables\nto correct for non-linear behavior in 11db attenuation. Other attenuations\ndo not exhibit non-linear behavior hence will not be affected by this option.", + "id": "ADC_CAL_LUT_ENABLE", + "name": "ADC_CAL_LUT_ENABLE", + "range": null, + "title": "Use Lookup Tables", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Whether to suppress the deprecation warnings when using legacy adc calibration\ndriver (esp_adc_cal.h).\nIf you want to continue using the legacy driver, and don't want to see related\ndeprecation warnings, you can enable this option.", + "id": "ADC_CALI_SUPPRESS_DEPRECATE_WARN", + "name": "ADC_CALI_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-driver-configurations-legacy-adc-driver-configuration-legacy-adc-calibration-configuration", + "title": "Legacy ADC Calibration Configuration", + "type": "menu" } ], "depends_on": null, - "id": "component-config-driver-configurations-uart-configuration", - "title": "UART Configuration", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "IDF_TARGET_ESP32", - "help": "This option is intended to fix the bug that ESP32 is not able to switch to configured\npullup/pulldown mode in sleep.\nIf this option is selected, chip will automatically emulate the behaviour of switching,\nand about 450B of source codes would be placed into IRAM.", - "id": "GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL", - "name": "GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL", - "range": null, - "title": "Support light sleep GPIO pullup/pulldown configuration for ESP32", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Place GPIO control functions (like intr_disable/set_level) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", - "id": "GPIO_CTRL_FUNC_IN_IRAM", - "name": "GPIO_CTRL_FUNC_IN_IRAM", - "range": null, - "title": "Place GPIO control functions into IRAM", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-driver-configurations-gpio-configuration", - "title": "GPIO Configuration", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_SDM_SUPPORTED", - "help": "Place SDM control functions (like set_duty) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", - "id": "SDM_CTRL_FUNC_IN_IRAM", - "name": "SDM_CTRL_FUNC_IN_IRAM", - "range": null, - "title": "Place SDM control functions into IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_SDM_SUPPORTED", - "help": "Wether to suppress the deprecation warnings when using legacy sigma delta driver.\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", - "id": "SDM_SUPPRESS_DEPRECATE_WARN", - "name": "SDM_SUPPRESS_DEPRECATE_WARN", - "range": null, - "title": "Suppress legacy driver deprecated warning", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_SDM_SUPPORTED", - "help": "Wether to enable the debug log message for SDM driver.\nNote that, this option only controls the SDM driver log, won't affect other drivers.", - "id": "SDM_ENABLE_DEBUG_LOG", - "name": "SDM_ENABLE_DEBUG_LOG", - "range": null, - "title": "Enable debug log", - "type": "bool" - } - ], - "depends_on": "SOC_SDM_SUPPORTED", - "id": "component-config-driver-configurations-sigma-delta-modulator-configuration", - "title": "Sigma Delta Modulator Configuration", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_ANA_CMPR_SUPPORTED", - "help": "Ensure the Analog Comparator interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", - "id": "ANA_CMPR_ISR_IRAM_SAFE", - "name": "ANA_CMPR_ISR_IRAM_SAFE", - "range": null, - "title": "Analog comparator ISR IRAM-Safe", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_ANA_CMPR_SUPPORTED", - "help": "Place Analog Comparator control functions (like ana_cmpr_set_internal_reference) into IRAM,\nso that these functions can be IRAM-safe and able to be called in an IRAM interrupt context.\nEnabling this option can improve driver performance as well.", - "id": "ANA_CMPR_CTRL_FUNC_IN_IRAM", - "name": "ANA_CMPR_CTRL_FUNC_IN_IRAM", - "range": null, - "title": "Place Analog Comparator control functions into IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_ANA_CMPR_SUPPORTED", - "help": "Wether to enable the debug log message for Analog Comparator driver.\nNote that, this option only controls the Analog Comparator driver log, won't affect other drivers.", - "id": "ANA_CMPR_ENABLE_DEBUG_LOG", - "name": "ANA_CMPR_ENABLE_DEBUG_LOG", - "range": null, - "title": "Enable debug log", - "type": "bool" - } - ], - "depends_on": "SOC_ANA_CMPR_SUPPORTED", - "id": "component-config-driver-configurations-analog-comparator-configuration", - "title": "Analog Comparator Configuration", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": "Place GPTimer ISR handler into IRAM for better performance and fewer cache misses.", - "id": "GPTIMER_ISR_HANDLER_IN_IRAM", - "name": "GPTIMER_ISR_HANDLER_IN_IRAM", - "range": null, - "title": "Place GPTimer ISR handler into IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Place GPTimer control functions (like start/stop) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", - "id": "GPTIMER_CTRL_FUNC_IN_IRAM", - "name": "GPTIMER_CTRL_FUNC_IN_IRAM", - "range": null, - "title": "Place GPTimer control functions into IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Ensure the GPTimer interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", - "id": "GPTIMER_ISR_IRAM_SAFE", - "name": "GPTIMER_ISR_IRAM_SAFE", - "range": null, - "title": "GPTimer ISR IRAM-Safe", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Wether to suppress the deprecation warnings when using legacy timer group driver (driver/timer.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", - "id": "GPTIMER_SUPPRESS_DEPRECATE_WARN", - "name": "GPTIMER_SUPPRESS_DEPRECATE_WARN", - "range": null, - "title": "Suppress legacy driver deprecated warning", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Wether to enable the debug log message for GPTimer driver.\nNote that, this option only controls the GPTimer driver log, won't affect other drivers.", - "id": "GPTIMER_ENABLE_DEBUG_LOG", - "name": "GPTIMER_ENABLE_DEBUG_LOG", - "range": null, - "title": "Enable debug log", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-driver-configurations-gptimer-configuration", - "title": "GPTimer Configuration", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_PCNT_SUPPORTED", - "help": "Place PCNT control functions (like start/stop) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", - "id": "PCNT_CTRL_FUNC_IN_IRAM", - "name": "PCNT_CTRL_FUNC_IN_IRAM", - "range": null, - "title": "Place PCNT control functions into IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_PCNT_SUPPORTED", - "help": "Ensure the PCNT interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", - "id": "PCNT_ISR_IRAM_SAFE", - "name": "PCNT_ISR_IRAM_SAFE", - "range": null, - "title": "PCNT ISR IRAM-Safe", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_PCNT_SUPPORTED", - "help": "Wether to suppress the deprecation warnings when using legacy PCNT driver (driver/pcnt.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", - "id": "PCNT_SUPPRESS_DEPRECATE_WARN", - "name": "PCNT_SUPPRESS_DEPRECATE_WARN", - "range": null, - "title": "Suppress legacy driver deprecated warning", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_PCNT_SUPPORTED", - "help": "Wether to enable the debug log message for PCNT driver.\nNote that, this option only controls the PCNT driver log, won't affect other drivers.", - "id": "PCNT_ENABLE_DEBUG_LOG", - "name": "PCNT_ENABLE_DEBUG_LOG", - "range": null, - "title": "Enable debug log", - "type": "bool" - } - ], - "depends_on": "SOC_PCNT_SUPPORTED", - "id": "component-config-driver-configurations-pcnt-configuration", - "title": "PCNT Configuration", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_RMT_SUPPORTED", - "help": "Ensure the RMT interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", - "id": "RMT_ISR_IRAM_SAFE", - "name": "RMT_ISR_IRAM_SAFE", - "range": null, - "title": "RMT ISR IRAM-Safe", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_RMT_SUPPORTED", - "help": "Wether to suppress the deprecation warnings when using legacy rmt driver (driver/rmt.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", - "id": "RMT_SUPPRESS_DEPRECATE_WARN", - "name": "RMT_SUPPRESS_DEPRECATE_WARN", - "range": null, - "title": "Suppress legacy driver deprecated warning", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_RMT_SUPPORTED", - "help": "Wether to enable the debug log message for RMT driver.\nNote that, this option only controls the RMT driver log, won't affect other drivers.", - "id": "RMT_ENABLE_DEBUG_LOG", - "name": "RMT_ENABLE_DEBUG_LOG", - "range": null, - "title": "Enable debug log", - "type": "bool" - } - ], - "depends_on": "SOC_RMT_SUPPORTED", - "id": "component-config-driver-configurations-rmt-configuration", - "title": "RMT Configuration", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_MCPWM_SUPPORTED", - "help": "This will ensure the MCPWM interrupt handle is IRAM-Safe, allow to avoid flash\ncache misses, and also be able to run whilst the cache is disabled.\n(e.g. SPI Flash write)", - "id": "MCPWM_ISR_IRAM_SAFE", - "name": "MCPWM_ISR_IRAM_SAFE", - "range": null, - "title": "Place MCPWM ISR function into IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MCPWM_SUPPORTED", - "help": "Place MCPWM control functions (like set_compare_value) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", - "id": "MCPWM_CTRL_FUNC_IN_IRAM", - "name": "MCPWM_CTRL_FUNC_IN_IRAM", - "range": null, - "title": "Place MCPWM control functions into IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MCPWM_SUPPORTED", - "help": "Wether to suppress the deprecation warnings when using legacy MCPWM driver (driver/mcpwm.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", - "id": "MCPWM_SUPPRESS_DEPRECATE_WARN", - "name": "MCPWM_SUPPRESS_DEPRECATE_WARN", - "range": null, - "title": "Suppress leagcy driver deprecated warning", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_MCPWM_SUPPORTED", - "help": "Wether to enable the debug log message for MCPWM driver.\nNote that, this option only controls the MCPWM driver log, won't affect other drivers.", - "id": "MCPWM_ENABLE_DEBUG_LOG", - "name": "MCPWM_ENABLE_DEBUG_LOG", - "range": null, - "title": "Enable debug log", - "type": "bool" - } - ], - "depends_on": "SOC_MCPWM_SUPPORTED", - "id": "component-config-driver-configurations-mcpwm-configuration", - "title": "MCPWM Configuration", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SOC_I2S_SUPPORTED", - "help": "Ensure the I2S interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", - "id": "I2S_ISR_IRAM_SAFE", - "name": "I2S_ISR_IRAM_SAFE", - "range": null, - "title": "I2S ISR IRAM-Safe", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_I2S_SUPPORTED", - "help": "Enable this option will suppress the deprecation warnings of using APIs in legacy I2S driver.", - "id": "I2S_SUPPRESS_DEPRECATE_WARN", - "name": "I2S_SUPPRESS_DEPRECATE_WARN", - "range": null, - "title": "Suppress leagcy driver deprecated warning", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_I2S_SUPPORTED", - "help": "Wether to enable the debug log message for I2S driver.\nNote that, this option only controls the I2S driver log, will not affect other drivers.", - "id": "I2S_ENABLE_DEBUG_LOG", - "name": "I2S_ENABLE_DEBUG_LOG", - "range": null, - "title": "Enable I2S debug log", - "type": "bool" - } - ], - "depends_on": "SOC_I2S_SUPPORTED", - "id": "component-config-driver-configurations-i2s-configuration", - "title": "I2S Configuration", + "id": "component-config-driver-configurations-legacy-adc-driver-configuration", + "title": "Legacy ADC Driver Configuration", "type": "menu" }, { @@ -11753,103 +14119,143 @@ { "children": [], "depends_on": "SOC_DAC_SUPPORTED", - "help": "Place DAC control functions (e.g. 'dac_oneshot_output_voltage') into IRAM,\nso that this function can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", - "id": "DAC_CTRL_FUNC_IN_IRAM", - "name": "DAC_CTRL_FUNC_IN_IRAM", - "range": null, - "title": "Place DAC control functions into IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_DAC_SUPPORTED", - "help": "Ensure the DAC interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", - "id": "DAC_ISR_IRAM_SAFE", - "name": "DAC_ISR_IRAM_SAFE", - "range": null, - "title": "DAC ISR IRAM-Safe", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_DAC_SUPPORTED", - "help": "Wether to suppress the deprecation warnings when using legacy DAC driver (driver/dac.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "help": "Whether to suppress the deprecation warnings when using legacy dac driver (driver/dac.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", "id": "DAC_SUPPRESS_DEPRECATE_WARN", "name": "DAC_SUPPRESS_DEPRECATE_WARN", "range": null, "title": "Suppress legacy driver deprecated warning", "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_DAC_SUPPORTED", - "help": "Wether to enable the debug log message for DAC driver.\nNote that, this option only controls the DAC driver log, won't affect other drivers.", - "id": "DAC_ENABLE_DEBUG_LOG", - "name": "DAC_ENABLE_DEBUG_LOG", - "range": null, - "title": "Enable debug log", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_DAC_DMA_16BIT_ALIGN && SOC_DAC_SUPPORTED", - "help": "Whether to left shift the continuous data to align every bytes to 16 bits in the driver.\nOn ESP32, although the DAC resolution is only 8 bits,\nthe hardware requires 16 bits data in continuous mode.\nBy enabling this option, the driver will left shift 8 bits for the input data automatically.\nOnly disable this option when you decide to do this step by yourself.\nNote that the driver will allocate a new piece of memory to save the converted data.", - "id": "DAC_DMA_AUTO_16BIT_ALIGN", - "name": "DAC_DMA_AUTO_16BIT_ALIGN", - "range": null, - "title": "Align the continuous data to 16 bit automatically", - "type": "bool" } ], "depends_on": "SOC_DAC_SUPPORTED", - "id": "component-config-driver-configurations-dac-configuration", - "title": "DAC Configuration", + "id": "component-config-driver-configurations-legacy-dac-driver-configurations", + "title": "Legacy DAC Driver Configurations", "type": "menu" }, { "children": [ { "children": [], - "depends_on": "PM_ENABLE && ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED && !SOC_USB_SERIAL_JTAG_SUPPORT_LIGHT_SLEEP && SOC_USB_SERIAL_JTAG_SUPPORTED", - "help": "If enabled, the chip will constantly monitor the connection status of the USB Serial/JTAG port. As long\nas the USB Serial/JTAG is connected, a ESP_PM_NO_LIGHT_SLEEP power management lock will be acquired to\nprevent the system from entering light sleep.\nThis option can be useful if serial monitoring is needed via USB Serial/JTAG while power management is\nenabled, as the USB Serial/JTAG cannot work under light sleep and after waking up from light sleep.\nNote. This option can only control the automatic Light-Sleep behavior. If esp_light_sleep_start() is\ncalled manually from the program, enabling this option will not prevent light sleep entry even if the\nUSB Serial/JTAG is in use.", - "id": "USJ_NO_AUTO_LS_ON_CONNECTION", - "name": "USJ_NO_AUTO_LS_ON_CONNECTION", + "depends_on": "SOC_MCPWM_SUPPORTED", + "help": "Whether to suppress the deprecation warnings when using legacy MCPWM driver (driver/mcpwm.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "MCPWM_SUPPRESS_DEPRECATE_WARN", + "name": "MCPWM_SUPPRESS_DEPRECATE_WARN", "range": null, - "title": "Don't enter the automatic light sleep when USB Serial/JTAG port is connected", + "title": "Suppress legacy driver deprecated warning", "type": "bool" } ], - "depends_on": "SOC_USB_SERIAL_JTAG_SUPPORTED", - "id": "component-config-driver-configurations-usb-serial-jtag-configuration", - "title": "USB Serial/JTAG Configuration", + "depends_on": "SOC_MCPWM_SUPPORTED", + "id": "component-config-driver-configurations-legacy-mcpwm-driver-configurations", + "title": "Legacy MCPWM Driver Configurations", "type": "menu" }, { "children": [ { "children": [], - "depends_on": "SOC_PARLIO_SUPPORTED", - "help": "Wether to enable the debug log message for parallel IO driver.\nNote that, this option only controls the parallel IO driver log, won't affect other drivers.", - "id": "PARLIO_ENABLE_DEBUG_LOG", - "name": "PARLIO_ENABLE_DEBUG_LOG", + "depends_on": "SOC_GPTIMER_SUPPORTED", + "help": "Whether to suppress the deprecation warnings when using legacy timer group driver (driver/timer.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "GPTIMER_SUPPRESS_DEPRECATE_WARN", + "name": "GPTIMER_SUPPRESS_DEPRECATE_WARN", "range": null, - "title": "Enable debug log", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_PARLIO_SUPPORTED", - "help": "Ensure the Parallel IO interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", - "id": "PARLIO_ISR_IRAM_SAFE", - "name": "PARLIO_ISR_IRAM_SAFE", - "range": null, - "title": "Parallel IO ISR IRAM-Safe", + "title": "Suppress legacy driver deprecated warning", "type": "bool" } ], - "depends_on": "SOC_PARLIO_SUPPORTED", - "id": "component-config-driver-configurations-parallel-io-configuration", - "title": "Parallel IO Configuration", + "depends_on": "SOC_GPTIMER_SUPPORTED", + "id": "component-config-driver-configurations-legacy-timer-group-driver-configurations", + "title": "Legacy Timer Group Driver Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_RMT_SUPPORTED", + "help": "Whether to suppress the deprecation warnings when using legacy rmt driver (driver/rmt.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "RMT_SUPPRESS_DEPRECATE_WARN", + "name": "RMT_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + } + ], + "depends_on": "SOC_RMT_SUPPORTED", + "id": "component-config-driver-configurations-legacy-rmt-driver-configurations", + "title": "Legacy RMT Driver Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_I2S_SUPPORTED", + "help": "Whether to suppress the deprecation warnings when using legacy i2s driver (driver/i2s.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "I2S_SUPPRESS_DEPRECATE_WARN", + "name": "I2S_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + } + ], + "depends_on": "SOC_I2S_SUPPORTED", + "id": "component-config-driver-configurations-legacy-i2s-driver-configurations", + "title": "Legacy I2S Driver Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_PCNT_SUPPORTED", + "help": "whether to suppress the deprecation warnings when using legacy PCNT driver (driver/pcnt.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "PCNT_SUPPRESS_DEPRECATE_WARN", + "name": "PCNT_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + } + ], + "depends_on": "SOC_PCNT_SUPPORTED", + "id": "component-config-driver-configurations-legacy-pcnt-driver-configurations", + "title": "Legacy PCNT Driver Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_SDM_SUPPORTED", + "help": "whether to suppress the deprecation warnings when using legacy SDM driver (driver/sigmadelta.h).\nIf you want to continue using the legacy driver, and don't want to see related deprecation warnings,\nyou can enable this option.", + "id": "SDM_SUPPRESS_DEPRECATE_WARN", + "name": "SDM_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + } + ], + "depends_on": "SOC_SDM_SUPPORTED", + "id": "component-config-driver-configurations-legacy-sdm-driver-configurations", + "title": "Legacy SDM Driver Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_TEMP_SENSOR_SUPPORTED", + "help": "whether to suppress the deprecation warnings when using legacy temperature sensor driver\n(driver/temp_sensor.h). If you want to continue using the legacy driver,\nand don't want to see related deprecation warnings, you can enable this option.", + "id": "TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN", + "name": "TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN", + "range": null, + "title": "Suppress legacy driver deprecated warning", + "type": "bool" + } + ], + "depends_on": "SOC_TEMP_SENSOR_SUPPORTED", + "id": "component-config-driver-configurations-legacy-temperature-sensor-driver-configurations", + "title": "Legacy Temperature Sensor Driver Configurations", "type": "menu" } ], @@ -11885,7 +14291,7 @@ "children": [ { "children": [], - "depends_on": "EFUSE_VIRTUAL", + "depends_on": "EFUSE_VIRTUAL && !IDF_TARGET_LINUX", "help": "In addition to the \"Simulate eFuse operations in RAM\" option, this option just adds\na feature to keep eFuses after reboots in flash memory. To use this mode the partition_table\nshould have the `efuse` partition. partition.csv: \"efuse_em, data, efuse, , 0x2000,\"\n\nDuring startup, the eFuses are copied from flash or,\nin case if flash is empty, from real eFuse to RAM and then update flash.\nThis mode is useful when need to keep changes after reboot\n(testing secure_boot and flash_encryption).", "id": "EFUSE_VIRTUAL_KEEP_IN_FLASH", "name": "EFUSE_VIRTUAL_KEEP_IN_FLASH", @@ -12003,7 +14409,7 @@ { "children": [], "depends_on": "IDF_TARGET_ESP32 && ESP_TLS_USING_MBEDTLS", - "help": "Enable use of Secure Element for ESP-TLS, this enables internal support for\nATECC608A peripheral on ESPWROOM32SE, which can be used for TLS connection.", + "help": "Enable use of Secure Element for ESP-TLS, this enables internal support for\nATECC608A peripheral, which can be used for TLS connection.", "id": "ESP_TLS_USE_SECURE_ELEMENT", "name": "ESP_TLS_USE_SECURE_ELEMENT", "range": null, @@ -12032,54 +14438,43 @@ }, { "children": [ - { - "children": [ - { - "children": [], - "depends_on": "ESP_TLS_SERVER_SESSION_TICKETS", - "help": "Sets the session ticket timeout used in the tls server.", - "id": "ESP_TLS_SERVER_SESSION_TICKET_TIMEOUT", - "name": "ESP_TLS_SERVER_SESSION_TICKET_TIMEOUT", - "range": null, - "title": "Server session ticket timeout in seconds", - "type": "int" - } - ], - "depends_on": "ESP_TLS_SERVER && ESP_TLS_USING_MBEDTLS && MBEDTLS_SERVER_SSL_SESSION_TICKETS", - "help": "Enable session ticket support as specified in RFC5077", - "id": "ESP_TLS_SERVER_SESSION_TICKETS", - "name": "ESP_TLS_SERVER_SESSION_TICKETS", - "range": null, - "title": "Enable server session tickets", - "type": "bool" - }, { "children": [], - "depends_on": "ESP_TLS_USING_MBEDTLS && ESP_TLS_SERVER", - "help": "Ability to configure and use a certificate selection callback during server handshake,\nto select a certificate to present to the client based on the TLS extensions supplied in\nthe client hello (alpn, sni, etc).", - "id": "ESP_TLS_SERVER_CERT_SELECT_HOOK", - "name": "ESP_TLS_SERVER_CERT_SELECT_HOOK", + "depends_on": "ESP_TLS_SERVER_SESSION_TICKETS", + "help": "Sets the session ticket timeout used in the tls server.", + "id": "ESP_TLS_SERVER_SESSION_TICKET_TIMEOUT", + "name": "ESP_TLS_SERVER_SESSION_TICKET_TIMEOUT", "range": null, - "title": "Certificate selection hook", - "type": "bool" - }, - { - "children": [], - "depends_on": "ESP_TLS_SERVER && ESP_TLS_USING_MBEDTLS", - "help": "When this option is enabled, the peer (here, the client) certificate is checked by the server,\nhowever the handshake continues even if verification failed. By default, the\npeer certificate is not checked and ignored by the server.\n\nmbedtls_ssl_get_verify_result() can be called after the handshake is complete to\nretrieve status of verification.", - "id": "ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL", - "name": "ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL", - "range": null, - "title": "ESP-TLS Server: Set minimum Certificate Verification mode to Optional", - "type": "bool" + "title": "Server session ticket timeout in seconds", + "type": "int" } ], - "depends_on": "(ESP_TLS_USING_MBEDTLS && MBEDTLS_TLS_SERVER) || ESP_TLS_USING_WOLFSSL", - "help": "Enable support for creating server side SSL/TLS session, available for mbedTLS\nas well as wolfSSL TLS library.", - "id": "ESP_TLS_SERVER", - "name": "ESP_TLS_SERVER", + "depends_on": "ESP_TLS_USING_MBEDTLS && MBEDTLS_SERVER_SSL_SESSION_TICKETS", + "help": "Enable session ticket support as specified in RFC5077", + "id": "ESP_TLS_SERVER_SESSION_TICKETS", + "name": "ESP_TLS_SERVER_SESSION_TICKETS", "range": null, - "title": "Enable ESP-TLS Server", + "title": "Enable server session tickets", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TLS_USING_MBEDTLS", + "help": "Ability to configure and use a certificate selection callback during server handshake,\nto select a certificate to present to the client based on the TLS extensions supplied in\nthe client hello (alpn, sni, etc).", + "id": "ESP_TLS_SERVER_CERT_SELECT_HOOK", + "name": "ESP_TLS_SERVER_CERT_SELECT_HOOK", + "range": null, + "title": "Certificate selection hook", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TLS_USING_MBEDTLS", + "help": "When this option is enabled, the peer (here, the client) certificate is checked by the server,\nhowever the handshake continues even if verification failed. By default, the\npeer certificate is not checked and ignored by the server.\n\nmbedtls_ssl_get_verify_result() can be called after the handshake is complete to\nretrieve status of verification.", + "id": "ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL", + "name": "ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL", + "range": null, + "title": "ESP-TLS Server: Set minimum Certificate Verification mode to Optional", "type": "bool" }, { @@ -12113,16 +14508,6 @@ "title": "Allow potentially insecure options", "type": "bool" }, - { - "children": [], - "depends_on": "ESP_TLS_USING_WOLFSSL", - "help": "Enables server verification with Intermediate CA cert, does not authenticate full chain\nof trust upto the root CA cert (After Enabling this option client only needs to have Intermediate\nCA certificate of the server to authenticate server, root CA cert is not necessary).", - "id": "ESP_WOLFSSL_SMALL_CERT_VERIFY", - "name": "ESP_WOLFSSL_SMALL_CERT_VERIFY", - "range": null, - "title": "Enable SMALL_CERT_VERIFY", - "type": "bool" - }, { "children": [], "depends_on": "ESP_TLS_USING_WOLFSSL", @@ -12132,6 +14517,16 @@ "range": null, "title": "Enable debug logs for wolfSSL", "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_TLS_USING_WOLFSSL", + "help": "Enable a fuller set of OCSP checks: checking revocation status of intermediate certificates,\noptional fallbacks to CRLs, etc.", + "id": "ESP_TLS_OCSP_CHECKALL", + "name": "ESP_TLS_OCSP_CHECKALL", + "range": null, + "title": "Enabled full OCSP checks for ESP-TLS", + "type": "bool" } ], "depends_on": null, @@ -12228,6 +14623,16 @@ "range": null, "title": "Force use ADC2 oneshot mode on ESP32C3", "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "whether to enable the debug log message for ADC driver.\nNote that this option only controls the ADC driver log, will not affect other drivers.\n\nnote: This cannot be used in the ADC legacy driver.", + "id": "ADC_ENABLE_DEBUG_LOG", + "name": "ADC_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable ADC debug log", + "type": "bool" } ], "depends_on": null, @@ -12239,7 +14644,17 @@ "children": [ { "children": [], - "depends_on": "(ESP_WIFI_ENABLED && BT_ENABLED) || (ESP_WIFI_ENABLED && IEEE802154_ENABLED) || (IEEE802154_ENABLED && BT_ENABLED)", + "depends_on": null, + "help": null, + "id": "ESP_COEX_ENABLED", + "name": "ESP_COEX_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "((ESP_WIFI_ENABLED && BT_ENABLED) || (ESP_WIFI_ENABLED && IEEE802154_ENABLED) || (IEEE802154_ENABLED && BT_ENABLED)) && ESP_COEX_ENABLED", "help": "If enabled, WiFi & Bluetooth coexistence is controlled by software rather than hardware.\nRecommended for heavy traffic scenarios. Both coexistence configuration options are\nautomatically managed, no user intervention is required.\nIf only Bluetooth is used, it is recommended to disable this option to reduce binary file\nsize.", "id": "ESP_COEX_SW_COEXIST_ENABLE", "name": "ESP_COEX_SW_COEXIST_ENABLE", @@ -12249,13 +14664,194 @@ }, { "children": [], - "depends_on": "!(BT_ENABLED || NIMBLE_ENABLED) && !IDF_TARGET_ESP32", + "depends_on": "!(BT_ENABLED || NIMBLE_ENABLED) && !IDF_TARGET_ESP32 && ESP_COEX_ENABLED", "help": "If enabled, HW External coexistence arbitration is managed by GPIO pins.\nIt can support three types of wired combinations so far which are 1-wired/2-wired/3-wired.\nUser can select GPIO pins in application code with configure interfaces.\n\nThis function depends on BT-off\nbecause currently we do not support external coex and internal coex simultaneously.", "id": "ESP_COEX_EXTERNAL_COEXIST_ENABLE", "name": "ESP_COEX_EXTERNAL_COEXIST_ENABLE", "range": null, "title": "External Coexistence", "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_COEX_SW_COEXIST_ENABLE && ESP_COEX_ENABLED", + "help": "If enabled, coexist power management will be enabled.", + "id": "ESP_COEX_POWER_MANAGEMENT", + "name": "ESP_COEX_POWER_MANAGEMENT", + "range": null, + "title": "Support power management under coexistence", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_DIAG_GENERAL", + "name": "ESP_COEX_GPIO_DEBUG_DIAG_GENERAL", + "range": null, + "title": "General", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_DIAG_WIFI", + "name": "ESP_COEX_GPIO_DEBUG_DIAG_WIFI", + "range": null, + "title": "Wi-Fi", + "type": "bool" + } + ], + "depends_on": "ESP_COEX_GPIO_DEBUG", + "help": "Select type of debugging diagram", + "id": "component-config-wireless-coexistence-gpio-debugging-for-coexistence-debugging-diagram", + "name": "ESP_COEX_GPIO_DEBUG_DIAG", + "title": "Debugging Diagram", + "type": "choice" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_COUNT", + "name": "ESP_COEX_GPIO_DEBUG_IO_COUNT", + "range": null, + "title": "Max number of debugging GPIOs", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 0 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX0", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX0", + "range": null, + "title": "Actual IO num for Debug IO ID0", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 1 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX1", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX1", + "range": null, + "title": "Actual IO num for Debug IO ID1", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 2 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX2", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX2", + "range": null, + "title": "Actual IO num for Debug IO ID2", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 3 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX3", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX3", + "range": null, + "title": "Actual IO num for Debug IO ID3", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 4 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX4", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX4", + "range": null, + "title": "Actual IO num for Debug IO ID4", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 5 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX5", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX5", + "range": null, + "title": "Actual IO num for Debug IO ID5", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 6 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX6", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX6", + "range": null, + "title": "Actual IO num for Debug IO ID6", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 7 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX7", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX7", + "range": null, + "title": "Actual IO num for Debug IO ID7", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 8 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX8", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX8", + "range": null, + "title": "Actual IO num for Debug IO ID8", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 9 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX9", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX9", + "range": null, + "title": "Actual IO num for Debug IO ID9", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 10 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX10", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX10", + "range": null, + "title": "Actual IO num for Debug IO ID10", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_COEX_GPIO_DEBUG_IO_COUNT > 11 && ESP_COEX_GPIO_DEBUG", + "help": null, + "id": "ESP_COEX_GPIO_DEBUG_IO_IDX11", + "name": "ESP_COEX_GPIO_DEBUG_IO_IDX11", + "range": null, + "title": "Actual IO num for Debug IO ID11", + "type": "int" + } + ], + "depends_on": "!PM_SLP_DISABLE_GPIO && !PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP", + "help": "Support coexistence GPIO debugging", + "id": "ESP_COEX_GPIO_DEBUG", + "name": "ESP_COEX_GPIO_DEBUG", + "range": null, + "title": "GPIO debugging for coexistence", + "type": "bool" } ], "depends_on": null, @@ -12291,6 +14887,667 @@ "title": "Common ESP-related", "type": "menu" }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_ANA_CMPR_SUPPORTED", + "help": "Ensure the Analog Comparator interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "ANA_CMPR_ISR_IRAM_SAFE", + "name": "ANA_CMPR_ISR_IRAM_SAFE", + "range": null, + "title": "Analog comparator ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_ANA_CMPR_SUPPORTED", + "help": "Place Analog Comparator control functions (like ana_cmpr_set_internal_reference) into IRAM,\nso that these functions can be IRAM-safe and able to be called in an IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "id": "ANA_CMPR_CTRL_FUNC_IN_IRAM", + "name": "ANA_CMPR_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place Analog Comparator control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_ANA_CMPR_SUPPORTED", + "help": "whether to enable the debug log message for Analog Comparator driver.\nNote that, this option only controls the Analog Comparator driver log, won't affect other drivers.", + "id": "ANA_CMPR_ENABLE_DEBUG_LOG", + "name": "ANA_CMPR_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_ANA_CMPR_SUPPORTED", + "id": "component-config-esp-driver-analog-comparator-configurations", + "title": "ESP-Driver:Analog Comparator Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_MIPI_CSI_SUPPORTED && (SOC_MIPI_CSI_SUPPORTED || SOC_LCDCAM_CAM_SUPPORTED)", + "help": "Ensure the CSI driver ISR is IRAM-Safe. When enabled, the ISR handler\nwill be available when the cache is disabled.", + "id": "CAM_CTLR_MIPI_CSI_ISR_IRAM_SAFE", + "name": "CAM_CTLR_MIPI_CSI_ISR_IRAM_SAFE", + "range": null, + "title": "CSI ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MIPI_CSI_SUPPORTED || SOC_LCDCAM_CAM_SUPPORTED", + "help": "Ensure the ISP_DVP driver ISR is IRAM-Safe. When enabled, the ISR handler\nwill be available when the cache is disabled.", + "id": "CAM_CTLR_ISP_DVP_ISR_IRAM_SAFE", + "name": "CAM_CTLR_ISP_DVP_ISR_IRAM_SAFE", + "range": null, + "title": "ISP_DVP ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_LCDCAM_CAM_SUPPORTED && (SOC_MIPI_CSI_SUPPORTED || SOC_LCDCAM_CAM_SUPPORTED)", + "help": "Ensure the DVP driver ISR is IRAM-Safe. When enabled, the ISR handler\nwill be available when the cache is disabled.", + "id": "CAM_CTLR_DVP_CAM_ISR_IRAM_SAFE", + "name": "CAM_CTLR_DVP_CAM_ISR_IRAM_SAFE", + "range": null, + "title": "DVP ISR IRAM-Safe", + "type": "bool" + } + ], + "depends_on": "SOC_MIPI_CSI_SUPPORTED || SOC_LCDCAM_CAM_SUPPORTED", + "id": "component-config-esp-driver-camera-controller-configurations", + "title": "ESP-Driver:Camera Controller Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_DAC_SUPPORTED", + "help": "Place DAC control functions (e.g. 'dac_oneshot_output_voltage') into IRAM,\nso that this function can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "id": "DAC_CTRL_FUNC_IN_IRAM", + "name": "DAC_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place DAC control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DAC_SUPPORTED", + "help": "Ensure the DAC interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "DAC_ISR_IRAM_SAFE", + "name": "DAC_ISR_IRAM_SAFE", + "range": null, + "title": "DAC ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DAC_SUPPORTED", + "help": "whether to enable the debug log message for DAC driver.\nNote that, this option only controls the DAC driver log, won't affect other drivers.", + "id": "DAC_ENABLE_DEBUG_LOG", + "name": "DAC_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DAC_DMA_16BIT_ALIGN && SOC_DAC_SUPPORTED", + "help": "Whether to left shift the continuous data to align every bytes to 16 bits in the driver.\nOn ESP32, although the DAC resolution is only 8 bits,\nthe hardware requires 16 bits data in continuous mode.\nBy enabling this option, the driver will left shift 8 bits for the input data automatically.\nOnly disable this option when you decide to do this step by yourself.\nNote that the driver will allocate a new piece of memory to save the converted data.", + "id": "DAC_DMA_AUTO_16BIT_ALIGN", + "name": "DAC_DMA_AUTO_16BIT_ALIGN", + "range": null, + "title": "Align the continuous data to 16 bit automatically", + "type": "bool" + } + ], + "depends_on": "SOC_DAC_SUPPORTED", + "id": "component-config-esp-driver-dac-configurations", + "title": "ESP-Driver:DAC Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ESP32", + "help": "This option is intended to fix the bug that ESP32 is not able to switch to configured\npullup/pulldown mode in sleep.\nIf this option is selected, chip will automatically emulate the behaviour of switching,\nand about 450B of source codes would be placed into IRAM.", + "id": "GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL", + "name": "GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL", + "range": null, + "title": "Support light sleep GPIO pullup/pulldown configuration for ESP32", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Place GPIO control functions (like intr_disable/set_level) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "GPIO_CTRL_FUNC_IN_IRAM", + "name": "GPIO_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place GPIO control functions into IRAM", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-driver-gpio-configurations", + "title": "ESP-Driver:GPIO Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_GPTIMER_SUPPORTED", + "help": "Place GPTimer ISR handler into IRAM for better performance and fewer cache misses.", + "id": "GPTIMER_ISR_HANDLER_IN_IRAM", + "name": "GPTIMER_ISR_HANDLER_IN_IRAM", + "range": null, + "title": "Place GPTimer ISR handler into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_GPTIMER_SUPPORTED", + "help": "Place GPTimer control functions (like start/stop) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "id": "GPTIMER_CTRL_FUNC_IN_IRAM", + "name": "GPTIMER_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place GPTimer control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_GPTIMER_SUPPORTED", + "help": "Ensure the GPTimer interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "GPTIMER_ISR_IRAM_SAFE", + "name": "GPTIMER_ISR_IRAM_SAFE", + "range": null, + "title": "GPTimer ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_GPTIMER_SUPPORTED", + "help": "whether to enable the debug log message for GPTimer driver.\nNote that, this option only controls the GPTimer driver log, won't affect other drivers.", + "id": "GPTIMER_ENABLE_DEBUG_LOG", + "name": "GPTIMER_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_GPTIMER_SUPPORTED", + "id": "component-config-esp-driver-gptimer-configurations", + "title": "ESP-Driver:GPTimer Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_I2C_SUPPORTED", + "help": "Ensure the I2C interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).\nnote: This cannot be used in the I2C legacy driver.", + "id": "I2C_ISR_IRAM_SAFE", + "name": "I2C_ISR_IRAM_SAFE", + "range": null, + "title": "I2C ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_I2C_SUPPORTED", + "help": "whether to enable the debug log message for I2C driver.\nNote that this option only controls the I2C driver log, will not affect other drivers.\n\nnote: This cannot be used in the I2C legacy driver.", + "id": "I2C_ENABLE_DEBUG_LOG", + "name": "I2C_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable I2C debug log", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_I2C_SUPPORTED", + "help": "I2C slave version 2 solves some existing known issues. Such as write/read workflow, stretch handling, etc.", + "id": "I2C_ENABLE_SLAVE_DRIVER_VERSION_2", + "name": "I2C_ENABLE_SLAVE_DRIVER_VERSION_2", + "range": null, + "title": "Enable I2C slave driver version 2", + "type": "bool" + } + ], + "depends_on": "SOC_I2C_SUPPORTED", + "id": "component-config-esp-driver-i2c-configurations", + "title": "ESP-Driver:I2C Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_I2S_SUPPORTED", + "help": "Ensure the I2S interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "I2S_ISR_IRAM_SAFE", + "name": "I2S_ISR_IRAM_SAFE", + "range": null, + "title": "I2S ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_I2S_SUPPORTED", + "help": "whether to enable the debug log message for I2S driver.\nNote that, this option only controls the I2S driver log, will not affect other drivers.", + "id": "I2S_ENABLE_DEBUG_LOG", + "name": "I2S_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable I2S debug log", + "type": "bool" + } + ], + "depends_on": "SOC_I2S_SUPPORTED", + "id": "component-config-esp-driver-i2s-configurations", + "title": "ESP-Driver:I2S Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_ISP_SUPPORTED", + "help": "Ensure the ISP driver ISR is IRAM-Safe. When enabled, the ISR handler\nwill be available when the cache is disabled.", + "id": "ISP_ISR_IRAM_SAFE", + "name": "ISP_ISR_IRAM_SAFE", + "range": null, + "title": "ISP driver ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_ISP_SUPPORTED", + "help": "Place ISP control functions into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.\n\nFunction list:\n- `esp_isp_sharpen_configure`", + "id": "ISP_CTRL_FUNC_IN_IRAM", + "name": "ISP_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place ISP control functions into IRAM", + "type": "bool" + } + ], + "depends_on": "SOC_ISP_SUPPORTED", + "id": "component-config-esp-driver-isp-configurations", + "title": "ESP-Driver:ISP Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_JPEG_CODEC_SUPPORTED", + "help": "whether to enable the debug log message for JPEG driver.\nNote that, this option only controls the JPEG driver log, won't affect other drivers.\nPlease also note, enable this option will make jpeg codec process speed much slower.", + "id": "JPEG_ENABLE_DEBUG_LOG", + "name": "JPEG_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_JPEG_CODEC_SUPPORTED", + "id": "component-config-esp-driver-jpeg-codec-configurations", + "title": "ESP-Driver:JPEG-Codec Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Place LEDC control functions (ledc_update_duty and ledc_stop) into IRAM,\nso that these functions can be IRAM-safe and able to be called in an IRAM context.\nEnabling this option can improve driver performance as well.", + "id": "LEDC_CTRL_FUNC_IN_IRAM", + "name": "LEDC_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place LEDC control functions into IRAM", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-driver-ledc-configurations", + "title": "ESP-Driver:LEDC Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_MCPWM_SUPPORTED", + "help": "This will ensure the MCPWM interrupt handle is IRAM-Safe, allow to avoid flash\ncache misses, and also be able to run whilst the cache is disabled.\n(e.g. SPI Flash write)", + "id": "MCPWM_ISR_IRAM_SAFE", + "name": "MCPWM_ISR_IRAM_SAFE", + "range": null, + "title": "Place MCPWM ISR function into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MCPWM_SUPPORTED", + "help": "Place MCPWM control functions (like set_compare_value) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "id": "MCPWM_CTRL_FUNC_IN_IRAM", + "name": "MCPWM_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place MCPWM control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MCPWM_SUPPORTED", + "help": "whether to enable the debug log message for MCPWM driver.\nNote that, this option only controls the MCPWM driver log, won't affect other drivers.", + "id": "MCPWM_ENABLE_DEBUG_LOG", + "name": "MCPWM_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_MCPWM_SUPPORTED", + "id": "component-config-esp-driver-mcpwm-configurations", + "title": "ESP-Driver:MCPWM Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_PARLIO_SUPPORTED", + "help": "whether to enable the debug log message for parallel IO driver.\nNote that, this option only controls the parallel IO driver log, won't affect other drivers.", + "id": "PARLIO_ENABLE_DEBUG_LOG", + "name": "PARLIO_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_PARLIO_SUPPORTED", + "help": "Ensure the Parallel IO interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "PARLIO_ISR_IRAM_SAFE", + "name": "PARLIO_ISR_IRAM_SAFE", + "range": null, + "title": "Parallel IO ISR IRAM-Safe", + "type": "bool" + } + ], + "depends_on": "SOC_PARLIO_SUPPORTED", + "id": "component-config-esp-driver-parallel-io-configurations", + "title": "ESP-Driver:Parallel IO Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_PCNT_SUPPORTED", + "help": "Place PCNT control functions (like start/stop) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "id": "PCNT_CTRL_FUNC_IN_IRAM", + "name": "PCNT_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place PCNT control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_PCNT_SUPPORTED", + "help": "Ensure the PCNT interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "PCNT_ISR_IRAM_SAFE", + "name": "PCNT_ISR_IRAM_SAFE", + "range": null, + "title": "PCNT ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_PCNT_SUPPORTED", + "help": "whether to enable the debug log message for PCNT driver.\nNote that, this option only controls the PCNT driver log, won't affect other drivers.", + "id": "PCNT_ENABLE_DEBUG_LOG", + "name": "PCNT_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_PCNT_SUPPORTED", + "id": "component-config-esp-driver-pcnt-configurations", + "title": "ESP-Driver:PCNT Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_RMT_SUPPORTED", + "help": "Ensure the RMT interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "RMT_ISR_IRAM_SAFE", + "name": "RMT_ISR_IRAM_SAFE", + "range": null, + "title": "RMT ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_RMT_SUPPORTED", + "help": "Place RMT receive function into IRAM,\nso that the receive function can be IRAM-safe and able to be called when the flash cache is disabled.\nEnabling this option can improve driver performance as well.", + "id": "RMT_RECV_FUNC_IN_IRAM", + "name": "RMT_RECV_FUNC_IN_IRAM", + "range": null, + "title": "Place RMT receive function into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_RMT_SUPPORTED", + "help": "whether to enable the debug log message for RMT driver.\nNote that, this option only controls the RMT driver log, won't affect other drivers.", + "id": "RMT_ENABLE_DEBUG_LOG", + "name": "RMT_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_RMT_SUPPORTED", + "id": "component-config-esp-driver-rmt-configurations", + "title": "ESP-Driver:RMT Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_SDM_SUPPORTED", + "help": "Place SDM control functions (like set_duty) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "id": "SDM_CTRL_FUNC_IN_IRAM", + "name": "SDM_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place SDM control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_SDM_SUPPORTED", + "help": "whether to enable the debug log message for SDM driver.\nNote that, this option only controls the SDM driver log, won't affect other drivers.", + "id": "SDM_ENABLE_DEBUG_LOG", + "name": "SDM_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_SDM_SUPPORTED", + "id": "component-config-esp-driver-sigma-delta-modulator-configurations", + "title": "ESP-Driver:Sigma Delta Modulator Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!FREERTOS_PLACE_FUNCTIONS_INTO_FLASH && SOC_GPSPI_SUPPORTED", + "help": "Normally only the ISR of SPI master is placed in the IRAM, so that it\ncan work without the flash when interrupt is triggered.\nFor other functions, there's some possibility that the flash cache\nmiss when running inside and out of SPI functions, which may increase\nthe interval of SPI transactions.\nEnable this to put ``queue_trans``, ``get_trans_result`` and\n``transmit`` functions into the IRAM to avoid possible cache miss.\n\nThis configuration won't be available if `CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH` is enabled.\n\nDuring unit test, this is enabled to measure the ideal case of api.", + "id": "SPI_MASTER_IN_IRAM", + "name": "SPI_MASTER_IN_IRAM", + "range": null, + "title": "Place transmitting functions of SPI master into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "!HEAP_PLACE_FUNCTION_INTO_FLASH && SOC_GPSPI_SUPPORTED", + "help": "Place the SPI master ISR in to IRAM to avoid possible cache miss.\n\nEnabling this configuration is possible only when HEAP_PLACE_FUNCTION_INTO_FLASH\nis disabled since the spi master uses can allocate transactions buffers into DMA\nmemory section using the heap component API that ipso facto has to be placed in IRAM.\n\nAlso you can forbid the ISR being disabled during flash writing\naccess, by add ESP_INTR_FLAG_IRAM when initializing the driver.", + "id": "SPI_MASTER_ISR_IN_IRAM", + "name": "SPI_MASTER_ISR_IN_IRAM", + "range": null, + "title": "Place SPI master ISR function into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_GPSPI_SUPPORTED", + "help": "Normally only the ISR of SPI slave is placed in the IRAM, so that it\ncan work without the flash when interrupt is triggered.\nFor other functions, there's some possibility that the flash cache\nmiss when running inside and out of SPI functions, which may increase\nthe interval of SPI transactions.\nEnable this to put ``queue_trans``, ``get_trans_result`` and\n``transmit`` functions into the IRAM to avoid possible cache miss.", + "id": "SPI_SLAVE_IN_IRAM", + "name": "SPI_SLAVE_IN_IRAM", + "range": null, + "title": "Place transmitting functions of SPI slave into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_GPSPI_SUPPORTED", + "help": "Place the SPI slave ISR in to IRAM to avoid possible cache miss.\n\nAlso you can forbid the ISR being disabled during flash writing\naccess, by add ESP_INTR_FLAG_IRAM when initializing the driver.", + "id": "SPI_SLAVE_ISR_IN_IRAM", + "name": "SPI_SLAVE_ISR_IN_IRAM", + "range": null, + "title": "Place SPI slave ISR function into IRAM", + "type": "bool" + } + ], + "depends_on": "SOC_GPSPI_SUPPORTED", + "id": "component-config-esp-driver-spi-configurations", + "title": "ESP-Driver:SPI Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_TOUCH_SENSOR_SUPPORTED", + "help": "Place touch sensor oneshot scanning and continuous scanning functions into IRAM,\nso that these function can be IRAM-safe and able to be called when the flash cache is disabled.\nEnabling this option can improve driver performance as well.", + "id": "TOUCH_CTRL_FUNC_IN_IRAM", + "name": "TOUCH_CTRL_FUNC_IN_IRAM", + "range": null, + "title": "Place touch sensor control functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_TOUCH_SENSOR_SUPPORTED", + "help": "Ensure the touch sensor interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "TOUCH_ISR_IRAM_SAFE", + "name": "TOUCH_ISR_IRAM_SAFE", + "range": null, + "title": "Touch sensor ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_TOUCH_SENSOR_SUPPORTED", + "help": "Whether to enable the debug log message for touch driver.\nNote that, this option only controls the touch driver log, won't affect other drivers.", + "id": "TOUCH_ENABLE_DEBUG_LOG", + "name": "TOUCH_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_TOUCH_SENSOR_SUPPORTED", + "id": "component-config-esp-driver-touch-sensor-configurations", + "title": "ESP-Driver:Touch Sensor Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_TEMP_SENSOR_SUPPORTED", + "help": "whether to enable the debug log message for temperature sensor driver.\nNote that, this option only controls the temperature sensor driver log, won't affect other drivers.", + "id": "TEMP_SENSOR_ENABLE_DEBUG_LOG", + "name": "TEMP_SENSOR_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_TEMPERATURE_SENSOR_INTR_SUPPORT && SOC_TEMP_SENSOR_SUPPORTED", + "help": "Ensure the Temperature Sensor interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).", + "id": "TEMP_SENSOR_ISR_IRAM_SAFE", + "name": "TEMP_SENSOR_ISR_IRAM_SAFE", + "range": null, + "title": "Temperature sensor ISR IRAM-Safe", + "type": "bool" + } + ], + "depends_on": "SOC_TEMP_SENSOR_SUPPORTED", + "id": "component-config-esp-driver-temperature-sensor-configurations", + "title": "ESP-Driver:Temperature Sensor Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!RINGBUF_PLACE_ISR_FUNCTIONS_INTO_FLASH", + "help": "If this option is not selected, UART interrupt will be disabled for a long time and\nmay cause data lost when doing spi flash operation.", + "id": "UART_ISR_IN_IRAM", + "name": "UART_ISR_IN_IRAM", + "range": null, + "title": "Place UART ISR function into IRAM", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-driver-uart-configurations", + "title": "ESP-Driver:UART Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "PM_ENABLE && ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED && !SOC_USB_SERIAL_JTAG_SUPPORT_LIGHT_SLEEP && USJ_ENABLE_USB_SERIAL_JTAG && SOC_USB_SERIAL_JTAG_SUPPORTED", + "help": "If enabled, the chip will constantly monitor the connection status of the USB Serial/JTAG port. As long\nas the USB Serial/JTAG is connected, a ESP_PM_NO_LIGHT_SLEEP power management lock will be acquired to\nprevent the system from entering light sleep.\nThis option can be useful if serial monitoring is needed via USB Serial/JTAG while power management is\nenabled, as the USB Serial/JTAG cannot work under light sleep and after waking up from light sleep.\nNote. This option can only control the automatic Light-Sleep behavior. If esp_light_sleep_start() is\ncalled manually from the program, enabling this option will not prevent light sleep entry even if the\nUSB Serial/JTAG is in use.", + "id": "USJ_NO_AUTO_LS_ON_CONNECTION", + "name": "USJ_NO_AUTO_LS_ON_CONNECTION", + "range": null, + "title": "Don't enter the automatic light sleep when USB Serial/JTAG port is connected", + "type": "bool" + } + ], + "depends_on": "SOC_USB_SERIAL_JTAG_SUPPORTED", + "help": "The USB-Serial-JTAG module on ESP chips is turned on by default after power-on.\nIf your application does not need it and not rely on it to be used as system\nconsole or use the built-in JTAG for debugging, you can disable this option,\nthen the clock of this module will be disabled at startup, which will save\nsome power consumption.", + "id": "USJ_ENABLE_USB_SERIAL_JTAG", + "name": "USJ_ENABLE_USB_SERIAL_JTAG", + "range": null, + "title": "Enable USB-Serial-JTAG Module", + "type": "bool" + } + ], + "depends_on": "SOC_USB_SERIAL_JTAG_SUPPORTED", + "id": "component-config-esp-driver-usb-serial-jtag-configuration", + "title": "ESP-Driver:USB Serial/JTAG Configuration", + "type": "menu" + }, { "children": [ { @@ -12348,7 +15605,7 @@ "type": "bool" } ], - "depends_on": "ETH_PHY_INTERFACE_RMII && ETH_USE_ESP32_EMAC", + "depends_on": "IDF_TARGET_ESP32 && ETH_PHY_INTERFACE_RMII && ETH_USE_ESP32_EMAC", "help": "Select external or internal RMII clock.", "id": "component-config-ethernet-support-esp32-internal-emac-controller-rmii-clock-mode", "name": "ETH_RMII_CLK_MODE", @@ -12357,21 +15614,18 @@ }, { "children": [], - "depends_on": "ETH_RMII_CLK_INPUT && ETH_USE_ESP32_EMAC", + "depends_on": "IDF_TARGET_ESP32 && ETH_RMII_CLK_INPUT && ETH_USE_ESP32_EMAC", "help": "ESP32 only supports GPIO0 to input the RMII clock.", "id": "ETH_RMII_CLK_IN_GPIO", "name": "ETH_RMII_CLK_IN_GPIO", - "range": [ - 0, - 0 - ], + "range": null, "title": null, "type": "int" }, { "children": [], - "depends_on": "ETH_RMII_CLK_OUTPUT && ETH_USE_ESP32_EMAC", - "help": "GPIO0 can be set to output a pre-divided PLL clock (test only!).\nEnabling this option will configure GPIO0 to output a 50MHz clock.\nIn fact this clock doesn't have directly relationship with EMAC peripheral.\nSometimes this clock won't work well with your PHY chip. You might need to\nadd some extra devices after GPIO0 (e.g. inverter).\nNote that outputting RMII clock on GPIO0 is an experimental practice.\nIf you want the Ethernet to work with WiFi, don't select GPIO0 output mode for stability.", + "depends_on": "IDF_TARGET_ESP32 && ETH_RMII_CLK_OUTPUT && ETH_USE_ESP32_EMAC", + "help": "GPIO0 can be set to output a pre-divided PLL clock. Enabling this option will configure\nGPIO0 to output a 50MHz clock. In fact this clock doesn't have directly relationship with\nEMAC peripheral. Sometimes this clock may not work well with your PHY chip.\nWARNING: If you want the Ethernet to work with WiFi, don\u2019t select ESP32 as RMII CLK output\nas it would result in clock instability!", "id": "ETH_RMII_CLK_OUTPUT_GPIO0", "name": "ETH_RMII_CLK_OUTPUT_GPIO0", "range": null, @@ -12380,8 +15634,8 @@ }, { "children": [], - "depends_on": "!ETH_RMII_CLK_OUTPUT_GPIO0 && ETH_RMII_CLK_OUTPUT && ETH_USE_ESP32_EMAC", - "help": "Set the GPIO number to output RMII Clock.", + "depends_on": "IDF_TARGET_ESP32 && !ETH_RMII_CLK_OUTPUT_GPIO0 && ETH_RMII_CLK_OUTPUT && ETH_USE_ESP32_EMAC", + "help": "Set the GPIO number to output RMII Clock.\nWARNING: If you want the Ethernet to work with WiFi, don\u2019t select ESP32 as RMII CLK output\nas it would result in clock instability!", "id": "ETH_RMII_CLK_OUT_GPIO", "name": "ETH_RMII_CLK_OUT_GPIO", "range": null, @@ -12391,13 +15645,10 @@ { "children": [], "depends_on": "ETH_USE_ESP32_EMAC", - "help": "Set the size of each buffer used by Ethernet MAC DMA.", + "help": "Set the size of each buffer used by Ethernet MAC DMA.\n!! Important !! Make sure it is 64B aligned for ESP32P4!", "id": "ETH_DMA_BUFFER_SIZE", "name": "ETH_DMA_BUFFER_SIZE", - "range": [ - 256, - 1600 - ], + "range": null, "title": "Ethernet DMA buffer size (Byte)", "type": "int" }, @@ -12407,10 +15658,7 @@ "help": "Number of DMA receive buffers. Each buffer's size is ETH_DMA_BUFFER_SIZE.\nLarger number of buffers could increase throughput somehow.", "id": "ETH_DMA_RX_BUFFER_NUM", "name": "ETH_DMA_RX_BUFFER_NUM", - "range": [ - 3, - 30 - ], + "range": null, "title": "Amount of Ethernet DMA Rx buffers", "type": "int" }, @@ -12420,10 +15668,7 @@ "help": "Number of DMA transmit buffers. Each buffer's size is ETH_DMA_BUFFER_SIZE.\nLarger number of buffers could increase throughput somehow.", "id": "ETH_DMA_TX_BUFFER_NUM", "name": "ETH_DMA_TX_BUFFER_NUM", - "range": [ - 3, - 30 - ], + "range": null, "title": "Amount of Ethernet DMA Tx buffers", "type": "int" }, @@ -12448,7 +15693,7 @@ "type": "bool" } ], - "depends_on": "IDF_TARGET_ESP32", + "depends_on": "SOC_EMAC_SUPPORTED", "help": "ESP32 integrates a 10/100M Ethernet MAC controller.", "id": "ETH_USE_ESP32_EMAC", "is_menuconfig": true, @@ -12598,6 +15843,16 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": "Enable builtin GDBStub.\nThis allows to debug the target device using serial port:\n- Run 'idf.py monitor'.\n- Wait for the device to initialize.\n- Press Ctrl+C to interrupt the execution and enter GDB attached to your device for debugging.\nNOTE: all UART input will be handled by GDBStub.", + "id": "ESP_SYSTEM_GDBSTUB_RUNTIME", + "name": "ESP_SYSTEM_GDBSTUB_RUNTIME", + "range": null, + "title": "GDBStub at runtime", + "type": "bool" + }, { "children": [ { @@ -12656,6 +15911,26 @@ "range": null, "title": "Enable HTTP Digest Authentication", "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option will enable injection of a custom tcp_transport handle, so the http operation\nwill be performed on top of the user defined transport abstraction (if configured)", + "id": "ESP_HTTP_CLIENT_ENABLE_CUSTOM_TRANSPORT", + "name": "ESP_HTTP_CLIENT_ENABLE_CUSTOM_TRANSPORT", + "range": null, + "title": "Enable custom transport", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This config option helps in setting the time in millisecond to wait for event to be posted to the\nsystem default event loop. Set it to -1 if you need to set timeout to portMAX_DELAY.", + "id": "ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT", + "name": "ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT", + "range": null, + "title": "Time in millisecond to wait for posting event", + "type": "int" } ], "depends_on": null, @@ -12734,6 +16009,16 @@ "range": null, "title": "httpd_queue_work as blocking API", "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This config option helps in setting the time in millisecond to wait for event to be posted to the\nsystem default event loop. Set it to -1 if you need to set timeout to portMAX_DELAY.", + "id": "HTTPD_SERVER_EVENT_POST_TIMEOUT", + "name": "HTTPD_SERVER_EVENT_POST_TIMEOUT", + "range": null, + "title": "Time in millisecond to wait for posting event", + "type": "int" } ], "depends_on": null, @@ -12762,6 +16047,16 @@ "range": null, "title": "Allow HTTP for OTA (WARNING: ONLY FOR TESTING PURPOSE, READ HELP)", "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This config option helps in setting the time in millisecond to wait for event to be posted to the\nsystem default event loop. Set it to -1 if you need to set timeout to portMAX_DELAY.", + "id": "ESP_HTTPS_OTA_EVENT_POST_TIMEOUT", + "name": "ESP_HTTPS_OTA_EVENT_POST_TIMEOUT", + "range": null, + "title": "Time in millisecond to wait for posting event", + "type": "int" } ], "depends_on": null, @@ -12780,6 +16075,16 @@ "range": null, "title": "Enable ESP_HTTPS_SERVER component", "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This config option helps in setting the time in millisecond to wait for event to be posted to the\nsystem default event loop. Set it to -1 if you need to set timeout to portMAX_DELAY.", + "id": "ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT", + "name": "ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT", + "range": null, + "title": "Time in millisecond to wait for posting event", + "type": "int" } ], "depends_on": null, @@ -12795,88 +16100,78 @@ "children": [ { "children": [], - "depends_on": "", + "depends_on": "", "help": null, - "id": "ESP32_REV_MIN_0", - "name": "ESP32_REV_MIN_0", + "id": "ESP32C3_REV_MIN_0", + "name": "ESP32C3_REV_MIN_0", "range": null, "title": "Rev v0.0 (ECO0)", "type": "bool" }, { "children": [], - "depends_on": "", + "depends_on": "", "help": null, - "id": "ESP32_REV_MIN_1", - "name": "ESP32_REV_MIN_1", + "id": "ESP32C3_REV_MIN_1", + "name": "ESP32C3_REV_MIN_1", "range": null, - "title": "Rev v1.0 (ECO1)", + "title": "Rev v0.1 (ECO1)", "type": "bool" }, { "children": [], - "depends_on": "", + "depends_on": "", "help": null, - "id": "ESP32_REV_MIN_1_1", - "name": "ESP32_REV_MIN_1_1", + "id": "ESP32C3_REV_MIN_2", + "name": "ESP32C3_REV_MIN_2", "range": null, - "title": "Rev v1.1 (ECO1.1)", + "title": "Rev v0.2 (ECO2)", "type": "bool" }, { "children": [], - "depends_on": "", + "depends_on": "", "help": null, - "id": "ESP32_REV_MIN_2", - "name": "ESP32_REV_MIN_2", + "id": "ESP32C3_REV_MIN_3", + "name": "ESP32C3_REV_MIN_3", "range": null, - "title": "Rev v2.0 (ECO2)", + "title": "Rev v0.3 (ECO3)", "type": "bool" }, { "children": [], - "depends_on": "", + "depends_on": "", "help": null, - "id": "ESP32_REV_MIN_3", - "name": "ESP32_REV_MIN_3", + "id": "ESP32C3_REV_MIN_4", + "name": "ESP32C3_REV_MIN_4", "range": null, - "title": "Rev v3.0 (ECO3)", + "title": "Rev v0.4 (ECO4)", "type": "bool" }, { "children": [], - "depends_on": "", + "depends_on": "", "help": null, - "id": "ESP32_REV_MIN_3_1", - "name": "ESP32_REV_MIN_3_1", + "id": "ESP32C3_REV_MIN_101", + "name": "ESP32C3_REV_MIN_101", "range": null, - "title": "Rev v3.1 (ECO4)", + "title": "Rev v1.1", "type": "bool" } ], "depends_on": null, "help": "Required minimum chip revision. ESP-IDF will check for it and\nreject to boot if the chip revision fails the check.\nThis ensures the chip used will have some modifications (features, or bugfixes).\n\nThe complied binary will only support chips above this revision,\nthis will also help to reduce binary size.", - "id": "component-config-hardware-settings-chip-revision-minimum-supported-esp32-revision", - "name": "ESP32_REV_MIN", - "title": "Minimum Supported ESP32 Revision", + "id": "component-config-hardware-settings-chip-revision-minimum-supported-esp32-c3-revision", + "name": "ESP32C3_REV_MIN", + "title": "Minimum Supported ESP32-C3 Revision", "type": "choice" }, { "children": [], "depends_on": null, "help": null, - "id": "ESP32_REV_MIN", - "name": "ESP32_REV_MIN", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_REV_MIN_FULL", - "name": "ESP32_REV_MIN_FULL", + "id": "ESP32C3_REV_MIN_FULL", + "name": "ESP32C3_REV_MIN_FULL", "range": null, "title": null, "type": "int" @@ -12895,8 +16190,8 @@ "children": [], "depends_on": null, "help": null, - "id": "ESP32_REV_MAX_FULL", - "name": "ESP32_REV_MAX_FULL", + "id": "ESP32C3_REV_MAX_FULL", + "name": "ESP32C3_REV_MAX_FULL", "range": null, "title": null, "type": "int" @@ -12911,6 +16206,26 @@ "title": null, "type": "int" }, + { + "children": [], + "depends_on": null, + "help": "Required minimum eFuse Block revision. ESP-IDF will check it at the 2nd bootloader stage\nwhether the current image can work correctly for this eFuse Block revision.\nSo that to avoid running an incompatible image on a SoC that contains breaking change in the eFuse Block.\nIf you want to update this value to run the image that not compatible with the current eFuse Block revision,\nplease contact to Espressif's business team for details:\nhttps://www.espressif.com.cn/en/contact-us/sales-questions", + "id": "ESP_EFUSE_BLOCK_REV_MIN_FULL", + "name": "ESP_EFUSE_BLOCK_REV_MIN_FULL", + "range": null, + "title": "Minimum Supported ESP32-C3 eFuse Block Revision", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_EFUSE_BLOCK_REV_MAX_FULL", + "name": "ESP_EFUSE_BLOCK_REV_MAX_FULL", + "range": null, + "title": null, + "type": "int" + }, { "children": [], "depends_on": "IDF_CI_BUILD", @@ -13009,33 +16324,43 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES", + "name": "ESP_MAC_UNIVERSAL_MAC_ADDRESSES", + "range": null, + "title": null, + "type": "int" + }, { "children": [ { "children": [], - "depends_on": "", + "depends_on": "", "help": null, - "id": "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO", - "name": "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO", + "id": "ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO", + "name": "ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO", "range": null, "title": "Two", "type": "bool" }, { "children": [], - "depends_on": "", + "depends_on": "", "help": null, - "id": "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR", - "name": "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR", + "id": "ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR", + "name": "ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR", "range": null, "title": "Four", "type": "bool" } ], "depends_on": null, - "help": "Configure the number of universally administered (by IEEE) MAC addresses.\nDuring initialization, MAC addresses for each network interface are generated or derived from a\nsingle base MAC address.\nIf the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,\nBluetooth and Ethernet) receive a universally administered MAC address. These are generated\nsequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.\nIf the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)\nreceive a universally administered MAC address. These are generated sequentially by adding 0\nand 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethernet)\nreceive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC\naddresses, respectively.\nWhen using the default (Espressif-assigned) base MAC address, either setting can be used. When using\na custom universal MAC address range, the correct setting will depend on the allocation of MAC\naddresses in this range (either 2 or 4 per device.)", + "help": "Configure the number of universally administered (by IEEE) MAC addresses.\n\nDuring initialization, MAC addresses for each network interface are generated or derived from a\nsingle base MAC address.\n\nIf the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,\nBluetooth and Ethernet) receive a universally administered MAC address. These are generated\nsequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.\n\nIf the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)\nreceive a universally administered MAC address. These are generated sequentially by adding 0\nand 1 (respectively) to the base MAC address. The remaining two interfaces (WiFi softap and Ethernet)\nreceive local MAC addresses. These are derived from the universal WiFi station and Bluetooth MAC\naddresses, respectively.\n\nWhen using the default (Espressif-assigned) base MAC address, either setting can be used. When using\na custom universal MAC address range, the correct setting will depend on the allocation of MAC\naddresses in this range (either 2 or 4 per device.)\n\nNote that ESP32-C3 has no integrated Ethernet MAC. Although it's possible to use the esp_read_mac()\nAPI to return a MAC for Ethernet, this can only be used with an external MAC peripheral.", "id": "component-config-hardware-settings-mac-config-number-of-universally-administered-by-ieee-mac-address", - "name": "ESP32_UNIVERSAL_MAC_ADDRESSES", + "name": "ESP32C3_UNIVERSAL_MAC_ADDRESSES", "title": "Number of universally administered (by IEEE) MAC address", "type": "choice" }, @@ -13043,8 +16368,8 @@ "children": [], "depends_on": null, "help": null, - "id": "ESP32_UNIVERSAL_MAC_ADDRESSES", - "name": "ESP32_UNIVERSAL_MAC_ADDRESSES", + "id": "ESP32C3_UNIVERSAL_MAC_ADDRESSES", + "name": "ESP32C3_UNIVERSAL_MAC_ADDRESSES", "range": null, "title": null, "type": "int" @@ -13058,6 +16383,16 @@ "range": null, "title": "Ignore MAC CRC error (not recommended)", "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "When this configuration is enabled, the user can invoke `esp_read_mac` to obtain the desired type of\nMAC using a custom MAC as the base MAC.", + "id": "ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC", + "name": "ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC", + "range": null, + "title": "Enable using custom mac as base mac", + "type": "bool" } ], "depends_on": null, @@ -13069,12 +16404,12 @@ "children": [ { "children": [], - "depends_on": "!SPIRAM", + "depends_on": "(!SPIRAM || ESP_LDO_RESERVE_PSRAM) && !(IDF_TARGET_ESP32P4 && ESP32P4_REV_MIN_FULL < 100)", "help": "If enabled, chip will try to power down flash as part of esp_light_sleep_start(), which costs\nmore time when chip wakes up. Can only be enabled if there is no SPIRAM configured.\n\nThis option will power down flash under a strict but relatively safe condition. Also, it is possible to\npower down flash under a relaxed condition by using esp_sleep_pd_config() to set ESP_PD_DOMAIN_VDDSDIO\nto ESP_PD_OPTION_OFF. It should be noted that there is a risk in powering down flash, you can refer\n`ESP-IDF Programming Guide/API Reference/System API/Sleep Modes/Power-down of Flash` for more details.", "id": "ESP_SLEEP_POWER_DOWN_FLASH", "name": "ESP_SLEEP_POWER_DOWN_FLASH", "range": null, - "title": "Power down flash in light sleep when there is no SPIRAM", + "title": "Power down flash in light sleep when there is no SPIRAM or SPIRAM has independent power supply", "type": "bool" }, { @@ -13120,7 +16455,7 @@ { "children": [], "depends_on": null, - "help": "esp32c2, esp32c3, esp32s3, esp32c6 and esp32h2 will reset at wake-up if GPIO is received\na small electrostatic pulse during light sleep, with specific condition\n\n- GPIO needs to be configured as input-mode only\n- The pin receives a small electrostatic pulse, and reset occurs when the pulse\n voltage is higher than 6 V\n\nFor GPIO set to input mode only, it is not a good practice to leave it open/floating,\nThe hardware design needs to controlled it with determined supply or ground voltage\nis necessary.\n\nThis option provides a software workaround for this issue. Configure to isolate all\nGPIO pins in sleep state.", + "help": "esp32c2, esp32c3, esp32s3, esp32c5, esp32c6 and esp32h2 will reset at wake-up if GPIO is received\na small electrostatic pulse during light sleep, with specific condition\n\n- GPIO needs to be configured as input-mode only\n- The pin receives a small electrostatic pulse, and reset occurs when the pulse\n voltage is higher than 6 V\n\nFor GPIO set to input mode only, it is not a good practice to leave it open/floating,\nThe hardware design needs to controlled it with determined supply or ground voltage\nis necessary.\n\nThis option provides a software workaround for this issue. Configure to isolate all\nGPIO pins in sleep state.", "id": "ESP_SLEEP_GPIO_RESET_WORKAROUND", "name": "ESP_SLEEP_GPIO_RESET_WORKAROUND", "range": null, @@ -13129,17 +16464,37 @@ }, { "children": [], - "depends_on": "IDF_TARGET_ESP32 || IDF_TARGET_ESP32S3", - "help": "When the chip exits deep sleep, the CPU and the flash chip are powered on\nat the same time. CPU will run deep sleep stub first, and then\nproceed to load code from flash. Some flash chips need sufficient\ntime to pass between power on and first read operation. By default,\nwithout any extra delay, this time is approximately 900us, although\nsome flash chip types need more than that.\n\nBy default extra delay is set to 2000us. When optimizing startup time\nfor applications which require it, this value may be reduced.\n\nIf you are seeing \"flash read err, 1000\" message printed to the\nconsole after deep sleep reset, try increasing this value.", - "id": "ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY", - "name": "ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY", + "depends_on": null, + "help": "When the chip exits sleep, the CPU and the flash chip are powered on at the same time.\nCPU will run rom code (deepsleep) or ram code (lightsleep) first, and then load or execute\ncode from flash.\n\nSome flash chips need sufficient time to pass between power on and first read operation.\nBy default, without any extra delay, this time is approximately 900us, although\nsome flash chip types need more than that.\n\n(!!! Please adjust this value according to the Data Sheet of SPI Flash used in your project.)\nIn Flash Data Sheet, the parameters that define the Flash ready timing after power-up (minimum\ntime from Vcc(min) to CS activeare) usually named tVSL in ELECTRICAL CHARACTERISTICS chapter,\nand the configuration value here should be:\nESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY = tVSL - 900\n\nFor esp32 and esp32s3, the default extra delay is set to 2000us. When optimizing startup time\nfor applications which require it, this value may be reduced.\n\nIf you are seeing \"flash read err, 1000\" message printed to the console after deep sleep reset\non esp32, or triggered RTC_WDT/LP_WDT after lightsleep wakeup, try increasing this value.\n(For esp32, the delay will be executed in both deep sleep and light sleep wake up flow.\nFor chips after esp32, the delay will be executed only in light sleep flow, the delay\ncontrolled by the EFUSE_FLASH_TPUW in ROM will be executed in deepsleep wake up flow.)", + "id": "ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY", + "name": "ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY", "range": [ 0, 5000 ], - "title": "Extra delay in deep sleep wake stub (in us)", + "title": "Extra delay (in us) after flash powerdown sleep wakeup to wait flash ready", "type": "int" }, + { + "children": [], + "depends_on": null, + "help": "Enabling it will check the cache safety of the code before the flash power is ready after\nlight sleep wakeup, and check PM_SLP_IRAM_OPT related code cache safety. This option is\nonly for code quality inspection. Enabling it will increase the time overhead of entering\nand exiting sleep. It is not recommended to enable it in the release version.", + "id": "ESP_SLEEP_CACHE_SAFE_ASSERTION", + "name": "ESP_SLEEP_CACHE_SAFE_ASSERTION", + "range": null, + "title": "Check the cache safety of the sleep wakeup code in sleep process", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable esp sleep debug.", + "id": "ESP_SLEEP_DEBUG", + "name": "ESP_SLEEP_DEBUG", + "range": null, + "title": "esp sleep debug", + "type": "bool" + }, { "children": [], "depends_on": null, @@ -13149,6 +16504,16 @@ "range": null, "title": "Allow to enable internal pull-up/downs for the Deep-Sleep wakeup IOs", "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TICKLESS_IDLE", + "help": "If enabled, it allows user to register sleep event callbacks. It is primarily designed for internal\ndevelopers and customers can use PM_LIGHT_SLEEP_CALLBACKS as an alternative.\n\nNOTE: These callbacks are executed from the IDLE task context hence you cannot have any blocking calls\nin your callbacks.\n\nNOTE: Enabling these callbacks may change sleep duration calculations based on time spent in\ncallback and hence it is highly recommended to keep them as short as possible.", + "id": "ESP_SLEEP_EVENT_CALLBACKS", + "name": "ESP_SLEEP_EVENT_CALLBACKS", + "range": null, + "title": "Enable registration of sleep event callbacks", + "type": "bool" } ], "depends_on": null, @@ -13156,24 +16521,6 @@ "title": "Sleep Config", "type": "menu" }, - { - "children": [ - { - "children": [], - "depends_on": "IDF_TARGET_ESP32C3", - "help": "Its not able to stall ESP32C3 systimer in sleep.\nTo fix related RTOS TICK issue, select it to disable related systimer during sleep.\nTODO: IDF-7036", - "id": "ESP_SLEEP_SYSTIMER_STALL_WORKAROUND", - "name": "ESP_SLEEP_SYSTIMER_STALL_WORKAROUND", - "range": null, - "title": "ESP32C3 SYSTIMER Stall Issue Workaround", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-hardware-settings-esp_sleep_workaround", - "title": "ESP_SLEEP_WORKAROUND", - "type": "menu" - }, { "children": [ { @@ -13185,7 +16532,7 @@ "id": "RTC_CLK_SRC_INT_RC", "name": "RTC_CLK_SRC_INT_RC", "range": null, - "title": "Internal 150kHz RC oscillator", + "title": "Internal 136 kHz RC oscillator", "type": "bool" }, { @@ -13195,7 +16542,7 @@ "id": "RTC_CLK_SRC_EXT_CRYS", "name": "RTC_CLK_SRC_EXT_CRYS", "range": null, - "title": "External 32kHz crystal", + "title": "External 32 kHz crystal", "type": "bool" }, { @@ -13205,7 +16552,7 @@ "id": "RTC_CLK_SRC_EXT_OSC", "name": "RTC_CLK_SRC_EXT_OSC", "range": null, - "title": "External 32kHz oscillator at 32K_XN pin", + "title": "External 32 kHz oscillator at 32K_XP pin", "type": "bool" }, { @@ -13215,57 +16562,17 @@ "id": "RTC_CLK_SRC_INT_8MD256", "name": "RTC_CLK_SRC_INT_8MD256", "range": null, - "title": "Internal 8.5MHz oscillator, divided by 256 (~33kHz)", + "title": "Internal 17.5 MHz oscillator, divided by 256", "type": "bool" } ], "depends_on": null, - "help": "Choose which clock is used as RTC clock source.\n\n- \"Internal 150kHz oscillator\" option provides lowest deep sleep current\n consumption, and does not require extra external components. However\n frequency stability with respect to temperature is poor, so time may\n drift in deep/light sleep modes.\n- \"External 32kHz crystal\" provides better frequency stability, at the\n expense of slightly higher (1uA) deep sleep current consumption.\n- \"External 32kHz oscillator\" allows using 32kHz clock generated by an\n external circuit. In this case, external clock signal must be connected\n to 32K_XN pin. Amplitude should be <1.2V in case of sine wave signal,\n and <1V in case of square wave signal. Common mode voltage should be\n 0.1 < Vcm < 0.5Vamp, where Vamp is the signal amplitude.\n Additionally, 1nF capacitor must be connected between 32K_XP pin and\n ground. 32K_XP pin can not be used as a GPIO in this case.\n- \"Internal 8.5MHz oscillator divided by 256\" option results in higher\n deep sleep current (by 5uA) but has better frequency stability than\n the internal 150kHz oscillator. It does not require external components.", + "help": "Choose which clock is used as RTC clock source.", "id": "component-config-hardware-settings-rtc-clock-config-rtc-clock-source", "name": "RTC_CLK_SRC", "title": "RTC clock source", "type": "choice" }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "RTC_EXT_CRYST_ADDIT_CURRENT_NONE", - "name": "RTC_EXT_CRYST_ADDIT_CURRENT_NONE", - "range": null, - "title": "None", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "RTC_EXT_CRYST_ADDIT_CURRENT", - "name": "RTC_EXT_CRYST_ADDIT_CURRENT", - "range": null, - "title": "Method 1", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "RTC_EXT_CRYST_ADDIT_CURRENT_V2", - "name": "RTC_EXT_CRYST_ADDIT_CURRENT_V2", - "range": null, - "title": "Method 2", - "type": "bool" - } - ], - "depends_on": "RTC_CLK_SRC_EXT_CRYS && ESP32_REV_MIN_FULL < 200", - "help": "With some 32kHz crystal configurations, the X32N and X32P pins may not have enough\ndrive strength to keep the crystal oscillating. Choose the method to provide\nadditional current from touchpad 9 to the external 32kHz crystal. Note that\nthe deep sleep current is slightly high (4-5uA) and the touchpad and the\nwakeup sources of both touchpad and ULP are not available in method 1 and method 2.\n\nThis problem is fixed in ESP32 ECO 3, so this workaround is not needed. Setting the\nproject configuration to minimum revision ECO3 will disable this option, , allow\nall wakeup sources, and save some code size.\n\n- \"None\" option will not provide additional current to external crystal\n- \"Method 1\" option can't ensure 100% to solve the external 32k crystal start failed\n issue, but the touchpad can work in this method.\n- \"Method 2\" option can solve the external 32k issue, but the touchpad can't work\n in this method.", - "id": "component-config-hardware-settings-rtc-clock-config-additional-current-for-external-32khz-crystal", - "name": "RTC_EXT_CRYST_ADDIT_CURRENT_METHOD", - "title": "Additional current for external 32kHz crystal", - "type": "choice" - }, { "children": [], "depends_on": null, @@ -13278,16 +16585,6 @@ ], "title": "Number of cycles for RTC_SLOW_CLK calibration", "type": "int" - }, - { - "children": [], - "depends_on": "RTC_CLK_SRC_EXT_CRYS", - "help": "Number of attempts to repeat 32k XTAL calibration\nbefore giving up and switching to the internal RC.\nIncrease this option if the 32k crystal oscillator\ndoes not start and switches to internal RC.", - "id": "RTC_XTAL_CAL_RETRY", - "name": "RTC_XTAL_CAL_RETRY", - "range": null, - "title": "Number of attempts to repeat 32k XTAL calibration", - "type": "int" } ], "depends_on": null, @@ -13318,7 +16615,7 @@ { "children": [], "depends_on": "SOC_ETM_SUPPORTED", - "help": "Wether to enable the debug log message for ETM core driver.\nNote that, this option only controls the ETM related driver log, won't affect other drivers.", + "help": "whether to enable the debug log message for ETM core driver.\nNote that, this option only controls the ETM related driver log, won't affect other drivers.", "id": "ETM_ENABLE_DEBUG_LOG", "name": "ETM_ENABLE_DEBUG_LOG", "range": null, @@ -13336,11 +16633,11 @@ { "children": [], "depends_on": "SOC_GDMA_SUPPORTED", - "help": "Place GDMA control functions (like start/stop/append/reset) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.\nEnabling this option can improve driver performance as well.", + "help": "Place GDMA control functions (like start/stop/append/reset) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", "id": "GDMA_CTRL_FUNC_IN_IRAM", "name": "GDMA_CTRL_FUNC_IN_IRAM", "range": null, - "title": "Place GDMA control functions into IRAM", + "title": "Place GDMA control functions in IRAM", "type": "bool" }, { @@ -13352,11 +16649,117 @@ "range": null, "title": "GDMA ISR IRAM-Safe", "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_GDMA_SUPPORTED", + "help": "Whether to enable the debug log message for GDMA driver.\nNote that, this option only controls the GDMA driver log, won't affect other drivers.", + "id": "GDMA_ENABLE_DEBUG_LOG", + "name": "GDMA_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" } ], "depends_on": "SOC_GDMA_SUPPORTED", - "id": "component-config-hardware-settings-gdma-configuration", - "title": "GDMA Configuration", + "id": "component-config-hardware-settings-gdma-configurations", + "title": "GDMA Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "Place DW_GDMA control functions (e.g. dw_gdma_channel_continue) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "DW_GDMA_CTRL_FUNC_IN_IRAM", + "name": "DW_GDMA_CTRL_FUNC_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "Place DW_GDMA setter functions (e.g. dw_gdma_channel_set_block_markers) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "DW_GDMA_SETTER_FUNC_IN_IRAM", + "name": "DW_GDMA_SETTER_FUNC_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "Place DW_GDMA getter functions (e.g. dw_gdma_link_list_get_item) into IRAM,\nso that these functions can be IRAM-safe and able to be called in the other IRAM interrupt context.", + "id": "DW_GDMA_GETTER_FUNC_IN_IRAM", + "name": "DW_GDMA_GETTER_FUNC_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "This will ensure the DW_GDMA interrupt handler is IRAM-Safe, allow to avoid flash\ncache misses, and also be able to run whilst the cache is disabled.\n(e.g. SPI Flash write).", + "id": "DW_GDMA_ISR_IRAM_SAFE", + "name": "DW_GDMA_ISR_IRAM_SAFE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "This will ensure the DW_GDMA object is DRAM-Safe, allow to avoid external memory\ncache misses, and also be accessible whilst the cache is disabled.", + "id": "DW_GDMA_OBJ_DRAM_SAFE", + "name": "DW_GDMA_OBJ_DRAM_SAFE", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "help": "Whether to enable the debug log message for DW_GDMA driver.\nNote that, this option only controls the DW_GDMA driver log, won't affect other drivers.", + "id": "DW_GDMA_ENABLE_DEBUG_LOG", + "name": "DW_GDMA_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + } + ], + "depends_on": "SOC_DW_GDMA_SUPPORTED", + "id": "component-config-hardware-settings-dw_gdma-configurations", + "title": "DW_GDMA Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "SOC_DMA2D_SUPPORTED", + "help": "Place 2D-DMA all operation functions, including control functions (e.g. start/stop/append/reset) and setter\nfunctions (e.g. connect/strategy/callback registration) into IRAM, so that these functions can be IRAM-safe\nand able to be called in the other IRAM interrupt context. It also helps optimizing the performance.", + "id": "DMA2D_OPERATION_FUNC_IN_IRAM", + "name": "DMA2D_OPERATION_FUNC_IN_IRAM", + "range": null, + "title": "Place 2D-DMA operation functions into IRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_DMA2D_SUPPORTED", + "help": "This will ensure the 2D-DMA interrupt handler is IRAM-Safe, allow to avoid flash\ncache misses, and also be able to run whilst the cache is disabled.\n(e.g. SPI Flash write).", + "id": "DMA2D_ISR_IRAM_SAFE", + "name": "DMA2D_ISR_IRAM_SAFE", + "range": null, + "title": "2D-DMA ISR IRAM-Safe", + "type": "bool" + } + ], + "depends_on": "SOC_DMA2D_SUPPORTED", + "id": "component-config-hardware-settings-2d-dma-configurations", + "title": "2D-DMA Configurations", "type": "menu" }, { @@ -13365,59 +16768,19 @@ "children": [ { "children": [], - "depends_on": "SOC_XTAL_SUPPORT_24M && ", - "help": null, - "id": "XTAL_FREQ_24", - "name": "XTAL_FREQ_24", - "range": null, - "title": "24 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_XTAL_SUPPORT_26M && ", - "help": null, - "id": "XTAL_FREQ_26", - "name": "XTAL_FREQ_26", - "range": null, - "title": "26 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_XTAL_SUPPORT_32M && ", - "help": null, - "id": "XTAL_FREQ_32", - "name": "XTAL_FREQ_32", - "range": null, - "title": "32 MHz", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_XTAL_SUPPORT_40M && ", + "depends_on": "", "help": null, "id": "XTAL_FREQ_40", "name": "XTAL_FREQ_40", "range": null, "title": "40 MHz", "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_XTAL_SUPPORT_AUTO_DETECT && ", - "help": null, - "id": "XTAL_FREQ_AUTO", - "name": "XTAL_FREQ_AUTO", - "range": null, - "title": "Autodetect", - "type": "bool" } ], "depends_on": null, - "help": "This option selects the operating frequency of the XTAL (crystal) clock used to drive the ESP target.\nThe selected value MUST reflect the frequency of the given hardware.\n\nNote: The XTAL_FREQ_AUTO option allows the ESP target to automatically estimating XTAL clock's\noperating frequency. However, this feature is only supported on the ESP32. The ESP32 uses the\ninternal 8MHZ as a reference when estimating. Due to the internal oscillator's frequency being\ntemperature dependent, usage of the XTAL_FREQ_AUTO is not recommended in applications that operate\nin high ambient temperatures or use high-temperature qualified chips and modules.", + "help": "This option selects the operating frequency of the XTAL (crystal) clock used to drive the ESP target.\nThe selected value MUST reflect the frequency of the given hardware.", "id": "component-config-hardware-settings-main-xtal-config-main-xtal-frequency", - "name": "XTAL_FREQ_SEL", + "name": "XTAL_FREQ", "title": "Main XTAL frequency", "type": "choice" }, @@ -13438,73 +16801,54 @@ "type": "menu" }, { - "children": [ - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW", - "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW", - "range": null, - "title": "Security level low", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_MEDIUM", - "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_MEDIUM", - "range": null, - "title": "Security level medium", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_HIGH", - "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_HIGH", - "range": null, - "title": "Security level high", - "type": "bool" - } - ], - "depends_on": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP && SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", - "help": "Configure the DPA protection security level", - "id": "component-config-hardware-settings-crypto-dpa-protection-enable-crypto-dpa-protection-at-startup-dpa-protection-level", - "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL", - "title": "DPA protection level", - "type": "choice" - } - ], - "depends_on": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", - "help": "This config controls the DPA (Differential Power Analysis) protection\nknob for the crypto peripherals. DPA protection dynamically adjusts the\nclock frequency of the crypto peripheral. DPA protection helps to make it\ndifficult to perform SCA attacks on the crypto peripherals. However,\nthere is also associated performance impact based on the security level\nset. Please refer to the TRM for more details.", - "id": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP", - "name": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP", - "range": null, - "title": "Enable crypto DPA protection at startup", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", - "help": null, - "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL", - "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL", - "range": null, - "title": null, - "type": "int" - } - ], - "depends_on": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", - "id": "component-config-hardware-settings-crypto-dpa-protection", - "title": "Crypto DPA Protection", - "type": "menu" + "children": [], + "depends_on": null, + "help": "This option is only used for new chip bringup, when\nclock support isn't done yet. So with this option,\nwe use xtal on FPGA as the clock source.", + "id": "ESP_BRINGUP_BYPASS_CPU_CLK_SETTING", + "name": "ESP_BRINGUP_BYPASS_CPU_CLK_SETTING", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option is only used for new chip bringup, when\nRNG isn't done yet. So with this option, we use 0x5A\nto fill the random buffers", + "id": "ESP_BRINGUP_BYPASS_RANDOM_SETTING", + "name": "ESP_BRINGUP_BYPASS_RANDOM_SETTING", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM", + "name": "ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "ESP_SPI_BUS_LOCK_FUNCS_IN_IRAM", + "name": "ESP_SPI_BUS_LOCK_FUNCS_IN_IRAM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Due to the poor low-temperature characteristics of\nRC32K (it cannot operate below -40 degrees Celsius),\nplease avoid using it whenever possible", + "id": "ESP_CLK_RC32K_NOT_TO_USE", + "name": "ESP_CLK_RC32K_NOT_TO_USE", + "range": null, + "title": null, + "type": "bool" } ], "depends_on": null, @@ -13515,57 +16859,78 @@ { "children": [ { - "children": [ - { - "children": [], - "depends_on": null, - "help": "LCD driver allocates an internal buffer to transform the data into a proper format, because of\nthe endian order mismatch. This option is to set the size of the buffer, in bytes.", - "id": "LCD_PANEL_IO_FORMAT_BUF_SIZE", - "name": "LCD_PANEL_IO_FORMAT_BUF_SIZE", - "range": null, - "title": "LCD panel io format buffer size", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Wether to enable the debug log message for LCD driver.\nNote that, this option only controls the LCD driver log, won't affect other drivers.", - "id": "LCD_ENABLE_DEBUG_LOG", - "name": "LCD_ENABLE_DEBUG_LOG", - "range": null, - "title": "Enable debug log", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_LCD_RGB_SUPPORTED", - "help": "Ensure the LCD interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).\nIf you want the LCD driver to keep flushing the screen even when cache ops disabled,\nyou can enable this option. Note, this will also increase the IRAM usage.", - "id": "LCD_RGB_ISR_IRAM_SAFE", - "name": "LCD_RGB_ISR_IRAM_SAFE", - "range": null, - "title": "RGB LCD ISR IRAM-Safe", - "type": "bool" - }, - { - "children": [], - "depends_on": "SOC_LCD_RGB_SUPPORTED", - "help": "Reset the GDMA channel every VBlank to stop permanent desyncs from happening.\nOnly need to enable it when in your application, the DMA can't deliver data\nas fast as the LCD consumes it.", - "id": "LCD_RGB_RESTART_IN_VSYNC", - "name": "LCD_RGB_RESTART_IN_VSYNC", - "range": null, - "title": "Restart transmission in VSYNC", - "type": "bool" - } - ], + "children": [], "depends_on": null, - "id": "component-config-lcd-and-touch-panel-lcd-peripheral-configuration", - "title": "LCD Peripheral Configuration", - "type": "menu" + "help": "whether to enable the debug log message for LCD driver.\nNote that, this option only controls the LCD driver log, won't affect other drivers.", + "id": "LCD_ENABLE_DEBUG_LOG", + "name": "LCD_ENABLE_DEBUG_LOG", + "range": null, + "title": "Enable debug log", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_LCD_RGB_SUPPORTED", + "help": "Ensure the LCD interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).\nIf you want the LCD driver to keep flushing the screen even when cache ops disabled,\nyou can enable this option. Note, this will also increase the IRAM usage.", + "id": "LCD_RGB_ISR_IRAM_SAFE", + "name": "LCD_RGB_ISR_IRAM_SAFE", + "range": null, + "title": "RGB LCD ISR IRAM-Safe", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_LCD_RGB_SUPPORTED", + "help": "Reset the GDMA channel every VBlank to stop permanent desyncs from happening.\nOnly need to enable it when in your application, the DMA can't deliver data\nas fast as the LCD consumes it.", + "id": "LCD_RGB_RESTART_IN_VSYNC", + "name": "LCD_RGB_RESTART_IN_VSYNC", + "range": null, + "title": "Always restart RGB LCD transmission in VSYNC", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_MIPI_DSI_SUPPORTED", + "help": "Ensure the LCD interrupt is IRAM-Safe by allowing the interrupt handler to be\nexecutable when the cache is disabled (e.g. SPI Flash write).\nIf you want the LCD driver to keep flushing the screen even when cache ops disabled,\nyou can enable this option. Note, this will also increase the IRAM usage.", + "id": "LCD_DSI_ISR_IRAM_SAFE", + "name": "LCD_DSI_ISR_IRAM_SAFE", + "range": null, + "title": "DSI LCD ISR IRAM-Safe", + "type": "bool" } ], "depends_on": null, - "id": "component-config-lcd-and-touch-panel", - "title": "LCD and Touch Panel", + "id": "component-config-esp-driver-lcd-controller-configurations", + "title": "ESP-Driver:LCD Controller Configurations", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "ESP_MM_CACHE_MSYNC_C2M_CHUNKED_OPS", + "help": "Max len in bytes per C2M chunk, operations with size over the max len will be\nsliced into multiple chunks.", + "id": "ESP_MM_CACHE_MSYNC_C2M_CHUNKED_OPS_MAX_LEN", + "name": "ESP_MM_CACHE_MSYNC_C2M_CHUNKED_OPS_MAX_LEN", + "range": null, + "title": "Max len in bytes per C2M chunk", + "type": "hex" + } + ], + "depends_on": "SOC_CACHE_WRITEBACK_SUPPORTED", + "help": "`esp_cache_msync` C2M direction takes critical sections, which means during\nthe operation, the interrupts are disabled. Whereas Cache writebacks for\nlarge buffers could be especially time intensive, and might cause interrupts\nto be disabled for a significant amount of time.\n\nSometimes you want other ISRs to be responded during this C2M process.\nThis option is to slice one C2M operation into multiple chunks,\nwith CONFIG_ESP_MM_CACHE_MSYNC_C2M_CHUNKED_OPS_MAX_LEN max len. This will give you\na breath during the C2M process as sometimes the C2M process is quite long.\n\nNote if the buffer processed by the `esp_cache_msync` (C2M sliced) is interrupted by an ISR,\nand this ISR also accesses this buffer, this may lead to data coherence issue.", + "id": "ESP_MM_CACHE_MSYNC_C2M_CHUNKED_OPS", + "name": "ESP_MM_CACHE_MSYNC_C2M_CHUNKED_OPS", + "range": null, + "title": "Enable esp_cache_msync C2M chunked operation", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-mm-memory-management-configurations", + "title": "ESP-MM: Memory Management Configurations", "type": "menu" }, { @@ -13573,7 +16938,7 @@ { "children": [], "depends_on": null, - "help": "The value of 0 indicates the IP lost timer is disabled, otherwise the timer is enabled.\n\nThe IP address may be lost because of some reasons, e.g. when the station disconnects\nfrom soft-AP, or when DHCP IP renew fails etc. If the IP lost timer is enabled, it will\nbe started everytime the IP is lost. Event SYSTEM_EVENT_STA_LOST_IP will be raised if\nthe timer expires. The IP lost timer is stopped if the station get the IP again before\nthe timer expires.", + "help": "The value of 0 indicates the IP lost timer is disabled, otherwise the timer is enabled.\n\nThe IP address may be lost because of some reasons, e.g. when the station disconnects\nfrom soft-AP, or when DHCP IP renew fails etc. If the IP lost timer is enabled, it will\nbe started every time the IP is lost. Event SYSTEM_EVENT_STA_LOST_IP will be raised if\nthe timer expires. The IP lost timer is stopped if the station get the IP again before\nthe timer expires.", "id": "ESP_NETIF_IP_LOST_TIMER_INTERVAL", "name": "ESP_NETIF_IP_LOST_TIMER_INTERVAL", "range": [ @@ -13583,11 +16948,21 @@ "title": "IP Address lost timer interval (seconds)", "type": "int" }, + { + "children": [], + "depends_on": null, + "help": "No implementation of ESP-NETIF functions is provided.\nThis option is used for adding a custom TCP/IP stack and defining related\nesp_netif functionality", + "id": "ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION", + "name": "ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION", + "range": null, + "title": "Use only ESP-NETIF headers", + "type": "bool" + }, { "children": [ { "children": [], - "depends_on": "", + "depends_on": "LWIP_ENABLE && ", "help": "lwIP is a small independent implementation of the TCP/IP protocol suite.", "id": "ESP_NETIF_TCPIP_LWIP", "name": "ESP_NETIF_TCPIP_LWIP", @@ -13606,7 +16981,7 @@ "type": "bool" } ], - "depends_on": null, + "depends_on": "!ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION", "help": "Choose the TCP/IP Stack to work, for example, LwIP, uIP, etc.", "id": "component-config-esp-netif-adapter-tcp-ip-stack-library", "name": "ESP_NETIF_USE_TCPIP_STACK_LIB", @@ -13623,6 +16998,16 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": "Enable if esp_netif_transmit() and esp_netif_receive() should generate events. This can be useful\nto blink data traffic indication lights.", + "id": "ESP_NETIF_REPORT_DATA_TRAFFIC", + "name": "ESP_NETIF_REPORT_DATA_TRAFFIC", + "range": null, + "title": "Report data traffic via events", + "type": "bool" + }, { "children": [], "depends_on": null, @@ -13667,12 +17052,22 @@ { "children": [], "depends_on": "ESP_NETIF_TCPIP_LWIP", - "help": "Enable LwIP IEEE 802.1D bridge support in ESP-NETIF. Note that \"Number of clients store data in netif\"\n(LWIP_NUM_NETIF_CLIENT_DATA) option needs to be properly configured to be LwIP bridge avaiable!", + "help": "Enable LwIP IEEE 802.1D bridge support in ESP-NETIF. Note that \"Number of clients store data in netif\"\n(LWIP_NUM_NETIF_CLIENT_DATA) option needs to be properly configured to be LwIP bridge available!", "id": "ESP_NETIF_BRIDGE_EN", "name": "ESP_NETIF_BRIDGE_EN", "range": null, "title": "Enable LwIP IEEE 802.1D bridge", "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option to use the DNS server which belongs to the selected default network interface.\nThis feature collects DNS server and netif information from LWIP core modules.\nWhenever a new default netif is selected, global DNS servers in LWIP are updated with the netif\nrelated servers.", + "id": "ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF", + "name": "ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF", + "range": null, + "title": "Enable DNS server per interface", + "type": "bool" } ], "depends_on": null, @@ -13691,6 +17086,16 @@ "range": null, "title": "Host test statistics enabled", "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_LINUX", + "help": "This option controls whether the partition implementation checks\nif the flash is erased before writing to it.\nThis is necessary for SPIFFS, which expects to be able to write without erasing first.", + "id": "ESP_PARTITION_ERASE_CHECK", + "name": "ESP_PARTITION_ERASE_CHECK", + "range": null, + "title": "Check if flash is erased before writing", + "type": "bool" } ], "depends_on": null, @@ -13703,7 +17108,17 @@ { "children": [], "depends_on": null, - "help": "If this option is enabled, NVS will be initialized and calibration data will be loaded from there.\nPHY calibration will be skipped on deep sleep wakeup. If calibration data is not found, full calibration\nwill be performed and stored in NVS. Normally, only partial calibration will be performed.\nIf this option is disabled, full calibration will be performed.\n\nIf it's easy that your board calibrate bad data, choose 'n'.\nTwo cases for example, you should choose 'n':\n1.If your board is easy to be booted up with antenna disconnected.\n2.Because of your board design, each time when you do calibration, the result are too unstable.\nIf unsure, choose 'y'.", + "help": null, + "id": "ESP_PHY_ENABLED", + "name": "ESP_PHY_ENABLED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_PHY_ENABLED", + "help": "If this option is enabled, NVS will be initialized and calibration data will be loaded from there.\nPHY calibration will be skipped on deep sleep wakeup. If calibration data is not found, full\ncalibration will be performed and stored in NVS. Normally, only partial calibration will be performed.\nIf this option is disabled, full calibration will be performed.\n\nIf it's easy that your board calibrate bad data, choose 'n'.\nTwo cases for example, you should choose 'n':\n1.If your board is easy to be booted up with antenna disconnected.\n2.Because of your board design, each time when you do calibration, the result are too unstable.\nIf unsure, choose 'y'.", "id": "ESP_PHY_CALIBRATION_AND_DATA_STORAGE", "name": "ESP_PHY_CALIBRATION_AND_DATA_STORAGE", "range": null, @@ -13714,7 +17129,7 @@ "children": [ { "children": [], - "depends_on": "ESP_PHY_INIT_DATA_IN_PARTITION", + "depends_on": "ESP_PHY_INIT_DATA_IN_PARTITION && ESP_PHY_ENABLED", "help": "If enabled, PHY init data will be restored to default if\nit cannot be verified successfully to avoid endless bootloops.\n\nIf unsure, choose 'n'.", "id": "ESP_PHY_DEFAULT_INIT_IF_INVALID", "name": "ESP_PHY_DEFAULT_INIT_IF_INVALID", @@ -13726,7 +17141,7 @@ "children": [ { "children": [], - "depends_on": "ESP_PHY_MULTIPLE_INIT_DATA_BIN && ESP_PHY_INIT_DATA_IN_PARTITION", + "depends_on": "ESP_PHY_MULTIPLE_INIT_DATA_BIN && ESP_PHY_INIT_DATA_IN_PARTITION && ESP_PHY_ENABLED", "help": "If enabled, multiple phy init data bin will embedded into app bin\nIf not enabled, multiple phy init data bin will still leave alone, and need to be flashed by users.", "id": "ESP_PHY_MULTIPLE_INIT_DATA_BIN_EMBED", "name": "ESP_PHY_MULTIPLE_INIT_DATA_BIN_EMBED", @@ -13736,7 +17151,7 @@ }, { "children": [], - "depends_on": "ESP_PHY_MULTIPLE_INIT_DATA_BIN && ESP_PHY_INIT_DATA_IN_PARTITION", + "depends_on": "ESP_PHY_MULTIPLE_INIT_DATA_BIN && ESP_PHY_INIT_DATA_IN_PARTITION && ESP_PHY_ENABLED", "help": "If enabled, when an error occurs while the PHY init data is updated,\nthe program will terminate and restart.\nIf not enabled, the PHY init data will not be updated when an error occurs.", "id": "ESP_PHY_INIT_DATA_ERROR", "name": "ESP_PHY_INIT_DATA_ERROR", @@ -13745,7 +17160,7 @@ "type": "bool" } ], - "depends_on": "ESP_PHY_INIT_DATA_IN_PARTITION && ESP_PHY_INIT_DATA_IN_PARTITION", + "depends_on": "ESP_PHY_INIT_DATA_IN_PARTITION && ESP_PHY_INIT_DATA_IN_PARTITION && ESP_PHY_ENABLED", "help": "If enabled, the corresponding PHY init data type can be automatically switched\naccording to the country code. China's PHY init data bin is used by default.\nCan be modified by country information in API esp_wifi_set_country().\nThe priority of switching the PHY init data type is:\n1. Country configured by API esp_wifi_set_country()\nand the parameter policy is WIFI_COUNTRY_POLICY_MANUAL.\n2. Country notified by the connected AP.\n3. Country configured by API esp_wifi_set_country()\nand the parameter policy is WIFI_COUNTRY_POLICY_AUTO.", "id": "ESP_PHY_MULTIPLE_INIT_DATA_BIN", "name": "ESP_PHY_MULTIPLE_INIT_DATA_BIN", @@ -13754,7 +17169,7 @@ "type": "bool" } ], - "depends_on": "SOC_WIFI_SUPPORTED", + "depends_on": "SOC_WIFI_SUPPORTED && ESP_PHY_ENABLED", "help": "If enabled, PHY init data will be loaded from a partition.\nWhen using a custom partition table, make sure that PHY data\npartition is included (type: 'data', subtype: 'phy').\nWith default partition tables, this is done automatically.\nIf PHY init data is stored in a partition, it has to be flashed there,\notherwise runtime error will occur.\n\nIf this option is not enabled, PHY init data will be embedded\ninto the application binary.\n\nIf unsure, choose 'n'.", "id": "ESP_PHY_INIT_DATA_IN_PARTITION", "is_menuconfig": true, @@ -13765,7 +17180,7 @@ }, { "children": [], - "depends_on": null, + "depends_on": "ESP_PHY_ENABLED", "help": "Set maximum transmit power for WiFi radio. Actual transmit power for high\ndata rates may be lower than this setting.", "id": "ESP_PHY_MAX_WIFI_TX_POWER", "name": "ESP_PHY_MAX_WIFI_TX_POWER", @@ -13778,7 +17193,7 @@ }, { "children": [], - "depends_on": null, + "depends_on": "ESP_PHY_ENABLED", "help": null, "id": "ESP_PHY_MAX_TX_POWER", "name": "ESP_PHY_MAX_TX_POWER", @@ -13788,7 +17203,7 @@ }, { "children": [], - "depends_on": "SOC_PM_SUPPORT_MAC_BB_PD && FREERTOS_USE_TICKLESS_IDLE", + "depends_on": "SOC_PM_SUPPORT_MAC_BB_PD && FREERTOS_USE_TICKLESS_IDLE && ESP_PHY_ENABLED", "help": "If enabled, the MAC and baseband of Wi-Fi and Bluetooth will be powered\ndown when PHY is disabled. Enabling this setting reduces power consumption\nby a small amount but increases RAM use by approximately 4 KB(Wi-Fi only),\n2 KB(Bluetooth only) or 5.3 KB(Wi-Fi + Bluetooth).", "id": "ESP_PHY_MAC_BB_PD", "name": "ESP_PHY_MAC_BB_PD", @@ -13798,7 +17213,7 @@ }, { "children": [], - "depends_on": "ESP_BROWNOUT_DET", + "depends_on": "ESP_BROWNOUT_DET && ESP_PHY_ENABLED", "help": "When brownout reset occurs, reduce PHY TX power to keep the code running.", "id": "ESP_PHY_REDUCE_TX_POWER", "name": "ESP_PHY_REDUCE_TX_POWER", @@ -13808,17 +17223,17 @@ }, { "children": [], - "depends_on": "USB_OTG_SUPPORTED || ESP_CONSOLE_USB_SERIAL_JTAG || ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG", - "help": "When using USB Serial/JTAG/OTG/CDC, PHY should enable USB, otherwise USB module\ncan not work properly. Notice: Enabling this configuration option will slightly impact wifi performance.", + "depends_on": "SOC_WIFI_PHY_NEEDS_USB_WORKAROUND && ESP_PHY_ENABLED", + "help": "On some ESP targets, the USB PHY can interfere with WiFi thus lowering WiFi performance.\nAs a result, on those affected ESP targets, the ESP PHY library's initialization will automatically\ndisable the USB PHY to get best WiFi performance.\nThis option controls whether or not the ESP PHY library will keep the USB PHY enabled on\ninitialization.\n\nNote: This option can be disabled to increase WiFi performance. However, disabling this option will\nalso mean that the USB PHY cannot be used while WiFi is enabled.", "id": "ESP_PHY_ENABLE_USB", "name": "ESP_PHY_ENABLE_USB", "range": null, - "title": "Enable USB when phy init", + "title": "Keep the USB PHY enabled when initializing WiFi", "type": "bool" }, { "children": [], - "depends_on": "IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3", + "depends_on": "ESP_PHY_ENABLED", "help": "If enabled, you can use RF certification test APIs.", "id": "ESP_PHY_ENABLE_CERT_TEST", "name": "ESP_PHY_ENABLE_CERT_TEST", @@ -13859,7 +17274,7 @@ "type": "bool" } ], - "depends_on": null, + "depends_on": "ESP_PHY_ENABLED", "help": "Select PHY calibration mode. During RF initialization, the partial calibration\nmethod is used by default for RF calibration. Full calibration takes about 100ms\nmore than partial calibration. If boot duration is not critical, it is suggested\nto use the full calibration method. No calibration method is only used when the\ndevice wakes up from deep sleep.", "id": "component-config-phy-calibration-mode", "name": "ESP_PHY_CALIBRATION_MODE", @@ -13868,7 +17283,7 @@ }, { "children": [], - "depends_on": null, + "depends_on": "ESP_PHY_ENABLED", "help": null, "id": "ESP_PHY_CALIBRATION_MODE", "name": "ESP_PHY_CALIBRATION_MODE", @@ -13878,13 +17293,33 @@ }, { "children": [], - "depends_on": "SOC_PHY_IMPROVE_RX_11B", + "depends_on": "SOC_PHY_IMPROVE_RX_11B && ESP_PHY_ENABLED", "help": "This is a workaround to improve Wi-Fi receive 11b pkts for some modules using AC-DC power supply with\nhigh interference, enable this option will sacrifice Wi-Fi OFDM receive performance.\nBut to guarantee 11b receive performance serves as a bottom line in this case.", "id": "ESP_PHY_IMPROVE_RX_11B", "name": "ESP_PHY_IMPROVE_RX_11B", "range": null, "title": "Improve Wi-Fi receive 11b pkts", "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_PHY_ENABLED", + "help": "If enabled, there will be some logs while pll tracking", + "id": "ESP_PHY_PLL_TRACK_DEBUG", + "name": "ESP_PHY_PLL_TRACK_DEBUG", + "range": null, + "title": "Enable pll track logging", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_PHY_ENABLED", + "help": "Select to support record and query phy used time.", + "id": "ESP_PHY_RECORD_USED_TIME", + "name": "ESP_PHY_RECORD_USED_TIME", + "range": null, + "title": "Record PHY used time", + "type": "bool" } ], "depends_on": null, @@ -13927,7 +17362,7 @@ "type": "bool" } ], - "depends_on": "!FREERTOS_SMP", + "depends_on": "(!FREERTOS_SMP && SOC_PM_SUPPORTED) || __DOXYGEN__", "help": "If enabled, application is compiled with support for power management.\nThis option has run-time overhead (increased interrupt latency,\nlonger time to enter idle state), and it also reduces accuracy of\nRTOS ticks and timers used for timekeeping.\nEnable this option if application uses power management APIs.", "id": "PM_ENABLE", "name": "PM_ENABLE", @@ -13937,8 +17372,8 @@ }, { "children": [], - "depends_on": "FREERTOS_USE_TICKLESS_IDLE", - "help": "If enabled, about 1.8KB of lightsleep related source code would be in IRAM and chip would sleep\nlonger for 760us at most each time.\nThis feature is intended to be used when lower power consumption is needed\nwhile there is enough place in IRAM to place source code.", + "depends_on": "SOC_LIGHT_SLEEP_SUPPORTED", + "help": "If enabled, about 2.1KB of lightsleep related source code would be in IRAM and chip would sleep\nlonger for 310us at 160MHz CPU frequency most each time.\nThis feature is intended to be used when lower power consumption is needed\nwhile there is enough place in IRAM to place source code.", "id": "PM_SLP_IRAM_OPT", "name": "PM_SLP_IRAM_OPT", "range": null, @@ -13948,7 +17383,7 @@ { "children": [], "depends_on": "FREERTOS_USE_TICKLESS_IDLE", - "help": "If enabled, about 260B of RTOS_IDLE related source code would be in IRAM and chip would sleep\nlonger for 40us at most each time.\nThis feature is intended to be used when lower power consumption is needed\nwhile there is enough place in IRAM to place source code.", + "help": "If enabled, about 180Bytes of RTOS_IDLE related source code would be in IRAM and chip would sleep\nlonger for 20us at 160MHz CPU frequency most each time.\nThis feature is intended to be used when lower power consumption is needed\nwhile there is enough place in IRAM to place source code.", "id": "PM_RTOS_IDLE_OPT", "name": "PM_RTOS_IDLE_OPT", "range": null, @@ -13958,7 +17393,7 @@ { "children": [], "depends_on": "FREERTOS_USE_TICKLESS_IDLE", - "help": "This feature is intended to disable all GPIO pins at automantic sleep to get a lower power mode.\nIf enabled, chips will disable all GPIO pins at automantic sleep to reduce about 200~300 uA current.\nIf you want to specifically use some pins normally as chip wakes when chip sleeps,\nyou can call 'gpio_sleep_sel_dis' to disable this feature on those pins.\nYou can also keep this feature on and call 'gpio_sleep_set_direction' and 'gpio_sleep_set_pull_mode'\nto have a different GPIO configuration at sleep.\nWaring: If you want to enable this option on ESP32, you should enable `GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL`\nat first, otherwise you will not be able to switch pullup/pulldown mode.", + "help": "This feature is intended to disable all GPIO pins at automantic sleep to get a lower power mode.\nIf enabled, chips will disable all GPIO pins at automantic sleep to reduce about 200~300 uA current.\nIf you want to specifically use some pins normally as chip wakes when chip sleeps,\nyou can call 'gpio_sleep_sel_dis' to disable this feature on those pins.\nYou can also keep this feature on and call 'gpio_sleep_set_direction' and 'gpio_sleep_set_pull_mode'\nto have a different GPIO configuration at sleep.\nWarning: If you want to enable this option on ESP32, you should enable `GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL`\nat first, otherwise you will not be able to switch pullup/pulldown mode.", "id": "PM_SLP_DISABLE_GPIO", "name": "PM_SLP_DISABLE_GPIO", "range": null, @@ -13977,7 +17412,7 @@ }, { "children": [], - "depends_on": "PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP", + "depends_on": "PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP || (SOC_CPU_IN_TOP_DOMAIN && PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP)", "help": "This option is invisible to users, and it is only used for ci testing,\nenabling it in the application will increase the sleep and wake-up time overhead", "id": "PM_CHECK_SLEEP_RETENTION_FRAME", "name": "PM_CHECK_SLEEP_RETENTION_FRAME", @@ -13985,21 +17420,31 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": "PM_ENABLE", + "help": "The value of this option determines the calibration interval of the RTC_FAST/SLOW clock during sleep when\npower management is enabled. When it is configured as N, the RTC_FAST/SLOW clock will be calibrated\nevery N times of lightsleep.\nDecreasing this value will increase the time the chip is in the active state, thereby increasing the\naverage power consumption of the chip.\nIncreasing this value can reduce the average power consumption, but when the external environment changes\ndrastically and the chip RTC_FAST/SLOW oscillator frequency drifts, it may cause system instability.", + "id": "PM_LIGHTSLEEP_RTC_OSC_CAL_INTERVAL", + "name": "PM_LIGHTSLEEP_RTC_OSC_CAL_INTERVAL", + "range": null, + "title": "Calibrate the RTC_FAST/SLOW clock every N times of light sleep", + "type": "int" + }, { "children": [ { "children": [], "depends_on": "IDF_TARGET_ESP32S3 && PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP", - "help": "If enabled, the I/D-cache tag memory will be retained in light sleep. Depending on the the\ncache configuration, if this option is enabled, it will consume up to 9 KB of internal RAM.", - "id": "PM_POWER_DOWN_TAGMEM_IN_LIGHT_SLEEP", - "name": "PM_POWER_DOWN_TAGMEM_IN_LIGHT_SLEEP", + "help": "Cache tag memory and CPU both belong to the CPU power domain.\nESP chips supports saving and restoring Cache tag memory before and after sleep,\nthis feature supports accesses to the external memory that was cached before sleep still\nbe cached when the CPU wakes up from a powerdowned CPU lightsleep.\nThis option controls the restore method for Cache tag memory in lightsleep.\nIf this option is enabled, the I/D-cache tag memory will be backuped to the internal RAM\nbefore sleep and restored upon wakeup.\nDepending on the the cache configuration, if this option is enabled,\nit will consume up to 9 KB of internal RAM.\nIf this option is disabled, all cached data won't be kept after sleep,\nthe DCache will be writeback before sleep and invalid all cached data after sleep,\nall accesses to external memory(Flash/PSRAM) will be cache missed after waking up,\nresulting in performance degradation due to increased memory accesses latency.", + "id": "PM_RESTORE_CACHE_TAGMEM_AFTER_LIGHT_SLEEP", + "name": "PM_RESTORE_CACHE_TAGMEM_AFTER_LIGHT_SLEEP", "range": null, - "title": "Power down I/D-cache tag memory in light sleep", + "title": "Restore I/D-cache tag memory after power down CPU light sleep", "type": "bool" } ], "depends_on": "SOC_PM_SUPPORT_CPU_PD", - "help": "If enabled, the CPU will be powered down in light sleep. On esp32c3 soc, enabling this\noption will consume 1.68 KB of internal RAM and will reduce sleep current consumption\nby about 100 uA. On esp32s3 soc, enabling this option will consume 8.58 KB of internal\nRAM and will reduce sleep current consumption by about 650 uA.", + "help": "If enabled, the CPU will be powered down in light sleep,\nESP chips supports saving and restoring CPU's running context before and after light sleep,\nthe feature provides applications with seamless CPU powerdowned lightsleep without user awareness.\nBut this will takes up some internal memory.\nOn esp32c3 soc, enabling this option will consume 1.68 KB of internal RAM\nand will reduce sleep current consumption by about 100 uA.\nOn esp32s3 soc, enabling this option will consume 8.58 KB of internal RAM\nand will reduce sleep current consumption by about 650 uA.", "id": "PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP", "name": "PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP", "range": null, @@ -14008,7 +17453,7 @@ }, { "children": [], - "depends_on": "SOC_PAU_SUPPORTED", + "depends_on": "SOC_PM_SUPPORT_TOP_PD && SOC_PAU_SUPPORTED", "help": "If enabled, digital peripherals will be powered down in light sleep, it will reduce sleep\ncurrent consumption by about 100 uA. Chip will save/restore register context at sleep/wake\ntime to keep the system running. Enabling this option will increase static RAM and heap usage,\nthe actual cost depends on the peripherals you have initialized. In order to save/restore the\ncontext of the necessary hardware for FreeRTOS to run, it will need at least 4.55 KB free heap\nat sleep time. Otherwise sleep will not power down the peripherals.\n\nNote1: Please use this option with caution, the current IDF does not support the retention of\nall peripherals. When the digital peripherals are powered off and a sleep and wake-up is completed,\nthe peripherals that have not saved the running context are equivalent to performing a reset.\n!!! Please confirm the peripherals used in your application and their sleep retention support status\nbefore enabling this option, peripherals sleep retention driver support status is tracked in\npower_management.rst\n\nNote2: When this option is enabled simultaneously with FREERTOS_USE_TICKLESS_IDLE, since the UART will\nbe powered down, the uart FIFO will be flushed before sleep to avoid data loss, however, this has the\npotential to block the sleep process and cause the wakeup time to be skipped, which will cause the tick\nof freertos to not be compensated correctly when returning from sleep and cause the system to crash.\nTo avoid this, you can increase FREERTOS_IDLE_TIME_BEFORE_SLEEP threshold in menuconfig.", "id": "PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP", "name": "PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP", @@ -14025,6 +17470,16 @@ "range": null, "title": null, "type": "bool" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TICKLESS_IDLE", + "help": "If enabled, it allows user to register entry and exit callbacks which are called before and after\nentering auto light sleep.\n\nNOTE: These callbacks are executed from the IDLE task context hence you cannot have any blocking calls\nin your callbacks.\n\nNOTE: Enabling these callbacks may change sleep duration calculations based on time spent in callback and\nhence it is highly recommended to keep them as short as possible", + "id": "PM_LIGHT_SLEEP_CALLBACKS", + "name": "PM_LIGHT_SLEEP_CALLBACKS", + "range": null, + "title": "Enable registration of pm light sleep callbacks", + "type": "bool" } ], "depends_on": null, @@ -14033,629 +17488,7 @@ "type": "menu" }, { - "children": [ - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": null, - "id": "SPIRAM_MODE_QUAD", - "name": "SPIRAM_MODE_QUAD", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_TYPE_AUTO", - "name": "SPIRAM_TYPE_AUTO", - "range": null, - "title": "Auto-detect", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_TYPE_ESPPSRAM16", - "name": "SPIRAM_TYPE_ESPPSRAM16", - "range": null, - "title": "ESP-PSRAM16 or APS1604", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_TYPE_ESPPSRAM32", - "name": "SPIRAM_TYPE_ESPPSRAM32", - "range": null, - "title": "ESP-PSRAM32", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_TYPE_ESPPSRAM64", - "name": "SPIRAM_TYPE_ESPPSRAM64", - "range": null, - "title": "ESP-PSRAM64 or LY68L6400", - "type": "bool" - } - ], - "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": null, - "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config-type-of-spi-ram-chip-in-use", - "name": "SPIRAM_TYPE", - "title": "Type of SPI RAM chip in use", - "type": "choice" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_SPEED_40M", - "name": "SPIRAM_SPEED_40M", - "range": null, - "title": "40MHz clock speed", - "type": "bool" - }, - { - "children": [], - "depends_on": "ESPTOOLPY_FLASHFREQ_80M && ", - "help": null, - "id": "SPIRAM_SPEED_80M", - "name": "SPIRAM_SPEED_80M", - "range": null, - "title": "80MHz clock speed", - "type": "bool" - } - ], - "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "Select the speed for the SPI RAM chip.\nIf SPI RAM is enabled, we only support three combinations of SPI speed mode we supported now:\n\n1. Flash SPI running at 40Mhz and RAM SPI running at 40Mhz\n2. Flash SPI running at 80Mhz and RAM SPI running at 40Mhz\n3. Flash SPI running at 80Mhz and RAM SPI running at 80Mhz\n\nNote: If the third mode(80Mhz+80Mhz) is enabled for SPI RAM of type 32MBit, one of the HSPI/VSPI host\nwill be occupied by the system. Which SPI host to use can be selected by the config item\nSPIRAM_OCCUPY_SPI_HOST. Application code should never touch HSPI/VSPI hardware in this case. The\noption to select 80MHz will only be visible if the flash SPI speed is also 80MHz.\n(ESPTOOLPY_FLASHFREQ_80M is true)", - "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config-set-ram-clock-speed", - "name": "SPIRAM_SPEED", - "title": "Set RAM clock speed", - "type": "choice" - }, - { - "children": [], - "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": null, - "id": "SPIRAM_SPEED", - "name": "SPIRAM_SPEED", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "SPIRAM_BOOT_INIT && !SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "Normally, if psram initialization is enabled during compile time but not found at runtime, it\nis seen as an error making the CPU panic. If this is enabled, booting will complete\nbut no PSRAM will be available.", - "id": "SPIRAM_IGNORE_NOTFOUND", - "name": "SPIRAM_IGNORE_NOTFOUND", - "range": null, - "title": "Ignore PSRAM when not found", - "type": "bool" - } - ], - "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "If this is enabled, the SPI RAM will be enabled during initial boot. Unless you\nhave specific requirements, you'll want to leave this enabled so memory allocated\nduring boot-up can also be placed in SPI RAM.", - "id": "SPIRAM_BOOT_INIT", - "name": "SPIRAM_BOOT_INIT", - "range": null, - "title": "Initialize SPI RAM during startup", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_USE_MEMMAP", - "name": "SPIRAM_USE_MEMMAP", - "range": null, - "title": "Integrate RAM into memory map", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_USE_CAPS_ALLOC", - "name": "SPIRAM_USE_CAPS_ALLOC", - "range": null, - "title": "Make RAM allocatable using heap_caps_malloc(..., MALLOC_CAP_SPIRAM)", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_USE_MALLOC", - "name": "SPIRAM_USE_MALLOC", - "range": null, - "title": "Make RAM allocatable using malloc() as well", - "type": "bool" - } - ], - "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "The SPI RAM can be accessed in multiple methods: by just having it available as an unmanaged\nmemory region in the CPU's memory map, by integrating it in the heap as 'special' memory\nneeding heap_caps_malloc to allocate, or by fully integrating it making malloc() also able to\nreturn SPI RAM pointers.", - "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config-spi-ram-access-method", - "name": "SPIRAM_USE", - "title": "SPI RAM access method", - "type": "choice" - }, - { - "children": [], - "depends_on": "SPIRAM_BOOT_INIT && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "Runs a rudimentary memory test on initialization. Aborts when memory test fails. Disable this for\nslightly faster startup.", - "id": "SPIRAM_MEMTEST", - "name": "SPIRAM_MEMTEST", - "range": null, - "title": "Run memory test on SPI RAM initialization", - "type": "bool" - }, - { - "children": [], - "depends_on": "SPIRAM_USE_MALLOC && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "If malloc() is capable of also allocating SPI-connected ram, its allocation strategy will prefer to\nallocate chunks less than this size in internal memory, while allocations larger than this will be\ndone from external RAM. If allocation from the preferred region fails, an attempt is made to allocate\nfrom the non-preferred region instead, so malloc() will not suddenly fail when either internal or\nexternal memory is full.", - "id": "SPIRAM_MALLOC_ALWAYSINTERNAL", - "name": "SPIRAM_MALLOC_ALWAYSINTERNAL", - "range": null, - "title": "Maximum malloc() size, in bytes, to always put in internal memory", - "type": "int" - }, - { - "children": [], - "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "Try to allocate memories of WiFi and LWIP in SPIRAM firstly. If failed, try to allocate internal\nmemory then.", - "id": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP", - "name": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP", - "range": null, - "title": "Try to allocate memories of WiFi and LWIP in SPIRAM firstly. If failed, allocate internal memory", - "type": "bool" - }, - { - "children": [], - "depends_on": "SPIRAM_USE_MALLOC && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "Because the external/internal RAM allocation strategy is not always perfect, it sometimes may happen\nthat the internal memory is entirely filled up. This causes allocations that are specifically done in\ninternal memory, for example the stack for new tasks or memory to service DMA or have memory that's\nalso available when SPI cache is down, to fail. This option reserves a pool specifically for requests\nlike that; the memory in this pool is not given out when a normal malloc() is called.\n\nSet this to 0 to disable this feature.\n\nNote that because FreeRTOS stacks are forced to internal memory, they will also use this memory pool;\nbe sure to keep this in mind when adjusting this value.\n\nNote also that the DMA reserved pool may not be one single contiguous memory region, depending on the\nconfigured size and the static memory usage of the app.", - "id": "SPIRAM_MALLOC_RESERVE_INTERNAL", - "name": "SPIRAM_MALLOC_RESERVE_INTERNAL", - "range": null, - "title": "Reserve this amount of bytes for data that specifically needs to be in DMA or internal memory", - "type": "int" - }, - { - "children": [], - "depends_on": "SPIRAM && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "If enabled, variables with EXT_RAM_BSS_ATTR attribute will be placed in SPIRAM instead of internal DRAM.\nBSS section of `lwip`, `net80211`, `pp`, `bt` libraries will be automatically placed\nin SPIRAM. BSS sections from other object files and libraries can also be placed in SPIRAM through\nlinker fragment scheme `extram_bss`.\n\nNote that the variables placed in SPIRAM using EXT_RAM_BSS_ATTR will be zero initialized.", - "id": "SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY", - "name": "SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY", - "range": null, - "title": "Allow .bss segment placed in external memory", - "type": "bool" - }, - { - "children": [], - "depends_on": "SPIRAM && IDF_TARGET_ESP32 && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "If enabled, noinit variables can be placed in PSRAM using EXT_RAM_NOINIT_ATTR.\n\nNote the values placed into this section will not be initialized at startup and should keep its value\nafter software restart.", - "id": "SPIRAM_ALLOW_NOINIT_SEG_EXTERNAL_MEMORY", - "name": "SPIRAM_ALLOW_NOINIT_SEG_EXTERNAL_MEMORY", - "range": null, - "title": "Allow .noinit segment placed in external memory", - "type": "bool" - }, - { - "children": [], - "depends_on": "SPIRAM_MODE_OCT && IDF_TARGET_ESP32S3 && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "Enable MSPI Error-Correcting Code function when accessing SPIRAM.\n\nIf enabled, 1/16 of the SPI RAM total size will be reserved for error-correcting code.", - "id": "SPIRAM_ECC_ENABLE", - "name": "SPIRAM_ECC_ENABLE", - "range": null, - "title": "Enable SPI RAM ECC", - "type": "bool" - }, - { - "children": [], - "depends_on": "(SPIRAM_USE_MEMMAP || SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && ESP32_REV_MIN_FULL < 300 && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "Revision 1 of the ESP32 has a bug that can cause a write to PSRAM not to take place in some situations\nwhen the cache line needs to be fetched from external RAM and an interrupt occurs. This enables a\nfix in the compiler (-mfix-esp32-psram-cache-issue) that makes sure the specific code that is\nvulnerable to this will not be emitted.\n\nThis will also not use any bits of newlib that are located in ROM, opting for a version that is\ncompiled with the workaround and located in flash instead.\n\nThe workaround is not required for ESP32 revision 3 and above.", - "id": "SPIRAM_CACHE_WORKAROUND", - "name": "SPIRAM_CACHE_WORKAROUND", - "range": null, - "title": "Enable workaround for bug in SPI RAM cache for Rev1 ESP32s", - "type": "bool" - }, - { - "children": [ - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_CACHE_WORKAROUND_STRATEGY_MEMW", - "name": "SPIRAM_CACHE_WORKAROUND_STRATEGY_MEMW", - "range": null, - "title": "Insert memw after vulnerable instructions (default)", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_CACHE_WORKAROUND_STRATEGY_DUPLDST", - "name": "SPIRAM_CACHE_WORKAROUND_STRATEGY_DUPLDST", - "range": null, - "title": "Duplicate LD/ST for 32-bit, memw for 8/16 bit", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_CACHE_WORKAROUND_STRATEGY_NOPS", - "name": "SPIRAM_CACHE_WORKAROUND_STRATEGY_NOPS", - "range": null, - "title": "Insert nops between vulnerable loads/stores (old strategy, obsolete)", - "type": "bool" - } - ], - "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "Select the workaround strategy. Note that the strategy for precompiled\nlibraries (libgcc, newlib, bt, wifi) is not affected by this selection.\n\nUnless you know you need a different strategy, it's suggested you stay\nwith the default MEMW strategy. Note that DUPLDST can interfere with hardware\nencryption and this will be automatically disabled if this workaround is selected.\n'Insert nops' is the workaround that was used in older esp-idf versions. This workaround\nstill can cause faulty data transfers from/to SPI RAM in some situation.", - "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config-spiram-cache-workaround-debugging-workaround-strategy", - "name": "SPIRAM_CACHE_WORKAROUND_STRATEGY", - "title": "Workaround strategy", - "type": "choice" - }, - { - "children": [], - "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": null, - "id": "SPIRAM_WORKAROUND_NEED_VOLATILE_SPINLOCK", - "name": "SPIRAM_WORKAROUND_NEED_VOLATILE_SPINLOCK", - "range": null, - "title": null, - "type": "bool" - } - ], - "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config-spiram-cache-workaround-debugging", - "title": "SPIRAM cache workaround debugging", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "The functions affected by this option are: longjmp and setjmp.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", - "id": "SPIRAM_CACHE_LIBJMP_IN_IRAM", - "name": "SPIRAM_CACHE_LIBJMP_IN_IRAM", - "range": null, - "title": "Put libc's jump related functions in IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "The functions affected by this option are: abs, div, labs, ldiv, quorem, fpclassify,\nand nan.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", - "id": "SPIRAM_CACHE_LIBMATH_IN_IRAM", - "name": "SPIRAM_CACHE_LIBMATH_IN_IRAM", - "range": null, - "title": "Put libc's math related functions in IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "The functions affected by this option are: utoa, itoa, atoi, atol, strtol, and strtoul.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", - "id": "SPIRAM_CACHE_LIBNUMPARSER_IN_IRAM", - "name": "SPIRAM_CACHE_LIBNUMPARSER_IN_IRAM", - "range": null, - "title": "Put libc's number parsing related functions in IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "The functions affected by this option are: wcrtomb, fvwrite, wbuf, wsetup, fputwc, wctomb_r,\nungetc, makebuf, fflush, refill, and sccl.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", - "id": "SPIRAM_CACHE_LIBIO_IN_IRAM", - "name": "SPIRAM_CACHE_LIBIO_IN_IRAM", - "range": null, - "title": "Put libc's I/O related functions in IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "The functions affected by this option are: asctime, asctime_r, ctime, ctime_r, lcltime, lcltime_r,\ngmtime, gmtime_r, strftime, mktime, tzset_r, tzset, time, gettzinfo, systimes, month_lengths,\ntimelocal, tzvars, tzlock, tzcalc_limits, and strptime.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", - "id": "SPIRAM_CACHE_LIBTIME_IN_IRAM", - "name": "SPIRAM_CACHE_LIBTIME_IN_IRAM", - "range": null, - "title": "Put libc's time related functions in IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "The functions affected by this option are: ctype_, toupper, tolower, toascii, strupr, bzero,\nisalnum, isalpha, isascii, isblank, iscntrl, isdigit, isgraph, islower, isprint, ispunct,\nisspace, and isupper.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", - "id": "SPIRAM_CACHE_LIBCHAR_IN_IRAM", - "name": "SPIRAM_CACHE_LIBCHAR_IN_IRAM", - "range": null, - "title": "Put libc's characters related functions in IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "The functions affected by this option are: memccpy, memchr memmove, and memrchr.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", - "id": "SPIRAM_CACHE_LIBMEM_IN_IRAM", - "name": "SPIRAM_CACHE_LIBMEM_IN_IRAM", - "range": null, - "title": "Put libc's memory related functions in IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "The functions affected by this option are: strcasecmp, strcasestr, strchr, strcoll,\nstrcpy, strcspn, strdup, strdup_r, strlcat, strlcpy, strlen, strlwr, strncasecmp,\nstrncat, strncmp, strncpy, strndup, strndup_r, strrchr, strsep, strspn, strstr,\nstrtok_r, and strupr.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", - "id": "SPIRAM_CACHE_LIBSTR_IN_IRAM", - "name": "SPIRAM_CACHE_LIBSTR_IN_IRAM", - "range": null, - "title": "Put libc's string related functions in IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "The functions affected by this option are: srand, rand, and rand_r.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", - "id": "SPIRAM_CACHE_LIBRAND_IN_IRAM", - "name": "SPIRAM_CACHE_LIBRAND_IN_IRAM", - "range": null, - "title": "Put libc's random related functions in IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "The functions affected by this option are: environ, envlock, and getenv_r.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", - "id": "SPIRAM_CACHE_LIBENV_IN_IRAM", - "name": "SPIRAM_CACHE_LIBENV_IN_IRAM", - "range": null, - "title": "Put libc's environment related functions in IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "The functions affected by this option are: lock, isatty, fclose, open, close, creat, read,\nrshift, sbrk, stdio, syssbrk, sysclose, sysopen, creat, sysread, syswrite, impure, fwalk,\nand findfp.\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", - "id": "SPIRAM_CACHE_LIBFILE_IN_IRAM", - "name": "SPIRAM_CACHE_LIBFILE_IN_IRAM", - "range": null, - "title": "Put libc's file related functions in IRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SPIRAM_CACHE_WORKAROUND && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "The functions affected by this option are: raise and system\nPutting these function in IRAM will allow them to be called when flash cache is disabled\nbut it will also reduce the available size of free IRAM for the user application.", - "id": "SPIRAM_CACHE_LIBMISC_IN_IRAM", - "name": "SPIRAM_CACHE_LIBMISC_IN_IRAM", - "range": null, - "title": "Put libc's miscellaneous functions in IRAM, see help", - "type": "bool" - } - ], - "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config-spiram-workaround-libraries-placement", - "title": "SPIRAM workaround libraries placement", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SPIRAM_BANKSWITCH_ENABLE && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "Select the amount of banks reserved for bank switching. Note that the amount of RAM allocatable with\nmalloc/esp_heap_alloc_caps will decrease by 32K for each page reserved here.\n\nNote that this reservation is only actually done if your program actually uses the himem API. Without\nany himem calls, the reservation is not done and the original amount of memory will be available\nto malloc/esp_heap_alloc_caps.", - "id": "SPIRAM_BANKSWITCH_RESERVE", - "name": "SPIRAM_BANKSWITCH_RESERVE", - "range": null, - "title": "Amount of 32K pages to reserve for bank switching", - "type": "int" - } - ], - "depends_on": "(SPIRAM_USE_MEMMAP || SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "The ESP32 only supports 4MiB of external RAM in its address space. The hardware does support larger\nmemories, but these have to be bank-switched in and out of this address space. Enabling this allows you\nto reserve some MMU pages for this, which allows the use of the esp_himem api to manage these banks.\n\n#Note that this is limited to 62 banks, as esp_psram_extram_writeback_cache needs some kind of mapping of\n#some banks below that mark to work. We cannot at this moment guarantee this to exist when himem is\n#enabled.\n\nIf spiram 2T mode is enabled, the size of 64Mbit psram will be changed as 32Mbit, so himem will be\nunusable.", - "id": "SPIRAM_BANKSWITCH_ENABLE", - "name": "SPIRAM_BANKSWITCH_ENABLE", - "range": null, - "title": "Enable bank switching for >4MiB external RAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "SPIRAM_USE_MALLOC && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "Because some bits of the ESP32 code environment cannot be recompiled with the cache workaround,\nnormally tasks cannot be safely run with their stack residing in external memory; for this reason\nxTaskCreate (and related task creaton functions) always allocate stack in internal memory and\nxTaskCreateStatic will check if the memory passed to it is in internal memory. If you have a task that\nneeds a large amount of stack and does not call on ROM code in any way (no direct calls, but also no\nBluetooth/WiFi), you can try enable this to cause xTaskCreateStatic to allow tasks stack in external\nmemory.", - "id": "SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY", - "name": "SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY", - "range": null, - "title": "Allow external memory as an argument to xTaskCreateStatic", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_OCCUPY_HSPI_HOST", - "name": "SPIRAM_OCCUPY_HSPI_HOST", - "range": null, - "title": "HSPI host (SPI2)", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_OCCUPY_VSPI_HOST", - "name": "SPIRAM_OCCUPY_VSPI_HOST", - "range": null, - "title": "VSPI host (SPI3)", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "SPIRAM_OCCUPY_NO_HOST", - "name": "SPIRAM_OCCUPY_NO_HOST", - "range": null, - "title": "Will not try to use any host, will abort if not able to use the PSRAM", - "type": "bool" - } - ], - "depends_on": "SPIRAM_SPEED_80M && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "When both flash and PSRAM is working under 80MHz, and the PSRAM is of type 32MBit, one of the HSPI/VSPI\nhost will be used to output the clock. Select which one to use here.", - "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config-spi-host-to-use-for-32mbit-psram", - "name": "SPIRAM_OCCUPY_SPI_HOST", - "title": "SPI host to use for 32MBit PSRAM", - "type": "choice" - }, - { - "children": [ - { - "children": [], - "depends_on": "SPIRAM && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "The PSRAM CLOCK IO can be any unused GPIO, user can config it based on hardware design. If user use\n1.8V flash and 1.8V psram, this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.\n\nIf configured to the same pin as Flash, PSRAM shouldn't be rev0. Contact Espressif for more\ninformation.", - "id": "D0WD_PSRAM_CLK_IO", - "name": "D0WD_PSRAM_CLK_IO", - "range": null, - "title": "PSRAM CLK IO number", - "type": "int" - }, - { - "children": [], - "depends_on": "SPIRAM && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "The PSRAM CS IO can be any unused GPIO, user can config it based on hardware design. If user use\n1.8V flash and 1.8V psram, this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.", - "id": "D0WD_PSRAM_CS_IO", - "name": "D0WD_PSRAM_CS_IO", - "range": null, - "title": "PSRAM CS IO number", - "type": "int" - } - ], - "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config-psram-clock-and-cs-io-for-esp32-dowd", - "title": "PSRAM clock and cs IO for ESP32-DOWD", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SPIRAM && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,\nso this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.\n\nIf configured to the same pin (GPIO6) as Flash, PSRAM shouldn't be rev0. Contact Espressif for more\ninformation.", - "id": "D2WD_PSRAM_CLK_IO", - "name": "D2WD_PSRAM_CLK_IO", - "range": null, - "title": "PSRAM CLK IO number", - "type": "int" - }, - { - "children": [], - "depends_on": "SPIRAM && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "User can config it based on hardware design. For ESP32-D2WD chip, the psram can only be 1.8V psram,\nso this value can only be one of 6, 7, 8, 9, 10, 11, 16, 17.", - "id": "D2WD_PSRAM_CS_IO", - "name": "D2WD_PSRAM_CS_IO", - "range": null, - "title": "PSRAM CS IO number", - "type": "int" - } - ], - "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config-psram-clock-and-cs-io-for-esp32-d2wd", - "title": "PSRAM clock and cs IO for ESP32-D2WD", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "SPIRAM && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "The PSRAM CS IO can be any unused GPIO, user can config it based on hardware design.\n\nFor ESP32-PICO chip, the psram share clock with flash, so user do not need to configure the clock\nIO.\nFor the reference hardware design, please refer to\nhttps://www.espressif.com/sites/default/files/documentation/esp32-pico-d4_datasheet_en.pdf", - "id": "PICO_PSRAM_CS_IO", - "name": "PICO_PSRAM_CS_IO", - "range": null, - "title": "PSRAM CS IO number", - "type": "int" - } - ], - "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config-psram-clock-and-cs-io-for-esp32-pico-d4", - "title": "PSRAM clock and cs IO for ESP32-PICO-D4", - "type": "menu" - }, - { - "children": [], - "depends_on": "IDF_TARGET_ESP32 && (ESPTOOLPY_FLASHMODE_DIO || ESPTOOLPY_FLASHMODE_DOUT) && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "This setting is only used if the SPI flash pins have been overridden by setting the eFuses\nSPI_PAD_CONFIG_xxx, and the SPI flash mode is DIO or DOUT.\n\nWhen this is the case, the eFuse config only defines 3 of the 4 Quad I/O data pins. The WP pin (aka\nESP32 pin \"SD_DATA_3\" or SPI flash pin \"IO2\") is not specified in eFuse. The psram only has QPI\nmode, so a WP pin setting is necessary.\n\nIf this config item is set to N (default), the correct WP pin will be automatically used for any\nEspressif chip or module with integrated flash. If a custom setting is needed, set this config item\nto Y and specify the GPIO number connected to the WP pin.\n\nWhen flash mode is set to QIO or QOUT, the PSRAM WP pin will be set the same as the SPI Flash WP pin\nconfigured in the bootloader.", - "id": "SPIRAM_CUSTOM_SPIWP_SD3_PIN", - "name": "SPIRAM_CUSTOM_SPIWP_SD3_PIN", - "range": null, - "title": "Use custom SPI PSRAM WP(SD3) Pin when flash pins set in eFuse (read help)", - "type": "bool" - }, - { - "children": [], - "depends_on": "IDF_TARGET_ESP32 && (ESPTOOLPY_FLASHMODE_DIO || ESPTOOLPY_FLASHMODE_DOUT) && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "The option \"Use custom SPI PSRAM WP(SD3) pin\" must be set or this value is ignored\n\nIf burning a customized set of SPI flash pins in eFuse and using DIO or DOUT mode for flash, set this\nvalue to the GPIO number of the SPIRAM WP pin.", - "id": "SPIRAM_SPIWP_SD3_PIN", - "name": "SPIRAM_SPIWP_SD3_PIN", - "range": null, - "title": "Custom SPI PSRAM WP(SD3) Pin", - "type": "int" - }, - { - "children": [], - "depends_on": "SPIRAM && SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "Enable this option to fix single bit errors inside 64Mbit PSRAM.\n\nSome 64Mbit PSRAM chips have a hardware issue in the RAM which causes bit errors at multiple\nfixed bit positions.\n\nNote: If this option is enabled, the 64Mbit PSRAM chip will appear to be 32Mbit in size.\nApplications will not be affected unless the use the esp_himem APIs, which are not supported\nin 2T mode.", - "id": "SPIRAM_2T_MODE", - "name": "SPIRAM_2T_MODE", - "range": null, - "title": "Enable SPI PSRAM 2T mode", - "type": "bool" - } - ], - "depends_on": "SPIRAM && !APP_BUILD_TYPE_PURE_RAM_APP", - "id": "component-config-esp-psram-support-for-external-spi-connected-ram-spi-ram-config", - "title": "SPI RAM config", - "type": "menu" - } - ], - "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", - "help": "This enables support for an external SPI RAM chip, connected in parallel with the\nmain SPI flash chip.", - "id": "SPIRAM", - "name": "SPIRAM", - "range": null, - "title": "Support for external, SPI-connected RAM", - "type": "bool" - } - ], + "children": [], "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", "id": "component-config-esp-psram", "title": "ESP PSRAM", @@ -14690,6 +17523,93 @@ "title": "ESP Ringbuf", "type": "menu" }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_LOW", + "range": null, + "title": "Security level low", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_MEDIUM", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_MEDIUM", + "range": null, + "title": "Security level medium", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_HIGH", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL_HIGH", + "range": null, + "title": "Security level high", + "type": "bool" + } + ], + "depends_on": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP && SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "help": "Configure the DPA protection security level", + "id": "component-config-esp-security-specific-crypto-dpa-protection-enable-crypto-dpa-protection-at-startup-dpa-protection-level", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL", + "title": "DPA protection level", + "type": "choice" + } + ], + "depends_on": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "help": "This config controls the DPA (Differential Power Analysis) protection\nknob for the crypto peripherals. DPA protection dynamically adjusts\nclock frequency of the crypto peripheral. DPA protection helps to make it\ndifficult to perform SCA attacks on the crypto peripherals. However,\nthere is also associated performance impact based on the security level\nset. Please refer to the TRM for more details.", + "id": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP", + "name": "ESP_CRYPTO_DPA_PROTECTION_AT_STARTUP", + "range": null, + "title": "Enable crypto DPA protection at startup", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "help": null, + "id": "ESP_CRYPTO_DPA_PROTECTION_LEVEL", + "name": "ESP_CRYPTO_DPA_PROTECTION_LEVEL", + "range": null, + "title": null, + "type": "int" + } + ], + "depends_on": "SOC_CRYPTO_DPA_PROTECTION_SUPPORTED", + "id": "component-config-esp-security-specific-crypto-dpa-protection", + "title": "Crypto DPA Protection", + "type": "menu" + }, + { + "children": [], + "depends_on": "SOC_ECC_CONSTANT_TIME_POINT_MUL", + "help": "If enabled, the app startup code will burn the ECC_FORCE_CONST_TIME efuse bit to force the\nECC peripheral to always perform constant time point multiplication operations,\nirrespective of the ECC_MULT_SECURITY_MODE status bit that is present in the ECC_MULT_CONF_REG\nregister. By default, ESP-IDF configures the ECC peripheral to perform constant time point\nmultiplication operations, so enabling this config would provide security enhancement only in\nthe cases when trusted boot is not enabled and the attacker tries carrying out non-constant\ntime point multiplication operations by changing the default ESP-IDF configurations.\nPerforming constant time operations protect the ECC multiplication operations from timing attacks.", + "id": "ESP_CRYPTO_FORCE_ECC_CONSTANT_TIME_POINT_MUL", + "name": "ESP_CRYPTO_FORCE_ECC_CONSTANT_TIME_POINT_MUL", + "range": null, + "title": "Forcfully enable ECC constant time point multiplication operations", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-esp-security-specific", + "title": "ESP Security Specific", + "type": "menu" + }, { "children": [ { @@ -14723,16 +17643,6 @@ "range": null, "title": "160 MHz", "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_DEFAULT_CPU_FREQ_MHZ_240", - "name": "ESP_DEFAULT_CPU_FREQ_MHZ_240", - "range": null, - "title": "240 MHz", - "type": "bool" } ], "depends_on": null, @@ -14756,133 +17666,7 @@ "children": [ { "children": [], - "depends_on": "FREERTOS_UNICORE", - "help": "This option allows to place .rtc_data and .rtc_rodata sections into\nRTC fast memory segment to free the slow memory region for ULP programs.\nThis option depends on the CONFIG_FREERTOS_UNICORE option because RTC fast memory\ncan be accessed only by PRO_CPU core.", - "id": "ESP32_RTCDATA_IN_FAST_MEM", - "name": "ESP32_RTCDATA_IN_FAST_MEM", - "range": null, - "title": "Place RTC_DATA_ATTR and RTC_RODATA_ATTR variables into RTC fast memory segment", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "ESP32_USE_FIXED_STATIC_RAM_SIZE", - "help": "RAM size dedicated for static variables (.data & .bss sections).\nPlease note that the actual length will be reduced by BTDM_RESERVE_DRAM if Bluetooth\ncontroller is enabled.", - "id": "ESP32_FIXED_STATIC_RAM_SIZE", - "name": "ESP32_FIXED_STATIC_RAM_SIZE", - "range": null, - "title": "Fixed Static RAM size", - "type": "hex" - } - ], - "depends_on": null, - "help": "If this option is disabled, the DRAM part of the heap starts right after the .bss section,\nwithin the dram0_0 region. As a result, adding or removing some static variables\nwill change the available heap size.\n\nIf this option is enabled, the DRAM part of the heap starts right after the dram0_0 region,\nwhere its length is set with ESP32_FIXED_STATIC_RAM_SIZE", - "id": "ESP32_USE_FIXED_STATIC_RAM_SIZE", - "name": "ESP32_USE_FIXED_STATIC_RAM_SIZE", - "range": null, - "title": "Use fixed static RAM size", - "type": "bool" - }, - { - "children": [], - "depends_on": "FREERTOS_UNICORE", - "help": "If enabled, application can use IRAM as byte accessible region for storing data\n(Note: IRAM region cannot be used as task stack)\n\nThis is possible due to handling of exceptions `LoadStoreError (3)` and `LoadStoreAlignmentError (9)`\nEach unaligned read/write access will incur a penalty of maximum of 167 CPU cycles.", - "id": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY", - "name": "ESP32_IRAM_AS_8BIT_ACCESSIBLE_MEMORY", - "range": null, - "title": "Enable IRAM as 8 bit accessible memory", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "!ESP32_TRAX", - "help": "Reserve parts of SRAM1 for app IRAM which was previously reserved for bootloader DRAM.\nIf booting an app on an older bootloader from before this option was introduced, the app will fail\nto boot due to not recognizing the new IRAM memory area.\n\nIf this is the case please test carefully before pushing out any OTA updates.", - "id": "ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM", - "name": "ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM", - "range": null, - "title": "Reserve parts of SRAM1 for app IRAM (WARNING, read help before enabling)", - "type": "bool" - } - ], - "depends_on": null, - "id": "component-config-esp-system-settings-memory-non-backward-compatible-options", - "title": "Non-backward compatible options", - "type": "menu" - } - ], - "depends_on": null, - "id": "component-config-esp-system-settings-memory", - "title": "Memory", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_MEMMAP_TRACEMEM", - "name": "ESP32_MEMMAP_TRACEMEM", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_MEMMAP_TRACEMEM_TWOBANKS", - "name": "ESP32_MEMMAP_TRACEMEM_TWOBANKS", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "ESP32_TRAX && !FREERTOS_UNICORE", - "help": "The ESP32 contains a feature which allows you to trace the execution path the processor\nhas taken through the program. This is stored in a chunk of 32K (16K for single-processor)\nof memory that can't be used for general purposes anymore. Disable this if you do not know\nwhat this is.\n\n# Memory to reverse for trace, used in linker script", - "id": "ESP32_TRAX_TWOBANKS", - "name": "ESP32_TRAX_TWOBANKS", - "range": null, - "title": "Reserve memory for tracing both pro as well as app cpu execution", - "type": "bool" - } - ], - "depends_on": null, - "help": "The ESP32 contains a feature which allows you to trace the execution path the processor\nhas taken through the program. This is stored in a chunk of 32K (16K for single-processor)\nof memory that can't be used for general purposes anymore. Disable this if you do not know\nwhat this is.", - "id": "ESP32_TRAX", - "name": "ESP32_TRAX", - "range": null, - "title": "Use TRAX tracing feature", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP32_TRACEMEM_RESERVE_DRAM", - "name": "ESP32_TRACEMEM_RESERVE_DRAM", - "range": null, - "title": null, - "type": "hex" - } - ], - "depends_on": null, - "id": "component-config-esp-system-settings-trace-memory", - "title": "Trace memory", - "type": "menu" - }, - { - "children": [ - { - "children": [], - "depends_on": "", + "depends_on": "!ESP_SYSTEM_GDBSTUB_RUNTIME && ", "help": "Outputs the relevant registers over the serial port and halt the\nprocessor. Needs a manual reset to restart.", "id": "ESP_SYSTEM_PANIC_PRINT_HALT", "name": "ESP_SYSTEM_PANIC_PRINT_HALT", @@ -14892,7 +17676,7 @@ }, { "children": [], - "depends_on": "", + "depends_on": "!ESP_SYSTEM_GDBSTUB_RUNTIME && ", "help": "Outputs the relevant registers over the serial port and immediately\nreset the processor.", "id": "ESP_SYSTEM_PANIC_PRINT_REBOOT", "name": "ESP_SYSTEM_PANIC_PRINT_REBOOT", @@ -14902,7 +17686,7 @@ }, { "children": [], - "depends_on": "", + "depends_on": "!ESP_SYSTEM_GDBSTUB_RUNTIME && ", "help": "Just resets the processor without outputting anything", "id": "ESP_SYSTEM_PANIC_SILENT_REBOOT", "name": "ESP_SYSTEM_PANIC_SILENT_REBOOT", @@ -14912,23 +17696,13 @@ }, { "children": [], - "depends_on": "", + "depends_on": "ESP_GDBSTUB_ENABLED && ", "help": "Invoke gdbstub on the serial port, allowing for gdb to attach to it to do a postmortem\nof the crash.", "id": "ESP_SYSTEM_PANIC_GDBSTUB", "name": "ESP_SYSTEM_PANIC_GDBSTUB", "range": null, "title": "GDBStub on panic", "type": "bool" - }, - { - "children": [], - "depends_on": "!IDF_TARGET_ESP32C2 && ", - "help": "Invoke gdbstub on the serial port, allowing for gdb to attach to it and to do a debug on runtime.", - "id": "ESP_SYSTEM_GDBSTUB_RUNTIME", - "name": "ESP_SYSTEM_GDBSTUB_RUNTIME", - "range": null, - "title": "GDBStub at runtime", - "type": "bool" } ], "depends_on": null, @@ -15004,7 +17778,7 @@ { "children": [], "depends_on": "ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK", - "help": "This config option allows to add RTC fast memory region to system heap with capability\nsimilar to that of DRAM region but without DMA. This memory will be consumed first per\nheap initialization order by early startup services and scheduler related code. Speed\nwise RTC fast memory operates on APB clock and hence does not have much performance impact.", + "help": "This config option allows to add RTC fast memory region to system heap with capability\nsimilar to that of DRAM region but without DMA. Speed wise RTC fast memory operates on\nAPB clock and hence does not have much performance impact.", "id": "ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP", "name": "ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP", "range": null, @@ -15024,7 +17798,18 @@ { "children": [ { - "children": [], + "children": [ + { + "children": [], + "depends_on": "IDF_TARGET_ARCH_RISCV && SOC_LP_CORE_SUPPORTED && ESP_SYSTEM_PMP_IDRAM_SPLIT", + "help": "If enabled, user can run code available in LP Core image.\n\nWarning: on ESP32-P4 this will also mark the memory area used for BOOTLOADER_RESERVE_RTC_MEM\nas executable. If you consider this a security risk then do not activate this option.", + "id": "ESP_SYSTEM_PMP_LP_CORE_RESERVE_MEM_EXECUTABLE", + "name": "ESP_SYSTEM_PMP_LP_CORE_RESERVE_MEM_EXECUTABLE", + "range": null, + "title": "Make LP core reserved memory executable from HP core", + "type": "bool" + } + ], "depends_on": "SOC_CPU_IDRAM_SPLIT_USING_PMP", "help": "If enabled, the CPU watches all the memory access and raises an exception in case\nof any memory violation. This feature automatically splits\nthe SRAM memory, using PMP, into data and instruction segments and sets Read/Execute permissions\nfor the instruction part (below given splitting address) and Read/Write permissions\nfor the data part (above the splitting address). The memory protection is effective\non all access through the IRAM0 and DRAM0 buses.", "id": "ESP_SYSTEM_PMP_IDRAM_SPLIT", @@ -15260,16 +18045,6 @@ "title": null, "type": "bool" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_CONSOLE_MULTIPLE_UART", - "name": "ESP_CONSOLE_MULTIPLE_UART", - "range": null, - "title": null, - "type": "bool" - }, { "children": [ { @@ -15293,7 +18068,7 @@ "type": "bool" } ], - "depends_on": "ESP_CONSOLE_UART_CUSTOM && ESP_CONSOLE_MULTIPLE_UART", + "depends_on": "ESP_CONSOLE_UART_CUSTOM", "help": "This UART peripheral is used for console output from the ESP-IDF Bootloader and the app.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.\n\nDue to an ESP32 ROM bug, UART2 is not supported for console output\nvia esp_rom_printf.", "id": "component-config-esp-system-settings-uart-peripheral-to-use-for-console-output-0-1-", "name": "ESP_CONSOLE_UART_NUM", @@ -15312,22 +18087,32 @@ }, { "children": [], - "depends_on": "ESP_CONSOLE_UART_CUSTOM", - "help": "This GPIO is used for console UART TX output in the ESP-IDF Bootloader and the app (including\nboot log output and default standard output and standard error of the app).\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.", - "id": "ESP_CONSOLE_UART_TX_GPIO", - "name": "ESP_CONSOLE_UART_TX_GPIO", + "depends_on": null, + "help": null, + "id": "ESP_CONSOLE_ROM_SERIAL_PORT_NUM", + "name": "ESP_CONSOLE_ROM_SERIAL_PORT_NUM", "range": null, - "title": "UART TX on GPIO#", + "title": null, "type": "int" }, { "children": [], "depends_on": "ESP_CONSOLE_UART_CUSTOM", - "help": "This GPIO is used for UART RX input in the ESP-IDF Bootloader and the app (including\ndefault default standard input of the app).\n\nNote: The default ESP-IDF Bootloader configures this pin but doesn't read anything from the UART.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.", + "help": "This GPIO is used for console UART TX output in the ESP-IDF Bootloader and the app (including\nboot log output and default standard output and standard error of the app). Value -1 means to\ncontinue using the default console UART TX pin.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.", + "id": "ESP_CONSOLE_UART_TX_GPIO", + "name": "ESP_CONSOLE_UART_TX_GPIO", + "range": null, + "title": "UART TX on GPIO", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_CONSOLE_UART_CUSTOM", + "help": "This GPIO is used for console UART RX input in the ESP-IDF Bootloader and the app (including\ndefault standard input of the app). Value -1 means to continue using the default console UART\nRX pin.\n\nNote: The default ESP-IDF Bootloader configures this pin but doesn't read anything from the UART.\n\nIf the configuration is different in the Bootloader binary compared to the app binary, UART\nis reconfigured after the bootloader exits and the app starts.", "id": "ESP_CONSOLE_UART_RX_GPIO", "name": "ESP_CONSOLE_UART_RX_GPIO", "range": null, - "title": "UART RX on GPIO#", + "title": "UART RX on GPIO", "type": "int" }, { @@ -15368,7 +18153,7 @@ { "children": [], "depends_on": "ESP_INT_WDT", - "help": "The timeout of the watchdog, in miliseconds. Make this higher than the FreeRTOS tick rate.", + "help": "The timeout of the watchdog, in milliseconds. Make this higher than the FreeRTOS tick rate.", "id": "ESP_INT_WDT_TIMEOUT_MS", "name": "ESP_INT_WDT_TIMEOUT_MS", "range": [ @@ -15495,7 +18280,7 @@ "type": "bool" } ], - "depends_on": "!IDF_TARGET_ESP32 && (ESP_SYSTEM_RTC_EXT_OSC || ESP_SYSTEM_RTC_EXT_XTAL)", + "depends_on": "SOC_XT_WDT_SUPPORTED && (ESP_SYSTEM_RTC_EXT_OSC || ESP_SYSTEM_RTC_EXT_XTAL)", "help": "This watchdog timer can detect oscillation failure of the XTAL32K_CLK. When such a failure\nis detected the hardware can be set up to automatically switch to BACKUP32K_CLK and generate\nan interrupt.", "id": "ESP_XT_WDT", "name": "ESP_XT_WDT", @@ -15523,6 +18308,16 @@ "title": "OpenOCD debug stubs", "type": "bool" }, + { + "children": [], + "depends_on": "SOC_DEBUG_HAVE_OCD_STUB_BINS", + "help": "OpenOCD uses stub code to access flash during programming or when inserting and removing\nSW flash breakpoints.\nTo execute stub code, OpenOCD allocates memory on the target device, backs up the existing memory,\nloads the stub binary, runs the binary, and then restores the original memory.\nThis process can be time-consuming, especially when using USB serial JTAG.\nBy enabling this option, 8K of memory in RAM will be preallocated with the stub code,\neliminating the need to back up and restore the memory region.", + "id": "ESP_DEBUG_INCLUDE_OCD_STUB_BINS", + "name": "ESP_DEBUG_INCLUDE_OCD_STUB_BINS", + "range": null, + "title": "Preload OpenOCD stub binaries to speed up debugging. 8K memory will be reserved", + "type": "bool" + }, { "children": [], "depends_on": null, @@ -15538,7 +18333,7 @@ { "children": [], "depends_on": "IDF_TARGET_ESP32 && ", - "help": "Using level 5 interrupt for Interrupt Watchdog and other system checks.", + "help": "Using level 5 interrupt for Interrupt Watchdog, IPC_ISR and other system checks.", "id": "ESP_SYSTEM_CHECK_INT_LEVEL_5", "name": "ESP_SYSTEM_CHECK_INT_LEVEL_5", "range": null, @@ -15548,7 +18343,7 @@ { "children": [], "depends_on": "!BTDM_CTRL_HLI && ", - "help": "Using level 4 interrupt for Interrupt Watchdog and other system checks.", + "help": "Using level 4 interrupt for Interrupt Watchdog, IPC_ISR and other system checks.", "id": "ESP_SYSTEM_CHECK_INT_LEVEL_4", "name": "ESP_SYSTEM_CHECK_INT_LEVEL_4", "range": null, @@ -15557,7 +18352,7 @@ } ], "depends_on": null, - "help": "Interrupt level to use for Interrupt Watchdog and other system checks.", + "help": "Interrupt level to use for Interrupt Watchdog, IPC_ISR and other system checks.", "id": "component-config-esp-system-settings-interrupt-level-to-use-for-interrupt-watchdog-and-other-system-checks", "name": "ESP_SYSTEM_CHECK_INT_LEVEL", "title": "Interrupt level to use for Interrupt Watchdog and other system checks", @@ -15573,60 +18368,10 @@ "children": [], "depends_on": "", "help": null, - "id": "ESP_BROWNOUT_DET_LVL_SEL_0", - "name": "ESP_BROWNOUT_DET_LVL_SEL_0", + "id": "ESP_BROWNOUT_DET_LVL_SEL_7", + "name": "ESP_BROWNOUT_DET_LVL_SEL_7", "range": null, - "title": "2.43V +/- 0.05", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_BROWNOUT_DET_LVL_SEL_1", - "name": "ESP_BROWNOUT_DET_LVL_SEL_1", - "range": null, - "title": "2.48V +/- 0.05", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_BROWNOUT_DET_LVL_SEL_2", - "name": "ESP_BROWNOUT_DET_LVL_SEL_2", - "range": null, - "title": "2.58V +/- 0.05", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_BROWNOUT_DET_LVL_SEL_3", - "name": "ESP_BROWNOUT_DET_LVL_SEL_3", - "range": null, - "title": "2.62V +/- 0.05", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_BROWNOUT_DET_LVL_SEL_4", - "name": "ESP_BROWNOUT_DET_LVL_SEL_4", - "range": null, - "title": "2.67V +/- 0.05", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "ESP_BROWNOUT_DET_LVL_SEL_5", - "name": "ESP_BROWNOUT_DET_LVL_SEL_5", - "range": null, - "title": "2.70V +/- 0.05", + "title": "2.51V", "type": "bool" }, { @@ -15636,22 +18381,52 @@ "id": "ESP_BROWNOUT_DET_LVL_SEL_6", "name": "ESP_BROWNOUT_DET_LVL_SEL_6", "range": null, - "title": "2.77V +/- 0.05", + "title": "2.64V", "type": "bool" }, { "children": [], "depends_on": "", "help": null, - "id": "ESP_BROWNOUT_DET_LVL_SEL_7", - "name": "ESP_BROWNOUT_DET_LVL_SEL_7", + "id": "ESP_BROWNOUT_DET_LVL_SEL_5", + "name": "ESP_BROWNOUT_DET_LVL_SEL_5", "range": null, - "title": "2.80V +/- 0.05", + "title": "2.76V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_4", + "name": "ESP_BROWNOUT_DET_LVL_SEL_4", + "range": null, + "title": "2.92V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_3", + "name": "ESP_BROWNOUT_DET_LVL_SEL_3", + "range": null, + "title": "3.10V", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "ESP_BROWNOUT_DET_LVL_SEL_2", + "name": "ESP_BROWNOUT_DET_LVL_SEL_2", + "range": null, + "title": "3.27V", "type": "bool" } ], "depends_on": "ESP_BROWNOUT_DET", - "help": "The brownout detector will reset the chip when the supply voltage is approximately\nbelow this level. Note that there may be some variation of brownout voltage level\nbetween each ESP chip.\n\n#The voltage levels here are estimates, more work needs to be done to figure out the exact voltages\n#of the brownout threshold levels.", + "help": "The brownout detector will reset the chip when the supply voltage is approximately\nbelow this level. Note that there may be some variation of brownout voltage level\nbetween each chip.\n\n#The voltage levels here are estimates, more work needs to be done to figure out the exact voltages\n#of the brownout threshold levels.", "id": "component-config-esp-system-settings-brownout-detector-hardware-brownout-detect-reset-brownout-voltage-level", "name": "ESP_BROWNOUT_DET_LVL_SEL", "title": "Brownout voltage level", @@ -15659,7 +18434,7 @@ } ], "depends_on": "!IDF_ENV_FPGA", - "help": "The ESP has a built-in brownout detector which can detect if the voltage is lower than\na specific value. If this happens, it will reset the chip in order to prevent unintended\nbehaviour.", + "help": "The ESP32-C3 has a built-in brownout detector which can detect if the voltage is lower than\na specific value. If this happens, it will reset the chip in order to prevent unintended\nbehaviour.", "id": "ESP_BROWNOUT_DET", "name": "ESP_BROWNOUT_DET", "range": null, @@ -15682,26 +18457,6 @@ "title": "Brownout Detector", "type": "menu" }, - { - "children": [], - "depends_on": null, - "help": "If set, the first time the app boots it will disable the BASIC ROM Console\npermanently (by burning an eFuse).\n\nOtherwise, the BASIC ROM Console starts on reset if no valid bootloader is\nread from the flash.\n\n(Enabling secure boot also disables the BASIC ROM Console by default.)", - "id": "ESP32_DISABLE_BASIC_ROM_CONSOLE", - "name": "ESP32_DISABLE_BASIC_ROM_CONSOLE", - "range": null, - "title": "Permanently disable BASIC ROM Console", - "type": "bool" - }, - { - "children": [], - "depends_on": "!FREERTOS_UNICORE && SPIRAM", - "help": null, - "id": "ESP32_ECO3_CACHE_LOCK_FIX", - "name": "ESP32_ECO3_CACHE_LOCK_FIX", - "range": null, - "title": null, - "type": "bool" - }, { "children": [], "depends_on": null, @@ -15711,6 +18466,36 @@ "range": null, "title": null, "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_ASSIST_DEBUG_SUPPORTED", + "help": "This config allows to trigger a panic interrupt when Stack Pointer register goes out of allocated stack\nmemory bounds.", + "id": "ESP_SYSTEM_HW_STACK_GUARD", + "name": "ESP_SYSTEM_HW_STACK_GUARD", + "range": null, + "title": "Hardware stack guard", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_TARGET_ESP32C2 || IDF_TARGET_ESP32S3 || IDF_TARGET_ESP32C6 || IDF_TARGET_ESP32H2", + "help": "This configuration helps to address an BBPLL inaccurate issue when boot from certain bootloader version,\nwhich may increase about the boot-up time by about 200 us. Disable this when your bootloader is built with\nESP-IDF version v5.2 and above.", + "id": "ESP_SYSTEM_BBPLL_RECALIB", + "name": "ESP_SYSTEM_BBPLL_RECALIB", + "range": null, + "title": "Re-calibration BBPLL at startup", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_ASSIST_DEBUG_SUPPORTED", + "help": "This option will enable the PC recording function of assist_debug module. The PC value of the CPU will be\nrecorded to PC record register in assist_debug module in real time. When an exception occurs and the CPU\nis reset, this register will be kept, then we can use the recorded PC to debug the causes of the reset.", + "id": "ESP_SYSTEM_HW_PC_RECORD", + "name": "ESP_SYSTEM_HW_PC_RECORD", + "range": null, + "title": "Hardware PC recording", + "type": "bool" } ], "depends_on": null, @@ -15746,7 +18531,7 @@ { "children": [], "depends_on": null, - "help": "The IPC ISR feature is similar to the IPC feature except that the callback function is executed in the\ncontext of a High Priority Interrupt. The IPC ISR feature is itended for low latency execution of simple\ncallbacks written in assembly on another CPU. Due to being run in a High Priority Interrupt, the assembly\ncallbacks must be written with particular restrictions (see \"IPC\" and \"High-Level Interrupt\" docs for more\ndetails).", + "help": "The IPC ISR feature is similar to the IPC feature except that the callback function is executed in the\ncontext of a High Priority Interrupt. The IPC ISR feature is intended for low latency execution of simple\ncallbacks written in assembly on another CPU. Due to being run in a High Priority Interrupt, the assembly\ncallbacks must be written with particular restrictions (see \"IPC\" and \"High-Level Interrupt\" docs for more\ndetails).", "id": "ESP_IPC_ISR_ENABLE", "name": "ESP_IPC_ISR_ENABLE", "range": null, @@ -15817,12 +18602,12 @@ { "children": [], "depends_on": null, - "help": "It sets the interrupt level for esp_timer ISR in range 1..3.\nA higher level (3) helps to decrease the ISR esp_timer latency.", + "help": "This sets the interrupt priority level for esp_timer ISR.\nA higher value reduces interrupt latency by minimizing the timer processing delay.", "id": "ESP_TIMER_INTERRUPT_LEVEL", "name": "ESP_TIMER_INTERRUPT_LEVEL", "range": [ 1, - 3 + 1 ], "title": "Interrupt level", "type": "int" @@ -15882,21 +18667,11 @@ ], "depends_on": null, "help": "The default settings: timer TASK on CPU0 and timer ISR on CPU0.\nOther settings may help in certain cases, but note that they may break\nother features, use them with care.\n- \"CPU0\": (default) esp_timer task is processed by CPU0.\n- \"CPU1\": esp_timer task is processed by CPU1.\n- \"No affinity\": esp_timer task can be processed by any CPU.", - "id": "component-config-high-resolution-timer-esp_timer--esp_timer-task-core-affinity", + "id": "component-config-esp-timer-high-resolution-timer--esp_timer-task-core-affinity", "name": "ESP_TIMER_TASK_AFFINITY", "title": "esp_timer task core affinity", "type": "choice" }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "ESP_TIMER_ISR_AFFINITY", - "name": "ESP_TIMER_ISR_AFFINITY", - "range": null, - "title": null, - "type": "hex" - }, { "children": [ { @@ -15932,7 +18707,7 @@ ], "depends_on": null, "help": "The default settings: timer TASK on CPU0 and timer ISR on CPU0.\nOther settings may help in certain cases, but note that they may break\nother features, use them with care.\n- \"CPU0\": (default) timer interrupt is processed by CPU0.\n- \"CPU1\": timer interrupt is processed by CPU1.\n- \"No affinity\": timer interrupt can be processed by any CPU. It helps\nto reduce latency but there is a disadvantage it leads to the timer ISR\nrunning on every core. It increases the CPU time usage for timer ISRs\nby N on an N-core system.", - "id": "component-config-high-resolution-timer-esp_timer--timer-interrupt-core-affinity", + "id": "component-config-esp-timer-high-resolution-timer--timer-interrupt-core-affinity", "name": "ESP_TIMER_ISR_AFFINITY", "title": "timer interrupt core affinity", "type": "choice" @@ -15969,8 +18744,8 @@ } ], "depends_on": null, - "id": "component-config-high-resolution-timer-esp_timer-", - "title": "High resolution timer (esp_timer)", + "id": "component-config-esp-timer-high-resolution-timer-", + "title": "ESP Timer (High Resolution Timer)", "type": "menu" }, { @@ -15985,9 +18760,40 @@ "title": null, "type": "bool" }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_HOST_WIFI_ENABLED", + "help": null, + "id": "ESP_WIFI_CONTROLLER_TARGET", + "name": "ESP_WIFI_CONTROLLER_TARGET", + "range": null, + "title": null, + "type": "string" + }, + { + "children": [], + "depends_on": "ESP_HOST_WIFI_ENABLED", + "help": null, + "id": "ESP_WIFI_TARGET_ESP32", + "name": "ESP_WIFI_TARGET_ESP32", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": "SOC_WIRELESS_HOST_SUPPORTED", + "help": null, + "id": "ESP_HOST_WIFI_ENABLED", + "name": "ESP_HOST_WIFI_ENABLED", + "range": null, + "title": "Host WiFi Enable", + "type": "bool" + }, { "children": [], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Set the number of WiFi static RX buffers. Each buffer takes approximately 1.6KB of RAM.\nThe static rx buffers are allocated when esp_wifi_init is called, they are not freed\nuntil esp_wifi_deinit is called.\n\nWiFi hardware use these buffers to receive all 802.11 frames.\nA higher number may allow higher throughput but increases memory use. If ESP_WIFI_AMPDU_RX_ENABLED\nis enabled, this value is recommended to set equal or bigger than ESP_WIFI_RX_BA_WIN in order to\nachieve better throughput and compatibility with both stations and APs.", "id": "ESP_WIFI_STATIC_RX_BUFFER_NUM", "name": "ESP_WIFI_STATIC_RX_BUFFER_NUM", @@ -16000,7 +18806,7 @@ }, { "children": [], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Set the number of WiFi dynamic RX buffers, 0 means unlimited RX buffers will be allocated\n(provided sufficient free RAM). The size of each dynamic RX buffer depends on the size of\nthe received data frame.\n\nFor each received data frame, the WiFi driver makes a copy to an RX buffer and then delivers\nit to the high layer TCP/IP stack. The dynamic RX buffer is freed after the higher layer has\nsuccessfully received the data frame.\n\nFor some applications, WiFi data frames may be received faster than the application can\nprocess them. In these cases we may run out of memory if RX buffer number is unlimited (0).\n\nIf a dynamic RX buffer limit is set, it should be at least the number of static RX buffers.", "id": "ESP_WIFI_DYNAMIC_RX_BUFFER_NUM", "name": "ESP_WIFI_DYNAMIC_RX_BUFFER_NUM", @@ -16025,7 +18831,7 @@ }, { "children": [], - "depends_on": "!SPIRAM_USE_MALLOC && ", + "depends_on": "!(SPIRAM_TRY_ALLOCATE_WIFI_LWIP && !SPIRAM_IGNORE_NOTFOUND) && ", "help": null, "id": "ESP_WIFI_DYNAMIC_TX_BUFFER", "name": "ESP_WIFI_DYNAMIC_TX_BUFFER", @@ -16034,7 +18840,7 @@ "type": "bool" } ], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Select type of WiFi TX buffers:\n\nIf \"Static\" is selected, WiFi TX buffers are allocated when WiFi is initialized and released\nwhen WiFi is de-initialized. The size of each static TX buffer is fixed to about 1.6KB.\n\nIf \"Dynamic\" is selected, each WiFi TX buffer is allocated as needed when a data frame is\ndelivered to the Wifi driver from the TCP/IP stack. The buffer is freed after the data frame\nhas been sent by the WiFi driver. The size of each dynamic TX buffer depends on the length\nof each data frame sent by the TCP/IP layer.\n\nIf PSRAM is enabled, \"Static\" should be selected to guarantee enough WiFi TX buffers.\nIf PSRAM is disabled, \"Dynamic\" should be selected to improve the utilization of RAM.", "id": "component-config-wi-fi-type-of-wifi-tx-buffers", "name": "ESP_WIFI_TX_BUFFER", @@ -16043,7 +18849,7 @@ }, { "children": [], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": null, "id": "ESP_WIFI_TX_BUFFER_TYPE", "name": "ESP_WIFI_TX_BUFFER_TYPE", @@ -16053,7 +18859,7 @@ }, { "children": [], - "depends_on": "ESP_WIFI_STATIC_TX_BUFFER", + "depends_on": "ESP_WIFI_STATIC_TX_BUFFER && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Set the number of WiFi static TX buffers. Each buffer takes approximately 1.6KB of RAM.\nThe static RX buffers are allocated when esp_wifi_init() is called, they are not released\nuntil esp_wifi_deinit() is called.\n\nFor each transmitted data frame from the higher layer TCP/IP stack, the WiFi driver makes a\ncopy of it in a TX buffer. For some applications especially UDP applications, the upper\nlayer can deliver frames faster than WiFi layer can transmit. In these cases, we may run out\nof TX buffers.", "id": "ESP_WIFI_STATIC_TX_BUFFER_NUM", "name": "ESP_WIFI_STATIC_TX_BUFFER_NUM", @@ -16063,7 +18869,7 @@ }, { "children": [], - "depends_on": "SPIRAM", + "depends_on": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP && !SPIRAM_IGNORE_NOTFOUND && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Set the number of WiFi cache TX buffer number.\n\nFor each TX packet from uplayer, such as LWIP etc, WiFi driver needs to allocate a static TX\nbuffer and makes a copy of uplayer packet. If WiFi driver fails to allocate the static TX buffer,\nit caches the uplayer packets to a dedicated buffer queue, this option is used to configure the\nsize of the cached TX queue.", "id": "ESP_WIFI_CACHE_TX_BUFFER_NUM", "name": "ESP_WIFI_CACHE_TX_BUFFER_NUM", @@ -16073,7 +18879,7 @@ }, { "children": [], - "depends_on": "ESP_WIFI_DYNAMIC_TX_BUFFER", + "depends_on": "ESP_WIFI_DYNAMIC_TX_BUFFER && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Set the number of WiFi dynamic TX buffers. The size of each dynamic TX buffer is not fixed,\nit depends on the size of each transmitted data frame.\n\nFor each transmitted frame from the higher layer TCP/IP stack, the WiFi driver makes a copy\nof it in a TX buffer. For some applications, especially UDP applications, the upper layer\ncan deliver frames faster than WiFi layer can transmit. In these cases, we may run out of TX\nbuffers.", "id": "ESP_WIFI_DYNAMIC_TX_BUFFER_NUM", "name": "ESP_WIFI_DYNAMIC_TX_BUFFER_NUM", @@ -16107,7 +18913,7 @@ "type": "bool" } ], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Select type of WiFi RX MGMT buffers:\n\nIf \"Static\" is selected, WiFi RX MGMT buffers are allocated when WiFi is initialized and released\nwhen WiFi is de-initialized. The size of each static RX MGMT buffer is fixed to about 500 Bytes.\n\nIf \"Dynamic\" is selected, each WiFi RX MGMT buffer is allocated as needed when a MGMT data frame is\nreceived. The MGMT buffer is freed after the MGMT data frame has been processed by the WiFi driver.", "id": "component-config-wi-fi-type-of-wifi-rx-mgmt-buffers", "name": "ESP_WIFI_MGMT_RX_BUFFER", @@ -16116,7 +18922,7 @@ }, { "children": [], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": null, "id": "ESP_WIFI_DYNAMIC_RX_MGMT_BUF", "name": "ESP_WIFI_DYNAMIC_RX_MGMT_BUF", @@ -16126,7 +18932,7 @@ }, { "children": [], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Set the number of WiFi RX_MGMT buffers.\n\nFor Management buffers, the number of dynamic and static management buffers is the same.\nIn order to prevent memory fragmentation, the management buffer type should be set to static first.", "id": "ESP_WIFI_RX_MGMT_BUF_NUM_DEF", "name": "ESP_WIFI_RX_MGMT_BUF_NUM_DEF", @@ -16139,7 +18945,7 @@ }, { "children": [], - "depends_on": "SOC_WIFI_CSI_SUPPORT", + "depends_on": "SOC_WIFI_CSI_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Select this option to enable CSI(Channel State Information) feature. CSI takes about\nCONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM KB of RAM. If CSI is not used, it is better to disable\nthis feature in order to save memory.", "id": "ESP_WIFI_CSI_ENABLED", "name": "ESP_WIFI_CSI_ENABLED", @@ -16151,7 +18957,7 @@ "children": [ { "children": [], - "depends_on": "ESP_WIFI_AMPDU_TX_ENABLED", + "depends_on": "ESP_WIFI_AMPDU_TX_ENABLED && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Set the size of WiFi Block Ack TX window. Generally a bigger value means higher throughput but\nmore memory. Most of time we should NOT change the default value unless special reason, e.g.\ntest the maximum UDP TX throughput with iperf etc. For iperf test in shieldbox, the recommended\nvalue is 9~12.", "id": "ESP_WIFI_TX_BA_WIN", "name": "ESP_WIFI_TX_BA_WIN", @@ -16163,7 +18969,7 @@ "type": "int" } ], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Select this option to enable AMPDU TX feature", "id": "ESP_WIFI_AMPDU_TX_ENABLED", "name": "ESP_WIFI_AMPDU_TX_ENABLED", @@ -16175,8 +18981,8 @@ "children": [ { "children": [], - "depends_on": "ESP_WIFI_AMPDU_RX_ENABLED", - "help": "Set the size of WiFi Block Ack RX window. Generally a bigger value means higher throughput and better\ncompatibility but more memory. Most of time we should NOT change the default value unless special\nreason, e.g. test the maximum UDP RX throughput with iperf etc. For iperf test in shieldbox, the\nrecommended value is 9~12. If PSRAM is used and WiFi memory is prefered to allocat in PSRAM first,\nthe default and minimum value should be 16 to achieve better throughput and compatibility with both\nstations and APs.", + "depends_on": "ESP_WIFI_AMPDU_RX_ENABLED && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Set the size of WiFi Block Ack RX window. Generally a bigger value means higher throughput and better\ncompatibility but more memory. Most of time we should NOT change the default value unless special\nreason, e.g. test the maximum UDP RX throughput with iperf etc. For iperf test in shieldbox, the\nrecommended value is 9~12. If PSRAM is used and WiFi memory is preferred to allocate in PSRAM first,\nthe default and minimum value should be 16 to achieve better throughput and compatibility with both\nstations and APs.", "id": "ESP_WIFI_RX_BA_WIN", "name": "ESP_WIFI_RX_BA_WIN", "range": [ @@ -16187,7 +18993,7 @@ "type": "int" } ], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Select this option to enable AMPDU RX feature", "id": "ESP_WIFI_AMPDU_RX_ENABLED", "name": "ESP_WIFI_AMPDU_RX_ENABLED", @@ -16197,7 +19003,7 @@ }, { "children": [], - "depends_on": "SPIRAM", + "depends_on": "ESP_WIFI_CACHE_TX_BUFFER_NUM >= 2 && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Select this option to enable AMSDU TX feature", "id": "ESP_WIFI_AMSDU_TX_ENABLED", "name": "ESP_WIFI_AMSDU_TX_ENABLED", @@ -16207,7 +19013,7 @@ }, { "children": [], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Select this option to enable WiFi NVS flash", "id": "ESP_WIFI_NVS_ENABLED", "name": "ESP_WIFI_NVS_ENABLED", @@ -16238,7 +19044,7 @@ "type": "bool" } ], - "depends_on": "!FREERTOS_UNICORE", + "depends_on": "!FREERTOS_UNICORE && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Pinned WiFi task to core 0 or core 1.", "id": "component-config-wi-fi-wifi-task-core-id", "name": "ESP_WIFI_TASK_CORE_ID", @@ -16247,8 +19053,8 @@ }, { "children": [], - "depends_on": null, - "help": "ESP-MESH utilizes beacon frames to detect and resolve root node conflicts (see documentation). However the\ndefault length of a beacon frame can simultaneously hold only five root node identifier structures,\nmeaning that a root node conflict of up to five nodes can be detected at one time. In the occurence of\nmore root nodes conflict involving more than five root nodes, the conflict resolution process will detect\nfive of the root nodes, resolve the conflict, and re-detect more root nodes. This process will repeat\nuntil all root node conflicts are resolved. However this process can generally take a very long time.\n\nTo counter this situation, the beacon frame length can be increased such that more root nodes can be\ndetected simultaneously. Each additional root node will require 36 bytes and should be added ontop of the\ndefault beacon frame length of\n752 bytes. For example, if you want to detect 10 root nodes simultaneously, you need to set the beacon\nframe length as\n932 (752+36*5).\n\nSetting a longer beacon length also assists with debugging as the conflicting root nodes can be identified\nmore quickly.", + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "ESP-MESH utilizes beacon frames to detect and resolve root node conflicts (see documentation). However\nthe default length of a beacon frame can simultaneously hold only five root node identifier structures,\nmeaning that a root node conflict of up to five nodes can be detected at one time. In the occurrence of\nmore root nodes conflict involving more than five root nodes, the conflict resolution process will\ndetect five of the root nodes, resolve the conflict, and re-detect more root nodes. This process will\nrepeat until all root node conflicts are resolved. However this process can generally take a very long\ntime.\n\nTo counter this situation, the beacon frame length can be increased such that more root nodes can be\ndetected simultaneously. Each additional root node will require 36 bytes and should be added on top of\nthe default beacon frame length of\n752 bytes. For example, if you want to detect 10 root nodes simultaneously, you need to set the beacon\nframe length as\n932 (752+36*5).\n\nSetting a longer beacon length also assists with debugging as the conflicting root nodes can be\nidentified more quickly.", "id": "ESP_WIFI_SOFTAP_BEACON_MAX_LEN", "name": "ESP_WIFI_SOFTAP_BEACON_MAX_LEN", "range": [ @@ -16260,8 +19066,8 @@ }, { "children": [], - "depends_on": null, - "help": "Set the number of WiFi management short buffer.", + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Set the maximum number of Wi-Fi management short buffers. These buffers are dynamically allocated,\nwith their size determined by the length of the management packet to be sent. When a management\npacket is less than 64 bytes, the Wi-Fi driver classifies it as a short management packet and\nassigns it to one of these buffers.", "id": "ESP_WIFI_MGMT_SBUF_NUM", "name": "ESP_WIFI_MGMT_SBUF_NUM", "range": [ @@ -16273,7 +19079,7 @@ }, { "children": [], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Select this option to place frequently called Wi-Fi library functions in IRAM.\nWhen this option is disabled, more than 10Kbytes of IRAM memory will be saved\nbut Wi-Fi throughput will be reduced.", "id": "ESP_WIFI_IRAM_OPT", "name": "ESP_WIFI_IRAM_OPT", @@ -16283,7 +19089,7 @@ }, { "children": [], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Select this option to place additional frequently called Wi-Fi library functions\nin IRAM. When this option is disabled, more than 5Kbytes of IRAM memory will be saved\nbut Wi-Fi throughput will be reduced.", "id": "ESP_WIFI_EXTRA_IRAM_OPT", "name": "ESP_WIFI_EXTRA_IRAM_OPT", @@ -16293,7 +19099,7 @@ }, { "children": [], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Select this option to place frequently called Wi-Fi library RX functions in IRAM.\nWhen this option is disabled, more than 17Kbytes of IRAM memory will be saved\nbut Wi-Fi performance will be reduced.", "id": "ESP_WIFI_RX_IRAM_OPT", "name": "ESP_WIFI_RX_IRAM_OPT", @@ -16305,7 +19111,7 @@ "children": [ { "children": [], - "depends_on": "ESP_WIFI_ENABLE_WPA3_SAE", + "depends_on": "ESP_WIFI_ENABLE_WPA3_SAE && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Select this option to enable SAE-PK", "id": "ESP_WIFI_ENABLE_SAE_PK", "name": "ESP_WIFI_ENABLE_SAE_PK", @@ -16315,7 +19121,7 @@ }, { "children": [], - "depends_on": "ESP_WIFI_ENABLE_WPA3_SAE && ESP_WIFI_SOFTAP_SUPPORT", + "depends_on": "ESP_WIFI_ENABLE_WPA3_SAE && ESP_WIFI_SOFTAP_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Select this option to enable SAE support in softAP mode.", "id": "ESP_WIFI_SOFTAP_SAE_SUPPORT", "name": "ESP_WIFI_SOFTAP_SAE_SUPPORT", @@ -16324,8 +19130,8 @@ "type": "bool" } ], - "depends_on": null, - "help": "Select this option to allow the device to establish a WPA3-Personal connection with eligible AP's.\nPMF (Protected Management Frames) is a prerequisite feature for a WPA3 connection, it needs to be\nexplicitly configured before attempting connection. Please refer to the Wi-Fi Driver API Guide for details.", + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to allow the device to establish a WPA3-Personal connection with eligible AP's.\nPMF (Protected Management Frames) is a prerequisite feature for a WPA3 connection, it needs to be\nexplicitly configured before attempting connection. Please refer to the Wi-Fi Driver API Guide\nfor details.", "id": "ESP_WIFI_ENABLE_WPA3_SAE", "name": "ESP_WIFI_ENABLE_WPA3_SAE", "range": null, @@ -16334,8 +19140,8 @@ }, { "children": [], - "depends_on": null, - "help": "Select this option to allow the device to establish OWE connection with eligible AP's.\nPMF (Protected Management Frames) is a prerequisite feature for a WPA3 connection, it needs to be\nexplicitly configured before attempting connection. Please refer to the Wi-Fi Driver API Guide for details.", + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to allow the device to establish OWE connection with eligible AP's.\nPMF (Protected Management Frames) is a prerequisite feature for a WPA3 connection, it needs to be\nexplicitly configured before attempting connection. Please refer to the Wi-Fi Driver API Guide\nfor details.", "id": "ESP_WIFI_ENABLE_WPA3_OWE_STA", "name": "ESP_WIFI_ENABLE_WPA3_OWE_STA", "range": null, @@ -16343,29 +19149,8 @@ "type": "bool" }, { - "children": [ - { - "children": [], - "depends_on": "ESP_WIFI_SLP_IRAM_OPT", - "help": "The minimum timeout for waiting to receive data, unit: milliseconds.", - "id": "ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME", - "name": "ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME", - "range": null, - "title": "Minimum active time", - "type": "int" - }, - { - "children": [], - "depends_on": "ESP_WIFI_SLP_IRAM_OPT", - "help": "The maximum time that wifi keep alive, unit: seconds.", - "id": "ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME", - "name": "ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME", - "range": null, - "title": "Maximum keep alive time", - "type": "int" - } - ], - "depends_on": null, + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Select this option to place called Wi-Fi library TBTT process and receive beacon functions in IRAM.\nSome functions can be put in IRAM either by ESP_WIFI_IRAM_OPT and ESP_WIFI_RX_IRAM_OPT, or this one.\nIf already enabled ESP_WIFI_IRAM_OPT, the other 7.3KB IRAM memory would be taken by this option.\nIf already enabled ESP_WIFI_RX_IRAM_OPT, the other 1.3KB IRAM memory would be taken by this option.\nIf neither of them are enabled, the other 7.4KB IRAM memory would be taken by this option.\nWi-Fi power-save mode average current would be reduced if this option is enabled.", "id": "ESP_WIFI_SLP_IRAM_OPT", "name": "ESP_WIFI_SLP_IRAM_OPT", @@ -16373,11 +19158,50 @@ "title": "WiFi SLP IRAM speed optimization", "type": "bool" }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Only for station in WIFI_PS_MIN_MODEM or WIFI_PS_MAX_MODEM. When the station enters the active state,\nit will work for at least ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME. If a data packet is received or sent\nduring this period, the time will be refreshed. If the time is up, but the station still has packets\nto receive or send, the time will also be refreshed. unit: milliseconds.", + "id": "ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME", + "name": "ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME", + "range": [ + 8, + 60 + ], + "title": "Minimum active time", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Only for station in WIFI_PS_MIN_MODEM or WIFI_PS_MAX_MODEM. If no packet has been\nsent within ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME, a null data packet will be sent\nto maintain the connection with the AP. unit: seconds.", + "id": "ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME", + "name": "ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME", + "range": [ + 10, + 60 + ], + "title": "Maximum keep alive time", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Only for station in WIFI_PS_MIN_MODEM or WIFI_PS_MAX_MODEM. When the station knows through the beacon\nthat AP will send broadcast packet, it will wait for ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME\nbefore entering the sleep process. If a broadcast packet is received with more data bits, the time\nwill refreshed. unit: milliseconds.", + "id": "ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME", + "name": "ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME", + "range": [ + 10, + 30 + ], + "title": "Minimum wait broadcast data time", + "type": "int" + }, { "children": [ { "children": [], - "depends_on": "ESP_WIFI_FTM_ENABLE", + "depends_on": "ESP_WIFI_FTM_ENABLE && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": null, "id": "ESP_WIFI_FTM_INITIATOR_SUPPORT", "name": "ESP_WIFI_FTM_INITIATOR_SUPPORT", @@ -16387,7 +19211,7 @@ }, { "children": [], - "depends_on": "ESP_WIFI_FTM_ENABLE", + "depends_on": "ESP_WIFI_FTM_ENABLE && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": null, "id": "ESP_WIFI_FTM_RESPONDER_SUPPORT", "name": "ESP_WIFI_FTM_RESPONDER_SUPPORT", @@ -16396,7 +19220,7 @@ "type": "bool" } ], - "depends_on": "SOC_WIFI_FTM_SUPPORT", + "depends_on": "SOC_WIFI_FTM_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Enable feature Fine Timing Measurement for calculating WiFi Round-Trip-Time (RTT).", "id": "ESP_WIFI_FTM_ENABLE", "name": "ESP_WIFI_FTM_ENABLE", @@ -16406,7 +19230,7 @@ }, { "children": [], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Select this option to enable power_management for station when disconnected.\nChip will do modem-sleep when rf module is not in use any more.", "id": "ESP_WIFI_STA_DISCONNECTED_PM_ENABLE", "name": "ESP_WIFI_STA_DISCONNECTED_PM_ENABLE", @@ -16416,7 +19240,7 @@ }, { "children": [], - "depends_on": "SOC_WIFI_GCMP_SUPPORT", + "depends_on": "SOC_WIFI_GCMP_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Select this option to enable GCMP support. GCMP support is compulsory for WiFi Suite-B support.", "id": "ESP_WIFI_GCMP_SUPPORT", "name": "ESP_WIFI_GCMP_SUPPORT", @@ -16426,7 +19250,7 @@ }, { "children": [], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Select this option to enable GMAC support. GMAC support is compulsory for WiFi 192 bit certification.", "id": "ESP_WIFI_GMAC_SUPPORT", "name": "ESP_WIFI_GMAC_SUPPORT", @@ -16436,7 +19260,7 @@ }, { "children": [], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "WiFi module can be compiled without SoftAP to save code size.", "id": "ESP_WIFI_SOFTAP_SUPPORT", "name": "ESP_WIFI_SOFTAP_SUPPORT", @@ -16446,7 +19270,7 @@ }, { "children": [], - "depends_on": "ESP_PHY_MAC_BB_PD && SOC_PM_SUPPORT_BEACON_WAKEUP", + "depends_on": "ESP_PHY_MAC_BB_PD && SOC_PM_SUPPORT_BEACON_WAKEUP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "The wifi modem automatically receives the beacon frame during light sleep.", "id": "ESP_WIFI_ENHANCED_LIGHT_SLEEP", "name": "ESP_WIFI_ENHANCED_LIGHT_SLEEP", @@ -16458,7 +19282,7 @@ "children": [ { "children": [], - "depends_on": "ESP_WIFI_SLP_BEACON_LOST_OPT", + "depends_on": "ESP_WIFI_SLP_BEACON_LOST_OPT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Timeout time for close rf phy when beacon loss occurs, Unit: 1024 microsecond.", "id": "ESP_WIFI_SLP_BEACON_LOST_TIMEOUT", "name": "ESP_WIFI_SLP_BEACON_LOST_TIMEOUT", @@ -16468,7 +19292,7 @@ }, { "children": [], - "depends_on": "ESP_WIFI_SLP_BEACON_LOST_OPT", + "depends_on": "ESP_WIFI_SLP_BEACON_LOST_OPT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Maximum number of consecutive lost beacons allowed, WiFi keeps Rx state when\nthe number of consecutive beacons lost is greater than the given threshold.", "id": "ESP_WIFI_SLP_BEACON_LOST_THRESHOLD", "name": "ESP_WIFI_SLP_BEACON_LOST_THRESHOLD", @@ -16478,7 +19302,7 @@ }, { "children": [], - "depends_on": "ESP_WIFI_SLP_BEACON_LOST_OPT && SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW", + "depends_on": "ESP_WIFI_SLP_BEACON_LOST_OPT && SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Delta early time for rf phy on, When the beacon is lost, the next rf phy on will\nbe earlier the time specified by the configuration item, Unit: 32 microsecond.", "id": "ESP_WIFI_SLP_PHY_ON_DELTA_EARLY_TIME", "name": "ESP_WIFI_SLP_PHY_ON_DELTA_EARLY_TIME", @@ -16488,7 +19312,7 @@ }, { "children": [], - "depends_on": "ESP_WIFI_SLP_BEACON_LOST_OPT && SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW", + "depends_on": "ESP_WIFI_SLP_BEACON_LOST_OPT && SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Delta timeout time for rf phy off, When the beacon is lost, the next rf phy off will\nbe delayed for the time specified by the configuration item. Unit: 1024 microsecond.", "id": "ESP_WIFI_SLP_PHY_OFF_DELTA_TIMEOUT_TIME", "name": "ESP_WIFI_SLP_PHY_OFF_DELTA_TIMEOUT_TIME", @@ -16497,7 +19321,7 @@ "type": "int" } ], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Enable wifi sleep optimization when beacon loss occurs and immediately enter\nsleep mode when the WiFi module detects beacon loss.", "id": "ESP_WIFI_SLP_BEACON_LOST_OPT", "name": "ESP_WIFI_SLP_BEACON_LOST_OPT", @@ -16507,8 +19331,8 @@ }, { "children": [], - "depends_on": null, - "help": "Maximum number of encrypted peers supported by espnow.\nThe number of hardware keys for encryption is fixed. And the espnow and SoftAP share the same\nhardware keys. So this configuration will affect the maximum connection number of SoftAP.\nMaximum espnow encrypted peers number + maximum number of connections of SoftAP = Max hardware keys number.\nWhen using ESP mesh, this value should be set to a maximum of 6.", + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Maximum number of encrypted peers supported by espnow.\nThe number of hardware keys for encryption is fixed. And the espnow and SoftAP share the same\nhardware keys. So this configuration will affect the maximum connection number of SoftAP.\nMaximum espnow encrypted peers number + maximum number of connections of SoftAP = Max hardware\nkeys number. When using ESP mesh, this value should be set to a maximum of 6.", "id": "ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM", "name": "ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM", "range": [ @@ -16520,7 +19344,7 @@ }, { "children": [], - "depends_on": "SOC_WIFI_NAN_SUPPORT", + "depends_on": "SOC_WIFI_NAN_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Enable WiFi Aware (NAN) feature.", "id": "ESP_WIFI_NAN_ENABLE", "name": "ESP_WIFI_NAN_ENABLE", @@ -16528,22 +19352,23 @@ "title": "WiFi Aware", "type": "bool" }, - { - "children": [], - "depends_on": "SOC_WIFI_HE_SUPPORT", - "help": "Enable Wi-Fi transmission statistics. Total support 4 access category. Each access category\nwill use 346 bytes memory.", - "id": "ESP_WIFI_ENABLE_WIFI_TX_STATS", - "name": "ESP_WIFI_ENABLE_WIFI_TX_STATS", - "range": null, - "title": "Enable Wi-Fi transmission statistics", - "type": "bool" - }, { "children": [ { - "children": [], - "depends_on": "ESP_WIFI_MBEDTLS_CRYPTO", - "help": "Select this option to use MbedTLS TLS client for WPA2 enterprise connection.\nPlease note that from MbedTLS-3.0 onwards, MbedTLS does not support SSL-3.0\nTLS-v1.0, TLS-v1.1 versions. Incase your server is using one of these version,\nit is advisable to update your server.\nPlease disable this option for compatibilty with older TLS versions.", + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_MBEDTLS_TLS_CLIENT && IDF_EXPERIMENTAL_FEATURES && ESP_WIFI_MBEDTLS_CRYPTO && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Select this option to support EAP with TLS v1.3.\nThis configuration still supports compatibility with EAP-TLS v1.2.\nPlease note that enabling this configuration will cause every application which\nuses TLS go for TLS1.3 if server supports that. TLS1.3 is still in development in mbedtls\nand there may be interoperability issues with this. Please modify your application to set\nmax version as TLS1.2 if you want to enable TLS1.3 only for WiFi connection.", + "id": "ESP_WIFI_EAP_TLS1_3", + "name": "ESP_WIFI_EAP_TLS1_3", + "range": null, + "title": "Enable EAP-TLS v1.3 Support for WiFi Enterprise connection", + "type": "bool" + } + ], + "depends_on": "ESP_WIFI_ENTERPRISE_SUPPORT && ESP_WIFI_MBEDTLS_CRYPTO && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Select this option to use MbedTLS TLS client for WPA2 enterprise connection.\nPlease note that from MbedTLS-3.0 onwards, MbedTLS does not support SSL-3.0\nTLS-v1.0, TLS-v1.1 versions. In case your server is using one of these version,\nit is advisable to update your server.\nPlease disable this option for compatibility with older TLS versions.", "id": "ESP_WIFI_MBEDTLS_TLS_CLIENT", "name": "ESP_WIFI_MBEDTLS_TLS_CLIENT", "range": null, @@ -16551,7 +19376,7 @@ "type": "bool" } ], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Select this option to enable the use of MbedTLS crypto APIs.\nThe internal crypto support within the supplicant is limited\nand may not suffice for all new security features, including WPA3.\n\nIt is recommended to always keep this option enabled. Additionally,\nnote that MbedTLS can leverage hardware acceleration if available,\nresulting in significantly faster cryptographic operations.", "id": "ESP_WIFI_MBEDTLS_CRYPTO", "name": "ESP_WIFI_MBEDTLS_CRYPTO", @@ -16561,7 +19386,7 @@ }, { "children": [], - "depends_on": "SOC_WIFI_WAPI_SUPPORT", + "depends_on": "SOC_WIFI_WAPI_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Select this option to enable WAPI-PSK\nwhich is a Chinese National Standard Encryption for Wireless LANs (GB 15629.11-2003).", "id": "ESP_WIFI_WAPI_PSK", "name": "ESP_WIFI_WAPI_PSK", @@ -16571,7 +19396,7 @@ }, { "children": [], - "depends_on": "SOC_WIFI_GCMP_SUPPORT", + "depends_on": "SOC_WIFI_GCMP_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Select this option to enable 192 bit NSA suite-B.\nThis is necessary to support WPA3 192 bit security.", "id": "ESP_WIFI_SUITE_B_192", "name": "ESP_WIFI_SUITE_B_192", @@ -16583,7 +19408,7 @@ "children": [ { "children": [], - "depends_on": "ESP_WIFI_11KV_SUPPORT", + "depends_on": "ESP_WIFI_11KV_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Keep scan results in cache, if not enabled, those\nwill be flushed immediately.", "id": "ESP_WIFI_SCAN_CACHE", "name": "ESP_WIFI_SCAN_CACHE", @@ -16592,7 +19417,7 @@ "type": "bool" } ], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Select this option to enable 802.11k 802.11v APIs(RRM and BTM support).\nOnly APIs which are helpful for network assisted roaming\nare supported for now.\nEnable this option with BTM and RRM enabled in sta config\nto make device ready for network assisted roaming.\nBTM: BSS transition management enables an AP to request a station to transition\nto a specific AP, or to indicate to a station a set of preferred APs.\nRRM: Radio measurements enable STAs to understand the radio environment,\nit enables STAs to observe and gather data on radio link performance\nand on the radio environment. Current implementation adds beacon report,\nlink measurement, neighbor report.", "id": "ESP_WIFI_11KV_SUPPORT", "name": "ESP_WIFI_11KV_SUPPORT", @@ -16602,7 +19427,7 @@ }, { "children": [], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Select this option to enable WiFi Multiband operation certification support.", "id": "ESP_WIFI_MBO_SUPPORT", "name": "ESP_WIFI_MBO_SUPPORT", @@ -16610,9 +19435,256 @@ "title": "Enable Multi Band Operation Certification Support", "type": "bool" }, + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ROAMING_LOW_RSSI_ROAMING && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "WiFi RSSI threshold to trigger roaming value in dBm (-99 to -1). Values under -30 dbm\nmight lead to a flood of low rssi events. This interferes with normal functioning and\nTX/Rx performance.", + "id": "ESP_WIFI_ROAMING_LOW_RSSI_THRESHOLD", + "name": "ESP_WIFI_ROAMING_LOW_RSSI_THRESHOLD", + "range": null, + "title": "WiFi RSSI threshold to trigger roaming", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ROAMING_LOW_RSSI_ROAMING && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Decide the offset by which to decrease the Low RSSI threshold set by ESP_WIFI_ROAMING_LOW_RSSI_THRESHOLD\nafter each failed attempt to roam. This allows for the station to keep scanning for better AP's after\nthe Low RSSI threshold is reached in a stepped manner, rather than only attempting to roam the first time\nthe current AP's RSSI breaches the set RSSI threshold.\nSetting 0 here may cause station to be flooded with low rssi events,\ntherefore that's not recommended to be kept.", + "id": "ESP_WIFI_ROAMING_LOW_RSSI_OFFSET", + "name": "ESP_WIFI_ROAMING_LOW_RSSI_OFFSET", + "range": null, + "title": "Offset by which to reset the RSSI Threshold after attempt to roam.", + "type": "int" + } + ], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Enable to use a RSSI threshold to trigger roaming.", + "id": "ESP_WIFI_ROAMING_LOW_RSSI_ROAMING", + "name": "ESP_WIFI_ROAMING_LOW_RSSI_ROAMING", + "range": null, + "title": "Use Low RSSI to trigger roaming.", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ROAMING_PERIODIC_SCAN_MONITOR && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Threshold at which the station will begin scanning to find an AP with better RSSI.", + "id": "ESP_WIFI_ROAMING_PERIODIC_SCAN_THRESHOLD", + "name": "ESP_WIFI_ROAMING_PERIODIC_SCAN_THRESHOLD", + "range": null, + "title": "Threshold at which to begin periodic scanning for a better AP.", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ROAMING_PERIODIC_SCAN_MONITOR && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Intervals at which station will periodically scan to check if better AP is available", + "id": "ESP_WIFI_ROAMING_SCAN_MONITOR_INTERVAL", + "name": "ESP_WIFI_ROAMING_SCAN_MONITOR_INTERVAL", + "range": null, + "title": "Time intervals (in seconds) at which station will initiate a scan", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ROAMING_PERIODIC_SCAN_MONITOR && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Minimum RSSI difference b/w current AP and a potential roaming candidate AP\nto trigger a roaming attempt.", + "id": "ESP_WIFI_ROAMING_SCAN_ROAM_RSSI_DIFF", + "name": "ESP_WIFI_ROAMING_SCAN_ROAM_RSSI_DIFF", + "range": null, + "title": "RSSI difference b/w current AP and candidate AP to initiate connection", + "type": "int" + } + ], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Conduct periodic scans periodically to check if a better AP is available.", + "id": "ESP_WIFI_ROAMING_PERIODIC_SCAN_MONITOR", + "name": "ESP_WIFI_ROAMING_PERIODIC_SCAN_MONITOR", + "range": null, + "title": "Conduct periodic scans to check if a better AP is available", + "type": "bool" + } + ], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "id": "component-config-wi-fi-advanced-support-for-wi-fi-roaming-experimental--configure-roaming-app-roaming-triggers", + "title": "Roaming triggers", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Roaming between APs that do not support 802.11kv.\nThis will allow station to roam even when connection is not BTM supported,\nby forcefully disconnecting from current AP and connecting to better AP.", + "id": "ESP_WIFI_ROAMING_LEGACY_ROAMING", + "name": "ESP_WIFI_ROAMING_LEGACY_ROAMING", + "range": null, + "title": "Support Legacy roaming approach", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ROAMING_NETWORK_ASSISTED_ROAM && ESP_WIFI_ROAMING_LEGACY_ROAMING && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Retry threshold after which the station should stop using Network Assisted\nroaming methods and start using legacy roaming instead.", + "id": "ESP_WIFI_NETWORK_ASSISTED_ROAMING_RETRY_COUNT", + "name": "ESP_WIFI_NETWORK_ASSISTED_ROAMING_RETRY_COUNT", + "range": null, + "title": "Retry count after which to switch to legacy roaming", + "type": "int" + } + ], + "depends_on": "ESP_WIFI_11KV_SUPPORT && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Roaming between APs using network assisted Roaming.\nThis involves BSS Transition Management mechanisms outlined in 802.11v.\nNote that this moves the responsibility to the AP's network, and hence isn't\nguaranteed to cause the station to attempt to roam each time.", + "id": "ESP_WIFI_ROAMING_NETWORK_ASSISTED_ROAM", + "name": "ESP_WIFI_ROAMING_NETWORK_ASSISTED_ROAM", + "range": null, + "title": "Support Network Assisted roaming using 802.11kv", + "type": "bool" + } + ], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "id": "component-config-wi-fi-advanced-support-for-wi-fi-roaming-experimental--configure-roaming-app-roaming-methods", + "title": "Roaming Methods", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Minimum duration of active scanning per channel in milliseconds.", + "id": "ESP_WIFI_ROAMING_SCAN_MIN_SCAN_TIME", + "name": "ESP_WIFI_ROAMING_SCAN_MIN_SCAN_TIME", + "range": null, + "title": "Minimum duration (in milliseconds) of station's per channel active scan", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Maximum duration of active scanning per channel in milliseconds.", + "id": "ESP_WIFI_ROAMING_SCAN_MAX_SCAN_TIME", + "name": "ESP_WIFI_ROAMING_SCAN_MAX_SCAN_TIME", + "range": null, + "title": "Maximum duration (in milliseconds) of station's per channel active scan time", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "If connected, duration for which the station will return to it's home channel for Tx/Rx of\nframes stored in buffers between scanning on consecutive channels.", + "id": "ESP_WIFI_ROAMING_HOME_CHANNEL_DWELL_TIME", + "name": "ESP_WIFI_ROAMING_HOME_CHANNEL_DWELL_TIME", + "range": null, + "title": "Home channel dwell time scanning between consecutive channels", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Channels your wireless network operates on to allow for faster scanning.\nSpecify the channels(between 1-14) in a comma separated manner.", + "id": "ESP_WIFI_ROAMING_SCAN_CHAN_LIST", + "name": "ESP_WIFI_ROAMING_SCAN_CHAN_LIST", + "range": null, + "title": "Preferred channel list for scanning", + "type": "string" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Duration for which the results from the most recent scans can be used\nby the roaming app for determining the roaming candidates.", + "id": "ESP_WIFI_ROAMING_SCAN_EXPIRY_WINDOW", + "name": "ESP_WIFI_ROAMING_SCAN_EXPIRY_WINDOW", + "range": null, + "title": "Scan results expiry window (in seconds)", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Max candidates that can be considered while scanning as a part of the\nnetwork at one time.", + "id": "ESP_WIFI_ROAMING_MAX_CANDIDATES", + "name": "ESP_WIFI_ROAMING_MAX_CANDIDATES", + "range": null, + "title": "Max Candidates in the network", + "type": "int" + } + ], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "id": "component-config-wi-fi-advanced-support-for-wi-fi-roaming-experimental--configure-roaming-app-scan-configuration", + "title": "Scan Configuration", + "type": "menu" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Time to wait (in seconds) by station before registering for the RSSI event again\nor start continuous montoring to find better AP.", + "id": "ESP_WIFI_ROAMING_BACKOFF_TIME", + "name": "ESP_WIFI_ROAMING_BACKOFF_TIME", + "range": null, + "title": "Default time to wait between subsequent roaming attempts.", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ROAMING_PERIODIC_RRM_MONITORING && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Enable this to send periodic neighbor report requests to the AP.\nThese neighbor report requests provide information about other APs in the same managed\nnetwork. This information is used for more intelligent roaming.", + "id": "ESP_WIFI_ROAMING_RRM_MONITOR_TIME", + "name": "ESP_WIFI_ROAMING_RRM_MONITOR_TIME", + "range": null, + "title": "Time interval (in seconds) between neighbor report requests to an AP", + "type": "int" + }, + { + "children": [], + "depends_on": "ESP_WIFI_ROAMING_PERIODIC_RRM_MONITORING && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "The RSSI threshold beyond which we start sending periodic neighbor report requests.", + "id": "ESP_WIFI_ROAMING_RRM_MONITOR_THRESHOLD", + "name": "ESP_WIFI_ROAMING_RRM_MONITOR_THRESHOLD", + "range": null, + "title": "Threshold for sending periodic neighbor report requests", + "type": "int" + } + ], + "depends_on": "ESP_WIFI_11KV_SUPPORT && ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "This option will enable station to keep sending RRM neighbor list request to AP and\nupdate its internal list.", + "id": "ESP_WIFI_ROAMING_PERIODIC_RRM_MONITORING", + "name": "ESP_WIFI_ROAMING_PERIODIC_RRM_MONITORING", + "range": null, + "title": "Send periodic neighbor report request to AP for internal list updation", + "type": "bool" + } + ], + "depends_on": "ESP_WIFI_ENABLE_ROAMING_APP && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "id": "component-config-wi-fi-advanced-support-for-wi-fi-roaming-experimental--configure-roaming-app", + "title": "Configure roaming App", + "type": "menu" + } + ], + "depends_on": "IDF_EXPERIMENTAL_FEATURES && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Enable Espressif's roaming app to allow for efficient Wi-Fi roaming.\nThis includes configurable periodic environment scans, maintaining a cache of the\nbest APs, handling low rssi events etc.\n\nRisk Warning\nPlease note that this feature is still experimental and enabling this potentially can\nlead to unpredictable scanning, connection and roaming attempts.\nWe are still working on tuning and optimising this feature to ensure reliable and stable use.", + "id": "ESP_WIFI_ENABLE_ROAMING_APP", + "name": "ESP_WIFI_ENABLE_ROAMING_APP", + "range": null, + "title": "Advanced support for Wi-Fi Roaming (Experimental)", + "type": "bool" + }, { "children": [], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Select this option to enable WiFi Easy Connect Support.", "id": "ESP_WIFI_DPP_SUPPORT", "name": "ESP_WIFI_DPP_SUPPORT", @@ -16622,7 +19694,7 @@ }, { "children": [], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Select this option to enable WiFi Fast Transition Support.", "id": "ESP_WIFI_11R_SUPPORT", "name": "ESP_WIFI_11R_SUPPORT", @@ -16632,7 +19704,7 @@ }, { "children": [], - "depends_on": "ESP_WIFI_SOFTAP_SUPPORT", + "depends_on": "ESP_WIFI_SOFTAP_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Select this option to enable WPS registrar support in softAP mode.", "id": "ESP_WIFI_WPS_SOFTAP_REGISTRAR", "name": "ESP_WIFI_WPS_SOFTAP_REGISTRAR", @@ -16640,11 +19712,21 @@ "title": "Add WPS Registrar support in SoftAP mode", "type": "bool" }, + { + "children": [], + "depends_on": "SOC_WIFI_HE_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Enable Wi-Fi transmission statistics. Total support 4 access category. Each access category\nwill use 346 bytes memory.", + "id": "ESP_WIFI_ENABLE_WIFI_TX_STATS", + "name": "ESP_WIFI_ENABLE_WIFI_TX_STATS", + "range": null, + "title": "Enable Wi-Fi transmission statistics", + "type": "bool" + }, { "children": [ { "children": [], - "depends_on": "ESP_WIFI_ENABLE_WIFI_RX_STATS", + "depends_on": "ESP_WIFI_ENABLE_WIFI_RX_STATS && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Enable Wi-Fi DL MU-MIMO and DL OFDMA reception statistics. Will use 10932 bytes memory.", "id": "ESP_WIFI_ENABLE_WIFI_RX_MU_STATS", "name": "ESP_WIFI_ENABLE_WIFI_RX_MU_STATS", @@ -16653,7 +19735,7 @@ "type": "bool" } ], - "depends_on": "SOC_WIFI_HE_SUPPORT", + "depends_on": "SOC_WIFI_HE_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", "help": "Enable Wi-Fi reception statistics. Total support 2 access category. Each access category\nwill use 190 bytes memory.", "id": "ESP_WIFI_ENABLE_WIFI_RX_STATS", "name": "ESP_WIFI_ENABLE_WIFI_RX_STATS", @@ -16661,12 +19743,62 @@ "title": "Enable Wi-Fi reception statistics", "type": "bool" }, + { + "children": [], + "depends_on": "SOC_WIFI_HE_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Set the maximum number of queue that can be aggregated by the STA in the A-MPDU carried in the\nHE TB PPDU.", + "id": "ESP_WIFI_TX_HETB_QUEUE_NUM", + "name": "ESP_WIFI_TX_HETB_QUEUE_NUM", + "range": null, + "title": "WiFi TX HE TB QUEUE number for STA HE TB PPDU transmission", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_WIFI_SUPPORT_5G && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Enable Wi-Fi dump HE-SIGB which is contained in DL HE MU PPDUs.", + "id": "ESP_WIFI_ENABLE_DUMP_HESIGB", + "name": "ESP_WIFI_ENABLE_DUMP_HESIGB", + "range": null, + "title": "Enable Wi-Fi dump HE-SIGB which is contained in DL HE MU PPDUs", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_WIFI_SUPPORT_5G && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Enable Wi-Fi dump MU CFO.", + "id": "ESP_WIFI_ENABLE_DUMP_MU_CFO", + "name": "ESP_WIFI_ENABLE_DUMP_MU_CFO", + "range": null, + "title": "Enable Wi-Fi dump MU CFO", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_WIFI_SUPPORT_5G && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Enable Wi-Fi dump NDPA frames.", + "id": "ESP_WIFI_ENABLE_DUMP_CTRL_NDPA", + "name": "ESP_WIFI_ENABLE_DUMP_CTRL_NDPA", + "range": null, + "title": "Enable Wi-Fi dump NDPA frames", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_WIFI_SUPPORT_5G && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Enable Wi-Fi dump BFRP frames.", + "id": "ESP_WIFI_ENABLE_DUMP_CTRL_BFRP", + "name": "ESP_WIFI_ENABLE_DUMP_CTRL_BFRP", + "range": null, + "title": "Enable Wi-Fi dump BFRP frames", + "type": "bool" + }, { "children": [ { "children": [], - "depends_on": null, - "help": "Select this option to enable validate each WPS attribute\nrigorously. Disabling this add the workaorunds with various APs.\nEnabling this may cause inter operability issues with some APs.", + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to enable validate each WPS attribute\nrigorously. Disabling this add the workarounds with various APs.\nEnabling this may cause inter operability issues with some APs.", "id": "ESP_WIFI_WPS_STRICT", "name": "ESP_WIFI_WPS_STRICT", "range": null, @@ -16675,8 +19807,8 @@ }, { "children": [], - "depends_on": null, - "help": "Select this option to get passphrase during WPS configuration.\nThis option fakes the virtual display capabilites to get the\nconfiguration in passphrase mode.\nNot recommanded to be used since WPS credentials should not\nbe shared to other devices, making it in readable format increases\nthat risk, also passphrase requires pbkdf2 to convert in psk.", + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this option to get passphrase during WPS configuration.\nThis option fakes the virtual display capabilities to get the\nconfiguration in passphrase mode.\nNot recommended to be used since WPS credentials should not\nbe shared to other devices, making it in readable format increases\nthat risk, also passphrase requires pbkdf2 to convert in psk.", "id": "ESP_WIFI_WPS_PASSPHRASE", "name": "ESP_WIFI_WPS_PASSPHRASE", "range": null, @@ -16684,14 +19816,14 @@ "type": "bool" } ], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "id": "component-config-wi-fi-wps-configuration-options", "title": "WPS Configuration Options", "type": "menu" }, { "children": [], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Select this option to print logging information from WPA supplicant,\nthis includes handshake information and key hex dumps depending\non the project logging level.\n\nEnabling this could increase the build size ~60kb\ndepending on the project logging level.", "id": "ESP_WIFI_DEBUG_PRINT", "name": "ESP_WIFI_DEBUG_PRINT", @@ -16701,7 +19833,7 @@ }, { "children": [], - "depends_on": null, + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", "help": "Select this to enable unity test for DPP.", "id": "ESP_WIFI_TESTING_OPTIONS", "name": "ESP_WIFI_TESTING_OPTIONS", @@ -16710,9 +19842,20 @@ "type": "bool" }, { - "children": [], - "depends_on": null, - "help": "Select this to enable/disable enterprise connection support.\n\ndisabling this will reduce binary size.\ndisabling this will disable the use of any esp_wifi_sta_wpa2_ent_* (as APIs will be meaningless)", + "children": [ + { + "children": [], + "depends_on": "ESP_WIFI_ENTERPRISE_SUPPORT && (ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED)", + "help": "Select this configuration to free dynamic buffers during WiFi enterprise connection.\nThis will enable chip to reduce heap consumption during WiFi enterprise connection.", + "id": "ESP_WIFI_ENT_FREE_DYNAMIC_BUFFER", + "name": "ESP_WIFI_ENT_FREE_DYNAMIC_BUFFER", + "range": null, + "title": "Free dynamic buffers during WiFi enterprise connection", + "type": "bool" + } + ], + "depends_on": "ESP_WIFI_ENABLED || ESP_HOST_WIFI_ENABLED", + "help": "Select this to enable/disable enterprise connection support.\n\ndisabling this will reduce binary size.\ndisabling this will disable the use of any esp_wifi_sta_wpa2_ent_* (as APIs will be meaningless)\n\nNote that when using bigger certificates on low-power chips without crypto\nhardware acceleration, it is recommended to adjust the task watchdog timer (TWDT)\nif it is enabled. For precise information on timing requirements, you can check\nperformance numbers at https://github.com/espressif/mbedtls/wiki/Performance-Numbers.", "id": "ESP_WIFI_ENTERPRISE_SUPPORT", "name": "ESP_WIFI_ENTERPRISE_SUPPORT", "range": null, @@ -16811,7 +19954,7 @@ }, { "children": [], - "depends_on": "ESP_COREDUMP_DATA_FORMAT_ELF && IDF_TARGET_ESP32 && ", + "depends_on": "ESP_COREDUMP_DATA_FORMAT_ELF && ", "help": null, "id": "ESP_COREDUMP_CHECKSUM_SHA256", "name": "ESP_COREDUMP_CHECKSUM_SHA256", @@ -16827,6 +19970,16 @@ "title": "Core dump data integrity check", "type": "choice" }, + { + "children": [], + "depends_on": "ESP_COREDUMP_DATA_FORMAT_ELF", + "help": "Storing these sections can help with easier debugging and troubleshooting.\nHowever, additional storage space will be required in the core dump partition.\nAt least 128KB should be reserved, but the actual amount required may vary based\non the application's DRAM usage.\nNote that sections located in external RAM will not be stored.", + "id": "ESP_COREDUMP_CAPTURE_DRAM", + "name": "ESP_COREDUMP_CAPTURE_DRAM", + "range": null, + "title": "Include whole .bss and .data sections and heap data into core dump file", + "type": "bool" + }, { "children": [], "depends_on": "ESP_COREDUMP_ENABLE_TO_FLASH", @@ -16877,6 +20030,16 @@ "title": "Delay before print to UART", "type": "int" }, + { + "children": [], + "depends_on": "ESP_COREDUMP_ENABLE_TO_FLASH", + "help": "Don't overwrite an existing core dump already present in flash.\nEnable this option to only keep the first of multiple core dumps.\n\nIf enabled, the core dump partition must be erased before the first\ncore dump can be written.", + "id": "ESP_COREDUMP_FLASH_NO_OVERWRITE", + "name": "ESP_COREDUMP_FLASH_NO_OVERWRITE", + "range": null, + "title": "Don't overwrite existing core dump", + "type": "bool" + }, { "children": [], "depends_on": null, @@ -16890,7 +20053,7 @@ { "children": [], "depends_on": "ESP_COREDUMP_ENABLE", - "help": "Size of the memory to be reserved for core dump stack. If 0 core dump process will run on\nthe stack of crashed task/ISR, otherwise special stack will be allocated.\nTo ensure that core dump itself will not overflow task/ISR stack set this to the value above 800.\nNOTE: It eats DRAM.", + "help": "Size of the memory to be reserved for core dump stack. If 0 core dump process will run on\nthe stack of crashed task/ISR, otherwise special stack will be allocated.\nTo ensure that core dump itself will not overflow task/ISR stack set this to the value around 1300-1800\ndepending on the chosen checksum calculation method. SHA256 method needs more stack space than CRC32.\nNOTE: It eats DRAM.", "id": "ESP_COREDUMP_STACK_SIZE", "name": "ESP_COREDUMP_STACK_SIZE", "range": null, @@ -17147,7 +20310,7 @@ "id": "FATFS_CODEPAGE_860", "name": "FATFS_CODEPAGE_860", "range": null, - "title": "Portugese (CP860)", + "title": "Portuguese (CP860)", "type": "bool" }, { @@ -17334,7 +20497,7 @@ { "children": [], "depends_on": null, - "help": "This option sets FATFS configuration value _FS_TIMEOUT, scaled to milliseconds.\nSets the number of milliseconds FATFS will wait to acquire a mutex when\noperating on an open file. For example, if one task is performing a lenghty\noperation, another task will wait for the first task to release the lock,\nand time out after amount of time set by this option.", + "help": "This option sets FATFS configuration value _FS_TIMEOUT, scaled to milliseconds.\nSets the number of milliseconds FATFS will wait to acquire a mutex when\noperating on an open file. For example, if one task is performing a lengthy\noperation, another task will wait for the first task to release the lock,\nand time out after amount of time set by this option.", "id": "FATFS_TIMEOUT_MS", "name": "FATFS_TIMEOUT_MS", "range": null, @@ -17358,22 +20521,11 @@ "id": "FATFS_ALLOC_PREFER_EXTRAM", "name": "FATFS_ALLOC_PREFER_EXTRAM", "range": null, - "title": "Perfer external RAM when allocating FATFS buffers", + "title": "Prefer external RAM when allocating FATFS buffers", "type": "bool" }, { - "children": [ - { - "children": [], - "depends_on": "FATFS_USE_FASTSEEK", - "help": "If fast seek algorithm is enabled, this defines the size of\nCLMT buffer used by this algorithm in 32-bit word units.\nThis value should be chosen based on prior knowledge of\nmaximum elements of each file entry would store.", - "id": "FATFS_FAST_SEEK_BUFFER_SIZE", - "name": "FATFS_FAST_SEEK_BUFFER_SIZE", - "range": null, - "title": "Fast seek CLMT buffer size", - "type": "int" - } - ], + "children": [], "depends_on": null, "help": "The fast seek feature enables fast backward/long seek operations without\nFAT access by using an in-memory CLMT (cluster link map table).\nPlease note, fast-seek is only allowed for read-mode files, if a\nfile is opened in write-mode, the seek mechanism will automatically fallback\nto the default implementation.", "id": "FATFS_USE_FASTSEEK", @@ -17382,6 +20534,126 @@ "title": "Enable fast seek algorithm when using lseek function through VFS FAT", "type": "bool" }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_USE_STRFUNC_NONE", + "name": "FATFS_USE_STRFUNC_NONE", + "range": null, + "title": "0:Disable", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_USE_STRFUNC_WITHOUT_CRLF_CONV", + "name": "FATFS_USE_STRFUNC_WITHOUT_CRLF_CONV", + "range": null, + "title": "1:Enable without LF-CRLF conversion", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_USE_STRFUNC_WITH_CRLF_CONV", + "name": "FATFS_USE_STRFUNC_WITH_CRLF_CONV", + "range": null, + "title": "2:Enable with LF-CRLF conversion", + "type": "bool" + } + ], + "depends_on": null, + "help": "These are specialized alternatives to stdio functions for working\ndirectly with FATFS without VFS. Legacy code may need functions,\nbut for new development, it is advised to use stdio under VFS.\n\n0: Disable. FF_PRINT_LLI, FF_PRINT_FLOAT and FF_STRF_ENCODE have no effect.\n1: Enable without LF-CRLF conversion.\n2: Enable with LF-CRLF conversion.", + "id": "component-config-fat-filesystem-support-enable-string-functions-f_gets-f_putc-f_puts-and-f_printf-", + "name": "FATFS_USE_STRFUNC_CHOICE", + "title": "Enable string functions, f_gets(), f_putc(), f_puts() and f_printf()", + "type": "choice" + }, + { + "children": [], + "depends_on": "!FATFS_USE_STRFUNC_NONE", + "help": null, + "id": "FATFS_PRINT_LLI", + "name": "FATFS_PRINT_LLI", + "range": null, + "title": "Make fatfs f_printf() support long long argument", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FATFS_USE_STRFUNC_NONE", + "help": null, + "id": "FATFS_PRINT_FLOAT", + "name": "FATFS_PRINT_FLOAT", + "range": null, + "title": "Make fatfs f_printf() support floating point argument", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_STRF_ENCODE_ANSI", + "name": "FATFS_STRF_ENCODE_ANSI", + "range": null, + "title": "0:ANSI/OEM in current CP", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_STRF_ENCODE_UTF16LE", + "name": "FATFS_STRF_ENCODE_UTF16LE", + "range": null, + "title": "1:Unicode in UTF-16LE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_STRF_ENCODE_UTF16BE", + "name": "FATFS_STRF_ENCODE_UTF16BE", + "range": null, + "title": "2:Unicode in UTF-16BE", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FATFS_STRF_ENCODE_UTF8", + "name": "FATFS_STRF_ENCODE_UTF8", + "range": null, + "title": "3:Unicode in UTF-8", + "type": "bool" + } + ], + "depends_on": "!FATFS_LFN_NONE && !FATFS_USE_STRFUNC_NONE", + "help": "When FF_LFN_UNICODE >= 1 with LFN enabled, string functions convert the character\nencoding in it. FF_STRF_ENCODE selects assumption of character encoding ON THE FILE\nto be read/written via those functions.\n0: ANSI/OEM in current CP\n1: Unicode in UTF-16LE\n2: Unicode in UTF-16BE\n3: Unicode in UTF-8", + "id": "component-config-fat-filesystem-support-fatfs-string-functions-convert-character-encoding", + "name": "FATFS_STRF_ENCODE_CHOICE", + "title": "FatFS string functions: convert character encoding", + "type": "choice" + }, + { + "children": [], + "depends_on": "FATFS_USE_FASTSEEK", + "help": "If fast seek algorithm is enabled, this defines the size of\nCLMT buffer used by this algorithm in 32-bit word units.\nThis value should be chosen based on prior knowledge of\nmaximum elements of each file entry would store.", + "id": "FATFS_FAST_SEEK_BUFFER_SIZE", + "name": "FATFS_FAST_SEEK_BUFFER_SIZE", + "range": null, + "title": "Fast seek CLMT buffer size", + "type": "int" + }, { "children": [], "depends_on": null, @@ -17391,6 +20663,46 @@ "range": null, "title": "Default block size", "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Enables automatic calling of f_sync() to flush recent file changes after each call of vfs_fat_write(),\nvfs_fat_pwrite(), vfs_fat_link(), vfs_fat_truncate() and vfs_fat_ftruncate() functions.\nThis feature improves file-consistency and size reporting accuracy for the FatFS,\nat a price on decreased performance due to frequent disk operations", + "id": "FATFS_IMMEDIATE_FSYNC", + "name": "FATFS_IMMEDIATE_FSYNC", + "range": null, + "title": "Enable automatic f_sync", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Allows FATFS volume label to be specified using f_setlabel", + "id": "FATFS_USE_LABEL", + "name": "FATFS_USE_LABEL", + "range": null, + "title": "Use FATFS volume label", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "If enabled, the whole link operation (including file copying) is performed under lock.\nThis ensures that the link operation is atomic, but may cause performance for large files.\nIt may create less fragmented file copy.", + "id": "FATFS_LINK_LOCK", + "name": "FATFS_LINK_LOCK", + "range": null, + "title": "Perform the whole link operation under lock", + "type": "bool" + }, + { + "children": [], + "depends_on": "CONFIG_WL_SECTOR_SIZE_4096", + "help": "If enabled, the buffers used by FATFS will be allocated separately from the rest of the structure.\nThis option is useful when using multiple FATFS instances with different\nsector sizes, as the buffers will be allocated according to the sector size.\nIf disabled, the greatest sector size will be used for all FATFS instances.\n(In most cases, this would be the sector size of Wear Levelling library)\nThis might cause more memory to be used than necessary.", + "id": "FATFS_USE_DYN_BUFFERS", + "name": "FATFS_USE_DYN_BUFFERS", + "range": null, + "title": "Use dynamic buffers", + "type": "bool" } ], "depends_on": null, @@ -17404,7 +20716,7 @@ "children": [ { "children": [], - "depends_on": null, + "depends_on": "!IDF_TARGET_ESP32P4", "help": "Amazon has released an SMP version of the FreeRTOS Kernel which can be found via the following link:\nhttps://github.com/FreeRTOS/FreeRTOS-Kernel/tree/smp\n\nIDF has added an experimental port of this SMP kernel located in\ncomponents/freertos/FreeRTOS-Kernel-SMP. Enabling this option will cause IDF to use the Amazon SMP\nkernel. Note that THIS FEATURE IS UNDER ACTIVE DEVELOPMENT, users use this at their own risk.\n\nLeaving this option disabled will mean the IDF FreeRTOS kernel is used instead, which is located in:\ncomponents/freertos/FreeRTOS-Kernel. Both kernel versions are SMP capable, but differ in\ntheir implementation and features.", "id": "FREERTOS_SMP", "name": "FREERTOS_SMP", @@ -17524,9 +20836,9 @@ { "children": [], "depends_on": "FREERTOS_SMP", - "help": "Enables the minimal idle task application hook (see configUSE_IDLE_HOOK documentation for more\ndetails).\n\nNote:\n\n- The application must provide the hook function ``void vApplicationMinimalIdleHook( void );``\n- ``vApplicationMinimalIdleHook()`` is called from FreeRTOS minimal idle task(s)", - "id": "FREERTOS_USE_MINIMAL_IDLE_HOOK", - "name": "FREERTOS_USE_MINIMAL_IDLE_HOOK", + "help": "Enables the minimal idle task application hook (see configUSE_IDLE_HOOK documentation for more\ndetails).\n\nNote:\n\n- The application must provide the hook function ``void vApplicationPassiveIdleHook( void );``\n- ``vApplicationPassiveIdleHook()`` is called from FreeRTOS minimal idle task(s)", + "id": "FREERTOS_USE_PASSIVE_IDLE_HOOK", + "name": "FREERTOS_USE_PASSIVE_IDLE_HOOK", "range": null, "title": "Use FreeRTOS minimal idle hook", "type": "bool" @@ -17556,7 +20868,7 @@ }, { "children": [], - "depends_on": null, + "depends_on": "!IDF_TARGET_LINUX", "help": "Enable backward compatibility with APIs prior to FreeRTOS v8.0.0. (see\nconfigENABLE_BACKWARD_COMPATIBILITY documentation for more details).", "id": "FREERTOS_ENABLE_BACKWARD_COMPATIBILITY", "name": "FREERTOS_ENABLE_BACKWARD_COMPATIBILITY", @@ -17565,43 +20877,114 @@ "type": "bool" }, { - "children": [], - "depends_on": null, - "help": "Sets the timer task's priority (see configTIMER_TASK_PRIORITY documentation for more details).", - "id": "FREERTOS_TIMER_TASK_PRIORITY", - "name": "FREERTOS_TIMER_TASK_PRIORITY", - "range": [ - 1, - 25 + "children": [ + { + "children": [], + "depends_on": "FREERTOS_USE_TIMERS", + "help": "Sets the timer task's name (see configTIMER_SERVICE_TASK_NAME documentation for more details).", + "id": "FREERTOS_TIMER_SERVICE_TASK_NAME", + "name": "FREERTOS_TIMER_SERVICE_TASK_NAME", + "range": null, + "title": "configTIMER_SERVICE_TASK_NAME", + "type": "string" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "FREERTOS_TIMER_TASK_AFFINITY_CPU0", + "name": "FREERTOS_TIMER_TASK_AFFINITY_CPU0", + "range": null, + "title": "CPU0", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_UNICORE && ", + "help": null, + "id": "FREERTOS_TIMER_TASK_AFFINITY_CPU1", + "name": "FREERTOS_TIMER_TASK_AFFINITY_CPU1", + "range": null, + "title": "CPU1", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "FREERTOS_TIMER_TASK_NO_AFFINITY", + "name": "FREERTOS_TIMER_TASK_NO_AFFINITY", + "range": null, + "title": "No affinity", + "type": "bool" + } + ], + "depends_on": "FREERTOS_USE_TIMERS", + "help": "Sets the timer task's core affinity\n(see configTIMER_SERVICE_TASK_CORE_AFFINITY documentation for more details).", + "id": "component-config-freertos-kernel-configuse_timers-configtimer_service_task_core_affinity", + "name": "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY", + "title": "configTIMER_SERVICE_TASK_CORE_AFFINITY", + "type": "choice" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TIMERS", + "help": null, + "id": "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY", + "name": "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY", + "range": null, + "title": null, + "type": "hex" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TIMERS", + "help": "Sets the timer task's priority (see configTIMER_TASK_PRIORITY documentation for more details).", + "id": "FREERTOS_TIMER_TASK_PRIORITY", + "name": "FREERTOS_TIMER_TASK_PRIORITY", + "range": [ + 1, + 25 + ], + "title": "configTIMER_TASK_PRIORITY", + "type": "int" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TIMERS", + "help": "Set the timer task's stack size (see configTIMER_TASK_STACK_DEPTH documentation for more details).", + "id": "FREERTOS_TIMER_TASK_STACK_DEPTH", + "name": "FREERTOS_TIMER_TASK_STACK_DEPTH", + "range": [ + 1536, + 32768 + ], + "title": "configTIMER_TASK_STACK_DEPTH", + "type": "int" + }, + { + "children": [], + "depends_on": "FREERTOS_USE_TIMERS", + "help": "Set the timer task's command queue length (see configTIMER_QUEUE_LENGTH documentation for more\ndetails).", + "id": "FREERTOS_TIMER_QUEUE_LENGTH", + "name": "FREERTOS_TIMER_QUEUE_LENGTH", + "range": [ + 5, + 20 + ], + "title": "configTIMER_QUEUE_LENGTH", + "type": "int" + } ], - "title": "configTIMER_TASK_PRIORITY", - "type": "int" - }, - { - "children": [], "depends_on": null, - "help": "Set the timer task's stack size (see configTIMER_TASK_STACK_DEPTH documentation for more details).", - "id": "FREERTOS_TIMER_TASK_STACK_DEPTH", - "name": "FREERTOS_TIMER_TASK_STACK_DEPTH", - "range": [ - 1536, - 32768 - ], - "title": "configTIMER_TASK_STACK_DEPTH", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Set the timer task's command queue length (see configTIMER_QUEUE_LENGTH documentation for more\ndetails).", - "id": "FREERTOS_TIMER_QUEUE_LENGTH", - "name": "FREERTOS_TIMER_QUEUE_LENGTH", - "range": [ - 5, - 20 - ], - "title": "configTIMER_QUEUE_LENGTH", - "type": "int" + "help": "Enable FreeRTOS Software Timers. Normally the timer task will only get pulled into the build\nand created if any software timer related functions are used. This is achieved through IDF\ndefining a weak empty function for xTimerCreateTimerTask, which should take effect if timers.c\nis not pulled into the build.\n\nIn certain special cases (if you use configUSE_TRACE_FACILITY=y and event groups) the linker will\nstill pull in the xTimerCreateTimerTask from timers.c even if the function that utilized it gets\ndiscarded due to not being used.\n\nIn these cases you can use this option to force the timer task to be disabled.", + "id": "FREERTOS_USE_TIMERS", + "name": "FREERTOS_USE_TIMERS", + "range": null, + "title": "configUSE_TIMERS", + "type": "bool" }, { "children": [], @@ -17632,18 +21015,7 @@ { "children": [ { - "children": [ - { - "children": [], - "depends_on": "!FREERTOS_SMP && FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", - "help": "If enabled, this will include an extra column when vTaskList is called to display the CoreID the task\nis pinned to (0,1) or -1 if not pinned.", - "id": "FREERTOS_VTASKLIST_INCLUDE_COREID", - "name": "FREERTOS_VTASKLIST_INCLUDE_COREID", - "range": null, - "title": "Enable display of xCoreID in vTaskList", - "type": "bool" - } - ], + "children": [], "depends_on": "FREERTOS_USE_TRACE_FACILITY", "help": "Set configUSE_TRACE_FACILITY and configUSE_STATS_FORMATTING_FUNCTIONS to 1 to include the\n``vTaskList()`` and ``vTaskGetRunTimeStats()`` functions in the build (see\nconfigUSE_STATS_FORMATTING_FUNCTIONS documentation for more details).", "id": "FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", @@ -17664,6 +21036,57 @@ { "children": [], "depends_on": null, + "help": "Enable list integrity checker\n(see configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES documentation for more details).", + "id": "FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES", + "name": "FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES", + "range": null, + "title": "configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES", + "type": "bool" + }, + { + "children": [], + "depends_on": "!FREERTOS_SMP && FREERTOS_USE_STATS_FORMATTING_FUNCTIONS", + "help": "If enabled, this will include an extra column when vTaskList is called to display the CoreID the task\nis pinned to (0,1) or -1 if not pinned.", + "id": "FREERTOS_VTASKLIST_INCLUDE_COREID", + "name": "FREERTOS_VTASKLIST_INCLUDE_COREID", + "range": null, + "title": "Enable display of xCoreID in vTaskList", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "configRUN_TIME_COUNTER_TYPE is set to uint32_t", + "id": "FREERTOS_RUN_TIME_COUNTER_TYPE_U32", + "name": "FREERTOS_RUN_TIME_COUNTER_TYPE_U32", + "range": null, + "title": "uint32_t", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "configRUN_TIME_COUNTER_TYPE is set to uint64_t", + "id": "FREERTOS_RUN_TIME_COUNTER_TYPE_U64", + "name": "FREERTOS_RUN_TIME_COUNTER_TYPE_U64", + "range": null, + "title": "uint64_t", + "type": "bool" + } + ], + "depends_on": "FREERTOS_GENERATE_RUN_TIME_STATS && !FREERTOS_SMP", + "help": "Sets the data type used for the FreeRTOS run time stats. A larger data type can be used to reduce the\nfrequency of the counter overflowing.", + "id": "component-config-freertos-kernel-configgenerate_run_time_stats-configrun_time_counter_type", + "name": "FREERTOS_RUN_TIME_COUNTER_TYPE", + "title": "configRUN_TIME_COUNTER_TYPE", + "type": "choice" + } + ], + "depends_on": null, "help": "Enables collection of run time statistics for each task (see configGENERATE_RUN_TIME_STATS\ndocumentation for more details).\n\nNote: The clock used for run time statistics can be configured in FREERTOS_RUN_TIME_STATS_CLK.", "id": "FREERTOS_GENERATE_RUN_TIME_STATS", "name": "FREERTOS_GENERATE_RUN_TIME_STATS", @@ -17691,6 +21114,16 @@ "range": null, "title": "configUSE_TICKLESS_IDLE", "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enables task tagging functionality and its associated API (see configUSE_APPLICATION_TASK_TAG\ndocumentation for more details).", + "id": "FREERTOS_USE_APPLICATION_TASK_TAG", + "name": "FREERTOS_USE_APPLICATION_TASK_TAG", + "range": null, + "title": "configUSE_APPLICATION_TASK_TAG", + "type": "bool" } ], "depends_on": null, @@ -17702,7 +21135,7 @@ "children": [ { "children": [], - "depends_on": "COMPILER_OPTIMIZATION_DEFAULT || ESP_COREDUMP_ENABLE || ESP_GDBSTUB_ENABLED", + "depends_on": "COMPILER_OPTIMIZATION_DEBUG || ESP_COREDUMP_ENABLE || ESP_SYSTEM_PANIC_GDBSTUB || ESP_SYSTEM_GDBSTUB_RUNTIME", "help": "If enabled, all FreeRTOS task functions will be enclosed in a wrapper function. If a task function\nmistakenly returns (i.e. does not delete), the call flow will return to the wrapper function. The\nwrapper function will then log an error and abort the application. This option is also required for GDB\nbacktraces and C++ exceptions to work correctly inside top-level task functions.", "id": "FREERTOS_TASK_FUNCTION_WRAPPER", "name": "FREERTOS_TASK_FUNCTION_WRAPPER", @@ -17730,14 +21163,24 @@ "title": "Enable thread local storage pointers deletion callbacks", "type": "bool" }, + { + "children": [], + "depends_on": "!FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", + "help": "Enable this option to make FreeRTOS call a user provided hook function right before it deletes a task\n(i.e., frees/releases a dynamically/statically allocated task's memory). This is useful if users want\nto know when a task is actually deleted (in case the task's deletion is delegated to the IDLE task).\n\nIf this config option is enabled, users must define a ``void vTaskPreDeletionHook( void * pxTCB )``\nhook function in their application.", + "id": "FREERTOS_TASK_PRE_DELETION_HOOK", + "name": "FREERTOS_TASK_PRE_DELETION_HOOK", + "range": null, + "title": "Enable task pre-deletion hook", + "type": "bool" + }, { "children": [], "depends_on": null, - "help": "Enable this option to make FreeRTOS call the static task clean up hook when a task is deleted.\n\nNote: Users will need to provide a ``void vPortCleanUpTCB ( void *pxTCB )`` callback", + "help": "THIS OPTION IS DEPRECATED. Use FREERTOS_TASK_PRE_DELETION_HOOK instead.\n\nEnable this option to make FreeRTOS call the static task clean up hook when a task is deleted.\n\nNote: Users will need to provide a ``void vPortCleanUpTCB ( void *pxTCB )`` callback", "id": "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", "name": "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP", "range": null, - "title": "Enable static task clean up hook", + "title": "Enable static task clean up hook (DEPRECATED)", "type": "bool" }, { @@ -17775,7 +21218,7 @@ }, { "children": [], - "depends_on": "IDF_TARGET_ESP32", + "depends_on": "SOC_CPU_HAS_FPU && (IDF_TARGET_ESP32 || IDF_TARGET_ESP32S3)", "help": "When enabled, the usage of float type is allowed inside Level 1 ISRs. Note that usage of float types in\nhigher level interrupts is still not permitted.", "id": "FREERTOS_FPU_IN_ISR", "name": "FREERTOS_FPU_IN_ISR", @@ -17913,16 +21356,6 @@ "title": "Place FreeRTOS functions into Flash", "type": "bool" }, - { - "children": [], - "depends_on": "FREERTOS_ENABLE_TASK_SNAPSHOT && !ESP_PANIC_HANDLER_IRAM", - "help": "When enabled, the functions related to snapshots, such as vTaskGetSnapshot or uxTaskGetSnapshotAll,\nwill be placed in flash. Note that if enabled, these functions cannot be called when cache is disabled.", - "id": "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH", - "name": "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH", - "range": null, - "title": "Place task snapshot functions into flash", - "type": "bool" - }, { "children": [], "depends_on": null, @@ -17932,16 +21365,6 @@ "range": null, "title": "Tests compliance with Vanilla FreeRTOS port*_CRITICAL calls", "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "When enabled, the functions related to snapshots, such as vTaskGetSnapshot or uxTaskGetSnapshotAll, are\ncompiled and linked. Task snapshots are used by Task Watchdog (TWDT), GDB Stub and Core dump.", - "id": "FREERTOS_ENABLE_TASK_SNAPSHOT", - "name": "FREERTOS_ENABLE_TASK_SNAPSHOT", - "range": null, - "title": "Enable task snapshot functions", - "type": "bool" } ], "depends_on": null, @@ -17949,6 +21372,34 @@ "title": "Port", "type": "menu" }, + { + "children": [ + { + "children": [], + "depends_on": "SPIRAM && FREERTOS_SUPPORT_STATIC_ALLOCATION", + "help": "Accessing memory in PSRAM has certain restrictions, so task stacks allocated by xTaskCreate\nare by default allocated from internal RAM.\n\nThis option allows for passing memory allocated from SPIRAM to be passed to xTaskCreateStatic.\nThis should only be used for tasks where the stack is never accessed while the cache is disabled.\n\nExtra notes for ESP32:\n\nBecause some bits of the ESP32 code environment cannot be recompiled with the cache workaround,\nnormally tasks cannot be safely run with their stack residing in external memory; for this reason\nxTaskCreate (and related task creation functions) always allocate stack in internal memory and\nxTaskCreateStatic will check if the memory passed to it is in internal memory.\nIf you have a task that needs a large amount of stack and does not call on ROM code in any way\n(no direct calls, but also no Bluetooth/WiFi), you can try enable this to\ncause xTaskCreateStatic to allow tasks stack in external memory.", + "id": "FREERTOS_TASK_CREATE_ALLOW_EXT_MEM", + "name": "FREERTOS_TASK_CREATE_ALLOW_EXT_MEM", + "range": null, + "title": "Allow external memory as an argument to xTaskCreateStatic (READ HELP)", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-freertos-extra", + "title": "Extra", + "type": "menu" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_PORT", + "name": "FREERTOS_PORT", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -17978,6 +21429,39 @@ "range": null, "title": null, "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_ENABLE_TASK_SNAPSHOT", + "name": "FREERTOS_ENABLE_TASK_SNAPSHOT", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!ESP_PANIC_HANDLER_IRAM", + "help": null, + "id": "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH", + "name": "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "FREERTOS_NUMBER_OF_CORES", + "name": "FREERTOS_NUMBER_OF_CORES", + "range": [ + 1, + 2 + ], + "title": null, + "type": "int" } ], "depends_on": null, @@ -18166,6 +21650,16 @@ "range": null, "title": null, "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enable this option to apply the countermeasure for ECDSA signature operation\nThis countermeasure masks the real ECDSA sign operation\nunder dummy sign operations to add randomness in the generated power signature.", + "id": "HAL_ECDSA_GEN_SIG_CM", + "name": "HAL_ECDSA_GEN_SIG_CM", + "range": null, + "title": "Enable countermeasure for ECDSA signature generation", + "type": "bool" } ], "depends_on": null, @@ -18287,7 +21781,7 @@ }, { "children": [], - "depends_on": "!HEAP_POISONING_DISABLED", + "depends_on": null, "help": "Enables tracking the task responsible for each heap allocation.\n\nThis function depends on heap poisoning being enabled and adds four more bytes of overhead for each block\nallocated.", "id": "HEAP_TASK_TRACKING", "name": "HEAP_TASK_TRACKING", @@ -18300,7 +21794,17 @@ { "children": [], "depends_on": "HEAP_TRACE_HASH_MAP", - "help": "Defines the number of entries in the heap trace hashmap. The bigger this number is,\nthe bigger the hash map will be in the memory. In case the tracing mode is set to\nHEAP_TRACE_ALL, the bigger the hashmap is, the better the performances are.", + "help": "When enabled this configuration forces the hash map to be placed in external RAM.", + "id": "HEAP_TRACE_HASH_MAP_IN_EXT_RAM", + "name": "HEAP_TRACE_HASH_MAP_IN_EXT_RAM", + "range": null, + "title": "Place hash map in external RAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "HEAP_TRACE_HASH_MAP", + "help": "Defines the number of entries in the heap trace hashmap. Each entry takes 8 bytes.\nThe bigger this number is, the better the performance. Recommended range: 200 - 2000.", "id": "HEAP_TRACE_HASH_MAP_SIZE", "name": "HEAP_TRACE_HASH_MAP_SIZE", "range": null, @@ -18309,7 +21813,7 @@ } ], "depends_on": "HEAP_TRACING_STANDALONE", - "help": "Enable this flag to use a hash map to increase performance in handling\nheap trace records.\n\nKeeping this as \"n\" in your project will save RAM and heap memory but will lower\nthe performance of the heap trace in adding, retrieving and removing trace records.\nMaking this as \"y\" in your project, you will decrease free RAM and heap memory but,\nthe heap trace performances in adding retrieving and removing trace records will be\nenhanced.", + "help": "Enable this flag to use a hash map to increase performance in handling\nheap trace records.\n\nHeap trace standalone supports storing records as a list, or a list + hash map.\n\nUsing only a list takes less memory, but calls to 'free' will get slower as the\nlist grows. This is particularly affected when using HEAP_TRACE_ALL mode.\n\nBy using a list + hash map, calls to 'free' remain fast, at the cost of\nadditional memory to store the hash map.", "id": "HEAP_TRACE_HASH_MAP", "name": "HEAP_TRACE_HASH_MAP", "range": null, @@ -18355,246 +21859,251 @@ { "children": [ { - "children": [], + "children": [ + { + "children": [], + "depends_on": "IEEE802154_ENABLED", + "help": "The number of 802.15.4 receive buffers", + "id": "IEEE802154_RX_BUFFER_SIZE", + "name": "IEEE802154_RX_BUFFER_SIZE", + "range": null, + "title": "The number of 802.15.4 receive buffers", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "configure the CCA mode to Energy above threshold", + "id": "IEEE802154_CCA_CARRIER", + "name": "IEEE802154_CCA_CARRIER", + "range": null, + "title": "Carrier sense only", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "configure the CCA mode to Energy above threshold", + "id": "IEEE802154_CCA_ED", + "name": "IEEE802154_CCA_ED", + "range": null, + "title": "Energy above threshold", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "configure the CCA mode to Carrier sense OR energy above threshold", + "id": "IEEE802154_CCA_CARRIER_OR_ED", + "name": "IEEE802154_CCA_CARRIER_OR_ED", + "range": null, + "title": "Carrier sense OR energy above threshold", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "configure the CCA mode to Carrier sense AND energy above threshold", + "id": "IEEE802154_CCA_CARRIER_AND_ED", + "name": "IEEE802154_CCA_CARRIER_AND_ED", + "range": null, + "title": "Carrier sense AND energy above threshold", + "type": "bool" + } + ], + "depends_on": "IEEE802154_ENABLED", + "help": "configure the CCA mode", + "id": "component-config-ieee-802-15-4-ieee802154-enable-clear-channel-assessment-cca-mode", + "name": "IEEE802154_CCA_MODE", + "title": "Clear Channel Assessment (CCA) mode", + "type": "choice" + }, + { + "children": [], + "depends_on": "IEEE802154_ENABLED", + "help": null, + "id": "IEEE802154_CCA_MODE", + "name": "IEEE802154_CCA_MODE", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "IEEE802154_ENABLED", + "help": "set the CCA threshold, in dB", + "id": "IEEE802154_CCA_THRESHOLD", + "name": "IEEE802154_CCA_THRESHOLD", + "range": null, + "title": "CCA detection threshold", + "type": "int" + }, + { + "children": [], + "depends_on": "IEEE802154_ENABLED", + "help": "set the pending table size", + "id": "IEEE802154_PENDING_TABLE_SIZE", + "name": "IEEE802154_PENDING_TABLE_SIZE", + "range": null, + "title": "Pending table size", + "type": "int" + }, + { + "children": [], + "depends_on": "IEEE802154_ENABLED", + "help": "Enable IEEE802154 multi-pan", + "id": "IEEE802154_MULTI_PAN_ENABLE", + "name": "IEEE802154_MULTI_PAN_ENABLE", + "range": null, + "title": "Enable multi-pan feature for frame filter", + "type": "bool" + }, + { + "children": [], + "depends_on": "IEEE802154_ENABLED", + "help": "Enabling this option increases throughput by ~5% at the expense of ~2.1k\nIRAM code size increase.", + "id": "IEEE802154_TIMING_OPTIMIZATION", + "name": "IEEE802154_TIMING_OPTIMIZATION", + "range": null, + "title": "Enable throughput optimization", + "type": "bool" + }, + { + "children": [], + "depends_on": "PM_ENABLE && IEEE802154_ENABLED", + "help": "Enabling this option allows the IEEE802.15.4 module to be powered down during automatic light sleep,\nwhich reduces current consumption.", + "id": "IEEE802154_SLEEP_ENABLE", + "name": "IEEE802154_SLEEP_ENABLE", + "range": null, + "title": "Enable IEEE802154 light sleep", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IEEE802154_DEBUG", + "help": "Enabling this option to add some probe codes in the driver, and these informations\nwill be printed when assert.", + "id": "IEEE802154_ASSERT", + "name": "IEEE802154_ASSERT", + "range": null, + "title": "Enrich the assert information with IEEE802154 state and event", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IEEE802154_RECORD_EVENT", + "help": "set the record event table size", + "id": "IEEE802154_RECORD_EVENT_SIZE", + "name": "IEEE802154_RECORD_EVENT_SIZE", + "range": null, + "title": "Record event table size", + "type": "int" + } + ], + "depends_on": "IEEE802154_DEBUG", + "help": "Enabling this option to record event, when assert, the recorded event will be printed.", + "id": "IEEE802154_RECORD_EVENT", + "name": "IEEE802154_RECORD_EVENT", + "range": null, + "title": "Enable record event information for debugging", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IEEE802154_RECORD_STATE", + "help": "set the record state table size", + "id": "IEEE802154_RECORD_STATE_SIZE", + "name": "IEEE802154_RECORD_STATE_SIZE", + "range": null, + "title": "Record state table size", + "type": "int" + } + ], + "depends_on": "IEEE802154_DEBUG", + "help": "Enabling this option to record state, when assert, the recorded state will be printed.", + "id": "IEEE802154_RECORD_STATE", + "name": "IEEE802154_RECORD_STATE", + "range": null, + "title": "Enable record state information for debugging", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IEEE802154_RECORD_CMD", + "help": "set the record command table size", + "id": "IEEE802154_RECORD_CMD_SIZE", + "name": "IEEE802154_RECORD_CMD_SIZE", + "range": null, + "title": "Record command table size", + "type": "int" + } + ], + "depends_on": "IEEE802154_DEBUG", + "help": "Enabling this option to record the command, when assert, the recorded\ncommand will be printed.", + "id": "IEEE802154_RECORD_CMD", + "name": "IEEE802154_RECORD_CMD", + "range": null, + "title": "Enable record command information for debugging", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IEEE802154_RECORD_ABORT", + "help": "set the record abort table size", + "id": "IEEE802154_RECORD_ABORT_SIZE", + "name": "IEEE802154_RECORD_ABORT_SIZE", + "range": null, + "title": "Record abort table size", + "type": "int" + } + ], + "depends_on": "IEEE802154_DEBUG", + "help": "Enabling this option to record the abort, when assert, the recorded\nabort will be printed.", + "id": "IEEE802154_RECORD_ABORT", + "name": "IEEE802154_RECORD_ABORT", + "range": null, + "title": "Enable record abort information for debugging", + "type": "bool" + }, + { + "children": [], + "depends_on": "IEEE802154_DEBUG", + "help": "Enabling this option to record the tx and rx", + "id": "IEEE802154_TXRX_STATISTIC", + "name": "IEEE802154_TXRX_STATISTIC", + "range": null, + "title": "Enable record tx/rx packets information for debugging", + "type": "bool" + } + ], + "depends_on": "IEEE802154_ENABLED", + "help": "Enabling this option allows different kinds of IEEE802154 debug output.\nAll IEEE802154 debug features increase the size of the final binary.", + "id": "IEEE802154_DEBUG", + "is_menuconfig": true, + "name": "IEEE802154_DEBUG", + "range": null, + "title": "Enable IEEE802154 Debug", + "type": "menu" + } + ], "depends_on": null, "help": null, "id": "IEEE802154_ENABLED", "name": "IEEE802154_ENABLED", "range": null, - "title": null, + "title": "IEEE802154 Enable", "type": "bool" - }, - { - "children": [], - "depends_on": "IEEE802154_ENABLED", - "help": "The number of 802.15.4 receive buffers", - "id": "IEEE802154_RX_BUFFER_SIZE", - "name": "IEEE802154_RX_BUFFER_SIZE", - "range": null, - "title": "The number of 802.15.4 receive buffers", - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": "configure the CCA mode to Energy above threshold", - "id": "IEEE802154_CCA_CARRIER", - "name": "IEEE802154_CCA_CARRIER", - "range": null, - "title": "Carrier sense only", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "configure the CCA mode to Energy above threshold", - "id": "IEEE802154_CCA_ED", - "name": "IEEE802154_CCA_ED", - "range": null, - "title": "Energy above threshold", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "configure the CCA mode to Carrier sense OR energy above threshold", - "id": "IEEE802154_CCA_CARRIER_OR_ED", - "name": "IEEE802154_CCA_CARRIER_OR_ED", - "range": null, - "title": "Carrier sense OR energy above threshold", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "configure the CCA mode to Carrier sense AND energy above threshold", - "id": "IEEE802154_CCA_CARRIER_AND_ED", - "name": "IEEE802154_CCA_CARRIER_AND_ED", - "range": null, - "title": "Carrier sense AND energy above threshold", - "type": "bool" - } - ], - "depends_on": null, - "help": "configure the CCA mode", - "id": "component-config-ieee-802-15-4-clear-channel-assessment-cca-mode", - "name": "IEEE802154_CCA_MODE", - "title": "Clear Channel Assessment (CCA) mode", - "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "IEEE802154_CCA_MODE", - "name": "IEEE802154_CCA_MODE", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "set the CCA threshold, in dB", - "id": "IEEE802154_CCA_THRESHOLD", - "name": "IEEE802154_CCA_THRESHOLD", - "range": [ - -120, - 0 - ], - "title": "CCA detection threshold", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "set the pending table size", - "id": "IEEE802154_PENDING_TABLE_SIZE", - "name": "IEEE802154_PENDING_TABLE_SIZE", - "range": [ - 1, - 100 - ], - "title": "Pending table size", - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Enable IEEE802154 multi-pan", - "id": "IEEE802154_MULTI_PAN_ENABLE", - "name": "IEEE802154_MULTI_PAN_ENABLE", - "range": null, - "title": "Enable multi-pan feature for frame filter", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "Enabling this option increases throughput by ~5% at the expense of ~2.1k\nIRAM code size increase.", - "id": "IEEE802154_TIMING_OPTIMIZATION", - "name": "IEEE802154_TIMING_OPTIMIZATION", - "range": null, - "title": "Enable throughput optimization", - "type": "bool" - }, - { - "children": [], - "depends_on": "PM_ENABLE && PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP", - "help": "Enabling this option allows the IEEE802.15.4 module to be powered down during automatic light sleep,\nwhich reduces current consumption.", - "id": "IEEE802154_SLEEP_ENABLE", - "name": "IEEE802154_SLEEP_ENABLE", - "range": null, - "title": "Enable IEEE802154 light sleep", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "IEEE802154_DEBUG", - "help": "Enabling this option to add some probe codes in the driver, and these informations\nwill be printed when assert.", - "id": "IEEE802154_ASSERT", - "name": "IEEE802154_ASSERT", - "range": null, - "title": "Enrich the assert information with IEEE802154 state and event", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "IEEE802154_RECORD_EVENT", - "help": "set the record event table size", - "id": "IEEE802154_RECORD_EVENT_SIZE", - "name": "IEEE802154_RECORD_EVENT_SIZE", - "range": null, - "title": "Record event table size", - "type": "int" - } - ], - "depends_on": "IEEE802154_DEBUG", - "help": "Enabling this option to record event, when assert, the recorded event will be printed.", - "id": "IEEE802154_RECORD_EVENT", - "name": "IEEE802154_RECORD_EVENT", - "range": null, - "title": "Enable record event information for debugging", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "IEEE802154_RECORD_STATE", - "help": "set the record state table size", - "id": "IEEE802154_RECORD_STATE_SIZE", - "name": "IEEE802154_RECORD_STATE_SIZE", - "range": null, - "title": "Record state table size", - "type": "int" - } - ], - "depends_on": "IEEE802154_DEBUG", - "help": "Enabling this option to record state, when assert, the recorded state will be printed.", - "id": "IEEE802154_RECORD_STATE", - "name": "IEEE802154_RECORD_STATE", - "range": null, - "title": "Enable record state information for debugging", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "IEEE802154_RECORD_CMD", - "help": "set the record command table size", - "id": "IEEE802154_RECORD_CMD_SIZE", - "name": "IEEE802154_RECORD_CMD_SIZE", - "range": null, - "title": "Record command table size", - "type": "int" - } - ], - "depends_on": "IEEE802154_DEBUG", - "help": "Enabling this option to record the command, when assert, the recorded\ncommand will be printed.", - "id": "IEEE802154_RECORD_CMD", - "name": "IEEE802154_RECORD_CMD", - "range": null, - "title": "Enable record command information for debugging", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "IEEE802154_RECORD_ABORT", - "help": "set the record abort table size", - "id": "IEEE802154_RECORD_ABORT_SIZE", - "name": "IEEE802154_RECORD_ABORT_SIZE", - "range": null, - "title": "Record abort table size", - "type": "int" - } - ], - "depends_on": "IEEE802154_DEBUG", - "help": "Enabling this option to record the abort, when assert, the recorded\nabort will be printed.", - "id": "IEEE802154_RECORD_ABORT", - "name": "IEEE802154_RECORD_ABORT", - "range": null, - "title": "Enable record abort information for debugging", - "type": "bool" - } - ], - "depends_on": null, - "help": "Enabling this option allows different kinds of IEEE802154 debug output.\nAll IEEE802154 debug features increase the size of the final binary.", - "id": "IEEE802154_DEBUG", - "is_menuconfig": true, - "name": "IEEE802154_DEBUG", - "range": null, - "title": "Enable IEEE802154 Debug", - "type": "menu" } ], "depends_on": null, @@ -18607,211 +22116,365 @@ { "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_DEFAULT_LEVEL_NONE", - "name": "LOG_DEFAULT_LEVEL_NONE", - "range": null, - "title": "No output", - "type": "bool" + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_NONE", + "name": "LOG_DEFAULT_LEVEL_NONE", + "range": null, + "title": "No output", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_ERROR", + "name": "LOG_DEFAULT_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_WARN", + "name": "LOG_DEFAULT_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_INFO", + "name": "LOG_DEFAULT_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_DEBUG", + "name": "LOG_DEFAULT_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_DEFAULT_LEVEL_VERBOSE", + "name": "LOG_DEFAULT_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": null, + "help": "Specify how much output to see in logs by default.\nYou can set lower verbosity level at runtime using\nesp_log_level_set() function if LOG_DYNAMIC_LEVEL_CONTROL\nis enabled.\n\nBy default, this setting limits which log statements\nare compiled into the program. For example, selecting\n\"Warning\" would mean that changing log level to \"Debug\"\nat runtime will not be possible. To allow increasing log\nlevel above the default at runtime, see the next option.", + "id": "component-config-log-log-level-default-log-verbosity", + "name": "LOG_DEFAULT_LEVEL", + "title": "Default log verbosity", + "type": "choice" }, { "children": [], - "depends_on": "", + "depends_on": null, "help": null, - "id": "LOG_DEFAULT_LEVEL_ERROR", - "name": "LOG_DEFAULT_LEVEL_ERROR", + "id": "LOG_DEFAULT_LEVEL", + "name": "LOG_DEFAULT_LEVEL", "range": null, - "title": "Error", - "type": "bool" + "title": null, + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_MAXIMUM_EQUALS_DEFAULT", + "name": "LOG_MAXIMUM_EQUALS_DEFAULT", + "range": null, + "title": "Same as default", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 1 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_ERROR", + "name": "LOG_MAXIMUM_LEVEL_ERROR", + "range": null, + "title": "Error", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 2 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_WARN", + "name": "LOG_MAXIMUM_LEVEL_WARN", + "range": null, + "title": "Warning", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 3 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_INFO", + "name": "LOG_MAXIMUM_LEVEL_INFO", + "range": null, + "title": "Info", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 4 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_DEBUG", + "name": "LOG_MAXIMUM_LEVEL_DEBUG", + "range": null, + "title": "Debug", + "type": "bool" + }, + { + "children": [], + "depends_on": "LOG_DEFAULT_LEVEL < 5 && ", + "help": null, + "id": "LOG_MAXIMUM_LEVEL_VERBOSE", + "name": "LOG_MAXIMUM_LEVEL_VERBOSE", + "range": null, + "title": "Verbose", + "type": "bool" + } + ], + "depends_on": null, + "help": "This config option sets the highest log verbosity that it's possible to select\nat runtime by calling esp_log_level_set(). This level may be higher than\nthe default verbosity level which is set when the app starts up.\n\nThis can be used enable debugging output only at a critical point, for a particular\ntag, or to minimize startup time but then enable more logs once the firmware has\nloaded.\n\nNote that increasing the maximum available log level will increase the firmware\nbinary size.\n\nThis option only applies to logging from the app, the bootloader log level is\nfixed at compile time to the separate \"Bootloader log verbosity\" setting.", + "id": "component-config-log-log-level-maximum-log-verbosity", + "name": "LOG_MAXIMUM_LEVEL", + "title": "Maximum log verbosity", + "type": "choice" }, { "children": [], - "depends_on": "", + "depends_on": null, "help": null, - "id": "LOG_DEFAULT_LEVEL_WARN", - "name": "LOG_DEFAULT_LEVEL_WARN", + "id": "LOG_MAXIMUM_LEVEL", + "name": "LOG_MAXIMUM_LEVEL", "range": null, - "title": "Warning", - "type": "bool" + "title": null, + "type": "int" }, { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_DEFAULT_LEVEL_INFO", - "name": "LOG_DEFAULT_LEVEL_INFO", - "range": null, - "title": "Info", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_DEFAULT_LEVEL_DEBUG", - "name": "LOG_DEFAULT_LEVEL_DEBUG", - "range": null, - "title": "Debug", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_DEFAULT_LEVEL_VERBOSE", - "name": "LOG_DEFAULT_LEVEL_VERBOSE", - "range": null, - "title": "Verbose", - "type": "bool" + "children": [ + { + "children": [], + "depends_on": null, + "help": "Enables an additional global \"master\" log level check that occurs before a log tag cache\nlookup. This is useful if you want to compile in a lot of logs that are selectable at\nruntime, but avoid the performance hit during periods where you don't want log output.\n\nExamples include remote log forwarding, or disabling logs during a time-critical or\nCPU-intensive section and re-enabling them later. Results in larger program size\ndepending on number of logs compiled in.\n\nIf enabled, defaults to LOG_DEFAULT_LEVEL and can be set using\nesp_log_set_level_master(). This check takes precedence over ESP_LOG_LEVEL_LOCAL.", + "id": "LOG_MASTER_LEVEL", + "name": "LOG_MASTER_LEVEL", + "range": null, + "title": "Enable global master log level", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option allows dynamic changes to the log level at runtime\n(using esp_log_level_set()), providing the ability to increase or decrease\nthe log level during program execution.\nIf disabled, the log level remains static once set at compile-time and calling\nesp_log_level_set() will have no effect.\nIf binary size is a critical consideration and dynamic log level changes are not needed,\nconsider disabling this option when LOG_TAG_LEVEL_IMPL_NONE=y to minimize program size.", + "id": "LOG_DYNAMIC_LEVEL_CONTROL", + "name": "LOG_DYNAMIC_LEVEL_CONTROL", + "range": null, + "title": "Enable dynamic log level changes at runtime", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "This option disables the ability to set the log level per tag.\nThe ability to change the log level at runtime depends on LOG_DYNAMIC_LEVEL_CONTROL.\nIf LOG_DYNAMIC_LEVEL_CONTROL is disabled, then changing the log level at runtime\nusing `esp_log_level_set()` is not possible.\nThis implementation is suitable for highly constrained environments.", + "id": "LOG_TAG_LEVEL_IMPL_NONE", + "name": "LOG_TAG_LEVEL_IMPL_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this option to use the linked list-only implementation (no cache) for log level retrieval.\nThis approach searches the linked list of all tags for the log level, which may be slower\nfor a large number of tags but may have lower memory requirements than the CACHE approach.\nThe linked list approach compares the whole strings of log tags for finding the log level.", + "id": "LOG_TAG_LEVEL_IMPL_LINKED_LIST", + "name": "LOG_TAG_LEVEL_IMPL_LINKED_LIST", + "range": null, + "title": "Linked List", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this option to use a hybrid mode: cache in combination with the linked list\nfor log tag level checks. This hybrid approach offers a balance between speed and memory usage.\n\nThe cache stores recently accessed log tags and their corresponding log levels, providing\nfaster lookups for frequently used tags. The cache approach compares the tag pointers, which is\nfaster than comparing the whole strings.\n\nFor less frequently used tags, the linked list is used to search for the log level, which may be\nslower for a large number of tags but has lower memory requirements compared to a full cache.\n\nThis hybrid approach aims to improve the efficiency of log level retrieval by combining the benefits\nof both cache and linked list implementations.", + "id": "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST", + "name": "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST", + "range": null, + "title": "Cache + Linked List", + "type": "bool" + } + ], + "depends_on": null, + "help": "Choose the per-tag log level implementation for the log library. This functionality is used\nto enable/disable logs for a particular tag at run time. Applicable only for\napplication logs (i.e., not bootloader logs).", + "id": "component-config-log-log-level-level-settings-method-of-tag-level-checks", + "name": "LOG_TAG_LEVEL_IMPL", + "title": "Method of tag level checks", + "type": "choice" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "This option enables the use of a simple array-based cache implementation for storing and\nretrieving log tag levels. There is no additional code that reorders the cache for fast lookups.\nSuitable for projects where memory usage optimization is crucial and the simplicity of implementation\nis preferred.", + "id": "LOG_TAG_LEVEL_CACHE_ARRAY", + "name": "LOG_TAG_LEVEL_CACHE_ARRAY", + "range": null, + "title": "Array", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "This option enables the use of a binary min-heap-based cache implementation for efficient\nstorage and retrieval of log tag levels. It does automatically optimizing cache for fast lookups.\nSuitable for projects where speed of lookup is critical and memory usage can accommodate\nthe overhead of maintaining a binary min-heap structure.", + "id": "LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP", + "name": "LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP", + "range": null, + "title": "Binary Min-Heap", + "type": "bool" + } + ], + "depends_on": "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST", + "help": "The cache stores recently accessed log tags (address of tag) and their corresponding log levels,\nproviding faster lookups for frequently used tags. Cache size can be configured using the\nLOG_TAG_LEVEL_IMPL_CACHE_SIZE option. The cache approach compares the tag pointers, which is\nfaster than comparing the whole strings.", + "id": "component-config-log-log-level-level-settings-cache-implementation", + "name": "LOG_TAG_LEVEL_CACHE_IMPL", + "title": "Cache implementation", + "type": "choice" + }, + { + "children": [], + "depends_on": "LOG_TAG_LEVEL_CACHE_ARRAY || LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP", + "help": "This option sets the size of the cache used for log tag entries. The cache stores recently accessed\nlog tags and their corresponding log levels, which helps improve the efficiency of log level retrieval.\nThe value must be a power of 2 minus 1 (e.g., 1, 3, 7, 15, 31, 63, 127, 255, ...)\nto ensure proper cache behavior. For LOG_TAG_LEVEL_CACHE_ARRAY option the value can be any,\nwithout restrictions.\n\nNote: A larger cache size can improve lookup performance for frequently used log tags but may consume\nmore memory. Conversely, a smaller cache size reduces memory usage but may lead to more frequent cache\nevictions for less frequently used log tags.", + "id": "LOG_TAG_LEVEL_IMPL_CACHE_SIZE", + "name": "LOG_TAG_LEVEL_IMPL_CACHE_SIZE", + "range": null, + "title": "Log Tag Cache Size", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-log-log-level-level-settings", + "title": "Level Settings", + "type": "menu" } ], "depends_on": null, - "help": "Specify how much output to see in logs by default.\nYou can set lower verbosity level at runtime using\nesp_log_level_set function.\n\nBy default, this setting limits which log statements\nare compiled into the program. For example, selecting\n\"Warning\" would mean that changing log level to \"Debug\"\nat runtime will not be possible. To allow increasing log\nlevel above the default at runtime, see the next option.", - "id": "component-config-log-output-default-log-verbosity", - "name": "LOG_DEFAULT_LEVEL", - "title": "Default log verbosity", - "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "LOG_DEFAULT_LEVEL", - "name": "LOG_DEFAULT_LEVEL", - "range": null, - "title": null, - "type": "int" + "id": "component-config-log-log-level", + "title": "Log Level", + "type": "menu" }, { "children": [ { "children": [], - "depends_on": "", - "help": null, - "id": "LOG_MAXIMUM_EQUALS_DEFAULT", - "name": "LOG_MAXIMUM_EQUALS_DEFAULT", + "depends_on": null, + "help": "Enable ANSI terminal color codes.\nIn order to view these, your terminal program must support ANSI color codes.", + "id": "LOG_COLORS", + "name": "LOG_COLORS", "range": null, - "title": "Same as default", + "title": "Color", "type": "bool" }, { - "children": [], - "depends_on": "LOG_DEFAULT_LEVEL < 1 && ", - "help": null, - "id": "LOG_MAXIMUM_LEVEL_ERROR", - "name": "LOG_MAXIMUM_LEVEL_ERROR", - "range": null, - "title": "Error", - "type": "bool" - }, - { - "children": [], - "depends_on": "LOG_DEFAULT_LEVEL < 2 && ", - "help": null, - "id": "LOG_MAXIMUM_LEVEL_WARN", - "name": "LOG_MAXIMUM_LEVEL_WARN", - "range": null, - "title": "Warning", - "type": "bool" - }, - { - "children": [], - "depends_on": "LOG_DEFAULT_LEVEL < 3 && ", - "help": null, - "id": "LOG_MAXIMUM_LEVEL_INFO", - "name": "LOG_MAXIMUM_LEVEL_INFO", - "range": null, - "title": "Info", - "type": "bool" - }, - { - "children": [], - "depends_on": "LOG_DEFAULT_LEVEL < 4 && ", - "help": null, - "id": "LOG_MAXIMUM_LEVEL_DEBUG", - "name": "LOG_MAXIMUM_LEVEL_DEBUG", - "range": null, - "title": "Debug", - "type": "bool" - }, - { - "children": [], - "depends_on": "LOG_DEFAULT_LEVEL < 5 && ", - "help": null, - "id": "LOG_MAXIMUM_LEVEL_VERBOSE", - "name": "LOG_MAXIMUM_LEVEL_VERBOSE", - "range": null, - "title": "Verbose", - "type": "bool" + "children": [ + { + "children": [], + "depends_on": "NO_SYMBOL && ", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_NONE", + "name": "LOG_TIMESTAMP_SOURCE_NONE", + "range": null, + "title": "None", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_RTOS", + "name": "LOG_TIMESTAMP_SOURCE_RTOS", + "range": null, + "title": "Milliseconds Since Boot", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_SYSTEM", + "name": "LOG_TIMESTAMP_SOURCE_SYSTEM", + "range": null, + "title": "System Time (HH:MM:SS.sss)", + "type": "bool" + }, + { + "children": [], + "depends_on": "NO_SYMBOL && ", + "help": null, + "id": "LOG_TIMESTAMP_SOURCE_SYSTEM_FULL", + "name": "LOG_TIMESTAMP_SOURCE_SYSTEM_FULL", + "range": null, + "title": "System Time (YY-MM-DD HH:MM:SS.sss)", + "type": "bool" + } + ], + "depends_on": null, + "help": "Choose what sort of timestamp is displayed in the log output:\n\n- \"None\" - The log will only contain the actual log messages themselves\n without any time-related information. Avoiding timestamps can help conserve\n processing power and memory. It might useful when you\n perform log analysis or debugging, sometimes it's more straightforward\n to work with logs that lack timestamps, especially if the time of occurrence\n is not critical for understanding the issues.\n\n- \"Milliseconds since boot\" is calculated from the RTOS tick count multiplied\n by the tick period. This time will reset after a software reboot.\n e.g. (90000)\n\n- \"System time (HH:MM:SS.sss)\" is taken from POSIX time functions which use the chip's\n RTC and high resolution timers to maintain an accurate time. The system time is\n initialized to 0 on startup, it can be set with an SNTP sync, or with\n POSIX time functions. This time will not reset after a software reboot.\n e.g. (00:01:30.000)\n\n- \"System time (YY-MM-DD HH:MM:SS.sss)\" it is the same as the above,\n but also prints the date as well.\n\n- NOTE: Currently this will not get used in logging from binary blobs\n (i.e WiFi & Bluetooth libraries), these will always print\n milliseconds since boot.", + "id": "component-config-log-format-timestamp", + "name": "LOG_TIMESTAMP_SOURCE", + "title": "Timestamp", + "type": "choice" } ], "depends_on": null, - "help": "This config option sets the highest log verbosity that it's possible to select\nat runtime by calling esp_log_level_set(). This level may be higher than\nthe default verbosity level which is set when the app starts up.\n\nThis can be used enable debugging output only at a critical point, for a particular\ntag, or to minimize startup time but then enable more logs once the firmware has\nloaded.\n\nNote that increasing the maximum available log level will increase the firmware\nbinary size.\n\nThis option only applies to logging from the app, the bootloader log level is\nfixed at compile time to the separate \"Bootloader log verbosity\" setting.", - "id": "component-config-log-output-maximum-log-verbosity", - "name": "LOG_MAXIMUM_LEVEL", - "title": "Maximum log verbosity", - "type": "choice" - }, - { - "children": [], - "depends_on": null, - "help": null, - "id": "LOG_MAXIMUM_LEVEL", - "name": "LOG_MAXIMUM_LEVEL", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [], - "depends_on": null, - "help": "Enable ANSI terminal color codes in bootloader output.\n\nIn order to view these, your terminal program must support ANSI color codes.", - "id": "LOG_COLORS", - "name": "LOG_COLORS", - "range": null, - "title": "Use ANSI terminal colors in log output", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_TIMESTAMP_SOURCE_RTOS", - "name": "LOG_TIMESTAMP_SOURCE_RTOS", - "range": null, - "title": "Milliseconds Since Boot", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "LOG_TIMESTAMP_SOURCE_SYSTEM", - "name": "LOG_TIMESTAMP_SOURCE_SYSTEM", - "range": null, - "title": "System Time", - "type": "bool" - } - ], - "depends_on": null, - "help": "Choose what sort of timestamp is displayed in the log output:\n\n- Milliseconds since boot is calulated from the RTOS tick count multiplied\n by the tick period. This time will reset after a software reboot.\n e.g. (90000)\n\n- System time is taken from POSIX time functions which use the chip's\n RTC and high resoultion timers to maintain an accurate time. The system time is\n initialized to 0 on startup, it can be set with an SNTP sync, or with\n POSIX time functions. This time will not reset after a software reboot.\n e.g. (00:01:30.000)\n\n- NOTE: Currently this will not get used in logging from binary blobs\n (i.e WiFi & Bluetooth libraries), these will always print\n milliseconds since boot.", - "id": "component-config-log-output-log-timestamps", - "name": "LOG_TIMESTAMP_SOURCE", - "title": "Log Timestamps", - "type": "choice" + "id": "component-config-log-format", + "title": "Format", + "type": "menu" } ], "depends_on": null, - "id": "component-config-log-output", - "title": "Log output", + "id": "component-config-log", + "title": "Log", "type": "menu" }, { "children": [ + { + "children": [], + "depends_on": null, + "help": "Builds normally if selected. Excludes LwIP from build if unselected, even if it is a\ndependency of a component or application.\nSome applications can switch their IP stacks, e.g., when switching between chip\nand Linux targets (LwIP stack vs. Linux IP stack). Since the LwIP dependency cannot\neasily be excluded based on a Kconfig option, it has to be a dependency in all cases.\nThis switch allows the LwIP stack to be built selectively, even if it is a dependency.", + "id": "LWIP_ENABLE", + "name": "LWIP_ENABLE", + "range": null, + "title": "Enable LwIP stack", + "type": "bool" + }, { "children": [], "depends_on": null, @@ -18927,7 +22590,18 @@ "type": "bool" }, { - "children": [], + "children": [ + { + "children": [], + "depends_on": "LWIP_ND6", + "help": "This option is used to set the the router flag for the NA packets.\nWhen enabled, the router flag in NA packet will always set to 1,\notherwise, never set router flag for NA packets.", + "id": "LWIP_FORCE_ROUTER_FORWARDING", + "name": "LWIP_FORCE_ROUTER_FORWARDING", + "range": null, + "title": "LWIP Force Router Forwarding Enable/Disable", + "type": "bool" + } + ], "depends_on": "LWIP_IPV6", "help": "This option is used to disable the Network Discovery Protocol (NDP) if it is not required.\nPlease use this option with caution, as the NDP is essential for IPv6 functionality within a local network.", "id": "LWIP_ND6", @@ -18939,12 +22613,12 @@ { "children": [], "depends_on": null, - "help": "Sockets take up a certain amount of memory, and allowing fewer\nsockets to be open at the same time conserves memory. Specify\nthe maximum amount of sockets here. The valid value is from 1\nto 16.", + "help": "The practical maximum limit is\ndetermined by available heap memory at runtime.\n\nSockets take up a certain amount of memory, and allowing fewer\nsockets to be open at the same time conserves memory. Specify\nthe maximum amount of sockets here. The valid value is from 1\nto 253. If using value above 61, update CMakeLists defining\nFD_SETSIZE to the number of sockets used plus the\nexpected open files (minimum of +3 for stdout, stderr and stdin).", "id": "LWIP_MAX_SOCKETS", "name": "LWIP_MAX_SOCKETS", "range": [ 1, - 16 + 253 ], "title": "Max number of open sockets", "type": "int" @@ -19010,6 +22684,19 @@ "title": "Enable IP_PKTINFO option", "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": "Set value for Time-To-Live used by transport layers.", + "id": "LWIP_IP_DEFAULT_TTL", + "name": "LWIP_IP_DEFAULT_TTL", + "range": [ + 1, + 255 + ], + "title": "The value for Time-To-Live used by transport layers", + "type": "int" + }, { "children": [], "depends_on": "LWIP_IPV4", @@ -19066,13 +22753,24 @@ { "children": [ { - "children": [], + "children": [ + { + "children": [], + "depends_on": "LWIP_IPV4_NAPT", + "help": "Enabling this option allows Port Forwarding or Port mapping.", + "id": "LWIP_IPV4_NAPT_PORTMAP", + "name": "LWIP_IPV4_NAPT_PORTMAP", + "range": null, + "title": "Enable NAT Port Mapping", + "type": "bool" + } + ], "depends_on": "LWIP_IP_FORWARD", "help": "Enabling this option allows Network Address and Port Translation.", "id": "LWIP_IPV4_NAPT", "name": "LWIP_IPV4_NAPT", "range": null, - "title": "Enable NAT (new/experimental)", + "title": "Enable NAT", "type": "bool" } ], @@ -19150,14 +22848,44 @@ "type": "int" }, { - "children": [], + "children": [ + { + "children": [], + "depends_on": "!LWIP_AUTOIP && ", + "help": null, + "id": "LWIP_DHCP_DOES_ARP_CHECK", + "name": "LWIP_DHCP_DOES_ARP_CHECK", + "range": null, + "title": "DHCP provides simple ARP check", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_DHCP_DOES_ACD_CHECK", + "name": "LWIP_DHCP_DOES_ACD_CHECK", + "range": null, + "title": "DHCP provides Address Conflict Detection (ACD)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_DHCP_DOES_NOT_CHECK_OFFERED_IP", + "name": "LWIP_DHCP_DOES_NOT_CHECK_OFFERED_IP", + "range": null, + "title": "DHCP does not detect conflict on the offered IP", + "type": "bool" + } + ], "depends_on": "LWIP_IPV4", - "help": "Enabling this option performs a check (via ARP request) if the offered IP address\nis not already in use by another host on the network.", - "id": "LWIP_DHCP_DOES_ARP_CHECK", - "name": "LWIP_DHCP_DOES_ARP_CHECK", - "range": null, - "title": "DHCP: Perform ARP check on any offered address", - "type": "bool" + "help": "Choose the preferred way of DHCP client to check if the offered address\nis available:\n* Using Address Conflict Detection (ACD) module assures that the offered IP address\nis properly probed and announced before binding in DHCP. This conforms to RFC5227,\nbut takes several seconds.\n* Using ARP check, we only send two ARP requests to check for replies. This process\nlasts 1 - 2 seconds.\n* No conflict detection: We directly bind the offered address.", + "id": "component-config-lwip-choose-how-dhcp-validates-offered-ip", + "name": "LWIP_DHCP_CHECKS_OFFERED_ADDRESS", + "title": "Choose how DHCP validates offered IP", + "type": "choice" }, { "children": [], @@ -19257,6 +22985,26 @@ ], "title": "Maximum number of stations", "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_DHCPS", + "help": "Enabling this option allows DHCP server to support temporary static ARP entries\nfor DHCP Client. This will help the DHCP server to send the DHCP OFFER and DHCP ACK using IP unicast.", + "id": "LWIP_DHCPS_STATIC_ENTRIES", + "name": "LWIP_DHCPS_STATIC_ENTRIES", + "range": null, + "title": "Enable ARP static entries", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_DHCPS", + "help": "This allows the DNS option to be optional in the DHCP offers,\ndepending on the server's runtime configuration.\nWhen enabled, the DHCP server will always add the DNS option to DHCP responses.\nIf a DNS server is not explicitly configured, the server's IP address will be used\nas the fallback for the DNS option.\nWhen disabled, the DHCP server will only include the DNS option in responses\nif a DNS server has been explicitly configured.\nThis option will be removed in IDF v6.x", + "id": "LWIP_DHCPS_ADD_DNS", + "name": "LWIP_DHCPS_ADD_DNS", + "range": null, + "title": "Always add DNS option in DHCP responses", + "type": "bool" } ], "depends_on": "LWIP_IPV4", @@ -19359,7 +23107,7 @@ } ], "depends_on": null, - "help": "Enable IPv6 function. If not use IPv6 function, set this option to n.\nIf disabling LWIP_IPV6 then some other components (coap and asio) will\nno longer be available.", + "help": "Enable IPv6 function. If not use IPv6 function, set this option to n.\nIf disabling LWIP_IPV6 then some other components (asio) will\nno longer be available.", "id": "LWIP_IPV6", "name": "LWIP_IPV6", "range": null, @@ -19488,7 +23236,7 @@ { "children": [], "depends_on": null, - "help": "Set maximum segment size for TCP transmission.\n\nCan be set lower to save RAM, the default value 1460(ipv4)/1440(ipv6) will give best throughput.\nIPv4 TCP_MSS Range: 576 <= TCP_MSS <= 1460\nIPv6 TCP_MSS Range: 1220<= TCP_mSS <= 1440", + "help": "Set maximum segment size for TCP transmission.\n\nCan be set lower to save RAM, the default value 1460(ipv4)/1440(ipv6) will give best throughput.\nIPv4 TCP_MSS Range: 576 <= TCP_MSS <= 1460\nIPv6 TCP_MSS Range: 1220<= TCP_MSS <= 1440", "id": "LWIP_TCP_MSS", "name": "LWIP_TCP_MSS", "range": [ @@ -19557,7 +23305,7 @@ { "children": [], "depends_on": null, - "help": "Set TCP receive mail box size. Generally bigger value means higher throughput\nbut more memory. The recommended value is: LWIP_TCP_WND_DEFAULT/TCP_MSS + 2, e.g. if\nLWIP_TCP_WND_DEFAULT=14360, TCP_MSS=1436, then the recommended receive mail box size is\n(14360/1436 + 2) = 12.\n\nTCP receive mail box is a per socket mail box, when the application receives packets\nfrom TCP socket, LWIP core firstly posts the packets to TCP receive mail box and the\napplication then fetches the packets from mail box. It means LWIP can caches maximum\nLWIP_TCP_RECCVMBOX_SIZE packets for each TCP socket, so the maximum possible cached TCP packets\nfor all TCP sockets is LWIP_TCP_RECCVMBOX_SIZE multiples the maximum TCP socket number. In other\nwords, the bigger LWIP_TCP_RECVMBOX_SIZE means more memory.\nOn the other hand, if the receiv mail box is too small, the mail box may be full. If the\nmail box is full, the LWIP drops the packets. So generally we need to make sure the TCP\nreceive mail box is big enough to avoid packet drop between LWIP core and application.", + "help": "Set TCP receive mail box size. Generally bigger value means higher throughput\nbut more memory. The recommended value is: LWIP_TCP_WND_DEFAULT/TCP_MSS + 2, e.g. if\nLWIP_TCP_WND_DEFAULT=14360, TCP_MSS=1436, then the recommended receive mail box size is\n(14360/1436 + 2) = 12.\n\nTCP receive mail box is a per socket mail box, when the application receives packets\nfrom TCP socket, LWIP core firstly posts the packets to TCP receive mail box and the\napplication then fetches the packets from mail box. It means LWIP can caches maximum\nLWIP_TCP_RECCVMBOX_SIZE packets for each TCP socket, so the maximum possible cached TCP packets\nfor all TCP sockets is LWIP_TCP_RECCVMBOX_SIZE multiples the maximum TCP socket number. In other\nwords, the bigger LWIP_TCP_RECVMBOX_SIZE means more memory.\nOn the other hand, if the receive mail box is too small, the mail box may be full. If the\nmail box is full, the LWIP drops the packets. So generally we need to make sure the TCP\nreceive mail box is big enough to avoid packet drop between LWIP core and application.", "id": "LWIP_TCP_RECVMBOX_SIZE", "name": "LWIP_TCP_RECVMBOX_SIZE", "range": [ @@ -19567,8 +23315,47 @@ "title": "Default TCP receive mail box size", "type": "int" }, + { + "children": [], + "depends_on": null, + "help": "Set TCP accept mail box size. Generally bigger value means supporting larger backlogs\nbut more memory. The recommended value is 6, but applications can set it to a lower value\nif listening servers are meant to have a smaller backlog.\n\nTCP accept mail box is a per socket mail box, when the application listens for connections\nwith a given listening TCP socket. If the mailbox is full, LWIP will send a RST packet and\nthe client will fail to connect.", + "id": "LWIP_TCP_ACCEPTMBOX_SIZE", + "name": "LWIP_TCP_ACCEPTMBOX_SIZE", + "range": [ + 1, + 64 + ], + "title": "Default TCP accept mail box size", + "type": "int" + }, { "children": [ + { + "children": [], + "depends_on": "LWIP_TCP_QUEUE_OOSEQ", + "help": "The timeout value is TCP_OOSEQ_TIMEOUT * RTO.", + "id": "LWIP_TCP_OOSEQ_TIMEOUT", + "name": "LWIP_TCP_OOSEQ_TIMEOUT", + "range": [ + 1, + 30 + ], + "title": "Timeout for each pbuf queued in TCP OOSEQ, in RTOs.", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_TCP_QUEUE_OOSEQ", + "help": "If LWIP_TCP_OOSEQ_MAX_PBUFS = 0, TCP will not control the number of OOSEQ pbufs.\n\nIn a poor network environment, many out-of-order tcp pbufs will be received.\nThese out-of-order pbufs will be cached in the TCP out-of-order queue which will\ncause Wi-Fi/Ethernet fail to release RX buffer in time.\nIt is possible that all RX buffers for MAC layer are used by OOSEQ.\n\nControl the number of out-of-order pbufs to ensure\nthat the MAC layer has enough RX buffer to receive packets.\n\nIn the Wi-Fi scenario, recommended OOSEQ PBUFS Range:\n0 <= TCP_OOSEQ_MAX_PBUFS <= CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM/(MAX_TCP_NUMBER + 1)\n\nIn the Ethernet scenario,recommended Ethernet OOSEQ PBUFS Range:\n0 <= TCP_OOSEQ_MAX_PBUFS <= CONFIG_ETH_DMA_RX_BUFFER_NUM/(MAX_TCP_NUMBER + 1)\n\nWithin the recommended value range, the larger the value, the better the performance.\n\nMAX_TCP_NUMBER represent Maximum number of TCP connections in Wi-Fi(STA+SoftAP) and Ethernet scenario.", + "id": "LWIP_TCP_OOSEQ_MAX_PBUFS", + "name": "LWIP_TCP_OOSEQ_MAX_PBUFS", + "range": [ + 0, + 12 + ], + "title": "The maximum number of pbufs queued on OOSEQ per pcb", + "type": "int" + }, { "children": [], "depends_on": "LWIP_TCP_QUEUE_OOSEQ", @@ -19641,7 +23428,7 @@ "type": "int" } ], - "depends_on": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP", + "depends_on": "SPIRAM_TRY_ALLOCATE_WIFI_LWIP && !SPIRAM_IGNORE_NOTFOUND", "help": "Enable this feature to support TCP window scaling.", "id": "LWIP_WND_SCALE", "name": "LWIP_WND_SCALE", @@ -19683,7 +23470,7 @@ { "children": [], "depends_on": null, - "help": "Set UDP receive mail box size. The recommended value is 6.\n\nUDP receive mail box is a per socket mail box, when the application receives packets\nfrom UDP socket, LWIP core firstly posts the packets to UDP receive mail box and the\napplication then fetches the packets from mail box. It means LWIP can caches maximum\nUDP_RECCVMBOX_SIZE packets for each UDP socket, so the maximum possible cached UDP packets\nfor all UDP sockets is UDP_RECCVMBOX_SIZE multiples the maximum UDP socket number. In other\nwords, the bigger UDP_RECVMBOX_SIZE means more memory.\nOn the other hand, if the receiv mail box is too small, the mail box may be full. If the\nmail box is full, the LWIP drops the packets. So generally we need to make sure the UDP\nreceive mail box is big enough to avoid packet drop between LWIP core and application.", + "help": "Set UDP receive mail box size. The recommended value is 6.\n\nUDP receive mail box is a per socket mail box, when the application receives packets\nfrom UDP socket, LWIP core firstly posts the packets to UDP receive mail box and the\napplication then fetches the packets from mail box. It means LWIP can caches maximum\nUDP_RECCVMBOX_SIZE packets for each UDP socket, so the maximum possible cached UDP packets\nfor all UDP sockets is UDP_RECCVMBOX_SIZE multiples the maximum UDP socket number. In other\nwords, the bigger UDP_RECVMBOX_SIZE means more memory.\nOn the other hand, if the receive mail box is too small, the mail box may be full. If the\nmail box is full, the LWIP drops the packets. So generally we need to make sure the UDP\nreceive mail box is big enough to avoid packet drop between LWIP core and application.", "id": "LWIP_UDP_RECVMBOX_SIZE", "name": "LWIP_UDP_RECVMBOX_SIZE", "range": [ @@ -19800,28 +23587,6 @@ "title": null, "type": "hex" }, - { - "children": [ - { - "children": [], - "depends_on": "LWIP_PPP_SUPPORT && LWIP_IPV6", - "help": "Enable IPV6 support in PPP for the local link between the DTE (processor) and DCE (modem).\nThere are some modems which do not support the IPV6 addressing in the local link.\nIf they are requested for IPV6CP negotiation, they may time out.\nThis would in turn fail the configuration for the whole link.\nIf your modem is not responding correctly to PPP Phase Network, try to disable IPV6 support.", - "id": "LWIP_PPP_ENABLE_IPV6", - "name": "LWIP_PPP_ENABLE_IPV6", - "range": null, - "title": "Enable IPV6 support for PPP connections (IPV6CP)", - "type": "bool" - } - ], - "depends_on": null, - "help": "Enable PPP stack. Now only PPP over serial is possible.", - "id": "LWIP_PPP_SUPPORT", - "is_menuconfig": true, - "name": "LWIP_PPP_SUPPORT", - "range": null, - "title": "Enable PPP support", - "type": "menu" - }, { "children": [], "depends_on": "LWIP_IPV6", @@ -19850,94 +23615,186 @@ }, { "children": [], - "depends_on": "LWIP_PPP_SUPPORT", - "help": "Enable to set a callback which is called on change of the internal PPP state machine.", - "id": "LWIP_PPP_NOTIFY_PHASE_SUPPORT", - "name": "LWIP_PPP_NOTIFY_PHASE_SUPPORT", + "depends_on": "LWIP_IPV6", + "help": "Maximum number of entries in IPv6 on-link prefixes cache", + "id": "LWIP_IPV6_ND6_NUM_PREFIXES", + "name": "LWIP_IPV6_ND6_NUM_PREFIXES", "range": null, - "title": "Enable Notify Phase Callback", - "type": "bool" + "title": "Max number of entries in IPv6 on-link prefixes cache", + "type": "int" }, { "children": [], - "depends_on": "LWIP_PPP_SUPPORT", - "help": "Enable Password Authentication Protocol (PAP) support", - "id": "LWIP_PPP_PAP_SUPPORT", - "name": "LWIP_PPP_PAP_SUPPORT", + "depends_on": "LWIP_IPV6", + "help": "Maximum number of entries in IPv6 default routers cache", + "id": "LWIP_IPV6_ND6_NUM_ROUTERS", + "name": "LWIP_IPV6_ND6_NUM_ROUTERS", "range": null, - "title": "Enable PAP support", - "type": "bool" + "title": "Max number of entries in IPv6 default routers cache", + "type": "int" }, { "children": [], - "depends_on": "LWIP_PPP_SUPPORT", - "help": "Enable Challenge Handshake Authentication Protocol (CHAP) support", - "id": "LWIP_PPP_CHAP_SUPPORT", - "name": "LWIP_PPP_CHAP_SUPPORT", + "depends_on": "LWIP_IPV6", + "help": "Maximum number of entries in IPv6 destinations cache", + "id": "LWIP_IPV6_ND6_NUM_DESTINATIONS", + "name": "LWIP_IPV6_ND6_NUM_DESTINATIONS", "range": null, - "title": "Enable CHAP support", - "type": "bool" - }, - { - "children": [], - "depends_on": "LWIP_PPP_SUPPORT", - "help": "Enable Microsoft version of the Challenge-Handshake Authentication Protocol (MSCHAP) support", - "id": "LWIP_PPP_MSCHAP_SUPPORT", - "name": "LWIP_PPP_MSCHAP_SUPPORT", - "range": null, - "title": "Enable MSCHAP support", - "type": "bool" - }, - { - "children": [], - "depends_on": "LWIP_PPP_SUPPORT", - "help": "Enable Microsoft Point-to-Point Encryption (MPPE) support", - "id": "LWIP_PPP_MPPE_SUPPORT", - "name": "LWIP_PPP_MPPE_SUPPORT", - "range": null, - "title": "Enable MPPE support", - "type": "bool" + "title": "Max number of entries in IPv6 destinations cache", + "type": "int" }, { "children": [ { "children": [], - "depends_on": "LWIP_ENABLE_LCP_ECHO", - "help": "Interval in seconds between keepalive LCP echo requests, 0 to disable.", - "id": "LWIP_LCP_ECHOINTERVAL", - "name": "LWIP_LCP_ECHOINTERVAL", + "depends_on": "LWIP_PPP_SUPPORT && LWIP_IPV4", + "help": "Enable IPCP protocol in PPP negotiations, which assigns IPv4 addresses to the PPP client,\nas well as IPv4 DNS servers.\nYou can disable this if your modem supports IPv6 only.", + "id": "LWIP_PPP_ENABLE_IPV4", + "name": "LWIP_PPP_ENABLE_IPV4", "range": null, - "title": "Echo interval (s)", - "type": "int" + "title": "Enable IPV4 support for PPP connections (IPCP)", + "type": "bool" }, { "children": [], - "depends_on": "LWIP_ENABLE_LCP_ECHO", - "help": "Number of consecutive unanswered echo requests before failure is indicated.", - "id": "LWIP_LCP_MAXECHOFAILS", - "name": "LWIP_LCP_MAXECHOFAILS", + "depends_on": "LWIP_PPP_SUPPORT && LWIP_IPV6", + "help": "Enable IPV6 support in PPP for the local link between the DTE (processor) and DCE (modem).\nThere are some modems which do not support the IPV6 addressing in the local link.\nIf they are requested for IPV6CP negotiation, they may time out.\nThis would in turn fail the configuration for the whole link.\nIf your modem is not responding correctly to PPP Phase Network, try to disable IPV6 support.", + "id": "LWIP_PPP_ENABLE_IPV6", + "name": "LWIP_PPP_ENABLE_IPV6", "range": null, - "title": "Maximum echo failures", - "type": "int" + "title": "Enable IPV6 support for PPP connections (IPV6CP)", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable to set a callback which is called on change of the internal PPP state machine.", + "id": "LWIP_PPP_NOTIFY_PHASE_SUPPORT", + "name": "LWIP_PPP_NOTIFY_PHASE_SUPPORT", + "range": null, + "title": "Enable Notify Phase Callback", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable Password Authentication Protocol (PAP) support", + "id": "LWIP_PPP_PAP_SUPPORT", + "name": "LWIP_PPP_PAP_SUPPORT", + "range": null, + "title": "Enable PAP support", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable Challenge Handshake Authentication Protocol (CHAP) support", + "id": "LWIP_PPP_CHAP_SUPPORT", + "name": "LWIP_PPP_CHAP_SUPPORT", + "range": null, + "title": "Enable CHAP support", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable Microsoft version of the Challenge-Handshake Authentication Protocol (MSCHAP) support", + "id": "LWIP_PPP_MSCHAP_SUPPORT", + "name": "LWIP_PPP_MSCHAP_SUPPORT", + "range": null, + "title": "Enable MSCHAP support", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable Microsoft Point-to-Point Encryption (MPPE) support", + "id": "LWIP_PPP_MPPE_SUPPORT", + "name": "LWIP_PPP_MPPE_SUPPORT", + "range": null, + "title": "Enable MPPE support", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable to use PPP server", + "id": "LWIP_PPP_SERVER_SUPPORT", + "name": "LWIP_PPP_SERVER_SUPPORT", + "range": null, + "title": "Enable PPP server support", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable support for VJ header compression.\nPlease disable this if you're using NAPT on PPP interface,\nsince the compressed IP header might not be correctly interpreted\nin NAT causing the compressed packet to be dropped.", + "id": "LWIP_PPP_VJ_HEADER_COMPRESSION", + "name": "LWIP_PPP_VJ_HEADER_COMPRESSION", + "range": null, + "title": "Enable VJ IP Header compression", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_ENABLE_LCP_ECHO", + "help": "Interval in seconds between keepalive LCP echo requests, 0 to disable.", + "id": "LWIP_LCP_ECHOINTERVAL", + "name": "LWIP_LCP_ECHOINTERVAL", + "range": null, + "title": "Echo interval (s)", + "type": "int" + }, + { + "children": [], + "depends_on": "LWIP_ENABLE_LCP_ECHO", + "help": "Number of consecutive unanswered echo requests before failure is indicated.", + "id": "LWIP_LCP_MAXECHOFAILS", + "name": "LWIP_LCP_MAXECHOFAILS", + "range": null, + "title": "Maximum echo failures", + "type": "int" + } + ], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable LCP echo keepalive requests", + "id": "LWIP_ENABLE_LCP_ECHO", + "name": "LWIP_ENABLE_LCP_ECHO", + "range": null, + "title": "Enable LCP ECHO", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT", + "help": "Enable PPP debug log output", + "id": "LWIP_PPP_DEBUG_ON", + "name": "LWIP_PPP_DEBUG_ON", + "range": null, + "title": "Enable PPP debug log output", + "type": "bool" + }, + { + "children": [], + "depends_on": "LWIP_PPP_SUPPORT && !LWIP_PPP_MPPE_SUPPORT && !LWIP_PPP_MSCHAP_SUPPORT", + "help": "This option uses mbedTLS crypto functions (instead of internal PolarSSL\nimplementation) for PPP authentication modes (PAP, CHAP, etc.).\nYou can use this option to address symbol duplication issues, since\nthe internal functions are not namespaced (e.g. md5_init()).", + "id": "LWIP_USE_EXTERNAL_MBEDTLS", + "name": "LWIP_USE_EXTERNAL_MBEDTLS", + "range": null, + "title": "Use mbedTLS instead of internal polarSSL", + "type": "bool" } ], - "depends_on": "LWIP_PPP_SUPPORT", - "help": "Enable LCP echo keepalive requests", - "id": "LWIP_ENABLE_LCP_ECHO", - "name": "LWIP_ENABLE_LCP_ECHO", + "depends_on": null, + "help": "Enable PPP stack. Now only PPP over serial is possible.", + "id": "LWIP_PPP_SUPPORT", + "is_menuconfig": true, + "name": "LWIP_PPP_SUPPORT", "range": null, - "title": "Enable LCP ECHO", - "type": "bool" - }, - { - "children": [], - "depends_on": "LWIP_PPP_SUPPORT", - "help": "Enable PPP debug log output", - "id": "LWIP_PPP_DEBUG_ON", - "name": "LWIP_PPP_DEBUG_ON", - "range": null, - "title": "Enable PPP debug log output", - "type": "bool" + "title": "Enable PPP support", + "type": "menu" }, { "children": [ @@ -20040,11 +23897,11 @@ { "children": [], "depends_on": "LWIP_DHCP_GET_NTP_SRV", - "help": "Set maximum number of NTP servers aquired via DHCP-offer.\nShould be less or equal to \"Maximum number of NTP servers\", any extra servers would be just ignored.", + "help": "Set maximum number of NTP servers acquired via DHCP-offer.\nShould be less or equal to \"Maximum number of NTP servers\", any extra servers would be just ignored.", "id": "LWIP_DHCP_MAX_NTP_SERVERS", "name": "LWIP_DHCP_MAX_NTP_SERVERS", "range": null, - "title": "Maximum number of NTP servers aquired via DHCP", + "title": "Maximum number of NTP servers acquired via DHCP", "type": "int" } ], @@ -20068,6 +23925,30 @@ ], "title": "Request interval to update time (ms)", "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_SNTP_STARTUP_DELAY", + "help": "RFC 4330 recommends a startup delay before sending the initial request.\nLWIP calculates this delay to a random number of milliseconds between 0 and this value.", + "id": "LWIP_SNTP_MAXIMUM_STARTUP_DELAY", + "name": "LWIP_SNTP_MAXIMUM_STARTUP_DELAY", + "range": [ + 100, + 300000 + ], + "title": "Maximum startup delay (ms)", + "type": "int" + } + ], + "depends_on": null, + "help": "It is recommended (RFC 4330) to delay the initial request after by a random timeout from 1 to 5 minutes\nto reduce potential load of NTP servers after simultaneous power-up of many devices.\nThis option disables this initial delay. Please use this option with care, it could improve\na single device responsiveness but might cause peaks on the network after reset.\nAnother option to address responsiveness of devices while using the initial random delay\nis to adjust LWIP_SNTP_MAXIMUM_STARTUP_DELAY.", + "id": "LWIP_SNTP_STARTUP_DELAY", + "name": "LWIP_SNTP_STARTUP_DELAY", + "range": null, + "title": "Enable SNTP startup delay", + "type": "bool" } ], "depends_on": null, @@ -20075,6 +23956,68 @@ "title": "SNTP", "type": "menu" }, + { + "children": [ + { + "children": [], + "depends_on": null, + "help": "Maximum number of IP addresses that can be returned by DNS queries for a single host.", + "id": "LWIP_DNS_MAX_HOST_IP", + "name": "LWIP_DNS_MAX_HOST_IP", + "range": null, + "title": "Maximum number of IP addresses per host", + "type": "int" + }, + { + "children": [], + "depends_on": null, + "help": "Set maximum number of DNS servers.\nIf fallback DNS servers are supported,\nthe number of DNS servers needs to be greater than or equal to 3.", + "id": "LWIP_DNS_MAX_SERVERS", + "name": "LWIP_DNS_MAX_SERVERS", + "range": [ + 1, + 4 + ], + "title": "Maximum number of DNS servers", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "LWIP_FALLBACK_DNS_SERVER_SUPPORT", + "help": "This option allows you to config dns fallback server address.", + "id": "LWIP_FALLBACK_DNS_SERVER_ADDRESS", + "name": "LWIP_FALLBACK_DNS_SERVER_ADDRESS", + "range": null, + "title": "DNS fallback server address", + "type": "string" + } + ], + "depends_on": "LWIP_DNS_MAX_SERVERS >= 3", + "help": "Enable this feature to support DNS fallback server.", + "id": "LWIP_FALLBACK_DNS_SERVER_SUPPORT", + "name": "LWIP_FALLBACK_DNS_SERVER_SUPPORT", + "range": null, + "title": "Enable DNS fallback server support", + "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "This option allows collecting DNS server settings per netif using\nconfigurable callback function.\nIt's typically used with CONFIG_ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF\nwhich configures a callback to collect the DNS info on esp_netif layer.", + "id": "LWIP_DNS_SETSERVER_WITH_NETIF", + "name": "LWIP_DNS_SETSERVER_WITH_NETIF", + "range": null, + "title": "Enable DNS server settings with netif", + "type": "bool" + } + ], + "depends_on": null, + "id": "component-config-lwip-dns", + "title": "DNS", + "type": "menu" + }, { "children": [], "depends_on": null, @@ -20294,12 +24237,52 @@ } ], "depends_on": null, - "help": "Enables custom DNS resolve hook.\nSetting this to \"default\" provides weak implementation\nstub that could be overwritten in application code.\nSetting this to \"custom\" provides hook's declaration\nonly and expects the application to implement it.", + "help": "Enables custom DNS resolve hook (without callback).\nSetting this to \"default\" provides weak implementation\nstub that could be overwritten in application code.\nSetting this to \"custom\" provides hook's declaration\nonly and expects the application to implement it.", "id": "component-config-lwip-hooks-netconn-external-resolve-hook", "name": "LWIP_HOOK_NETCONN_EXTERNAL_RESOLVE", "title": "Netconn external resolve Hook", "type": "choice" }, + { + "children": [], + "depends_on": null, + "help": "This hidden option helps configure the DNS external resolve\nhook for external components like OpenThread. It ensures that\n`LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM` is selected without directly\nadding a dependency in the choice construct.", + "id": "LWIP_HOOK_DNS_EXTERNAL_RESOLVE_SELECT_CUSTOM", + "name": "LWIP_HOOK_DNS_EXTERNAL_RESOLVE_SELECT_CUSTOM", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_DNS_EXT_RESOLVE_NONE", + "name": "LWIP_HOOK_DNS_EXT_RESOLVE_NONE", + "range": null, + "title": "No hook declared", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM", + "name": "LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM", + "range": null, + "title": "Custom implementation", + "type": "bool" + } + ], + "depends_on": null, + "help": "Enables custom DNS resolve hook (with callback).\nSetting this to \"custom\" provides hook's declaration\nonly and expects the application to implement it.", + "id": "component-config-lwip-hooks-dns-external-resolve-hook", + "name": "LWIP_HOOK_DNS_EXTERNAL_RESOLVE", + "title": "DNS external resolve Hook", + "type": "choice" + }, { "children": [ { @@ -20334,7 +24317,7 @@ } ], "depends_on": "LWIP_IPV6", - "help": "Enables custom IPv6 packet input.\nSetting this to \"default\" provides weak implementation\nstub that could be overwritten in application code.\nSetting this to \"custom\" provides hook's declaration\nonly and expects the application to implement it.", + "help": "Enables custom IPv6 packet input.\nSetting this to \"default\" provides weak IDF implementation,\nwhich drops all incoming IPv6 traffic if the interface has no link local address.\n(this default implementation is \"weak\" and could be still overwritten\nin the application if some additional IPv6 input packet filtering is needed)\nSetting this to \"none\" removes this default filter and conforms to the lwIP\nimplementation (which accepts multicasts even if the interface has no link local address)\nSetting this to \"custom\" provides hook's declaration\nonly and expects the application to implement it.", "id": "component-config-lwip-hooks-ipv6-packet-input", "name": "LWIP_HOOK_IP6_INPUT", "title": "IPv6 packet input", @@ -20689,7 +24672,7 @@ } ], "depends_on": "MBEDTLS_DYNAMIC_BUFFER", - "help": "Free private key and DHM data after its usage in handshake process.\n\nThe option will decrease heap cost when handshake, but also lead to problem:\n\nBecasue all certificate, private key and DHM data are freed so users should register\ncertificate and private key to ssl config object again.", + "help": "Free private key and DHM data after its usage in handshake process.\n\nThe option will decrease heap cost when handshake, but also lead to problem:\n\nBecause all certificate, private key and DHM data are freed so users should register\ncertificate and private key to ssl config object again.", "id": "MBEDTLS_DYNAMIC_FREE_CONFIG_DATA", "name": "MBEDTLS_DYNAMIC_FREE_CONFIG_DATA", "range": null, @@ -20879,7 +24862,7 @@ }, { "children": [], - "depends_on": "!MBEDTLS_DYNAMIC_FREE_PEER_CERT", + "depends_on": null, "help": "Keep the peer's certificate after completion of the handshake.\nDisabling this option will save about 4kB of heap and some code size.\n\nSee mbedTLS documentation for required API and more details.", "id": "MBEDTLS_SSL_KEEP_PEER_CERTIFICATE", "name": "MBEDTLS_SSL_KEEP_PEER_CERTIFICATE", @@ -20890,13 +24873,23 @@ { "children": [], "depends_on": "MBEDTLS_X509_CRL_PARSE_C", - "help": "Enable PKCS #7 core for using PKCS #7-formatted signatures.", + "help": "Enable PKCS number 7 core for using PKCS number 7-formatted signatures.", "id": "MBEDTLS_PKCS7_C", "name": "MBEDTLS_PKCS7_C", "range": null, - "title": "Enable PKCS #7", + "title": "Enable PKCS number 7", "type": "bool" }, + { + "children": [], + "depends_on": "MBEDTLS_SSL_PROTO_TLS1_3 || MBEDTLS_SSL_DTLS_CONNECTION_ID", + "help": "Controls the use of record plaintext padding in TLS 1.3 and\nwhen using the Connection ID extension in DTLS 1.2.\n\nThe padding will always be chosen so that the length of the\npadded plaintext is a multiple of the value of this option.\n\nNotes:\n A value of 1 means that no padding will be used for outgoing records.\n On systems lacking division instructions, a power of two should be preferred.", + "id": "MBEDTLS_SSL_CID_PADDING_GRANULARITY", + "name": "MBEDTLS_SSL_CID_PADDING_GRANULARITY", + "range": null, + "title": "Record plaintext padding", + "type": "int" + }, { "children": [ { @@ -20920,16 +24913,6 @@ "range": null, "title": "Maximum length of CIDs used for outgoing DTLS messages", "type": "int" - }, - { - "children": [], - "depends_on": "MBEDTLS_SSL_DTLS_CONNECTION_ID && MBEDTLS_SSL_PROTO_DTLS", - "help": "Controls the use of record plaintext padding when\nusing the Connection ID extension in DTLS 1.2.\n\nThe padding will always be chosen so that the length of the\npadded plaintext is a multiple of the value of this option.\n\nNotes:\n A value of 1 means that no padding will be used for outgoing records.\n On systems lacking division instructions, a power of two should be preferred.", - "id": "MBEDTLS_SSL_CID_PADDING_GRANULARITY", - "name": "MBEDTLS_SSL_CID_PADDING_GRANULARITY", - "range": null, - "title": "Record plaintext padding (for DTLS 1.2)", - "type": "int" } ], "depends_on": "MBEDTLS_SSL_PROTO_DTLS", @@ -21027,6 +25010,16 @@ "title": "Add custom certificates to the default bundle", "type": "bool" }, + { + "children": [], + "depends_on": "MBEDTLS_CERTIFICATE_BUNDLE && !MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE", + "help": "Include the deprecated list of root certificates in the bundle.\nThis list gets updated when a certificate is removed from the Mozilla's\nNSS root certificate store. This config can be enabled if you would like\nto ensure that none of the certificates that were deployed in the product\nare affected because of the update to bundle. In turn, enabling this\nconfig keeps expired, retracted certificates in the bundle and it may\npose a security risk.\n\n- Deprecated cert list may grow based based on sync with upstream bundle\n- Deprecated certs would be be removed in ESP-IDF (next) major release", + "id": "MBEDTLS_CERTIFICATE_BUNDLE_DEPRECATED_LIST", + "name": "MBEDTLS_CERTIFICATE_BUNDLE_DEPRECATED_LIST", + "range": null, + "title": "Add deprecated root certificates", + "type": "bool" + }, { "children": [], "depends_on": "MBEDTLS_CERTIFICATE_BUNDLE", @@ -21075,7 +25068,21 @@ { "children": [ { - "children": [], + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_AES_USE_INTERRUPT", + "help": "This config helps to set the interrupt priority level for the AES peripheral.\nValue 0 (default) means that there is no preference regarding the interrupt\npriority level and any level from 1 to 3 can be selected (based on the availability).\nNote: Higher value indicates high interrupt priority.", + "id": "MBEDTLS_AES_INTERRUPT_LEVEL", + "name": "MBEDTLS_AES_INTERRUPT_LEVEL", + "range": [ + 0, + 3 + ], + "title": "AES hardware interrupt level", + "type": "int" + } + ], "depends_on": "!IDF_TARGET_ESP32 && MBEDTLS_HARDWARE_AES", "help": "Use an interrupt to coordinate long AES operations.\n\nThis allows other code to run on the CPU while an AES operation is pending.\nOtherwise the CPU busy-waits.", "id": "MBEDTLS_AES_USE_INTERRUPT", @@ -21093,6 +25100,16 @@ "range": null, "title": "Enable partially hardware accelerated GCM", "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_HARDWARE_AES", + "help": "Enable this config to support fallback to software definitions for a non-AES\ncipher GCM operation as we support hardware acceleration only for AES cipher.\nSome of the non-AES ciphers used in a GCM operation are DES, ARIA, CAMELLIA,\nCHACHA20, BLOWFISH.\n\nIf this config is disabled, performing a non-AES cipher GCM operation with\nthe config MBEDTLS_HARDWARE_AES enabled will result in calculation of an\nAES-GCM operation instead for the given input values and thus could lead\nto failure in certificate validation which would ultimately lead to a SSL\nhandshake failure.\n\nThis config being by-default enabled leads to an increase in binary size\nfootprint of ~2.5KB.\nIn case you are sure that your use case (for example, client and server\nconfigurations in case of a TLS handshake) would not involve any GCM\noperations using a non-AES cipher, you can safely disable this config,\nleading to reduction in binary size footprint.", + "id": "MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER", + "name": "MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER", + "range": null, + "title": "Enable support for non-AES ciphers in GCM operation", + "type": "bool" } ], "depends_on": "!SPIRAM_CACHE_WORKAROUND_STRATEGY_DUPLDST && SOC_AES_SUPPORTED", @@ -21107,6 +25124,30 @@ "children": [ { "children": [], + "depends_on": "MBEDTLS_HARDWARE_MPI", + "help": "Fallback to software implementation for RSA key lengths\nlarger than SOC_RSA_MAX_BIT_LEN. If this is not active\nthen the ESP will be unable to process keys greater\nthan SOC_RSA_MAX_BIT_LEN.", + "id": "MBEDTLS_LARGE_KEY_SOFTWARE_MPI", + "name": "MBEDTLS_LARGE_KEY_SOFTWARE_MPI", + "range": null, + "title": "Fallback to software implementation for larger MPI values", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_MPI_USE_INTERRUPT", + "help": "This config helps to set the interrupt priority level for the MPI peripheral.\nValue 0 (default) means that there is no preference regarding the interrupt\npriority level and any level from 1 to 3 can be selected (based on the availability).\nNote: Higher value indicates high interrupt priority.", + "id": "MBEDTLS_MPI_INTERRUPT_LEVEL", + "name": "MBEDTLS_MPI_INTERRUPT_LEVEL", + "range": [ + 0, + 3 + ], + "title": "MPI hardware interrupt level", + "type": "int" + } + ], "depends_on": "!IDF_TARGET_ESP32 && MBEDTLS_HARDWARE_MPI", "help": "Use an interrupt to coordinate long MPI operations.\n\nThis allows other code to run on the CPU while an MPI operation is pending.\nOtherwise the CPU busy-waits.", "id": "MBEDTLS_MPI_USE_INTERRUPT", @@ -21166,7 +25207,36 @@ "type": "bool" }, { - "children": [], + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_HARDWARE_ECDSA_SIGN && IDF_TARGET_ESP32H2", + "help": "The ECDSA peripheral before ECO5 does not offer constant time ECDSA sign operation.\nThis time can be observed through power profiling of the device,\nmaking the ECDSA private key vulnerable to side-channel timing attacks.\nThis countermeasure masks the real ECDSA sign operation\nunder dummy sign operations to add randomness in the generated power signature.\nIt is highly recommended to also enable Secure Boot for the device in addition to this countermeasure\nso that only trusted software can execute on the device.", + "id": "MBEDTLS_HARDWARE_ECDSA_SIGN_MASKING_CM", + "name": "MBEDTLS_HARDWARE_ECDSA_SIGN_MASKING_CM", + "range": null, + "title": "Mask original ECDSA sign operation under dummy sign operations", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_HARDWARE_ECDSA_SIGN && IDF_TARGET_ESP32H2", + "help": "This option adds a delay after the actual ECDSA signature operation\nso that the entire operation appears to be constant time for the software.\nThis fix helps in protecting the device only in case of remote timing attack on the ECDSA private key.\nFor e.g., When an interface is exposed by the device to perform ECDSA signature\nof an arbitrary message.\nThe signature time would appear to be constant to the external entity after enabling\nthis option.", + "id": "MBEDTLS_HARDWARE_ECDSA_SIGN_CONSTANT_TIME_CM", + "name": "MBEDTLS_HARDWARE_ECDSA_SIGN_CONSTANT_TIME_CM", + "range": null, + "title": "Make ECDSA signature operation pseudo constant time for software", + "type": "bool" + } + ], + "depends_on": "MBEDTLS_HARDWARE_ECDSA_SIGN && IDF_TARGET_ESP32H2", + "id": "component-config-mbedtls-enable-ecdsa-signing-using-on-chip-ecdsa-peripheral-enable-software-countermeasure-for-ecdsa-signing-using-on-chip-ecdsa-peripheral", + "title": "Enable Software Countermeasure for ECDSA signing using on-chip ECDSA peripheral", + "type": "menu" + } + ], "depends_on": "SOC_ECDSA_SUPPORTED", "help": "Enable hardware accelerated ECDSA peripheral to sign data\non curve SECP192R1 and SECP256R1 in mbedTLS.\n\nNote that for signing, the private key has to be burnt in an efuse key block\nwith key purpose set to ECDSA_KEY.\nIf no key is burnt, it will report an error\n\nThe key should be burnt in little endian format. espefuse.py utility handles it internally\nbut care needs to be taken while burning using esp_efuse APIs", "id": "MBEDTLS_HARDWARE_ECDSA_SIGN", @@ -21188,7 +25258,7 @@ { "children": [], "depends_on": null, - "help": "This option enables hardware acceleration for ECDSA sign function, only\nwhen using ATECC608A cryptoauth chip (integrated with ESP32-WROOM-32SE)", + "help": "This option enables hardware acceleration for ECDSA sign function, only\nwhen using ATECC608A cryptoauth chip.", "id": "MBEDTLS_ATCA_HW_ECDSA_SIGN", "name": "MBEDTLS_ATCA_HW_ECDSA_SIGN", "range": null, @@ -21198,7 +25268,7 @@ { "children": [], "depends_on": null, - "help": "This option enables hardware acceleration for ECDSA sign function, only\nwhen using ATECC608A cryptoauth chip (integrated with ESP32-WROOM-32SE)", + "help": "This option enables hardware acceleration for ECDSA sign function, only\nwhen using ATECC608A cryptoauth chip.", "id": "MBEDTLS_ATCA_HW_ECDSA_VERIFY", "name": "MBEDTLS_ATCA_HW_ECDSA_VERIFY", "range": null, @@ -21256,6 +25326,16 @@ "title": "Enable the SHA-384 and SHA-512 cryptographic hash algorithms", "type": "bool" }, + { + "children": [], + "depends_on": null, + "help": "Enabling MBEDTLS_SHA3_C adds support for SHA3.\nEnabling this configuration option increases the flash footprint\nby almost 4KB.", + "id": "MBEDTLS_SHA3_C", + "name": "MBEDTLS_SHA3_C", + "range": null, + "title": "Enable the SHA3 cryptographic hash algorithm", + "type": "bool" + }, { "children": [ { @@ -21424,7 +25504,7 @@ { "children": [], "depends_on": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_ECDSA_C && MBEDTLS_TLS_ENABLED", - "help": "Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-", + "help": "Enable to support ciphersuites with prefix TLS-ECDHE-ECDSA-WITH-", "id": "MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA", "name": "MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA", "range": null, @@ -21434,7 +25514,7 @@ { "children": [], "depends_on": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_ECDSA_C && MBEDTLS_TLS_ENABLED", - "help": "Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-", + "help": "Enable to support ciphersuites with prefix TLS-ECDH-ECDSA-WITH-", "id": "MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA", "name": "MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA", "range": null, @@ -21444,7 +25524,7 @@ { "children": [], "depends_on": "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_TLS_ENABLED", - "help": "Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH-", + "help": "Enable to support ciphersuites with prefix TLS-ECDH-RSA-WITH-", "id": "MBEDTLS_KEY_EXCHANGE_ECDH_RSA", "name": "MBEDTLS_KEY_EXCHANGE_ECDH_RSA", "range": null, @@ -21478,7 +25558,7 @@ }, { "children": [], - "depends_on": "MBEDTLS_TLS_ENABLED", + "depends_on": "MBEDTLS_TLS_ENABLED && MBEDTLS_SSL_PROTO_TLS1_2", "help": "The two main uses of renegotiation are (1) refresh keys on long-lived\nconnections and (2) client authentication after the initial handshake.\nIf you don't need renegotiation, disabling it will save code size and\nreduce the possibility of abuse/vulnerability.", "id": "MBEDTLS_SSL_RENEGOTIATION", "name": "MBEDTLS_SSL_RENEGOTIATION", @@ -21669,7 +25749,7 @@ { "children": [], "depends_on": null, - "help": "Support for parsing X.509 Certifificate Revocation Lists.", + "help": "Support for parsing X.509 Certificate Revocation Lists.", "id": "MBEDTLS_X509_CRL_PARSE_C", "name": "MBEDTLS_X509_CRL_PARSE_C", "range": null, @@ -21679,7 +25759,7 @@ { "children": [], "depends_on": null, - "help": "Support for parsing X.509 Certifificate Signing Requests", + "help": "Support for parsing X.509 Certificate Signing Requests", "id": "MBEDTLS_X509_CSR_PARSE_C", "name": "MBEDTLS_X509_CSR_PARSE_C", "range": null, @@ -21693,7 +25773,28 @@ "type": "menu" }, { - "children": [], + "children": [ + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enhance support for reading EC keys using variants of SEC1 not allowed by\nRFC 5915 and RFC 5480.", + "id": "MBEDTLS_PK_PARSE_EC_EXTENDED", + "name": "MBEDTLS_PK_PARSE_EC_EXTENDED", + "range": null, + "title": "Enhance support for reading EC keys", + "type": "bool" + }, + { + "children": [], + "depends_on": "MBEDTLS_ECP_C", + "help": "Enable the support for parsing public keys of type Short Weierstrass\n(MBEDTLS_ECP_DP_SECP_XXX and MBEDTLS_ECP_DP_BP_XXX) which are using the\ncompressed point format. This parsing is done through ECP module's functions.", + "id": "MBEDTLS_PK_PARSE_EC_COMPRESSED", + "name": "MBEDTLS_PK_PARSE_EC_COMPRESSED", + "range": null, + "title": "Enable the support for parsing public keys of type Short Weierstrass", + "type": "bool" + } + ], "depends_on": null, "help": null, "id": "MBEDTLS_ECP_C", @@ -21877,7 +25978,7 @@ { "children": [], "depends_on": "MBEDTLS_ECP_C", - "help": "This configuration option enables optimizations to speedup (about 3 ~ 4 times) the ECP\nfixed point multiplication using pre-computed tables in the flash memory.\nDisabling this configuration option saves flash footprint (about 29KB if all Elliptic Curve selected)\nin the application binary.\n\n# end of Elliptic Curve options", + "help": "This configuration option enables optimizations to speedup (about 3 ~ 4 times) the ECP\nfixed point multiplication using pre-computed tables in the flash memory.\nEnabling this configuration option increases the flash footprint\n(about 29KB if all Elliptic Curve selected) in the application binary.\n\n# end of Elliptic Curve options", "id": "MBEDTLS_ECP_FIXED_POINT_OPTIM", "name": "MBEDTLS_ECP_FIXED_POINT_OPTIM", "range": null, @@ -21958,12 +26059,32 @@ }, { "children": [], - "depends_on": "MBEDTLS_HARDWARE_MPI", - "help": "Fallback to software implementation for RSA key lengths\nlarger than SOC_RSA_MAX_BIT_LEN. If this is not active\nthen the ESP will be unable to process keys greater\nthan SOC_RSA_MAX_BIT_LEN.", - "id": "MBEDTLS_LARGE_KEY_SOFTWARE_MPI", - "name": "MBEDTLS_LARGE_KEY_SOFTWARE_MPI", + "depends_on": null, + "help": "Enables mbedtls_strerror() for converting error codes to error strings.\nDisabling this config can save some code/rodata size as the error\nstring conversion implementation is replaced with an empty stub.", + "id": "MBEDTLS_ERROR_STRINGS", + "name": "MBEDTLS_ERROR_STRINGS", "range": null, - "title": "Fallback to software implementation for larger MPI values", + "title": "Enable error code to error string conversion", + "type": "bool" + }, + { + "children": [], + "depends_on": "ESP_ROM_HAS_MBEDTLS_CRYPTO_LIB", + "help": "Enable this flag to use mbedtls crypto algorithm from ROM instead of ESP-IDF.\n\nThis configuration option saves flash footprint in the application binary.\nNote that the version of mbedtls crypto algorithm library in ROM(ECO1~ECO3) is v2.16.12,\nand the version of mbedtls crypto algorithm library in ROM(ECO4) is v3.6.0.\nWe have done the security analysis of the mbedtls revision in ROM (ECO1~ECO4)\nand ensured that affected symbols have been patched (removed). If in the future\nmbedtls revisions there are security issues that also affects the version in\nROM (ECO1~ECO4) then we shall patch the relevant symbols. This would increase\nthe flash footprint and hence care must be taken to keep some reserved space\nfor the application binary in flash layout.", + "id": "MBEDTLS_USE_CRYPTO_ROM_IMPL", + "name": "MBEDTLS_USE_CRYPTO_ROM_IMPL", + "range": null, + "title": "Use ROM implementation of the crypto algorithm", + "type": "bool" + }, + { + "children": [], + "depends_on": "(VFS_SUPPORT_IO && VFS_SUPPORT_DIR) || IDF_TARGET_LINUX", + "help": "This option enables functions in mbedTLS that use the filesystem.\nIt uses the default filesystem support for the target,\nwhich is added through vfs component for ESP32 based targets or by\nthe host system when the target is Linux.", + "id": "MBEDTLS_FS_IO", + "name": "MBEDTLS_FS_IO", + "range": null, + "title": "Enable functions that use the filesystem", "type": "bool" } ], @@ -22279,7 +26400,7 @@ } ], "depends_on": null, - "help": "This option allows configuring the desired line endings sent to UART\nwhen a newline ('\\n', LF) appears on stdout.\nThree options are possible:\n\nCRLF: whenever LF is encountered, prepend it with CR\n\nLF: no modification is applied, stdout is sent as is\n\nCR: each occurence of LF is replaced with CR\n\nThis option doesn't affect behavior of the UART driver (drivers/uart.h).", + "help": "This option allows configuring the desired line endings sent to UART\nwhen a newline ('\\n', LF) appears on stdout.\nThree options are possible:\n\nCRLF: whenever LF is encountered, prepend it with CR\n\nLF: no modification is applied, stdout is sent as is\n\nCR: each occurrence of LF is replaced with CR\n\nThis option doesn't affect behavior of the UART driver (drivers/uart.h).", "id": "component-config-newlib-line-ending-for-uart-output", "name": "NEWLIB_STDOUT_LINE_ENDING", "title": "Line ending for UART output", @@ -22319,7 +26440,7 @@ } ], "depends_on": null, - "help": "This option allows configuring which input sequence on UART produces\na newline ('\\n', LF) on stdin.\nThree options are possible:\n\nCRLF: CRLF is converted to LF\n\nLF: no modification is applied, input is sent to stdin as is\n\nCR: each occurence of CR is replaced with LF\n\nThis option doesn't affect behavior of the UART driver (drivers/uart.h).", + "help": "This option allows configuring which input sequence on UART produces\na newline ('\\n', LF) on stdin.\nThree options are possible:\n\nCRLF: CRLF is converted to LF\n\nLF: no modification is applied, input is sent to stdin as is\n\nCR: each occurrence of CR is replaced with LF\n\nThis option doesn't affect behavior of the UART driver (drivers/uart.h).", "id": "component-config-newlib-line-ending-for-uart-input", "name": "NEWLIB_STDIN_LINE_ENDING", "title": "Line ending for UART input", @@ -22328,7 +26449,7 @@ { "children": [], "depends_on": null, - "help": "In most chips the ROM contains parts of newlib C library, including printf/scanf family\nof functions. These functions have been compiled with so-called \"nano\"\nformatting option. This option doesn't support 64-bit integer formats and C99\nfeatures, such as positional arguments.\n\nFor more details about \"nano\" formatting option, please see newlib readme file,\nsearch for '--enable-newlib-nano-formatted-io':\nhttps://sourceware.org/newlib/README\n\nIf this option is enabled and the ROM contains functions from newlib-nano, the build system\nwill use functions available in ROM, reducing the application binary size.\nFunctions available in ROM run faster than functions which run from flash. Functions available\nin ROM can also run when flash instruction cache is disabled.\n\nSome chips (e.g. ESP32-C6) has the full formatting versions of printf/scanf in ROM instead of\nthe nano versions and in this building with newlib nano might actually increase the size of\nthe binary. Which functions are present in ROM can be seen from ROM caps:\nESP_ROM_HAS_NEWLIB_NANO_FORMAT and ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT.\n\nIf you need 64-bit integer formatting support or C99 features, keep this\noption disabled.", + "help": "In most chips the ROM contains parts of newlib C library, including printf/scanf family\nof functions. These functions have been compiled with so-called \"nano\"\nformatting option. This option doesn't support 64-bit integer formats and C99\nfeatures, such as positional arguments.\n\nFor more details about \"nano\" formatting option, please see newlib readme file,\nsearch for '--enable-newlib-nano-formatted-io':\nhttps://sourceware.org/git/?p=newlib-cygwin.git;a=blob_plain;f=newlib/README;hb=HEAD\n\nIf this option is enabled and the ROM contains functions from newlib-nano, the build system\nwill use functions available in ROM, reducing the application binary size.\nFunctions available in ROM run faster than functions which run from flash. Functions available\nin ROM can also run when flash instruction cache is disabled.\n\nSome chips (e.g. ESP32-C6) has the full formatting versions of printf/scanf in ROM instead of\nthe nano versions and in this building with newlib nano might actually increase the size of\nthe binary. Which functions are present in ROM can be seen from ROM caps:\nESP_ROM_HAS_NEWLIB_NANO_FORMAT and ESP_ROM_HAS_NEWLIB_NORMAL_FORMAT.\n\nIf you need 64-bit integer formatting support or C99 features, keep this\noption disabled.", "id": "NEWLIB_NANO_FORMAT", "name": "NEWLIB_NANO_FORMAT", "range": null, @@ -22379,7 +26500,7 @@ } ], "depends_on": null, - "help": "This setting defines which hardware timers are used to\nimplement 'gettimeofday' and 'time' functions in C library.\n\n- If both high-resolution (systimer for all targets except ESP32)\n and RTC timers are used, timekeeping will continue in deep sleep.\n Time will be reported at 1 microsecond resolution.\n This is the default, and the recommended option.\n- If only high-resolution timer (systimer) is used, gettimeofday will\n provide time at microsecond resolution.\n Time will not be preserved when going into deep sleep mode.\n- If only RTC timer is used, timekeeping will continue in\n deep sleep, but time will be measured at 6.(6) microsecond\n resolution. Also the gettimeofday function itself may take\n longer to run.\n- If no timers are used, gettimeofday and time functions\n return -1 and set errno to ENOSYS.\n- When RTC is used for timekeeping, two RTC_STORE registers are\n used to keep time in deep sleep mode.", + "help": "This setting defines which hardware timers are used to\nimplement 'gettimeofday' and 'time' functions in C library.\n\n- If both high-resolution (systimer for all targets except ESP32)\n and RTC timers are used, timekeeping will continue in deep sleep.\n Time will be reported at 1 microsecond resolution.\n This is the default, and the recommended option.\n- If only high-resolution timer (systimer) is used, gettimeofday will\n provide time at microsecond resolution.\n Time will not be preserved when going into deep sleep mode.\n- If only RTC timer is used, timekeeping will continue in\n deep sleep, but time will be measured at 6.(6) microsecond\n resolution. Also the gettimeofday function itself may take\n longer to run.\n- If no timers are used, gettimeofday and time functions\n return -1 and set errno to ENOSYS; they are defined as weak,\n so they could be overridden.\n If you want to customize gettimeofday() and other time functions,\n please choose this option and refer to the 'time.c' source file\n for the exact prototypes of these functions.\n\n- When RTC is used for timekeeping, two RTC_STORE registers are\n used to keep time in deep sleep mode.", "id": "component-config-newlib-timers-used-for-gettimeofday-function", "name": "NEWLIB_TIME_SYSCALL", "title": "Timers used for gettimeofday function", @@ -22391,12 +26512,22 @@ "title": "Newlib", "type": "menu" }, + { + "children": [], + "depends_on": null, + "help": null, + "id": "STDATOMIC_S32C1I_SPIRAM_WORKAROUND", + "name": "STDATOMIC_S32C1I_SPIRAM_WORKAROUND", + "range": null, + "title": null, + "type": "bool" + }, { "children": [ { "children": [], - "depends_on": "SECURE_FLASH_ENC_ENABLED", - "help": "This option enables encryption for NVS. When enabled, AES-XTS is used to encrypt\nthe complete NVS data, except the page headers. It requires XTS encryption keys\nto be stored in an encrypted partition. This means enabling flash encryption is\na pre-requisite for this feature.", + "depends_on": "SECURE_FLASH_ENC_ENABLED || SOC_HMAC_SUPPORTED", + "help": "This option enables encryption for NVS. When enabled, XTS-AES is used to encrypt\nthe complete NVS data, except the page headers. It requires XTS encryption keys\nto be stored in an encrypted partition (enabling flash encryption is mandatory here)\nor to be derived from an HMAC key burnt in eFuse.", "id": "NVS_ENCRYPTION", "name": "NVS_ENCRYPTION", "range": null, @@ -22422,6 +26553,26 @@ "range": null, "title": "Use assertions for error checking", "type": "bool" + }, + { + "children": [], + "depends_on": null, + "help": "Enabling this option will switch the nvs_set() family of functions to the legacy mode:\nwhen called repeatedly with the same key but different data type, the existing value\nin the NVS remains active and the new value is just stored, actually not accessible through\ncorresponding nvs_get() call for the key given. Use this option only when your application\nrelies on such NVS API behaviour.", + "id": "NVS_LEGACY_DUP_KEYS_COMPATIBILITY", + "name": "NVS_LEGACY_DUP_KEYS_COMPATIBILITY", + "range": null, + "title": "Enable legacy nvs_set function behavior when same key is reused with different data types", + "type": "bool" + }, + { + "children": [], + "depends_on": "SPIRAM && (SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC)", + "help": "Enabling this option lets NVS library try to allocate page cache and key hash list in SPIRAM\ninstead of internal RAM. It can help applications using large nvs partitions or large number\nof keys to save heap space in internal RAM. SPIRAM heap allocation negatively impacts speed\nof NVS operations as the CPU accesses NVS cache via SPI instead of direct access to the internal RAM.", + "id": "NVS_ALLOCATE_CACHE_IN_SPIRAM", + "name": "NVS_ALLOCATE_CACHE_IN_SPIRAM", + "range": null, + "title": "Prefers allocation of in-memory cache structures in SPI connected PSRAM", + "type": "bool" } ], "depends_on": null, @@ -22435,113 +26586,893 @@ "children": [ { "children": [], - "depends_on": "OPENTHREAD_ENABLED", - "help": "Select this option to enable dynamic log level control for OpenThread", - "id": "OPENTHREAD_LOG_LEVEL_DYNAMIC", - "name": "OPENTHREAD_LOG_LEVEL_DYNAMIC", + "depends_on": "SECURE_FLASH_ENC_ENABLED && ", + "help": "Protect the NVS Encryption Keys using Flash Encryption\nRequires a separate 'nvs_keys' partition (which will be encrypted by flash encryption)\nfor storing the NVS encryption keys", + "id": "NVS_SEC_KEY_PROTECT_USING_FLASH_ENC", + "name": "NVS_SEC_KEY_PROTECT_USING_FLASH_ENC", "range": null, - "title": "Enable dynamic log level control", + "title": "Using Flash Encryption", "type": "bool" }, + { + "children": [], + "depends_on": "SOC_HMAC_SUPPORTED && ", + "help": "Derive and protect the NVS Encryption Keys using the HMAC peripheral\nRequires the specified eFuse block (NVS_SEC_HMAC_EFUSE_KEY_ID or the v2 API argument)\nto be empty or pre-written with a key with the purpose ESP_EFUSE_KEY_PURPOSE_HMAC_UP", + "id": "NVS_SEC_KEY_PROTECT_USING_HMAC", + "name": "NVS_SEC_KEY_PROTECT_USING_HMAC", + "range": null, + "title": "Using HMAC peripheral", + "type": "bool" + } + ], + "depends_on": "NVS_ENCRYPTION", + "help": "This choice defines the default NVS encryption keys protection scheme;\nwhich will be used for the default NVS partition.\nUsers can use the corresponding scheme registration APIs to register other\nschemes for the default as well as other NVS partitions.", + "id": "component-config-nvs-security-provider-nvs-encryption-key-protection-scheme", + "name": "NVS_SEC_KEY_PROTECTION_SCHEME", + "title": "NVS Encryption: Key Protection Scheme", + "type": "choice" + }, + { + "children": [], + "depends_on": "NVS_SEC_KEY_PROTECT_USING_HMAC", + "help": "eFuse block key ID storing the HMAC key for deriving the NVS encryption keys\n\nNote: The eFuse block key ID required by the HMAC scheme\n(CONFIG_NVS_SEC_KEY_PROTECT_USING_HMAC) is set using this config when the default\nNVS partition is initialized with nvs_flash_init(). The eFuse block key ID can\nalso be set at runtime by passing the appropriate value to the NVS security scheme\nregistration APIs.", + "id": "NVS_SEC_HMAC_EFUSE_KEY_ID", + "name": "NVS_SEC_HMAC_EFUSE_KEY_ID", + "range": null, + "title": "eFuse key ID storing the HMAC key", + "type": "int" + } + ], + "depends_on": null, + "id": "component-config-nvs-security-provider", + "title": "NVS Security Provider", + "type": "menu" + }, + { + "children": [ + { + "children": [ { "children": [ { "children": [], - "depends_on": "(ESP_CONSOLE_UART_DEFAULT || ESP_CONSOLE_UART_CUSTOM) && ", - "help": null, - "id": "OPENTHREAD_CONSOLE_TYPE_UART", - "name": "OPENTHREAD_CONSOLE_TYPE_UART", + "depends_on": "OPENTHREAD_ENABLED", + "help": "The OpenThread package name.", + "id": "OPENTHREAD_PACKAGE_NAME", + "name": "OPENTHREAD_PACKAGE_NAME", "range": null, - "title": "OpenThread console type UART", - "type": "bool" + "title": "OpenThread package name", + "type": "string" }, { "children": [], - "depends_on": "(ESP_CONSOLE_USB_SERIAL_JTAG || ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG) && ", - "help": null, - "id": "OPENTHREAD_CONSOLE_TYPE_USB_SERIAL_JTAG", - "name": "OPENTHREAD_CONSOLE_TYPE_USB_SERIAL_JTAG", + "depends_on": "OPENTHREAD_ENABLED", + "help": "The OpenThread platform information.", + "id": "OPENTHREAD_PLATFORM_INFO", + "name": "OPENTHREAD_PLATFORM_INFO", "range": null, - "title": "OpenThread console type USB Serial/JTAG Controller", + "title": "platform information", + "type": "string" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-version-message", + "title": "Thread Version Message", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "(ESP_CONSOLE_UART_DEFAULT || ESP_CONSOLE_UART_CUSTOM) && ", + "help": null, + "id": "OPENTHREAD_CONSOLE_TYPE_UART", + "name": "OPENTHREAD_CONSOLE_TYPE_UART", + "range": null, + "title": "OpenThread console type UART", + "type": "bool" + }, + { + "children": [], + "depends_on": "(ESP_CONSOLE_USB_SERIAL_JTAG || ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG) && ", + "help": null, + "id": "OPENTHREAD_CONSOLE_TYPE_USB_SERIAL_JTAG", + "name": "OPENTHREAD_CONSOLE_TYPE_USB_SERIAL_JTAG", + "range": null, + "title": "OpenThread console type USB Serial/JTAG Controller", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select OpenThread console type", + "id": "component-config-openthread-openthread-thread-console-openthread-console-type", + "name": "OPENTHREAD_CONSOLE_TYPE", + "title": "OpenThread console type", + "type": "choice" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable Command-Line Interface in OpenThread.", + "id": "OPENTHREAD_CLI", + "name": "OPENTHREAD_CLI", + "range": null, + "title": "Enable Openthread Command-Line Interface", "type": "bool" } ], "depends_on": "OPENTHREAD_ENABLED", - "help": "Select OpenThread console type", - "id": "component-config-openthread-openthread-openthread-console-type", - "name": "OPENTHREAD_CONSOLE_TYPE", - "title": "OpenThread console type", - "type": "choice" + "id": "component-config-openthread-openthread-thread-console", + "title": "Thread Console", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_NETWORK_NAME", + "name": "OPENTHREAD_NETWORK_NAME", + "range": null, + "title": "OpenThread network name", + "type": "string" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "A string in the format \"
/\", where `
` is an IPv6\naddress and `` is a prefix length. For example \"fd00:db8:a0:0::/64\"", + "id": "OPENTHREAD_MESH_LOCAL_PREFIX", + "name": "OPENTHREAD_MESH_LOCAL_PREFIX", + "range": null, + "title": "OpenThread mesh local prefix, format
/", + "type": "string" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_NETWORK_CHANNEL", + "name": "OPENTHREAD_NETWORK_CHANNEL", + "range": null, + "title": "OpenThread network channel", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_NETWORK_PANID", + "name": "OPENTHREAD_NETWORK_PANID", + "range": null, + "title": "OpenThread network pan id", + "type": "hex" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "The OpenThread network extended pan id in hex string format", + "id": "OPENTHREAD_NETWORK_EXTPANID", + "name": "OPENTHREAD_NETWORK_EXTPANID", + "range": null, + "title": "OpenThread extended pan id", + "type": "string" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "The OpenThread network network key in hex string format", + "id": "OPENTHREAD_NETWORK_MASTERKEY", + "name": "OPENTHREAD_NETWORK_MASTERKEY", + "range": null, + "title": "OpenThread network key", + "type": "string" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "The OpenThread pre-shared commissioner key in hex string format", + "id": "OPENTHREAD_NETWORK_PSKC", + "name": "OPENTHREAD_NETWORK_PSKC", + "range": null, + "title": "OpenThread pre-shared commissioner key", + "type": "string" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-thread-operational-dataset", + "title": "Thread Operational Dataset", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Select this to enable Full Thread Device which can act as router and leader in a Thread network.", + "id": "OPENTHREAD_FTD", + "name": "OPENTHREAD_FTD", + "range": null, + "title": "Full Thread Device", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this to enable Minimal Thread Device which can only act as end device in a Thread network.\nThis will reduce the code size of the OpenThread stack.", + "id": "OPENTHREAD_MTD", + "name": "OPENTHREAD_MTD", + "range": null, + "title": "Minimal Thread Device", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this to enable Radio Only Device which can only forward 15.4 packets to the host.\nThe OpenThread stack will be run on the host and OpenThread will have minimal footprint on the\nradio only device.", + "id": "OPENTHREAD_RADIO", + "name": "OPENTHREAD_RADIO", + "range": null, + "title": "Radio Only Device", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "OpenThread can be configured to different device types (FTD, MTD, Radio)", + "id": "component-config-openthread-openthread-thread-core-features-thread-device-type", + "name": "OPENTHREAD_DEVICE_TYPE", + "title": "Thread device type", + "type": "choice" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_RADIO_TREL && (EXAMPLE_CONNECT_WIFI || EXAMPLE_CONNECT_ETHERNET) && OPENTHREAD_ENABLED", + "help": "Configure the port number of TREL service.", + "id": "OPENTHREAD_TREL_PORT", + "name": "OPENTHREAD_TREL_PORT", + "range": null, + "title": "The port of openthread trel service", + "type": "int" + } + ], + "depends_on": "(EXAMPLE_CONNECT_WIFI || EXAMPLE_CONNECT_ETHERNET) && OPENTHREAD_ENABLED", + "help": "Select this option to enable Thread Radio Encapsulation Link.", + "id": "OPENTHREAD_RADIO_TREL", + "name": "OPENTHREAD_RADIO_TREL", + "range": null, + "title": "Enable Thread Radio Encapsulation Link (TREL)", + "type": "bool" + } + ], + "depends_on": "(EXAMPLE_CONNECT_WIFI || EXAMPLE_CONNECT_ETHERNET) && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-thread-trel-radio-link", + "title": "Thread Trel Radio Link", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Select this to use the native 15.4 radio.", + "id": "OPENTHREAD_RADIO_NATIVE", + "name": "OPENTHREAD_RADIO_NATIVE", + "range": null, + "title": "Native 15.4 radio", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this to connect to a Radio Co-Processor via UART.", + "id": "OPENTHREAD_RADIO_SPINEL_UART", + "name": "OPENTHREAD_RADIO_SPINEL_UART", + "range": null, + "title": "Connect via UART", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this to connect to a Radio Co-Processor via SPI.", + "id": "OPENTHREAD_RADIO_SPINEL_SPI", + "name": "OPENTHREAD_RADIO_SPINEL_SPI", + "range": null, + "title": "Connect via SPI", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this to disable the Thread radio based on 15.4 link.", + "id": "OPENTHREAD_RADIO_154_NONE", + "name": "OPENTHREAD_RADIO_154_NONE", + "range": null, + "title": "Disable the Thread radio based on 15.4 link", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Configure how OpenThread connects to the 15.4 radio", + "id": "component-config-openthread-openthread-thread-core-features-thread-15-4-radio-link-config-the-thread-radio-type-with-15-4-link", + "name": "OPENTHREAD_RADIO_TYPE", + "title": "Config the Thread radio type with 15.4 link", + "type": "choice" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-thread-15-4-radio-link", + "title": "Thread 15.4 Radio Link", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "", + "help": "Select this to enable UART connection to host.", + "id": "OPENTHREAD_RCP_UART", + "name": "OPENTHREAD_RCP_UART", + "range": null, + "title": "UART RCP", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": "Select this to enable SPI connection to host.", + "id": "OPENTHREAD_RCP_SPI", + "name": "OPENTHREAD_RCP_SPI", + "range": null, + "title": "SPI RCP", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_RADIO && OPENTHREAD_ENABLED", + "help": null, + "id": "component-config-openthread-openthread-thread-core-features-thread-radio-co-processor-feature-the-rcp-transport-type", + "name": "OPENTHREAD_RCP_TRANSPORT", + "title": "The RCP transport type", + "type": "choice" + }, + { + "children": [], + "depends_on": "OPENTHREAD_RADIO && OPENTHREAD_ENABLED", + "help": "Select this to enable OpenThread NCP vendor commands.", + "id": "OPENTHREAD_NCP_VENDOR_HOOK", + "name": "OPENTHREAD_NCP_VENDOR_HOOK", + "range": null, + "title": "Enable vendor command for RCP", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_RADIO && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-thread-radio-co-processor-feature", + "title": "Thread Radio Co-Processor Feature", + "type": "menu" + }, + { + "children": [], + "depends_on": "OPENTHREAD_FTD && OPENTHREAD_ENABLED", + "help": "Select this option to enable border router features in OpenThread.", + "id": "OPENTHREAD_BORDER_ROUTER", + "name": "OPENTHREAD_BORDER_ROUTER", + "range": null, + "title": "Enable Border Router", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_COMMISSIONER && OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_COMM_MAX_JOINER_ENTRIES", + "name": "OPENTHREAD_COMM_MAX_JOINER_ENTRIES", + "range": null, + "title": "The size of max commissioning joiner entries", + "type": "int" + } + ], + "depends_on": "OPENTHREAD_COMMISSIONER && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-enable-commissioner-commissioner-configurations", + "title": "Commissioner Configurations", + "type": "menu" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable commissioner in OpenThread. This will enable the device to act as a\ncommissioner in the Thread network. A commissioner checks the pre-shared key from a joining device\nwith the Thread commissioning protocol and shares the network parameter with the joining device\nupon success.", + "id": "OPENTHREAD_COMMISSIONER", + "name": "OPENTHREAD_COMMISSIONER", + "range": null, + "title": "Enable Commissioner", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable Joiner in OpenThread. This allows a device to join the\nThread network with a pre-shared key using the Thread commissioning protocol.", + "id": "OPENTHREAD_JOINER", + "name": "OPENTHREAD_JOINER", + "range": null, + "title": "Enable Joiner", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_SRP_CLIENT && OPENTHREAD_ENABLED", + "help": "Set the max buffer size of service entries in the SRP client service pool.", + "id": "OPENTHREAD_SRP_CLIENT_MAX_SERVICES", + "name": "OPENTHREAD_SRP_CLIENT_MAX_SERVICES", + "range": null, + "title": "Specifies number of service entries in the SRP client service pool", + "type": "int" + } + ], + "depends_on": "OPENTHREAD_SRP_CLIENT && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-enable-srp-client-srp-client-configurations", + "title": "SRP Client Configurations", + "type": "menu" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable SRP Client in OpenThread.\nThis allows a device to register SRP services to SRP Server.", + "id": "OPENTHREAD_SRP_CLIENT", + "name": "OPENTHREAD_SRP_CLIENT", + "range": null, + "title": "Enable SRP Client", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable DNS Client in OpenThread.", + "id": "OPENTHREAD_DNS_CLIENT", + "name": "OPENTHREAD_DNS_CLIENT", + "range": null, + "title": "Enable DNS Client", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_DNS64_CLIENT && OPENTHREAD_ENABLED", + "help": "Set the DNS server IPv4 address.", + "id": "OPENTHREAD_DNS_SERVER_ADDR", + "name": "OPENTHREAD_DNS_SERVER_ADDR", + "range": null, + "title": "DNS server address (IPv4)", + "type": "string" + } + ], + "depends_on": "OPENTHREAD_DNS64_CLIENT && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-enable-dns64-client-dns64-client-configurations", + "title": "DNS64 Client Configurations", + "type": "menu" + } + ], + "depends_on": "LWIP_IPV4 && OPENTHREAD_ENABLED", + "help": "Select this option to acquire NAT64 address from dns servers.", + "id": "OPENTHREAD_DNS64_CLIENT", + "name": "OPENTHREAD_DNS64_CLIENT", + "range": null, + "title": "Enable DNS64 Client", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable link metrics feature", + "id": "OPENTHREAD_LINK_METRICS", + "name": "OPENTHREAD_LINK_METRICS", + "range": null, + "title": "Enable link metrics feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable mac filter feature", + "id": "OPENTHREAD_MACFILTER_ENABLE", + "name": "OPENTHREAD_MACFILTER_ENABLE", + "range": null, + "title": "Enable mac filter feature", + "type": "bool" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_CSL_ENABLE && OPENTHREAD_ENABLED", + "help": "The current accuracy of the clock used for scheduling CSL operations", + "id": "OPENTHREAD_CSL_ACCURACY", + "name": "OPENTHREAD_CSL_ACCURACY", + "range": null, + "title": "The current CSL rx/tx scheduling drift, in units of \u00b1 ppm", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_CSL_ENABLE && OPENTHREAD_ENABLED", + "help": "The fixed uncertainty of the Device for scheduling CSL Transmissions in units of 10 microseconds.", + "id": "OPENTHREAD_CSL_UNCERTAIN", + "name": "OPENTHREAD_CSL_UNCERTAIN", + "range": null, + "title": "The CSL Uncertainty in units of 10 us.", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_CSL_ENABLE && OPENTHREAD_ENABLED", + "help": "Select this option to set rx on when sleep in CSL feature, only for debug", + "id": "OPENTHREAD_CSL_DEBUG_ENABLE", + "name": "OPENTHREAD_CSL_DEBUG_ENABLE", + "range": null, + "title": "Enable CSL debug", + "type": "bool" + } + ], + "depends_on": "OPENTHREAD_CSL_ENABLE && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-enable-csl-feature-csl-configurations", + "title": "CSL Configurations", + "type": "menu" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable CSL feature", + "id": "OPENTHREAD_CSL_ENABLE", + "name": "OPENTHREAD_CSL_ENABLE", + "range": null, + "title": "Enable CSL feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable time synchronization feature, the devices in the same Thread network could\nsync to the same network time.", + "id": "OPENTHREAD_TIME_SYNC", + "name": "OPENTHREAD_TIME_SYNC", + "range": null, + "title": "Enable the time synchronization service feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "(OPENTHREAD_FTD || OPENTHREAD_MTD) && OPENTHREAD_ENABLED", + "help": "Select this option to enable the radio statistics feature, you can use radio\ncommand to print some radio Statistics information.", + "id": "OPENTHREAD_RADIO_STATS_ENABLE", + "name": "OPENTHREAD_RADIO_STATS_ENABLE", + "range": null, + "title": "Enable Radio Statistics feature", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable OpenThread radio capability rx on when idle.\nDo not support this feature when SW coexistence is enabled.", + "id": "OPENTHREAD_RX_ON_WHEN_IDLE", + "name": "OPENTHREAD_RX_ON_WHEN_IDLE", + "range": null, + "title": "Enable OpenThread radio capability rx on when idle", + "type": "bool" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable Diag in OpenThread. This will enable diag mode and a series of diag\ncommands in the OpenThread command line. These commands allow users to manipulate low-level\nfeatures of the storage and 15.4 radio.", + "id": "OPENTHREAD_DIAG", + "name": "OPENTHREAD_DIAG", + "range": null, + "title": "Enable diag", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && OPENTHREAD_ENABLED", + "help": "Select this option to allocate buffer from PSRAM for Thread", + "id": "OPENTHREAD_MEM_ALLOC_EXTERNAL", + "name": "OPENTHREAD_MEM_ALLOC_EXTERNAL", + "range": null, + "title": "Allocate memory from PSRAM", + "type": "bool" + }, + { + "children": [], + "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && OPENTHREAD_ENABLED", + "help": "If enabled, the message pool is managed by platform defined logic.", + "id": "OPENTHREAD_PLATFORM_MSGPOOL_MANAGEMENT", + "name": "OPENTHREAD_PLATFORM_MSGPOOL_MANAGEMENT", + "range": null, + "title": "Allocate message pool buffer from PSRAM", + "type": "bool" + } + ], + "depends_on": "(SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC) && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-thread-memory-allocation", + "title": "Thread Memory Allocation", + "type": "menu" + }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "(OPENTHREAD_FTD || OPENTHREAD_MTD) && OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_ADDRESS_QUERY_TIMEOUT", + "name": "OPENTHREAD_ADDRESS_QUERY_TIMEOUT", + "range": null, + "title": "Timeout (in seconds) for a address notification response after sending an address query.", + "type": "int" + }, + { + "children": [], + "depends_on": "(OPENTHREAD_FTD || OPENTHREAD_MTD) && OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_ADDRESS_QUERY_RETRY_DELAY", + "name": "OPENTHREAD_ADDRESS_QUERY_RETRY_DELAY", + "range": null, + "title": "Initial retry delay for address query (in seconds).", + "type": "int" + }, + { + "children": [], + "depends_on": "(OPENTHREAD_FTD || OPENTHREAD_MTD) && OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_ADDRESS_QUERY_MAX_RETRY_DELAY", + "name": "OPENTHREAD_ADDRESS_QUERY_MAX_RETRY_DELAY", + "range": null, + "title": "Maximum retry delay for address query (in seconds).", + "type": "int" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-openthread-stack-parameters-thread-address-query-config", + "title": "Thread Address Query Config", + "type": "menu" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_NUM_MESSAGE_BUFFERS", + "name": "OPENTHREAD_NUM_MESSAGE_BUFFERS", + "range": null, + "title": "The number of openthread message buffers", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "The device's XTAL accuracy, in ppm.", + "id": "OPENTHREAD_XTAL_ACCURACY", + "name": "OPENTHREAD_XTAL_ACCURACY", + "range": null, + "title": "The accuracy of the XTAL", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_MLE_MAX_CHILDREN", + "name": "OPENTHREAD_MLE_MAX_CHILDREN", + "range": null, + "title": "The size of max MLE children entries", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": null, + "id": "OPENTHREAD_TMF_ADDR_CACHE_ENTRIES", + "name": "OPENTHREAD_TMF_ADDR_CACHE_ENTRIES", + "range": null, + "title": "The size of max TMF address cache entries", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "Set the OpenThread UART buffer size.", + "id": "OPENTHREAD_UART_BUFFER_SIZE", + "name": "OPENTHREAD_UART_BUFFER_SIZE", + "range": null, + "title": "The uart received buffer size of openthread", + "type": "int" + }, + { + "children": [], + "depends_on": "OPENTHREAD_ENABLED", + "help": "The maximum number of backoffs the CSMA-CA algorithm will attempt before declaring a channel access\nfailure.", + "id": "OPENTHREAD_MAC_MAX_CSMA_BACKOFFS_DIRECT", + "name": "OPENTHREAD_MAC_MAX_CSMA_BACKOFFS_DIRECT", + "range": null, + "title": "Maximum backoffs times before declaring a channel access failure.", + "type": "int" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features-openthread-stack-parameters", + "title": "OpenThread Stack Parameters", + "type": "menu" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-core-features", + "title": "Thread Core Features", + "type": "menu" }, { "children": [ { "children": [], - "depends_on": "", - "help": null, - "id": "OPENTHREAD_LOG_LEVEL_NONE", - "name": "OPENTHREAD_LOG_LEVEL_NONE", + "depends_on": "OPENTHREAD_ENABLED", + "help": "Select this option to enable dynamic log level control for OpenThread", + "id": "OPENTHREAD_LOG_LEVEL_DYNAMIC", + "name": "OPENTHREAD_LOG_LEVEL_DYNAMIC", "range": null, - "title": "No logs", + "title": "Enable dynamic log level control", "type": "bool" }, { - "children": [], - "depends_on": "", - "help": null, - "id": "OPENTHREAD_LOG_LEVEL_CRIT", - "name": "OPENTHREAD_LOG_LEVEL_CRIT", - "range": null, - "title": "Error logs", - "type": "bool" + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "OPENTHREAD_LOG_LEVEL_NONE", + "name": "OPENTHREAD_LOG_LEVEL_NONE", + "range": null, + "title": "No logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "OPENTHREAD_LOG_LEVEL_CRIT", + "name": "OPENTHREAD_LOG_LEVEL_CRIT", + "range": null, + "title": "Error logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "OPENTHREAD_LOG_LEVEL_WARN", + "name": "OPENTHREAD_LOG_LEVEL_WARN", + "range": null, + "title": "Warning logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "OPENTHREAD_LOG_LEVEL_NOTE", + "name": "OPENTHREAD_LOG_LEVEL_NOTE", + "range": null, + "title": "Notice logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "OPENTHREAD_LOG_LEVEL_INFO", + "name": "OPENTHREAD_LOG_LEVEL_INFO", + "range": null, + "title": "Info logs", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "OPENTHREAD_LOG_LEVEL_DEBG", + "name": "OPENTHREAD_LOG_LEVEL_DEBG", + "range": null, + "title": "Debug logs", + "type": "bool" + } + ], + "depends_on": "!OPENTHREAD_LOG_LEVEL_DYNAMIC && OPENTHREAD_ENABLED", + "help": "Select OpenThread log level.", + "id": "component-config-openthread-openthread-thread-log-openthread-log-verbosity", + "name": "OPENTHREAD_LOG_LEVEL", + "title": "OpenThread log verbosity", + "type": "choice" }, { "children": [], - "depends_on": "", + "depends_on": "!OPENTHREAD_LOG_LEVEL_DYNAMIC && OPENTHREAD_ENABLED", "help": null, - "id": "OPENTHREAD_LOG_LEVEL_WARN", - "name": "OPENTHREAD_LOG_LEVEL_WARN", + "id": "OPENTHREAD_LOG_LEVEL", + "name": "OPENTHREAD_LOG_LEVEL", "range": null, - "title": "Warning logs", - "type": "bool" - }, + "title": null, + "type": "int" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-log", + "title": "Thread Log", + "type": "menu" + }, + { + "children": [ { - "children": [], - "depends_on": "", - "help": null, - "id": "OPENTHREAD_LOG_LEVEL_NOTE", - "name": "OPENTHREAD_LOG_LEVEL_NOTE", + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "OPENTHREAD_HEADER_CUSTOM && OPENTHREAD_HEADER_CUSTOM && OPENTHREAD_ENABLED", + "help": "Please use relative paths with respect to the project folder.", + "id": "OPENTHREAD_CUSTOM_HEADER_PATH", + "name": "OPENTHREAD_CUSTOM_HEADER_PATH", + "range": null, + "title": "Path of custom header file", + "type": "string" + }, + { + "children": [], + "depends_on": "OPENTHREAD_HEADER_CUSTOM && OPENTHREAD_HEADER_CUSTOM && OPENTHREAD_ENABLED", + "help": "Name of custom header file.", + "id": "OPENTHREAD_CUSTOM_HEADER_FILE_NAME", + "name": "OPENTHREAD_CUSTOM_HEADER_FILE_NAME", + "range": null, + "title": "Name of custom header file", + "type": "string" + } + ], + "depends_on": "OPENTHREAD_HEADER_CUSTOM && OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-extensioned-features-use-a-header-file-defined-by-customer-openthread-custom-header-config", + "title": "OpenThread Custom Header Config", + "type": "menu" + } + ], + "depends_on": "OPENTHREAD_ENABLED", + "help": "This option allows users to tailor the values of openthread macros according to their requirements.\nThe openthread submodule contains numerous macros, each with a default value set. In the Kconfig of\nESP openthread, users can set specific openthread parameters, which will be applied for certain\nopenthread macros in the openthread-core-esp32x-xxx-config.h file. During compilation, the values\nspecified in openthread-core-esp32x-xxx-config.h will replace the default settings in the openthread\nsubmodule. However, Kconfig does not cover all openthread macros, particularly those typically\nusing default values. For such macros, users can enable the OPENTHREAD_HEADER_CUSTOM option in the\nKconfig and provide a custom header file. Macros defined in the custom header file will have the\nhighest priority.", + "id": "OPENTHREAD_HEADER_CUSTOM", + "name": "OPENTHREAD_HEADER_CUSTOM", "range": null, - "title": "Notice logs", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "OPENTHREAD_LOG_LEVEL_INFO", - "name": "OPENTHREAD_LOG_LEVEL_INFO", - "range": null, - "title": "Info logs", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": null, - "id": "OPENTHREAD_LOG_LEVEL_DEBG", - "name": "OPENTHREAD_LOG_LEVEL_DEBG", - "range": null, - "title": "Debug logs", + "title": "Use a header file defined by customer", "type": "bool" } ], - "depends_on": "OPENTHREAD_ENABLED && !OPENTHREAD_LOG_LEVEL_DYNAMIC", - "help": "Select OpenThread log level.", - "id": "component-config-openthread-openthread-openthread-log-verbosity", - "name": "OPENTHREAD_LOG_LEVEL", - "title": "OpenThread log verbosity", - "type": "choice" + "depends_on": "OPENTHREAD_ENABLED", + "id": "component-config-openthread-openthread-thread-extensioned-features", + "title": "Thread Extensioned Features", + "type": "menu" } ], "depends_on": null, @@ -22557,467 +27488,38 @@ { "children": [], "depends_on": null, - "help": null, - "id": "OPENTHREAD_NETWORK_NAME", - "name": "OPENTHREAD_NETWORK_NAME", + "help": "Select this option to enable the OpenThread Radio Spinel for external protocol stack, such as Zigbee.", + "id": "OPENTHREAD_SPINEL_ONLY", + "name": "OPENTHREAD_SPINEL_ONLY", "range": null, - "title": "OpenThread network name", - "type": "string" + "title": "Enable OpenThread External Radio Spinel feature", + "type": "bool" }, { "children": [], - "depends_on": null, - "help": "A string in the format \"
/\", where `
` is an IPv6\naddress and `` is a prefix length. For example \"fd00:db8:a0:0::/64\"", - "id": "OPENTHREAD_MESH_LOCAL_PREFIX", - "name": "OPENTHREAD_MESH_LOCAL_PREFIX", - "range": null, - "title": "OpenThread mesh local prefix, format
/", - "type": "string" - }, - { - "children": [], - "depends_on": null, + "depends_on": "OPENTHREAD_ENABLED || OPENTHREAD_SPINEL_ONLY", "help": null, - "id": "OPENTHREAD_NETWORK_CHANNEL", - "name": "OPENTHREAD_NETWORK_CHANNEL", - "range": [ - 11, - 26 - ], - "title": "OpenThread network channel", + "id": "OPENTHREAD_SPINEL_RX_FRAME_BUFFER_SIZE", + "name": "OPENTHREAD_SPINEL_RX_FRAME_BUFFER_SIZE", + "range": null, + "title": "The size of openthread spinel rx frame buffer", "type": "int" }, { "children": [], - "depends_on": null, - "help": null, - "id": "OPENTHREAD_NETWORK_PANID", - "name": "OPENTHREAD_NETWORK_PANID", - "range": [ - 0, - 65534 - ], - "title": "OpenThread network pan id", - "type": "hex" - }, - { - "children": [], - "depends_on": null, - "help": "The OpenThread network extended pan id in hex string format", - "id": "OPENTHREAD_NETWORK_EXTPANID", - "name": "OPENTHREAD_NETWORK_EXTPANID", + "depends_on": "OPENTHREAD_SPINEL_ONLY", + "help": "The maximum number of backoffs the CSMA-CA algorithm will attempt before declaring a channel access\nfailure.", + "id": "OPENTHREAD_SPINEL_MAC_MAX_CSMA_BACKOFFS_DIRECT", + "name": "OPENTHREAD_SPINEL_MAC_MAX_CSMA_BACKOFFS_DIRECT", "range": null, - "title": "OpenThread extended pan id", - "type": "string" - }, - { - "children": [], - "depends_on": null, - "help": "The OpenThread network network key in hex string format", - "id": "OPENTHREAD_NETWORK_MASTERKEY", - "name": "OPENTHREAD_NETWORK_MASTERKEY", - "range": null, - "title": "OpenThread network key", - "type": "string" - }, - { - "children": [], - "depends_on": null, - "help": "The OpenThread pre-shared commissioner key in hex string format", - "id": "OPENTHREAD_NETWORK_PSKC", - "name": "OPENTHREAD_NETWORK_PSKC", - "range": null, - "title": "OpenThread pre-shared commissioner key", - "type": "string" + "title": "Maximum backoffs times before declaring a channel access failure.", + "type": "int" } ], "depends_on": null, - "id": "component-config-openthread-thread-operational-dataset", - "title": "Thread Operational Dataset", + "id": "component-config-openthread-openthread-spinel", + "title": "OpenThread Spinel", "type": "menu" - }, - { - "children": [], - "depends_on": "OPENTHREAD_ENABLED && !OPENTHREAD_LOG_LEVEL_DYNAMIC", - "help": null, - "id": "OPENTHREAD_LOG_LEVEL", - "name": "OPENTHREAD_LOG_LEVEL", - "range": null, - "title": null, - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": "Select this to use the native 15.4 radio.", - "id": "OPENTHREAD_RADIO_NATIVE", - "name": "OPENTHREAD_RADIO_NATIVE", - "range": null, - "title": "Native 15.4 radio", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Select this to connect to a Radio Co-Processor via UART.", - "id": "OPENTHREAD_RADIO_SPINEL_UART", - "name": "OPENTHREAD_RADIO_SPINEL_UART", - "range": null, - "title": "Connect via UART", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Select this to connect to a Radio Co-Processor via SPI.", - "id": "OPENTHREAD_RADIO_SPINEL_SPI", - "name": "OPENTHREAD_RADIO_SPINEL_SPI", - "range": null, - "title": "Connect via SPI", - "type": "bool" - } - ], - "depends_on": "OPENTHREAD_ENABLED", - "help": "Configure how OpenThread connects to the 15.4 radio", - "id": "component-config-openthread-config-the-thread-radio-type", - "name": "OPENTHREAD_RADIO_TYPE", - "title": "Config the Thread radio type", - "type": "choice" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": "Select this to enable Full Thread Device which can act as router and leader in a Thread network.", - "id": "OPENTHREAD_FTD", - "name": "OPENTHREAD_FTD", - "range": null, - "title": "Full Thread Device", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Select this to enable Minimal Thread Device which can only act as end device in a Thread network.\nThis will reduce the code size of the OpenThread stack.", - "id": "OPENTHREAD_MTD", - "name": "OPENTHREAD_MTD", - "range": null, - "title": "Minimal Thread Device", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Select this to enable Radio Only Device which can only forward 15.4 packets to the host.\nThe OpenThread stack will be run on the host and OpenThread will have minimal footprint on the\nradio only device.", - "id": "OPENTHREAD_RADIO", - "name": "OPENTHREAD_RADIO", - "range": null, - "title": "Radio Only Device", - "type": "bool" - } - ], - "depends_on": "OPENTHREAD_ENABLED", - "help": "OpenThread can be configured to different device types (FTD, MTD, Radio)", - "id": "component-config-openthread-config-the-thread-device-type", - "name": "OPENTHREAD_DEVICE_TYPE", - "title": "Config the Thread device type", - "type": "choice" - }, - { - "children": [ - { - "children": [], - "depends_on": "", - "help": "Select this to enable UART connection to host.", - "id": "OPENTHREAD_RCP_UART", - "name": "OPENTHREAD_RCP_UART", - "range": null, - "title": "UART RCP", - "type": "bool" - }, - { - "children": [], - "depends_on": "", - "help": "Select this to enable SPI connection to host.", - "id": "OPENTHREAD_RCP_SPI", - "name": "OPENTHREAD_RCP_SPI", - "range": null, - "title": "SPI RCP", - "type": "bool" - } - ], - "depends_on": "OPENTHREAD_RADIO", - "help": null, - "id": "component-config-openthread-the-rcp-transport-type", - "name": "OPENTHREAD_RCP_TRANSPORT", - "title": "The RCP transport type", - "type": "choice" - }, - { - "children": [], - "depends_on": "OPENTHREAD_ENABLED", - "help": "Select this option to enable Command-Line Interface in OpenThread.", - "id": "OPENTHREAD_CLI", - "name": "OPENTHREAD_CLI", - "range": null, - "title": "Enable Openthread Command-Line Interface", - "type": "bool" - }, - { - "children": [], - "depends_on": "OPENTHREAD_ENABLED", - "help": "Select this option to enable Diag in OpenThread. This will enable diag mode and a series of diag commands\nin the OpenThread command line. These commands allow users to manipulate low-level features of the storage\nand 15.4 radio.", - "id": "OPENTHREAD_DIAG", - "name": "OPENTHREAD_DIAG", - "range": null, - "title": "Enable diag", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "OPENTHREAD_COMMISSIONER", - "help": null, - "id": "OPENTHREAD_COMM_MAX_JOINER_ENTRIES", - "name": "OPENTHREAD_COMM_MAX_JOINER_ENTRIES", - "range": null, - "title": "The size of max commissioning joiner entries", - "type": "int" - } - ], - "depends_on": "OPENTHREAD_ENABLED", - "help": "Select this option to enable commissioner in OpenThread. This will enable the device to act as a\ncommissioner in the Thread network. A commissioner checks the pre-shared key from a joining device with\nthe Thread commissioning protocol and shares the network parameter with the joining device upon success.", - "id": "OPENTHREAD_COMMISSIONER", - "name": "OPENTHREAD_COMMISSIONER", - "range": null, - "title": "Enable Commissioner", - "type": "bool" - }, - { - "children": [], - "depends_on": "OPENTHREAD_ENABLED", - "help": "Select this option to enable Joiner in OpenThread. This allows a device to join the Thread network with a\npre-shared key using the Thread commissioning protocol.", - "id": "OPENTHREAD_JOINER", - "name": "OPENTHREAD_JOINER", - "range": null, - "title": "Enable Joiner", - "type": "bool" - }, - { - "children": [ - { - "children": [], - "depends_on": "OPENTHREAD_SRP_CLIENT", - "help": "Set the max buffer size of service entries in the SRP client service pool.", - "id": "OPENTHREAD_SRP_CLIENT_MAX_SERVICES", - "name": "OPENTHREAD_SRP_CLIENT_MAX_SERVICES", - "range": null, - "title": "Specifies number of service entries in the SRP client service pool", - "type": "int" - } - ], - "depends_on": "OPENTHREAD_ENABLED", - "help": "Select this option to enable SRP Client in OpenThread. This allows a device to register SRP services to SRP\nServer.", - "id": "OPENTHREAD_SRP_CLIENT", - "name": "OPENTHREAD_SRP_CLIENT", - "range": null, - "title": "Enable SRP Client", - "type": "bool" - }, - { - "children": [], - "depends_on": "OPENTHREAD_ENABLED", - "help": "Select this option to enable DNS Client in OpenThread.", - "id": "OPENTHREAD_DNS_CLIENT", - "name": "OPENTHREAD_DNS_CLIENT", - "range": null, - "title": "Enable DNS Client", - "type": "bool" - }, - { - "children": [], - "depends_on": "OPENTHREAD_ENABLED", - "help": "Select this option to enable border router features in OpenThread.", - "id": "OPENTHREAD_BORDER_ROUTER", - "name": "OPENTHREAD_BORDER_ROUTER", - "range": null, - "title": "Enable Border Router", - "type": "bool" - }, - { - "children": [], - "depends_on": "OPENTHREAD_ENABLED && (SPIRAM_USE_CAPS_ALLOC || SPIRAM_USE_MALLOC)", - "help": "If enabled, the message pool is managed by platform defined logic.", - "id": "OPENTHREAD_PLATFORM_MSGPOOL_MANAGEMENT", - "name": "OPENTHREAD_PLATFORM_MSGPOOL_MANAGEMENT", - "range": null, - "title": "Allocate message pool buffer from PSRAM", - "type": "bool" - }, - { - "children": [], - "depends_on": "OPENTHREAD_ENABLED", - "help": null, - "id": "OPENTHREAD_NUM_MESSAGE_BUFFERS", - "name": "OPENTHREAD_NUM_MESSAGE_BUFFERS", - "range": null, - "title": "The number of openthread message buffers", - "type": "int" - }, - { - "children": [], - "depends_on": "OPENTHREAD_ENABLED", - "help": null, - "id": "OPENTHREAD_SPINEL_RX_FRAME_BUFFER_SIZE", - "name": "OPENTHREAD_SPINEL_RX_FRAME_BUFFER_SIZE", - "range": null, - "title": "The size of openthread spinel rx frame buffer", - "type": "int" - }, - { - "children": [], - "depends_on": "OPENTHREAD_ENABLED", - "help": null, - "id": "OPENTHREAD_MLE_MAX_CHILDREN", - "name": "OPENTHREAD_MLE_MAX_CHILDREN", - "range": null, - "title": "The size of max MLE children entries", - "type": "int" - }, - { - "children": [], - "depends_on": "OPENTHREAD_ENABLED", - "help": null, - "id": "OPENTHREAD_TMF_ADDR_CACHE_ENTRIES", - "name": "OPENTHREAD_TMF_ADDR_CACHE_ENTRIES", - "range": null, - "title": "The size of max TMF address cache entries", - "type": "int" - }, - { - "children": [ - { - "children": [], - "depends_on": "OPENTHREAD_DNS64_CLIENT", - "help": "Set the DNS server IPv4 address.", - "id": "OPENTHREAD_DNS_SERVER_ADDR", - "name": "OPENTHREAD_DNS_SERVER_ADDR", - "range": null, - "title": "DNS server address (IPv4)", - "type": "string" - } - ], - "depends_on": "OPENTHREAD_ENABLED && LWIP_IPV4", - "help": "Select this option to acquire NAT64 address from dns servers.", - "id": "OPENTHREAD_DNS64_CLIENT", - "name": "OPENTHREAD_DNS64_CLIENT", - "range": null, - "title": "Use dns64 client", - "type": "bool" - }, - { - "children": [], - "depends_on": "OPENTHREAD_ENABLED", - "help": "Set the OpenThread UART buffer size.", - "id": "OPENTHREAD_UART_BUFFER_SIZE", - "name": "OPENTHREAD_UART_BUFFER_SIZE", - "range": null, - "title": "The uart received buffer size of openthread", - "type": "int" - }, - { - "children": [], - "depends_on": "OPENTHREAD_ENABLED", - "help": "Select this option to enable link metrics feature", - "id": "OPENTHREAD_LINK_METRICS", - "name": "OPENTHREAD_LINK_METRICS", - "range": null, - "title": "Enable link metrics feature", - "type": "bool" - }, - { - "children": [], - "depends_on": "OPENTHREAD_ENABLED", - "help": "Select this option to enable mac filter feature", - "id": "OPENTHREAD_MACFILTER_ENABLE", - "name": "OPENTHREAD_MACFILTER_ENABLE", - "range": null, - "title": "Enable mac filter feature", - "type": "bool" - }, - { - "children": [], - "depends_on": "OPENTHREAD_ENABLED", - "help": "Select this option to enable CSL feature", - "id": "OPENTHREAD_CSL_ENABLE", - "name": "OPENTHREAD_CSL_ENABLE", - "range": null, - "title": "Enable CSL feature", - "type": "bool" - }, - { - "children": [], - "depends_on": null, - "help": "The device's XTAL accuracy, in ppm.", - "id": "OPENTHREAD_XTAL_ACCURACY", - "name": "OPENTHREAD_XTAL_ACCURACY", - "range": null, - "title": "The accuracy of the XTAL", - "type": "int" - }, - { - "children": [], - "depends_on": "OPENTHREAD_CSL_ENABLE", - "help": "The current accuracy of the clock used for scheduling CSL operations", - "id": "OPENTHREAD_CSL_ACCURACY", - "name": "OPENTHREAD_CSL_ACCURACY", - "range": null, - "title": "The current CSL rx/tx scheduling drift, in units of \u00b1 ppm", - "type": "int" - }, - { - "children": [], - "depends_on": "OPENTHREAD_CSL_ENABLE", - "help": "The fixed uncertainty of the Device for scheduling CSL Transmissions in units of 10 microseconds.", - "id": "OPENTHREAD_CSL_UNCERTAIN", - "name": "OPENTHREAD_CSL_UNCERTAIN", - "range": null, - "title": "The CSL Uncertainty in units of 10 us.", - "type": "int" - }, - { - "children": [], - "depends_on": "OPENTHREAD_CSL_ENABLE", - "help": "Select this option to set rx on when sleep in CSL feature, only for debug", - "id": "OPENTHREAD_CSL_DEBUG_ENABLE", - "name": "OPENTHREAD_CSL_DEBUG_ENABLE", - "range": null, - "title": "Enable CSL debug", - "type": "bool" - }, - { - "children": [], - "depends_on": "OPENTHREAD_ENABLED", - "help": "Only used for Thread1.2 certification", - "id": "OPENTHREAD_DUA_ENABLE", - "name": "OPENTHREAD_DUA_ENABLE", - "range": null, - "title": "Enable Domain Unicast Address feature", - "type": "bool" - }, - { - "children": [], - "depends_on": "OPENTHREAD_ENABLED", - "help": "Select this option to enable time synchronization feature, the devices in the same Thread network could\nsync to the same network time.", - "id": "OPENTHREAD_TIME_SYNC", - "name": "OPENTHREAD_TIME_SYNC", - "range": null, - "title": "Enable the time synchronization service feature", - "type": "bool" } ], "depends_on": null, @@ -23188,6 +27690,16 @@ "children": [ { "children": [ + { + "children": [], + "depends_on": "SOC_MMU_PAGE_SIZE_8KB_SUPPORTED", + "help": null, + "id": "MMU_PAGE_SIZE_8KB", + "name": "MMU_PAGE_SIZE_8KB", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": null, @@ -23250,6 +27762,183 @@ "title": "SoC Settings", "type": "menu" }, + { + "children": [ + { + "children": [ + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "When this option is selected, the patch will be enabled for XMC.\nFollow the recommended flow by XMC for better stability.\n\nDO NOT DISABLE UNLESS YOU KNOW WHAT YOU ARE DOING.", + "id": "SPI_FLASH_BROWNOUT_RESET_XMC", + "name": "SPI_FLASH_BROWNOUT_RESET_XMC", + "range": null, + "title": "Enable sending reset when brownout for XMC flash chips", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "When brownout happens during flash erase/write operations,\nsend reset command to stop the flash operations to improve stability.", + "id": "SPI_FLASH_BROWNOUT_RESET", + "name": "SPI_FLASH_BROWNOUT_RESET", + "range": null, + "title": null, + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-main-flash-configuration-spi-flash-behavior-when-brownout", + "title": "SPI Flash behavior when brownout", + "type": "menu" + }, + { + "children": [ + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This is a helper config for HPM. Invisible for users.", + "id": "SPI_FLASH_UNDER_HIGH_FREQ", + "name": "SPI_FLASH_UNDER_HIGH_FREQ", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_ENA", + "name": "SPI_FLASH_HPM_ENA", + "range": null, + "title": "Enable", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_AUTO", + "name": "SPI_FLASH_HPM_AUTO", + "range": null, + "title": "Auto (Not recommended)", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_DIS", + "name": "SPI_FLASH_HPM_DIS", + "range": null, + "title": "Disabled", + "type": "bool" + } + ], + "depends_on": "IDF_TARGET_ESP32S3 && !ESPTOOLPY_OCT_FLASH && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "Whether the High Performance Mode of Flash is enabled. As an optional feature, user needs to manually\nenable this option as a confirmation. To be back-compatible with earlier IDF version, this option is\nautomatically enabled with warning when Flash running > 80Mhz.", + "id": "component-config-main-flash-configuration-optional-and-experimental-features-read-docs-first--high-performance-mode-read-docs-first-80mhz-", + "name": "SPI_FLASH_HPM", + "title": "High Performance Mode (READ DOCS FIRST, > 80MHz)", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option is invisible, and will be selected automatically\nwhen ``ESPTOOLPY_FLASHFREQ_120M`` is selected.", + "id": "SPI_FLASH_HPM_ON", + "name": "SPI_FLASH_HPM_ON", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_DC_AUTO", + "name": "SPI_FLASH_HPM_DC_AUTO", + "range": null, + "title": "Auto (Enable when bootloader support enabled (BOOTLOADER_FLASH_DC_AWARE))", + "type": "bool" + }, + { + "children": [], + "depends_on": "", + "help": null, + "id": "SPI_FLASH_HPM_DC_DISABLE", + "name": "SPI_FLASH_HPM_DC_DISABLE", + "range": null, + "title": "Disable (READ DOCS FIRST)", + "type": "bool" + } + ], + "depends_on": "SPI_FLASH_HPM_ON && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This feature needs your bootloader to be compiled DC-aware (BOOTLOADER_FLASH_DC_AWARE=y). Otherwise the\nchip will not be able to boot after a reset.", + "id": "component-config-main-flash-configuration-optional-and-experimental-features-read-docs-first--support-hpm-using-dc-read-docs-first-", + "name": "SPI_FLASH_HPM_DC", + "title": "Support HPM using DC (READ DOCS FIRST)", + "type": "choice" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This is a helper config for HPM. Whether HPM-DC is enabled is also determined by bootloader.\nInvisible for users.", + "id": "SPI_FLASH_HPM_DC_ON", + "name": "SPI_FLASH_HPM_DC_ON", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND && !SPI_FLASH_ROM_IMPL && !APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This option is disabled by default because it is supported only\nfor specific flash chips and for specific Espressif chips.\nTo evaluate if you can use this feature refer to\n`Optional Features for Flash` > `Auto Suspend & Resume` of the `ESP-IDF Programming Guide`.\n\nCAUTION: If you want to OTA to an app with this feature turned on, please make\nsure the bootloader has the support for it. (later than IDF v4.3)\n\nIf you are using an official Espressif module, please contact Espressif Business support\nto check if the module has the flash that support this feature installed.\nAlso refer to `Concurrency Constraints for Flash on SPI1` > `Flash Auto Suspend Feature`\nbefore enabling this option.", + "id": "SPI_FLASH_AUTO_SUSPEND", + "name": "SPI_FLASH_AUTO_SUSPEND", + "range": null, + "title": "Auto suspend long erase/write operations (READ DOCS FIRST)", + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "This config is used for setting Tsus parameter. Tsus means CS# high to next command after\nsuspend. You can refer to the chapter of AC CHARACTERISTICS of flash datasheet.", + "id": "SPI_FLASH_SUSPEND_TSUS_VAL_US", + "name": "SPI_FLASH_SUSPEND_TSUS_VAL_US", + "range": [ + 20, + 100 + ], + "title": "SPI flash tSUS value (refer to chapter AC CHARACTERISTICS)", + "type": "int" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": "XMC-C series is regarded as not qualified for the Suspend feature, since its specification\nhas a tRS >= 1ms restriction. We strongly do not suggest using it for the Suspend feature.\nHowever, if your product in field has enabled this feature, you may still enable this\nconfig option to keep the legacy behavior.\n\nFor new users, DO NOT enable this config.", + "id": "SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND", + "name": "SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND", + "range": null, + "title": "Enable XMC-C series flash chip suspend feature anyway", + "type": "bool" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-main-flash-configuration-optional-and-experimental-features-read-docs-first-", + "title": "Optional and Experimental Features (READ DOCS FIRST)", + "type": "menu" + } + ], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "id": "component-config-main-flash-configuration", + "title": "Main Flash configuration", + "type": "menu" + }, { "children": [ { @@ -23397,23 +28086,13 @@ } ], "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", - "help": "This allows to yield the CPUs between erase commands.\nPrevents starvation of other tasks.\nPlease use this configuration together with ``SPI_FLASH_ERASE_YIELD_DURATION_MS`` and\n``SPI_FLASH_ERASE_YIELD_TICKS`` after carefully checking flash datasheet to avoid a\nwatchdog timeout.\nFor more information, please check `SPI Flash API` reference documenation\nunder section `OS Function`.", + "help": "This allows to yield the CPUs between erase commands.\nPrevents starvation of other tasks.\nPlease use this configuration together with ``SPI_FLASH_ERASE_YIELD_DURATION_MS`` and\n``SPI_FLASH_ERASE_YIELD_TICKS`` after carefully checking flash datasheet to avoid a\nwatchdog timeout.\nFor more information, please check `SPI Flash API` reference documentation\nunder section `OS Function`.", "id": "SPI_FLASH_YIELD_DURING_ERASE", "name": "SPI_FLASH_YIELD_DURING_ERASE", "range": null, "title": "Enables yield operation during flash erase", "type": "bool" }, - { - "children": [], - "depends_on": "IDF_TARGET_ESP32C3 && !SPI_FLASH_ROM_IMPL && !APP_BUILD_TYPE_PURE_RAM_APP", - "help": "This option is default n before ESP32-C3, because it needs bootloader support.\n\nCAUTION: If you want to OTA to an app with this feature turned on, please make\nsure the bootloader has the support for it. (later than IDF v4.3)\n\nAuto-suspend feature only supported by XMC chip.\nIf you are using an official module, please contact Espressif Business support.\nAlso reading auto suspend part in `SPI Flash API` document before you enable this function.", - "id": "SPI_FLASH_AUTO_SUSPEND", - "name": "SPI_FLASH_AUTO_SUSPEND", - "range": null, - "title": "Auto suspend long erase/write operations (READ DOCS FIRST)", - "type": "bool" - }, { "children": [], "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", @@ -23457,34 +28136,6 @@ "title": "Override default chip driver list", "type": "bool" }, - { - "children": [ - { - "children": [], - "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", - "help": "When this option is selected, the patch will be enabled for XMC.\nFollow the recommended flow by XMC for better stability.\n\nDO NOT DISABLE UNLESS YOU KNOW WHAT YOU ARE DOING.", - "id": "SPI_FLASH_BROWNOUT_RESET_XMC", - "name": "SPI_FLASH_BROWNOUT_RESET_XMC", - "range": null, - "title": "Enable sending reset when brownout for XMC flash chips", - "type": "bool" - }, - { - "children": [], - "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", - "help": "When brownout happens during flash erase/write operations,\nsend reset command to stop the flash operations to improve stability.", - "id": "SPI_FLASH_BROWNOUT_RESET", - "name": "SPI_FLASH_BROWNOUT_RESET", - "range": null, - "title": null, - "type": "bool" - } - ], - "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", - "id": "component-config-spi-flash-driver-spi-flash-behavior-when-brownout", - "title": "SPI Flash behavior when brownout", - "type": "menu" - }, { "children": [ { @@ -23537,6 +28188,26 @@ "title": null, "type": "bool" }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "SPI_FLASH_VENDOR_BOYA_SUPPORTED", + "name": "SPI_FLASH_VENDOR_BOYA_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, + { + "children": [], + "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", + "help": null, + "id": "SPI_FLASH_VENDOR_TH_SUPPORTED", + "name": "SPI_FLASH_VENDOR_TH_SUPPORTED", + "range": null, + "title": null, + "type": "bool" + }, { "children": [], "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", @@ -23622,16 +28293,6 @@ "range": null, "title": "Enable encrypted partition read/write operations", "type": "bool" - }, - { - "children": [], - "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", - "help": "This option is invisible, and will be selected automatically\nwhen ``ESPTOOLPY_FLASHFREQ_120M`` is selected.", - "id": "SPI_FLASH_HPM_ENABLE", - "name": "SPI_FLASH_HPM_ENABLE", - "range": null, - "title": null, - "type": "bool" } ], "depends_on": "!APP_BUILD_TYPE_PURE_RAM_APP", @@ -23818,7 +28479,7 @@ { "children": [], "depends_on": null, - "help": "Enabling this option will print general debug mesages to the console.", + "help": "Enabling this option will print general debug messages to the console.", "id": "SPIFFS_DBG", "name": "SPIFFS_DBG", "range": null, @@ -23828,7 +28489,7 @@ { "children": [], "depends_on": null, - "help": "Enabling this option will print API debug mesages to the console.", + "help": "Enabling this option will print API debug messages to the console.", "id": "SPIFFS_API_DBG", "name": "SPIFFS_API_DBG", "range": null, @@ -23838,7 +28499,7 @@ { "children": [], "depends_on": null, - "help": "Enabling this option will print GC debug mesages to the console.", + "help": "Enabling this option will print GC debug messages to the console.", "id": "SPIFFS_GC_DBG", "name": "SPIFFS_GC_DBG", "range": null, @@ -23848,7 +28509,7 @@ { "children": [], "depends_on": "SPIFFS_CACHE", - "help": "Enabling this option will print cache debug mesages to the console.", + "help": "Enabling this option will print cache debug messages to the console.", "id": "SPIFFS_CACHE_DBG", "name": "SPIFFS_CACHE_DBG", "range": null, @@ -23858,7 +28519,7 @@ { "children": [], "depends_on": null, - "help": "Enabling this option will print Filesystem Check debug mesages\nto the console.", + "help": "Enabling this option will print Filesystem Check debug messages\nto the console.", "id": "SPIFFS_CHECK_DBG", "name": "SPIFFS_CHECK_DBG", "range": null, @@ -23999,6 +28660,16 @@ }, { "children": [ + { + "children": [], + "depends_on": "ULP_COPROC_TYPE_RISCV && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "help": "Turn on this setting to enabled interrupts on the ULP RISC-V core.", + "id": "ULP_RISCV_INTERRUPT_ENABLE", + "name": "ULP_RISCV_INTERRUPT_ENABLE", + "range": null, + "title": "Enable ULP RISC-V interrupts", + "type": "bool" + }, { "children": [], "depends_on": "ULP_COPROC_TYPE_RISCV && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", @@ -24034,6 +28705,54 @@ "range": null, "title": null, "type": "hex" + }, + { + "children": [], + "depends_on": "ULP_COPROC_TYPE_LP_CORE && ESP_ROM_HAS_LP_ROM && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "help": "Set this option to enable printf functionality from LP ROM. This option\ncan help reduce the LP core binary size by not linking printf functionality\nfrom RAM code.\nNote: For LP ROM prints to work properly, make sure that the LP core boots\nfrom the LP ROM.", + "id": "ULP_ROM_PRINT_ENABLE", + "name": "ULP_ROM_PRINT_ENABLE", + "range": null, + "title": "Enable print utilities from LP ROM", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "ULP_COPROC_TYPE_LP_CORE && SOC_ULP_LP_UART_SUPPORTED && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "help": "Set this option to enable panic handler functionality. If this option is\nenabled then the LP Core will output a panic dump over LP UART,\nsimilar to what the main core does. Output depends on LP UART already being\ninitialized and configured.\nDisabling this option will reduce the LP core binary size by not\nlinking in panic handler functionality.", + "id": "ULP_PANIC_OUTPUT_ENABLE", + "name": "ULP_PANIC_OUTPUT_ENABLE", + "range": null, + "title": "Enable panic handler which outputs over LP UART", + "type": "bool" + }, + { + "children": [], + "depends_on": "ULP_COPROC_TYPE_LP_CORE && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "help": "Set this option to route lp_core_printf to the console HP-UART.\nThis allows you to easily view print outputs from the LP core, without\nhaving to connect to the LP-UART. This option comes with the following\nlimitations:\n\n1. There is no mutual exclusion between the HP-Core and the LP-Core accessing\nthe HP-UART, which means that if both cores are logging heavily the output\nstrings might get mangled together.\n2. The HP-UART can only work while the HP-Core is running, which means that\nif the HP-Core is in deep sleep, the LP-Core will not be able to print to the\nconsole HP-UART.\n\nDue to these limitations it is only recommended to use this option for easy debugging.\nFor more serious use-cases you should use the LP-UART.", + "id": "ULP_HP_UART_CONSOLE_PRINT", + "name": "ULP_HP_UART_CONSOLE_PRINT", + "range": null, + "title": "Route lp_core_printf to the console HP-UART", + "type": "bool" + }, + { + "children": [], + "depends_on": "ULP_COPROC_TYPE_LP_CORE && (SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED)", + "help": "Enable this feature to avoid resetting LP core in sleep mode when debugger is attached,\notherwise configured HW breakpoints and dcsr.ebreak* bits will be missed.\nThis is a workaround until it will be fixed in HW.", + "id": "ULP_NORESET_UNDER_DEBUG", + "name": "ULP_NORESET_UNDER_DEBUG", + "range": null, + "title": "Avoid resetting LP core when debugger is attached", + "type": "bool" + } + ], + "depends_on": "SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED", + "id": "component-config-ultra-low-power-ulp-co-processor-ulp-debugging-options", + "title": "ULP Debugging Options", + "type": "menu" } ], "depends_on": "SOC_ULP_SUPPORTED || SOC_RISCV_COPROC_SUPPORTED || SOC_LP_CORE_SUPPORTED", @@ -24123,17 +28842,7 @@ "children": [ { "children": [], - "depends_on": null, - "help": null, - "id": "USB_OTG_SUPPORTED", - "name": "USB_OTG_SUPPORTED", - "range": null, - "title": null, - "type": "bool" - }, - { - "children": [], - "depends_on": "USB_OTG_SUPPORTED", + "depends_on": "SOC_USB_OTG_SUPPORTED", "help": "Each USB device attached is allocated a dedicated buffer for its OUT/IN transfers to/from the device's\ncontrol endpoint. The maximum size of that buffer is determined by this option. The limited size of the\ntransfer buffer have the following implications:\n- The maximum length of control transfers is limited\n- Device's with configuration descriptors larger than this limit cannot be supported", "id": "USB_HOST_CONTROL_TRANSFER_MAX_SIZE", "name": "USB_HOST_CONTROL_TRANSFER_MAX_SIZE", @@ -24174,7 +28883,7 @@ "type": "bool" } ], - "depends_on": "USB_OTG_SUPPORTED", + "depends_on": "SOC_USB_OTG_SUPPORTED", "help": "The underlying hardware has size adjustable FIFOs to cache USB packets on reception (IN) or for\ntransmission (OUT). The size of these FIFOs will affect the largest MPS (maximum packet size) and the\nmaximum number of packets that can be cached at any one time. The hardware contains the following\nFIFOS: RX (for all IN packets), Non-periodic TX (for Bulk and Control OUT packets), and Periodic TX\n(for Interrupt and Isochronous OUT packets). This configuration option allows biasing the FIFO sizes\ntowards a particular use case, which may be necessary for devices that have endpoints with large MPS.\nThe MPS limits for each biasing are listed below:\n\nBalanced:\n- IN (all transfer types), 408 bytes\n- OUT non-periodic (Bulk/Control), 192 bytes (i.e., 3 x 64 byte packets)\n- OUT periodic (Interrupt/Isochronous), 192 bytes\n\nBias IN:\n- IN (all transfer types), 600 bytes\n- OUT non-periodic (Bulk/Control), 64 bytes (i.e., 1 x 64 byte packets)\n- OUT periodic (Interrupt/Isochronous), 128 bytes\n\nBias Periodic OUT:\n- IN (all transfer types), 128 bytes\n- OUT non-periodic (Bulk/Control), 64 bytes (i.e., 1 x 64 byte packets)\n- OUT periodic (Interrupt/Isochronous), 600 bytes", "id": "component-config-usb-otg-hardware-fifo-size-biasing", "name": "USB_HOST_HW_BUFFER_BIAS", @@ -24184,53 +28893,161 @@ { "children": [ { - "children": [], - "depends_on": "USB_OTG_SUPPORTED", - "help": "On connection of a USB device, the USB 2.0 specification requires a \"debounce interval with a minimum\nduration of 100ms\" to allow the connection to stabilize (see USB 2.0 chapter 7.1.7.3 for more details).\nDuring the debounce interval, no new connection/disconnection events are registered.\n\nThe default value is set to 250 ms to be safe.", - "id": "USB_HOST_DEBOUNCE_DELAY_MS", - "name": "USB_HOST_DEBOUNCE_DELAY_MS", - "range": null, - "title": "Debounce delay in ms", - "type": "int" + "children": [ + { + "children": [], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "On connection of a USB device, the USB 2.0 specification requires\na \"debounce interval with a minimum duration of 100ms\" to allow the connection to stabilize\n(see USB 2.0 chapter 7.1.7.3 for more details).\nDuring the debounce interval, no new connection/disconnection events are registered.\n\nThe default value is set to 250 ms to be safe.", + "id": "USB_HOST_DEBOUNCE_DELAY_MS", + "name": "USB_HOST_DEBOUNCE_DELAY_MS", + "range": null, + "title": "Debounce delay in ms", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "The reset signaling can be generated on any Hub or Host Controller port by request from\nthe USB System Software. The USB 2.0 specification requires that \"the reset signaling must\nbe driven for a minimum of 10ms\" (see USB 2.0 chapter 7.1.7.5 for more details).\nAfter the reset, the hub port will transition to the Enabled state (refer to Section 11.5).\n\nThe default value is set to 30 ms to be safe.", + "id": "USB_HOST_RESET_HOLD_MS", + "name": "USB_HOST_RESET_HOLD_MS", + "range": null, + "title": "Reset hold in ms", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "After a port stops driving the reset signal, the USB 2.0 specification requires that\nthe \"USB System Software guarantees a minimum of 10 ms for reset recovery\" before the\nattached device is expected to respond to data transfers (see USB 2.0 chapter 7.1.7.3 for\nmore details).\nThe device may ignore any data transfers during the recovery interval.\n\nThe default value is set to 30 ms to be safe.", + "id": "USB_HOST_RESET_RECOVERY_MS", + "name": "USB_HOST_RESET_RECOVERY_MS", + "range": null, + "title": "Reset recovery delay in ms", + "type": "int" + }, + { + "children": [], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "\"After successful completion of the Status stage, the device is allowed a SetAddress()\nrecovery interval of 2 ms. At the end of this interval, the device must be able to accept\nSetup packets addressed to the new address. Also, at the end of the recovery interval, the\ndevice must not respond to tokens sent to the old address (unless, of course, the old and new\naddress is the same).\" See USB 2.0 chapter 9.2.6.3 for more details.\n\nThe default value is set to 10 ms to be safe.", + "id": "USB_HOST_SET_ADDR_RECOVERY_MS", + "name": "USB_HOST_SET_ADDR_RECOVERY_MS", + "range": null, + "title": "SetAddress() recovery time in ms", + "type": "int" + } + ], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "id": "component-config-usb-otg-hub-driver-configuration-root-port-configuration", + "title": "Root Port configuration", + "type": "menu" }, { - "children": [], - "depends_on": "USB_OTG_SUPPORTED", - "help": "The reset signaling can be generated on any Hub or Host Controller port by request from the USB System\nSoftware. The USB 2.0 specification requires that \"the reset signaling must be driven for a minimum of\n10ms\" (see USB 2.0 chapter 7.1.7.5 for more details). After the reset, the hub port will transition to\nthe Enabled state (refer to Section 11.5).\n\nThe default value is set to 30 ms to be safe.", - "id": "USB_HOST_RESET_HOLD_MS", - "name": "USB_HOST_RESET_HOLD_MS", + "children": [ + { + "children": [], + "depends_on": "USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", + "help": "Enables support for connecting multiple Hubs simultaneously.", + "id": "USB_HOST_HUB_MULTI_LEVEL", + "name": "USB_HOST_HUB_MULTI_LEVEL", + "range": null, + "title": "Support multiple Hubs", + "type": "bool" + }, + { + "children": [ + { + "children": [], + "depends_on": "IDF_EXPERIMENTAL_FEATURES && USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", + "help": "Enables support of Low-speed devices, connected through the external Hub.", + "id": "USB_HOST_EXT_PORT_SUPPORT_LS", + "name": "USB_HOST_EXT_PORT_SUPPORT_LS", + "range": null, + "title": "Support LS", + "type": "bool" + }, + { + "children": [], + "depends_on": "IDF_EXPERIMENTAL_FEATURES && USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", + "help": "Amount of attempts to reset the device.\n\nThe default value is 1.", + "id": "USB_HOST_EXT_PORT_RESET_ATTEMPTS", + "name": "USB_HOST_EXT_PORT_RESET_ATTEMPTS", + "range": null, + "title": null, + "type": "int" + }, + { + "children": [], + "depends_on": "USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", + "help": "After a port stops driving the reset signal, the USB 2.0 specification requires that\nthe \"USB System Software guarantees a minimum of 10 ms for reset recovery\" before the\nattached device is expected to respond to data transfers (see USB 2.0 chapter 7.1.7.3 for\nmore details).\nThe device may ignore any data transfers during the recovery interval.\n\nThe default value is set to 30 ms to be safe.", + "id": "USB_HOST_EXT_PORT_RESET_RECOVERY_DELAY_MS", + "name": "USB_HOST_EXT_PORT_RESET_RECOVERY_DELAY_MS", + "range": null, + "title": "Reset recovery delay in ms", + "type": "int" + }, + { + "children": [ + { + "children": [], + "depends_on": "USB_HOST_EXT_PORT_CUSTOM_POWER_ON_DELAY_ENABLE && USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", + "help": "Custom value of delay from the time the power-on sequence begins on a port\nuntil power is good on that port.\nValue 0 is used for a hub with no power switches.\n\nThe default value is 100 ms.", + "id": "USB_HOST_EXT_PORT_CUSTOM_POWER_ON_DELAY_MS", + "name": "USB_HOST_EXT_PORT_CUSTOM_POWER_ON_DELAY_MS", + "range": null, + "title": "PwrOn2PwrGood delay in ms", + "type": "int" + } + ], + "depends_on": "USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", + "help": "Enables the possibility to configure custom time for the power-on sequence on a port\nuntil power is good on that port.\n\nWhen enabled, applies the custom PwrOn2PwrGood delay.\nWhen disabled, applies the PwrOn2PwrGood value from the Hub Descriptor.", + "id": "USB_HOST_EXT_PORT_CUSTOM_POWER_ON_DELAY_ENABLE", + "name": "USB_HOST_EXT_PORT_CUSTOM_POWER_ON_DELAY_ENABLE", + "range": null, + "title": "Custom bPwrOn2PwrGood value", + "type": "bool" + } + ], + "depends_on": "USB_HOST_HUBS_SUPPORTED && SOC_USB_OTG_SUPPORTED", + "id": "component-config-usb-otg-hub-driver-configuration-support-hubs-downstream-port-configuration", + "title": "Downstream Port configuration", + "type": "menu" + } + ], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "Enables support of external Hubs.", + "id": "USB_HOST_HUBS_SUPPORTED", + "name": "USB_HOST_HUBS_SUPPORTED", "range": null, - "title": "Reset hold in ms", - "type": "int" - }, - { - "children": [], - "depends_on": "USB_OTG_SUPPORTED", - "help": "After a port stops driving the reset signal, the USB 2.0 specification requires that the \"USB System\nSoftware guarantees a minimum of 10 ms for reset recovery\" before the attached device is expected to\nrespond to data transfers (see USB 2.0 chapter 7.1.7.3 for more details). The device may ignore any\ndata transfers during the recovery interval.\n\nThe default value is set to 30 ms to be safe.", - "id": "USB_HOST_RESET_RECOVERY_MS", - "name": "USB_HOST_RESET_RECOVERY_MS", - "range": null, - "title": "Reset recovery delay in ms", - "type": "int" - }, - { - "children": [], - "depends_on": "USB_OTG_SUPPORTED", - "help": "\"After successful completion of the Status stage, the device is allowed a SetAddress() recovery\ninterval of 2 ms. At the end of this interval, the device must be able to accept Setup packets\naddressed to the new address. Also, at the end of the recovery interval, the device must not respond to\ntokens sent to the old address (unless, of course, the old and new address is the same).\" See USB 2.0\nchapter 9.2.6.3 for more details.\n\nThe default value is set to 10 ms to be safe.", - "id": "USB_HOST_SET_ADDR_RECOVERY_MS", - "name": "USB_HOST_SET_ADDR_RECOVERY_MS", - "range": null, - "title": "SetAddress() recovery time in ms", - "type": "int" + "title": "Support Hubs", + "type": "bool" } ], - "depends_on": null, - "id": "component-config-usb-otg-root-hub-configuration", - "title": "Root Hub configuration", + "depends_on": "SOC_USB_OTG_SUPPORTED", + "id": "component-config-usb-otg-hub-driver-configuration", + "title": "Hub Driver Configuration", "type": "menu" + }, + { + "children": [], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": "The enumeration filter callback is called before enumeration of each newly attached device.\nThis callback allows users to control whether a device should be enumerated, and what configuration\nnumber to use when enumerating a device.\n\nIf enabled, the enumeration filter callback can be set via 'usb_host_config_t' when calling\n'usb_host_install()'.", + "id": "USB_HOST_ENABLE_ENUM_FILTER_CALLBACK", + "name": "USB_HOST_ENABLE_ENUM_FILTER_CALLBACK", + "range": null, + "title": "Enable enumeration filter callback", + "type": "bool" + }, + { + "children": [], + "depends_on": "SOC_USB_OTG_SUPPORTED", + "help": null, + "id": "USB_OTG_SUPPORTED", + "name": "USB_OTG_SUPPORTED", + "range": null, + "title": null, + "type": "bool" } ], - "depends_on": null, + "depends_on": "SOC_USB_OTG_SUPPORTED", "id": "component-config-usb-otg", "title": "USB-OTG", "type": "menu" @@ -24254,12 +29071,22 @@ { "children": [], "depends_on": "VFS_SUPPORT_SELECT", - "help": "Select() related functions might produce an unconveniently lot of\ndebug outputs when one sets the default log level to DEBUG or higher.\nIt is possible to suppress these debug outputs by enabling this\noption.", + "help": "Select() related functions might produce an inconveniently lot of\ndebug outputs when one sets the default log level to DEBUG or higher.\nIt is possible to suppress these debug outputs by enabling this\noption.", "id": "VFS_SUPPRESS_SELECT_DEBUG_OUTPUT", "name": "VFS_SUPPRESS_SELECT_DEBUG_OUTPUT", "range": null, "title": "Suppress select() related debug outputs", "type": "bool" + }, + { + "children": [], + "depends_on": "VFS_SUPPORT_SELECT", + "help": "If enabled, VFS driver select() callback function will be placed in IRAM.", + "id": "VFS_SELECT_IN_RAM", + "name": "VFS_SELECT_IN_RAM", + "range": null, + "title": "Make VFS driver select() callbacks IRAM-safe", + "type": "bool" } ], "depends_on": "VFS_SUPPORT_IO && !LWIP_USE_ONLY_LWIP_SELECT", @@ -24310,6 +29137,16 @@ "id": "component-config-virtual-file-system-provide-basic-i-o-functions-host-file-system-i-o-semihosting-", "title": "Host File System I/O (Semihosting)", "type": "menu" + }, + { + "children": [], + "depends_on": "VFS_SUPPORT_IO", + "help": "If enabled, /dev/null VFS will be automatically initialized at startup.", + "id": "VFS_INITIALIZE_DEV_NULL", + "name": "VFS_INITIALIZE_DEV_NULL", + "range": null, + "title": "Initialize /dev/null VFS", + "type": "bool" } ], "depends_on": null, @@ -24377,7 +29214,7 @@ "id": "WL_SECTOR_MODE_PERF", "name": "WL_SECTOR_MODE_PERF", "range": null, - "title": "Perfomance", + "title": "Performance", "type": "bool" }, { @@ -24464,7 +29301,7 @@ }, { "children": [], - "depends_on": null, + "depends_on": "BT_ENABLED", "help": "Used to enforce link encryption when attempting to read / write characteristic", "id": "WIFI_PROV_BLE_FORCE_ENCRYPTION", "name": "WIFI_PROV_BLE_FORCE_ENCRYPTION", @@ -24472,6 +29309,16 @@ "title": "Force Link Encryption during characteristic Read / Write", "type": "bool" }, + { + "children": [], + "depends_on": "BT_ENABLED", + "help": "Used to enable support Notification in BLE descriptors of prov* characteristics", + "id": "WIFI_PROV_BLE_NOTIFY", + "name": "WIFI_PROV_BLE_NOTIFY", + "range": null, + "title": "Add support for Notification for provisioning BLE descriptors", + "type": "bool" + }, { "children": [ { @@ -24538,7 +29385,7 @@ { "children": [], "depends_on": null, - "help": "By enabling this option, ESP-IDF experimental feature options will be visible.\n\nNote you should still enable a certain experimental feature option to use it, and you\nshould read the corresponding risk warning and known issue list carefully.", + "help": "By enabling this option, ESP-IDF experimental feature options will be visible.\n\nNote you should still enable a certain experimental feature option to use it, and you\nshould read the corresponding risk warning and known issue list carefully.\n\nCurrent experimental feature list:\n\n- CONFIG_ESPTOOLPY_FLASHFREQ_120M && CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_DTR\n- CONFIG_SPIRAM_SPEED_120M && CONFIG_SPIRAM_MODE_OCT\n- CONFIG_BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH\n- CONFIG_ESP_WIFI_EAP_TLS1_3\n- CONFIG_ESP_WIFI_ENABLE_ROAMING_APP\n- CONFIG_USB_HOST_EXT_PORT_SUPPORT_LS\n- CONFIG_USB_HOST_EXT_PORT_RESET_ATTEMPTS", "id": "IDF_EXPERIMENTAL_FEATURES", "name": "IDF_EXPERIMENTAL_FEATURES", "range": null, diff --git a/ESP32-IDF_ePaper/build/config/sdkconfig.cmake b/ESP32-IDF_ePaper/build/config/sdkconfig.cmake index 73e6056e8..e5fae5d6c 100644 --- a/ESP32-IDF_ePaper/build/config/sdkconfig.cmake +++ b/ESP32-IDF_ePaper/build/config/sdkconfig.cmake @@ -1,27 +1,26 @@ # -# Automatically generated file. DO NOT EDIT. -# Espressif IoT Development Framework (ESP-IDF) Configuration cmake include file -# -set(CONFIG_SOC_BROWNOUT_RESET_SUPPORTED "Not determined") -set(CONFIG_SOC_TWAI_BRP_DIV_SUPPORTED "Not determined") -set(CONFIG_SOC_DPORT_WORKAROUND "Not determined") -set(CONFIG_SOC_CAPS_ECO_VER_MAX "301") + # Automatically generated file. DO NOT EDIT. + # Espressif IoT Development Framework (ESP-IDF) Configuration cmake include file + # set(CONFIG_SOC_ADC_SUPPORTED "y") -set(CONFIG_SOC_DAC_SUPPORTED "y") +set(CONFIG_SOC_DEDICATED_GPIO_SUPPORTED "y") set(CONFIG_SOC_UART_SUPPORTED "y") -set(CONFIG_SOC_MCPWM_SUPPORTED "y") +set(CONFIG_SOC_GDMA_SUPPORTED "y") +set(CONFIG_SOC_AHB_GDMA_SUPPORTED "y") set(CONFIG_SOC_GPTIMER_SUPPORTED "y") -set(CONFIG_SOC_SDMMC_HOST_SUPPORTED "y") -set(CONFIG_SOC_BT_SUPPORTED "y") -set(CONFIG_SOC_PCNT_SUPPORTED "y") -set(CONFIG_SOC_WIFI_SUPPORTED "y") -set(CONFIG_SOC_SDIO_SLAVE_SUPPORTED "y") set(CONFIG_SOC_TWAI_SUPPORTED "y") -set(CONFIG_SOC_EMAC_SUPPORTED "y") -set(CONFIG_SOC_ULP_SUPPORTED "y") -set(CONFIG_SOC_CCOMP_TIMER_SUPPORTED "y") +set(CONFIG_SOC_BT_SUPPORTED "y") +set(CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED "y") +set(CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED "y") +set(CONFIG_SOC_TEMP_SENSOR_SUPPORTED "y") +set(CONFIG_SOC_XT_WDT_SUPPORTED "y") +set(CONFIG_SOC_PHY_SUPPORTED "y") +set(CONFIG_SOC_WIFI_SUPPORTED "y") +set(CONFIG_SOC_SUPPORTS_SECURE_DL_MODE "y") +set(CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD "y") +set(CONFIG_SOC_EFUSE_HAS_EFUSE_RST_BUG "y") +set(CONFIG_SOC_EFUSE_SUPPORTED "y") set(CONFIG_SOC_RTC_FAST_MEM_SUPPORTED "y") -set(CONFIG_SOC_RTC_SLOW_MEM_SUPPORTED "y") set(CONFIG_SOC_RTC_MEM_SUPPORTED "y") set(CONFIG_SOC_I2S_SUPPORTED "y") set(CONFIG_SOC_RMT_SUPPORTED "y") @@ -29,195 +28,268 @@ set(CONFIG_SOC_SDM_SUPPORTED "y") set(CONFIG_SOC_GPSPI_SUPPORTED "y") set(CONFIG_SOC_LEDC_SUPPORTED "y") set(CONFIG_SOC_I2C_SUPPORTED "y") +set(CONFIG_SOC_SYSTIMER_SUPPORTED "y") set(CONFIG_SOC_SUPPORT_COEXISTENCE "y") set(CONFIG_SOC_AES_SUPPORTED "y") set(CONFIG_SOC_MPI_SUPPORTED "y") set(CONFIG_SOC_SHA_SUPPORTED "y") +set(CONFIG_SOC_HMAC_SUPPORTED "y") +set(CONFIG_SOC_DIG_SIGN_SUPPORTED "y") set(CONFIG_SOC_FLASH_ENC_SUPPORTED "y") set(CONFIG_SOC_SECURE_BOOT_SUPPORTED "y") -set(CONFIG_SOC_TOUCH_SENSOR_SUPPORTED "y") +set(CONFIG_SOC_MEMPROT_SUPPORTED "y") set(CONFIG_SOC_BOD_SUPPORTED "y") -set(CONFIG_SOC_ULP_FSM_SUPPORTED "y") -set(CONFIG_SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL "5") -set(CONFIG_SOC_XTAL_SUPPORT_26M "y") +set(CONFIG_SOC_CLK_TREE_SUPPORTED "y") +set(CONFIG_SOC_ASSIST_DEBUG_SUPPORTED "y") +set(CONFIG_SOC_WDT_SUPPORTED "y") +set(CONFIG_SOC_SPI_FLASH_SUPPORTED "y") +set(CONFIG_SOC_RNG_SUPPORTED "y") +set(CONFIG_SOC_LIGHT_SLEEP_SUPPORTED "y") +set(CONFIG_SOC_DEEP_SLEEP_SUPPORTED "y") +set(CONFIG_SOC_LP_PERIPH_SHARE_INTERRUPT "y") +set(CONFIG_SOC_PM_SUPPORTED "y") set(CONFIG_SOC_XTAL_SUPPORT_40M "y") -set(CONFIG_SOC_XTAL_SUPPORT_AUTO_DETECT "y") -set(CONFIG_SOC_ADC_RTC_CTRL_SUPPORTED "y") +set(CONFIG_SOC_AES_SUPPORT_DMA "y") +set(CONFIG_SOC_AES_GDMA "y") +set(CONFIG_SOC_AES_SUPPORT_AES_128 "y") +set(CONFIG_SOC_AES_SUPPORT_AES_256 "y") set(CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED "y") +set(CONFIG_SOC_ADC_ARBITER_SUPPORTED "y") +set(CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED "y") +set(CONFIG_SOC_ADC_MONITOR_SUPPORTED "y") set(CONFIG_SOC_ADC_DMA_SUPPORTED "y") set(CONFIG_SOC_ADC_PERIPH_NUM "2") -set(CONFIG_SOC_ADC_MAX_CHANNEL_NUM "10") +set(CONFIG_SOC_ADC_MAX_CHANNEL_NUM "5") set(CONFIG_SOC_ADC_ATTEN_NUM "4") -set(CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM "2") -set(CONFIG_SOC_ADC_PATT_LEN_MAX "16") -set(CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH "9") +set(CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM "1") +set(CONFIG_SOC_ADC_PATT_LEN_MAX "8") +set(CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH "12") set(CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH "12") -set(CONFIG_SOC_ADC_DIGI_RESULT_BYTES "2") +set(CONFIG_SOC_ADC_DIGI_RESULT_BYTES "4") set(CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV "4") -set(CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH "2") -set(CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW "20") -set(CONFIG_SOC_ADC_RTC_MIN_BITWIDTH "9") +set(CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM "2") +set(CONFIG_SOC_ADC_DIGI_MONITOR_NUM "2") +set(CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH "83333") +set(CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW "611") +set(CONFIG_SOC_ADC_RTC_MIN_BITWIDTH "12") set(CONFIG_SOC_ADC_RTC_MAX_BITWIDTH "12") +set(CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED "y") +set(CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED "y") +set(CONFIG_SOC_ADC_SHARED_POWER "y") +set(CONFIG_SOC_APB_BACKUP_DMA "y") +set(CONFIG_SOC_BROWNOUT_RESET_SUPPORTED "y") set(CONFIG_SOC_SHARED_IDCACHE_SUPPORTED "y") -set(CONFIG_SOC_IDCACHE_PER_CORE "y") -set(CONFIG_SOC_CPU_CORES_NUM "2") +set(CONFIG_SOC_CACHE_MEMORY_IBANK_SIZE "0x4000") +set(CONFIG_SOC_CPU_CORES_NUM "1") set(CONFIG_SOC_CPU_INTR_NUM "32") -set(CONFIG_SOC_CPU_HAS_FPU "y") -set(CONFIG_SOC_CPU_BREAKPOINTS_NUM "2") -set(CONFIG_SOC_CPU_WATCHPOINTS_NUM "2") -set(CONFIG_SOC_CPU_WATCHPOINT_SIZE "64") -set(CONFIG_SOC_DAC_CHAN_NUM "2") -set(CONFIG_SOC_DAC_RESOLUTION "8") -set(CONFIG_SOC_DAC_DMA_16BIT_ALIGN "y") +set(CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC "y") +set(CONFIG_SOC_CPU_HAS_CSR_PC "y") +set(CONFIG_SOC_CPU_BREAKPOINTS_NUM "8") +set(CONFIG_SOC_CPU_WATCHPOINTS_NUM "8") +set(CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE "0x80000000") +set(CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN "3072") +set(CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH "16") +set(CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US "1100") +set(CONFIG_SOC_AHB_GDMA_VERSION "1") +set(CONFIG_SOC_GDMA_NUM_GROUPS_MAX "1") +set(CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX "3") set(CONFIG_SOC_GPIO_PORT "1") -set(CONFIG_SOC_GPIO_PIN_COUNT "40") -set(CONFIG_SOC_GPIO_VALID_GPIO_MASK "0xffffffffff") -set(CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK "0xef0fea") -set(CONFIG_SOC_I2C_NUM "2") +set(CONFIG_SOC_GPIO_PIN_COUNT "22") +set(CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER "y") +set(CONFIG_SOC_GPIO_FILTER_CLK_SUPPORT_APB "y") +set(CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD "y") +set(CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP "y") +set(CONFIG_SOC_GPIO_IN_RANGE_MAX "21") +set(CONFIG_SOC_GPIO_OUT_RANGE_MAX "21") +set(CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK "0") +set(CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT "6") +set(CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK "0x3fffc0") +set(CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX "y") +set(CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM "3") +set(CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP "y") +set(CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM "8") +set(CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM "8") +set(CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE "y") +set(CONFIG_SOC_I2C_NUM "1") +set(CONFIG_SOC_HP_I2C_NUM "1") set(CONFIG_SOC_I2C_FIFO_LEN "32") -set(CONFIG_SOC_I2C_CMD_REG_NUM "16") +set(CONFIG_SOC_I2C_CMD_REG_NUM "8") set(CONFIG_SOC_I2C_SUPPORT_SLAVE "y") -set(CONFIG_SOC_I2C_SUPPORT_APB "y") -set(CONFIG_SOC_I2S_NUM "2") -set(CONFIG_SOC_I2S_HW_VERSION_1 "y") -set(CONFIG_SOC_I2S_SUPPORTS_APLL "y") +set(CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS "y") +set(CONFIG_SOC_I2C_SUPPORT_XTAL "y") +set(CONFIG_SOC_I2C_SUPPORT_RTC "y") +set(CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR "y") +set(CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST "y") +set(CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE "y") +set(CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS "y") +set(CONFIG_SOC_I2S_NUM "1") +set(CONFIG_SOC_I2S_HW_VERSION_2 "y") +set(CONFIG_SOC_I2S_SUPPORTS_XTAL "y") set(CONFIG_SOC_I2S_SUPPORTS_PLL_F160M "y") +set(CONFIG_SOC_I2S_SUPPORTS_PCM "y") set(CONFIG_SOC_I2S_SUPPORTS_PDM "y") set(CONFIG_SOC_I2S_SUPPORTS_PDM_TX "y") -set(CONFIG_SOC_I2S_PDM_MAX_TX_LINES "1") -set(CONFIG_SOC_I2S_SUPPORTS_PDM_RX "y") -set(CONFIG_SOC_I2S_PDM_MAX_RX_LINES "1") -set(CONFIG_SOC_I2S_SUPPORTS_ADC_DAC "y") -set(CONFIG_SOC_I2S_SUPPORTS_ADC "y") -set(CONFIG_SOC_I2S_SUPPORTS_DAC "y") -set(CONFIG_SOC_I2S_SUPPORTS_LCD_CAMERA "y") -set(CONFIG_SOC_I2S_TRANS_SIZE_ALIGN_WORD "y") -set(CONFIG_SOC_I2S_LCD_I80_VARIANT "y") -set(CONFIG_SOC_LCD_I80_SUPPORTED "y") -set(CONFIG_SOC_LCD_I80_BUSES "2") -set(CONFIG_SOC_LCD_I80_BUS_WIDTH "24") -set(CONFIG_SOC_LEDC_HAS_TIMER_SPECIFIC_MUX "y") +set(CONFIG_SOC_I2S_PDM_MAX_TX_LINES "2") +set(CONFIG_SOC_I2S_SUPPORTS_TDM "y") set(CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK "y") -set(CONFIG_SOC_LEDC_SUPPORT_REF_TICK "y") -set(CONFIG_SOC_LEDC_SUPPORT_HS_MODE "y") -set(CONFIG_SOC_LEDC_CHANNEL_NUM "8") -set(CONFIG_SOC_LEDC_TIMER_BIT_WIDTH "20") -set(CONFIG_SOC_MCPWM_GROUPS "2") -set(CONFIG_SOC_MCPWM_TIMERS_PER_GROUP "3") -set(CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP "3") -set(CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR "2") -set(CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR "2") -set(CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR "2") -set(CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP "3") -set(CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP "y") -set(CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER "3") -set(CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP "3") -set(CONFIG_SOC_MMU_PERIPH_NUM "2") -set(CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM "3") +set(CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK "y") +set(CONFIG_SOC_LEDC_TIMER_NUM "4") +set(CONFIG_SOC_LEDC_CHANNEL_NUM "6") +set(CONFIG_SOC_LEDC_TIMER_BIT_WIDTH "14") +set(CONFIG_SOC_LEDC_SUPPORT_FADE_STOP "y") +set(CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM "1") +set(CONFIG_SOC_MMU_PERIPH_NUM "1") set(CONFIG_SOC_MPU_MIN_REGION_SIZE "0x20000000") set(CONFIG_SOC_MPU_REGIONS_MAX_NUM "8") -set(CONFIG_SOC_PCNT_GROUPS "1") -set(CONFIG_SOC_PCNT_UNITS_PER_GROUP "8") -set(CONFIG_SOC_PCNT_CHANNELS_PER_UNIT "2") -set(CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT "2") set(CONFIG_SOC_RMT_GROUPS "1") -set(CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP "8") -set(CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP "8") -set(CONFIG_SOC_RMT_CHANNELS_PER_GROUP "8") -set(CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL "64") -set(CONFIG_SOC_RMT_SUPPORT_REF_TICK "y") +set(CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP "2") +set(CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP "2") +set(CONFIG_SOC_RMT_CHANNELS_PER_GROUP "4") +set(CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL "48") +set(CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG "y") +set(CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION "y") +set(CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP "y") +set(CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT "y") +set(CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO "y") +set(CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY "y") +set(CONFIG_SOC_RMT_SUPPORT_XTAL "y") set(CONFIG_SOC_RMT_SUPPORT_APB "y") -set(CONFIG_SOC_RMT_CHANNEL_CLK_INDEPENDENT "y") -set(CONFIG_SOC_RTCIO_PIN_COUNT "18") -set(CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED "y") -set(CONFIG_SOC_RTCIO_HOLD_SUPPORTED "y") -set(CONFIG_SOC_RTCIO_WAKE_SUPPORTED "y") +set(CONFIG_SOC_RMT_SUPPORT_RC_FAST "y") +set(CONFIG_SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH "128") +set(CONFIG_SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM "108") +set(CONFIG_SOC_SLEEP_SYSTIMER_STALL_WORKAROUND "y") +set(CONFIG_SOC_SLEEP_TGWDT_STOP_WORKAROUND "y") +set(CONFIG_SOC_RTCIO_PIN_COUNT "0") +set(CONFIG_SOC_MPI_MEM_BLOCKS_NUM "4") +set(CONFIG_SOC_MPI_OPERATIONS_NUM "3") +set(CONFIG_SOC_RSA_MAX_BIT_LEN "3072") +set(CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE "3968") +set(CONFIG_SOC_SHA_SUPPORT_DMA "y") +set(CONFIG_SOC_SHA_SUPPORT_RESUME "y") +set(CONFIG_SOC_SHA_GDMA "y") +set(CONFIG_SOC_SHA_SUPPORT_SHA1 "y") +set(CONFIG_SOC_SHA_SUPPORT_SHA224 "y") +set(CONFIG_SOC_SHA_SUPPORT_SHA256 "y") set(CONFIG_SOC_SDM_GROUPS "1") -set(CONFIG_SOC_SDM_CHANNELS_PER_GROUP "8") +set(CONFIG_SOC_SDM_CHANNELS_PER_GROUP "4") set(CONFIG_SOC_SDM_CLK_SUPPORT_APB "y") -set(CONFIG_SOC_SPI_HD_BOTH_INOUT_SUPPORTED "y") -set(CONFIG_SOC_SPI_AS_CS_SUPPORTED "y") -set(CONFIG_SOC_SPI_PERIPH_NUM "3") -set(CONFIG_SOC_SPI_DMA_CHAN_NUM "2") -set(CONFIG_SOC_SPI_MAX_CS_NUM "3") -set(CONFIG_SOC_SPI_SUPPORT_CLK_APB "y") +set(CONFIG_SOC_SPI_PERIPH_NUM "2") +set(CONFIG_SOC_SPI_MAX_CS_NUM "6") set(CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE "64") -set(CONFIG_SOC_SPI_MAX_PRE_DIVIDER "8192") +set(CONFIG_SOC_SPI_SUPPORT_DDRCLK "y") +set(CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS "y") +set(CONFIG_SOC_SPI_SUPPORT_CD_SIG "y") +set(CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS "y") +set(CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2 "y") +set(CONFIG_SOC_SPI_SUPPORT_CLK_APB "y") +set(CONFIG_SOC_SPI_SUPPORT_CLK_XTAL "y") +set(CONFIG_SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT "y") +set(CONFIG_SOC_SPI_SCT_SUPPORTED "y") +set(CONFIG_SOC_SPI_SCT_REG_NUM "14") +set(CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX "y") +set(CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX "0x3fffa") +set(CONFIG_SOC_MEMSPI_IS_INDEPENDENT "y") +set(CONFIG_SOC_SPI_MAX_PRE_DIVIDER "16") +set(CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE "y") +set(CONFIG_SOC_SPI_MEM_SUPPORT_WRAP "y") set(CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED "y") set(CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED "y") set(CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED "y") set(CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED "y") +set(CONFIG_SOC_SYSTIMER_COUNTER_NUM "2") +set(CONFIG_SOC_SYSTIMER_ALARM_NUM "3") +set(CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO "32") +set(CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI "20") +set(CONFIG_SOC_SYSTIMER_FIXED_DIVIDER "y") +set(CONFIG_SOC_SYSTIMER_INT_LEVEL "y") +set(CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE "y") set(CONFIG_SOC_TIMER_GROUPS "2") -set(CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP "2") -set(CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH "64") -set(CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS "4") +set(CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP "1") +set(CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH "54") +set(CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL "y") set(CONFIG_SOC_TIMER_GROUP_SUPPORT_APB "y") -set(CONFIG_SOC_TOUCH_VERSION_1 "y") -set(CONFIG_SOC_TOUCH_SENSOR_NUM "10") -set(CONFIG_SOC_TOUCH_PAD_MEASURE_WAIT_MAX "0xff") +set(CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS "2") +set(CONFIG_SOC_MWDT_SUPPORT_XTAL "y") set(CONFIG_SOC_TWAI_CONTROLLER_NUM "1") -set(CONFIG_SOC_TWAI_BRP_MIN "2") set(CONFIG_SOC_TWAI_CLK_SUPPORT_APB "y") -set(CONFIG_SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT "y") -set(CONFIG_SOC_UART_NUM "3") -set(CONFIG_SOC_UART_SUPPORT_APB_CLK "y") -set(CONFIG_SOC_UART_SUPPORT_REF_TICK "y") +set(CONFIG_SOC_TWAI_BRP_MIN "2") +set(CONFIG_SOC_TWAI_BRP_MAX "16384") +set(CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS "y") +set(CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE "y") +set(CONFIG_SOC_EFUSE_DIS_PAD_JTAG "y") +set(CONFIG_SOC_EFUSE_DIS_USB_JTAG "y") +set(CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT "y") +set(CONFIG_SOC_EFUSE_SOFT_DIS_JTAG "y") +set(CONFIG_SOC_EFUSE_DIS_ICACHE "y") +set(CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK "y") +set(CONFIG_SOC_SECURE_BOOT_V2_RSA "y") +set(CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS "3") +set(CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS "y") +set(CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY "y") +set(CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX "32") +set(CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES "y") +set(CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128 "y") +set(CONFIG_SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE "16") +set(CONFIG_SOC_MEMPROT_MEM_ALIGN_SIZE "512") +set(CONFIG_SOC_UART_NUM "2") +set(CONFIG_SOC_UART_HP_NUM "2") set(CONFIG_SOC_UART_FIFO_LEN "128") set(CONFIG_SOC_UART_BITRATE_MAX "5000000") -set(CONFIG_SOC_SPIRAM_SUPPORTED "y") -set(CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE "y") -set(CONFIG_SOC_SHA_SUPPORT_PARALLEL_ENG "y") -set(CONFIG_SOC_SHA_SUPPORT_SHA1 "y") -set(CONFIG_SOC_SHA_SUPPORT_SHA256 "y") -set(CONFIG_SOC_SHA_SUPPORT_SHA384 "y") -set(CONFIG_SOC_SHA_SUPPORT_SHA512 "y") -set(CONFIG_SOC_RSA_MAX_BIT_LEN "4096") -set(CONFIG_SOC_AES_SUPPORT_AES_128 "y") -set(CONFIG_SOC_AES_SUPPORT_AES_192 "y") -set(CONFIG_SOC_AES_SUPPORT_AES_256 "y") -set(CONFIG_SOC_SECURE_BOOT_V1 "y") -set(CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS "y") -set(CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX "32") +set(CONFIG_SOC_UART_SUPPORT_APB_CLK "y") +set(CONFIG_SOC_UART_SUPPORT_RTC_CLK "y") +set(CONFIG_SOC_UART_SUPPORT_XTAL_CLK "y") +set(CONFIG_SOC_UART_SUPPORT_WAKEUP_INT "y") +set(CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND "y") +set(CONFIG_SOC_COEX_HW_PTI "y") set(CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE "21") -set(CONFIG_SOC_PM_SUPPORT_EXT0_WAKEUP "y") -set(CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP "y") -set(CONFIG_SOC_PM_SUPPORT_EXT_WAKEUP "y") -set(CONFIG_SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP "y") -set(CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD "y") -set(CONFIG_SOC_PM_SUPPORT_RTC_FAST_MEM_PD "y") -set(CONFIG_SOC_PM_SUPPORT_RTC_SLOW_MEM_PD "y") +set(CONFIG_SOC_MAC_BB_PD_MEM_SIZE "192") +set(CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH "12") +set(CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP "y") +set(CONFIG_SOC_PM_SUPPORT_BT_WAKEUP "y") +set(CONFIG_SOC_PM_SUPPORT_CPU_PD "y") +set(CONFIG_SOC_PM_SUPPORT_WIFI_PD "y") +set(CONFIG_SOC_PM_SUPPORT_BT_PD "y") set(CONFIG_SOC_PM_SUPPORT_RC_FAST_PD "y") set(CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD "y") -set(CONFIG_SOC_PM_SUPPORT_MODEM_PD "y") -set(CONFIG_SOC_CONFIGURABLE_VDDSDIO_SUPPORTED "y") -set(CONFIG_SOC_CLK_APLL_SUPPORTED "y") -set(CONFIG_SOC_APLL_MULTIPLIER_OUT_MIN_HZ "350000000") -set(CONFIG_SOC_APLL_MULTIPLIER_OUT_MAX_HZ "500000000") -set(CONFIG_SOC_APLL_MIN_HZ "5303031") -set(CONFIG_SOC_APLL_MAX_HZ "125000000") +set(CONFIG_SOC_PM_SUPPORT_MAC_BB_PD "y") +set(CONFIG_SOC_PM_CPU_RETENTION_BY_RTCCNTL "y") +set(CONFIG_SOC_PM_MODEM_RETENTION_BY_BACKUPDMA "y") +set(CONFIG_SOC_PM_MODEM_PD_BY_SW "y") set(CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED "y") set(CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256 "y") set(CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION "y") set(CONFIG_SOC_CLK_XTAL32K_SUPPORTED "y") -set(CONFIG_SOC_SDMMC_USE_IOMUX "y") -set(CONFIG_SOC_SDMMC_NUM_SLOTS "2") +set(CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC "y") +set(CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL "y") +set(CONFIG_SOC_WIFI_HW_TSF "y") +set(CONFIG_SOC_WIFI_FTM_SUPPORT "y") +set(CONFIG_SOC_WIFI_GCMP_SUPPORT "y") set(CONFIG_SOC_WIFI_WAPI_SUPPORT "y") set(CONFIG_SOC_WIFI_CSI_SUPPORT "y") set(CONFIG_SOC_WIFI_MESH_SUPPORT "y") set(CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW "y") -set(CONFIG_SOC_WIFI_NAN_SUPPORT "y") +set(CONFIG_SOC_WIFI_PHY_NEEDS_USB_WORKAROUND "y") set(CONFIG_SOC_BLE_SUPPORTED "y") set(CONFIG_SOC_BLE_MESH_SUPPORTED "y") -set(CONFIG_SOC_BT_CLASSIC_SUPPORTED "y") +set(CONFIG_SOC_BLE_50_SUPPORTED "y") +set(CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED "y") set(CONFIG_SOC_BLUFI_SUPPORTED "y") -set(CONFIG_SOC_ULP_HAS_ADC "y") set(CONFIG_SOC_PHY_COMBO_MODULE "y") set(CONFIG_IDF_CMAKE "y") -set(CONFIG_IDF_TARGET_ARCH_XTENSA "y") -set(CONFIG_IDF_TARGET_ARCH "xtensa") -set(CONFIG_IDF_TARGET "esp32") -set(CONFIG_IDF_TARGET_ESP32 "y") -set(CONFIG_IDF_FIRMWARE_CHIP_ID "0x0") +set(CONFIG_IDF_TOOLCHAIN "gcc") +set(CONFIG_IDF_TOOLCHAIN_GCC "y") +set(CONFIG_IDF_TARGET_ARCH_RISCV "y") +set(CONFIG_IDF_TARGET_ARCH "riscv") +set(CONFIG_IDF_TARGET "esp32c3") +set(CONFIG_IDF_INIT_VERSION "5.4.0") +set(CONFIG_IDF_TARGET_ESP32C3 "y") +set(CONFIG_IDF_FIRMWARE_CHIP_ID "0x5") set(CONFIG_APP_BUILD_TYPE_APP_2NDBOOT "y") set(CONFIG_APP_BUILD_TYPE_RAM "") set(CONFIG_APP_BUILD_GENERATE_BINARIES "y") @@ -225,9 +297,9 @@ set(CONFIG_APP_BUILD_BOOTLOADER "y") set(CONFIG_APP_BUILD_USE_FLASH_SECTIONS "y") set(CONFIG_APP_REPRODUCIBLE_BUILD "") set(CONFIG_APP_NO_BLOBS "") -set(CONFIG_APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS "") -set(CONFIG_APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS "") -set(CONFIG_BOOTLOADER_OFFSET_IN_FLASH "0x1000") +set(CONFIG_BOOTLOADER_COMPILE_TIME_DATE "y") +set(CONFIG_BOOTLOADER_PROJECT_VER "1") +set(CONFIG_BOOTLOADER_OFFSET_IN_FLASH "0x0") set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE "y") set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG "") set(CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF "") @@ -239,8 +311,10 @@ set(CONFIG_BOOTLOADER_LOG_LEVEL_INFO "y") set(CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG "") set(CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE "") set(CONFIG_BOOTLOADER_LOG_LEVEL "3") -set(CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_8V "") -set(CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V "y") +set(CONFIG_BOOTLOADER_LOG_COLORS "") +set(CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS "y") +set(CONFIG_BOOTLOADER_FLASH_DC_AWARE "") +set(CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT "y") set(CONFIG_BOOTLOADER_FACTORY_RESET "") set(CONFIG_BOOTLOADER_APP_TEST "") set(CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE "y") @@ -253,23 +327,44 @@ set(CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON "") set(CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS "") set(CONFIG_BOOTLOADER_RESERVE_RTC_SIZE "0x0") set(CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC "") -set(CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT "y") -set(CONFIG_SECURE_BOOT_V1_SUPPORTED "y") +set(CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED "y") +set(CONFIG_SECURE_BOOT_V2_PREFERRED "y") set(CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT "") set(CONFIG_SECURE_BOOT "") set(CONFIG_SECURE_FLASH_ENC_ENABLED "") +set(CONFIG_SECURE_ROM_DL_MODE_ENABLED "y") set(CONFIG_APP_COMPILE_TIME_DATE "y") set(CONFIG_APP_EXCLUDE_PROJECT_VER_VAR "") set(CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR "") set(CONFIG_APP_PROJECT_VER_FROM_CONFIG "") -set(CONFIG_APP_RETRIEVE_LEN_ELF_SHA "16") +set(CONFIG_APP_RETRIEVE_LEN_ELF_SHA "9") set(CONFIG_ESP_ROM_HAS_CRC_LE "y") set(CONFIG_ESP_ROM_HAS_CRC_BE "y") set(CONFIG_ESP_ROM_HAS_MZ_CRC32 "y") set(CONFIG_ESP_ROM_HAS_JPEG_DECODE "y") -set(CONFIG_ESP_ROM_HAS_UART_BUF_SWITCH "y") +set(CONFIG_ESP_ROM_UART_CLK_IS_XTAL "y") +set(CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM "3") +set(CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING "y") +set(CONFIG_ESP_ROM_HAS_ERASE_0_REGION_BUG "y") +set(CONFIG_ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV "y") +set(CONFIG_ESP_ROM_GET_CLK_FREQ "y") set(CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND "y") +set(CONFIG_ESP_ROM_HAS_LAYOUT_TABLE "y") +set(CONFIG_ESP_ROM_HAS_SPI_FLASH "y") +set(CONFIG_ESP_ROM_HAS_ETS_PRINTF_BUG "y") +set(CONFIG_ESP_ROM_HAS_NEWLIB "y") set(CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT "y") +set(CONFIG_ESP_ROM_HAS_NEWLIB_32BIT_TIME "y") +set(CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE "y") +set(CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT "y") +set(CONFIG_ESP_ROM_HAS_SW_FLOAT "y") +set(CONFIG_ESP_ROM_USB_OTG_NUM "-1") +set(CONFIG_ESP_ROM_HAS_VERSION "y") +set(CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB "y") +set(CONFIG_BOOT_ROM_LOG_ALWAYS_ON "y") +set(CONFIG_BOOT_ROM_LOG_ALWAYS_OFF "") +set(CONFIG_BOOT_ROM_LOG_ON_GPIO_HIGH "") +set(CONFIG_BOOT_ROM_LOG_ON_GPIO_LOW "") set(CONFIG_ESPTOOLPY_NO_STUB "") set(CONFIG_ESPTOOLPY_FLASHMODE_QIO "") set(CONFIG_ESPTOOLPY_FLASHMODE_QOUT "") @@ -277,11 +372,11 @@ set(CONFIG_ESPTOOLPY_FLASHMODE_DIO "y") set(CONFIG_ESPTOOLPY_FLASHMODE_DOUT "") set(CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR "y") set(CONFIG_ESPTOOLPY_FLASHMODE "dio") -set(CONFIG_ESPTOOLPY_FLASHFREQ_80M "") -set(CONFIG_ESPTOOLPY_FLASHFREQ_40M "y") +set(CONFIG_ESPTOOLPY_FLASHFREQ_80M "y") +set(CONFIG_ESPTOOLPY_FLASHFREQ_40M "") set(CONFIG_ESPTOOLPY_FLASHFREQ_26M "") set(CONFIG_ESPTOOLPY_FLASHFREQ_20M "") -set(CONFIG_ESPTOOLPY_FLASHFREQ "40m") +set(CONFIG_ESPTOOLPY_FLASHFREQ "80m") set(CONFIG_ESPTOOLPY_FLASHSIZE_1MB "") set(CONFIG_ESPTOOLPY_FLASHSIZE_2MB "y") set(CONFIG_ESPTOOLPY_FLASHSIZE_4MB "") @@ -302,26 +397,28 @@ set(CONFIG_ESPTOOLPY_MONITOR_BAUD "115200") set(CONFIG_PARTITION_TABLE_SINGLE_APP "y") set(CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE "") set(CONFIG_PARTITION_TABLE_TWO_OTA "") +set(CONFIG_PARTITION_TABLE_TWO_OTA_LARGE "") set(CONFIG_PARTITION_TABLE_CUSTOM "") set(CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv") set(CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv") set(CONFIG_PARTITION_TABLE_OFFSET "0x8000") set(CONFIG_PARTITION_TABLE_MD5 "y") set(CONFIG_ENV_GPIO_RANGE_MIN "0") -set(CONFIG_ENV_GPIO_RANGE_MAX "39") -set(CONFIG_ENV_GPIO_IN_RANGE_MAX "39") -set(CONFIG_ENV_GPIO_OUT_RANGE_MAX "33") -set(CONFIG_BLINK_LED_GPIO "y") -set(CONFIG_BLINK_LED_RMT "") -set(CONFIG_BLINK_GPIO "5") +set(CONFIG_ENV_GPIO_RANGE_MAX "19") +set(CONFIG_ENV_GPIO_IN_RANGE_MAX "19") +set(CONFIG_ENV_GPIO_OUT_RANGE_MAX "19") +set(CONFIG_BLINK_LED_GPIO "") +set(CONFIG_BLINK_LED_RMT "y") +set(CONFIG_BLINK_GPIO "8") set(CONFIG_BLINK_PERIOD "1000") -set(CONFIG_COMPILER_OPTIMIZATION_DEFAULT "y") +set(CONFIG_COMPILER_OPTIMIZATION_DEBUG "y") set(CONFIG_COMPILER_OPTIMIZATION_SIZE "") set(CONFIG_COMPILER_OPTIMIZATION_PERF "") set(CONFIG_COMPILER_OPTIMIZATION_NONE "") set(CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE "y") set(CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT "") set(CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE "") +set(CONFIG_COMPILER_ASSERT_NDEBUG_EVALUATE "y") set(CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB "y") set(CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL "2") set(CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT "") @@ -332,92 +429,82 @@ set(CONFIG_COMPILER_STACK_CHECK_MODE_NONE "y") set(CONFIG_COMPILER_STACK_CHECK_MODE_NORM "") set(CONFIG_COMPILER_STACK_CHECK_MODE_STRONG "") set(CONFIG_COMPILER_STACK_CHECK_MODE_ALL "") +set(CONFIG_COMPILER_NO_MERGE_CONSTANTS "") set(CONFIG_COMPILER_WARN_WRITE_STRINGS "") +set(CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS "") +set(CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS "y") set(CONFIG_COMPILER_DISABLE_GCC12_WARNINGS "") +set(CONFIG_COMPILER_DISABLE_GCC13_WARNINGS "") +set(CONFIG_COMPILER_DISABLE_GCC14_WARNINGS "") set(CONFIG_COMPILER_DUMP_RTL_FILES "") +set(CONFIG_COMPILER_RT_LIB_GCCLIB "y") +set(CONFIG_COMPILER_RT_LIB_NAME "gcc") +set(CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING "y") +set(CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE "") +set(CONFIG_COMPILER_STATIC_ANALYZER "") set(CONFIG_APPTRACE_DEST_JTAG "") set(CONFIG_APPTRACE_DEST_NONE "y") set(CONFIG_APPTRACE_DEST_UART1 "") -set(CONFIG_APPTRACE_DEST_UART2 "") +set(CONFIG_APPTRACE_DEST_USB_CDC "") set(CONFIG_APPTRACE_DEST_UART_NONE "y") set(CONFIG_APPTRACE_UART_TASK_PRIO "1") set(CONFIG_APPTRACE_LOCK_ENABLE "y") set(CONFIG_BT_ENABLED "") -set(CONFIG_ADC_DISABLE_DAC "y") -set(CONFIG_ADC_SUPPRESS_DEPRECATE_WARN "") -set(CONFIG_ADC_CAL_EFUSE_TP_ENABLE "y") -set(CONFIG_ADC_CAL_EFUSE_VREF_ENABLE "y") -set(CONFIG_ADC_CAL_LUT_ENABLE "y") -set(CONFIG_ADC_CALI_SUPPRESS_DEPRECATE_WARN "") -set(CONFIG_SPI_MASTER_IN_IRAM "") -set(CONFIG_SPI_MASTER_ISR_IN_IRAM "y") -set(CONFIG_SPI_SLAVE_IN_IRAM "") -set(CONFIG_SPI_SLAVE_ISR_IN_IRAM "y") +set(CONFIG_BT_ALARM_MAX_NUM "50") +set(CONFIG_CONSOLE_SORTED_HELP "") set(CONFIG_TWAI_ISR_IN_IRAM "") -set(CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC "y") -set(CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST "y") -set(CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID "y") -set(CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT "y") set(CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM "y") -set(CONFIG_UART_ISR_IN_IRAM "") -set(CONFIG_GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL "") -set(CONFIG_GPIO_CTRL_FUNC_IN_IRAM "") -set(CONFIG_SDM_CTRL_FUNC_IN_IRAM "") -set(CONFIG_SDM_SUPPRESS_DEPRECATE_WARN "") -set(CONFIG_SDM_ENABLE_DEBUG_LOG "") -set(CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM "y") -set(CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM "") -set(CONFIG_GPTIMER_ISR_IRAM_SAFE "") +set(CONFIG_ADC_SUPPRESS_DEPRECATE_WARN "") +set(CONFIG_ADC_CALI_SUPPRESS_DEPRECATE_WARN "") set(CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN "") -set(CONFIG_GPTIMER_ENABLE_DEBUG_LOG "") -set(CONFIG_PCNT_CTRL_FUNC_IN_IRAM "") -set(CONFIG_PCNT_ISR_IRAM_SAFE "") -set(CONFIG_PCNT_SUPPRESS_DEPRECATE_WARN "") -set(CONFIG_PCNT_ENABLE_DEBUG_LOG "") -set(CONFIG_RMT_ISR_IRAM_SAFE "") set(CONFIG_RMT_SUPPRESS_DEPRECATE_WARN "") -set(CONFIG_RMT_ENABLE_DEBUG_LOG "") -set(CONFIG_MCPWM_ISR_IRAM_SAFE "") -set(CONFIG_MCPWM_CTRL_FUNC_IN_IRAM "") -set(CONFIG_MCPWM_SUPPRESS_DEPRECATE_WARN "") -set(CONFIG_MCPWM_ENABLE_DEBUG_LOG "") -set(CONFIG_I2S_ISR_IRAM_SAFE "") set(CONFIG_I2S_SUPPRESS_DEPRECATE_WARN "") -set(CONFIG_I2S_ENABLE_DEBUG_LOG "") -set(CONFIG_DAC_CTRL_FUNC_IN_IRAM "") -set(CONFIG_DAC_ISR_IRAM_SAFE "") -set(CONFIG_DAC_SUPPRESS_DEPRECATE_WARN "") -set(CONFIG_DAC_ENABLE_DEBUG_LOG "") -set(CONFIG_DAC_DMA_AUTO_16BIT_ALIGN "y") +set(CONFIG_SDM_SUPPRESS_DEPRECATE_WARN "") +set(CONFIG_TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN "") set(CONFIG_EFUSE_CUSTOM_TABLE "") set(CONFIG_EFUSE_VIRTUAL "") -set(CONFIG_EFUSE_CODE_SCHEME_COMPAT_NONE "") -set(CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4 "y") -set(CONFIG_EFUSE_CODE_SCHEME_COMPAT_REPEAT "") -set(CONFIG_EFUSE_MAX_BLK_LEN "192") +set(CONFIG_EFUSE_MAX_BLK_LEN "256") set(CONFIG_ESP_TLS_USING_MBEDTLS "y") -set(CONFIG_ESP_TLS_USE_SECURE_ELEMENT "") +set(CONFIG_ESP_TLS_USE_DS_PERIPHERAL "y") set(CONFIG_ESP_TLS_CLIENT_SESSION_TICKETS "") -set(CONFIG_ESP_TLS_SERVER "") +set(CONFIG_ESP_TLS_SERVER_SESSION_TICKETS "") +set(CONFIG_ESP_TLS_SERVER_CERT_SELECT_HOOK "") +set(CONFIG_ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL "") set(CONFIG_ESP_TLS_PSK_VERIFICATION "") set(CONFIG_ESP_TLS_INSECURE "") set(CONFIG_ADC_ONESHOT_CTRL_FUNC_IN_IRAM "") set(CONFIG_ADC_CONTINUOUS_ISR_IRAM_SAFE "") -set(CONFIG_ADC_CALI_EFUSE_TP_ENABLE "y") -set(CONFIG_ADC_CALI_EFUSE_VREF_ENABLE "y") -set(CONFIG_ADC_CALI_LUT_ENABLE "y") -set(CONFIG_ADC_DISABLE_DAC_OUTPUT "y") +set(CONFIG_ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3 "") +set(CONFIG_ADC_ONESHOT_FORCE_USE_ADC2_ON_C3 "") +set(CONFIG_ADC_ENABLE_DEBUG_LOG "") +set(CONFIG_ESP_COEX_ENABLED "y") +set(CONFIG_ESP_COEX_EXTERNAL_COEXIST_ENABLE "") +set(CONFIG_ESP_COEX_GPIO_DEBUG "") set(CONFIG_ESP_ERR_TO_NAME_LOOKUP "y") +set(CONFIG_GPIO_CTRL_FUNC_IN_IRAM "") +set(CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM "y") +set(CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM "") +set(CONFIG_GPTIMER_ISR_IRAM_SAFE "") +set(CONFIG_GPTIMER_ENABLE_DEBUG_LOG "") +set(CONFIG_I2C_ISR_IRAM_SAFE "") +set(CONFIG_I2C_ENABLE_DEBUG_LOG "") +set(CONFIG_I2C_ENABLE_SLAVE_DRIVER_VERSION_2 "") +set(CONFIG_I2S_ISR_IRAM_SAFE "") +set(CONFIG_I2S_ENABLE_DEBUG_LOG "") +set(CONFIG_LEDC_CTRL_FUNC_IN_IRAM "") +set(CONFIG_RMT_ISR_IRAM_SAFE "") +set(CONFIG_RMT_RECV_FUNC_IN_IRAM "") +set(CONFIG_RMT_ENABLE_DEBUG_LOG "") +set(CONFIG_SDM_CTRL_FUNC_IN_IRAM "") +set(CONFIG_SDM_ENABLE_DEBUG_LOG "") +set(CONFIG_SPI_MASTER_IN_IRAM "") +set(CONFIG_SPI_MASTER_ISR_IN_IRAM "y") +set(CONFIG_SPI_SLAVE_IN_IRAM "") +set(CONFIG_SPI_SLAVE_ISR_IN_IRAM "y") +set(CONFIG_TEMP_SENSOR_ENABLE_DEBUG_LOG "") +set(CONFIG_UART_ISR_IN_IRAM "") +set(CONFIG_USJ_ENABLE_USB_SERIAL_JTAG "y") set(CONFIG_ETH_ENABLED "y") -set(CONFIG_ETH_USE_ESP32_EMAC "y") -set(CONFIG_ETH_PHY_INTERFACE_RMII "y") -set(CONFIG_ETH_RMII_CLK_INPUT "y") -set(CONFIG_ETH_RMII_CLK_OUTPUT "") -set(CONFIG_ETH_RMII_CLK_IN_GPIO "0") -set(CONFIG_ETH_DMA_BUFFER_SIZE "512") -set(CONFIG_ETH_DMA_RX_BUFFER_NUM "10") -set(CONFIG_ETH_DMA_TX_BUFFER_NUM "10") -set(CONFIG_ETH_IRAM_OPTIMIZATION "") set(CONFIG_ETH_USE_SPI_ETHERNET "y") set(CONFIG_ETH_SPI_ETHERNET_DM9051 "") set(CONFIG_ETH_SPI_ETHERNET_W5500 "") @@ -427,9 +514,15 @@ set(CONFIG_ETH_TRANSMIT_MUTEX "") set(CONFIG_ESP_EVENT_LOOP_PROFILING "") set(CONFIG_ESP_EVENT_POST_FROM_ISR "y") set(CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR "y") +set(CONFIG_ESP_GDBSTUB_ENABLED "y") +set(CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME "") +set(CONFIG_ESP_GDBSTUB_SUPPORT_TASKS "y") +set(CONFIG_ESP_GDBSTUB_MAX_TASKS "32") set(CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS "y") set(CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH "") set(CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH "") +set(CONFIG_ESP_HTTP_CLIENT_ENABLE_CUSTOM_TRANSPORT "") +set(CONFIG_ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT "2000") set(CONFIG_HTTPD_MAX_REQ_HDR_LEN "512") set(CONFIG_HTTPD_MAX_URI_LEN "512") set(CONFIG_HTTPD_ERR_RESP_NO_DELAY "y") @@ -437,35 +530,41 @@ set(CONFIG_HTTPD_PURGE_BUF_LEN "32") set(CONFIG_HTTPD_LOG_PURGE_DATA "") set(CONFIG_HTTPD_WS_SUPPORT "") set(CONFIG_HTTPD_QUEUE_WORK_BLOCKING "") +set(CONFIG_HTTPD_SERVER_EVENT_POST_TIMEOUT "2000") set(CONFIG_ESP_HTTPS_OTA_DECRYPT_CB "") set(CONFIG_ESP_HTTPS_OTA_ALLOW_HTTP "") +set(CONFIG_ESP_HTTPS_OTA_EVENT_POST_TIMEOUT "2000") set(CONFIG_ESP_HTTPS_SERVER_ENABLE "") -set(CONFIG_ESP32_REV_MIN_0 "y") -set(CONFIG_ESP32_REV_MIN_1 "") -set(CONFIG_ESP32_REV_MIN_1_1 "") -set(CONFIG_ESP32_REV_MIN_2 "") -set(CONFIG_ESP32_REV_MIN_3 "") -set(CONFIG_ESP32_REV_MIN_3_1 "") -set(CONFIG_ESP32_REV_MIN "0") -set(CONFIG_ESP32_REV_MIN_FULL "0") -set(CONFIG_ESP_REV_MIN_FULL "0") -set(CONFIG_ESP32_REV_MAX_FULL "399") -set(CONFIG_ESP_REV_MAX_FULL "399") +set(CONFIG_ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT "2000") +set(CONFIG_ESP32C3_REV_MIN_0 "") +set(CONFIG_ESP32C3_REV_MIN_1 "") +set(CONFIG_ESP32C3_REV_MIN_2 "") +set(CONFIG_ESP32C3_REV_MIN_3 "y") +set(CONFIG_ESP32C3_REV_MIN_4 "") +set(CONFIG_ESP32C3_REV_MIN_101 "") +set(CONFIG_ESP32C3_REV_MIN_FULL "3") +set(CONFIG_ESP_REV_MIN_FULL "3") +set(CONFIG_ESP32C3_REV_MAX_FULL "199") +set(CONFIG_ESP_REV_MAX_FULL "199") +set(CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL "0") +set(CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL "199") set(CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA "y") set(CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP "y") set(CONFIG_ESP_MAC_ADDR_UNIVERSE_BT "y") set(CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH "y") set(CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR "y") -set(CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO "") -set(CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR "y") -set(CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES "4") -set(CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR "") +set(CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES "4") +set(CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO "") +set(CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR "y") +set(CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES "4") +set(CONFIG_ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC "") set(CONFIG_ESP_SLEEP_POWER_DOWN_FLASH "") set(CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND "y") set(CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU "") -set(CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND "y") -set(CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND "") -set(CONFIG_ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY "2000") +set(CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND "y") +set(CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY "0") +set(CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION "") +set(CONFIG_ESP_SLEEP_DEBUG "") set(CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS "y") set(CONFIG_RTC_CLK_SRC_INT_RC "y") set(CONFIG_RTC_CLK_SRC_EXT_CRYS "") @@ -473,89 +572,96 @@ set(CONFIG_RTC_CLK_SRC_EXT_OSC "") set(CONFIG_RTC_CLK_SRC_INT_8MD256 "") set(CONFIG_RTC_CLK_CAL_CYCLES "1024") set(CONFIG_PERIPH_CTRL_FUNC_IN_IRAM "y") -set(CONFIG_XTAL_FREQ_26 "") +set(CONFIG_GDMA_CTRL_FUNC_IN_IRAM "y") +set(CONFIG_GDMA_ISR_IRAM_SAFE "") +set(CONFIG_GDMA_ENABLE_DEBUG_LOG "") set(CONFIG_XTAL_FREQ_40 "y") -set(CONFIG_XTAL_FREQ_AUTO "") set(CONFIG_XTAL_FREQ "40") -set(CONFIG_LCD_PANEL_IO_FORMAT_BUF_SIZE "32") +set(CONFIG_ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM "y") set(CONFIG_LCD_ENABLE_DEBUG_LOG "") set(CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL "120") +set(CONFIG_ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION "") set(CONFIG_ESP_NETIF_TCPIP_LWIP "y") set(CONFIG_ESP_NETIF_LOOPBACK "") set(CONFIG_ESP_NETIF_USES_TCPIP_WITH_BSD_API "y") +set(CONFIG_ESP_NETIF_REPORT_DATA_TRAFFIC "y") set(CONFIG_ESP_NETIF_RECEIVE_REPORT_ERRORS "") set(CONFIG_ESP_NETIF_L2_TAP "") set(CONFIG_ESP_NETIF_BRIDGE_EN "") +set(CONFIG_ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF "") +set(CONFIG_ESP_PHY_ENABLED "y") set(CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE "y") set(CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION "") set(CONFIG_ESP_PHY_MAX_WIFI_TX_POWER "20") set(CONFIG_ESP_PHY_MAX_TX_POWER "20") set(CONFIG_ESP_PHY_REDUCE_TX_POWER "") +set(CONFIG_ESP_PHY_ENABLE_USB "y") +set(CONFIG_ESP_PHY_ENABLE_CERT_TEST "") set(CONFIG_ESP_PHY_RF_CAL_PARTIAL "y") set(CONFIG_ESP_PHY_RF_CAL_NONE "") set(CONFIG_ESP_PHY_RF_CAL_FULL "") set(CONFIG_ESP_PHY_CALIBRATION_MODE "0") +set(CONFIG_ESP_PHY_PLL_TRACK_DEBUG "") +set(CONFIG_ESP_PHY_RECORD_USED_TIME "") set(CONFIG_PM_ENABLE "") -set(CONFIG_SPIRAM "") +set(CONFIG_PM_SLP_IRAM_OPT "") +set(CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP "y") set(CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH "") set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80 "") set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 "y") -set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240 "") set(CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ "160") -set(CONFIG_ESP32_USE_FIXED_STATIC_RAM_SIZE "") -set(CONFIG_ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM "") -set(CONFIG_ESP32_TRAX "") -set(CONFIG_ESP32_TRACEMEM_RESERVE_DRAM "0x0") set(CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT "") set(CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT "y") set(CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT "") set(CONFIG_ESP_SYSTEM_PANIC_GDBSTUB "") -set(CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME "") set(CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS "0") +set(CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE "y") +set(CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK "y") +set(CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP "y") +set(CONFIG_ESP_SYSTEM_USE_EH_FRAME "") +set(CONFIG_ESP_SYSTEM_MEMPROT_FEATURE "y") +set(CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK "y") set(CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE "32") set(CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE "2304") set(CONFIG_ESP_MAIN_TASK_STACK_SIZE "3584") set(CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0 "y") -set(CONFIG_ESP_MAIN_TASK_AFFINITY_CPU1 "") set(CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY "") set(CONFIG_ESP_MAIN_TASK_AFFINITY "0x0") set(CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE "2048") set(CONFIG_ESP_CONSOLE_UART_DEFAULT "y") +set(CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG "") set(CONFIG_ESP_CONSOLE_UART_CUSTOM "") set(CONFIG_ESP_CONSOLE_NONE "") +set(CONFIG_ESP_CONSOLE_SECONDARY_NONE "") +set(CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG "y") +set(CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED "y") set(CONFIG_ESP_CONSOLE_UART "y") -set(CONFIG_ESP_CONSOLE_MULTIPLE_UART "y") set(CONFIG_ESP_CONSOLE_UART_NUM "0") +set(CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM "0") set(CONFIG_ESP_CONSOLE_UART_BAUDRATE "115200") set(CONFIG_ESP_INT_WDT "y") set(CONFIG_ESP_INT_WDT_TIMEOUT_MS "300") -set(CONFIG_ESP_INT_WDT_CHECK_CPU1 "y") set(CONFIG_ESP_TASK_WDT_EN "y") set(CONFIG_ESP_TASK_WDT_INIT "y") set(CONFIG_ESP_TASK_WDT_PANIC "") set(CONFIG_ESP_TASK_WDT_TIMEOUT_S "5") set(CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 "y") -set(CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 "y") set(CONFIG_ESP_PANIC_HANDLER_IRAM "") set(CONFIG_ESP_DEBUG_STUBS_ENABLE "") set(CONFIG_ESP_DEBUG_OCDAWARE "y") -set(CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_5 "") set(CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4 "y") set(CONFIG_ESP_BROWNOUT_DET "y") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0 "y") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_1 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 "y") set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 "") -set(CONFIG_ESP_BROWNOUT_DET_LVL "0") -set(CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2 "") +set(CONFIG_ESP_BROWNOUT_DET_LVL "7") set(CONFIG_ESP_SYSTEM_BROWNOUT_INTR "y") +set(CONFIG_ESP_SYSTEM_HW_STACK_GUARD "y") +set(CONFIG_ESP_SYSTEM_HW_PC_RECORD "y") set(CONFIG_ESP_IPC_TASK_STACK_SIZE "1024") -set(CONFIG_ESP_IPC_USES_CALLERS_PRIORITY "y") -set(CONFIG_ESP_IPC_ISR_ENABLE "y") set(CONFIG_ESP_TIMER_PROFILING "") set(CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER "y") set(CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER "y") @@ -564,10 +670,9 @@ set(CONFIG_ESP_TIMER_INTERRUPT_LEVEL "1") set(CONFIG_ESP_TIMER_SHOW_EXPERIMENTAL "") set(CONFIG_ESP_TIMER_TASK_AFFINITY "0x0") set(CONFIG_ESP_TIMER_TASK_AFFINITY_CPU0 "y") -set(CONFIG_ESP_TIMER_ISR_AFFINITY "0x1") set(CONFIG_ESP_TIMER_ISR_AFFINITY_CPU0 "y") set(CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD "") -set(CONFIG_ESP_TIMER_IMPL_TG0_LAC "y") +set(CONFIG_ESP_TIMER_IMPL_SYSTIMER "y") set(CONFIG_ESP_WIFI_ENABLED "y") set(CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM "10") set(CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM "32") @@ -585,8 +690,6 @@ set(CONFIG_ESP_WIFI_TX_BA_WIN "6") set(CONFIG_ESP_WIFI_AMPDU_RX_ENABLED "y") set(CONFIG_ESP_WIFI_RX_BA_WIN "6") set(CONFIG_ESP_WIFI_NVS_ENABLED "y") -set(CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_0 "y") -set(CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_1 "") set(CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN "752") set(CONFIG_ESP_WIFI_MGMT_SBUF_NUM "32") set(CONFIG_ESP_WIFI_IRAM_OPT "y") @@ -597,15 +700,20 @@ set(CONFIG_ESP_WIFI_ENABLE_SAE_PK "y") set(CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT "y") set(CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA "y") set(CONFIG_ESP_WIFI_SLP_IRAM_OPT "") +set(CONFIG_ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME "50") +set(CONFIG_ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME "10") +set(CONFIG_ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME "15") +set(CONFIG_ESP_WIFI_FTM_ENABLE "") set(CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE "y") -set(CONFIG_ESP_WIFI_GMAC_SUPPORT "") +set(CONFIG_ESP_WIFI_GCMP_SUPPORT "") +set(CONFIG_ESP_WIFI_GMAC_SUPPORT "y") set(CONFIG_ESP_WIFI_SOFTAP_SUPPORT "y") set(CONFIG_ESP_WIFI_SLP_BEACON_LOST_OPT "") set(CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM "7") -set(CONFIG_ESP_WIFI_NAN_ENABLE "") set(CONFIG_ESP_WIFI_MBEDTLS_CRYPTO "y") set(CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT "y") set(CONFIG_ESP_WIFI_WAPI_PSK "") +set(CONFIG_ESP_WIFI_SUITE_B_192 "") set(CONFIG_ESP_WIFI_11KV_SUPPORT "") set(CONFIG_ESP_WIFI_MBO_SUPPORT "") set(CONFIG_ESP_WIFI_DPP_SUPPORT "") @@ -616,6 +724,7 @@ set(CONFIG_ESP_WIFI_WPS_PASSPHRASE "") set(CONFIG_ESP_WIFI_DEBUG_PRINT "") set(CONFIG_ESP_WIFI_TESTING_OPTIONS "") set(CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT "y") +set(CONFIG_ESP_WIFI_ENT_FREE_DYNAMIC_BUFFER "") set(CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH "") set(CONFIG_ESP_COREDUMP_ENABLE_TO_UART "") set(CONFIG_ESP_COREDUMP_ENABLE_TO_NONE "y") @@ -652,10 +761,17 @@ set(CONFIG_FATFS_FS_LOCK "0") set(CONFIG_FATFS_TIMEOUT_MS "10000") set(CONFIG_FATFS_PER_FILE_CACHE "y") set(CONFIG_FATFS_USE_FASTSEEK "") +set(CONFIG_FATFS_USE_STRFUNC_NONE "y") +set(CONFIG_FATFS_USE_STRFUNC_WITHOUT_CRLF_CONV "") +set(CONFIG_FATFS_USE_STRFUNC_WITH_CRLF_CONV "") set(CONFIG_FATFS_VFS_FSTAT_BLKSIZE "0") +set(CONFIG_FATFS_IMMEDIATE_FSYNC "") +set(CONFIG_FATFS_USE_LABEL "") +set(CONFIG_FATFS_LINK_LOCK "y") set(CONFIG_FREERTOS_SMP "") -set(CONFIG_FREERTOS_UNICORE "") +set(CONFIG_FREERTOS_UNICORE "y") set(CONFIG_FREERTOS_HZ "100") +set(CONFIG_FREERTOS_OPTIMIZED_SCHEDULER "y") set(CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE "") set(CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL "") set(CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY "y") @@ -665,32 +781,41 @@ set(CONFIG_FREERTOS_USE_IDLE_HOOK "") set(CONFIG_FREERTOS_USE_TICK_HOOK "") set(CONFIG_FREERTOS_MAX_TASK_NAME_LEN "16") set(CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY "") +set(CONFIG_FREERTOS_USE_TIMERS "y") +set(CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME "Tmr Svc") +set(CONFIG_FREERTOS_TIMER_TASK_AFFINITY_CPU0 "") +set(CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY "y") +set(CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY "0x7fffffff") set(CONFIG_FREERTOS_TIMER_TASK_PRIORITY "1") set(CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH "2048") set(CONFIG_FREERTOS_TIMER_QUEUE_LENGTH "10") set(CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE "0") set(CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES "1") set(CONFIG_FREERTOS_USE_TRACE_FACILITY "") +set(CONFIG_FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES "") set(CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS "") +set(CONFIG_FREERTOS_USE_APPLICATION_TASK_TAG "") set(CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER "y") set(CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK "") set(CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS "y") +set(CONFIG_FREERTOS_TASK_PRE_DELETION_HOOK "") set(CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP "") set(CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER "y") set(CONFIG_FREERTOS_ISR_STACKSIZE "1536") set(CONFIG_FREERTOS_INTERRUPT_BACKTRACE "y") -set(CONFIG_FREERTOS_FPU_IN_ISR "") -set(CONFIG_FREERTOS_TICK_SUPPORT_CORETIMER "y") -set(CONFIG_FREERTOS_CORETIMER_0 "y") -set(CONFIG_FREERTOS_CORETIMER_1 "") -set(CONFIG_FREERTOS_SYSTICK_USES_CCOUNT "y") +set(CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER "y") +set(CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1 "y") +set(CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL3 "") +set(CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER "y") set(CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH "") -set(CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH "") set(CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE "") -set(CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT "y") +set(CONFIG_FREERTOS_PORT "y") set(CONFIG_FREERTOS_NO_AFFINITY "0x7fffffff") set(CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION "y") set(CONFIG_FREERTOS_DEBUG_OCDAWARE "y") +set(CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT "y") +set(CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH "y") +set(CONFIG_FREERTOS_NUMBER_OF_CORES "1") set(CONFIG_HAL_ASSERTION_EQUALS_SYSTEM "y") set(CONFIG_HAL_ASSERTION_DISABLE "") set(CONFIG_HAL_ASSERTION_SILENT "") @@ -698,6 +823,7 @@ set(CONFIG_HAL_ASSERTION_ENABLE "") set(CONFIG_HAL_DEFAULT_ASSERTION_LEVEL "2") set(CONFIG_HAL_SPI_MASTER_FUNC_IN_IRAM "y") set(CONFIG_HAL_SPI_SLAVE_FUNC_IN_IRAM "y") +set(CONFIG_HAL_ECDSA_GEN_SIG_CM "") set(CONFIG_HEAP_POISONING_DISABLED "y") set(CONFIG_HEAP_POISONING_LIGHT "") set(CONFIG_HEAP_POISONING_COMPREHENSIVE "") @@ -705,10 +831,9 @@ set(CONFIG_HEAP_TRACING_OFF "y") set(CONFIG_HEAP_TRACING_STANDALONE "") set(CONFIG_HEAP_TRACING_TOHOST "") set(CONFIG_HEAP_USE_HOOKS "") +set(CONFIG_HEAP_TASK_TRACKING "") set(CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS "") set(CONFIG_HEAP_PLACE_FUNCTION_INTO_FLASH "") -set(CONFIG_IEEE802154_CCA_THRESHOLD "-60") -set(CONFIG_IEEE802154_PENDING_TABLE_SIZE "20") set(CONFIG_LOG_DEFAULT_LEVEL_NONE "") set(CONFIG_LOG_DEFAULT_LEVEL_ERROR "") set(CONFIG_LOG_DEFAULT_LEVEL_WARN "") @@ -720,9 +845,18 @@ set(CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT "y") set(CONFIG_LOG_MAXIMUM_LEVEL_DEBUG "") set(CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE "") set(CONFIG_LOG_MAXIMUM_LEVEL "3") -set(CONFIG_LOG_COLORS "y") +set(CONFIG_LOG_MASTER_LEVEL "") +set(CONFIG_LOG_DYNAMIC_LEVEL_CONTROL "y") +set(CONFIG_LOG_TAG_LEVEL_IMPL_NONE "") +set(CONFIG_LOG_TAG_LEVEL_IMPL_LINKED_LIST "") +set(CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST "y") +set(CONFIG_LOG_TAG_LEVEL_CACHE_ARRAY "") +set(CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP "y") +set(CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE "31") +set(CONFIG_LOG_COLORS "") set(CONFIG_LOG_TIMESTAMP_SOURCE_RTOS "y") set(CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM "") +set(CONFIG_LWIP_ENABLE "y") set(CONFIG_LWIP_LOCAL_HOSTNAME "espressif") set(CONFIG_LWIP_NETIF_API "") set(CONFIG_LWIP_TCPIP_TASK_PRIO "18") @@ -734,6 +868,7 @@ set(CONFIG_LWIP_IRAM_OPTIMIZATION "") set(CONFIG_LWIP_EXTRA_IRAM_OPTIMIZATION "") set(CONFIG_LWIP_TIMERS_ONDEMAND "y") set(CONFIG_LWIP_ND6 "y") +set(CONFIG_LWIP_FORCE_ROUTER_FORWARDING "") set(CONFIG_LWIP_MAX_SOCKETS "10") set(CONFIG_LWIP_USE_ONLY_LWIP_SELECT "") set(CONFIG_LWIP_SO_LINGER "") @@ -741,6 +876,7 @@ set(CONFIG_LWIP_SO_REUSE "y") set(CONFIG_LWIP_SO_REUSE_RXTOALL "y") set(CONFIG_LWIP_SO_RCVBUF "") set(CONFIG_LWIP_NETBUF_RECVINFO "") +set(CONFIG_LWIP_IP_DEFAULT_TTL "64") set(CONFIG_LWIP_IP4_FRAG "y") set(CONFIG_LWIP_IP6_FRAG "y") set(CONFIG_LWIP_IP4_REASSEMBLY "") @@ -754,6 +890,8 @@ set(CONFIG_LWIP_ESP_MLDV6_REPORT "y") set(CONFIG_LWIP_MLDV6_TMR_INTERVAL "40") set(CONFIG_LWIP_TCPIP_RECVMBOX_SIZE "32") set(CONFIG_LWIP_DHCP_DOES_ARP_CHECK "y") +set(CONFIG_LWIP_DHCP_DOES_ACD_CHECK "") +set(CONFIG_LWIP_DHCP_DOES_NOT_CHECK_OFFERED_IP "") set(CONFIG_LWIP_DHCP_DISABLE_CLIENT_ID "") set(CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID "y") set(CONFIG_LWIP_DHCP_RESTORE_LAST_IP "") @@ -763,6 +901,8 @@ set(CONFIG_LWIP_DHCP_COARSE_TIMER_SECS "1") set(CONFIG_LWIP_DHCPS "y") set(CONFIG_LWIP_DHCPS_LEASE_UNIT "60") set(CONFIG_LWIP_DHCPS_MAX_STATION_NUM "8") +set(CONFIG_LWIP_DHCPS_STATIC_ENTRIES "y") +set(CONFIG_LWIP_DHCPS_ADD_DNS "y") set(CONFIG_LWIP_AUTOIP "") set(CONFIG_LWIP_IPV4 "y") set(CONFIG_LWIP_IPV6 "y") @@ -781,10 +921,13 @@ set(CONFIG_LWIP_TCP_MSS "1440") set(CONFIG_LWIP_TCP_TMR_INTERVAL "250") set(CONFIG_LWIP_TCP_MSL "60000") set(CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT "20000") -set(CONFIG_LWIP_TCP_SND_BUF_DEFAULT "5744") -set(CONFIG_LWIP_TCP_WND_DEFAULT "5744") +set(CONFIG_LWIP_TCP_SND_BUF_DEFAULT "5760") +set(CONFIG_LWIP_TCP_WND_DEFAULT "5760") set(CONFIG_LWIP_TCP_RECVMBOX_SIZE "6") +set(CONFIG_LWIP_TCP_ACCEPTMBOX_SIZE "6") set(CONFIG_LWIP_TCP_QUEUE_OOSEQ "y") +set(CONFIG_LWIP_TCP_OOSEQ_TIMEOUT "6") +set(CONFIG_LWIP_TCP_OOSEQ_MAX_PBUFS "4") set(CONFIG_LWIP_TCP_SACK_OUT "") set(CONFIG_LWIP_TCP_OVERSIZE_MSS "y") set(CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS "") @@ -798,11 +941,13 @@ set(CONFIG_LWIP_CHECKSUM_CHECK_ICMP "y") set(CONFIG_LWIP_TCPIP_TASK_STACK_SIZE "3072") set(CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY "y") set(CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0 "") -set(CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU1 "") set(CONFIG_LWIP_TCPIP_TASK_AFFINITY "0x7fffffff") -set(CONFIG_LWIP_PPP_SUPPORT "") set(CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE "3") set(CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS "5") +set(CONFIG_LWIP_IPV6_ND6_NUM_PREFIXES "5") +set(CONFIG_LWIP_IPV6_ND6_NUM_ROUTERS "3") +set(CONFIG_LWIP_IPV6_ND6_NUM_DESTINATIONS "10") +set(CONFIG_LWIP_PPP_SUPPORT "") set(CONFIG_LWIP_SLIP_SUPPORT "") set(CONFIG_LWIP_ICMP "y") set(CONFIG_LWIP_MULTICAST_PING "") @@ -811,6 +956,12 @@ set(CONFIG_LWIP_MAX_RAW_PCBS "16") set(CONFIG_LWIP_SNTP_MAX_SERVERS "1") set(CONFIG_LWIP_DHCP_GET_NTP_SRV "") set(CONFIG_LWIP_SNTP_UPDATE_DELAY "3600000") +set(CONFIG_LWIP_SNTP_STARTUP_DELAY "y") +set(CONFIG_LWIP_SNTP_MAXIMUM_STARTUP_DELAY "5000") +set(CONFIG_LWIP_DNS_MAX_HOST_IP "1") +set(CONFIG_LWIP_DNS_MAX_SERVERS "3") +set(CONFIG_LWIP_FALLBACK_DNS_SERVER_SUPPORT "") +set(CONFIG_LWIP_DNS_SETSERVER_WITH_NETIF "") set(CONFIG_LWIP_BRIDGEIF_MAX_PORTS "7") set(CONFIG_LWIP_ESP_LWIP_ASSERT "y") set(CONFIG_LWIP_HOOK_TCP_ISN_NONE "") @@ -828,8 +979,10 @@ set(CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_CUSTOM "") set(CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE "y") set(CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT "") set(CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM "") -set(CONFIG_LWIP_HOOK_IP6_INPUT_NONE "y") -set(CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT "") +set(CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_NONE "y") +set(CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM "") +set(CONFIG_LWIP_HOOK_IP6_INPUT_NONE "") +set(CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT "y") set(CONFIG_LWIP_HOOK_IP6_INPUT_CUSTOM "") set(CONFIG_LWIP_DEBUG "") set(CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC "y") @@ -851,11 +1004,18 @@ set(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL "y") set(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN "") set(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE "") set(CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE "") +set(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEPRECATED_LIST "") set(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS "200") set(CONFIG_MBEDTLS_ECP_RESTARTABLE "") set(CONFIG_MBEDTLS_CMAC_C "y") set(CONFIG_MBEDTLS_HARDWARE_AES "y") +set(CONFIG_MBEDTLS_AES_USE_INTERRUPT "y") +set(CONFIG_MBEDTLS_AES_INTERRUPT_LEVEL "0") +set(CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER "y") set(CONFIG_MBEDTLS_HARDWARE_MPI "y") +set(CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI "y") +set(CONFIG_MBEDTLS_MPI_USE_INTERRUPT "y") +set(CONFIG_MBEDTLS_MPI_INTERRUPT_LEVEL "0") set(CONFIG_MBEDTLS_HARDWARE_SHA "y") set(CONFIG_MBEDTLS_ROM_MD5 "y") set(CONFIG_MBEDTLS_ATCA_HW_ECDSA_SIGN "") @@ -865,6 +1025,7 @@ set(CONFIG_MBEDTLS_PLATFORM_TIME_ALT "") set(CONFIG_MBEDTLS_HAVE_TIME_DATE "") set(CONFIG_MBEDTLS_ECDSA_DETERMINISTIC "y") set(CONFIG_MBEDTLS_SHA512_C "y") +set(CONFIG_MBEDTLS_SHA3_C "") set(CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT "y") set(CONFIG_MBEDTLS_TLS_SERVER_ONLY "") set(CONFIG_MBEDTLS_TLS_CLIENT_ONLY "") @@ -900,6 +1061,8 @@ set(CONFIG_MBEDTLS_PEM_WRITE_C "y") set(CONFIG_MBEDTLS_X509_CRL_PARSE_C "y") set(CONFIG_MBEDTLS_X509_CSR_PARSE_C "y") set(CONFIG_MBEDTLS_ECP_C "y") +set(CONFIG_MBEDTLS_PK_PARSE_EC_EXTENDED "y") +set(CONFIG_MBEDTLS_PK_PARSE_EC_COMPRESSED "y") set(CONFIG_MBEDTLS_DHM_C "") set(CONFIG_MBEDTLS_ECDH_C "y") set(CONFIG_MBEDTLS_ECDSA_C "y") @@ -917,12 +1080,13 @@ set(CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED "y") set(CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED "y") set(CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED "y") set(CONFIG_MBEDTLS_ECP_NIST_OPTIM "y") -set(CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM "y") +set(CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM "") set(CONFIG_MBEDTLS_POLY1305_C "") set(CONFIG_MBEDTLS_CHACHA20_C "") set(CONFIG_MBEDTLS_HKDF_C "") set(CONFIG_MBEDTLS_THREADING_C "") -set(CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI "") +set(CONFIG_MBEDTLS_ERROR_STRINGS "y") +set(CONFIG_MBEDTLS_FS_IO "y") set(CONFIG_MQTT_PROTOCOL_311 "y") set(CONFIG_MQTT_PROTOCOL_5 "") set(CONFIG_MQTT_TRANSPORT_SSL "y") @@ -945,37 +1109,34 @@ set(CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT "y") set(CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC "") set(CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT "") set(CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE "") +set(CONFIG_NVS_ENCRYPTION "") set(CONFIG_NVS_ASSERT_ERROR_CHECK "") +set(CONFIG_NVS_LEGACY_DUP_KEYS_COMPATIBILITY "") set(CONFIG_OPENTHREAD_ENABLED "") -set(CONFIG_OPENTHREAD_NETWORK_NAME "OpenThread-ESP") -set(CONFIG_OPENTHREAD_MESH_LOCAL_PREFIX "fd00:db8:a0:0::/64") -set(CONFIG_OPENTHREAD_NETWORK_CHANNEL "15") -set(CONFIG_OPENTHREAD_NETWORK_PANID "0x1234") -set(CONFIG_OPENTHREAD_NETWORK_EXTPANID "dead00beef00cafe") -set(CONFIG_OPENTHREAD_NETWORK_MASTERKEY "00112233445566778899aabbccddeeff") -set(CONFIG_OPENTHREAD_NETWORK_PSKC "104810e2315100afd6bc9215a6bfac53") -set(CONFIG_OPENTHREAD_XTAL_ACCURACY "130") +set(CONFIG_OPENTHREAD_SPINEL_ONLY "") set(CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0 "y") set(CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1 "y") set(CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2 "y") set(CONFIG_PTHREAD_TASK_PRIO_DEFAULT "5") set(CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT "3072") set(CONFIG_PTHREAD_STACK_MIN "768") -set(CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY "y") -set(CONFIG_PTHREAD_DEFAULT_CORE_0 "") -set(CONFIG_PTHREAD_DEFAULT_CORE_1 "") set(CONFIG_PTHREAD_TASK_CORE_DEFAULT "-1") set(CONFIG_PTHREAD_TASK_NAME_DEFAULT "pthread") set(CONFIG_MMU_PAGE_SIZE_64KB "y") set(CONFIG_MMU_PAGE_MODE "64KB") set(CONFIG_MMU_PAGE_SIZE "0x10000") +set(CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC "y") +set(CONFIG_SPI_FLASH_BROWNOUT_RESET "y") +set(CONFIG_SPI_FLASH_AUTO_SUSPEND "") +set(CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US "50") +set(CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND "") set(CONFIG_SPI_FLASH_VERIFY_WRITE "") set(CONFIG_SPI_FLASH_ENABLE_COUNTERS "") set(CONFIG_SPI_FLASH_ROM_DRIVER_PATCH "y") +set(CONFIG_SPI_FLASH_ROM_IMPL "") set(CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS "y") set(CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS "") set(CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED "") -set(CONFIG_SPI_FLASH_SHARE_SPI1_BUS "") set(CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE "") set(CONFIG_SPI_FLASH_YIELD_DURING_ERASE "y") set(CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS "20") @@ -984,19 +1145,19 @@ set(CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE "8192") set(CONFIG_SPI_FLASH_SIZE_OVERRIDE "") set(CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED "") set(CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST "") -set(CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC "y") -set(CONFIG_SPI_FLASH_BROWNOUT_RESET "y") set(CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED "y") set(CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED "y") set(CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED "y") set(CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED "y") set(CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED "y") +set(CONFIG_SPI_FLASH_VENDOR_BOYA_SUPPORTED "y") +set(CONFIG_SPI_FLASH_VENDOR_TH_SUPPORTED "y") set(CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP "y") set(CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP "y") set(CONFIG_SPI_FLASH_SUPPORT_GD_CHIP "y") set(CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP "y") -set(CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP "") -set(CONFIG_SPI_FLASH_SUPPORT_TH_CHIP "") +set(CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP "y") +set(CONFIG_SPI_FLASH_SUPPORT_TH_CHIP "y") set(CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE "y") set(CONFIG_SPIFFS_MAX_PARTITIONS "3") set(CONFIG_SPIFFS_CACHE "y") @@ -1021,7 +1182,6 @@ set(CONFIG_SPIFFS_TEST_VISUALISATION "") set(CONFIG_WS_TRANSPORT "y") set(CONFIG_WS_BUFFER_SIZE "1024") set(CONFIG_WS_DYNAMIC_BUFFER "") -set(CONFIG_ULP_COPROC_ENABLED "") set(CONFIG_UNITY_ENABLE_FLOAT "y") set(CONFIG_UNITY_ENABLE_DOUBLE "y") set(CONFIG_UNITY_ENABLE_64BIT "") @@ -1033,25 +1193,23 @@ set(CONFIG_VFS_SUPPORT_IO "y") set(CONFIG_VFS_SUPPORT_DIR "y") set(CONFIG_VFS_SUPPORT_SELECT "y") set(CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT "y") +set(CONFIG_VFS_SELECT_IN_RAM "") set(CONFIG_VFS_SUPPORT_TERMIOS "y") set(CONFIG_VFS_MAX_COUNT "8") set(CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS "1") +set(CONFIG_VFS_INITIALIZE_DEV_NULL "y") set(CONFIG_WL_SECTOR_SIZE_512 "") set(CONFIG_WL_SECTOR_SIZE_4096 "y") set(CONFIG_WL_SECTOR_SIZE "4096") set(CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES "16") set(CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT "30") -set(CONFIG_WIFI_PROV_BLE_FORCE_ENCRYPTION "") set(CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN "y") set(CONFIG_WIFI_PROV_STA_FAST_SCAN "") set(CONFIG_IDF_EXPERIMENTAL_FEATURES "") -set(CONFIGS_LIST CONFIG_SOC_BROWNOUT_RESET_SUPPORTED;CONFIG_SOC_TWAI_BRP_DIV_SUPPORTED;CONFIG_SOC_DPORT_WORKAROUND;CONFIG_SOC_CAPS_ECO_VER_MAX;CONFIG_SOC_ADC_SUPPORTED;CONFIG_SOC_DAC_SUPPORTED;CONFIG_SOC_UART_SUPPORTED;CONFIG_SOC_MCPWM_SUPPORTED;CONFIG_SOC_GPTIMER_SUPPORTED;CONFIG_SOC_SDMMC_HOST_SUPPORTED;CONFIG_SOC_BT_SUPPORTED;CONFIG_SOC_PCNT_SUPPORTED;CONFIG_SOC_WIFI_SUPPORTED;CONFIG_SOC_SDIO_SLAVE_SUPPORTED;CONFIG_SOC_TWAI_SUPPORTED;CONFIG_SOC_EMAC_SUPPORTED;CONFIG_SOC_ULP_SUPPORTED;CONFIG_SOC_CCOMP_TIMER_SUPPORTED;CONFIG_SOC_RTC_FAST_MEM_SUPPORTED;CONFIG_SOC_RTC_SLOW_MEM_SUPPORTED;CONFIG_SOC_RTC_MEM_SUPPORTED;CONFIG_SOC_I2S_SUPPORTED;CONFIG_SOC_RMT_SUPPORTED;CONFIG_SOC_SDM_SUPPORTED;CONFIG_SOC_GPSPI_SUPPORTED;CONFIG_SOC_LEDC_SUPPORTED;CONFIG_SOC_I2C_SUPPORTED;CONFIG_SOC_SUPPORT_COEXISTENCE;CONFIG_SOC_AES_SUPPORTED;CONFIG_SOC_MPI_SUPPORTED;CONFIG_SOC_SHA_SUPPORTED;CONFIG_SOC_FLASH_ENC_SUPPORTED;CONFIG_SOC_SECURE_BOOT_SUPPORTED;CONFIG_SOC_TOUCH_SENSOR_SUPPORTED;CONFIG_SOC_BOD_SUPPORTED;CONFIG_SOC_ULP_FSM_SUPPORTED;CONFIG_SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL;CONFIG_SOC_XTAL_SUPPORT_26M;CONFIG_SOC_XTAL_SUPPORT_40M;CONFIG_SOC_XTAL_SUPPORT_AUTO_DETECT;CONFIG_SOC_ADC_RTC_CTRL_SUPPORTED;CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED;CONFIG_SOC_ADC_DMA_SUPPORTED;CONFIG_SOC_ADC_PERIPH_NUM;CONFIG_SOC_ADC_MAX_CHANNEL_NUM;CONFIG_SOC_ADC_ATTEN_NUM;CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM;CONFIG_SOC_ADC_PATT_LEN_MAX;CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH;CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH;CONFIG_SOC_ADC_DIGI_RESULT_BYTES;CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV;CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH;CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW;CONFIG_SOC_ADC_RTC_MIN_BITWIDTH;CONFIG_SOC_ADC_RTC_MAX_BITWIDTH;CONFIG_SOC_SHARED_IDCACHE_SUPPORTED;CONFIG_SOC_IDCACHE_PER_CORE;CONFIG_SOC_CPU_CORES_NUM;CONFIG_SOC_CPU_INTR_NUM;CONFIG_SOC_CPU_HAS_FPU;CONFIG_SOC_CPU_BREAKPOINTS_NUM;CONFIG_SOC_CPU_WATCHPOINTS_NUM;CONFIG_SOC_CPU_WATCHPOINT_SIZE;CONFIG_SOC_DAC_CHAN_NUM;CONFIG_SOC_DAC_RESOLUTION;CONFIG_SOC_DAC_DMA_16BIT_ALIGN;CONFIG_SOC_GPIO_PORT;CONFIG_SOC_GPIO_PIN_COUNT;CONFIG_SOC_GPIO_VALID_GPIO_MASK;CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK;CONFIG_SOC_I2C_NUM;CONFIG_SOC_I2C_FIFO_LEN;CONFIG_SOC_I2C_CMD_REG_NUM;CONFIG_SOC_I2C_SUPPORT_SLAVE;CONFIG_SOC_I2C_SUPPORT_APB;CONFIG_SOC_I2S_NUM;CONFIG_SOC_I2S_HW_VERSION_1;CONFIG_SOC_I2S_SUPPORTS_APLL;CONFIG_SOC_I2S_SUPPORTS_PLL_F160M;CONFIG_SOC_I2S_SUPPORTS_PDM;CONFIG_SOC_I2S_SUPPORTS_PDM_TX;CONFIG_SOC_I2S_PDM_MAX_TX_LINES;CONFIG_SOC_I2S_SUPPORTS_PDM_RX;CONFIG_SOC_I2S_PDM_MAX_RX_LINES;CONFIG_SOC_I2S_SUPPORTS_ADC_DAC;CONFIG_SOC_I2S_SUPPORTS_ADC;CONFIG_SOC_I2S_SUPPORTS_DAC;CONFIG_SOC_I2S_SUPPORTS_LCD_CAMERA;CONFIG_SOC_I2S_TRANS_SIZE_ALIGN_WORD;CONFIG_SOC_I2S_LCD_I80_VARIANT;CONFIG_SOC_LCD_I80_SUPPORTED;CONFIG_SOC_LCD_I80_BUSES;CONFIG_SOC_LCD_I80_BUS_WIDTH;CONFIG_SOC_LEDC_HAS_TIMER_SPECIFIC_MUX;CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK;CONFIG_SOC_LEDC_SUPPORT_REF_TICK;CONFIG_SOC_LEDC_SUPPORT_HS_MODE;CONFIG_SOC_LEDC_CHANNEL_NUM;CONFIG_SOC_LEDC_TIMER_BIT_WIDTH;CONFIG_SOC_MCPWM_GROUPS;CONFIG_SOC_MCPWM_TIMERS_PER_GROUP;CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP;CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR;CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR;CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR;CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP;CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP;CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER;CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP;CONFIG_SOC_MMU_PERIPH_NUM;CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM;CONFIG_SOC_MPU_MIN_REGION_SIZE;CONFIG_SOC_MPU_REGIONS_MAX_NUM;CONFIG_SOC_PCNT_GROUPS;CONFIG_SOC_PCNT_UNITS_PER_GROUP;CONFIG_SOC_PCNT_CHANNELS_PER_UNIT;CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT;CONFIG_SOC_RMT_GROUPS;CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP;CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP;CONFIG_SOC_RMT_CHANNELS_PER_GROUP;CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL;CONFIG_SOC_RMT_SUPPORT_REF_TICK;CONFIG_SOC_RMT_SUPPORT_APB;CONFIG_SOC_RMT_CHANNEL_CLK_INDEPENDENT;CONFIG_SOC_RTCIO_PIN_COUNT;CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED;CONFIG_SOC_RTCIO_HOLD_SUPPORTED;CONFIG_SOC_RTCIO_WAKE_SUPPORTED;CONFIG_SOC_SDM_GROUPS;CONFIG_SOC_SDM_CHANNELS_PER_GROUP;CONFIG_SOC_SDM_CLK_SUPPORT_APB;CONFIG_SOC_SPI_HD_BOTH_INOUT_SUPPORTED;CONFIG_SOC_SPI_AS_CS_SUPPORTED;CONFIG_SOC_SPI_PERIPH_NUM;CONFIG_SOC_SPI_DMA_CHAN_NUM;CONFIG_SOC_SPI_MAX_CS_NUM;CONFIG_SOC_SPI_SUPPORT_CLK_APB;CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE;CONFIG_SOC_SPI_MAX_PRE_DIVIDER;CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED;CONFIG_SOC_TIMER_GROUPS;CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP;CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH;CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS;CONFIG_SOC_TIMER_GROUP_SUPPORT_APB;CONFIG_SOC_TOUCH_VERSION_1;CONFIG_SOC_TOUCH_SENSOR_NUM;CONFIG_SOC_TOUCH_PAD_MEASURE_WAIT_MAX;CONFIG_SOC_TWAI_CONTROLLER_NUM;CONFIG_SOC_TWAI_BRP_MIN;CONFIG_SOC_TWAI_CLK_SUPPORT_APB;CONFIG_SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT;CONFIG_SOC_UART_NUM;CONFIG_SOC_UART_SUPPORT_APB_CLK;CONFIG_SOC_UART_SUPPORT_REF_TICK;CONFIG_SOC_UART_FIFO_LEN;CONFIG_SOC_UART_BITRATE_MAX;CONFIG_SOC_SPIRAM_SUPPORTED;CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE;CONFIG_SOC_SHA_SUPPORT_PARALLEL_ENG;CONFIG_SOC_SHA_SUPPORT_SHA1;CONFIG_SOC_SHA_SUPPORT_SHA256;CONFIG_SOC_SHA_SUPPORT_SHA384;CONFIG_SOC_SHA_SUPPORT_SHA512;CONFIG_SOC_RSA_MAX_BIT_LEN;CONFIG_SOC_AES_SUPPORT_AES_128;CONFIG_SOC_AES_SUPPORT_AES_192;CONFIG_SOC_AES_SUPPORT_AES_256;CONFIG_SOC_SECURE_BOOT_V1;CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS;CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX;CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE;CONFIG_SOC_PM_SUPPORT_EXT0_WAKEUP;CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP;CONFIG_SOC_PM_SUPPORT_EXT_WAKEUP;CONFIG_SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP;CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD;CONFIG_SOC_PM_SUPPORT_RTC_FAST_MEM_PD;CONFIG_SOC_PM_SUPPORT_RTC_SLOW_MEM_PD;CONFIG_SOC_PM_SUPPORT_RC_FAST_PD;CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD;CONFIG_SOC_PM_SUPPORT_MODEM_PD;CONFIG_SOC_CONFIGURABLE_VDDSDIO_SUPPORTED;CONFIG_SOC_CLK_APLL_SUPPORTED;CONFIG_SOC_APLL_MULTIPLIER_OUT_MIN_HZ;CONFIG_SOC_APLL_MULTIPLIER_OUT_MAX_HZ;CONFIG_SOC_APLL_MIN_HZ;CONFIG_SOC_APLL_MAX_HZ;CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED;CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256;CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION;CONFIG_SOC_CLK_XTAL32K_SUPPORTED;CONFIG_SOC_SDMMC_USE_IOMUX;CONFIG_SOC_SDMMC_NUM_SLOTS;CONFIG_SOC_WIFI_WAPI_SUPPORT;CONFIG_SOC_WIFI_CSI_SUPPORT;CONFIG_SOC_WIFI_MESH_SUPPORT;CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW;CONFIG_SOC_WIFI_NAN_SUPPORT;CONFIG_SOC_BLE_SUPPORTED;CONFIG_SOC_BLE_MESH_SUPPORTED;CONFIG_SOC_BT_CLASSIC_SUPPORTED;CONFIG_SOC_BLUFI_SUPPORTED;CONFIG_SOC_ULP_HAS_ADC;CONFIG_SOC_PHY_COMBO_MODULE;CONFIG_IDF_CMAKE;CONFIG_IDF_TARGET_ARCH_XTENSA;CONFIG_IDF_TARGET_ARCH;CONFIG_IDF_TARGET;CONFIG_IDF_TARGET_ESP32;CONFIG_IDF_FIRMWARE_CHIP_ID;CONFIG_APP_BUILD_TYPE_APP_2NDBOOT;CONFIG_APP_BUILD_TYPE_RAM;CONFIG_APP_BUILD_TYPE_ELF_RAM;CONFIG_APP_BUILD_GENERATE_BINARIES;CONFIG_APP_BUILD_BOOTLOADER;CONFIG_APP_BUILD_USE_FLASH_SECTIONS;CONFIG_APP_REPRODUCIBLE_BUILD;CONFIG_APP_NO_BLOBS;CONFIG_NO_BLOBS;CONFIG_ESP32_NO_BLOBS;CONFIG_APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS;CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS;CONFIG_APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS;CONFIG_ESP32_COMPATIBLE_PRE_V3_1_BOOTLOADERS;CONFIG_BOOTLOADER_OFFSET_IN_FLASH;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE;CONFIG_BOOTLOADER_LOG_LEVEL_NONE;CONFIG_LOG_BOOTLOADER_LEVEL_NONE;CONFIG_BOOTLOADER_LOG_LEVEL_ERROR;CONFIG_LOG_BOOTLOADER_LEVEL_ERROR;CONFIG_BOOTLOADER_LOG_LEVEL_WARN;CONFIG_LOG_BOOTLOADER_LEVEL_WARN;CONFIG_BOOTLOADER_LOG_LEVEL_INFO;CONFIG_LOG_BOOTLOADER_LEVEL_INFO;CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG;CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG;CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE;CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE;CONFIG_BOOTLOADER_LOG_LEVEL;CONFIG_LOG_BOOTLOADER_LEVEL;CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_8V;CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V;CONFIG_BOOTLOADER_FACTORY_RESET;CONFIG_BOOTLOADER_APP_TEST;CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE;CONFIG_BOOTLOADER_WDT_ENABLE;CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE;CONFIG_BOOTLOADER_WDT_TIME_MS;CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE;CONFIG_APP_ROLLBACK_ENABLE;CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP;CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON;CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS;CONFIG_BOOTLOADER_RESERVE_RTC_SIZE;CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC;CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT;CONFIG_SECURE_BOOT_V1_SUPPORTED;CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT;CONFIG_SECURE_BOOT;CONFIG_SECURE_FLASH_ENC_ENABLED;CONFIG_FLASH_ENCRYPTION_ENABLED;CONFIG_APP_COMPILE_TIME_DATE;CONFIG_APP_EXCLUDE_PROJECT_VER_VAR;CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR;CONFIG_APP_PROJECT_VER_FROM_CONFIG;CONFIG_APP_RETRIEVE_LEN_ELF_SHA;CONFIG_ESP_ROM_HAS_CRC_LE;CONFIG_ESP_ROM_HAS_CRC_BE;CONFIG_ESP_ROM_HAS_MZ_CRC32;CONFIG_ESP_ROM_HAS_JPEG_DECODE;CONFIG_ESP_ROM_HAS_UART_BUF_SWITCH;CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND;CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT;CONFIG_ESPTOOLPY_NO_STUB;CONFIG_ESPTOOLPY_FLASHMODE_QIO;CONFIG_FLASHMODE_QIO;CONFIG_ESPTOOLPY_FLASHMODE_QOUT;CONFIG_FLASHMODE_QOUT;CONFIG_ESPTOOLPY_FLASHMODE_DIO;CONFIG_FLASHMODE_DIO;CONFIG_ESPTOOLPY_FLASHMODE_DOUT;CONFIG_FLASHMODE_DOUT;CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR;CONFIG_ESPTOOLPY_FLASHMODE;CONFIG_ESPTOOLPY_FLASHFREQ_80M;CONFIG_ESPTOOLPY_FLASHFREQ_40M;CONFIG_ESPTOOLPY_FLASHFREQ_26M;CONFIG_ESPTOOLPY_FLASHFREQ_20M;CONFIG_ESPTOOLPY_FLASHFREQ;CONFIG_ESPTOOLPY_FLASHSIZE_1MB;CONFIG_ESPTOOLPY_FLASHSIZE_2MB;CONFIG_ESPTOOLPY_FLASHSIZE_4MB;CONFIG_ESPTOOLPY_FLASHSIZE_8MB;CONFIG_ESPTOOLPY_FLASHSIZE_16MB;CONFIG_ESPTOOLPY_FLASHSIZE_32MB;CONFIG_ESPTOOLPY_FLASHSIZE_64MB;CONFIG_ESPTOOLPY_FLASHSIZE_128MB;CONFIG_ESPTOOLPY_FLASHSIZE;CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE;CONFIG_ESPTOOLPY_BEFORE_RESET;CONFIG_ESPTOOLPY_BEFORE_NORESET;CONFIG_ESPTOOLPY_BEFORE;CONFIG_ESPTOOLPY_AFTER_RESET;CONFIG_ESPTOOLPY_AFTER_NORESET;CONFIG_ESPTOOLPY_AFTER;CONFIG_ESPTOOLPY_MONITOR_BAUD;CONFIG_MONITOR_BAUD;CONFIG_PARTITION_TABLE_SINGLE_APP;CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE;CONFIG_PARTITION_TABLE_TWO_OTA;CONFIG_PARTITION_TABLE_CUSTOM;CONFIG_PARTITION_TABLE_CUSTOM_FILENAME;CONFIG_PARTITION_TABLE_FILENAME;CONFIG_PARTITION_TABLE_OFFSET;CONFIG_PARTITION_TABLE_MD5;CONFIG_ENV_GPIO_RANGE_MIN;CONFIG_ENV_GPIO_RANGE_MAX;CONFIG_ENV_GPIO_IN_RANGE_MAX;CONFIG_ENV_GPIO_OUT_RANGE_MAX;CONFIG_BLINK_LED_GPIO;CONFIG_BLINK_LED_RMT;CONFIG_BLINK_GPIO;CONFIG_BLINK_PERIOD;CONFIG_COMPILER_OPTIMIZATION_DEFAULT;CONFIG_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_SIZE;CONFIG_OPTIMIZATION_LEVEL_RELEASE;CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE;CONFIG_COMPILER_OPTIMIZATION_PERF;CONFIG_COMPILER_OPTIMIZATION_NONE;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE;CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE;CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED;CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB;CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL;CONFIG_OPTIMIZATION_ASSERTION_LEVEL;CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT;CONFIG_COMPILER_HIDE_PATHS_MACROS;CONFIG_COMPILER_CXX_EXCEPTIONS;CONFIG_CXX_EXCEPTIONS;CONFIG_COMPILER_CXX_RTTI;CONFIG_COMPILER_STACK_CHECK_MODE_NONE;CONFIG_STACK_CHECK_NONE;CONFIG_COMPILER_STACK_CHECK_MODE_NORM;CONFIG_STACK_CHECK_NORM;CONFIG_COMPILER_STACK_CHECK_MODE_STRONG;CONFIG_STACK_CHECK_STRONG;CONFIG_COMPILER_STACK_CHECK_MODE_ALL;CONFIG_STACK_CHECK_ALL;CONFIG_COMPILER_WARN_WRITE_STRINGS;CONFIG_WARN_WRITE_STRINGS;CONFIG_COMPILER_DISABLE_GCC12_WARNINGS;CONFIG_COMPILER_DUMP_RTL_FILES;CONFIG_APPTRACE_DEST_JTAG;CONFIG_ESP32_APPTRACE_DEST_TRAX;CONFIG_APPTRACE_DEST_NONE;CONFIG_ESP32_APPTRACE_DEST_NONE;CONFIG_APPTRACE_DEST_UART1;CONFIG_APPTRACE_DEST_UART2;CONFIG_APPTRACE_DEST_UART_NONE;CONFIG_APPTRACE_UART_TASK_PRIO;CONFIG_APPTRACE_LOCK_ENABLE;CONFIG_ESP32_APPTRACE_LOCK_ENABLE;CONFIG_BT_ENABLED;CONFIG_ADC_DISABLE_DAC;CONFIG_ADC2_DISABLE_DAC;CONFIG_ADC_SUPPRESS_DEPRECATE_WARN;CONFIG_ADC_CAL_EFUSE_TP_ENABLE;CONFIG_ADC_CAL_EFUSE_VREF_ENABLE;CONFIG_ADC_CAL_LUT_ENABLE;CONFIG_ADC_CALI_SUPPRESS_DEPRECATE_WARN;CONFIG_SPI_MASTER_IN_IRAM;CONFIG_SPI_MASTER_ISR_IN_IRAM;CONFIG_SPI_SLAVE_IN_IRAM;CONFIG_SPI_SLAVE_ISR_IN_IRAM;CONFIG_TWAI_ISR_IN_IRAM;CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC;CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST;CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID;CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT;CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM;CONFIG_UART_ISR_IN_IRAM;CONFIG_GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL;CONFIG_GPIO_CTRL_FUNC_IN_IRAM;CONFIG_SDM_CTRL_FUNC_IN_IRAM;CONFIG_SDM_SUPPRESS_DEPRECATE_WARN;CONFIG_SDM_ENABLE_DEBUG_LOG;CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM;CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM;CONFIG_GPTIMER_ISR_IRAM_SAFE;CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN;CONFIG_GPTIMER_ENABLE_DEBUG_LOG;CONFIG_PCNT_CTRL_FUNC_IN_IRAM;CONFIG_PCNT_ISR_IRAM_SAFE;CONFIG_PCNT_SUPPRESS_DEPRECATE_WARN;CONFIG_PCNT_ENABLE_DEBUG_LOG;CONFIG_RMT_ISR_IRAM_SAFE;CONFIG_RMT_SUPPRESS_DEPRECATE_WARN;CONFIG_RMT_ENABLE_DEBUG_LOG;CONFIG_MCPWM_ISR_IRAM_SAFE;CONFIG_MCPWM_ISR_IN_IRAM;CONFIG_MCPWM_CTRL_FUNC_IN_IRAM;CONFIG_MCPWM_SUPPRESS_DEPRECATE_WARN;CONFIG_MCPWM_ENABLE_DEBUG_LOG;CONFIG_I2S_ISR_IRAM_SAFE;CONFIG_I2S_SUPPRESS_DEPRECATE_WARN;CONFIG_I2S_ENABLE_DEBUG_LOG;CONFIG_DAC_CTRL_FUNC_IN_IRAM;CONFIG_DAC_ISR_IRAM_SAFE;CONFIG_DAC_SUPPRESS_DEPRECATE_WARN;CONFIG_DAC_ENABLE_DEBUG_LOG;CONFIG_DAC_DMA_AUTO_16BIT_ALIGN;CONFIG_EFUSE_CUSTOM_TABLE;CONFIG_EFUSE_VIRTUAL;CONFIG_EFUSE_CODE_SCHEME_COMPAT_NONE;CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4;CONFIG_EFUSE_CODE_SCHEME_COMPAT_REPEAT;CONFIG_EFUSE_MAX_BLK_LEN;CONFIG_ESP_TLS_USING_MBEDTLS;CONFIG_ESP_TLS_USE_SECURE_ELEMENT;CONFIG_ESP_TLS_CLIENT_SESSION_TICKETS;CONFIG_ESP_TLS_SERVER;CONFIG_ESP_TLS_PSK_VERIFICATION;CONFIG_ESP_TLS_INSECURE;CONFIG_ADC_ONESHOT_CTRL_FUNC_IN_IRAM;CONFIG_ADC_CONTINUOUS_ISR_IRAM_SAFE;CONFIG_ADC_CALI_EFUSE_TP_ENABLE;CONFIG_ADC_CALI_EFUSE_VREF_ENABLE;CONFIG_ADC_CALI_LUT_ENABLE;CONFIG_ADC_DISABLE_DAC_OUTPUT;CONFIG_ESP_ERR_TO_NAME_LOOKUP;CONFIG_ETH_ENABLED;CONFIG_ETH_USE_ESP32_EMAC;CONFIG_ETH_PHY_INTERFACE_RMII;CONFIG_ETH_RMII_CLK_INPUT;CONFIG_ETH_RMII_CLK_OUTPUT;CONFIG_ETH_RMII_CLK_IN_GPIO;CONFIG_ETH_DMA_BUFFER_SIZE;CONFIG_ETH_DMA_RX_BUFFER_NUM;CONFIG_ETH_DMA_TX_BUFFER_NUM;CONFIG_ETH_IRAM_OPTIMIZATION;CONFIG_ETH_USE_SPI_ETHERNET;CONFIG_ETH_SPI_ETHERNET_DM9051;CONFIG_ETH_SPI_ETHERNET_W5500;CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL;CONFIG_ETH_USE_OPENETH;CONFIG_ETH_TRANSMIT_MUTEX;CONFIG_ESP_EVENT_LOOP_PROFILING;CONFIG_EVENT_LOOP_PROFILING;CONFIG_ESP_EVENT_POST_FROM_ISR;CONFIG_POST_EVENTS_FROM_ISR;CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR;CONFIG_POST_EVENTS_FROM_IRAM_ISR;CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS;CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH;CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH;CONFIG_HTTPD_MAX_REQ_HDR_LEN;CONFIG_HTTPD_MAX_URI_LEN;CONFIG_HTTPD_ERR_RESP_NO_DELAY;CONFIG_HTTPD_PURGE_BUF_LEN;CONFIG_HTTPD_LOG_PURGE_DATA;CONFIG_HTTPD_WS_SUPPORT;CONFIG_HTTPD_QUEUE_WORK_BLOCKING;CONFIG_ESP_HTTPS_OTA_DECRYPT_CB;CONFIG_ESP_HTTPS_OTA_ALLOW_HTTP;CONFIG_OTA_ALLOW_HTTP;CONFIG_ESP_HTTPS_SERVER_ENABLE;CONFIG_ESP32_REV_MIN_0;CONFIG_ESP32_REV_MIN_1;CONFIG_ESP32_REV_MIN_1_1;CONFIG_ESP32_REV_MIN_2;CONFIG_ESP32_REV_MIN_3;CONFIG_ESP32_REV_MIN_3_1;CONFIG_ESP32_REV_MIN;CONFIG_ESP32_REV_MIN_FULL;CONFIG_ESP_REV_MIN_FULL;CONFIG_ESP32_REV_MAX_FULL;CONFIG_ESP_REV_MAX_FULL;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP;CONFIG_ESP_MAC_ADDR_UNIVERSE_BT;CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH;CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO;CONFIG_TWO_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES;CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS;CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR;CONFIG_ESP_SLEEP_POWER_DOWN_FLASH;CONFIG_ESP_SYSTEM_PD_FLASH;CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND;CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU;CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND;CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND;CONFIG_ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY;CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY;CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS;CONFIG_RTC_CLK_SRC_INT_RC;CONFIG_ESP32_RTC_CLK_SRC_INT_RC;CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC;CONFIG_RTC_CLK_SRC_EXT_CRYS;CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS;CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL;CONFIG_RTC_CLK_SRC_EXT_OSC;CONFIG_ESP32_RTC_CLK_SRC_EXT_OSC;CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC;CONFIG_RTC_CLK_SRC_INT_8MD256;CONFIG_ESP32_RTC_CLK_SRC_INT_8MD256;CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256;CONFIG_RTC_CLK_CAL_CYCLES;CONFIG_ESP32_RTC_CLK_CAL_CYCLES;CONFIG_PERIPH_CTRL_FUNC_IN_IRAM;CONFIG_XTAL_FREQ_26;CONFIG_ESP32_XTAL_FREQ_26;CONFIG_XTAL_FREQ_40;CONFIG_ESP32_XTAL_FREQ_40;CONFIG_XTAL_FREQ_AUTO;CONFIG_ESP32_XTAL_FREQ_AUTO;CONFIG_XTAL_FREQ;CONFIG_ESP32_XTAL_FREQ;CONFIG_LCD_PANEL_IO_FORMAT_BUF_SIZE;CONFIG_LCD_ENABLE_DEBUG_LOG;CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL;CONFIG_ESP_NETIF_TCPIP_LWIP;CONFIG_ESP_NETIF_LOOPBACK;CONFIG_ESP_NETIF_USES_TCPIP_WITH_BSD_API;CONFIG_ESP_NETIF_RECEIVE_REPORT_ERRORS;CONFIG_ESP_NETIF_L2_TAP;CONFIG_ESP_NETIF_BRIDGE_EN;CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE;CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE;CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION;CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION;CONFIG_ESP_PHY_MAX_WIFI_TX_POWER;CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER;CONFIG_ESP_PHY_MAX_TX_POWER;CONFIG_ESP32_PHY_MAX_TX_POWER;CONFIG_ESP_PHY_REDUCE_TX_POWER;CONFIG_REDUCE_PHY_TX_POWER;CONFIG_ESP32_REDUCE_PHY_TX_POWER;CONFIG_ESP_PHY_RF_CAL_PARTIAL;CONFIG_ESP_PHY_RF_CAL_NONE;CONFIG_ESP_PHY_RF_CAL_FULL;CONFIG_ESP_PHY_CALIBRATION_MODE;CONFIG_PM_ENABLE;CONFIG_SPIRAM;CONFIG_SPIRAM_SUPPORT;CONFIG_ESP32_SPIRAM_SUPPORT;CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80;CONFIG_ESP32_DEFAULT_CPU_FREQ_80;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160;CONFIG_ESP32_DEFAULT_CPU_FREQ_160;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240;CONFIG_ESP32_DEFAULT_CPU_FREQ_240;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP32_USE_FIXED_STATIC_RAM_SIZE;CONFIG_ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM;CONFIG_ESP32_TRAX;CONFIG_ESP32_TRACEMEM_RESERVE_DRAM;CONFIG_TRACEMEM_RESERVE_DRAM;CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT;CONFIG_ESP32_PANIC_PRINT_HALT;CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT;CONFIG_ESP32_PANIC_PRINT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT;CONFIG_ESP32_PANIC_SILENT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_GDBSTUB;CONFIG_ESP32_PANIC_GDBSTUB;CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME;CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS;CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_ESP_MAIN_TASK_STACK_SIZE;CONFIG_MAIN_TASK_STACK_SIZE;CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0;CONFIG_ESP_MAIN_TASK_AFFINITY_CPU1;CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY;CONFIG_ESP_MAIN_TASK_AFFINITY;CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE;CONFIG_ESP_CONSOLE_UART_DEFAULT;CONFIG_CONSOLE_UART_DEFAULT;CONFIG_ESP_CONSOLE_UART_CUSTOM;CONFIG_CONSOLE_UART_CUSTOM;CONFIG_ESP_CONSOLE_NONE;CONFIG_CONSOLE_UART_NONE;CONFIG_ESP_CONSOLE_UART_NONE;CONFIG_ESP_CONSOLE_UART;CONFIG_CONSOLE_UART;CONFIG_ESP_CONSOLE_MULTIPLE_UART;CONFIG_ESP_CONSOLE_UART_NUM;CONFIG_CONSOLE_UART_NUM;CONFIG_ESP_CONSOLE_UART_BAUDRATE;CONFIG_CONSOLE_UART_BAUDRATE;CONFIG_ESP_INT_WDT;CONFIG_INT_WDT;CONFIG_ESP_INT_WDT_TIMEOUT_MS;CONFIG_INT_WDT_TIMEOUT_MS;CONFIG_ESP_INT_WDT_CHECK_CPU1;CONFIG_INT_WDT_CHECK_CPU1;CONFIG_ESP_TASK_WDT_EN;CONFIG_ESP_TASK_WDT_INIT;CONFIG_TASK_WDT;CONFIG_ESP_TASK_WDT;CONFIG_ESP_TASK_WDT_PANIC;CONFIG_TASK_WDT_PANIC;CONFIG_ESP_TASK_WDT_TIMEOUT_S;CONFIG_TASK_WDT_TIMEOUT_S;CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1;CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1;CONFIG_ESP_PANIC_HANDLER_IRAM;CONFIG_ESP_DEBUG_STUBS_ENABLE;CONFIG_ESP32_DEBUG_STUBS_ENABLE;CONFIG_ESP_DEBUG_OCDAWARE;CONFIG_ESP32_DEBUG_OCDAWARE;CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_5;CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4;CONFIG_ESP_BROWNOUT_DET;CONFIG_BROWNOUT_DET;CONFIG_ESP32_BROWNOUT_DET;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0;CONFIG_BROWNOUT_DET_LVL_SEL_0;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_1;CONFIG_BROWNOUT_DET_LVL_SEL_1;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_1;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2;CONFIG_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3;CONFIG_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4;CONFIG_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5;CONFIG_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6;CONFIG_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7;CONFIG_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP_BROWNOUT_DET_LVL;CONFIG_BROWNOUT_DET_LVL;CONFIG_ESP32_BROWNOUT_DET_LVL;CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE;CONFIG_DISABLE_BASIC_ROM_CONSOLE;CONFIG_ESP_SYSTEM_BROWNOUT_INTR;CONFIG_ESP_IPC_TASK_STACK_SIZE;CONFIG_IPC_TASK_STACK_SIZE;CONFIG_ESP_IPC_USES_CALLERS_PRIORITY;CONFIG_ESP_IPC_ISR_ENABLE;CONFIG_ESP_TIMER_PROFILING;CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER;CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER;CONFIG_ESP_TIMER_TASK_STACK_SIZE;CONFIG_TIMER_TASK_STACK_SIZE;CONFIG_ESP_TIMER_INTERRUPT_LEVEL;CONFIG_ESP_TIMER_SHOW_EXPERIMENTAL;CONFIG_ESP_TIMER_TASK_AFFINITY;CONFIG_ESP_TIMER_TASK_AFFINITY_CPU0;CONFIG_ESP_TIMER_ISR_AFFINITY;CONFIG_ESP_TIMER_ISR_AFFINITY_CPU0;CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD;CONFIG_ESP_TIMER_IMPL_TG0_LAC;CONFIG_ESP_WIFI_ENABLED;CONFIG_ESP32_WIFI_ENABLED;CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM;CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM;CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM;CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM;CONFIG_ESP_WIFI_STATIC_TX_BUFFER;CONFIG_ESP32_WIFI_STATIC_TX_BUFFER;CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER;CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER;CONFIG_ESP_WIFI_TX_BUFFER_TYPE;CONFIG_ESP32_WIFI_TX_BUFFER_TYPE;CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER_NUM;CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM;CONFIG_ESP_WIFI_STATIC_RX_MGMT_BUFFER;CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUFFER;CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUF;CONFIG_ESP_WIFI_RX_MGMT_BUF_NUM_DEF;CONFIG_ESP_WIFI_CSI_ENABLED;CONFIG_ESP32_WIFI_CSI_ENABLED;CONFIG_ESP_WIFI_AMPDU_TX_ENABLED;CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED;CONFIG_ESP_WIFI_TX_BA_WIN;CONFIG_ESP32_WIFI_TX_BA_WIN;CONFIG_ESP_WIFI_AMPDU_RX_ENABLED;CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED;CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED;CONFIG_ESP_WIFI_RX_BA_WIN;CONFIG_ESP32_WIFI_RX_BA_WIN;CONFIG_ESP32_WIFI_RX_BA_WIN;CONFIG_ESP_WIFI_NVS_ENABLED;CONFIG_ESP32_WIFI_NVS_ENABLED;CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_0;CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_0;CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_1;CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_1;CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN;CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN;CONFIG_ESP_WIFI_MGMT_SBUF_NUM;CONFIG_ESP32_WIFI_MGMT_SBUF_NUM;CONFIG_ESP_WIFI_IRAM_OPT;CONFIG_ESP32_WIFI_IRAM_OPT;CONFIG_ESP_WIFI_EXTRA_IRAM_OPT;CONFIG_ESP_WIFI_RX_IRAM_OPT;CONFIG_ESP32_WIFI_RX_IRAM_OPT;CONFIG_ESP_WIFI_ENABLE_WPA3_SAE;CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE;CONFIG_ESP_WIFI_ENABLE_SAE_PK;CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT;CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA;CONFIG_ESP32_WIFI_ENABLE_WPA3_OWE_STA;CONFIG_ESP_WIFI_SLP_IRAM_OPT;CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE;CONFIG_ESP_WIFI_GMAC_SUPPORT;CONFIG_ESP_WIFI_SOFTAP_SUPPORT;CONFIG_ESP_WIFI_SLP_BEACON_LOST_OPT;CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM;CONFIG_ESP_WIFI_NAN_ENABLE;CONFIG_ESP_WIFI_MBEDTLS_CRYPTO;CONFIG_WPA_MBEDTLS_CRYPTO;CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT;CONFIG_WPA_MBEDTLS_TLS_CLIENT;CONFIG_ESP_WIFI_WAPI_PSK;CONFIG_WPA_WAPI_PSK;CONFIG_ESP_WIFI_11KV_SUPPORT;CONFIG_WPA_11KV_SUPPORT;CONFIG_ESP_WIFI_MBO_SUPPORT;CONFIG_WPA_MBO_SUPPORT;CONFIG_ESP_WIFI_DPP_SUPPORT;CONFIG_WPA_DPP_SUPPORT;CONFIG_ESP_WIFI_11R_SUPPORT;CONFIG_WPA_11R_SUPPORT;CONFIG_ESP_WIFI_WPS_SOFTAP_REGISTRAR;CONFIG_WPA_WPS_SOFTAP_REGISTRAR;CONFIG_ESP_WIFI_WPS_STRICT;CONFIG_WPA_WPS_STRICT;CONFIG_ESP_WIFI_WPS_PASSPHRASE;CONFIG_ESP_WIFI_DEBUG_PRINT;CONFIG_WPA_DEBUG_PRINT;CONFIG_ESP_WIFI_TESTING_OPTIONS;CONFIG_WPA_TESTING_OPTIONS;CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT;CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH;CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH;CONFIG_ESP_COREDUMP_ENABLE_TO_UART;CONFIG_ESP32_ENABLE_COREDUMP_TO_UART;CONFIG_ESP_COREDUMP_ENABLE_TO_NONE;CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE;CONFIG_FATFS_VOLUME_COUNT;CONFIG_FATFS_LFN_NONE;CONFIG_FATFS_LFN_HEAP;CONFIG_FATFS_LFN_STACK;CONFIG_FATFS_SECTOR_512;CONFIG_FATFS_SECTOR_4096;CONFIG_FATFS_CODEPAGE_DYNAMIC;CONFIG_FATFS_CODEPAGE_437;CONFIG_FATFS_CODEPAGE_720;CONFIG_FATFS_CODEPAGE_737;CONFIG_FATFS_CODEPAGE_771;CONFIG_FATFS_CODEPAGE_775;CONFIG_FATFS_CODEPAGE_850;CONFIG_FATFS_CODEPAGE_852;CONFIG_FATFS_CODEPAGE_855;CONFIG_FATFS_CODEPAGE_857;CONFIG_FATFS_CODEPAGE_860;CONFIG_FATFS_CODEPAGE_861;CONFIG_FATFS_CODEPAGE_862;CONFIG_FATFS_CODEPAGE_863;CONFIG_FATFS_CODEPAGE_864;CONFIG_FATFS_CODEPAGE_865;CONFIG_FATFS_CODEPAGE_866;CONFIG_FATFS_CODEPAGE_869;CONFIG_FATFS_CODEPAGE_932;CONFIG_FATFS_CODEPAGE_936;CONFIG_FATFS_CODEPAGE_949;CONFIG_FATFS_CODEPAGE_950;CONFIG_FATFS_CODEPAGE;CONFIG_FATFS_FS_LOCK;CONFIG_FATFS_TIMEOUT_MS;CONFIG_FATFS_PER_FILE_CACHE;CONFIG_FATFS_USE_FASTSEEK;CONFIG_FATFS_VFS_FSTAT_BLKSIZE;CONFIG_FREERTOS_SMP;CONFIG_FREERTOS_UNICORE;CONFIG_FREERTOS_HZ;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY;CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS;CONFIG_FREERTOS_IDLE_TASK_STACKSIZE;CONFIG_FREERTOS_USE_IDLE_HOOK;CONFIG_FREERTOS_USE_TICK_HOOK;CONFIG_FREERTOS_MAX_TASK_NAME_LEN;CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY;CONFIG_FREERTOS_TIMER_TASK_PRIORITY;CONFIG_TIMER_TASK_PRIORITY;CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH;CONFIG_TIMER_TASK_STACK_DEPTH;CONFIG_FREERTOS_TIMER_QUEUE_LENGTH;CONFIG_TIMER_QUEUE_LENGTH;CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE;CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES;CONFIG_FREERTOS_USE_TRACE_FACILITY;CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS;CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER;CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK;CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS;CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP;CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK;CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER;CONFIG_FREERTOS_ISR_STACKSIZE;CONFIG_FREERTOS_INTERRUPT_BACKTRACE;CONFIG_FREERTOS_FPU_IN_ISR;CONFIG_FREERTOS_TICK_SUPPORT_CORETIMER;CONFIG_FREERTOS_CORETIMER_0;CONFIG_FREERTOS_CORETIMER_1;CONFIG_FREERTOS_SYSTICK_USES_CCOUNT;CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH;CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH;CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE;CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT;CONFIG_FREERTOS_NO_AFFINITY;CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION;CONFIG_FREERTOS_DEBUG_OCDAWARE;CONFIG_HAL_ASSERTION_EQUALS_SYSTEM;CONFIG_HAL_ASSERTION_DISABLE;CONFIG_HAL_ASSERTION_SILENT;CONFIG_HAL_ASSERTION_SILIENT;CONFIG_HAL_ASSERTION_ENABLE;CONFIG_HAL_DEFAULT_ASSERTION_LEVEL;CONFIG_HAL_SPI_MASTER_FUNC_IN_IRAM;CONFIG_HAL_SPI_SLAVE_FUNC_IN_IRAM;CONFIG_HEAP_POISONING_DISABLED;CONFIG_HEAP_POISONING_LIGHT;CONFIG_HEAP_POISONING_COMPREHENSIVE;CONFIG_HEAP_TRACING_OFF;CONFIG_HEAP_TRACING_STANDALONE;CONFIG_HEAP_TRACING_TOHOST;CONFIG_HEAP_USE_HOOKS;CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS;CONFIG_HEAP_PLACE_FUNCTION_INTO_FLASH;CONFIG_IEEE802154_CCA_THRESHOLD;CONFIG_IEEE802154_PENDING_TABLE_SIZE;CONFIG_LOG_DEFAULT_LEVEL_NONE;CONFIG_LOG_DEFAULT_LEVEL_ERROR;CONFIG_LOG_DEFAULT_LEVEL_WARN;CONFIG_LOG_DEFAULT_LEVEL_INFO;CONFIG_LOG_DEFAULT_LEVEL_DEBUG;CONFIG_LOG_DEFAULT_LEVEL_VERBOSE;CONFIG_LOG_DEFAULT_LEVEL;CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT;CONFIG_LOG_MAXIMUM_LEVEL_DEBUG;CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE;CONFIG_LOG_MAXIMUM_LEVEL;CONFIG_LOG_COLORS;CONFIG_LOG_TIMESTAMP_SOURCE_RTOS;CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM;CONFIG_LWIP_LOCAL_HOSTNAME;CONFIG_LWIP_NETIF_API;CONFIG_LWIP_TCPIP_TASK_PRIO;CONFIG_LWIP_TCPIP_CORE_LOCKING;CONFIG_LWIP_CHECK_THREAD_SAFETY;CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES;CONFIG_LWIP_L2_TO_L3_COPY;CONFIG_L2_TO_L3_COPY;CONFIG_LWIP_IRAM_OPTIMIZATION;CONFIG_LWIP_EXTRA_IRAM_OPTIMIZATION;CONFIG_LWIP_TIMERS_ONDEMAND;CONFIG_LWIP_ND6;CONFIG_LWIP_MAX_SOCKETS;CONFIG_LWIP_USE_ONLY_LWIP_SELECT;CONFIG_LWIP_SO_LINGER;CONFIG_LWIP_SO_REUSE;CONFIG_LWIP_SO_REUSE_RXTOALL;CONFIG_LWIP_SO_RCVBUF;CONFIG_LWIP_NETBUF_RECVINFO;CONFIG_LWIP_IP4_FRAG;CONFIG_LWIP_IP6_FRAG;CONFIG_LWIP_IP4_REASSEMBLY;CONFIG_LWIP_IP6_REASSEMBLY;CONFIG_LWIP_IP_REASS_MAX_PBUFS;CONFIG_LWIP_IP_FORWARD;CONFIG_LWIP_STATS;CONFIG_LWIP_ESP_GRATUITOUS_ARP;CONFIG_ESP_GRATUITOUS_ARP;CONFIG_LWIP_GARP_TMR_INTERVAL;CONFIG_GARP_TMR_INTERVAL;CONFIG_LWIP_ESP_MLDV6_REPORT;CONFIG_LWIP_MLDV6_TMR_INTERVAL;CONFIG_LWIP_TCPIP_RECVMBOX_SIZE;CONFIG_TCPIP_RECVMBOX_SIZE;CONFIG_LWIP_DHCP_DOES_ARP_CHECK;CONFIG_LWIP_DHCP_DISABLE_CLIENT_ID;CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID;CONFIG_LWIP_DHCP_RESTORE_LAST_IP;CONFIG_LWIP_DHCP_OPTIONS_LEN;CONFIG_LWIP_NUM_NETIF_CLIENT_DATA;CONFIG_LWIP_DHCP_COARSE_TIMER_SECS;CONFIG_LWIP_DHCPS;CONFIG_LWIP_DHCPS_LEASE_UNIT;CONFIG_LWIP_DHCPS_MAX_STATION_NUM;CONFIG_LWIP_AUTOIP;CONFIG_LWIP_IPV4;CONFIG_LWIP_IPV6;CONFIG_LWIP_IPV6_AUTOCONFIG;CONFIG_LWIP_IPV6_NUM_ADDRESSES;CONFIG_LWIP_IPV6_FORWARD;CONFIG_LWIP_NETIF_STATUS_CALLBACK;CONFIG_LWIP_NETIF_LOOPBACK;CONFIG_LWIP_LOOPBACK_MAX_PBUFS;CONFIG_LWIP_MAX_ACTIVE_TCP;CONFIG_LWIP_MAX_LISTENING_TCP;CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION;CONFIG_LWIP_TCP_MAXRTX;CONFIG_TCP_MAXRTX;CONFIG_LWIP_TCP_SYNMAXRTX;CONFIG_TCP_SYNMAXRTX;CONFIG_LWIP_TCP_MSS;CONFIG_TCP_MSS;CONFIG_LWIP_TCP_TMR_INTERVAL;CONFIG_LWIP_TCP_MSL;CONFIG_TCP_MSL;CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT;CONFIG_LWIP_TCP_SND_BUF_DEFAULT;CONFIG_TCP_SND_BUF_DEFAULT;CONFIG_LWIP_TCP_WND_DEFAULT;CONFIG_TCP_WND_DEFAULT;CONFIG_LWIP_TCP_RECVMBOX_SIZE;CONFIG_TCP_RECVMBOX_SIZE;CONFIG_LWIP_TCP_QUEUE_OOSEQ;CONFIG_TCP_QUEUE_OOSEQ;CONFIG_LWIP_TCP_SACK_OUT;CONFIG_LWIP_TCP_OVERSIZE_MSS;CONFIG_TCP_OVERSIZE_MSS;CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS;CONFIG_TCP_OVERSIZE_QUARTER_MSS;CONFIG_LWIP_TCP_OVERSIZE_DISABLE;CONFIG_TCP_OVERSIZE_DISABLE;CONFIG_LWIP_TCP_RTO_TIME;CONFIG_LWIP_MAX_UDP_PCBS;CONFIG_LWIP_UDP_RECVMBOX_SIZE;CONFIG_UDP_RECVMBOX_SIZE;CONFIG_LWIP_CHECKSUM_CHECK_IP;CONFIG_LWIP_CHECKSUM_CHECK_UDP;CONFIG_LWIP_CHECKSUM_CHECK_ICMP;CONFIG_LWIP_TCPIP_TASK_STACK_SIZE;CONFIG_TCPIP_TASK_STACK_SIZE;CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY;CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY;CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0;CONFIG_TCPIP_TASK_AFFINITY_CPU0;CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU1;CONFIG_TCPIP_TASK_AFFINITY_CPU1;CONFIG_LWIP_TCPIP_TASK_AFFINITY;CONFIG_TCPIP_TASK_AFFINITY;CONFIG_LWIP_PPP_SUPPORT;CONFIG_PPP_SUPPORT;CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE;CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS;CONFIG_LWIP_SLIP_SUPPORT;CONFIG_LWIP_ICMP;CONFIG_LWIP_MULTICAST_PING;CONFIG_LWIP_BROADCAST_PING;CONFIG_LWIP_MAX_RAW_PCBS;CONFIG_LWIP_SNTP_MAX_SERVERS;CONFIG_LWIP_DHCP_GET_NTP_SRV;CONFIG_LWIP_SNTP_UPDATE_DELAY;CONFIG_LWIP_BRIDGEIF_MAX_PORTS;CONFIG_LWIP_ESP_LWIP_ASSERT;CONFIG_LWIP_HOOK_TCP_ISN_NONE;CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT;CONFIG_LWIP_HOOK_TCP_ISN_CUSTOM;CONFIG_LWIP_HOOK_IP6_ROUTE_NONE;CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT;CONFIG_LWIP_HOOK_IP6_ROUTE_CUSTOM;CONFIG_LWIP_HOOK_ND6_GET_GW_NONE;CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT;CONFIG_LWIP_HOOK_ND6_GET_GW_CUSTOM;CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE;CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_DEFAULT;CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_CUSTOM;CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE;CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT;CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM;CONFIG_LWIP_HOOK_IP6_INPUT_NONE;CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT;CONFIG_LWIP_HOOK_IP6_INPUT_CUSTOM;CONFIG_LWIP_DEBUG;CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC;CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC;CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC;CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN;CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN;CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN;CONFIG_MBEDTLS_DYNAMIC_BUFFER;CONFIG_MBEDTLS_DEBUG;CONFIG_MBEDTLS_SSL_PROTO_TLS1_3;CONFIG_MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH;CONFIG_MBEDTLS_X509_TRUSTED_CERT_CALLBACK;CONFIG_MBEDTLS_SSL_CONTEXT_SERIALIZATION;CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE;CONFIG_MBEDTLS_PKCS7_C;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE;CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS;CONFIG_MBEDTLS_ECP_RESTARTABLE;CONFIG_MBEDTLS_CMAC_C;CONFIG_MBEDTLS_HARDWARE_AES;CONFIG_MBEDTLS_HARDWARE_MPI;CONFIG_MBEDTLS_HARDWARE_SHA;CONFIG_MBEDTLS_ROM_MD5;CONFIG_MBEDTLS_ATCA_HW_ECDSA_SIGN;CONFIG_MBEDTLS_ATCA_HW_ECDSA_VERIFY;CONFIG_MBEDTLS_HAVE_TIME;CONFIG_MBEDTLS_PLATFORM_TIME_ALT;CONFIG_MBEDTLS_HAVE_TIME_DATE;CONFIG_MBEDTLS_ECDSA_DETERMINISTIC;CONFIG_MBEDTLS_SHA512_C;CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT;CONFIG_MBEDTLS_TLS_SERVER_ONLY;CONFIG_MBEDTLS_TLS_CLIENT_ONLY;CONFIG_MBEDTLS_TLS_DISABLED;CONFIG_MBEDTLS_TLS_SERVER;CONFIG_MBEDTLS_TLS_CLIENT;CONFIG_MBEDTLS_TLS_ENABLED;CONFIG_MBEDTLS_PSK_MODES;CONFIG_MBEDTLS_KEY_EXCHANGE_RSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA;CONFIG_MBEDTLS_SSL_RENEGOTIATION;CONFIG_MBEDTLS_SSL_PROTO_TLS1_2;CONFIG_MBEDTLS_SSL_PROTO_GMTSSL1_1;CONFIG_MBEDTLS_SSL_PROTO_DTLS;CONFIG_MBEDTLS_SSL_ALPN;CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS;CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS;CONFIG_MBEDTLS_AES_C;CONFIG_MBEDTLS_CAMELLIA_C;CONFIG_MBEDTLS_DES_C;CONFIG_MBEDTLS_BLOWFISH_C;CONFIG_MBEDTLS_XTEA_C;CONFIG_MBEDTLS_CCM_C;CONFIG_MBEDTLS_GCM_C;CONFIG_MBEDTLS_NIST_KW_C;CONFIG_MBEDTLS_RIPEMD160_C;CONFIG_MBEDTLS_PEM_PARSE_C;CONFIG_MBEDTLS_PEM_WRITE_C;CONFIG_MBEDTLS_X509_CRL_PARSE_C;CONFIG_MBEDTLS_X509_CSR_PARSE_C;CONFIG_MBEDTLS_ECP_C;CONFIG_MBEDTLS_DHM_C;CONFIG_MBEDTLS_ECDH_C;CONFIG_MBEDTLS_ECDSA_C;CONFIG_MBEDTLS_ECJPAKE_C;CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED;CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED;CONFIG_MBEDTLS_ECP_NIST_OPTIM;CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM;CONFIG_MBEDTLS_POLY1305_C;CONFIG_MBEDTLS_CHACHA20_C;CONFIG_MBEDTLS_HKDF_C;CONFIG_MBEDTLS_THREADING_C;CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI;CONFIG_MQTT_PROTOCOL_311;CONFIG_MQTT_PROTOCOL_5;CONFIG_MQTT_TRANSPORT_SSL;CONFIG_MQTT_TRANSPORT_WEBSOCKET;CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE;CONFIG_MQTT_MSG_ID_INCREMENTAL;CONFIG_MQTT_SKIP_PUBLISH_IF_DISCONNECTED;CONFIG_MQTT_REPORT_DELETED_MESSAGES;CONFIG_MQTT_USE_CUSTOM_CONFIG;CONFIG_MQTT_TASK_CORE_SELECTION_ENABLED;CONFIG_MQTT_CUSTOM_OUTBOX;CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF;CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF;CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR;CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF;CONFIG_NEWLIB_STDIN_LINE_ENDING_LF;CONFIG_NEWLIB_STDIN_LINE_ENDING_CR;CONFIG_NEWLIB_NANO_FORMAT;CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT;CONFIG_ESP32_TIME_SYSCALL_USE_RTC_HRT;CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1;CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC;CONFIG_ESP32_TIME_SYSCALL_USE_RTC;CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT;CONFIG_ESP32_TIME_SYSCALL_USE_HRT;CONFIG_ESP32_TIME_SYSCALL_USE_FRC1;CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE;CONFIG_ESP32_TIME_SYSCALL_USE_NONE;CONFIG_NVS_ASSERT_ERROR_CHECK;CONFIG_OPENTHREAD_ENABLED;CONFIG_OPENTHREAD_NETWORK_NAME;CONFIG_OPENTHREAD_MESH_LOCAL_PREFIX;CONFIG_OPENTHREAD_NETWORK_CHANNEL;CONFIG_OPENTHREAD_NETWORK_PANID;CONFIG_OPENTHREAD_NETWORK_EXTPANID;CONFIG_OPENTHREAD_NETWORK_MASTERKEY;CONFIG_OPENTHREAD_NETWORK_PSKC;CONFIG_OPENTHREAD_XTAL_ACCURACY;CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0;CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1;CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2;CONFIG_PTHREAD_TASK_PRIO_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT;CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT;CONFIG_PTHREAD_STACK_MIN;CONFIG_ESP32_PTHREAD_STACK_MIN;CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY;CONFIG_ESP32_DEFAULT_PTHREAD_CORE_NO_AFFINITY;CONFIG_PTHREAD_DEFAULT_CORE_0;CONFIG_ESP32_DEFAULT_PTHREAD_CORE_0;CONFIG_PTHREAD_DEFAULT_CORE_1;CONFIG_ESP32_DEFAULT_PTHREAD_CORE_1;CONFIG_PTHREAD_TASK_CORE_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT;CONFIG_PTHREAD_TASK_NAME_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT;CONFIG_MMU_PAGE_SIZE_64KB;CONFIG_MMU_PAGE_MODE;CONFIG_MMU_PAGE_SIZE;CONFIG_SPI_FLASH_VERIFY_WRITE;CONFIG_SPI_FLASH_ENABLE_COUNTERS;CONFIG_SPI_FLASH_ROM_DRIVER_PATCH;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED;CONFIG_SPI_FLASH_SHARE_SPI1_BUS;CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE;CONFIG_SPI_FLASH_YIELD_DURING_ERASE;CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS;CONFIG_SPI_FLASH_ERASE_YIELD_TICKS;CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE;CONFIG_SPI_FLASH_SIZE_OVERRIDE;CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED;CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST;CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC;CONFIG_SPI_FLASH_BROWNOUT_RESET;CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED;CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP;CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP;CONFIG_SPI_FLASH_SUPPORT_GD_CHIP;CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP;CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP;CONFIG_SPI_FLASH_SUPPORT_TH_CHIP;CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE;CONFIG_SPIFFS_MAX_PARTITIONS;CONFIG_SPIFFS_CACHE;CONFIG_SPIFFS_CACHE_WR;CONFIG_SPIFFS_CACHE_STATS;CONFIG_SPIFFS_PAGE_CHECK;CONFIG_SPIFFS_GC_MAX_RUNS;CONFIG_SPIFFS_GC_STATS;CONFIG_SPIFFS_PAGE_SIZE;CONFIG_SPIFFS_OBJ_NAME_LEN;CONFIG_SPIFFS_FOLLOW_SYMLINKS;CONFIG_SPIFFS_USE_MAGIC;CONFIG_SPIFFS_USE_MAGIC_LENGTH;CONFIG_SPIFFS_META_LENGTH;CONFIG_SPIFFS_USE_MTIME;CONFIG_SPIFFS_DBG;CONFIG_SPIFFS_API_DBG;CONFIG_SPIFFS_GC_DBG;CONFIG_SPIFFS_CACHE_DBG;CONFIG_SPIFFS_CHECK_DBG;CONFIG_SPIFFS_TEST_VISUALISATION;CONFIG_WS_TRANSPORT;CONFIG_WS_BUFFER_SIZE;CONFIG_WS_DYNAMIC_BUFFER;CONFIG_ULP_COPROC_ENABLED;CONFIG_ESP32_ULP_COPROC_ENABLED;CONFIG_UNITY_ENABLE_FLOAT;CONFIG_UNITY_ENABLE_DOUBLE;CONFIG_UNITY_ENABLE_64BIT;CONFIG_UNITY_ENABLE_COLOR;CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER;CONFIG_UNITY_ENABLE_FIXTURE;CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL;CONFIG_VFS_SUPPORT_IO;CONFIG_VFS_SUPPORT_DIR;CONFIG_VFS_SUPPORT_SELECT;CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT;CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT;CONFIG_VFS_SUPPORT_TERMIOS;CONFIG_SUPPORT_TERMIOS;CONFIG_VFS_MAX_COUNT;CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS;CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS;CONFIG_WL_SECTOR_SIZE_512;CONFIG_WL_SECTOR_SIZE_4096;CONFIG_WL_SECTOR_SIZE;CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES;CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT;CONFIG_WIFI_PROV_BLE_FORCE_ENCRYPTION;CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN;CONFIG_WIFI_PROV_STA_FAST_SCAN;CONFIG_IDF_EXPERIMENTAL_FEATURES) +set(CONFIGS_LIST CONFIG_SOC_ADC_SUPPORTED;CONFIG_SOC_DEDICATED_GPIO_SUPPORTED;CONFIG_SOC_UART_SUPPORTED;CONFIG_SOC_GDMA_SUPPORTED;CONFIG_SOC_AHB_GDMA_SUPPORTED;CONFIG_SOC_GPTIMER_SUPPORTED;CONFIG_SOC_TWAI_SUPPORTED;CONFIG_SOC_BT_SUPPORTED;CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED;CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED;CONFIG_SOC_TEMP_SENSOR_SUPPORTED;CONFIG_SOC_XT_WDT_SUPPORTED;CONFIG_SOC_PHY_SUPPORTED;CONFIG_SOC_WIFI_SUPPORTED;CONFIG_SOC_SUPPORTS_SECURE_DL_MODE;CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD;CONFIG_SOC_EFUSE_HAS_EFUSE_RST_BUG;CONFIG_SOC_EFUSE_SUPPORTED;CONFIG_SOC_RTC_FAST_MEM_SUPPORTED;CONFIG_SOC_RTC_MEM_SUPPORTED;CONFIG_SOC_I2S_SUPPORTED;CONFIG_SOC_RMT_SUPPORTED;CONFIG_SOC_SDM_SUPPORTED;CONFIG_SOC_GPSPI_SUPPORTED;CONFIG_SOC_LEDC_SUPPORTED;CONFIG_SOC_I2C_SUPPORTED;CONFIG_SOC_SYSTIMER_SUPPORTED;CONFIG_SOC_SUPPORT_COEXISTENCE;CONFIG_SOC_AES_SUPPORTED;CONFIG_SOC_MPI_SUPPORTED;CONFIG_SOC_SHA_SUPPORTED;CONFIG_SOC_HMAC_SUPPORTED;CONFIG_SOC_DIG_SIGN_SUPPORTED;CONFIG_SOC_FLASH_ENC_SUPPORTED;CONFIG_SOC_SECURE_BOOT_SUPPORTED;CONFIG_SOC_MEMPROT_SUPPORTED;CONFIG_SOC_BOD_SUPPORTED;CONFIG_SOC_CLK_TREE_SUPPORTED;CONFIG_SOC_ASSIST_DEBUG_SUPPORTED;CONFIG_SOC_WDT_SUPPORTED;CONFIG_SOC_SPI_FLASH_SUPPORTED;CONFIG_SOC_RNG_SUPPORTED;CONFIG_SOC_LIGHT_SLEEP_SUPPORTED;CONFIG_SOC_DEEP_SLEEP_SUPPORTED;CONFIG_SOC_LP_PERIPH_SHARE_INTERRUPT;CONFIG_SOC_PM_SUPPORTED;CONFIG_SOC_XTAL_SUPPORT_40M;CONFIG_SOC_AES_SUPPORT_DMA;CONFIG_SOC_AES_GDMA;CONFIG_SOC_AES_SUPPORT_AES_128;CONFIG_SOC_AES_SUPPORT_AES_256;CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED;CONFIG_SOC_ADC_ARBITER_SUPPORTED;CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED;CONFIG_SOC_ADC_MONITOR_SUPPORTED;CONFIG_SOC_ADC_DMA_SUPPORTED;CONFIG_SOC_ADC_PERIPH_NUM;CONFIG_SOC_ADC_MAX_CHANNEL_NUM;CONFIG_SOC_ADC_ATTEN_NUM;CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM;CONFIG_SOC_ADC_PATT_LEN_MAX;CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH;CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH;CONFIG_SOC_ADC_DIGI_RESULT_BYTES;CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV;CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM;CONFIG_SOC_ADC_DIGI_MONITOR_NUM;CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH;CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW;CONFIG_SOC_ADC_RTC_MIN_BITWIDTH;CONFIG_SOC_ADC_RTC_MAX_BITWIDTH;CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED;CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED;CONFIG_SOC_ADC_SHARED_POWER;CONFIG_SOC_APB_BACKUP_DMA;CONFIG_SOC_BROWNOUT_RESET_SUPPORTED;CONFIG_SOC_SHARED_IDCACHE_SUPPORTED;CONFIG_SOC_CACHE_MEMORY_IBANK_SIZE;CONFIG_SOC_CPU_CORES_NUM;CONFIG_SOC_CPU_INTR_NUM;CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC;CONFIG_SOC_CPU_HAS_CSR_PC;CONFIG_SOC_CPU_BREAKPOINTS_NUM;CONFIG_SOC_CPU_WATCHPOINTS_NUM;CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE;CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN;CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH;CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US;CONFIG_SOC_AHB_GDMA_VERSION;CONFIG_SOC_GDMA_NUM_GROUPS_MAX;CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX;CONFIG_SOC_GPIO_PORT;CONFIG_SOC_GPIO_PIN_COUNT;CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER;CONFIG_SOC_GPIO_FILTER_CLK_SUPPORT_APB;CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD;CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP;CONFIG_SOC_GPIO_IN_RANGE_MAX;CONFIG_SOC_GPIO_OUT_RANGE_MAX;CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK;CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT;CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK;CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX;CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM;CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP;CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM;CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM;CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE;CONFIG_SOC_I2C_NUM;CONFIG_SOC_HP_I2C_NUM;CONFIG_SOC_I2C_FIFO_LEN;CONFIG_SOC_I2C_CMD_REG_NUM;CONFIG_SOC_I2C_SUPPORT_SLAVE;CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS;CONFIG_SOC_I2C_SUPPORT_XTAL;CONFIG_SOC_I2C_SUPPORT_RTC;CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR;CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST;CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE;CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS;CONFIG_SOC_I2S_NUM;CONFIG_SOC_I2S_HW_VERSION_2;CONFIG_SOC_I2S_SUPPORTS_XTAL;CONFIG_SOC_I2S_SUPPORTS_PLL_F160M;CONFIG_SOC_I2S_SUPPORTS_PCM;CONFIG_SOC_I2S_SUPPORTS_PDM;CONFIG_SOC_I2S_SUPPORTS_PDM_TX;CONFIG_SOC_I2S_PDM_MAX_TX_LINES;CONFIG_SOC_I2S_SUPPORTS_TDM;CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK;CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK;CONFIG_SOC_LEDC_TIMER_NUM;CONFIG_SOC_LEDC_CHANNEL_NUM;CONFIG_SOC_LEDC_TIMER_BIT_WIDTH;CONFIG_SOC_LEDC_SUPPORT_FADE_STOP;CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM;CONFIG_SOC_MMU_PERIPH_NUM;CONFIG_SOC_MPU_MIN_REGION_SIZE;CONFIG_SOC_MPU_REGIONS_MAX_NUM;CONFIG_SOC_RMT_GROUPS;CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP;CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP;CONFIG_SOC_RMT_CHANNELS_PER_GROUP;CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL;CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG;CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION;CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP;CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT;CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO;CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY;CONFIG_SOC_RMT_SUPPORT_XTAL;CONFIG_SOC_RMT_SUPPORT_APB;CONFIG_SOC_RMT_SUPPORT_RC_FAST;CONFIG_SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH;CONFIG_SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM;CONFIG_SOC_SLEEP_SYSTIMER_STALL_WORKAROUND;CONFIG_SOC_SLEEP_TGWDT_STOP_WORKAROUND;CONFIG_SOC_RTCIO_PIN_COUNT;CONFIG_SOC_MPI_MEM_BLOCKS_NUM;CONFIG_SOC_MPI_OPERATIONS_NUM;CONFIG_SOC_RSA_MAX_BIT_LEN;CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE;CONFIG_SOC_SHA_SUPPORT_DMA;CONFIG_SOC_SHA_SUPPORT_RESUME;CONFIG_SOC_SHA_GDMA;CONFIG_SOC_SHA_SUPPORT_SHA1;CONFIG_SOC_SHA_SUPPORT_SHA224;CONFIG_SOC_SHA_SUPPORT_SHA256;CONFIG_SOC_SDM_GROUPS;CONFIG_SOC_SDM_CHANNELS_PER_GROUP;CONFIG_SOC_SDM_CLK_SUPPORT_APB;CONFIG_SOC_SPI_PERIPH_NUM;CONFIG_SOC_SPI_MAX_CS_NUM;CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE;CONFIG_SOC_SPI_SUPPORT_DDRCLK;CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS;CONFIG_SOC_SPI_SUPPORT_CD_SIG;CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS;CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2;CONFIG_SOC_SPI_SUPPORT_CLK_APB;CONFIG_SOC_SPI_SUPPORT_CLK_XTAL;CONFIG_SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT;CONFIG_SOC_SPI_SCT_SUPPORTED;CONFIG_SOC_SPI_SCT_REG_NUM;CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX;CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX;CONFIG_SOC_MEMSPI_IS_INDEPENDENT;CONFIG_SOC_SPI_MAX_PRE_DIVIDER;CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE;CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND;CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME;CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR;CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND;CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS;CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE;CONFIG_SOC_SPI_MEM_SUPPORT_WRAP;CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED;CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED;CONFIG_SOC_SYSTIMER_COUNTER_NUM;CONFIG_SOC_SYSTIMER_ALARM_NUM;CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO;CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI;CONFIG_SOC_SYSTIMER_FIXED_DIVIDER;CONFIG_SOC_SYSTIMER_INT_LEVEL;CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE;CONFIG_SOC_TIMER_GROUPS;CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP;CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH;CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL;CONFIG_SOC_TIMER_GROUP_SUPPORT_APB;CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS;CONFIG_SOC_MWDT_SUPPORT_XTAL;CONFIG_SOC_TWAI_CONTROLLER_NUM;CONFIG_SOC_TWAI_CLK_SUPPORT_APB;CONFIG_SOC_TWAI_BRP_MIN;CONFIG_SOC_TWAI_BRP_MAX;CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS;CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE;CONFIG_SOC_EFUSE_DIS_PAD_JTAG;CONFIG_SOC_EFUSE_DIS_USB_JTAG;CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT;CONFIG_SOC_EFUSE_SOFT_DIS_JTAG;CONFIG_SOC_EFUSE_DIS_ICACHE;CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK;CONFIG_SOC_SECURE_BOOT_V2_RSA;CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS;CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS;CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY;CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX;CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES;CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128;CONFIG_SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE;CONFIG_SOC_MEMPROT_MEM_ALIGN_SIZE;CONFIG_SOC_UART_NUM;CONFIG_SOC_UART_HP_NUM;CONFIG_SOC_UART_FIFO_LEN;CONFIG_SOC_UART_BITRATE_MAX;CONFIG_SOC_UART_SUPPORT_APB_CLK;CONFIG_SOC_UART_SUPPORT_RTC_CLK;CONFIG_SOC_UART_SUPPORT_XTAL_CLK;CONFIG_SOC_UART_SUPPORT_WAKEUP_INT;CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND;CONFIG_SOC_COEX_HW_PTI;CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE;CONFIG_SOC_MAC_BB_PD_MEM_SIZE;CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH;CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP;CONFIG_SOC_PM_SUPPORT_BT_WAKEUP;CONFIG_SOC_PM_SUPPORT_CPU_PD;CONFIG_SOC_PM_SUPPORT_WIFI_PD;CONFIG_SOC_PM_SUPPORT_BT_PD;CONFIG_SOC_PM_SUPPORT_RC_FAST_PD;CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD;CONFIG_SOC_PM_SUPPORT_MAC_BB_PD;CONFIG_SOC_PM_CPU_RETENTION_BY_RTCCNTL;CONFIG_SOC_PM_MODEM_RETENTION_BY_BACKUPDMA;CONFIG_SOC_PM_MODEM_PD_BY_SW;CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED;CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256;CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION;CONFIG_SOC_CLK_XTAL32K_SUPPORTED;CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC;CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL;CONFIG_SOC_WIFI_HW_TSF;CONFIG_SOC_WIFI_FTM_SUPPORT;CONFIG_SOC_WIFI_GCMP_SUPPORT;CONFIG_SOC_WIFI_WAPI_SUPPORT;CONFIG_SOC_WIFI_CSI_SUPPORT;CONFIG_SOC_WIFI_MESH_SUPPORT;CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW;CONFIG_SOC_WIFI_PHY_NEEDS_USB_WORKAROUND;CONFIG_SOC_BLE_SUPPORTED;CONFIG_SOC_BLE_MESH_SUPPORTED;CONFIG_SOC_BLE_50_SUPPORTED;CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED;CONFIG_SOC_BLUFI_SUPPORTED;CONFIG_SOC_PHY_COMBO_MODULE;CONFIG_IDF_CMAKE;CONFIG_IDF_TOOLCHAIN;CONFIG_IDF_TOOLCHAIN_GCC;CONFIG_IDF_TARGET_ARCH_RISCV;CONFIG_IDF_TARGET_ARCH;CONFIG_IDF_TARGET;CONFIG_IDF_INIT_VERSION;CONFIG_IDF_TARGET_ESP32C3;CONFIG_IDF_FIRMWARE_CHIP_ID;CONFIG_APP_BUILD_TYPE_APP_2NDBOOT;CONFIG_APP_BUILD_TYPE_RAM;CONFIG_APP_BUILD_TYPE_ELF_RAM;CONFIG_APP_BUILD_GENERATE_BINARIES;CONFIG_APP_BUILD_BOOTLOADER;CONFIG_APP_BUILD_USE_FLASH_SECTIONS;CONFIG_APP_REPRODUCIBLE_BUILD;CONFIG_APP_NO_BLOBS;CONFIG_NO_BLOBS;CONFIG_BOOTLOADER_COMPILE_TIME_DATE;CONFIG_BOOTLOADER_PROJECT_VER;CONFIG_BOOTLOADER_OFFSET_IN_FLASH;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF;CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE;CONFIG_BOOTLOADER_LOG_LEVEL_NONE;CONFIG_LOG_BOOTLOADER_LEVEL_NONE;CONFIG_BOOTLOADER_LOG_LEVEL_ERROR;CONFIG_LOG_BOOTLOADER_LEVEL_ERROR;CONFIG_BOOTLOADER_LOG_LEVEL_WARN;CONFIG_LOG_BOOTLOADER_LEVEL_WARN;CONFIG_BOOTLOADER_LOG_LEVEL_INFO;CONFIG_LOG_BOOTLOADER_LEVEL_INFO;CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG;CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG;CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE;CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE;CONFIG_BOOTLOADER_LOG_LEVEL;CONFIG_LOG_BOOTLOADER_LEVEL;CONFIG_BOOTLOADER_LOG_COLORS;CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS;CONFIG_BOOTLOADER_FLASH_DC_AWARE;CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT;CONFIG_BOOTLOADER_FACTORY_RESET;CONFIG_BOOTLOADER_APP_TEST;CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE;CONFIG_BOOTLOADER_WDT_ENABLE;CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE;CONFIG_BOOTLOADER_WDT_TIME_MS;CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE;CONFIG_APP_ROLLBACK_ENABLE;CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP;CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON;CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS;CONFIG_BOOTLOADER_RESERVE_RTC_SIZE;CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC;CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED;CONFIG_SECURE_BOOT_V2_PREFERRED;CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT;CONFIG_SECURE_BOOT;CONFIG_SECURE_FLASH_ENC_ENABLED;CONFIG_FLASH_ENCRYPTION_ENABLED;CONFIG_SECURE_ROM_DL_MODE_ENABLED;CONFIG_APP_COMPILE_TIME_DATE;CONFIG_APP_EXCLUDE_PROJECT_VER_VAR;CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR;CONFIG_APP_PROJECT_VER_FROM_CONFIG;CONFIG_APP_RETRIEVE_LEN_ELF_SHA;CONFIG_ESP_ROM_HAS_CRC_LE;CONFIG_ESP_ROM_HAS_CRC_BE;CONFIG_ESP_ROM_HAS_MZ_CRC32;CONFIG_ESP_ROM_HAS_JPEG_DECODE;CONFIG_ESP_ROM_UART_CLK_IS_XTAL;CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM;CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING;CONFIG_ESP_ROM_HAS_ERASE_0_REGION_BUG;CONFIG_ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV;CONFIG_ESP_ROM_GET_CLK_FREQ;CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND;CONFIG_ESP_ROM_HAS_LAYOUT_TABLE;CONFIG_ESP_ROM_HAS_SPI_FLASH;CONFIG_ESP_ROM_HAS_ETS_PRINTF_BUG;CONFIG_ESP_ROM_HAS_NEWLIB;CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT;CONFIG_ESP_ROM_HAS_NEWLIB_32BIT_TIME;CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE;CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT;CONFIG_ESP_ROM_HAS_SW_FLOAT;CONFIG_ESP_ROM_USB_OTG_NUM;CONFIG_ESP_ROM_HAS_VERSION;CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB;CONFIG_BOOT_ROM_LOG_ALWAYS_ON;CONFIG_BOOT_ROM_LOG_ALWAYS_OFF;CONFIG_BOOT_ROM_LOG_ON_GPIO_HIGH;CONFIG_BOOT_ROM_LOG_ON_GPIO_LOW;CONFIG_ESPTOOLPY_NO_STUB;CONFIG_ESPTOOLPY_FLASHMODE_QIO;CONFIG_FLASHMODE_QIO;CONFIG_ESPTOOLPY_FLASHMODE_QOUT;CONFIG_FLASHMODE_QOUT;CONFIG_ESPTOOLPY_FLASHMODE_DIO;CONFIG_FLASHMODE_DIO;CONFIG_ESPTOOLPY_FLASHMODE_DOUT;CONFIG_FLASHMODE_DOUT;CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR;CONFIG_ESPTOOLPY_FLASHMODE;CONFIG_ESPTOOLPY_FLASHFREQ_80M;CONFIG_ESPTOOLPY_FLASHFREQ_40M;CONFIG_ESPTOOLPY_FLASHFREQ_26M;CONFIG_ESPTOOLPY_FLASHFREQ_20M;CONFIG_ESPTOOLPY_FLASHFREQ;CONFIG_ESPTOOLPY_FLASHSIZE_1MB;CONFIG_ESPTOOLPY_FLASHSIZE_2MB;CONFIG_ESPTOOLPY_FLASHSIZE_4MB;CONFIG_ESPTOOLPY_FLASHSIZE_8MB;CONFIG_ESPTOOLPY_FLASHSIZE_16MB;CONFIG_ESPTOOLPY_FLASHSIZE_32MB;CONFIG_ESPTOOLPY_FLASHSIZE_64MB;CONFIG_ESPTOOLPY_FLASHSIZE_128MB;CONFIG_ESPTOOLPY_FLASHSIZE;CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE;CONFIG_ESPTOOLPY_BEFORE_RESET;CONFIG_ESPTOOLPY_BEFORE_NORESET;CONFIG_ESPTOOLPY_BEFORE;CONFIG_ESPTOOLPY_AFTER_RESET;CONFIG_ESPTOOLPY_AFTER_NORESET;CONFIG_ESPTOOLPY_AFTER;CONFIG_ESPTOOLPY_MONITOR_BAUD;CONFIG_MONITOR_BAUD;CONFIG_PARTITION_TABLE_SINGLE_APP;CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE;CONFIG_PARTITION_TABLE_TWO_OTA;CONFIG_PARTITION_TABLE_TWO_OTA_LARGE;CONFIG_PARTITION_TABLE_CUSTOM;CONFIG_PARTITION_TABLE_CUSTOM_FILENAME;CONFIG_PARTITION_TABLE_FILENAME;CONFIG_PARTITION_TABLE_OFFSET;CONFIG_PARTITION_TABLE_MD5;CONFIG_ENV_GPIO_RANGE_MIN;CONFIG_ENV_GPIO_RANGE_MAX;CONFIG_ENV_GPIO_IN_RANGE_MAX;CONFIG_ENV_GPIO_OUT_RANGE_MAX;CONFIG_BLINK_LED_GPIO;CONFIG_BLINK_LED_RMT;CONFIG_BLINK_GPIO;CONFIG_BLINK_PERIOD;CONFIG_COMPILER_OPTIMIZATION_DEBUG;CONFIG_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG;CONFIG_COMPILER_OPTIMIZATION_DEFAULT;CONFIG_COMPILER_OPTIMIZATION_SIZE;CONFIG_OPTIMIZATION_LEVEL_RELEASE;CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE;CONFIG_COMPILER_OPTIMIZATION_PERF;CONFIG_COMPILER_OPTIMIZATION_NONE;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE;CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_OPTIMIZATION_ASSERTIONS_SILENT;CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE;CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED;CONFIG_COMPILER_ASSERT_NDEBUG_EVALUATE;CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB;CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL;CONFIG_OPTIMIZATION_ASSERTION_LEVEL;CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT;CONFIG_COMPILER_HIDE_PATHS_MACROS;CONFIG_COMPILER_CXX_EXCEPTIONS;CONFIG_CXX_EXCEPTIONS;CONFIG_COMPILER_CXX_RTTI;CONFIG_COMPILER_STACK_CHECK_MODE_NONE;CONFIG_STACK_CHECK_NONE;CONFIG_COMPILER_STACK_CHECK_MODE_NORM;CONFIG_STACK_CHECK_NORM;CONFIG_COMPILER_STACK_CHECK_MODE_STRONG;CONFIG_STACK_CHECK_STRONG;CONFIG_COMPILER_STACK_CHECK_MODE_ALL;CONFIG_STACK_CHECK_ALL;CONFIG_COMPILER_NO_MERGE_CONSTANTS;CONFIG_COMPILER_WARN_WRITE_STRINGS;CONFIG_WARN_WRITE_STRINGS;CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS;CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS;CONFIG_COMPILER_DISABLE_GCC12_WARNINGS;CONFIG_COMPILER_DISABLE_GCC13_WARNINGS;CONFIG_COMPILER_DISABLE_GCC14_WARNINGS;CONFIG_COMPILER_DUMP_RTL_FILES;CONFIG_COMPILER_RT_LIB_GCCLIB;CONFIG_COMPILER_RT_LIB_NAME;CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING;CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE;CONFIG_COMPILER_STATIC_ANALYZER;CONFIG_APPTRACE_DEST_JTAG;CONFIG_ESP32_APPTRACE_DEST_TRAX;CONFIG_APPTRACE_DEST_NONE;CONFIG_ESP32_APPTRACE_DEST_NONE;CONFIG_APPTRACE_DEST_UART1;CONFIG_APPTRACE_DEST_USB_CDC;CONFIG_APPTRACE_DEST_UART_NONE;CONFIG_APPTRACE_UART_TASK_PRIO;CONFIG_APPTRACE_LOCK_ENABLE;CONFIG_ESP32_APPTRACE_LOCK_ENABLE;CONFIG_BT_ENABLED;CONFIG_BT_ALARM_MAX_NUM;CONFIG_CONSOLE_SORTED_HELP;CONFIG_TWAI_ISR_IN_IRAM;CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM;CONFIG_ADC_SUPPRESS_DEPRECATE_WARN;CONFIG_ADC_CALI_SUPPRESS_DEPRECATE_WARN;CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN;CONFIG_RMT_SUPPRESS_DEPRECATE_WARN;CONFIG_I2S_SUPPRESS_DEPRECATE_WARN;CONFIG_SDM_SUPPRESS_DEPRECATE_WARN;CONFIG_TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN;CONFIG_EFUSE_CUSTOM_TABLE;CONFIG_EFUSE_VIRTUAL;CONFIG_EFUSE_MAX_BLK_LEN;CONFIG_ESP_TLS_USING_MBEDTLS;CONFIG_ESP_TLS_USE_DS_PERIPHERAL;CONFIG_ESP_TLS_CLIENT_SESSION_TICKETS;CONFIG_ESP_TLS_SERVER_SESSION_TICKETS;CONFIG_ESP_TLS_SERVER_CERT_SELECT_HOOK;CONFIG_ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL;CONFIG_ESP_TLS_PSK_VERIFICATION;CONFIG_ESP_TLS_INSECURE;CONFIG_ADC_ONESHOT_CTRL_FUNC_IN_IRAM;CONFIG_ADC_CONTINUOUS_ISR_IRAM_SAFE;CONFIG_ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3;CONFIG_ADC_ONESHOT_FORCE_USE_ADC2_ON_C3;CONFIG_ADC_ENABLE_DEBUG_LOG;CONFIG_ESP_COEX_ENABLED;CONFIG_ESP_COEX_EXTERNAL_COEXIST_ENABLE;CONFIG_EXTERNAL_COEX_ENABLE;CONFIG_ESP_WIFI_EXTERNAL_COEXIST_ENABLE;CONFIG_ESP_COEX_GPIO_DEBUG;CONFIG_ESP_ERR_TO_NAME_LOOKUP;CONFIG_GPIO_CTRL_FUNC_IN_IRAM;CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM;CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM;CONFIG_GPTIMER_ISR_IRAM_SAFE;CONFIG_GPTIMER_ENABLE_DEBUG_LOG;CONFIG_I2C_ISR_IRAM_SAFE;CONFIG_I2C_ENABLE_DEBUG_LOG;CONFIG_I2C_ENABLE_SLAVE_DRIVER_VERSION_2;CONFIG_I2S_ISR_IRAM_SAFE;CONFIG_I2S_ENABLE_DEBUG_LOG;CONFIG_LEDC_CTRL_FUNC_IN_IRAM;CONFIG_RMT_ISR_IRAM_SAFE;CONFIG_RMT_RECV_FUNC_IN_IRAM;CONFIG_RMT_ENABLE_DEBUG_LOG;CONFIG_SDM_CTRL_FUNC_IN_IRAM;CONFIG_SDM_ENABLE_DEBUG_LOG;CONFIG_SPI_MASTER_IN_IRAM;CONFIG_SPI_MASTER_ISR_IN_IRAM;CONFIG_SPI_SLAVE_IN_IRAM;CONFIG_SPI_SLAVE_ISR_IN_IRAM;CONFIG_TEMP_SENSOR_ENABLE_DEBUG_LOG;CONFIG_UART_ISR_IN_IRAM;CONFIG_USJ_ENABLE_USB_SERIAL_JTAG;CONFIG_ETH_ENABLED;CONFIG_ETH_USE_SPI_ETHERNET;CONFIG_ETH_SPI_ETHERNET_DM9051;CONFIG_ETH_SPI_ETHERNET_W5500;CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL;CONFIG_ETH_USE_OPENETH;CONFIG_ETH_TRANSMIT_MUTEX;CONFIG_ESP_EVENT_LOOP_PROFILING;CONFIG_EVENT_LOOP_PROFILING;CONFIG_ESP_EVENT_POST_FROM_ISR;CONFIG_POST_EVENTS_FROM_ISR;CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR;CONFIG_POST_EVENTS_FROM_IRAM_ISR;CONFIG_ESP_GDBSTUB_ENABLED;CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME;CONFIG_ESP_GDBSTUB_SUPPORT_TASKS;CONFIG_GDBSTUB_SUPPORT_TASKS;CONFIG_ESP_GDBSTUB_MAX_TASKS;CONFIG_GDBSTUB_MAX_TASKS;CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS;CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH;CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH;CONFIG_ESP_HTTP_CLIENT_ENABLE_CUSTOM_TRANSPORT;CONFIG_ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT;CONFIG_HTTPD_MAX_REQ_HDR_LEN;CONFIG_HTTPD_MAX_URI_LEN;CONFIG_HTTPD_ERR_RESP_NO_DELAY;CONFIG_HTTPD_PURGE_BUF_LEN;CONFIG_HTTPD_LOG_PURGE_DATA;CONFIG_HTTPD_WS_SUPPORT;CONFIG_HTTPD_QUEUE_WORK_BLOCKING;CONFIG_HTTPD_SERVER_EVENT_POST_TIMEOUT;CONFIG_ESP_HTTPS_OTA_DECRYPT_CB;CONFIG_ESP_HTTPS_OTA_ALLOW_HTTP;CONFIG_OTA_ALLOW_HTTP;CONFIG_ESP_HTTPS_OTA_EVENT_POST_TIMEOUT;CONFIG_ESP_HTTPS_SERVER_ENABLE;CONFIG_ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT;CONFIG_ESP32C3_REV_MIN_0;CONFIG_ESP32C3_REV_MIN_1;CONFIG_ESP32C3_REV_MIN_2;CONFIG_ESP32C3_REV_MIN_3;CONFIG_ESP32C3_REV_MIN_4;CONFIG_ESP32C3_REV_MIN_101;CONFIG_ESP32C3_REV_MIN_FULL;CONFIG_ESP_REV_MIN_FULL;CONFIG_ESP32C3_REV_MAX_FULL;CONFIG_ESP_REV_MAX_FULL;CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL;CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA;CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP;CONFIG_ESP_MAC_ADDR_UNIVERSE_BT;CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH;CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES;CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO;CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR;CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES;CONFIG_ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC;CONFIG_ESP_SLEEP_POWER_DOWN_FLASH;CONFIG_ESP_SYSTEM_PD_FLASH;CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND;CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU;CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND;CONFIG_ESP32C3_LIGHTSLEEP_GPIO_RESET_WORKAROUND;CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY;CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION;CONFIG_ESP_SLEEP_DEBUG;CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS;CONFIG_RTC_CLK_SRC_INT_RC;CONFIG_ESP32C3_RTC_CLK_SRC_INT_RC;CONFIG_RTC_CLK_SRC_EXT_CRYS;CONFIG_ESP32C3_RTC_CLK_SRC_EXT_CRYS;CONFIG_RTC_CLK_SRC_EXT_OSC;CONFIG_ESP32C3_RTC_CLK_SRC_EXT_OSC;CONFIG_RTC_CLK_SRC_INT_8MD256;CONFIG_ESP32C3_RTC_CLK_SRC_INT_8MD256;CONFIG_RTC_CLK_CAL_CYCLES;CONFIG_ESP32C3_RTC_CLK_CAL_CYCLES;CONFIG_PERIPH_CTRL_FUNC_IN_IRAM;CONFIG_GDMA_CTRL_FUNC_IN_IRAM;CONFIG_GDMA_ISR_IRAM_SAFE;CONFIG_GDMA_ENABLE_DEBUG_LOG;CONFIG_XTAL_FREQ_40;CONFIG_XTAL_FREQ;CONFIG_ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM;CONFIG_LCD_ENABLE_DEBUG_LOG;CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL;CONFIG_ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION;CONFIG_ESP_NETIF_TCPIP_LWIP;CONFIG_ESP_NETIF_LOOPBACK;CONFIG_ESP_NETIF_USES_TCPIP_WITH_BSD_API;CONFIG_ESP_NETIF_REPORT_DATA_TRAFFIC;CONFIG_ESP_NETIF_RECEIVE_REPORT_ERRORS;CONFIG_ESP_NETIF_L2_TAP;CONFIG_ESP_NETIF_BRIDGE_EN;CONFIG_ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF;CONFIG_ESP_PHY_ENABLED;CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE;CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE;CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION;CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION;CONFIG_ESP_PHY_MAX_WIFI_TX_POWER;CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER;CONFIG_ESP_PHY_MAX_TX_POWER;CONFIG_ESP32_PHY_MAX_TX_POWER;CONFIG_ESP_PHY_REDUCE_TX_POWER;CONFIG_REDUCE_PHY_TX_POWER;CONFIG_ESP32_REDUCE_PHY_TX_POWER;CONFIG_ESP_PHY_ENABLE_USB;CONFIG_ESP_PHY_ENABLE_CERT_TEST;CONFIG_ESP_PHY_RF_CAL_PARTIAL;CONFIG_ESP_PHY_RF_CAL_NONE;CONFIG_ESP_PHY_RF_CAL_FULL;CONFIG_ESP_PHY_CALIBRATION_MODE;CONFIG_ESP_PHY_PLL_TRACK_DEBUG;CONFIG_ESP_PHY_RECORD_USED_TIME;CONFIG_PM_ENABLE;CONFIG_PM_SLP_IRAM_OPT;CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP;CONFIG_ESP_SYSTEM_PM_POWER_DOWN_CPU;CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80;CONFIG_ESP32C3_DEFAULT_CPU_FREQ_80;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160;CONFIG_ESP32C3_DEFAULT_CPU_FREQ_160;CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ;CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT;CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT;CONFIG_ESP_SYSTEM_PANIC_GDBSTUB;CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS;CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE;CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK;CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP;CONFIG_ESP_SYSTEM_USE_EH_FRAME;CONFIG_ESP_SYSTEM_MEMPROT_FEATURE;CONFIG_ESP32C3_MEMPROT_FEATURE;CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK;CONFIG_ESP32C3_MEMPROT_FEATURE_LOCK;CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_SYSTEM_EVENT_QUEUE_SIZE;CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE;CONFIG_ESP_MAIN_TASK_STACK_SIZE;CONFIG_MAIN_TASK_STACK_SIZE;CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0;CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY;CONFIG_ESP_MAIN_TASK_AFFINITY;CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE;CONFIG_ESP_CONSOLE_UART_DEFAULT;CONFIG_CONSOLE_UART_DEFAULT;CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG;CONFIG_ESP_CONSOLE_UART_CUSTOM;CONFIG_CONSOLE_UART_CUSTOM;CONFIG_ESP_CONSOLE_NONE;CONFIG_CONSOLE_UART_NONE;CONFIG_ESP_CONSOLE_UART_NONE;CONFIG_ESP_CONSOLE_SECONDARY_NONE;CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG;CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED;CONFIG_ESP_CONSOLE_UART;CONFIG_CONSOLE_UART;CONFIG_ESP_CONSOLE_UART_NUM;CONFIG_CONSOLE_UART_NUM;CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM;CONFIG_ESP_CONSOLE_UART_BAUDRATE;CONFIG_CONSOLE_UART_BAUDRATE;CONFIG_ESP_INT_WDT;CONFIG_INT_WDT;CONFIG_ESP_INT_WDT_TIMEOUT_MS;CONFIG_INT_WDT_TIMEOUT_MS;CONFIG_ESP_TASK_WDT_EN;CONFIG_ESP_TASK_WDT_INIT;CONFIG_TASK_WDT;CONFIG_ESP_TASK_WDT;CONFIG_ESP_TASK_WDT_PANIC;CONFIG_TASK_WDT_PANIC;CONFIG_ESP_TASK_WDT_TIMEOUT_S;CONFIG_TASK_WDT_TIMEOUT_S;CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0;CONFIG_ESP_PANIC_HANDLER_IRAM;CONFIG_ESP_DEBUG_STUBS_ENABLE;CONFIG_ESP32_DEBUG_STUBS_ENABLE;CONFIG_ESP_DEBUG_OCDAWARE;CONFIG_ESP32C3_DEBUG_OCDAWARE;CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4;CONFIG_ESP_BROWNOUT_DET;CONFIG_BROWNOUT_DET;CONFIG_ESP32C3_BROWNOUT_DET;CONFIG_ESP32C3_BROWNOUT_DET;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7;CONFIG_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_7;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6;CONFIG_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_6;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5;CONFIG_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_5;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4;CONFIG_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_4;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3;CONFIG_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_3;CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2;CONFIG_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_2;CONFIG_ESP_BROWNOUT_DET_LVL;CONFIG_BROWNOUT_DET_LVL;CONFIG_ESP32C3_BROWNOUT_DET_LVL;CONFIG_ESP_SYSTEM_BROWNOUT_INTR;CONFIG_ESP_SYSTEM_HW_STACK_GUARD;CONFIG_ESP_SYSTEM_HW_PC_RECORD;CONFIG_ESP_IPC_TASK_STACK_SIZE;CONFIG_IPC_TASK_STACK_SIZE;CONFIG_ESP_TIMER_PROFILING;CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER;CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER;CONFIG_ESP_TIMER_TASK_STACK_SIZE;CONFIG_TIMER_TASK_STACK_SIZE;CONFIG_ESP_TIMER_INTERRUPT_LEVEL;CONFIG_ESP_TIMER_SHOW_EXPERIMENTAL;CONFIG_ESP_TIMER_TASK_AFFINITY;CONFIG_ESP_TIMER_TASK_AFFINITY_CPU0;CONFIG_ESP_TIMER_ISR_AFFINITY_CPU0;CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD;CONFIG_ESP_TIMER_IMPL_SYSTIMER;CONFIG_ESP_WIFI_ENABLED;CONFIG_ESP32_WIFI_ENABLED;CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM;CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM;CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM;CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM;CONFIG_ESP_WIFI_STATIC_TX_BUFFER;CONFIG_ESP32_WIFI_STATIC_TX_BUFFER;CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER;CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER;CONFIG_ESP_WIFI_TX_BUFFER_TYPE;CONFIG_ESP32_WIFI_TX_BUFFER_TYPE;CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER_NUM;CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM;CONFIG_ESP_WIFI_STATIC_RX_MGMT_BUFFER;CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUFFER;CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUF;CONFIG_ESP_WIFI_RX_MGMT_BUF_NUM_DEF;CONFIG_ESP_WIFI_CSI_ENABLED;CONFIG_ESP32_WIFI_CSI_ENABLED;CONFIG_ESP_WIFI_AMPDU_TX_ENABLED;CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED;CONFIG_ESP_WIFI_TX_BA_WIN;CONFIG_ESP32_WIFI_TX_BA_WIN;CONFIG_ESP_WIFI_AMPDU_RX_ENABLED;CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED;CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED;CONFIG_ESP_WIFI_RX_BA_WIN;CONFIG_ESP32_WIFI_RX_BA_WIN;CONFIG_ESP32_WIFI_RX_BA_WIN;CONFIG_ESP_WIFI_NVS_ENABLED;CONFIG_ESP32_WIFI_NVS_ENABLED;CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN;CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN;CONFIG_ESP_WIFI_MGMT_SBUF_NUM;CONFIG_ESP32_WIFI_MGMT_SBUF_NUM;CONFIG_ESP_WIFI_IRAM_OPT;CONFIG_ESP32_WIFI_IRAM_OPT;CONFIG_ESP_WIFI_EXTRA_IRAM_OPT;CONFIG_ESP_WIFI_RX_IRAM_OPT;CONFIG_ESP32_WIFI_RX_IRAM_OPT;CONFIG_ESP_WIFI_ENABLE_WPA3_SAE;CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE;CONFIG_ESP_WIFI_ENABLE_SAE_PK;CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT;CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA;CONFIG_ESP32_WIFI_ENABLE_WPA3_OWE_STA;CONFIG_ESP_WIFI_SLP_IRAM_OPT;CONFIG_ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME;CONFIG_ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME;CONFIG_ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME;CONFIG_ESP_WIFI_FTM_ENABLE;CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE;CONFIG_ESP_WIFI_GCMP_SUPPORT;CONFIG_ESP_WIFI_GMAC_SUPPORT;CONFIG_ESP_WIFI_SOFTAP_SUPPORT;CONFIG_ESP_WIFI_SLP_BEACON_LOST_OPT;CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM;CONFIG_ESP_WIFI_MBEDTLS_CRYPTO;CONFIG_WPA_MBEDTLS_CRYPTO;CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT;CONFIG_WPA_MBEDTLS_TLS_CLIENT;CONFIG_ESP_WIFI_WAPI_PSK;CONFIG_WPA_WAPI_PSK;CONFIG_ESP_WIFI_SUITE_B_192;CONFIG_WPA_SUITE_B_192;CONFIG_ESP_WIFI_11KV_SUPPORT;CONFIG_WPA_11KV_SUPPORT;CONFIG_ESP_WIFI_MBO_SUPPORT;CONFIG_WPA_MBO_SUPPORT;CONFIG_ESP_WIFI_DPP_SUPPORT;CONFIG_WPA_DPP_SUPPORT;CONFIG_ESP_WIFI_11R_SUPPORT;CONFIG_WPA_11R_SUPPORT;CONFIG_ESP_WIFI_WPS_SOFTAP_REGISTRAR;CONFIG_WPA_WPS_SOFTAP_REGISTRAR;CONFIG_ESP_WIFI_WPS_STRICT;CONFIG_WPA_WPS_STRICT;CONFIG_ESP_WIFI_WPS_PASSPHRASE;CONFIG_ESP_WIFI_DEBUG_PRINT;CONFIG_WPA_DEBUG_PRINT;CONFIG_ESP_WIFI_TESTING_OPTIONS;CONFIG_WPA_TESTING_OPTIONS;CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT;CONFIG_ESP_WIFI_ENT_FREE_DYNAMIC_BUFFER;CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH;CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH;CONFIG_ESP_COREDUMP_ENABLE_TO_UART;CONFIG_ESP32_ENABLE_COREDUMP_TO_UART;CONFIG_ESP_COREDUMP_ENABLE_TO_NONE;CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE;CONFIG_FATFS_VOLUME_COUNT;CONFIG_FATFS_LFN_NONE;CONFIG_FATFS_LFN_HEAP;CONFIG_FATFS_LFN_STACK;CONFIG_FATFS_SECTOR_512;CONFIG_FATFS_SECTOR_4096;CONFIG_FATFS_CODEPAGE_DYNAMIC;CONFIG_FATFS_CODEPAGE_437;CONFIG_FATFS_CODEPAGE_720;CONFIG_FATFS_CODEPAGE_737;CONFIG_FATFS_CODEPAGE_771;CONFIG_FATFS_CODEPAGE_775;CONFIG_FATFS_CODEPAGE_850;CONFIG_FATFS_CODEPAGE_852;CONFIG_FATFS_CODEPAGE_855;CONFIG_FATFS_CODEPAGE_857;CONFIG_FATFS_CODEPAGE_860;CONFIG_FATFS_CODEPAGE_861;CONFIG_FATFS_CODEPAGE_862;CONFIG_FATFS_CODEPAGE_863;CONFIG_FATFS_CODEPAGE_864;CONFIG_FATFS_CODEPAGE_865;CONFIG_FATFS_CODEPAGE_866;CONFIG_FATFS_CODEPAGE_869;CONFIG_FATFS_CODEPAGE_932;CONFIG_FATFS_CODEPAGE_936;CONFIG_FATFS_CODEPAGE_949;CONFIG_FATFS_CODEPAGE_950;CONFIG_FATFS_CODEPAGE;CONFIG_FATFS_FS_LOCK;CONFIG_FATFS_TIMEOUT_MS;CONFIG_FATFS_PER_FILE_CACHE;CONFIG_FATFS_USE_FASTSEEK;CONFIG_FATFS_USE_STRFUNC_NONE;CONFIG_FATFS_USE_STRFUNC_WITHOUT_CRLF_CONV;CONFIG_FATFS_USE_STRFUNC_WITH_CRLF_CONV;CONFIG_FATFS_VFS_FSTAT_BLKSIZE;CONFIG_FATFS_IMMEDIATE_FSYNC;CONFIG_FATFS_USE_LABEL;CONFIG_FATFS_LINK_LOCK;CONFIG_FREERTOS_SMP;CONFIG_FREERTOS_UNICORE;CONFIG_FREERTOS_HZ;CONFIG_FREERTOS_OPTIMIZED_SCHEDULER;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL;CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY;CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS;CONFIG_FREERTOS_IDLE_TASK_STACKSIZE;CONFIG_FREERTOS_USE_IDLE_HOOK;CONFIG_FREERTOS_USE_TICK_HOOK;CONFIG_FREERTOS_MAX_TASK_NAME_LEN;CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY;CONFIG_FREERTOS_USE_TIMERS;CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME;CONFIG_FREERTOS_TIMER_TASK_AFFINITY_CPU0;CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY;CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY;CONFIG_FREERTOS_TIMER_TASK_PRIORITY;CONFIG_TIMER_TASK_PRIORITY;CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH;CONFIG_TIMER_TASK_STACK_DEPTH;CONFIG_FREERTOS_TIMER_QUEUE_LENGTH;CONFIG_TIMER_QUEUE_LENGTH;CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE;CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES;CONFIG_FREERTOS_USE_TRACE_FACILITY;CONFIG_FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES;CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS;CONFIG_FREERTOS_USE_APPLICATION_TASK_TAG;CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER;CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK;CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS;CONFIG_FREERTOS_TASK_PRE_DELETION_HOOK;CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP;CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK;CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER;CONFIG_FREERTOS_ISR_STACKSIZE;CONFIG_FREERTOS_INTERRUPT_BACKTRACE;CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER;CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1;CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL3;CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER;CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH;CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE;CONFIG_FREERTOS_PORT;CONFIG_FREERTOS_NO_AFFINITY;CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION;CONFIG_FREERTOS_DEBUG_OCDAWARE;CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT;CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH;CONFIG_FREERTOS_NUMBER_OF_CORES;CONFIG_HAL_ASSERTION_EQUALS_SYSTEM;CONFIG_HAL_ASSERTION_DISABLE;CONFIG_HAL_ASSERTION_SILENT;CONFIG_HAL_ASSERTION_SILIENT;CONFIG_HAL_ASSERTION_ENABLE;CONFIG_HAL_DEFAULT_ASSERTION_LEVEL;CONFIG_HAL_SPI_MASTER_FUNC_IN_IRAM;CONFIG_HAL_SPI_SLAVE_FUNC_IN_IRAM;CONFIG_HAL_ECDSA_GEN_SIG_CM;CONFIG_HEAP_POISONING_DISABLED;CONFIG_HEAP_POISONING_LIGHT;CONFIG_HEAP_POISONING_COMPREHENSIVE;CONFIG_HEAP_TRACING_OFF;CONFIG_HEAP_TRACING_STANDALONE;CONFIG_HEAP_TRACING_TOHOST;CONFIG_HEAP_USE_HOOKS;CONFIG_HEAP_TASK_TRACKING;CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS;CONFIG_HEAP_PLACE_FUNCTION_INTO_FLASH;CONFIG_LOG_DEFAULT_LEVEL_NONE;CONFIG_LOG_DEFAULT_LEVEL_ERROR;CONFIG_LOG_DEFAULT_LEVEL_WARN;CONFIG_LOG_DEFAULT_LEVEL_INFO;CONFIG_LOG_DEFAULT_LEVEL_DEBUG;CONFIG_LOG_DEFAULT_LEVEL_VERBOSE;CONFIG_LOG_DEFAULT_LEVEL;CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT;CONFIG_LOG_MAXIMUM_LEVEL_DEBUG;CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE;CONFIG_LOG_MAXIMUM_LEVEL;CONFIG_LOG_MASTER_LEVEL;CONFIG_LOG_DYNAMIC_LEVEL_CONTROL;CONFIG_LOG_TAG_LEVEL_IMPL_NONE;CONFIG_LOG_TAG_LEVEL_IMPL_LINKED_LIST;CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST;CONFIG_LOG_TAG_LEVEL_CACHE_ARRAY;CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP;CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE;CONFIG_LOG_COLORS;CONFIG_LOG_TIMESTAMP_SOURCE_RTOS;CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM;CONFIG_LWIP_ENABLE;CONFIG_LWIP_LOCAL_HOSTNAME;CONFIG_LWIP_NETIF_API;CONFIG_LWIP_TCPIP_TASK_PRIO;CONFIG_LWIP_TCPIP_CORE_LOCKING;CONFIG_LWIP_CHECK_THREAD_SAFETY;CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES;CONFIG_LWIP_L2_TO_L3_COPY;CONFIG_L2_TO_L3_COPY;CONFIG_LWIP_IRAM_OPTIMIZATION;CONFIG_LWIP_EXTRA_IRAM_OPTIMIZATION;CONFIG_LWIP_TIMERS_ONDEMAND;CONFIG_LWIP_ND6;CONFIG_LWIP_FORCE_ROUTER_FORWARDING;CONFIG_LWIP_MAX_SOCKETS;CONFIG_LWIP_USE_ONLY_LWIP_SELECT;CONFIG_LWIP_SO_LINGER;CONFIG_LWIP_SO_REUSE;CONFIG_LWIP_SO_REUSE_RXTOALL;CONFIG_LWIP_SO_RCVBUF;CONFIG_LWIP_NETBUF_RECVINFO;CONFIG_LWIP_IP_DEFAULT_TTL;CONFIG_LWIP_IP4_FRAG;CONFIG_LWIP_IP6_FRAG;CONFIG_LWIP_IP4_REASSEMBLY;CONFIG_LWIP_IP6_REASSEMBLY;CONFIG_LWIP_IP_REASS_MAX_PBUFS;CONFIG_LWIP_IP_FORWARD;CONFIG_LWIP_STATS;CONFIG_LWIP_ESP_GRATUITOUS_ARP;CONFIG_ESP_GRATUITOUS_ARP;CONFIG_LWIP_GARP_TMR_INTERVAL;CONFIG_GARP_TMR_INTERVAL;CONFIG_LWIP_ESP_MLDV6_REPORT;CONFIG_LWIP_MLDV6_TMR_INTERVAL;CONFIG_LWIP_TCPIP_RECVMBOX_SIZE;CONFIG_TCPIP_RECVMBOX_SIZE;CONFIG_LWIP_DHCP_DOES_ARP_CHECK;CONFIG_LWIP_DHCP_DOES_ACD_CHECK;CONFIG_LWIP_DHCP_DOES_NOT_CHECK_OFFERED_IP;CONFIG_LWIP_DHCP_DISABLE_CLIENT_ID;CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID;CONFIG_LWIP_DHCP_RESTORE_LAST_IP;CONFIG_LWIP_DHCP_OPTIONS_LEN;CONFIG_LWIP_NUM_NETIF_CLIENT_DATA;CONFIG_LWIP_DHCP_COARSE_TIMER_SECS;CONFIG_LWIP_DHCPS;CONFIG_LWIP_DHCPS_LEASE_UNIT;CONFIG_LWIP_DHCPS_MAX_STATION_NUM;CONFIG_LWIP_DHCPS_STATIC_ENTRIES;CONFIG_LWIP_DHCPS_ADD_DNS;CONFIG_LWIP_AUTOIP;CONFIG_LWIP_IPV4;CONFIG_LWIP_IPV6;CONFIG_LWIP_IPV6_AUTOCONFIG;CONFIG_LWIP_IPV6_NUM_ADDRESSES;CONFIG_LWIP_IPV6_FORWARD;CONFIG_LWIP_NETIF_STATUS_CALLBACK;CONFIG_LWIP_NETIF_LOOPBACK;CONFIG_LWIP_LOOPBACK_MAX_PBUFS;CONFIG_LWIP_MAX_ACTIVE_TCP;CONFIG_LWIP_MAX_LISTENING_TCP;CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION;CONFIG_LWIP_TCP_MAXRTX;CONFIG_TCP_MAXRTX;CONFIG_LWIP_TCP_SYNMAXRTX;CONFIG_TCP_SYNMAXRTX;CONFIG_LWIP_TCP_MSS;CONFIG_TCP_MSS;CONFIG_LWIP_TCP_TMR_INTERVAL;CONFIG_LWIP_TCP_MSL;CONFIG_TCP_MSL;CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT;CONFIG_LWIP_TCP_SND_BUF_DEFAULT;CONFIG_TCP_SND_BUF_DEFAULT;CONFIG_LWIP_TCP_WND_DEFAULT;CONFIG_TCP_WND_DEFAULT;CONFIG_LWIP_TCP_RECVMBOX_SIZE;CONFIG_TCP_RECVMBOX_SIZE;CONFIG_LWIP_TCP_ACCEPTMBOX_SIZE;CONFIG_LWIP_TCP_QUEUE_OOSEQ;CONFIG_TCP_QUEUE_OOSEQ;CONFIG_LWIP_TCP_OOSEQ_TIMEOUT;CONFIG_LWIP_TCP_OOSEQ_MAX_PBUFS;CONFIG_LWIP_TCP_SACK_OUT;CONFIG_LWIP_TCP_OVERSIZE_MSS;CONFIG_TCP_OVERSIZE_MSS;CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS;CONFIG_TCP_OVERSIZE_QUARTER_MSS;CONFIG_LWIP_TCP_OVERSIZE_DISABLE;CONFIG_TCP_OVERSIZE_DISABLE;CONFIG_LWIP_TCP_RTO_TIME;CONFIG_LWIP_MAX_UDP_PCBS;CONFIG_LWIP_UDP_RECVMBOX_SIZE;CONFIG_UDP_RECVMBOX_SIZE;CONFIG_LWIP_CHECKSUM_CHECK_IP;CONFIG_LWIP_CHECKSUM_CHECK_UDP;CONFIG_LWIP_CHECKSUM_CHECK_ICMP;CONFIG_LWIP_TCPIP_TASK_STACK_SIZE;CONFIG_TCPIP_TASK_STACK_SIZE;CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY;CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY;CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0;CONFIG_TCPIP_TASK_AFFINITY_CPU0;CONFIG_LWIP_TCPIP_TASK_AFFINITY;CONFIG_TCPIP_TASK_AFFINITY;CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE;CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS;CONFIG_LWIP_IPV6_ND6_NUM_PREFIXES;CONFIG_LWIP_IPV6_ND6_NUM_ROUTERS;CONFIG_LWIP_IPV6_ND6_NUM_DESTINATIONS;CONFIG_LWIP_PPP_SUPPORT;CONFIG_PPP_SUPPORT;CONFIG_LWIP_SLIP_SUPPORT;CONFIG_LWIP_ICMP;CONFIG_LWIP_MULTICAST_PING;CONFIG_LWIP_BROADCAST_PING;CONFIG_LWIP_MAX_RAW_PCBS;CONFIG_LWIP_SNTP_MAX_SERVERS;CONFIG_LWIP_DHCP_GET_NTP_SRV;CONFIG_LWIP_SNTP_UPDATE_DELAY;CONFIG_LWIP_SNTP_STARTUP_DELAY;CONFIG_LWIP_SNTP_MAXIMUM_STARTUP_DELAY;CONFIG_LWIP_DNS_MAX_HOST_IP;CONFIG_LWIP_DNS_MAX_SERVERS;CONFIG_LWIP_FALLBACK_DNS_SERVER_SUPPORT;CONFIG_LWIP_DNS_SETSERVER_WITH_NETIF;CONFIG_LWIP_BRIDGEIF_MAX_PORTS;CONFIG_LWIP_ESP_LWIP_ASSERT;CONFIG_LWIP_HOOK_TCP_ISN_NONE;CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT;CONFIG_LWIP_HOOK_TCP_ISN_CUSTOM;CONFIG_LWIP_HOOK_IP6_ROUTE_NONE;CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT;CONFIG_LWIP_HOOK_IP6_ROUTE_CUSTOM;CONFIG_LWIP_HOOK_ND6_GET_GW_NONE;CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT;CONFIG_LWIP_HOOK_ND6_GET_GW_CUSTOM;CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE;CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_DEFAULT;CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_CUSTOM;CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE;CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT;CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM;CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_NONE;CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM;CONFIG_LWIP_HOOK_IP6_INPUT_NONE;CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT;CONFIG_LWIP_HOOK_IP6_INPUT_CUSTOM;CONFIG_LWIP_DEBUG;CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC;CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC;CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC;CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN;CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN;CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN;CONFIG_MBEDTLS_DYNAMIC_BUFFER;CONFIG_MBEDTLS_DEBUG;CONFIG_MBEDTLS_SSL_PROTO_TLS1_3;CONFIG_MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH;CONFIG_MBEDTLS_X509_TRUSTED_CERT_CALLBACK;CONFIG_MBEDTLS_SSL_CONTEXT_SERIALIZATION;CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE;CONFIG_MBEDTLS_PKCS7_C;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE;CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEPRECATED_LIST;CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS;CONFIG_MBEDTLS_ECP_RESTARTABLE;CONFIG_MBEDTLS_CMAC_C;CONFIG_MBEDTLS_HARDWARE_AES;CONFIG_MBEDTLS_AES_USE_INTERRUPT;CONFIG_MBEDTLS_AES_INTERRUPT_LEVEL;CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER;CONFIG_MBEDTLS_HARDWARE_MPI;CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI;CONFIG_MBEDTLS_MPI_USE_INTERRUPT;CONFIG_MBEDTLS_MPI_INTERRUPT_LEVEL;CONFIG_MBEDTLS_HARDWARE_SHA;CONFIG_MBEDTLS_ROM_MD5;CONFIG_MBEDTLS_ATCA_HW_ECDSA_SIGN;CONFIG_MBEDTLS_ATCA_HW_ECDSA_VERIFY;CONFIG_MBEDTLS_HAVE_TIME;CONFIG_MBEDTLS_PLATFORM_TIME_ALT;CONFIG_MBEDTLS_HAVE_TIME_DATE;CONFIG_MBEDTLS_ECDSA_DETERMINISTIC;CONFIG_MBEDTLS_SHA512_C;CONFIG_MBEDTLS_SHA3_C;CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT;CONFIG_MBEDTLS_TLS_SERVER_ONLY;CONFIG_MBEDTLS_TLS_CLIENT_ONLY;CONFIG_MBEDTLS_TLS_DISABLED;CONFIG_MBEDTLS_TLS_SERVER;CONFIG_MBEDTLS_TLS_CLIENT;CONFIG_MBEDTLS_TLS_ENABLED;CONFIG_MBEDTLS_PSK_MODES;CONFIG_MBEDTLS_KEY_EXCHANGE_RSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA;CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA;CONFIG_MBEDTLS_SSL_RENEGOTIATION;CONFIG_MBEDTLS_SSL_PROTO_TLS1_2;CONFIG_MBEDTLS_SSL_PROTO_GMTSSL1_1;CONFIG_MBEDTLS_SSL_PROTO_DTLS;CONFIG_MBEDTLS_SSL_ALPN;CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS;CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS;CONFIG_MBEDTLS_AES_C;CONFIG_MBEDTLS_CAMELLIA_C;CONFIG_MBEDTLS_DES_C;CONFIG_MBEDTLS_BLOWFISH_C;CONFIG_MBEDTLS_XTEA_C;CONFIG_MBEDTLS_CCM_C;CONFIG_MBEDTLS_GCM_C;CONFIG_MBEDTLS_NIST_KW_C;CONFIG_MBEDTLS_RIPEMD160_C;CONFIG_MBEDTLS_PEM_PARSE_C;CONFIG_MBEDTLS_PEM_WRITE_C;CONFIG_MBEDTLS_X509_CRL_PARSE_C;CONFIG_MBEDTLS_X509_CSR_PARSE_C;CONFIG_MBEDTLS_ECP_C;CONFIG_MBEDTLS_PK_PARSE_EC_EXTENDED;CONFIG_MBEDTLS_PK_PARSE_EC_COMPRESSED;CONFIG_MBEDTLS_DHM_C;CONFIG_MBEDTLS_ECDH_C;CONFIG_MBEDTLS_ECDSA_C;CONFIG_MBEDTLS_ECJPAKE_C;CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED;CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED;CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED;CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED;CONFIG_MBEDTLS_ECP_NIST_OPTIM;CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM;CONFIG_MBEDTLS_POLY1305_C;CONFIG_MBEDTLS_CHACHA20_C;CONFIG_MBEDTLS_HKDF_C;CONFIG_MBEDTLS_THREADING_C;CONFIG_MBEDTLS_ERROR_STRINGS;CONFIG_MBEDTLS_FS_IO;CONFIG_MQTT_PROTOCOL_311;CONFIG_MQTT_PROTOCOL_5;CONFIG_MQTT_TRANSPORT_SSL;CONFIG_MQTT_TRANSPORT_WEBSOCKET;CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE;CONFIG_MQTT_MSG_ID_INCREMENTAL;CONFIG_MQTT_SKIP_PUBLISH_IF_DISCONNECTED;CONFIG_MQTT_REPORT_DELETED_MESSAGES;CONFIG_MQTT_USE_CUSTOM_CONFIG;CONFIG_MQTT_TASK_CORE_SELECTION_ENABLED;CONFIG_MQTT_CUSTOM_OUTBOX;CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF;CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF;CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR;CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF;CONFIG_NEWLIB_STDIN_LINE_ENDING_LF;CONFIG_NEWLIB_STDIN_LINE_ENDING_CR;CONFIG_NEWLIB_NANO_FORMAT;CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT;CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC_SYSTIMER;CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC;CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC;CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT;CONFIG_ESP32C3_TIME_SYSCALL_USE_SYSTIMER;CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE;CONFIG_ESP32C3_TIME_SYSCALL_USE_NONE;CONFIG_NVS_ENCRYPTION;CONFIG_NVS_ASSERT_ERROR_CHECK;CONFIG_NVS_LEGACY_DUP_KEYS_COMPATIBILITY;CONFIG_OPENTHREAD_ENABLED;CONFIG_OPENTHREAD_SPINEL_ONLY;CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0;CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1;CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2;CONFIG_PTHREAD_TASK_PRIO_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT;CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT;CONFIG_PTHREAD_STACK_MIN;CONFIG_ESP32_PTHREAD_STACK_MIN;CONFIG_PTHREAD_TASK_CORE_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT;CONFIG_PTHREAD_TASK_NAME_DEFAULT;CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT;CONFIG_MMU_PAGE_SIZE_64KB;CONFIG_MMU_PAGE_MODE;CONFIG_MMU_PAGE_SIZE;CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC;CONFIG_SPI_FLASH_BROWNOUT_RESET;CONFIG_SPI_FLASH_AUTO_SUSPEND;CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US;CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND;CONFIG_SPI_FLASH_VERIFY_WRITE;CONFIG_SPI_FLASH_ENABLE_COUNTERS;CONFIG_SPI_FLASH_ROM_DRIVER_PATCH;CONFIG_SPI_FLASH_ROM_IMPL;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS;CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED;CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED;CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE;CONFIG_SPI_FLASH_YIELD_DURING_ERASE;CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS;CONFIG_SPI_FLASH_ERASE_YIELD_TICKS;CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE;CONFIG_SPI_FLASH_SIZE_OVERRIDE;CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED;CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST;CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_BOYA_SUPPORTED;CONFIG_SPI_FLASH_VENDOR_TH_SUPPORTED;CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP;CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP;CONFIG_SPI_FLASH_SUPPORT_GD_CHIP;CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP;CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP;CONFIG_SPI_FLASH_SUPPORT_TH_CHIP;CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE;CONFIG_SPIFFS_MAX_PARTITIONS;CONFIG_SPIFFS_CACHE;CONFIG_SPIFFS_CACHE_WR;CONFIG_SPIFFS_CACHE_STATS;CONFIG_SPIFFS_PAGE_CHECK;CONFIG_SPIFFS_GC_MAX_RUNS;CONFIG_SPIFFS_GC_STATS;CONFIG_SPIFFS_PAGE_SIZE;CONFIG_SPIFFS_OBJ_NAME_LEN;CONFIG_SPIFFS_FOLLOW_SYMLINKS;CONFIG_SPIFFS_USE_MAGIC;CONFIG_SPIFFS_USE_MAGIC_LENGTH;CONFIG_SPIFFS_META_LENGTH;CONFIG_SPIFFS_USE_MTIME;CONFIG_SPIFFS_DBG;CONFIG_SPIFFS_API_DBG;CONFIG_SPIFFS_GC_DBG;CONFIG_SPIFFS_CACHE_DBG;CONFIG_SPIFFS_CHECK_DBG;CONFIG_SPIFFS_TEST_VISUALISATION;CONFIG_WS_TRANSPORT;CONFIG_WS_BUFFER_SIZE;CONFIG_WS_DYNAMIC_BUFFER;CONFIG_UNITY_ENABLE_FLOAT;CONFIG_UNITY_ENABLE_DOUBLE;CONFIG_UNITY_ENABLE_64BIT;CONFIG_UNITY_ENABLE_COLOR;CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER;CONFIG_UNITY_ENABLE_FIXTURE;CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL;CONFIG_VFS_SUPPORT_IO;CONFIG_VFS_SUPPORT_DIR;CONFIG_VFS_SUPPORT_SELECT;CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT;CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT;CONFIG_VFS_SELECT_IN_RAM;CONFIG_VFS_SUPPORT_TERMIOS;CONFIG_SUPPORT_TERMIOS;CONFIG_VFS_MAX_COUNT;CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS;CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS;CONFIG_VFS_INITIALIZE_DEV_NULL;CONFIG_WL_SECTOR_SIZE_512;CONFIG_WL_SECTOR_SIZE_4096;CONFIG_WL_SECTOR_SIZE;CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES;CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT;CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN;CONFIG_WIFI_PROV_STA_FAST_SCAN;CONFIG_IDF_EXPERIMENTAL_FEATURES) # List of deprecated options for backward compatibility set(CONFIG_APP_BUILD_TYPE_ELF_RAM "") set(CONFIG_NO_BLOBS "") -set(CONFIG_ESP32_NO_BLOBS "") -set(CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS "") -set(CONFIG_ESP32_COMPATIBLE_PRE_V3_1_BOOTLOADERS "") set(CONFIG_LOG_BOOTLOADER_LEVEL_NONE "") set(CONFIG_LOG_BOOTLOADER_LEVEL_ERROR "") set(CONFIG_LOG_BOOTLOADER_LEVEL_WARN "") @@ -1068,6 +1226,7 @@ set(CONFIG_FLASHMODE_DOUT "") set(CONFIG_MONITOR_BAUD "115200") set(CONFIG_OPTIMIZATION_LEVEL_DEBUG "y") set(CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG "y") +set(CONFIG_COMPILER_OPTIMIZATION_DEFAULT "y") set(CONFIG_OPTIMIZATION_LEVEL_RELEASE "") set(CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE "") set(CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED "y") @@ -1083,47 +1242,33 @@ set(CONFIG_WARN_WRITE_STRINGS "") set(CONFIG_ESP32_APPTRACE_DEST_TRAX "") set(CONFIG_ESP32_APPTRACE_DEST_NONE "y") set(CONFIG_ESP32_APPTRACE_LOCK_ENABLE "y") -set(CONFIG_ADC2_DISABLE_DAC "y") -set(CONFIG_MCPWM_ISR_IN_IRAM "") +set(CONFIG_EXTERNAL_COEX_ENABLE "") +set(CONFIG_ESP_WIFI_EXTERNAL_COEXIST_ENABLE "") set(CONFIG_EVENT_LOOP_PROFILING "") set(CONFIG_POST_EVENTS_FROM_ISR "y") set(CONFIG_POST_EVENTS_FROM_IRAM_ISR "y") +set(CONFIG_GDBSTUB_SUPPORT_TASKS "y") +set(CONFIG_GDBSTUB_MAX_TASKS "32") set(CONFIG_OTA_ALLOW_HTTP "") -set(CONFIG_TWO_UNIVERSAL_MAC_ADDRESS "") -set(CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS "y") -set(CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS "4") set(CONFIG_ESP_SYSTEM_PD_FLASH "") -set(CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY "2000") -set(CONFIG_ESP32_RTC_CLK_SRC_INT_RC "y") -set(CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC "y") -set(CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS "") -set(CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL "") -set(CONFIG_ESP32_RTC_CLK_SRC_EXT_OSC "") -set(CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC "") -set(CONFIG_ESP32_RTC_CLK_SRC_INT_8MD256 "") -set(CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256 "") -set(CONFIG_ESP32_RTC_CLK_CAL_CYCLES "1024") -set(CONFIG_ESP32_XTAL_FREQ_26 "") -set(CONFIG_ESP32_XTAL_FREQ_40 "y") -set(CONFIG_ESP32_XTAL_FREQ_AUTO "") -set(CONFIG_ESP32_XTAL_FREQ "40") +set(CONFIG_ESP32C3_LIGHTSLEEP_GPIO_RESET_WORKAROUND "y") +set(CONFIG_ESP32C3_RTC_CLK_SRC_INT_RC "y") +set(CONFIG_ESP32C3_RTC_CLK_SRC_EXT_CRYS "") +set(CONFIG_ESP32C3_RTC_CLK_SRC_EXT_OSC "") +set(CONFIG_ESP32C3_RTC_CLK_SRC_INT_8MD256 "") +set(CONFIG_ESP32C3_RTC_CLK_CAL_CYCLES "1024") set(CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE "y") set(CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION "") set(CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER "20") set(CONFIG_ESP32_PHY_MAX_TX_POWER "20") set(CONFIG_REDUCE_PHY_TX_POWER "") set(CONFIG_ESP32_REDUCE_PHY_TX_POWER "") -set(CONFIG_SPIRAM_SUPPORT "") -set(CONFIG_ESP32_SPIRAM_SUPPORT "") -set(CONFIG_ESP32_DEFAULT_CPU_FREQ_80 "") -set(CONFIG_ESP32_DEFAULT_CPU_FREQ_160 "y") -set(CONFIG_ESP32_DEFAULT_CPU_FREQ_240 "") -set(CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ "160") -set(CONFIG_TRACEMEM_RESERVE_DRAM "0x0") -set(CONFIG_ESP32_PANIC_PRINT_HALT "") -set(CONFIG_ESP32_PANIC_PRINT_REBOOT "y") -set(CONFIG_ESP32_PANIC_SILENT_REBOOT "") -set(CONFIG_ESP32_PANIC_GDBSTUB "") +set(CONFIG_ESP_SYSTEM_PM_POWER_DOWN_CPU "y") +set(CONFIG_ESP32C3_DEFAULT_CPU_FREQ_80 "") +set(CONFIG_ESP32C3_DEFAULT_CPU_FREQ_160 "y") +set(CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ "160") +set(CONFIG_ESP32C3_MEMPROT_FEATURE "y") +set(CONFIG_ESP32C3_MEMPROT_FEATURE_LOCK "y") set(CONFIG_SYSTEM_EVENT_QUEUE_SIZE "32") set(CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE "2304") set(CONFIG_MAIN_TASK_STACK_SIZE "3584") @@ -1136,36 +1281,30 @@ set(CONFIG_CONSOLE_UART_NUM "0") set(CONFIG_CONSOLE_UART_BAUDRATE "115200") set(CONFIG_INT_WDT "y") set(CONFIG_INT_WDT_TIMEOUT_MS "300") -set(CONFIG_INT_WDT_CHECK_CPU1 "y") set(CONFIG_TASK_WDT "y") set(CONFIG_ESP_TASK_WDT "y") set(CONFIG_TASK_WDT_PANIC "") set(CONFIG_TASK_WDT_TIMEOUT_S "5") set(CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 "y") -set(CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1 "y") set(CONFIG_ESP32_DEBUG_STUBS_ENABLE "") -set(CONFIG_ESP32_DEBUG_OCDAWARE "y") +set(CONFIG_ESP32C3_DEBUG_OCDAWARE "y") set(CONFIG_BROWNOUT_DET "y") -set(CONFIG_ESP32_BROWNOUT_DET "y") -set(CONFIG_BROWNOUT_DET_LVL_SEL_0 "y") -set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0 "y") -set(CONFIG_BROWNOUT_DET_LVL_SEL_1 "") -set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_1 "") -set(CONFIG_BROWNOUT_DET_LVL_SEL_2 "") -set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_2 "") -set(CONFIG_BROWNOUT_DET_LVL_SEL_3 "") -set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_3 "") -set(CONFIG_BROWNOUT_DET_LVL_SEL_4 "") -set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_4 "") -set(CONFIG_BROWNOUT_DET_LVL_SEL_5 "") -set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_5 "") +set(CONFIG_ESP32C3_BROWNOUT_DET "y") +set(CONFIG_ESP32C3_BROWNOUT_DET "y") +set(CONFIG_BROWNOUT_DET_LVL_SEL_7 "y") +set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_7 "y") set(CONFIG_BROWNOUT_DET_LVL_SEL_6 "") -set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_6 "") -set(CONFIG_BROWNOUT_DET_LVL_SEL_7 "") -set(CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_7 "") -set(CONFIG_BROWNOUT_DET_LVL "0") -set(CONFIG_ESP32_BROWNOUT_DET_LVL "0") -set(CONFIG_DISABLE_BASIC_ROM_CONSOLE "") +set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_6 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_5 "") +set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_5 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_4 "") +set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_4 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_3 "") +set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_3 "") +set(CONFIG_BROWNOUT_DET_LVL_SEL_2 "") +set(CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_2 "") +set(CONFIG_BROWNOUT_DET_LVL "7") +set(CONFIG_ESP32C3_BROWNOUT_DET_LVL "7") set(CONFIG_IPC_TASK_STACK_SIZE "1024") set(CONFIG_TIMER_TASK_STACK_SIZE "3584") set(CONFIG_ESP32_WIFI_ENABLED "y") @@ -1183,8 +1322,6 @@ set(CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED "y") set(CONFIG_ESP32_WIFI_RX_BA_WIN "6") set(CONFIG_ESP32_WIFI_RX_BA_WIN "6") set(CONFIG_ESP32_WIFI_NVS_ENABLED "y") -set(CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_0 "y") -set(CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_1 "") set(CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN "752") set(CONFIG_ESP32_WIFI_MGMT_SBUF_NUM "32") set(CONFIG_ESP32_WIFI_IRAM_OPT "y") @@ -1194,6 +1331,7 @@ set(CONFIG_ESP32_WIFI_ENABLE_WPA3_OWE_STA "y") set(CONFIG_WPA_MBEDTLS_CRYPTO "y") set(CONFIG_WPA_MBEDTLS_TLS_CLIENT "y") set(CONFIG_WPA_WAPI_PSK "") +set(CONFIG_WPA_SUITE_B_192 "") set(CONFIG_WPA_11KV_SUPPORT "") set(CONFIG_WPA_MBO_SUPPORT "") set(CONFIG_WPA_DPP_SUPPORT "") @@ -1218,8 +1356,8 @@ set(CONFIG_TCP_MAXRTX "12") set(CONFIG_TCP_SYNMAXRTX "12") set(CONFIG_TCP_MSS "1440") set(CONFIG_TCP_MSL "60000") -set(CONFIG_TCP_SND_BUF_DEFAULT "5744") -set(CONFIG_TCP_WND_DEFAULT "5744") +set(CONFIG_TCP_SND_BUF_DEFAULT "5760") +set(CONFIG_TCP_WND_DEFAULT "5760") set(CONFIG_TCP_RECVMBOX_SIZE "6") set(CONFIG_TCP_QUEUE_OOSEQ "y") set(CONFIG_TCP_OVERSIZE_MSS "y") @@ -1229,27 +1367,20 @@ set(CONFIG_UDP_RECVMBOX_SIZE "6") set(CONFIG_TCPIP_TASK_STACK_SIZE "3072") set(CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY "y") set(CONFIG_TCPIP_TASK_AFFINITY_CPU0 "") -set(CONFIG_TCPIP_TASK_AFFINITY_CPU1 "") set(CONFIG_TCPIP_TASK_AFFINITY "0x7fffffff") set(CONFIG_PPP_SUPPORT "") -set(CONFIG_ESP32_TIME_SYSCALL_USE_RTC_HRT "y") -set(CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1 "y") -set(CONFIG_ESP32_TIME_SYSCALL_USE_RTC "") -set(CONFIG_ESP32_TIME_SYSCALL_USE_HRT "") -set(CONFIG_ESP32_TIME_SYSCALL_USE_FRC1 "") -set(CONFIG_ESP32_TIME_SYSCALL_USE_NONE "") +set(CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC_SYSTIMER "y") +set(CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC "") +set(CONFIG_ESP32C3_TIME_SYSCALL_USE_SYSTIMER "") +set(CONFIG_ESP32C3_TIME_SYSCALL_USE_NONE "") set(CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT "5") set(CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT "3072") set(CONFIG_ESP32_PTHREAD_STACK_MIN "768") -set(CONFIG_ESP32_DEFAULT_PTHREAD_CORE_NO_AFFINITY "y") -set(CONFIG_ESP32_DEFAULT_PTHREAD_CORE_0 "") -set(CONFIG_ESP32_DEFAULT_PTHREAD_CORE_1 "") set(CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT "-1") set(CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT "pthread") set(CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS "y") set(CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS "") set(CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED "") -set(CONFIG_ESP32_ULP_COPROC_ENABLED "") set(CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT "y") set(CONFIG_SUPPORT_TERMIOS "y") set(CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS "1") diff --git a/ESP32-IDF_ePaper/build/config/sdkconfig.h b/ESP32-IDF_ePaper/build/config/sdkconfig.h index ffae1d78f..33a46cef6 100644 --- a/ESP32-IDF_ePaper/build/config/sdkconfig.h +++ b/ESP32-IDF_ePaper/build/config/sdkconfig.h @@ -1,28 +1,27 @@ /* * Automatically generated file. DO NOT EDIT. - * Espressif IoT Development Framework (ESP-IDF) 5.1.2 Configuration Header + * Espressif IoT Development Framework (ESP-IDF) 5.4.0 Configuration Header */ #pragma once -#define CONFIG_SOC_BROWNOUT_RESET_SUPPORTED "Not determined" -#define CONFIG_SOC_TWAI_BRP_DIV_SUPPORTED "Not determined" -#define CONFIG_SOC_DPORT_WORKAROUND "Not determined" -#define CONFIG_SOC_CAPS_ECO_VER_MAX 301 #define CONFIG_SOC_ADC_SUPPORTED 1 -#define CONFIG_SOC_DAC_SUPPORTED 1 +#define CONFIG_SOC_DEDICATED_GPIO_SUPPORTED 1 #define CONFIG_SOC_UART_SUPPORTED 1 -#define CONFIG_SOC_MCPWM_SUPPORTED 1 +#define CONFIG_SOC_GDMA_SUPPORTED 1 +#define CONFIG_SOC_AHB_GDMA_SUPPORTED 1 #define CONFIG_SOC_GPTIMER_SUPPORTED 1 -#define CONFIG_SOC_SDMMC_HOST_SUPPORTED 1 -#define CONFIG_SOC_BT_SUPPORTED 1 -#define CONFIG_SOC_PCNT_SUPPORTED 1 -#define CONFIG_SOC_WIFI_SUPPORTED 1 -#define CONFIG_SOC_SDIO_SLAVE_SUPPORTED 1 #define CONFIG_SOC_TWAI_SUPPORTED 1 -#define CONFIG_SOC_EMAC_SUPPORTED 1 -#define CONFIG_SOC_ULP_SUPPORTED 1 -#define CONFIG_SOC_CCOMP_TIMER_SUPPORTED 1 +#define CONFIG_SOC_BT_SUPPORTED 1 +#define CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED 1 +#define CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED 1 +#define CONFIG_SOC_TEMP_SENSOR_SUPPORTED 1 +#define CONFIG_SOC_XT_WDT_SUPPORTED 1 +#define CONFIG_SOC_PHY_SUPPORTED 1 +#define CONFIG_SOC_WIFI_SUPPORTED 1 +#define CONFIG_SOC_SUPPORTS_SECURE_DL_MODE 1 +#define CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD 1 +#define CONFIG_SOC_EFUSE_HAS_EFUSE_RST_BUG 1 +#define CONFIG_SOC_EFUSE_SUPPORTED 1 #define CONFIG_SOC_RTC_FAST_MEM_SUPPORTED 1 -#define CONFIG_SOC_RTC_SLOW_MEM_SUPPORTED 1 #define CONFIG_SOC_RTC_MEM_SUPPORTED 1 #define CONFIG_SOC_I2S_SUPPORTED 1 #define CONFIG_SOC_RMT_SUPPORTED 1 @@ -30,224 +29,318 @@ #define CONFIG_SOC_GPSPI_SUPPORTED 1 #define CONFIG_SOC_LEDC_SUPPORTED 1 #define CONFIG_SOC_I2C_SUPPORTED 1 +#define CONFIG_SOC_SYSTIMER_SUPPORTED 1 #define CONFIG_SOC_SUPPORT_COEXISTENCE 1 #define CONFIG_SOC_AES_SUPPORTED 1 #define CONFIG_SOC_MPI_SUPPORTED 1 #define CONFIG_SOC_SHA_SUPPORTED 1 +#define CONFIG_SOC_HMAC_SUPPORTED 1 +#define CONFIG_SOC_DIG_SIGN_SUPPORTED 1 #define CONFIG_SOC_FLASH_ENC_SUPPORTED 1 #define CONFIG_SOC_SECURE_BOOT_SUPPORTED 1 -#define CONFIG_SOC_TOUCH_SENSOR_SUPPORTED 1 +#define CONFIG_SOC_MEMPROT_SUPPORTED 1 #define CONFIG_SOC_BOD_SUPPORTED 1 -#define CONFIG_SOC_ULP_FSM_SUPPORTED 1 -#define CONFIG_SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL 5 -#define CONFIG_SOC_XTAL_SUPPORT_26M 1 +#define CONFIG_SOC_CLK_TREE_SUPPORTED 1 +#define CONFIG_SOC_ASSIST_DEBUG_SUPPORTED 1 +#define CONFIG_SOC_WDT_SUPPORTED 1 +#define CONFIG_SOC_SPI_FLASH_SUPPORTED 1 +#define CONFIG_SOC_RNG_SUPPORTED 1 +#define CONFIG_SOC_LIGHT_SLEEP_SUPPORTED 1 +#define CONFIG_SOC_DEEP_SLEEP_SUPPORTED 1 +#define CONFIG_SOC_LP_PERIPH_SHARE_INTERRUPT 1 +#define CONFIG_SOC_PM_SUPPORTED 1 #define CONFIG_SOC_XTAL_SUPPORT_40M 1 -#define CONFIG_SOC_XTAL_SUPPORT_AUTO_DETECT 1 -#define CONFIG_SOC_ADC_RTC_CTRL_SUPPORTED 1 +#define CONFIG_SOC_AES_SUPPORT_DMA 1 +#define CONFIG_SOC_AES_GDMA 1 +#define CONFIG_SOC_AES_SUPPORT_AES_128 1 +#define CONFIG_SOC_AES_SUPPORT_AES_256 1 #define CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED 1 +#define CONFIG_SOC_ADC_ARBITER_SUPPORTED 1 +#define CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED 1 +#define CONFIG_SOC_ADC_MONITOR_SUPPORTED 1 #define CONFIG_SOC_ADC_DMA_SUPPORTED 1 #define CONFIG_SOC_ADC_PERIPH_NUM 2 -#define CONFIG_SOC_ADC_MAX_CHANNEL_NUM 10 +#define CONFIG_SOC_ADC_MAX_CHANNEL_NUM 5 #define CONFIG_SOC_ADC_ATTEN_NUM 4 -#define CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM 2 -#define CONFIG_SOC_ADC_PATT_LEN_MAX 16 -#define CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH 9 +#define CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM 1 +#define CONFIG_SOC_ADC_PATT_LEN_MAX 8 +#define CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH 12 #define CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH 12 -#define CONFIG_SOC_ADC_DIGI_RESULT_BYTES 2 +#define CONFIG_SOC_ADC_DIGI_RESULT_BYTES 4 #define CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV 4 -#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH 2 -#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW 20 -#define CONFIG_SOC_ADC_RTC_MIN_BITWIDTH 9 +#define CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM 2 +#define CONFIG_SOC_ADC_DIGI_MONITOR_NUM 2 +#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH 83333 +#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW 611 +#define CONFIG_SOC_ADC_RTC_MIN_BITWIDTH 12 #define CONFIG_SOC_ADC_RTC_MAX_BITWIDTH 12 +#define CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED 1 +#define CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED 1 +#define CONFIG_SOC_ADC_SHARED_POWER 1 +#define CONFIG_SOC_APB_BACKUP_DMA 1 +#define CONFIG_SOC_BROWNOUT_RESET_SUPPORTED 1 #define CONFIG_SOC_SHARED_IDCACHE_SUPPORTED 1 -#define CONFIG_SOC_IDCACHE_PER_CORE 1 -#define CONFIG_SOC_CPU_CORES_NUM 2 +#define CONFIG_SOC_CACHE_MEMORY_IBANK_SIZE 0x4000 +#define CONFIG_SOC_CPU_CORES_NUM 1 #define CONFIG_SOC_CPU_INTR_NUM 32 -#define CONFIG_SOC_CPU_HAS_FPU 1 -#define CONFIG_SOC_CPU_BREAKPOINTS_NUM 2 -#define CONFIG_SOC_CPU_WATCHPOINTS_NUM 2 -#define CONFIG_SOC_CPU_WATCHPOINT_SIZE 64 -#define CONFIG_SOC_DAC_CHAN_NUM 2 -#define CONFIG_SOC_DAC_RESOLUTION 8 -#define CONFIG_SOC_DAC_DMA_16BIT_ALIGN 1 +#define CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC 1 +#define CONFIG_SOC_CPU_HAS_CSR_PC 1 +#define CONFIG_SOC_CPU_BREAKPOINTS_NUM 8 +#define CONFIG_SOC_CPU_WATCHPOINTS_NUM 8 +#define CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE 0x80000000 +#define CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN 3072 +#define CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH 16 +#define CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US 1100 +#define CONFIG_SOC_AHB_GDMA_VERSION 1 +#define CONFIG_SOC_GDMA_NUM_GROUPS_MAX 1 +#define CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX 3 #define CONFIG_SOC_GPIO_PORT 1 -#define CONFIG_SOC_GPIO_PIN_COUNT 40 -#define CONFIG_SOC_GPIO_VALID_GPIO_MASK 0xFFFFFFFFFF -#define CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK 0xEF0FEA -#define CONFIG_SOC_I2C_NUM 2 +#define CONFIG_SOC_GPIO_PIN_COUNT 22 +#define CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER 1 +#define CONFIG_SOC_GPIO_FILTER_CLK_SUPPORT_APB 1 +#define CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD 1 +#define CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP 1 +#define CONFIG_SOC_GPIO_IN_RANGE_MAX 21 +#define CONFIG_SOC_GPIO_OUT_RANGE_MAX 21 +#define CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK 0 +#define CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT 6 +#define CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK 0x00000000003FFFC0 +#define CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX 1 +#define CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM 3 +#define CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP 1 +#define CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM 8 +#define CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM 8 +#define CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE 1 +#define CONFIG_SOC_I2C_NUM 1 +#define CONFIG_SOC_HP_I2C_NUM 1 #define CONFIG_SOC_I2C_FIFO_LEN 32 -#define CONFIG_SOC_I2C_CMD_REG_NUM 16 +#define CONFIG_SOC_I2C_CMD_REG_NUM 8 #define CONFIG_SOC_I2C_SUPPORT_SLAVE 1 -#define CONFIG_SOC_I2C_SUPPORT_APB 1 -#define CONFIG_SOC_I2S_NUM 2 -#define CONFIG_SOC_I2S_HW_VERSION_1 1 -#define CONFIG_SOC_I2S_SUPPORTS_APLL 1 +#define CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS 1 +#define CONFIG_SOC_I2C_SUPPORT_XTAL 1 +#define CONFIG_SOC_I2C_SUPPORT_RTC 1 +#define CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR 1 +#define CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST 1 +#define CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE 1 +#define CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS 1 +#define CONFIG_SOC_I2S_NUM 1 +#define CONFIG_SOC_I2S_HW_VERSION_2 1 +#define CONFIG_SOC_I2S_SUPPORTS_XTAL 1 #define CONFIG_SOC_I2S_SUPPORTS_PLL_F160M 1 +#define CONFIG_SOC_I2S_SUPPORTS_PCM 1 #define CONFIG_SOC_I2S_SUPPORTS_PDM 1 #define CONFIG_SOC_I2S_SUPPORTS_PDM_TX 1 -#define CONFIG_SOC_I2S_PDM_MAX_TX_LINES 1 -#define CONFIG_SOC_I2S_SUPPORTS_PDM_RX 1 -#define CONFIG_SOC_I2S_PDM_MAX_RX_LINES 1 -#define CONFIG_SOC_I2S_SUPPORTS_ADC_DAC 1 -#define CONFIG_SOC_I2S_SUPPORTS_ADC 1 -#define CONFIG_SOC_I2S_SUPPORTS_DAC 1 -#define CONFIG_SOC_I2S_SUPPORTS_LCD_CAMERA 1 -#define CONFIG_SOC_I2S_TRANS_SIZE_ALIGN_WORD 1 -#define CONFIG_SOC_I2S_LCD_I80_VARIANT 1 -#define CONFIG_SOC_LCD_I80_SUPPORTED 1 -#define CONFIG_SOC_LCD_I80_BUSES 2 -#define CONFIG_SOC_LCD_I80_BUS_WIDTH 24 -#define CONFIG_SOC_LEDC_HAS_TIMER_SPECIFIC_MUX 1 +#define CONFIG_SOC_I2S_PDM_MAX_TX_LINES 2 +#define CONFIG_SOC_I2S_SUPPORTS_TDM 1 #define CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK 1 -#define CONFIG_SOC_LEDC_SUPPORT_REF_TICK 1 -#define CONFIG_SOC_LEDC_SUPPORT_HS_MODE 1 -#define CONFIG_SOC_LEDC_CHANNEL_NUM 8 -#define CONFIG_SOC_LEDC_TIMER_BIT_WIDTH 20 -#define CONFIG_SOC_MCPWM_GROUPS 2 -#define CONFIG_SOC_MCPWM_TIMERS_PER_GROUP 3 -#define CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP 3 -#define CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR 2 -#define CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR 2 -#define CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR 2 -#define CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP 3 -#define CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP 1 -#define CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER 3 -#define CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP 3 -#define CONFIG_SOC_MMU_PERIPH_NUM 2 -#define CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM 3 +#define CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK 1 +#define CONFIG_SOC_LEDC_TIMER_NUM 4 +#define CONFIG_SOC_LEDC_CHANNEL_NUM 6 +#define CONFIG_SOC_LEDC_TIMER_BIT_WIDTH 14 +#define CONFIG_SOC_LEDC_SUPPORT_FADE_STOP 1 +#define CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM 1 +#define CONFIG_SOC_MMU_PERIPH_NUM 1 #define CONFIG_SOC_MPU_MIN_REGION_SIZE 0x20000000 #define CONFIG_SOC_MPU_REGIONS_MAX_NUM 8 -#define CONFIG_SOC_PCNT_GROUPS 1 -#define CONFIG_SOC_PCNT_UNITS_PER_GROUP 8 -#define CONFIG_SOC_PCNT_CHANNELS_PER_UNIT 2 -#define CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT 2 #define CONFIG_SOC_RMT_GROUPS 1 -#define CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP 8 -#define CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP 8 -#define CONFIG_SOC_RMT_CHANNELS_PER_GROUP 8 -#define CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL 64 -#define CONFIG_SOC_RMT_SUPPORT_REF_TICK 1 +#define CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP 2 +#define CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP 2 +#define CONFIG_SOC_RMT_CHANNELS_PER_GROUP 4 +#define CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL 48 +#define CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG 1 +#define CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION 1 +#define CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP 1 +#define CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT 1 +#define CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO 1 +#define CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY 1 +#define CONFIG_SOC_RMT_SUPPORT_XTAL 1 #define CONFIG_SOC_RMT_SUPPORT_APB 1 -#define CONFIG_SOC_RMT_CHANNEL_CLK_INDEPENDENT 1 -#define CONFIG_SOC_RTCIO_PIN_COUNT 18 -#define CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED 1 -#define CONFIG_SOC_RTCIO_HOLD_SUPPORTED 1 -#define CONFIG_SOC_RTCIO_WAKE_SUPPORTED 1 +#define CONFIG_SOC_RMT_SUPPORT_RC_FAST 1 +#define CONFIG_SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH 128 +#define CONFIG_SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM 108 +#define CONFIG_SOC_SLEEP_SYSTIMER_STALL_WORKAROUND 1 +#define CONFIG_SOC_SLEEP_TGWDT_STOP_WORKAROUND 1 +#define CONFIG_SOC_RTCIO_PIN_COUNT 0 +#define CONFIG_SOC_MPI_MEM_BLOCKS_NUM 4 +#define CONFIG_SOC_MPI_OPERATIONS_NUM 3 +#define CONFIG_SOC_RSA_MAX_BIT_LEN 3072 +#define CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE 3968 +#define CONFIG_SOC_SHA_SUPPORT_DMA 1 +#define CONFIG_SOC_SHA_SUPPORT_RESUME 1 +#define CONFIG_SOC_SHA_GDMA 1 +#define CONFIG_SOC_SHA_SUPPORT_SHA1 1 +#define CONFIG_SOC_SHA_SUPPORT_SHA224 1 +#define CONFIG_SOC_SHA_SUPPORT_SHA256 1 #define CONFIG_SOC_SDM_GROUPS 1 -#define CONFIG_SOC_SDM_CHANNELS_PER_GROUP 8 +#define CONFIG_SOC_SDM_CHANNELS_PER_GROUP 4 #define CONFIG_SOC_SDM_CLK_SUPPORT_APB 1 -#define CONFIG_SOC_SPI_HD_BOTH_INOUT_SUPPORTED 1 -#define CONFIG_SOC_SPI_AS_CS_SUPPORTED 1 -#define CONFIG_SOC_SPI_PERIPH_NUM 3 -#define CONFIG_SOC_SPI_DMA_CHAN_NUM 2 -#define CONFIG_SOC_SPI_MAX_CS_NUM 3 -#define CONFIG_SOC_SPI_SUPPORT_CLK_APB 1 +#define CONFIG_SOC_SPI_PERIPH_NUM 2 +#define CONFIG_SOC_SPI_MAX_CS_NUM 6 #define CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE 64 -#define CONFIG_SOC_SPI_MAX_PRE_DIVIDER 8192 +#define CONFIG_SOC_SPI_SUPPORT_DDRCLK 1 +#define CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS 1 +#define CONFIG_SOC_SPI_SUPPORT_CD_SIG 1 +#define CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS 1 +#define CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2 1 +#define CONFIG_SOC_SPI_SUPPORT_CLK_APB 1 +#define CONFIG_SOC_SPI_SUPPORT_CLK_XTAL 1 +#define CONFIG_SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT 1 +#define CONFIG_SOC_SPI_SCT_SUPPORTED 1 +#define CONFIG_SOC_SPI_SCT_REG_NUM 14 +#define CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX 1 +#define CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX 0x3FFFA +#define CONFIG_SOC_MEMSPI_IS_INDEPENDENT 1 +#define CONFIG_SOC_SPI_MAX_PRE_DIVIDER 16 +#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE 1 +#define CONFIG_SOC_SPI_MEM_SUPPORT_WRAP 1 #define CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED 1 #define CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED 1 #define CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED 1 #define CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED 1 +#define CONFIG_SOC_SYSTIMER_COUNTER_NUM 2 +#define CONFIG_SOC_SYSTIMER_ALARM_NUM 3 +#define CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO 32 +#define CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI 20 +#define CONFIG_SOC_SYSTIMER_FIXED_DIVIDER 1 +#define CONFIG_SOC_SYSTIMER_INT_LEVEL 1 +#define CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE 1 #define CONFIG_SOC_TIMER_GROUPS 2 -#define CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP 2 -#define CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH 64 -#define CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS 4 +#define CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP 1 +#define CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH 54 +#define CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL 1 #define CONFIG_SOC_TIMER_GROUP_SUPPORT_APB 1 -#define CONFIG_SOC_TOUCH_VERSION_1 1 -#define CONFIG_SOC_TOUCH_SENSOR_NUM 10 -#define CONFIG_SOC_TOUCH_PAD_MEASURE_WAIT_MAX 0xFF +#define CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS 2 +#define CONFIG_SOC_MWDT_SUPPORT_XTAL 1 #define CONFIG_SOC_TWAI_CONTROLLER_NUM 1 -#define CONFIG_SOC_TWAI_BRP_MIN 2 #define CONFIG_SOC_TWAI_CLK_SUPPORT_APB 1 -#define CONFIG_SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT 1 -#define CONFIG_SOC_UART_NUM 3 -#define CONFIG_SOC_UART_SUPPORT_APB_CLK 1 -#define CONFIG_SOC_UART_SUPPORT_REF_TICK 1 +#define CONFIG_SOC_TWAI_BRP_MIN 2 +#define CONFIG_SOC_TWAI_BRP_MAX 16384 +#define CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS 1 +#define CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE 1 +#define CONFIG_SOC_EFUSE_DIS_PAD_JTAG 1 +#define CONFIG_SOC_EFUSE_DIS_USB_JTAG 1 +#define CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT 1 +#define CONFIG_SOC_EFUSE_SOFT_DIS_JTAG 1 +#define CONFIG_SOC_EFUSE_DIS_ICACHE 1 +#define CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK 1 +#define CONFIG_SOC_SECURE_BOOT_V2_RSA 1 +#define CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 3 +#define CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS 1 +#define CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY 1 +#define CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX 32 +#define CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES 1 +#define CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128 1 +#define CONFIG_SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE 16 +#define CONFIG_SOC_MEMPROT_MEM_ALIGN_SIZE 512 +#define CONFIG_SOC_UART_NUM 2 +#define CONFIG_SOC_UART_HP_NUM 2 #define CONFIG_SOC_UART_FIFO_LEN 128 #define CONFIG_SOC_UART_BITRATE_MAX 5000000 -#define CONFIG_SOC_SPIRAM_SUPPORTED 1 -#define CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE 1 -#define CONFIG_SOC_SHA_SUPPORT_PARALLEL_ENG 1 -#define CONFIG_SOC_SHA_SUPPORT_SHA1 1 -#define CONFIG_SOC_SHA_SUPPORT_SHA256 1 -#define CONFIG_SOC_SHA_SUPPORT_SHA384 1 -#define CONFIG_SOC_SHA_SUPPORT_SHA512 1 -#define CONFIG_SOC_RSA_MAX_BIT_LEN 4096 -#define CONFIG_SOC_AES_SUPPORT_AES_128 1 -#define CONFIG_SOC_AES_SUPPORT_AES_192 1 -#define CONFIG_SOC_AES_SUPPORT_AES_256 1 -#define CONFIG_SOC_SECURE_BOOT_V1 1 -#define CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 1 -#define CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX 32 +#define CONFIG_SOC_UART_SUPPORT_APB_CLK 1 +#define CONFIG_SOC_UART_SUPPORT_RTC_CLK 1 +#define CONFIG_SOC_UART_SUPPORT_XTAL_CLK 1 +#define CONFIG_SOC_UART_SUPPORT_WAKEUP_INT 1 +#define CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND 1 +#define CONFIG_SOC_COEX_HW_PTI 1 #define CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE 21 -#define CONFIG_SOC_PM_SUPPORT_EXT0_WAKEUP 1 -#define CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP 1 -#define CONFIG_SOC_PM_SUPPORT_EXT_WAKEUP 1 -#define CONFIG_SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP 1 -#define CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD 1 -#define CONFIG_SOC_PM_SUPPORT_RTC_FAST_MEM_PD 1 -#define CONFIG_SOC_PM_SUPPORT_RTC_SLOW_MEM_PD 1 +#define CONFIG_SOC_MAC_BB_PD_MEM_SIZE 192 +#define CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH 12 +#define CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP 1 +#define CONFIG_SOC_PM_SUPPORT_BT_WAKEUP 1 +#define CONFIG_SOC_PM_SUPPORT_CPU_PD 1 +#define CONFIG_SOC_PM_SUPPORT_WIFI_PD 1 +#define CONFIG_SOC_PM_SUPPORT_BT_PD 1 #define CONFIG_SOC_PM_SUPPORT_RC_FAST_PD 1 #define CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD 1 -#define CONFIG_SOC_PM_SUPPORT_MODEM_PD 1 -#define CONFIG_SOC_CONFIGURABLE_VDDSDIO_SUPPORTED 1 -#define CONFIG_SOC_CLK_APLL_SUPPORTED 1 -#define CONFIG_SOC_APLL_MULTIPLIER_OUT_MIN_HZ 350000000 -#define CONFIG_SOC_APLL_MULTIPLIER_OUT_MAX_HZ 500000000 -#define CONFIG_SOC_APLL_MIN_HZ 5303031 -#define CONFIG_SOC_APLL_MAX_HZ 125000000 +#define CONFIG_SOC_PM_SUPPORT_MAC_BB_PD 1 +#define CONFIG_SOC_PM_CPU_RETENTION_BY_RTCCNTL 1 +#define CONFIG_SOC_PM_MODEM_RETENTION_BY_BACKUPDMA 1 +#define CONFIG_SOC_PM_MODEM_PD_BY_SW 1 #define CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED 1 #define CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256 1 #define CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION 1 #define CONFIG_SOC_CLK_XTAL32K_SUPPORTED 1 -#define CONFIG_SOC_SDMMC_USE_IOMUX 1 -#define CONFIG_SOC_SDMMC_NUM_SLOTS 2 +#define CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC 1 +#define CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL 1 +#define CONFIG_SOC_WIFI_HW_TSF 1 +#define CONFIG_SOC_WIFI_FTM_SUPPORT 1 +#define CONFIG_SOC_WIFI_GCMP_SUPPORT 1 #define CONFIG_SOC_WIFI_WAPI_SUPPORT 1 #define CONFIG_SOC_WIFI_CSI_SUPPORT 1 #define CONFIG_SOC_WIFI_MESH_SUPPORT 1 #define CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW 1 -#define CONFIG_SOC_WIFI_NAN_SUPPORT 1 +#define CONFIG_SOC_WIFI_PHY_NEEDS_USB_WORKAROUND 1 #define CONFIG_SOC_BLE_SUPPORTED 1 #define CONFIG_SOC_BLE_MESH_SUPPORTED 1 -#define CONFIG_SOC_BT_CLASSIC_SUPPORTED 1 +#define CONFIG_SOC_BLE_50_SUPPORTED 1 +#define CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED 1 #define CONFIG_SOC_BLUFI_SUPPORTED 1 -#define CONFIG_SOC_ULP_HAS_ADC 1 #define CONFIG_SOC_PHY_COMBO_MODULE 1 #define CONFIG_IDF_CMAKE 1 -#define CONFIG_IDF_TARGET_ARCH_XTENSA 1 -#define CONFIG_IDF_TARGET_ARCH "xtensa" -#define CONFIG_IDF_TARGET "esp32" -#define CONFIG_IDF_TARGET_ESP32 1 -#define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0000 +#define CONFIG_IDF_TOOLCHAIN "gcc" +#define CONFIG_IDF_TOOLCHAIN_GCC 1 +#define CONFIG_IDF_TARGET_ARCH_RISCV 1 +#define CONFIG_IDF_TARGET_ARCH "riscv" +#define CONFIG_IDF_TARGET "esp32c3" +#define CONFIG_IDF_INIT_VERSION "5.4.0" +#define CONFIG_IDF_TARGET_ESP32C3 1 +#define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0005 #define CONFIG_APP_BUILD_TYPE_APP_2NDBOOT 1 #define CONFIG_APP_BUILD_GENERATE_BINARIES 1 #define CONFIG_APP_BUILD_BOOTLOADER 1 #define CONFIG_APP_BUILD_USE_FLASH_SECTIONS 1 -#define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x1000 +#define CONFIG_BOOTLOADER_COMPILE_TIME_DATE 1 +#define CONFIG_BOOTLOADER_PROJECT_VER 1 +#define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x0 #define CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE 1 #define CONFIG_BOOTLOADER_LOG_LEVEL_INFO 1 #define CONFIG_BOOTLOADER_LOG_LEVEL 3 -#define CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V 1 +#define CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS 1 +#define CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT 1 #define CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE 1 #define CONFIG_BOOTLOADER_WDT_ENABLE 1 #define CONFIG_BOOTLOADER_WDT_TIME_MS 9000 #define CONFIG_BOOTLOADER_RESERVE_RTC_SIZE 0x0 -#define CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT 1 -#define CONFIG_SECURE_BOOT_V1_SUPPORTED 1 +#define CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED 1 +#define CONFIG_SECURE_BOOT_V2_PREFERRED 1 +#define CONFIG_SECURE_ROM_DL_MODE_ENABLED 1 #define CONFIG_APP_COMPILE_TIME_DATE 1 -#define CONFIG_APP_RETRIEVE_LEN_ELF_SHA 16 +#define CONFIG_APP_RETRIEVE_LEN_ELF_SHA 9 #define CONFIG_ESP_ROM_HAS_CRC_LE 1 #define CONFIG_ESP_ROM_HAS_CRC_BE 1 #define CONFIG_ESP_ROM_HAS_MZ_CRC32 1 #define CONFIG_ESP_ROM_HAS_JPEG_DECODE 1 -#define CONFIG_ESP_ROM_HAS_UART_BUF_SWITCH 1 +#define CONFIG_ESP_ROM_UART_CLK_IS_XTAL 1 +#define CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM 3 +#define CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING 1 +#define CONFIG_ESP_ROM_HAS_ERASE_0_REGION_BUG 1 +#define CONFIG_ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV 1 +#define CONFIG_ESP_ROM_GET_CLK_FREQ 1 #define CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND 1 +#define CONFIG_ESP_ROM_HAS_LAYOUT_TABLE 1 +#define CONFIG_ESP_ROM_HAS_SPI_FLASH 1 +#define CONFIG_ESP_ROM_HAS_ETS_PRINTF_BUG 1 +#define CONFIG_ESP_ROM_HAS_NEWLIB 1 #define CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT 1 +#define CONFIG_ESP_ROM_HAS_NEWLIB_32BIT_TIME 1 +#define CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE 1 +#define CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT 1 +#define CONFIG_ESP_ROM_HAS_SW_FLOAT 1 +#define CONFIG_ESP_ROM_USB_OTG_NUM -1 +#define CONFIG_ESP_ROM_HAS_VERSION 1 +#define CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB 1 +#define CONFIG_BOOT_ROM_LOG_ALWAYS_ON 1 #define CONFIG_ESPTOOLPY_FLASHMODE_DIO 1 #define CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR 1 #define CONFIG_ESPTOOLPY_FLASHMODE "dio" -#define CONFIG_ESPTOOLPY_FLASHFREQ_40M 1 -#define CONFIG_ESPTOOLPY_FLASHFREQ "40m" +#define CONFIG_ESPTOOLPY_FLASHFREQ_80M 1 +#define CONFIG_ESPTOOLPY_FLASHFREQ "80m" #define CONFIG_ESPTOOLPY_FLASHSIZE_2MB 1 #define CONFIG_ESPTOOLPY_FLASHSIZE "2MB" #define CONFIG_ESPTOOLPY_BEFORE_RESET 1 @@ -261,95 +354,101 @@ #define CONFIG_PARTITION_TABLE_OFFSET 0x8000 #define CONFIG_PARTITION_TABLE_MD5 1 #define CONFIG_ENV_GPIO_RANGE_MIN 0 -#define CONFIG_ENV_GPIO_RANGE_MAX 39 -#define CONFIG_ENV_GPIO_IN_RANGE_MAX 39 -#define CONFIG_ENV_GPIO_OUT_RANGE_MAX 33 -#define CONFIG_BLINK_LED_GPIO 1 -#define CONFIG_BLINK_GPIO 5 +#define CONFIG_ENV_GPIO_RANGE_MAX 19 +#define CONFIG_ENV_GPIO_IN_RANGE_MAX 19 +#define CONFIG_ENV_GPIO_OUT_RANGE_MAX 19 +#define CONFIG_BLINK_LED_RMT 1 +#define CONFIG_BLINK_GPIO 8 #define CONFIG_BLINK_PERIOD 1000 -#define CONFIG_COMPILER_OPTIMIZATION_DEFAULT 1 +#define CONFIG_COMPILER_OPTIMIZATION_DEBUG 1 #define CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE 1 +#define CONFIG_COMPILER_ASSERT_NDEBUG_EVALUATE 1 #define CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB 1 #define CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL 2 #define CONFIG_COMPILER_HIDE_PATHS_MACROS 1 #define CONFIG_COMPILER_STACK_CHECK_MODE_NONE 1 +#define CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS 1 +#define CONFIG_COMPILER_RT_LIB_GCCLIB 1 +#define CONFIG_COMPILER_RT_LIB_NAME "gcc" +#define CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING 1 #define CONFIG_APPTRACE_DEST_NONE 1 #define CONFIG_APPTRACE_DEST_UART_NONE 1 #define CONFIG_APPTRACE_UART_TASK_PRIO 1 #define CONFIG_APPTRACE_LOCK_ENABLE 1 -#define CONFIG_ADC_DISABLE_DAC 1 -#define CONFIG_ADC_CAL_EFUSE_TP_ENABLE 1 -#define CONFIG_ADC_CAL_EFUSE_VREF_ENABLE 1 -#define CONFIG_ADC_CAL_LUT_ENABLE 1 +#define CONFIG_BT_ALARM_MAX_NUM 50 +#define CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM 1 +#define CONFIG_EFUSE_MAX_BLK_LEN 256 +#define CONFIG_ESP_TLS_USING_MBEDTLS 1 +#define CONFIG_ESP_TLS_USE_DS_PERIPHERAL 1 +#define CONFIG_ESP_COEX_ENABLED 1 +#define CONFIG_ESP_ERR_TO_NAME_LOOKUP 1 +#define CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM 1 #define CONFIG_SPI_MASTER_ISR_IN_IRAM 1 #define CONFIG_SPI_SLAVE_ISR_IN_IRAM 1 -#define CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC 1 -#define CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST 1 -#define CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID 1 -#define CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT 1 -#define CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM 1 -#define CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM 1 -#define CONFIG_DAC_DMA_AUTO_16BIT_ALIGN 1 -#define CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4 1 -#define CONFIG_EFUSE_MAX_BLK_LEN 192 -#define CONFIG_ESP_TLS_USING_MBEDTLS 1 -#define CONFIG_ADC_CALI_EFUSE_TP_ENABLE 1 -#define CONFIG_ADC_CALI_EFUSE_VREF_ENABLE 1 -#define CONFIG_ADC_CALI_LUT_ENABLE 1 -#define CONFIG_ADC_DISABLE_DAC_OUTPUT 1 -#define CONFIG_ESP_ERR_TO_NAME_LOOKUP 1 +#define CONFIG_USJ_ENABLE_USB_SERIAL_JTAG 1 #define CONFIG_ETH_ENABLED 1 -#define CONFIG_ETH_USE_ESP32_EMAC 1 -#define CONFIG_ETH_PHY_INTERFACE_RMII 1 -#define CONFIG_ETH_RMII_CLK_INPUT 1 -#define CONFIG_ETH_RMII_CLK_IN_GPIO 0 -#define CONFIG_ETH_DMA_BUFFER_SIZE 512 -#define CONFIG_ETH_DMA_RX_BUFFER_NUM 10 -#define CONFIG_ETH_DMA_TX_BUFFER_NUM 10 #define CONFIG_ETH_USE_SPI_ETHERNET 1 #define CONFIG_ESP_EVENT_POST_FROM_ISR 1 #define CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR 1 +#define CONFIG_ESP_GDBSTUB_ENABLED 1 +#define CONFIG_ESP_GDBSTUB_SUPPORT_TASKS 1 +#define CONFIG_ESP_GDBSTUB_MAX_TASKS 32 #define CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS 1 +#define CONFIG_ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT 2000 #define CONFIG_HTTPD_MAX_REQ_HDR_LEN 512 #define CONFIG_HTTPD_MAX_URI_LEN 512 #define CONFIG_HTTPD_ERR_RESP_NO_DELAY 1 #define CONFIG_HTTPD_PURGE_BUF_LEN 32 -#define CONFIG_ESP32_REV_MIN_0 1 -#define CONFIG_ESP32_REV_MIN 0 -#define CONFIG_ESP32_REV_MIN_FULL 0 -#define CONFIG_ESP_REV_MIN_FULL 0 -#define CONFIG_ESP32_REV_MAX_FULL 399 -#define CONFIG_ESP_REV_MAX_FULL 399 +#define CONFIG_HTTPD_SERVER_EVENT_POST_TIMEOUT 2000 +#define CONFIG_ESP_HTTPS_OTA_EVENT_POST_TIMEOUT 2000 +#define CONFIG_ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT 2000 +#define CONFIG_ESP32C3_REV_MIN_3 1 +#define CONFIG_ESP32C3_REV_MIN_FULL 3 +#define CONFIG_ESP_REV_MIN_FULL 3 +#define CONFIG_ESP32C3_REV_MAX_FULL 199 +#define CONFIG_ESP_REV_MAX_FULL 199 +#define CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL 0 +#define CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL 199 #define CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA 1 #define CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP 1 #define CONFIG_ESP_MAC_ADDR_UNIVERSE_BT 1 #define CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH 1 #define CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR 1 -#define CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR 1 -#define CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES 4 +#define CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES 4 +#define CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR 1 +#define CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES 4 #define CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND 1 -#define CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND 1 -#define CONFIG_ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY 2000 +#define CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND 1 +#define CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY 0 #define CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS 1 #define CONFIG_RTC_CLK_SRC_INT_RC 1 #define CONFIG_RTC_CLK_CAL_CYCLES 1024 #define CONFIG_PERIPH_CTRL_FUNC_IN_IRAM 1 +#define CONFIG_GDMA_CTRL_FUNC_IN_IRAM 1 #define CONFIG_XTAL_FREQ_40 1 #define CONFIG_XTAL_FREQ 40 -#define CONFIG_LCD_PANEL_IO_FORMAT_BUF_SIZE 32 +#define CONFIG_ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM 1 #define CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL 120 #define CONFIG_ESP_NETIF_TCPIP_LWIP 1 #define CONFIG_ESP_NETIF_USES_TCPIP_WITH_BSD_API 1 +#define CONFIG_ESP_NETIF_REPORT_DATA_TRAFFIC 1 +#define CONFIG_ESP_PHY_ENABLED 1 #define CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE 1 #define CONFIG_ESP_PHY_MAX_WIFI_TX_POWER 20 #define CONFIG_ESP_PHY_MAX_TX_POWER 20 +#define CONFIG_ESP_PHY_ENABLE_USB 1 #define CONFIG_ESP_PHY_RF_CAL_PARTIAL 1 #define CONFIG_ESP_PHY_CALIBRATION_MODE 0 +#define CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP 1 #define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 1 #define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ 160 -#define CONFIG_ESP32_TRACEMEM_RESERVE_DRAM 0x0 #define CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT 1 #define CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS 0 +#define CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE 1 +#define CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK 1 +#define CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP 1 +#define CONFIG_ESP_SYSTEM_MEMPROT_FEATURE 1 +#define CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK 1 #define CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE 32 #define CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE 2304 #define CONFIG_ESP_MAIN_TASK_STACK_SIZE 3584 @@ -357,36 +456,35 @@ #define CONFIG_ESP_MAIN_TASK_AFFINITY 0x0 #define CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE 2048 #define CONFIG_ESP_CONSOLE_UART_DEFAULT 1 +#define CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG 1 +#define CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED 1 #define CONFIG_ESP_CONSOLE_UART 1 -#define CONFIG_ESP_CONSOLE_MULTIPLE_UART 1 #define CONFIG_ESP_CONSOLE_UART_NUM 0 +#define CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM 0 #define CONFIG_ESP_CONSOLE_UART_BAUDRATE 115200 #define CONFIG_ESP_INT_WDT 1 #define CONFIG_ESP_INT_WDT_TIMEOUT_MS 300 -#define CONFIG_ESP_INT_WDT_CHECK_CPU1 1 #define CONFIG_ESP_TASK_WDT_EN 1 #define CONFIG_ESP_TASK_WDT_INIT 1 #define CONFIG_ESP_TASK_WDT_TIMEOUT_S 5 #define CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 1 -#define CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 1 #define CONFIG_ESP_DEBUG_OCDAWARE 1 #define CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4 1 #define CONFIG_ESP_BROWNOUT_DET 1 -#define CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0 1 -#define CONFIG_ESP_BROWNOUT_DET_LVL 0 +#define CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 1 +#define CONFIG_ESP_BROWNOUT_DET_LVL 7 #define CONFIG_ESP_SYSTEM_BROWNOUT_INTR 1 +#define CONFIG_ESP_SYSTEM_HW_STACK_GUARD 1 +#define CONFIG_ESP_SYSTEM_HW_PC_RECORD 1 #define CONFIG_ESP_IPC_TASK_STACK_SIZE 1024 -#define CONFIG_ESP_IPC_USES_CALLERS_PRIORITY 1 -#define CONFIG_ESP_IPC_ISR_ENABLE 1 #define CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER 1 #define CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER 1 #define CONFIG_ESP_TIMER_TASK_STACK_SIZE 3584 #define CONFIG_ESP_TIMER_INTERRUPT_LEVEL 1 #define CONFIG_ESP_TIMER_TASK_AFFINITY 0x0 #define CONFIG_ESP_TIMER_TASK_AFFINITY_CPU0 1 -#define CONFIG_ESP_TIMER_ISR_AFFINITY 0x1 #define CONFIG_ESP_TIMER_ISR_AFFINITY_CPU0 1 -#define CONFIG_ESP_TIMER_IMPL_TG0_LAC 1 +#define CONFIG_ESP_TIMER_IMPL_SYSTIMER 1 #define CONFIG_ESP_WIFI_ENABLED 1 #define CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM 10 #define CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM 32 @@ -401,7 +499,6 @@ #define CONFIG_ESP_WIFI_AMPDU_RX_ENABLED 1 #define CONFIG_ESP_WIFI_RX_BA_WIN 6 #define CONFIG_ESP_WIFI_NVS_ENABLED 1 -#define CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_0 1 #define CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN 752 #define CONFIG_ESP_WIFI_MGMT_SBUF_NUM 32 #define CONFIG_ESP_WIFI_IRAM_OPT 1 @@ -410,7 +507,11 @@ #define CONFIG_ESP_WIFI_ENABLE_SAE_PK 1 #define CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT 1 #define CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA 1 +#define CONFIG_ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME 50 +#define CONFIG_ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME 10 +#define CONFIG_ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME 15 #define CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE 1 +#define CONFIG_ESP_WIFI_GMAC_SUPPORT 1 #define CONFIG_ESP_WIFI_SOFTAP_SUPPORT 1 #define CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM 7 #define CONFIG_ESP_WIFI_MBEDTLS_CRYPTO 1 @@ -425,12 +526,20 @@ #define CONFIG_FATFS_FS_LOCK 0 #define CONFIG_FATFS_TIMEOUT_MS 10000 #define CONFIG_FATFS_PER_FILE_CACHE 1 +#define CONFIG_FATFS_USE_STRFUNC_NONE 1 #define CONFIG_FATFS_VFS_FSTAT_BLKSIZE 0 +#define CONFIG_FATFS_LINK_LOCK 1 +#define CONFIG_FREERTOS_UNICORE 1 #define CONFIG_FREERTOS_HZ 100 +#define CONFIG_FREERTOS_OPTIMIZED_SCHEDULER 1 #define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY 1 #define CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS 1 #define CONFIG_FREERTOS_IDLE_TASK_STACKSIZE 1536 #define CONFIG_FREERTOS_MAX_TASK_NAME_LEN 16 +#define CONFIG_FREERTOS_USE_TIMERS 1 +#define CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME "Tmr Svc" +#define CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY 1 +#define CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY 0x7FFFFFFF #define CONFIG_FREERTOS_TIMER_TASK_PRIORITY 1 #define CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH 2048 #define CONFIG_FREERTOS_TIMER_QUEUE_LENGTH 10 @@ -441,27 +550,32 @@ #define CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER 1 #define CONFIG_FREERTOS_ISR_STACKSIZE 1536 #define CONFIG_FREERTOS_INTERRUPT_BACKTRACE 1 -#define CONFIG_FREERTOS_TICK_SUPPORT_CORETIMER 1 -#define CONFIG_FREERTOS_CORETIMER_0 1 -#define CONFIG_FREERTOS_SYSTICK_USES_CCOUNT 1 -#define CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT 1 +#define CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER 1 +#define CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1 1 +#define CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER 1 +#define CONFIG_FREERTOS_PORT 1 #define CONFIG_FREERTOS_NO_AFFINITY 0x7FFFFFFF #define CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION 1 #define CONFIG_FREERTOS_DEBUG_OCDAWARE 1 +#define CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT 1 +#define CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH 1 +#define CONFIG_FREERTOS_NUMBER_OF_CORES 1 #define CONFIG_HAL_ASSERTION_EQUALS_SYSTEM 1 #define CONFIG_HAL_DEFAULT_ASSERTION_LEVEL 2 #define CONFIG_HAL_SPI_MASTER_FUNC_IN_IRAM 1 #define CONFIG_HAL_SPI_SLAVE_FUNC_IN_IRAM 1 #define CONFIG_HEAP_POISONING_DISABLED 1 #define CONFIG_HEAP_TRACING_OFF 1 -#define CONFIG_IEEE802154_CCA_THRESHOLD -60 -#define CONFIG_IEEE802154_PENDING_TABLE_SIZE 20 #define CONFIG_LOG_DEFAULT_LEVEL_INFO 1 #define CONFIG_LOG_DEFAULT_LEVEL 3 #define CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT 1 #define CONFIG_LOG_MAXIMUM_LEVEL 3 -#define CONFIG_LOG_COLORS 1 +#define CONFIG_LOG_DYNAMIC_LEVEL_CONTROL 1 +#define CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST 1 +#define CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP 1 +#define CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE 31 #define CONFIG_LOG_TIMESTAMP_SOURCE_RTOS 1 +#define CONFIG_LWIP_ENABLE 1 #define CONFIG_LWIP_LOCAL_HOSTNAME "espressif" #define CONFIG_LWIP_TCPIP_TASK_PRIO 18 #define CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES 1 @@ -470,6 +584,7 @@ #define CONFIG_LWIP_MAX_SOCKETS 10 #define CONFIG_LWIP_SO_REUSE 1 #define CONFIG_LWIP_SO_REUSE_RXTOALL 1 +#define CONFIG_LWIP_IP_DEFAULT_TTL 64 #define CONFIG_LWIP_IP4_FRAG 1 #define CONFIG_LWIP_IP6_FRAG 1 #define CONFIG_LWIP_IP_REASS_MAX_PBUFS 10 @@ -486,6 +601,8 @@ #define CONFIG_LWIP_DHCPS 1 #define CONFIG_LWIP_DHCPS_LEASE_UNIT 60 #define CONFIG_LWIP_DHCPS_MAX_STATION_NUM 8 +#define CONFIG_LWIP_DHCPS_STATIC_ENTRIES 1 +#define CONFIG_LWIP_DHCPS_ADD_DNS 1 #define CONFIG_LWIP_IPV4 1 #define CONFIG_LWIP_IPV6 1 #define CONFIG_LWIP_IPV6_NUM_ADDRESSES 3 @@ -500,10 +617,13 @@ #define CONFIG_LWIP_TCP_TMR_INTERVAL 250 #define CONFIG_LWIP_TCP_MSL 60000 #define CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT 20000 -#define CONFIG_LWIP_TCP_SND_BUF_DEFAULT 5744 -#define CONFIG_LWIP_TCP_WND_DEFAULT 5744 +#define CONFIG_LWIP_TCP_SND_BUF_DEFAULT 5760 +#define CONFIG_LWIP_TCP_WND_DEFAULT 5760 #define CONFIG_LWIP_TCP_RECVMBOX_SIZE 6 +#define CONFIG_LWIP_TCP_ACCEPTMBOX_SIZE 6 #define CONFIG_LWIP_TCP_QUEUE_OOSEQ 1 +#define CONFIG_LWIP_TCP_OOSEQ_TIMEOUT 6 +#define CONFIG_LWIP_TCP_OOSEQ_MAX_PBUFS 4 #define CONFIG_LWIP_TCP_OVERSIZE_MSS 1 #define CONFIG_LWIP_TCP_RTO_TIME 1500 #define CONFIG_LWIP_MAX_UDP_PCBS 16 @@ -514,10 +634,17 @@ #define CONFIG_LWIP_TCPIP_TASK_AFFINITY 0x7FFFFFFF #define CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE 3 #define CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS 5 +#define CONFIG_LWIP_IPV6_ND6_NUM_PREFIXES 5 +#define CONFIG_LWIP_IPV6_ND6_NUM_ROUTERS 3 +#define CONFIG_LWIP_IPV6_ND6_NUM_DESTINATIONS 10 #define CONFIG_LWIP_ICMP 1 #define CONFIG_LWIP_MAX_RAW_PCBS 16 #define CONFIG_LWIP_SNTP_MAX_SERVERS 1 #define CONFIG_LWIP_SNTP_UPDATE_DELAY 3600000 +#define CONFIG_LWIP_SNTP_STARTUP_DELAY 1 +#define CONFIG_LWIP_SNTP_MAXIMUM_STARTUP_DELAY 5000 +#define CONFIG_LWIP_DNS_MAX_HOST_IP 1 +#define CONFIG_LWIP_DNS_MAX_SERVERS 3 #define CONFIG_LWIP_BRIDGEIF_MAX_PORTS 7 #define CONFIG_LWIP_ESP_LWIP_ASSERT 1 #define CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT 1 @@ -525,7 +652,8 @@ #define CONFIG_LWIP_HOOK_ND6_GET_GW_NONE 1 #define CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE 1 #define CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE 1 -#define CONFIG_LWIP_HOOK_IP6_INPUT_NONE 1 +#define CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_NONE 1 +#define CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT 1 #define CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC 1 #define CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN 1 #define CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN 16384 @@ -537,7 +665,13 @@ #define CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS 200 #define CONFIG_MBEDTLS_CMAC_C 1 #define CONFIG_MBEDTLS_HARDWARE_AES 1 +#define CONFIG_MBEDTLS_AES_USE_INTERRUPT 1 +#define CONFIG_MBEDTLS_AES_INTERRUPT_LEVEL 0 +#define CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER 1 #define CONFIG_MBEDTLS_HARDWARE_MPI 1 +#define CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI 1 +#define CONFIG_MBEDTLS_MPI_USE_INTERRUPT 1 +#define CONFIG_MBEDTLS_MPI_INTERRUPT_LEVEL 0 #define CONFIG_MBEDTLS_HARDWARE_SHA 1 #define CONFIG_MBEDTLS_ROM_MD5 1 #define CONFIG_MBEDTLS_HAVE_TIME 1 @@ -566,6 +700,8 @@ #define CONFIG_MBEDTLS_X509_CRL_PARSE_C 1 #define CONFIG_MBEDTLS_X509_CSR_PARSE_C 1 #define CONFIG_MBEDTLS_ECP_C 1 +#define CONFIG_MBEDTLS_PK_PARSE_EC_EXTENDED 1 +#define CONFIG_MBEDTLS_PK_PARSE_EC_COMPRESSED 1 #define CONFIG_MBEDTLS_ECDH_C 1 #define CONFIG_MBEDTLS_ECDSA_C 1 #define CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED 1 @@ -581,7 +717,8 @@ #define CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED 1 #define CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED 1 #define CONFIG_MBEDTLS_ECP_NIST_OPTIM 1 -#define CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM 1 +#define CONFIG_MBEDTLS_ERROR_STRINGS 1 +#define CONFIG_MBEDTLS_FS_IO 1 #define CONFIG_MQTT_PROTOCOL_311 1 #define CONFIG_MQTT_TRANSPORT_SSL 1 #define CONFIG_MQTT_TRANSPORT_WEBSOCKET 1 @@ -589,43 +726,39 @@ #define CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF 1 #define CONFIG_NEWLIB_STDIN_LINE_ENDING_CR 1 #define CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT 1 -#define CONFIG_OPENTHREAD_NETWORK_NAME "OpenThread-ESP" -#define CONFIG_OPENTHREAD_MESH_LOCAL_PREFIX "fd00:db8:a0:0::/64" -#define CONFIG_OPENTHREAD_NETWORK_CHANNEL 15 -#define CONFIG_OPENTHREAD_NETWORK_PANID 0x1234 -#define CONFIG_OPENTHREAD_NETWORK_EXTPANID "dead00beef00cafe" -#define CONFIG_OPENTHREAD_NETWORK_MASTERKEY "00112233445566778899aabbccddeeff" -#define CONFIG_OPENTHREAD_NETWORK_PSKC "104810e2315100afd6bc9215a6bfac53" -#define CONFIG_OPENTHREAD_XTAL_ACCURACY 130 #define CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0 1 #define CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1 1 #define CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2 1 #define CONFIG_PTHREAD_TASK_PRIO_DEFAULT 5 #define CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT 3072 #define CONFIG_PTHREAD_STACK_MIN 768 -#define CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY 1 #define CONFIG_PTHREAD_TASK_CORE_DEFAULT -1 #define CONFIG_PTHREAD_TASK_NAME_DEFAULT "pthread" #define CONFIG_MMU_PAGE_SIZE_64KB 1 #define CONFIG_MMU_PAGE_MODE "64KB" #define CONFIG_MMU_PAGE_SIZE 0x10000 +#define CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC 1 +#define CONFIG_SPI_FLASH_BROWNOUT_RESET 1 +#define CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US 50 #define CONFIG_SPI_FLASH_ROM_DRIVER_PATCH 1 #define CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS 1 #define CONFIG_SPI_FLASH_YIELD_DURING_ERASE 1 #define CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS 20 #define CONFIG_SPI_FLASH_ERASE_YIELD_TICKS 1 #define CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE 8192 -#define CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC 1 -#define CONFIG_SPI_FLASH_BROWNOUT_RESET 1 #define CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED 1 #define CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED 1 #define CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED 1 #define CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED 1 #define CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED 1 +#define CONFIG_SPI_FLASH_VENDOR_BOYA_SUPPORTED 1 +#define CONFIG_SPI_FLASH_VENDOR_TH_SUPPORTED 1 #define CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP 1 #define CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP 1 #define CONFIG_SPI_FLASH_SUPPORT_GD_CHIP 1 #define CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP 1 +#define CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP 1 +#define CONFIG_SPI_FLASH_SUPPORT_TH_CHIP 1 #define CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE 1 #define CONFIG_SPIFFS_MAX_PARTITIONS 3 #define CONFIG_SPIFFS_CACHE 1 @@ -650,6 +783,7 @@ #define CONFIG_VFS_SUPPORT_TERMIOS 1 #define CONFIG_VFS_MAX_COUNT 8 #define CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS 1 +#define CONFIG_VFS_INITIALIZE_DEV_NULL 1 #define CONFIG_WL_SECTOR_SIZE_4096 1 #define CONFIG_WL_SECTOR_SIZE 4096 #define CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES 16 @@ -657,27 +791,30 @@ #define CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN 1 /* List of deprecated options */ -#define CONFIG_ADC2_DISABLE_DAC CONFIG_ADC_DISABLE_DAC #define CONFIG_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET #define CONFIG_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL -#define CONFIG_BROWNOUT_DET_LVL_SEL_0 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0 -#define CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEFAULT +#define CONFIG_BROWNOUT_DET_LVL_SEL_7 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 +#define CONFIG_COMPILER_OPTIMIZATION_DEFAULT CONFIG_COMPILER_OPTIMIZATION_DEBUG +#define CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEBUG #define CONFIG_CONSOLE_UART CONFIG_ESP_CONSOLE_UART #define CONFIG_CONSOLE_UART_BAUDRATE CONFIG_ESP_CONSOLE_UART_BAUDRATE #define CONFIG_CONSOLE_UART_DEFAULT CONFIG_ESP_CONSOLE_UART_DEFAULT #define CONFIG_CONSOLE_UART_NUM CONFIG_ESP_CONSOLE_UART_NUM +#define CONFIG_ESP32C3_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET +#define CONFIG_ESP32C3_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL +#define CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_7 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 +#define CONFIG_ESP32C3_DEBUG_OCDAWARE CONFIG_ESP_DEBUG_OCDAWARE +#define CONFIG_ESP32C3_DEFAULT_CPU_FREQ_160 CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 +#define CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ +#define CONFIG_ESP32C3_LIGHTSLEEP_GPIO_RESET_WORKAROUND CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND +#define CONFIG_ESP32C3_MEMPROT_FEATURE CONFIG_ESP_SYSTEM_MEMPROT_FEATURE +#define CONFIG_ESP32C3_MEMPROT_FEATURE_LOCK CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK +#define CONFIG_ESP32C3_RTC_CLK_CAL_CYCLES CONFIG_RTC_CLK_CAL_CYCLES +#define CONFIG_ESP32C3_RTC_CLK_SRC_INT_RC CONFIG_RTC_CLK_SRC_INT_RC +#define CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC_SYSTIMER CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT #define CONFIG_ESP32_APPTRACE_DEST_NONE CONFIG_APPTRACE_DEST_NONE #define CONFIG_ESP32_APPTRACE_LOCK_ENABLE CONFIG_APPTRACE_LOCK_ENABLE -#define CONFIG_ESP32_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET -#define CONFIG_ESP32_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL -#define CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0 -#define CONFIG_ESP32_DEBUG_OCDAWARE CONFIG_ESP_DEBUG_OCDAWARE -#define CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY CONFIG_ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY -#define CONFIG_ESP32_DEFAULT_CPU_FREQ_160 CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 -#define CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ -#define CONFIG_ESP32_DEFAULT_PTHREAD_CORE_NO_AFFINITY CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY #define CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE CONFIG_ESP_COREDUMP_ENABLE_TO_NONE -#define CONFIG_ESP32_PANIC_PRINT_REBOOT CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT #define CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE #define CONFIG_ESP32_PHY_MAX_TX_POWER CONFIG_ESP_PHY_MAX_TX_POWER #define CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER CONFIG_ESP_PHY_MAX_WIFI_TX_POWER @@ -686,11 +823,6 @@ #define CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT CONFIG_PTHREAD_TASK_NAME_DEFAULT #define CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT CONFIG_PTHREAD_TASK_PRIO_DEFAULT #define CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT -#define CONFIG_ESP32_RTC_CLK_CAL_CYCLES CONFIG_RTC_CLK_CAL_CYCLES -#define CONFIG_ESP32_RTC_CLK_SRC_INT_RC CONFIG_RTC_CLK_SRC_INT_RC -#define CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC CONFIG_RTC_CLK_SRC_INT_RC -#define CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1 CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT -#define CONFIG_ESP32_TIME_SYSCALL_USE_RTC_HRT CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT #define CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED CONFIG_ESP_WIFI_AMPDU_RX_ENABLED #define CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED CONFIG_ESP_WIFI_AMPDU_TX_ENABLED #define CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM @@ -706,28 +838,25 @@ #define CONFIG_ESP32_WIFI_RX_IRAM_OPT CONFIG_ESP_WIFI_RX_IRAM_OPT #define CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN #define CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM -#define CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_0 CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_0 #define CONFIG_ESP32_WIFI_TX_BA_WIN CONFIG_ESP_WIFI_TX_BA_WIN #define CONFIG_ESP32_WIFI_TX_BUFFER_TYPE CONFIG_ESP_WIFI_TX_BUFFER_TYPE -#define CONFIG_ESP32_XTAL_FREQ CONFIG_XTAL_FREQ -#define CONFIG_ESP32_XTAL_FREQ_40 CONFIG_XTAL_FREQ_40 #define CONFIG_ESP_GRATUITOUS_ARP CONFIG_LWIP_ESP_GRATUITOUS_ARP +#define CONFIG_ESP_SYSTEM_PM_POWER_DOWN_CPU CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP #define CONFIG_ESP_TASK_WDT CONFIG_ESP_TASK_WDT_INIT #define CONFIG_FLASHMODE_DIO CONFIG_ESPTOOLPY_FLASHMODE_DIO -#define CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR #define CONFIG_GARP_TMR_INTERVAL CONFIG_LWIP_GARP_TMR_INTERVAL +#define CONFIG_GDBSTUB_MAX_TASKS CONFIG_ESP_GDBSTUB_MAX_TASKS +#define CONFIG_GDBSTUB_SUPPORT_TASKS CONFIG_ESP_GDBSTUB_SUPPORT_TASKS #define CONFIG_INT_WDT CONFIG_ESP_INT_WDT -#define CONFIG_INT_WDT_CHECK_CPU1 CONFIG_ESP_INT_WDT_CHECK_CPU1 #define CONFIG_INT_WDT_TIMEOUT_MS CONFIG_ESP_INT_WDT_TIMEOUT_MS #define CONFIG_IPC_TASK_STACK_SIZE CONFIG_ESP_IPC_TASK_STACK_SIZE #define CONFIG_LOG_BOOTLOADER_LEVEL CONFIG_BOOTLOADER_LOG_LEVEL #define CONFIG_LOG_BOOTLOADER_LEVEL_INFO CONFIG_BOOTLOADER_LOG_LEVEL_INFO #define CONFIG_MAIN_TASK_STACK_SIZE CONFIG_ESP_MAIN_TASK_STACK_SIZE #define CONFIG_MONITOR_BAUD CONFIG_ESPTOOLPY_MONITOR_BAUD -#define CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES #define CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE #define CONFIG_OPTIMIZATION_ASSERTION_LEVEL CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL -#define CONFIG_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEFAULT +#define CONFIG_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEBUG #define CONFIG_POST_EVENTS_FROM_IRAM_ISR CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR #define CONFIG_POST_EVENTS_FROM_ISR CONFIG_ESP_EVENT_POST_FROM_ISR #define CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS @@ -739,7 +868,6 @@ #define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE #define CONFIG_TASK_WDT CONFIG_ESP_TASK_WDT_INIT #define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 -#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1 CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 #define CONFIG_TASK_WDT_TIMEOUT_S CONFIG_ESP_TASK_WDT_TIMEOUT_S #define CONFIG_TCPIP_RECVMBOX_SIZE CONFIG_LWIP_TCPIP_RECVMBOX_SIZE #define CONFIG_TCPIP_TASK_AFFINITY CONFIG_LWIP_TCPIP_TASK_AFFINITY @@ -758,7 +886,6 @@ #define CONFIG_TIMER_TASK_PRIORITY CONFIG_FREERTOS_TIMER_TASK_PRIORITY #define CONFIG_TIMER_TASK_STACK_DEPTH CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH #define CONFIG_TIMER_TASK_STACK_SIZE CONFIG_ESP_TIMER_TASK_STACK_SIZE -#define CONFIG_TRACEMEM_RESERVE_DRAM CONFIG_ESP32_TRACEMEM_RESERVE_DRAM #define CONFIG_UDP_RECVMBOX_SIZE CONFIG_LWIP_UDP_RECVMBOX_SIZE #define CONFIG_WPA_MBEDTLS_CRYPTO CONFIG_ESP_WIFI_MBEDTLS_CRYPTO #define CONFIG_WPA_MBEDTLS_TLS_CLIENT CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT diff --git a/ESP32-IDF_ePaper/build/config/sdkconfig.json b/ESP32-IDF_ePaper/build/config/sdkconfig.json index 89582b4d9..d72bfe2f5 100644 --- a/ESP32-IDF_ePaper/build/config/sdkconfig.json +++ b/ESP32-IDF_ePaper/build/config/sdkconfig.json @@ -1,21 +1,16 @@ { - "ADC_CALI_EFUSE_TP_ENABLE": true, - "ADC_CALI_EFUSE_VREF_ENABLE": true, - "ADC_CALI_LUT_ENABLE": true, "ADC_CALI_SUPPRESS_DEPRECATE_WARN": false, - "ADC_CAL_EFUSE_TP_ENABLE": true, - "ADC_CAL_EFUSE_VREF_ENABLE": true, - "ADC_CAL_LUT_ENABLE": true, + "ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3": false, "ADC_CONTINUOUS_ISR_IRAM_SAFE": false, - "ADC_DISABLE_DAC": true, - "ADC_DISABLE_DAC_OUTPUT": true, + "ADC_ENABLE_DEBUG_LOG": false, "ADC_ONESHOT_CTRL_FUNC_IN_IRAM": false, + "ADC_ONESHOT_FORCE_USE_ADC2_ON_C3": false, "ADC_SUPPRESS_DEPRECATE_WARN": false, "APPTRACE_DEST_JTAG": false, "APPTRACE_DEST_NONE": true, "APPTRACE_DEST_UART1": false, - "APPTRACE_DEST_UART2": false, "APPTRACE_DEST_UART_NONE": true, + "APPTRACE_DEST_USB_CDC": false, "APPTRACE_LOCK_ENABLE": true, "APPTRACE_UART_TASK_PRIO": 1, "APP_BUILD_BOOTLOADER": true, @@ -23,18 +18,16 @@ "APP_BUILD_TYPE_APP_2NDBOOT": true, "APP_BUILD_TYPE_RAM": false, "APP_BUILD_USE_FLASH_SECTIONS": true, - "APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS": false, - "APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS": false, "APP_COMPILE_TIME_DATE": true, "APP_EXCLUDE_PROJECT_NAME_VAR": false, "APP_EXCLUDE_PROJECT_VER_VAR": false, "APP_NO_BLOBS": false, "APP_PROJECT_VER_FROM_CONFIG": false, "APP_REPRODUCIBLE_BUILD": false, - "APP_RETRIEVE_LEN_ELF_SHA": 16, - "BLINK_GPIO": 5, - "BLINK_LED_GPIO": true, - "BLINK_LED_RMT": false, + "APP_RETRIEVE_LEN_ELF_SHA": 9, + "BLINK_GPIO": 8, + "BLINK_LED_GPIO": false, + "BLINK_LED_RMT": true, "BLINK_PERIOD": 1000, "BOOTLOADER_APP_ROLLBACK_ENABLE": false, "BOOTLOADER_APP_TEST": false, @@ -42,9 +35,12 @@ "BOOTLOADER_COMPILER_OPTIMIZATION_NONE": false, "BOOTLOADER_COMPILER_OPTIMIZATION_PERF": false, "BOOTLOADER_COMPILER_OPTIMIZATION_SIZE": true, + "BOOTLOADER_COMPILE_TIME_DATE": true, "BOOTLOADER_CUSTOM_RESERVE_RTC": false, "BOOTLOADER_FACTORY_RESET": false, + "BOOTLOADER_FLASH_DC_AWARE": false, "BOOTLOADER_FLASH_XMC_SUPPORT": true, + "BOOTLOADER_LOG_COLORS": false, "BOOTLOADER_LOG_LEVEL": 3, "BOOTLOADER_LOG_LEVEL_DEBUG": false, "BOOTLOADER_LOG_LEVEL_ERROR": false, @@ -52,80 +48,84 @@ "BOOTLOADER_LOG_LEVEL_NONE": false, "BOOTLOADER_LOG_LEVEL_VERBOSE": false, "BOOTLOADER_LOG_LEVEL_WARN": false, - "BOOTLOADER_OFFSET_IN_FLASH": 4096, + "BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS": true, + "BOOTLOADER_OFFSET_IN_FLASH": 0, + "BOOTLOADER_PROJECT_VER": 1, "BOOTLOADER_REGION_PROTECTION_ENABLE": true, "BOOTLOADER_RESERVE_RTC_SIZE": 0, "BOOTLOADER_SKIP_VALIDATE_ALWAYS": false, "BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP": false, "BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON": false, - "BOOTLOADER_VDDSDIO_BOOST_1_8V": false, - "BOOTLOADER_VDDSDIO_BOOST_1_9V": true, "BOOTLOADER_WDT_DISABLE_IN_USER_CODE": false, "BOOTLOADER_WDT_ENABLE": true, "BOOTLOADER_WDT_TIME_MS": 9000, + "BOOT_ROM_LOG_ALWAYS_OFF": false, + "BOOT_ROM_LOG_ALWAYS_ON": true, + "BOOT_ROM_LOG_ON_GPIO_HIGH": false, + "BOOT_ROM_LOG_ON_GPIO_LOW": false, + "BT_ALARM_MAX_NUM": 50, "BT_ENABLED": false, + "COMPILER_ASSERT_NDEBUG_EVALUATE": true, "COMPILER_CXX_EXCEPTIONS": false, "COMPILER_CXX_RTTI": false, + "COMPILER_DISABLE_DEFAULT_ERRORS": true, "COMPILER_DISABLE_GCC12_WARNINGS": false, + "COMPILER_DISABLE_GCC13_WARNINGS": false, + "COMPILER_DISABLE_GCC14_WARNINGS": false, "COMPILER_DUMP_RTL_FILES": false, "COMPILER_FLOAT_LIB_FROM_GCCLIB": true, "COMPILER_HIDE_PATHS_MACROS": true, + "COMPILER_NO_MERGE_CONSTANTS": false, "COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE": false, "COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE": true, "COMPILER_OPTIMIZATION_ASSERTIONS_SILENT": false, "COMPILER_OPTIMIZATION_ASSERTION_LEVEL": 2, "COMPILER_OPTIMIZATION_CHECKS_SILENT": false, - "COMPILER_OPTIMIZATION_DEFAULT": true, + "COMPILER_OPTIMIZATION_DEBUG": true, "COMPILER_OPTIMIZATION_NONE": false, "COMPILER_OPTIMIZATION_PERF": false, "COMPILER_OPTIMIZATION_SIZE": false, + "COMPILER_ORPHAN_SECTIONS_PLACE": false, + "COMPILER_ORPHAN_SECTIONS_WARNING": true, + "COMPILER_RT_LIB_GCCLIB": true, + "COMPILER_RT_LIB_NAME": "gcc", + "COMPILER_SAVE_RESTORE_LIBCALLS": false, "COMPILER_STACK_CHECK_MODE_ALL": false, "COMPILER_STACK_CHECK_MODE_NONE": true, "COMPILER_STACK_CHECK_MODE_NORM": false, "COMPILER_STACK_CHECK_MODE_STRONG": false, + "COMPILER_STATIC_ANALYZER": false, "COMPILER_WARN_WRITE_STRINGS": false, - "DAC_CTRL_FUNC_IN_IRAM": false, - "DAC_DMA_AUTO_16BIT_ALIGN": true, - "DAC_ENABLE_DEBUG_LOG": false, - "DAC_ISR_IRAM_SAFE": false, - "DAC_SUPPRESS_DEPRECATE_WARN": false, - "EFUSE_CODE_SCHEME_COMPAT_3_4": true, - "EFUSE_CODE_SCHEME_COMPAT_NONE": false, - "EFUSE_CODE_SCHEME_COMPAT_REPEAT": false, + "CONSOLE_SORTED_HELP": false, "EFUSE_CUSTOM_TABLE": false, - "EFUSE_MAX_BLK_LEN": 192, + "EFUSE_MAX_BLK_LEN": 256, "EFUSE_VIRTUAL": false, - "ENV_GPIO_IN_RANGE_MAX": 39, - "ENV_GPIO_OUT_RANGE_MAX": 33, - "ENV_GPIO_RANGE_MAX": 39, + "ENV_GPIO_IN_RANGE_MAX": 19, + "ENV_GPIO_OUT_RANGE_MAX": 19, + "ENV_GPIO_RANGE_MAX": 19, "ENV_GPIO_RANGE_MIN": 0, - "ESP32_DISABLE_BASIC_ROM_CONSOLE": false, - "ESP32_REV_MAX_FULL": 399, - "ESP32_REV_MIN": 0, - "ESP32_REV_MIN_0": true, - "ESP32_REV_MIN_1": false, - "ESP32_REV_MIN_1_1": false, - "ESP32_REV_MIN_2": false, - "ESP32_REV_MIN_3": false, - "ESP32_REV_MIN_3_1": false, - "ESP32_REV_MIN_FULL": 0, - "ESP32_TRACEMEM_RESERVE_DRAM": 0, - "ESP32_TRAX": false, - "ESP32_UNIVERSAL_MAC_ADDRESSES": 4, - "ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR": true, - "ESP32_UNIVERSAL_MAC_ADDRESSES_TWO": false, - "ESP32_USE_FIXED_STATIC_RAM_SIZE": false, + "ESP32C3_REV_MAX_FULL": 199, + "ESP32C3_REV_MIN_0": false, + "ESP32C3_REV_MIN_1": false, + "ESP32C3_REV_MIN_101": false, + "ESP32C3_REV_MIN_2": false, + "ESP32C3_REV_MIN_3": true, + "ESP32C3_REV_MIN_4": false, + "ESP32C3_REV_MIN_FULL": 3, + "ESP32C3_UNIVERSAL_MAC_ADDRESSES": 4, + "ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR": true, + "ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO": false, "ESPTOOLPY_AFTER": "hard_reset", "ESPTOOLPY_AFTER_NORESET": false, "ESPTOOLPY_AFTER_RESET": true, "ESPTOOLPY_BEFORE": "default_reset", "ESPTOOLPY_BEFORE_NORESET": false, "ESPTOOLPY_BEFORE_RESET": true, - "ESPTOOLPY_FLASHFREQ": "40m", + "ESPTOOLPY_FLASHFREQ": "80m", "ESPTOOLPY_FLASHFREQ_20M": false, "ESPTOOLPY_FLASHFREQ_26M": false, - "ESPTOOLPY_FLASHFREQ_40M": true, - "ESPTOOLPY_FLASHFREQ_80M": false, + "ESPTOOLPY_FLASHFREQ_40M": false, + "ESPTOOLPY_FLASHFREQ_80M": true, "ESPTOOLPY_FLASHMODE": "dio", "ESPTOOLPY_FLASHMODE_DIO": true, "ESPTOOLPY_FLASHMODE_DOUT": false, @@ -145,22 +145,27 @@ "ESPTOOLPY_MONITOR_BAUD": 115200, "ESPTOOLPY_NO_STUB": false, "ESP_BROWNOUT_DET": true, - "ESP_BROWNOUT_DET_LVL": 0, - "ESP_BROWNOUT_DET_LVL_SEL_0": true, - "ESP_BROWNOUT_DET_LVL_SEL_1": false, + "ESP_BROWNOUT_DET_LVL": 7, "ESP_BROWNOUT_DET_LVL_SEL_2": false, "ESP_BROWNOUT_DET_LVL_SEL_3": false, "ESP_BROWNOUT_DET_LVL_SEL_4": false, "ESP_BROWNOUT_DET_LVL_SEL_5": false, "ESP_BROWNOUT_DET_LVL_SEL_6": false, - "ESP_BROWNOUT_DET_LVL_SEL_7": false, - "ESP_CONSOLE_MULTIPLE_UART": true, + "ESP_BROWNOUT_DET_LVL_SEL_7": true, + "ESP_COEX_ENABLED": true, + "ESP_COEX_EXTERNAL_COEXIST_ENABLE": false, + "ESP_COEX_GPIO_DEBUG": false, "ESP_CONSOLE_NONE": false, + "ESP_CONSOLE_ROM_SERIAL_PORT_NUM": 0, + "ESP_CONSOLE_SECONDARY_NONE": false, + "ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG": true, "ESP_CONSOLE_UART": true, "ESP_CONSOLE_UART_BAUDRATE": 115200, "ESP_CONSOLE_UART_CUSTOM": false, "ESP_CONSOLE_UART_DEFAULT": true, "ESP_CONSOLE_UART_NUM": 0, + "ESP_CONSOLE_USB_SERIAL_JTAG": false, + "ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED": true, "ESP_COREDUMP_ENABLE_TO_FLASH": false, "ESP_COREDUMP_ENABLE_TO_NONE": true, "ESP_COREDUMP_ENABLE_TO_UART": false, @@ -168,33 +173,38 @@ "ESP_DEBUG_STUBS_ENABLE": false, "ESP_DEFAULT_CPU_FREQ_MHZ": 160, "ESP_DEFAULT_CPU_FREQ_MHZ_160": true, - "ESP_DEFAULT_CPU_FREQ_MHZ_240": false, "ESP_DEFAULT_CPU_FREQ_MHZ_80": false, + "ESP_EFUSE_BLOCK_REV_MAX_FULL": 199, + "ESP_EFUSE_BLOCK_REV_MIN_FULL": 0, "ESP_ERR_TO_NAME_LOOKUP": true, "ESP_EVENT_LOOP_PROFILING": false, "ESP_EVENT_POST_FROM_IRAM_ISR": true, "ESP_EVENT_POST_FROM_ISR": true, + "ESP_GDBSTUB_ENABLED": true, + "ESP_GDBSTUB_MAX_TASKS": 32, + "ESP_GDBSTUB_SUPPORT_TASKS": true, "ESP_HTTPS_OTA_ALLOW_HTTP": false, "ESP_HTTPS_OTA_DECRYPT_CB": false, + "ESP_HTTPS_OTA_EVENT_POST_TIMEOUT": 2000, "ESP_HTTPS_SERVER_ENABLE": false, + "ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT": 2000, "ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH": false, + "ESP_HTTP_CLIENT_ENABLE_CUSTOM_TRANSPORT": false, "ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH": false, "ESP_HTTP_CLIENT_ENABLE_HTTPS": true, + "ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT": 2000, "ESP_INT_WDT": true, - "ESP_INT_WDT_CHECK_CPU1": true, "ESP_INT_WDT_TIMEOUT_MS": 300, - "ESP_IPC_ISR_ENABLE": true, "ESP_IPC_TASK_STACK_SIZE": 1024, - "ESP_IPC_USES_CALLERS_PRIORITY": true, "ESP_MAC_ADDR_UNIVERSE_BT": true, "ESP_MAC_ADDR_UNIVERSE_ETH": true, "ESP_MAC_ADDR_UNIVERSE_WIFI_AP": true, "ESP_MAC_ADDR_UNIVERSE_WIFI_STA": true, - "ESP_MAC_IGNORE_MAC_CRC_ERROR": false, + "ESP_MAC_UNIVERSAL_MAC_ADDRESSES": 4, "ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR": true, + "ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC": false, "ESP_MAIN_TASK_AFFINITY": 0, "ESP_MAIN_TASK_AFFINITY_CPU0": true, - "ESP_MAIN_TASK_AFFINITY_CPU1": false, "ESP_MAIN_TASK_AFFINITY_NO_AFFINITY": false, "ESP_MAIN_TASK_STACK_SIZE": 3584, "ESP_MINIMAL_SHARED_STACK_SIZE": 2048, @@ -202,15 +212,23 @@ "ESP_NETIF_IP_LOST_TIMER_INTERVAL": 120, "ESP_NETIF_L2_TAP": false, "ESP_NETIF_LOOPBACK": false, + "ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION": false, "ESP_NETIF_RECEIVE_REPORT_ERRORS": false, + "ESP_NETIF_REPORT_DATA_TRAFFIC": true, + "ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF": false, "ESP_NETIF_TCPIP_LWIP": true, "ESP_NETIF_USES_TCPIP_WITH_BSD_API": true, "ESP_PANIC_HANDLER_IRAM": false, "ESP_PHY_CALIBRATION_AND_DATA_STORAGE": true, "ESP_PHY_CALIBRATION_MODE": 0, + "ESP_PHY_ENABLED": true, + "ESP_PHY_ENABLE_CERT_TEST": false, + "ESP_PHY_ENABLE_USB": true, "ESP_PHY_INIT_DATA_IN_PARTITION": false, "ESP_PHY_MAX_TX_POWER": 20, "ESP_PHY_MAX_WIFI_TX_POWER": 20, + "ESP_PHY_PLL_TRACK_DEBUG": false, + "ESP_PHY_RECORD_USED_TIME": false, "ESP_PHY_REDUCE_TX_POWER": false, "ESP_PHY_RF_CAL_FULL": false, "ESP_PHY_RF_CAL_NONE": false, @@ -218,43 +236,65 @@ "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0": true, "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1": true, "ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2": true, - "ESP_REV_MAX_FULL": 399, - "ESP_REV_MIN_FULL": 0, + "ESP_REV_MAX_FULL": 199, + "ESP_REV_MIN_FULL": 3, + "ESP_ROM_GET_CLK_FREQ": true, "ESP_ROM_HAS_CRC_BE": true, "ESP_ROM_HAS_CRC_LE": true, + "ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV": true, + "ESP_ROM_HAS_ERASE_0_REGION_BUG": true, + "ESP_ROM_HAS_ETS_PRINTF_BUG": true, "ESP_ROM_HAS_JPEG_DECODE": true, + "ESP_ROM_HAS_LAYOUT_TABLE": true, "ESP_ROM_HAS_MZ_CRC32": true, + "ESP_ROM_HAS_NEWLIB": true, + "ESP_ROM_HAS_NEWLIB_32BIT_TIME": true, "ESP_ROM_HAS_NEWLIB_NANO_FORMAT": true, - "ESP_ROM_HAS_UART_BUF_SWITCH": true, + "ESP_ROM_HAS_RETARGETABLE_LOCKING": true, + "ESP_ROM_HAS_SPI_FLASH": true, + "ESP_ROM_HAS_SW_FLOAT": true, + "ESP_ROM_HAS_VERSION": true, + "ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE": true, "ESP_ROM_NEEDS_SWSETUP_WORKAROUND": true, - "ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY": 2000, + "ESP_ROM_RAM_APP_NEEDS_MMU_INIT": true, + "ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB": true, + "ESP_ROM_UART_CLK_IS_XTAL": true, + "ESP_ROM_USB_OTG_NUM": -1, + "ESP_ROM_USB_SERIAL_DEVICE_NUM": 3, + "ESP_SLEEP_CACHE_SAFE_ASSERTION": false, + "ESP_SLEEP_DEBUG": false, "ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND": true, "ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS": true, - "ESP_SLEEP_GPIO_RESET_WORKAROUND": false, + "ESP_SLEEP_GPIO_RESET_WORKAROUND": true, "ESP_SLEEP_MSPI_NEED_ALL_IO_PU": false, "ESP_SLEEP_POWER_DOWN_FLASH": false, - "ESP_SLEEP_RTC_BUS_ISO_WORKAROUND": true, + "ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY": 0, + "ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM": true, + "ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP": true, "ESP_SYSTEM_BROWNOUT_INTR": true, "ESP_SYSTEM_CHECK_INT_LEVEL_4": true, - "ESP_SYSTEM_CHECK_INT_LEVEL_5": false, - "ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM": false, "ESP_SYSTEM_EVENT_QUEUE_SIZE": 32, "ESP_SYSTEM_EVENT_TASK_STACK_SIZE": 2304, "ESP_SYSTEM_GDBSTUB_RUNTIME": false, + "ESP_SYSTEM_HW_PC_RECORD": true, + "ESP_SYSTEM_HW_STACK_GUARD": true, + "ESP_SYSTEM_MEMPROT_FEATURE": true, + "ESP_SYSTEM_MEMPROT_FEATURE_LOCK": true, "ESP_SYSTEM_PANIC_GDBSTUB": false, "ESP_SYSTEM_PANIC_PRINT_HALT": false, "ESP_SYSTEM_PANIC_PRINT_REBOOT": true, "ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS": 0, "ESP_SYSTEM_PANIC_SILENT_REBOOT": false, + "ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK": true, + "ESP_SYSTEM_SINGLE_CORE_MODE": true, + "ESP_SYSTEM_USE_EH_FRAME": false, "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0": true, - "ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1": true, "ESP_TASK_WDT_EN": true, "ESP_TASK_WDT_INIT": true, "ESP_TASK_WDT_PANIC": false, "ESP_TASK_WDT_TIMEOUT_S": 5, - "ESP_TIMER_IMPL_TG0_LAC": true, + "ESP_TIMER_IMPL_SYSTIMER": true, "ESP_TIMER_INTERRUPT_LEVEL": 1, - "ESP_TIMER_ISR_AFFINITY": 1, "ESP_TIMER_ISR_AFFINITY_CPU0": true, "ESP_TIMER_PROFILING": false, "ESP_TIMER_SHOW_EXPERIMENTAL": false, @@ -267,8 +307,10 @@ "ESP_TLS_CLIENT_SESSION_TICKETS": false, "ESP_TLS_INSECURE": false, "ESP_TLS_PSK_VERIFICATION": false, - "ESP_TLS_SERVER": false, - "ESP_TLS_USE_SECURE_ELEMENT": false, + "ESP_TLS_SERVER_CERT_SELECT_HOOK": false, + "ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL": false, + "ESP_TLS_SERVER_SESSION_TICKETS": false, + "ESP_TLS_USE_DS_PERIPHERAL": true, "ESP_TLS_USING_MBEDTLS": true, "ESP_WIFI_11KV_SUPPORT": false, "ESP_WIFI_11R_SUPPORT": false, @@ -287,20 +329,25 @@ "ESP_WIFI_ENABLE_WPA3_OWE_STA": true, "ESP_WIFI_ENABLE_WPA3_SAE": true, "ESP_WIFI_ENTERPRISE_SUPPORT": true, + "ESP_WIFI_ENT_FREE_DYNAMIC_BUFFER": false, "ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM": 7, "ESP_WIFI_EXTRA_IRAM_OPT": false, - "ESP_WIFI_GMAC_SUPPORT": false, + "ESP_WIFI_FTM_ENABLE": false, + "ESP_WIFI_GCMP_SUPPORT": false, + "ESP_WIFI_GMAC_SUPPORT": true, "ESP_WIFI_IRAM_OPT": true, "ESP_WIFI_MBEDTLS_CRYPTO": true, "ESP_WIFI_MBEDTLS_TLS_CLIENT": true, "ESP_WIFI_MBO_SUPPORT": false, "ESP_WIFI_MGMT_SBUF_NUM": 32, - "ESP_WIFI_NAN_ENABLE": false, "ESP_WIFI_NVS_ENABLED": true, "ESP_WIFI_RX_BA_WIN": 6, "ESP_WIFI_RX_IRAM_OPT": true, "ESP_WIFI_RX_MGMT_BUF_NUM_DEF": 5, "ESP_WIFI_SLP_BEACON_LOST_OPT": false, + "ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME": 10, + "ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME": 50, + "ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME": 15, "ESP_WIFI_SLP_IRAM_OPT": false, "ESP_WIFI_SOFTAP_BEACON_MAX_LEN": 752, "ESP_WIFI_SOFTAP_SAE_SUPPORT": true, @@ -309,8 +356,7 @@ "ESP_WIFI_STATIC_RX_MGMT_BUFFER": true, "ESP_WIFI_STATIC_TX_BUFFER": false, "ESP_WIFI_STA_DISCONNECTED_PM_ENABLE": true, - "ESP_WIFI_TASK_PINNED_TO_CORE_0": true, - "ESP_WIFI_TASK_PINNED_TO_CORE_1": false, + "ESP_WIFI_SUITE_B_192": false, "ESP_WIFI_TESTING_OPTIONS": false, "ESP_WIFI_TX_BA_WIN": 6, "ESP_WIFI_TX_BUFFER_TYPE": 1, @@ -318,20 +364,11 @@ "ESP_WIFI_WPS_PASSPHRASE": false, "ESP_WIFI_WPS_SOFTAP_REGISTRAR": false, "ESP_WIFI_WPS_STRICT": false, - "ETH_DMA_BUFFER_SIZE": 512, - "ETH_DMA_RX_BUFFER_NUM": 10, - "ETH_DMA_TX_BUFFER_NUM": 10, "ETH_ENABLED": true, - "ETH_IRAM_OPTIMIZATION": false, - "ETH_PHY_INTERFACE_RMII": true, - "ETH_RMII_CLK_INPUT": true, - "ETH_RMII_CLK_IN_GPIO": 0, - "ETH_RMII_CLK_OUTPUT": false, "ETH_SPI_ETHERNET_DM9051": false, "ETH_SPI_ETHERNET_KSZ8851SNL": false, "ETH_SPI_ETHERNET_W5500": false, "ETH_TRANSMIT_MUTEX": false, - "ETH_USE_ESP32_EMAC": true, "ETH_USE_OPENETH": false, "ETH_USE_SPI_ETHERNET": true, "FATFS_CODEPAGE": 437, @@ -358,14 +395,20 @@ "FATFS_CODEPAGE_950": false, "FATFS_CODEPAGE_DYNAMIC": false, "FATFS_FS_LOCK": 0, + "FATFS_IMMEDIATE_FSYNC": false, "FATFS_LFN_HEAP": false, "FATFS_LFN_NONE": true, "FATFS_LFN_STACK": false, + "FATFS_LINK_LOCK": true, "FATFS_PER_FILE_CACHE": true, "FATFS_SECTOR_4096": true, "FATFS_SECTOR_512": false, "FATFS_TIMEOUT_MS": 10000, "FATFS_USE_FASTSEEK": false, + "FATFS_USE_LABEL": false, + "FATFS_USE_STRFUNC_NONE": true, + "FATFS_USE_STRFUNC_WITHOUT_CRLF_CONV": false, + "FATFS_USE_STRFUNC_WITH_CRLF_CONV": false, "FATFS_VFS_FSTAT_BLKSIZE": 0, "FATFS_VOLUME_COUNT": 2, "FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER": true, @@ -373,13 +416,12 @@ "FREERTOS_CHECK_STACKOVERFLOW_CANARY": true, "FREERTOS_CHECK_STACKOVERFLOW_NONE": false, "FREERTOS_CHECK_STACKOVERFLOW_PTRVAL": false, - "FREERTOS_CORETIMER_0": true, - "FREERTOS_CORETIMER_1": false, + "FREERTOS_CORETIMER_SYSTIMER_LVL1": true, + "FREERTOS_CORETIMER_SYSTIMER_LVL3": false, "FREERTOS_DEBUG_OCDAWARE": true, "FREERTOS_ENABLE_BACKWARD_COMPATIBILITY": false, "FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP": false, "FREERTOS_ENABLE_TASK_SNAPSHOT": true, - "FREERTOS_FPU_IN_ISR": false, "FREERTOS_GENERATE_RUN_TIME_STATS": false, "FREERTOS_HZ": 100, "FREERTOS_IDLE_TASK_STACKSIZE": 1536, @@ -387,27 +429,40 @@ "FREERTOS_ISR_STACKSIZE": 1536, "FREERTOS_MAX_TASK_NAME_LEN": 16, "FREERTOS_NO_AFFINITY": 2147483647, + "FREERTOS_NUMBER_OF_CORES": 1, + "FREERTOS_OPTIMIZED_SCHEDULER": true, "FREERTOS_PLACE_FUNCTIONS_INTO_FLASH": false, - "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH": false, + "FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH": true, + "FREERTOS_PORT": true, "FREERTOS_QUEUE_REGISTRY_SIZE": 0, "FREERTOS_SMP": false, "FREERTOS_SUPPORT_STATIC_ALLOCATION": true, - "FREERTOS_SYSTICK_USES_CCOUNT": true, + "FREERTOS_SYSTICK_USES_SYSTIMER": true, "FREERTOS_TASK_FUNCTION_WRAPPER": true, "FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES": 1, + "FREERTOS_TASK_PRE_DELETION_HOOK": false, "FREERTOS_THREAD_LOCAL_STORAGE_POINTERS": 1, - "FREERTOS_TICK_SUPPORT_CORETIMER": true, + "FREERTOS_TICK_SUPPORT_SYSTIMER": true, "FREERTOS_TIMER_QUEUE_LENGTH": 10, + "FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY": 2147483647, + "FREERTOS_TIMER_SERVICE_TASK_NAME": "Tmr Svc", + "FREERTOS_TIMER_TASK_AFFINITY_CPU0": false, + "FREERTOS_TIMER_TASK_NO_AFFINITY": true, "FREERTOS_TIMER_TASK_PRIORITY": 1, "FREERTOS_TIMER_TASK_STACK_DEPTH": 2048, "FREERTOS_TLSP_DELETION_CALLBACKS": true, - "FREERTOS_UNICORE": false, + "FREERTOS_UNICORE": true, + "FREERTOS_USE_APPLICATION_TASK_TAG": false, "FREERTOS_USE_IDLE_HOOK": false, + "FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES": false, "FREERTOS_USE_TICK_HOOK": false, + "FREERTOS_USE_TIMERS": true, "FREERTOS_USE_TRACE_FACILITY": false, "FREERTOS_WATCHPOINT_END_OF_STACK": false, + "GDMA_CTRL_FUNC_IN_IRAM": true, + "GDMA_ENABLE_DEBUG_LOG": false, + "GDMA_ISR_IRAM_SAFE": false, "GPIO_CTRL_FUNC_IN_IRAM": false, - "GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL": false, "GPTIMER_CTRL_FUNC_IN_IRAM": false, "GPTIMER_ENABLE_DEBUG_LOG": false, "GPTIMER_ISR_HANDLER_IN_IRAM": true, @@ -418,6 +473,7 @@ "HAL_ASSERTION_EQUALS_SYSTEM": true, "HAL_ASSERTION_SILENT": false, "HAL_DEFAULT_ASSERTION_LEVEL": 2, + "HAL_ECDSA_GEN_SIG_CM": false, "HAL_SPI_MASTER_FUNC_IN_IRAM": true, "HAL_SPI_SLAVE_FUNC_IN_IRAM": true, "HEAP_ABORT_WHEN_ALLOCATION_FAILS": false, @@ -425,6 +481,7 @@ "HEAP_POISONING_COMPREHENSIVE": false, "HEAP_POISONING_DISABLED": true, "HEAP_POISONING_LIGHT": false, + "HEAP_TASK_TRACKING": false, "HEAP_TRACING_OFF": true, "HEAP_TRACING_STANDALONE": false, "HEAP_TRACING_TOHOST": false, @@ -435,22 +492,27 @@ "HTTPD_MAX_URI_LEN": 512, "HTTPD_PURGE_BUF_LEN": 32, "HTTPD_QUEUE_WORK_BLOCKING": false, + "HTTPD_SERVER_EVENT_POST_TIMEOUT": 2000, "HTTPD_WS_SUPPORT": false, + "I2C_ENABLE_DEBUG_LOG": false, + "I2C_ENABLE_SLAVE_DRIVER_VERSION_2": false, + "I2C_ISR_IRAM_SAFE": false, "I2S_ENABLE_DEBUG_LOG": false, "I2S_ISR_IRAM_SAFE": false, "I2S_SUPPRESS_DEPRECATE_WARN": false, "IDF_CMAKE": true, "IDF_EXPERIMENTAL_FEATURES": false, - "IDF_FIRMWARE_CHIP_ID": 0, - "IDF_TARGET": "esp32", - "IDF_TARGET_ARCH": "xtensa", - "IDF_TARGET_ARCH_XTENSA": true, - "IDF_TARGET_ESP32": true, - "IEEE802154_CCA_THRESHOLD": -60, - "IEEE802154_PENDING_TABLE_SIZE": 20, + "IDF_FIRMWARE_CHIP_ID": 5, + "IDF_INIT_VERSION": "5.4.0", + "IDF_TARGET": "esp32c3", + "IDF_TARGET_ARCH": "riscv", + "IDF_TARGET_ARCH_RISCV": true, + "IDF_TARGET_ESP32C3": true, + "IDF_TOOLCHAIN": "gcc", + "IDF_TOOLCHAIN_GCC": true, "LCD_ENABLE_DEBUG_LOG": false, - "LCD_PANEL_IO_FORMAT_BUF_SIZE": 32, - "LOG_COLORS": true, + "LEDC_CTRL_FUNC_IN_IRAM": false, + "LOG_COLORS": false, "LOG_DEFAULT_LEVEL": 3, "LOG_DEFAULT_LEVEL_DEBUG": false, "LOG_DEFAULT_LEVEL_ERROR": false, @@ -458,10 +520,18 @@ "LOG_DEFAULT_LEVEL_NONE": false, "LOG_DEFAULT_LEVEL_VERBOSE": false, "LOG_DEFAULT_LEVEL_WARN": false, + "LOG_DYNAMIC_LEVEL_CONTROL": true, + "LOG_MASTER_LEVEL": false, "LOG_MAXIMUM_EQUALS_DEFAULT": true, "LOG_MAXIMUM_LEVEL": 3, "LOG_MAXIMUM_LEVEL_DEBUG": false, "LOG_MAXIMUM_LEVEL_VERBOSE": false, + "LOG_TAG_LEVEL_CACHE_ARRAY": false, + "LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP": true, + "LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST": true, + "LOG_TAG_LEVEL_IMPL_CACHE_SIZE": 31, + "LOG_TAG_LEVEL_IMPL_LINKED_LIST": false, + "LOG_TAG_LEVEL_IMPL_NONE": false, "LOG_TIMESTAMP_SOURCE_RTOS": true, "LOG_TIMESTAMP_SOURCE_SYSTEM": false, "LWIP_AUTOIP": false, @@ -473,24 +543,36 @@ "LWIP_CHECK_THREAD_SAFETY": false, "LWIP_DEBUG": false, "LWIP_DHCPS": true, + "LWIP_DHCPS_ADD_DNS": true, "LWIP_DHCPS_LEASE_UNIT": 60, "LWIP_DHCPS_MAX_STATION_NUM": 8, + "LWIP_DHCPS_STATIC_ENTRIES": true, "LWIP_DHCP_COARSE_TIMER_SECS": 1, "LWIP_DHCP_DISABLE_CLIENT_ID": false, "LWIP_DHCP_DISABLE_VENDOR_CLASS_ID": true, + "LWIP_DHCP_DOES_ACD_CHECK": false, "LWIP_DHCP_DOES_ARP_CHECK": true, + "LWIP_DHCP_DOES_NOT_CHECK_OFFERED_IP": false, "LWIP_DHCP_GET_NTP_SRV": false, "LWIP_DHCP_OPTIONS_LEN": 68, "LWIP_DHCP_RESTORE_LAST_IP": false, + "LWIP_DNS_MAX_HOST_IP": 1, + "LWIP_DNS_MAX_SERVERS": 3, + "LWIP_DNS_SETSERVER_WITH_NETIF": false, "LWIP_DNS_SUPPORT_MDNS_QUERIES": true, + "LWIP_ENABLE": true, "LWIP_ESP_GRATUITOUS_ARP": true, "LWIP_ESP_LWIP_ASSERT": true, "LWIP_ESP_MLDV6_REPORT": true, "LWIP_EXTRA_IRAM_OPTIMIZATION": false, + "LWIP_FALLBACK_DNS_SERVER_SUPPORT": false, + "LWIP_FORCE_ROUTER_FORWARDING": false, "LWIP_GARP_TMR_INTERVAL": 60, + "LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM": false, + "LWIP_HOOK_DNS_EXT_RESOLVE_NONE": true, "LWIP_HOOK_IP6_INPUT_CUSTOM": false, - "LWIP_HOOK_IP6_INPUT_DEFAULT": false, - "LWIP_HOOK_IP6_INPUT_NONE": true, + "LWIP_HOOK_IP6_INPUT_DEFAULT": true, + "LWIP_HOOK_IP6_INPUT_NONE": false, "LWIP_HOOK_IP6_ROUTE_CUSTOM": false, "LWIP_HOOK_IP6_ROUTE_DEFAULT": false, "LWIP_HOOK_IP6_ROUTE_NONE": true, @@ -516,8 +598,12 @@ "LWIP_IPV6_AUTOCONFIG": false, "LWIP_IPV6_FORWARD": false, "LWIP_IPV6_MEMP_NUM_ND6_QUEUE": 3, + "LWIP_IPV6_ND6_NUM_DESTINATIONS": 10, "LWIP_IPV6_ND6_NUM_NEIGHBORS": 5, + "LWIP_IPV6_ND6_NUM_PREFIXES": 5, + "LWIP_IPV6_ND6_NUM_ROUTERS": 3, "LWIP_IPV6_NUM_ADDRESSES": 3, + "LWIP_IP_DEFAULT_TTL": 64, "LWIP_IP_FORWARD": false, "LWIP_IP_REASS_MAX_PBUFS": 10, "LWIP_IRAM_OPTIMIZATION": false, @@ -539,7 +625,9 @@ "LWIP_NUM_NETIF_CLIENT_DATA": 0, "LWIP_PPP_SUPPORT": false, "LWIP_SLIP_SUPPORT": false, + "LWIP_SNTP_MAXIMUM_STARTUP_DELAY": 5000, "LWIP_SNTP_MAX_SERVERS": 1, + "LWIP_SNTP_STARTUP_DELAY": true, "LWIP_SNTP_UPDATE_DELAY": 3600000, "LWIP_SO_LINGER": false, "LWIP_SO_RCVBUF": false, @@ -550,15 +638,17 @@ "LWIP_TCPIP_RECVMBOX_SIZE": 32, "LWIP_TCPIP_TASK_AFFINITY": 2147483647, "LWIP_TCPIP_TASK_AFFINITY_CPU0": false, - "LWIP_TCPIP_TASK_AFFINITY_CPU1": false, "LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY": true, "LWIP_TCPIP_TASK_PRIO": 18, "LWIP_TCPIP_TASK_STACK_SIZE": 3072, + "LWIP_TCP_ACCEPTMBOX_SIZE": 6, "LWIP_TCP_FIN_WAIT_TIMEOUT": 20000, "LWIP_TCP_HIGH_SPEED_RETRANSMISSION": true, "LWIP_TCP_MAXRTX": 12, "LWIP_TCP_MSL": 60000, "LWIP_TCP_MSS": 1440, + "LWIP_TCP_OOSEQ_MAX_PBUFS": 4, + "LWIP_TCP_OOSEQ_TIMEOUT": 6, "LWIP_TCP_OVERSIZE_DISABLE": false, "LWIP_TCP_OVERSIZE_MSS": true, "LWIP_TCP_OVERSIZE_QUARTER_MSS": false, @@ -566,14 +656,16 @@ "LWIP_TCP_RECVMBOX_SIZE": 6, "LWIP_TCP_RTO_TIME": 1500, "LWIP_TCP_SACK_OUT": false, - "LWIP_TCP_SND_BUF_DEFAULT": 5744, + "LWIP_TCP_SND_BUF_DEFAULT": 5760, "LWIP_TCP_SYNMAXRTX": 12, "LWIP_TCP_TMR_INTERVAL": 250, - "LWIP_TCP_WND_DEFAULT": 5744, + "LWIP_TCP_WND_DEFAULT": 5760, "LWIP_TIMERS_ONDEMAND": true, "LWIP_UDP_RECVMBOX_SIZE": 6, "LWIP_USE_ONLY_LWIP_SELECT": false, "MBEDTLS_AES_C": true, + "MBEDTLS_AES_INTERRUPT_LEVEL": 0, + "MBEDTLS_AES_USE_INTERRUPT": true, "MBEDTLS_ASYMMETRIC_CONTENT_LEN": true, "MBEDTLS_ATCA_HW_ECDSA_SIGN": false, "MBEDTLS_ATCA_HW_ECDSA_VERIFY": false, @@ -584,6 +676,7 @@ "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN": false, "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL": true, "MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE": false, + "MBEDTLS_CERTIFICATE_BUNDLE_DEPRECATED_LIST": false, "MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS": 200, "MBEDTLS_CHACHA20_C": false, "MBEDTLS_CLIENT_SSL_SESSION_TICKETS": true, @@ -612,10 +705,13 @@ "MBEDTLS_ECP_DP_SECP256R1_ENABLED": true, "MBEDTLS_ECP_DP_SECP384R1_ENABLED": true, "MBEDTLS_ECP_DP_SECP521R1_ENABLED": true, - "MBEDTLS_ECP_FIXED_POINT_OPTIM": true, + "MBEDTLS_ECP_FIXED_POINT_OPTIM": false, "MBEDTLS_ECP_NIST_OPTIM": true, "MBEDTLS_ECP_RESTARTABLE": false, + "MBEDTLS_ERROR_STRINGS": true, + "MBEDTLS_FS_IO": true, "MBEDTLS_GCM_C": true, + "MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER": true, "MBEDTLS_HARDWARE_AES": true, "MBEDTLS_HARDWARE_MPI": true, "MBEDTLS_HARDWARE_SHA": true, @@ -629,17 +725,22 @@ "MBEDTLS_KEY_EXCHANGE_ECDH_RSA": true, "MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE": true, "MBEDTLS_KEY_EXCHANGE_RSA": true, - "MBEDTLS_LARGE_KEY_SOFTWARE_MPI": false, + "MBEDTLS_LARGE_KEY_SOFTWARE_MPI": true, + "MBEDTLS_MPI_INTERRUPT_LEVEL": 0, + "MBEDTLS_MPI_USE_INTERRUPT": true, "MBEDTLS_NIST_KW_C": false, "MBEDTLS_PEM_PARSE_C": true, "MBEDTLS_PEM_WRITE_C": true, "MBEDTLS_PKCS7_C": true, + "MBEDTLS_PK_PARSE_EC_COMPRESSED": true, + "MBEDTLS_PK_PARSE_EC_EXTENDED": true, "MBEDTLS_PLATFORM_TIME_ALT": false, "MBEDTLS_POLY1305_C": false, "MBEDTLS_PSK_MODES": false, "MBEDTLS_RIPEMD160_C": false, "MBEDTLS_ROM_MD5": true, "MBEDTLS_SERVER_SSL_SESSION_TICKETS": true, + "MBEDTLS_SHA3_C": false, "MBEDTLS_SHA512_C": true, "MBEDTLS_SSL_ALPN": true, "MBEDTLS_SSL_CONTEXT_SERIALIZATION": false, @@ -664,10 +765,6 @@ "MBEDTLS_X509_CSR_PARSE_C": true, "MBEDTLS_X509_TRUSTED_CERT_CALLBACK": false, "MBEDTLS_XTEA_C": false, - "MCPWM_CTRL_FUNC_IN_IRAM": false, - "MCPWM_ENABLE_DEBUG_LOG": false, - "MCPWM_ISR_IRAM_SAFE": false, - "MCPWM_SUPPRESS_DEPRECATE_WARN": false, "MMU_PAGE_MODE": "64KB", "MMU_PAGE_SIZE": 65536, "MMU_PAGE_SIZE_64KB": true, @@ -694,15 +791,10 @@ "NEWLIB_TIME_SYSCALL_USE_RTC": false, "NEWLIB_TIME_SYSCALL_USE_RTC_HRT": true, "NVS_ASSERT_ERROR_CHECK": false, + "NVS_ENCRYPTION": false, + "NVS_LEGACY_DUP_KEYS_COMPATIBILITY": false, "OPENTHREAD_ENABLED": false, - "OPENTHREAD_MESH_LOCAL_PREFIX": "fd00:db8:a0:0::/64", - "OPENTHREAD_NETWORK_CHANNEL": 15, - "OPENTHREAD_NETWORK_EXTPANID": "dead00beef00cafe", - "OPENTHREAD_NETWORK_MASTERKEY": "00112233445566778899aabbccddeeff", - "OPENTHREAD_NETWORK_NAME": "OpenThread-ESP", - "OPENTHREAD_NETWORK_PANID": 4660, - "OPENTHREAD_NETWORK_PSKC": "104810e2315100afd6bc9215a6bfac53", - "OPENTHREAD_XTAL_ACCURACY": 130, + "OPENTHREAD_SPINEL_ONLY": false, "PARTITION_TABLE_CUSTOM": false, "PARTITION_TABLE_CUSTOM_FILENAME": "partitions.csv", "PARTITION_TABLE_FILENAME": "partitions_singleapp.csv", @@ -711,15 +803,11 @@ "PARTITION_TABLE_SINGLE_APP": true, "PARTITION_TABLE_SINGLE_APP_LARGE": false, "PARTITION_TABLE_TWO_OTA": false, - "PCNT_CTRL_FUNC_IN_IRAM": false, - "PCNT_ENABLE_DEBUG_LOG": false, - "PCNT_ISR_IRAM_SAFE": false, - "PCNT_SUPPRESS_DEPRECATE_WARN": false, + "PARTITION_TABLE_TWO_OTA_LARGE": false, "PERIPH_CTRL_FUNC_IN_IRAM": true, "PM_ENABLE": false, - "PTHREAD_DEFAULT_CORE_0": false, - "PTHREAD_DEFAULT_CORE_1": false, - "PTHREAD_DEFAULT_CORE_NO_AFFINITY": true, + "PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP": true, + "PM_SLP_IRAM_OPT": false, "PTHREAD_STACK_MIN": 768, "PTHREAD_TASK_CORE_DEFAULT": -1, "PTHREAD_TASK_NAME_DEFAULT": "pthread", @@ -728,6 +816,7 @@ "RINGBUF_PLACE_FUNCTIONS_INTO_FLASH": false, "RMT_ENABLE_DEBUG_LOG": false, "RMT_ISR_IRAM_SAFE": false, + "RMT_RECV_FUNC_IN_IRAM": false, "RMT_SUPPRESS_DEPRECATE_WARN": false, "RTC_CLK_CAL_CYCLES": 1024, "RTC_CLK_SRC_EXT_CRYS": false, @@ -738,219 +827,290 @@ "SDM_ENABLE_DEBUG_LOG": false, "SDM_SUPPRESS_DEPRECATE_WARN": false, "SECURE_BOOT": false, - "SECURE_BOOT_V1_SUPPORTED": true, + "SECURE_BOOT_V2_PREFERRED": true, + "SECURE_BOOT_V2_RSA_SUPPORTED": true, "SECURE_FLASH_ENC_ENABLED": false, + "SECURE_ROM_DL_MODE_ENABLED": true, "SECURE_SIGNED_APPS_NO_SECURE_BOOT": false, + "SOC_ADC_ARBITER_SUPPORTED": true, "SOC_ADC_ATTEN_NUM": 4, - "SOC_ADC_DIGI_CONTROLLER_NUM": 2, + "SOC_ADC_CALIBRATION_V1_SUPPORTED": true, + "SOC_ADC_DIGI_CONTROLLER_NUM": 1, "SOC_ADC_DIGI_DATA_BYTES_PER_CONV": 4, + "SOC_ADC_DIGI_IIR_FILTER_NUM": 2, "SOC_ADC_DIGI_MAX_BITWIDTH": 12, - "SOC_ADC_DIGI_MIN_BITWIDTH": 9, - "SOC_ADC_DIGI_RESULT_BYTES": 2, + "SOC_ADC_DIGI_MIN_BITWIDTH": 12, + "SOC_ADC_DIGI_MONITOR_NUM": 2, + "SOC_ADC_DIGI_RESULT_BYTES": 4, "SOC_ADC_DIG_CTRL_SUPPORTED": true, + "SOC_ADC_DIG_IIR_FILTER_SUPPORTED": true, "SOC_ADC_DMA_SUPPORTED": true, - "SOC_ADC_MAX_CHANNEL_NUM": 10, - "SOC_ADC_PATT_LEN_MAX": 16, + "SOC_ADC_MAX_CHANNEL_NUM": 5, + "SOC_ADC_MONITOR_SUPPORTED": true, + "SOC_ADC_PATT_LEN_MAX": 8, "SOC_ADC_PERIPH_NUM": 2, - "SOC_ADC_RTC_CTRL_SUPPORTED": true, "SOC_ADC_RTC_MAX_BITWIDTH": 12, - "SOC_ADC_RTC_MIN_BITWIDTH": 9, - "SOC_ADC_SAMPLE_FREQ_THRES_HIGH": 2, - "SOC_ADC_SAMPLE_FREQ_THRES_LOW": 20, + "SOC_ADC_RTC_MIN_BITWIDTH": 12, + "SOC_ADC_SAMPLE_FREQ_THRES_HIGH": 83333, + "SOC_ADC_SAMPLE_FREQ_THRES_LOW": 611, + "SOC_ADC_SELF_HW_CALI_SUPPORTED": true, + "SOC_ADC_SHARED_POWER": true, "SOC_ADC_SUPPORTED": true, + "SOC_AES_GDMA": true, "SOC_AES_SUPPORTED": true, "SOC_AES_SUPPORT_AES_128": true, - "SOC_AES_SUPPORT_AES_192": true, "SOC_AES_SUPPORT_AES_256": true, - "SOC_APLL_MAX_HZ": 125000000, - "SOC_APLL_MIN_HZ": 5303031, - "SOC_APLL_MULTIPLIER_OUT_MAX_HZ": 500000000, - "SOC_APLL_MULTIPLIER_OUT_MIN_HZ": 350000000, + "SOC_AES_SUPPORT_DMA": true, + "SOC_AHB_GDMA_SUPPORTED": true, + "SOC_AHB_GDMA_VERSION": 1, + "SOC_APB_BACKUP_DMA": true, + "SOC_ASSIST_DEBUG_SUPPORTED": true, + "SOC_ASYNC_MEMCPY_SUPPORTED": true, + "SOC_BLE_50_SUPPORTED": true, + "SOC_BLE_DEVICE_PRIVACY_SUPPORTED": true, "SOC_BLE_MESH_SUPPORTED": true, "SOC_BLE_SUPPORTED": true, "SOC_BLUFI_SUPPORTED": true, "SOC_BOD_SUPPORTED": true, - "SOC_BROWNOUT_RESET_SUPPORTED": "Not determined", - "SOC_BT_CLASSIC_SUPPORTED": true, + "SOC_BROWNOUT_RESET_SUPPORTED": true, "SOC_BT_SUPPORTED": true, - "SOC_CAPS_ECO_VER_MAX": 301, - "SOC_CCOMP_TIMER_SUPPORTED": true, - "SOC_CLK_APLL_SUPPORTED": true, + "SOC_CACHE_MEMORY_IBANK_SIZE": 16384, "SOC_CLK_RC_FAST_D256_SUPPORTED": true, "SOC_CLK_RC_FAST_SUPPORT_CALIBRATION": true, + "SOC_CLK_TREE_SUPPORTED": true, "SOC_CLK_XTAL32K_SUPPORTED": true, - "SOC_CONFIGURABLE_VDDSDIO_SUPPORTED": true, - "SOC_CPU_BREAKPOINTS_NUM": 2, - "SOC_CPU_CORES_NUM": 2, - "SOC_CPU_HAS_FPU": true, + "SOC_COEX_HW_PTI": true, + "SOC_CPU_BREAKPOINTS_NUM": 8, + "SOC_CPU_CORES_NUM": 1, + "SOC_CPU_HAS_CSR_PC": true, + "SOC_CPU_HAS_FLEXIBLE_INTC": true, "SOC_CPU_INTR_NUM": 32, - "SOC_CPU_WATCHPOINTS_NUM": 2, - "SOC_CPU_WATCHPOINT_SIZE": 64, - "SOC_DAC_CHAN_NUM": 2, - "SOC_DAC_DMA_16BIT_ALIGN": true, - "SOC_DAC_RESOLUTION": 8, - "SOC_DAC_SUPPORTED": true, - "SOC_DPORT_WORKAROUND": "Not determined", - "SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL": 5, - "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS": true, - "SOC_EMAC_SUPPORTED": true, + "SOC_CPU_WATCHPOINTS_NUM": 8, + "SOC_CPU_WATCHPOINT_MAX_REGION_SIZE": 2147483648, + "SOC_DEDICATED_GPIO_SUPPORTED": true, + "SOC_DEDIC_GPIO_IN_CHANNELS_NUM": 8, + "SOC_DEDIC_GPIO_OUT_CHANNELS_NUM": 8, + "SOC_DEDIC_PERIPH_ALWAYS_ENABLE": true, + "SOC_DEEP_SLEEP_SUPPORTED": true, + "SOC_DIG_SIGN_SUPPORTED": true, + "SOC_DS_KEY_CHECK_MAX_WAIT_US": 1100, + "SOC_DS_KEY_PARAM_MD_IV_LENGTH": 16, + "SOC_DS_SIGNATURE_MAX_BIT_LEN": 3072, + "SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK": true, + "SOC_EFUSE_DIS_DIRECT_BOOT": true, + "SOC_EFUSE_DIS_DOWNLOAD_ICACHE": true, + "SOC_EFUSE_DIS_ICACHE": true, + "SOC_EFUSE_DIS_PAD_JTAG": true, + "SOC_EFUSE_DIS_USB_JTAG": true, + "SOC_EFUSE_HAS_EFUSE_RST_BUG": true, + "SOC_EFUSE_KEY_PURPOSE_FIELD": true, + "SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS": true, + "SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS": 3, + "SOC_EFUSE_SOFT_DIS_JTAG": true, + "SOC_EFUSE_SUPPORTED": true, "SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX": 32, + "SOC_FLASH_ENCRYPTION_XTS_AES": true, + "SOC_FLASH_ENCRYPTION_XTS_AES_128": true, "SOC_FLASH_ENC_SUPPORTED": true, - "SOC_GPIO_PIN_COUNT": 40, + "SOC_GDMA_NUM_GROUPS_MAX": 1, + "SOC_GDMA_PAIRS_PER_GROUP_MAX": 3, + "SOC_GDMA_SUPPORTED": true, + "SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX": true, + "SOC_GPIO_CLOCKOUT_CHANNEL_NUM": 3, + "SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT": 6, + "SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK": 0, + "SOC_GPIO_FILTER_CLK_SUPPORT_APB": true, + "SOC_GPIO_IN_RANGE_MAX": 21, + "SOC_GPIO_OUT_RANGE_MAX": 21, + "SOC_GPIO_PIN_COUNT": 22, "SOC_GPIO_PORT": 1, - "SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK": 15667178, - "SOC_GPIO_VALID_GPIO_MASK": 1099511627775, + "SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP": true, + "SOC_GPIO_SUPPORT_FORCE_HOLD": true, + "SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP": true, + "SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER": true, + "SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK": 4194240, "SOC_GPSPI_SUPPORTED": true, "SOC_GPTIMER_SUPPORTED": true, - "SOC_I2C_CMD_REG_NUM": 16, + "SOC_HMAC_SUPPORTED": true, + "SOC_HP_I2C_NUM": 1, + "SOC_I2C_CMD_REG_NUM": 8, "SOC_I2C_FIFO_LEN": 32, - "SOC_I2C_NUM": 2, + "SOC_I2C_NUM": 1, + "SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE": true, + "SOC_I2C_SLAVE_SUPPORT_BROADCAST": true, + "SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS": true, "SOC_I2C_SUPPORTED": true, - "SOC_I2C_SUPPORT_APB": true, + "SOC_I2C_SUPPORT_10BIT_ADDR": true, + "SOC_I2C_SUPPORT_HW_CLR_BUS": true, + "SOC_I2C_SUPPORT_RTC": true, "SOC_I2C_SUPPORT_SLAVE": true, - "SOC_I2S_HW_VERSION_1": true, - "SOC_I2S_LCD_I80_VARIANT": true, - "SOC_I2S_NUM": 2, - "SOC_I2S_PDM_MAX_RX_LINES": 1, - "SOC_I2S_PDM_MAX_TX_LINES": 1, + "SOC_I2C_SUPPORT_XTAL": true, + "SOC_I2S_HW_VERSION_2": true, + "SOC_I2S_NUM": 1, + "SOC_I2S_PDM_MAX_TX_LINES": 2, "SOC_I2S_SUPPORTED": true, - "SOC_I2S_SUPPORTS_ADC": true, - "SOC_I2S_SUPPORTS_ADC_DAC": true, - "SOC_I2S_SUPPORTS_APLL": true, - "SOC_I2S_SUPPORTS_DAC": true, - "SOC_I2S_SUPPORTS_LCD_CAMERA": true, + "SOC_I2S_SUPPORTS_PCM": true, "SOC_I2S_SUPPORTS_PDM": true, - "SOC_I2S_SUPPORTS_PDM_RX": true, "SOC_I2S_SUPPORTS_PDM_TX": true, "SOC_I2S_SUPPORTS_PLL_F160M": true, - "SOC_I2S_TRANS_SIZE_ALIGN_WORD": true, - "SOC_IDCACHE_PER_CORE": true, - "SOC_LCD_I80_BUSES": 2, - "SOC_LCD_I80_BUS_WIDTH": 24, - "SOC_LCD_I80_SUPPORTED": true, - "SOC_LEDC_CHANNEL_NUM": 8, - "SOC_LEDC_HAS_TIMER_SPECIFIC_MUX": true, + "SOC_I2S_SUPPORTS_TDM": true, + "SOC_I2S_SUPPORTS_XTAL": true, + "SOC_LEDC_CHANNEL_NUM": 6, "SOC_LEDC_SUPPORTED": true, "SOC_LEDC_SUPPORT_APB_CLOCK": true, - "SOC_LEDC_SUPPORT_HS_MODE": true, - "SOC_LEDC_SUPPORT_REF_TICK": true, - "SOC_LEDC_TIMER_BIT_WIDTH": 20, - "SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER": 3, - "SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP": true, - "SOC_MCPWM_COMPARATORS_PER_OPERATOR": 2, - "SOC_MCPWM_GENERATORS_PER_OPERATOR": 2, - "SOC_MCPWM_GPIO_FAULTS_PER_GROUP": 3, - "SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP": 3, - "SOC_MCPWM_GROUPS": 2, - "SOC_MCPWM_OPERATORS_PER_GROUP": 3, - "SOC_MCPWM_SUPPORTED": true, - "SOC_MCPWM_TIMERS_PER_GROUP": 3, - "SOC_MCPWM_TRIGGERS_PER_OPERATOR": 2, + "SOC_LEDC_SUPPORT_FADE_STOP": true, + "SOC_LEDC_SUPPORT_XTAL_CLOCK": true, + "SOC_LEDC_TIMER_BIT_WIDTH": 14, + "SOC_LEDC_TIMER_NUM": 4, + "SOC_LIGHT_SLEEP_SUPPORTED": true, + "SOC_LP_PERIPH_SHARE_INTERRUPT": true, + "SOC_MAC_BB_PD_MEM_SIZE": 192, + "SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE": 16, + "SOC_MEMPROT_MEM_ALIGN_SIZE": 512, + "SOC_MEMPROT_SUPPORTED": true, + "SOC_MEMSPI_IS_INDEPENDENT": true, "SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED": true, "SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED": true, "SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED": true, "SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED": true, - "SOC_MMU_LINEAR_ADDRESS_REGION_NUM": 3, - "SOC_MMU_PERIPH_NUM": 2, + "SOC_MMU_LINEAR_ADDRESS_REGION_NUM": 1, + "SOC_MMU_PERIPH_NUM": 1, + "SOC_MPI_MEM_BLOCKS_NUM": 4, + "SOC_MPI_OPERATIONS_NUM": 3, "SOC_MPI_SUPPORTED": true, "SOC_MPU_MIN_REGION_SIZE": 536870912, "SOC_MPU_REGIONS_MAX_NUM": 8, - "SOC_PCNT_CHANNELS_PER_UNIT": 2, - "SOC_PCNT_GROUPS": 1, - "SOC_PCNT_SUPPORTED": true, - "SOC_PCNT_THRES_POINT_PER_UNIT": 2, - "SOC_PCNT_UNITS_PER_GROUP": 8, + "SOC_MWDT_SUPPORT_XTAL": true, "SOC_PHY_COMBO_MODULE": true, "SOC_PHY_DIG_REGS_MEM_SIZE": 21, - "SOC_PM_SUPPORT_EXT0_WAKEUP": true, - "SOC_PM_SUPPORT_EXT1_WAKEUP": true, - "SOC_PM_SUPPORT_EXT_WAKEUP": true, - "SOC_PM_SUPPORT_MODEM_PD": true, + "SOC_PHY_SUPPORTED": true, + "SOC_PM_CPU_RETENTION_BY_RTCCNTL": true, + "SOC_PM_MODEM_PD_BY_SW": true, + "SOC_PM_MODEM_RETENTION_BY_BACKUPDMA": true, + "SOC_PM_SUPPORTED": true, + "SOC_PM_SUPPORT_BT_PD": true, + "SOC_PM_SUPPORT_BT_WAKEUP": true, + "SOC_PM_SUPPORT_CPU_PD": true, + "SOC_PM_SUPPORT_MAC_BB_PD": true, "SOC_PM_SUPPORT_RC_FAST_PD": true, - "SOC_PM_SUPPORT_RTC_FAST_MEM_PD": true, - "SOC_PM_SUPPORT_RTC_PERIPH_PD": true, - "SOC_PM_SUPPORT_RTC_SLOW_MEM_PD": true, - "SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP": true, "SOC_PM_SUPPORT_VDDSDIO_PD": true, - "SOC_RMT_CHANNELS_PER_GROUP": 8, - "SOC_RMT_CHANNEL_CLK_INDEPENDENT": true, + "SOC_PM_SUPPORT_WIFI_PD": true, + "SOC_PM_SUPPORT_WIFI_WAKEUP": true, + "SOC_RMT_CHANNELS_PER_GROUP": 4, "SOC_RMT_GROUPS": 1, - "SOC_RMT_MEM_WORDS_PER_CHANNEL": 64, - "SOC_RMT_RX_CANDIDATES_PER_GROUP": 8, + "SOC_RMT_MEM_WORDS_PER_CHANNEL": 48, + "SOC_RMT_RX_CANDIDATES_PER_GROUP": 2, "SOC_RMT_SUPPORTED": true, "SOC_RMT_SUPPORT_APB": true, - "SOC_RMT_SUPPORT_REF_TICK": true, - "SOC_RMT_TX_CANDIDATES_PER_GROUP": 8, - "SOC_RSA_MAX_BIT_LEN": 4096, - "SOC_RTCIO_HOLD_SUPPORTED": true, - "SOC_RTCIO_INPUT_OUTPUT_SUPPORTED": true, - "SOC_RTCIO_PIN_COUNT": 18, - "SOC_RTCIO_WAKE_SUPPORTED": true, + "SOC_RMT_SUPPORT_RC_FAST": true, + "SOC_RMT_SUPPORT_RX_DEMODULATION": true, + "SOC_RMT_SUPPORT_RX_PINGPONG": true, + "SOC_RMT_SUPPORT_TX_ASYNC_STOP": true, + "SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY": true, + "SOC_RMT_SUPPORT_TX_LOOP_COUNT": true, + "SOC_RMT_SUPPORT_TX_SYNCHRO": true, + "SOC_RMT_SUPPORT_XTAL": true, + "SOC_RMT_TX_CANDIDATES_PER_GROUP": 2, + "SOC_RNG_SUPPORTED": true, + "SOC_RSA_MAX_BIT_LEN": 3072, + "SOC_RTCIO_PIN_COUNT": 0, + "SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH": 128, + "SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM": 108, "SOC_RTC_FAST_MEM_SUPPORTED": true, "SOC_RTC_MEM_SUPPORTED": true, "SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256": true, - "SOC_RTC_SLOW_MEM_SUPPORTED": true, - "SOC_SDIO_SLAVE_SUPPORTED": true, - "SOC_SDMMC_HOST_SUPPORTED": true, - "SOC_SDMMC_NUM_SLOTS": 2, - "SOC_SDMMC_USE_IOMUX": true, - "SOC_SDM_CHANNELS_PER_GROUP": 8, + "SOC_SDM_CHANNELS_PER_GROUP": 4, "SOC_SDM_CLK_SUPPORT_APB": true, "SOC_SDM_GROUPS": 1, "SOC_SDM_SUPPORTED": true, "SOC_SECURE_BOOT_SUPPORTED": true, - "SOC_SECURE_BOOT_V1": true, + "SOC_SECURE_BOOT_V2_RSA": true, "SOC_SHARED_IDCACHE_SUPPORTED": true, + "SOC_SHA_DMA_MAX_BUFFER_SIZE": 3968, + "SOC_SHA_GDMA": true, "SOC_SHA_SUPPORTED": true, - "SOC_SHA_SUPPORT_PARALLEL_ENG": true, + "SOC_SHA_SUPPORT_DMA": true, + "SOC_SHA_SUPPORT_RESUME": true, "SOC_SHA_SUPPORT_SHA1": true, + "SOC_SHA_SUPPORT_SHA224": true, "SOC_SHA_SUPPORT_SHA256": true, - "SOC_SHA_SUPPORT_SHA384": true, - "SOC_SHA_SUPPORT_SHA512": true, - "SOC_SPIRAM_SUPPORTED": true, - "SOC_SPI_AS_CS_SUPPORTED": true, - "SOC_SPI_DMA_CHAN_NUM": 2, - "SOC_SPI_HD_BOTH_INOUT_SUPPORTED": true, + "SOC_SLEEP_SYSTIMER_STALL_WORKAROUND": true, + "SOC_SLEEP_TGWDT_STOP_WORKAROUND": true, + "SOC_SPI_FLASH_SUPPORTED": true, "SOC_SPI_MAXIMUM_BUFFER_SIZE": 64, - "SOC_SPI_MAX_CS_NUM": 3, - "SOC_SPI_MAX_PRE_DIVIDER": 8192, + "SOC_SPI_MAX_CS_NUM": 6, + "SOC_SPI_MAX_PRE_DIVIDER": 16, + "SOC_SPI_MEM_SUPPORT_AUTO_RESUME": true, + "SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND": true, + "SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE": true, + "SOC_SPI_MEM_SUPPORT_CHECK_SUS": true, "SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE": true, - "SOC_SPI_PERIPH_NUM": 3, + "SOC_SPI_MEM_SUPPORT_IDLE_INTR": true, + "SOC_SPI_MEM_SUPPORT_SW_SUSPEND": true, + "SOC_SPI_MEM_SUPPORT_WRAP": true, + "SOC_SPI_PERIPH_NUM": 2, + "SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT": true, + "SOC_SPI_SCT_BUFFER_NUM_MAX": true, + "SOC_SPI_SCT_CONF_BITLEN_MAX": 262138, + "SOC_SPI_SCT_REG_NUM": 14, + "SOC_SPI_SCT_SUPPORTED": true, + "SOC_SPI_SLAVE_SUPPORT_SEG_TRANS": true, + "SOC_SPI_SUPPORT_CD_SIG": true, "SOC_SPI_SUPPORT_CLK_APB": true, + "SOC_SPI_SUPPORT_CLK_XTAL": true, + "SOC_SPI_SUPPORT_CONTINUOUS_TRANS": true, + "SOC_SPI_SUPPORT_DDRCLK": true, + "SOC_SPI_SUPPORT_SLAVE_HD_VER2": true, + "SOC_SUPPORTS_SECURE_DL_MODE": true, "SOC_SUPPORT_COEXISTENCE": true, + "SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY": true, + "SOC_SYSTIMER_ALARM_MISS_COMPENSATE": true, + "SOC_SYSTIMER_ALARM_NUM": 3, + "SOC_SYSTIMER_BIT_WIDTH_HI": 20, + "SOC_SYSTIMER_BIT_WIDTH_LO": 32, + "SOC_SYSTIMER_COUNTER_NUM": 2, + "SOC_SYSTIMER_FIXED_DIVIDER": true, + "SOC_SYSTIMER_INT_LEVEL": true, + "SOC_SYSTIMER_SUPPORTED": true, + "SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC": true, + "SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL": true, + "SOC_TEMP_SENSOR_SUPPORTED": true, "SOC_TIMER_GROUPS": 2, - "SOC_TIMER_GROUP_COUNTER_BIT_WIDTH": 64, + "SOC_TIMER_GROUP_COUNTER_BIT_WIDTH": 54, "SOC_TIMER_GROUP_SUPPORT_APB": true, - "SOC_TIMER_GROUP_TIMERS_PER_GROUP": 2, - "SOC_TIMER_GROUP_TOTAL_TIMERS": 4, - "SOC_TOUCH_PAD_MEASURE_WAIT_MAX": 255, - "SOC_TOUCH_SENSOR_NUM": 10, - "SOC_TOUCH_SENSOR_SUPPORTED": true, - "SOC_TOUCH_VERSION_1": true, - "SOC_TWAI_BRP_DIV_SUPPORTED": "Not determined", + "SOC_TIMER_GROUP_SUPPORT_XTAL": true, + "SOC_TIMER_GROUP_TIMERS_PER_GROUP": 1, + "SOC_TIMER_GROUP_TOTAL_TIMERS": 2, + "SOC_TWAI_BRP_MAX": 16384, "SOC_TWAI_BRP_MIN": 2, "SOC_TWAI_CLK_SUPPORT_APB": true, "SOC_TWAI_CONTROLLER_NUM": 1, "SOC_TWAI_SUPPORTED": true, - "SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT": true, + "SOC_TWAI_SUPPORTS_RX_STATUS": true, "SOC_UART_BITRATE_MAX": 5000000, "SOC_UART_FIFO_LEN": 128, - "SOC_UART_NUM": 3, + "SOC_UART_HP_NUM": 2, + "SOC_UART_NUM": 2, "SOC_UART_SUPPORTED": true, "SOC_UART_SUPPORT_APB_CLK": true, - "SOC_UART_SUPPORT_REF_TICK": true, - "SOC_ULP_FSM_SUPPORTED": true, - "SOC_ULP_HAS_ADC": true, - "SOC_ULP_SUPPORTED": true, + "SOC_UART_SUPPORT_FSM_TX_WAIT_SEND": true, + "SOC_UART_SUPPORT_RTC_CLK": true, + "SOC_UART_SUPPORT_WAKEUP_INT": true, + "SOC_UART_SUPPORT_XTAL_CLK": true, + "SOC_USB_SERIAL_JTAG_SUPPORTED": true, + "SOC_WDT_SUPPORTED": true, "SOC_WIFI_CSI_SUPPORT": true, + "SOC_WIFI_FTM_SUPPORT": true, + "SOC_WIFI_GCMP_SUPPORT": true, + "SOC_WIFI_HW_TSF": true, + "SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH": 12, "SOC_WIFI_MESH_SUPPORT": true, - "SOC_WIFI_NAN_SUPPORT": true, + "SOC_WIFI_PHY_NEEDS_USB_WORKAROUND": true, "SOC_WIFI_SUPPORTED": true, "SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW": true, "SOC_WIFI_WAPI_SUPPORT": true, - "SOC_XTAL_SUPPORT_26M": true, "SOC_XTAL_SUPPORT_40M": true, - "SOC_XTAL_SUPPORT_AUTO_DETECT": true, + "SOC_XT_WDT_SUPPORTED": true, "SPIFFS_API_DBG": false, "SPIFFS_CACHE": true, "SPIFFS_CACHE_DBG": false, @@ -971,7 +1131,7 @@ "SPIFFS_USE_MAGIC": true, "SPIFFS_USE_MAGIC_LENGTH": true, "SPIFFS_USE_MTIME": true, - "SPIRAM": false, + "SPI_FLASH_AUTO_SUSPEND": false, "SPI_FLASH_BROWNOUT_RESET": true, "SPI_FLASH_BROWNOUT_RESET_XMC": true, "SPI_FLASH_BYPASS_BLOCK_ERASE": false, @@ -983,19 +1143,23 @@ "SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE": true, "SPI_FLASH_ERASE_YIELD_DURATION_MS": 20, "SPI_FLASH_ERASE_YIELD_TICKS": 1, + "SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND": false, "SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST": false, "SPI_FLASH_ROM_DRIVER_PATCH": true, - "SPI_FLASH_SHARE_SPI1_BUS": false, + "SPI_FLASH_ROM_IMPL": false, "SPI_FLASH_SIZE_OVERRIDE": false, - "SPI_FLASH_SUPPORT_BOYA_CHIP": false, + "SPI_FLASH_SUPPORT_BOYA_CHIP": true, "SPI_FLASH_SUPPORT_GD_CHIP": true, "SPI_FLASH_SUPPORT_ISSI_CHIP": true, "SPI_FLASH_SUPPORT_MXIC_CHIP": true, - "SPI_FLASH_SUPPORT_TH_CHIP": false, + "SPI_FLASH_SUPPORT_TH_CHIP": true, "SPI_FLASH_SUPPORT_WINBOND_CHIP": true, + "SPI_FLASH_SUSPEND_TSUS_VAL_US": 50, + "SPI_FLASH_VENDOR_BOYA_SUPPORTED": true, "SPI_FLASH_VENDOR_GD_SUPPORTED": true, "SPI_FLASH_VENDOR_ISSI_SUPPORTED": true, "SPI_FLASH_VENDOR_MXIC_SUPPORTED": true, + "SPI_FLASH_VENDOR_TH_SUPPORTED": true, "SPI_FLASH_VENDOR_WINBOND_SUPPORTED": true, "SPI_FLASH_VENDOR_XMC_SUPPORTED": true, "SPI_FLASH_VERIFY_WRITE": false, @@ -1005,14 +1169,11 @@ "SPI_MASTER_ISR_IN_IRAM": true, "SPI_SLAVE_IN_IRAM": false, "SPI_SLAVE_ISR_IN_IRAM": true, - "TWAI_ERRATA_FIX_BUS_OFF_REC": true, + "TEMP_SENSOR_ENABLE_DEBUG_LOG": false, + "TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN": false, "TWAI_ERRATA_FIX_LISTEN_ONLY_DOM": true, - "TWAI_ERRATA_FIX_RX_FIFO_CORRUPT": true, - "TWAI_ERRATA_FIX_RX_FRAME_INVALID": true, - "TWAI_ERRATA_FIX_TX_INTR_LOST": true, "TWAI_ISR_IN_IRAM": false, "UART_ISR_IN_IRAM": false, - "ULP_COPROC_ENABLED": false, "UNITY_ENABLE_64BIT": false, "UNITY_ENABLE_BACKTRACE_ON_FAIL": false, "UNITY_ENABLE_COLOR": false, @@ -1020,7 +1181,10 @@ "UNITY_ENABLE_FIXTURE": false, "UNITY_ENABLE_FLOAT": true, "UNITY_ENABLE_IDF_TEST_RUNNER": true, + "USJ_ENABLE_USB_SERIAL_JTAG": true, + "VFS_INITIALIZE_DEV_NULL": true, "VFS_MAX_COUNT": 8, + "VFS_SELECT_IN_RAM": false, "VFS_SEMIHOSTFS_MAX_MOUNT_POINTS": 1, "VFS_SUPPORT_DIR": true, "VFS_SUPPORT_IO": true, @@ -1028,7 +1192,6 @@ "VFS_SUPPORT_TERMIOS": true, "VFS_SUPPRESS_SELECT_DEBUG_OUTPUT": true, "WIFI_PROV_AUTOSTOP_TIMEOUT": 30, - "WIFI_PROV_BLE_FORCE_ENCRYPTION": false, "WIFI_PROV_SCAN_MAX_ENTRIES": 16, "WIFI_PROV_STA_ALL_CHANNEL_SCAN": true, "WIFI_PROV_STA_FAST_SCAN": false, @@ -1039,7 +1202,5 @@ "WS_DYNAMIC_BUFFER": false, "WS_TRANSPORT": true, "XTAL_FREQ": 40, - "XTAL_FREQ_26": false, - "XTAL_FREQ_40": true, - "XTAL_FREQ_AUTO": false + "XTAL_FREQ_40": true } \ No newline at end of file diff --git a/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj b/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj index e2e27dbd8..1e08a090c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj b/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj index ba2f9b364..811ae742e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj b/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj index 4637695e6..89aeb5841 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj b/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj index 5f0f46942..cd8e26f31 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/app_trace/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/app_trace/cmake_install.cmake index 2d99c1a65..23a219699 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/app_trace/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/app_trace/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/app_trace +# Install script for directory: /home/abobkov/esp/esp-idf/components/app_trace # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/app_trace/libapp_trace.a b/ESP32-IDF_ePaper/build/esp-idf/app_trace/libapp_trace.a new file mode 100644 index 000000000..3b2319b2e Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/app_trace/libapp_trace.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj b/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj index 6f29b847c..7a0866529 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj b/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj index 865ff75fd..acb21e7ef 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/app_update/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/app_update/cmake_install.cmake index 10bc0cb0e..03d61ee81 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/app_update/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/app_update/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/app_update +# Install script for directory: /home/abobkov/esp/esp-idf/components/app_update # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/app_update/libapp_update.a b/ESP32-IDF_ePaper/build/esp-idf/app_update/libapp_update.a index 9c171195d..8ee92b57f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/app_update/libapp_update.a and b/ESP32-IDF_ePaper/build/esp-idf/app_update/libapp_update.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader/bootloader-flash_args.in b/ESP32-IDF_ePaper/build/esp-idf/bootloader/bootloader-flash_args.in index a2152c53f..46c466157 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/bootloader/bootloader-flash_args.in +++ b/ESP32-IDF_ePaper/build/esp-idf/bootloader/bootloader-flash_args.in @@ -1,2 +1,2 @@ ---flash_mode dio --flash_freq 40m --flash_size 2MB -0x1000 bootloader/bootloader.bin \ No newline at end of file +--flash_mode dio --flash_freq 80m --flash_size 2MB +0x0 bootloader/bootloader.bin \ No newline at end of file diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/bootloader/cmake_install.cmake index 5618fe989..0924792ca 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/bootloader/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/bootloader/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/bootloader +# Install script for directory: /home/abobkov/esp/esp-idf/components/bootloader # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj index 220c76a6b..2a2a9c9d2 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj deleted file mode 100644 index 993921c19..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj new file mode 100644 index 000000000..afdaa96d6 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj index 5aeedfc3c..0ab03babf 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj index 4d23915ac..4495ce87b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj index f9bb55213..e907655c6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj index e954a1a82..2a4532b82 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj index a651ff0cc..e6dc88fe6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj index 986014be6..57b732ecf 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj index 1aeb68281..122a02a0d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj deleted file mode 100644 index 0f8c0e85b..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj new file mode 100644 index 000000000..1e4773777 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj index a403e5914..223e22bb9 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/secure_boot_secure_features.c.obj b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/secure_boot_secure_features.c.obj new file mode 100644 index 000000000..9252ec4a6 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/secure_boot_secure_features.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj index 3ac065ed8..248dbb363 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj index b01ca1862..ee0ff35e1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj index a2ae962a1..8c66ddde1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj index 1c40de831..9525c0ef3 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf/bootloader_sha.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj index c90b81865..414b9e743 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/cmake_install.cmake index c06e00893..602b1f05f 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/bootloader_support +# Install script for directory: /home/abobkov/esp/esp-idf/components/bootloader_support # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/libbootloader_support.a b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/libbootloader_support.a index 09b9ee857..32d1601d9 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/libbootloader_support.a and b/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/libbootloader_support.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/bt/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/bt/cmake_install.cmake index 953d96885..a5163008d 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/bt/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/bt/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/bt +# Install script for directory: /home/abobkov/esp/esp-idf/components/bt # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/cmake_install.cmake index d1677063e..6cd0489d0 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf +# Install script for directory: /home/abobkov/esp/esp-idf # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,383 +32,523 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/xtensa/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/riscv/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esptool_py/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/partition_table/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_security/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_pcnt/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdio/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_dac/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_parlio/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bt/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/perfmon/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_isp/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_jpeg/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ppa/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_psram/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/idf_test/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ieee802154/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/openthread/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/rt/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/ulp/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/usb/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main/cmake_install.cmake") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj b/ESP32-IDF_ePaper/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj index 56d6c7fc2..3468e617b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/cmock/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/cmock/cmake_install.cmake index 18102f29b..1bdb93627 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/cmock/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/cmock/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/cmock +# Install script for directory: /home/abobkov/esp/esp-idf/components/cmock # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/cmock/libcmock.a b/ESP32-IDF_ePaper/build/esp-idf/cmock/libcmock.a new file mode 100644 index 000000000..8a362b008 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/cmock/libcmock.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj index cbbf33446..210de0797 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj index bb5da00e9..2aa102686 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj index 9ec951a0b..e12dfbd3a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj index b8158aefb..32c8ebbe2 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj index fadc07679..1a887334b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj index 7d9b1c72a..e08e53593 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj index a6d23872c..af9afa4c0 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj index 6de9ce28b..eae0e306c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj index 9c2aa1384..3596ee9bf 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj index ad5fa41f0..52bca5f72 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj index 63ea73255..807d12fcc 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj index edec5dea2..bc4aee292 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj index b39fbb202..630587a3c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj index b9316d343..0ed05f1ec 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj index 095e95e12..80e602408 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj new file mode 100644 index 000000000..03dd439d6 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj deleted file mode 100644 index 61216930a..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj new file mode 100644 index 000000000..5b8f4abac Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl_chip.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj index 788259df2..16a907138 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj index d8bba2158..dd301e018 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/console/cmake_install.cmake index dbbde1adc..4b84af61a 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/console/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/console/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/console +# Install script for directory: /home/abobkov/esp/esp-idf/components/console # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/console/libconsole.a b/ESP32-IDF_ePaper/build/esp-idf/console/libconsole.a new file mode 100644 index 000000000..cfa45b00a Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/console/libconsole.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj index 860060c69..04ac54851 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj index b6b3b1f49..24b559161 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj new file mode 100644 index 000000000..04e89d98b Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_init.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/cxx/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/cxx/cmake_install.cmake index e8b370430..e8ad11d0b 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/cxx/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/cxx/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/cxx +# Install script for directory: /home/abobkov/esp/esp-idf/components/cxx # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/cxx/libcxx.a b/ESP32-IDF_ePaper/build/esp-idf/cxx/libcxx.a index 4415728bb..fdeddff09 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/cxx/libcxx.a and b/ESP32-IDF_ePaper/build/esp-idf/cxx/libcxx.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_common.c.obj deleted file mode 100644 index 6a2236635..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_common.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_continuous.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_continuous.c.obj deleted file mode 100644 index 24adf6ec5..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_continuous.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_cosine.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_cosine.c.obj deleted file mode 100644 index a20f447c2..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_cosine.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_oneshot.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_oneshot.c.obj deleted file mode 100644 index 4937f3dff..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/dac_oneshot.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/esp32/dac_dma.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/esp32/dac_dma.c.obj deleted file mode 100644 index 84c5bf40d..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/dac/esp32/dac_dma.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj index c969e2cc7..b7a3b0788 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_i2s_deprecated.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_i2s_deprecated.c.obj deleted file mode 100644 index ce3d9db02..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_i2s_deprecated.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj index 92d7f0c64..e9cf7308a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/dac_common_legacy.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/dac_common_legacy.c.obj deleted file mode 100644 index 122d530d8..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/dac_common_legacy.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/esp32/dac_legacy.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/esp32/dac_legacy.c.obj deleted file mode 100644 index 8f013d503..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/esp32/dac_legacy.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj index a666fce30..c2a567d5c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj deleted file mode 100644 index 89fe1560e..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/mcpwm_legacy.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj deleted file mode 100644 index 900e49fea..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/pcnt_legacy.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj index 1d693c7cc..dd433762f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj new file mode 100644 index 000000000..3213a900b Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj index 472a0b4d6..8546913af 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj index c351228dd..62a86ee90 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio.c.obj deleted file mode 100644 index 6520791ec..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio_glitch_filter_ops.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio_glitch_filter_ops.c.obj deleted file mode 100644 index 3be221182..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio_glitch_filter_ops.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/rtc_io.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/rtc_io.c.obj deleted file mode 100644 index ac073ac2c..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/rtc_io.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer.c.obj deleted file mode 100644 index 05d4bba15..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer_priv.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer_priv.c.obj deleted file mode 100644 index f9ae510e5..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer_priv.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj index 21a77c67f..254f7bdf0 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_common.c.obj deleted file mode 100644 index 2f5252ccf..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_common.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_pdm.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_pdm.c.obj deleted file mode 100644 index 7524de245..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_pdm.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_std.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_std.c.obj deleted file mode 100644 index 213c48dc5..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_std.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc/ledc.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc/ledc.c.obj deleted file mode 100644 index 0ea2eb79b..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc/ledc.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cap.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cap.c.obj deleted file mode 100644 index 1d3f1c465..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cap.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cmpr.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cmpr.c.obj deleted file mode 100644 index 10a77830f..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_cmpr.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_com.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_com.c.obj deleted file mode 100644 index dda028c63..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_com.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_fault.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_fault.c.obj deleted file mode 100644 index 08c1838d1..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_fault.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_gen.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_gen.c.obj deleted file mode 100644 index 05b06dc92..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_gen.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_oper.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_oper.c.obj deleted file mode 100644 index de5e8e567..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_oper.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_sync.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_sync.c.obj deleted file mode 100644 index 693881a06..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_sync.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_timer.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_timer.c.obj deleted file mode 100644 index ce615a78f..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/mcpwm/mcpwm_timer.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/pcnt/pulse_cnt.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/pcnt/pulse_cnt.c.obj deleted file mode 100644 index 92b7e881b..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/pcnt/pulse_cnt.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_common.c.obj deleted file mode 100644 index 1cef415d9..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_common.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_encoder.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_encoder.c.obj deleted file mode 100644 index 40ad244e4..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_encoder.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_rx.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_rx.c.obj deleted file mode 100644 index 1e418ecc4..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_rx.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_tx.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_tx.c.obj deleted file mode 100644 index 35cfee387..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_tx.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sdio_slave/sdio_slave.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sdio_slave/sdio_slave.c.obj deleted file mode 100644 index f413bf206..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sdio_slave/sdio_slave.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_host.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_host.c.obj deleted file mode 100644 index 0928204de..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_host.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_transaction.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_transaction.c.obj deleted file mode 100644 index 431218557..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sdmmc/sdmmc_transaction.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sigma_delta/sdm.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sigma_delta/sdm.c.obj deleted file mode 100644 index ca1238bd3..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/sigma_delta/sdm.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_common.c.obj deleted file mode 100644 index cf477cfed..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_common.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_master.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_master.c.obj deleted file mode 100644 index e5485bd71..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_master.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_slave.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_slave.c.obj deleted file mode 100644 index 2aef6d20c..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_slave.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_crc.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_crc.c.obj deleted file mode 100644 index 0673ee7b4..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_crc.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_host.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_host.c.obj deleted file mode 100644 index cd8b77ad7..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_host.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_transaction.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_transaction.c.obj deleted file mode 100644 index 4684ae0c3..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_transaction.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/spi_bus_lock.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/spi_bus_lock.c.obj deleted file mode 100644 index baf050b1e..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/spi_bus_lock.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/esp32/touch_sensor.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/esp32/touch_sensor.c.obj deleted file mode 100644 index 0b422e767..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/esp32/touch_sensor.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/touch_sensor_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/touch_sensor_common.c.obj deleted file mode 100644 index 0a4d17125..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/touch_sensor/touch_sensor_common.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj index 1f9b70f62..6082f0101 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/uart/uart.c.obj b/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/uart/uart.c.obj deleted file mode 100644 index 4c92ac26c..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/CMakeFiles/__idf_driver.dir/uart/uart.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/driver/cmake_install.cmake index 2adf852aa..9734d2e87 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/driver/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/driver/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/driver +# Install script for directory: /home/abobkov/esp/esp-idf/components/driver # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/driver/libdriver.a b/ESP32-IDF_ePaper/build/esp-idf/driver/libdriver.a index 858b77800..2358e203f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/driver/libdriver.a and b/ESP32-IDF_ePaper/build/esp-idf/driver/libdriver.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj deleted file mode 100644 index 011631fa6..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_fields.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj deleted file mode 100644 index 33c3cb554..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_table.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj deleted file mode 100644 index 4728caecf..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32/esp_efuse_utility.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj new file mode 100644 index 000000000..5496bd0bc Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj new file mode 100644 index 000000000..51e0a1e8d Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj new file mode 100644 index 000000000..127d0cf0b Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj new file mode 100644 index 000000000..b92c0cd05 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj new file mode 100644 index 000000000..ca5d7a72c Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj deleted file mode 100644 index 7b3df6263..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj index 7205f7e6f..89d57ef9e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj index 7745101cf..8529375af 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj new file mode 100644 index 000000000..488cb2b31 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_startup.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj index b8d95b9eb..c6b3b95d1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/efuse/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/efuse/cmake_install.cmake index caee49886..c0b22a336 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/efuse/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/efuse/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/efuse +# Install script for directory: /home/abobkov/esp/esp-idf/components/efuse # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/efuse/libefuse.a b/ESP32-IDF_ePaper/build/esp-idf/efuse/libefuse.a index 5c0e2aea2..2a9cd72e1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/efuse/libefuse.a and b/ESP32-IDF_ePaper/build/esp-idf/efuse/libefuse.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj index 5a78aff4e..e605ed43f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj index 5367ef1e2..ac2ae9d0b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj index ff9ae72cd..c66700d31 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj index b24fca0f7..cf132f256 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj new file mode 100644 index 000000000..09fec85e8 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp-tls/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp-tls/cmake_install.cmake index a80b413d1..59c39bd2d 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp-tls/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp-tls/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp-tls +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp-tls # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp-tls/libesp-tls.a b/ESP32-IDF_ePaper/build/esp-idf/esp-tls/libesp-tls.a index c2547fa1e..96276b123 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp-tls/libesp-tls.a and b/ESP32-IDF_ePaper/build/esp-idf/esp-tls/libesp-tls.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj index 1cd4f9011..092dbcf41 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj index 3b3b2c82f..38cea0448 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj index 5b7c75998..3cb0b5403 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj index ab696e33b..cadf615ae 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj new file mode 100644 index 000000000..86f233e7b Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj new file mode 100644 index 000000000..de8c37132 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj index f9cb8c372..2bf9c17bd 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32/esp_adc_cal_legacy.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32/esp_adc_cal_legacy.c.obj deleted file mode 100644 index 452636d1f..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32/esp_adc_cal_legacy.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj new file mode 100644 index 000000000..ad8d30d01 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj index efa4470f1..a611dd614 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_cali_line_fitting.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_cali_line_fitting.c.obj deleted file mode 100644 index 2d1dc9f53..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32/adc_cali_line_fitting.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj new file mode 100644 index 000000000..a2d3b8321 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj new file mode 100644 index 000000000..d69fb1674 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/gdma/adc_dma.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/cmake_install.cmake index ddb638da4..c3d24cf03 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_adc +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_adc # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/libesp_adc.a b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/libesp_adc.a index 5fb975d4f..852d4974f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_adc/libesp_adc.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_adc/libesp_adc.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj index b330e0b26..71a7a3e87 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/cmake_install.cmake index efde21e4f..edd453192 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_app_format +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_app_format # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/libesp_app_format.a b/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/libesp_app_format.a index daed116ca..55711d5da 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/libesp_app_format.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/libesp_app_format.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj new file mode 100644 index 000000000..aa96985fb Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format/cmake_install.cmake new file mode 100644 index 000000000..7eda220c5 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_bootloader_format + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format/libesp_bootloader_format.a b/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format/libesp_bootloader_format.a new file mode 100644 index 000000000..13e81e8c1 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format/libesp_bootloader_format.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.obj deleted file mode 100644 index 0bd807d5b..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32/esp_coex_adapter.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c.obj new file mode 100644 index 000000000..cd90f1167 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj new file mode 100644 index 000000000..f9cd31f9b Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj new file mode 100644 index 000000000..7ad8584c6 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/src/coexist_debug_diagram.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_coex/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_coex/cmake_install.cmake index cfb68bb28..28baf20b3 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_coex/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_coex/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_coex +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_coex # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_coex/libesp_coex.a b/ESP32-IDF_ePaper/build/esp-idf/esp_coex/libesp_coex.a index aaff573db..3822c354f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_coex/libesp_coex.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_coex/libesp_coex.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj index 6b9bb2702..d5b87c8aa 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_common/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_common/cmake_install.cmake index 30155ce06..91e7a8928 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_common/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_common/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_common +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_common # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_common/libesp_common.a b/ESP32-IDF_ePaper/build/esp-idf/esp_common/libesp_common.a index f0231fb17..f3dacbc3d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_common/libesp_common.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_common/libesp_common.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake new file mode 100644 index 000000000..1f093d117 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ana_cmpr/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj new file mode 100644 index 000000000..2824710ec Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/dvp_share_ctrl.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj new file mode 100644 index 000000000..b23c38738 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir/esp_cam_ctlr.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/cmake_install.cmake new file mode 100644 index 000000000..d2c7d61a1 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_cam + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/libesp_driver_cam.a b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/libesp_driver_cam.a new file mode 100644 index 000000000..7ae034824 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/libesp_driver_cam.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_dac/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_dac/cmake_install.cmake new file mode 100644 index 000000000..918c2b206 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_dac/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_dac + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj new file mode 100644 index 000000000..9f958b787 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/dedic_gpio.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj new file mode 100644 index 000000000..f4d538410 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj new file mode 100644 index 000000000..e597886bb Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_glitch_filter_ops.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj new file mode 100644 index 000000000..4efcbdf56 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/gpio_pin_glitch_filter.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj new file mode 100644 index 000000000..43007ddd1 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir/src/rtc_io.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/cmake_install.cmake new file mode 100644 index 000000000..028d4e3e4 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_gpio + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/libesp_driver_gpio.a b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/libesp_driver_gpio.a new file mode 100644 index 000000000..fbdff9525 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/libesp_driver_gpio.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj new file mode 100644 index 000000000..be97500c8 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj new file mode 100644 index 000000000..d81436557 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir/src/gptimer_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/cmake_install.cmake new file mode 100644 index 000000000..dbc261b6a --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_gptimer + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a new file mode 100644 index 000000000..16d0a8fd6 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj new file mode 100644 index 000000000..a2ddbf5c7 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj new file mode 100644 index 000000000..3cc176af4 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_master.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj new file mode 100644 index 000000000..9f26cfac0 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir/i2c_slave.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/cmake_install.cmake new file mode 100644 index 000000000..763527507 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_i2c + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/libesp_driver_i2c.a b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/libesp_driver_i2c.a new file mode 100644 index 000000000..e5560a087 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/libesp_driver_i2c.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj new file mode 100644 index 000000000..498fb39fa Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj new file mode 100644 index 000000000..188bbc073 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_pdm.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj new file mode 100644 index 000000000..ed64e8a6b Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_platform.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj new file mode 100644 index 000000000..5d70d6fd1 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_std.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj new file mode 100644 index 000000000..25db0d87d Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir/i2s_tdm.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/cmake_install.cmake new file mode 100644 index 000000000..3c5f2192f --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_i2s + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/libesp_driver_i2s.a b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/libesp_driver_i2s.a new file mode 100644 index 000000000..deefcb980 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/libesp_driver_i2s.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_isp/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_isp/cmake_install.cmake new file mode 100644 index 000000000..582f0dc73 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_isp/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_isp + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_jpeg/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_jpeg/cmake_install.cmake new file mode 100644 index 000000000..0189e8db7 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_jpeg/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_jpeg + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj new file mode 100644 index 000000000..faa3afa1b Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir/src/ledc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc/cmake_install.cmake new file mode 100644 index 000000000..d159185c4 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_ledc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc/libesp_driver_ledc.a b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc/libesp_driver_ledc.a new file mode 100644 index 000000000..9084eaa65 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc/libesp_driver_ledc.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake new file mode 100644 index 000000000..026d804ff --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_mcpwm/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_mcpwm + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_parlio/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_parlio/cmake_install.cmake new file mode 100644 index 000000000..b4a067018 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_parlio/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_parlio + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_pcnt/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_pcnt/cmake_install.cmake new file mode 100644 index 000000000..f600730d5 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_pcnt/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_pcnt + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ppa/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ppa/cmake_install.cmake new file mode 100644 index 000000000..1e46e3986 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ppa/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_ppa + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj new file mode 100644 index 000000000..9eb47d478 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj new file mode 100644 index 000000000..05abe18a4 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_encoder.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj new file mode 100644 index 000000000..a93664234 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_rx.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj new file mode 100644 index 000000000..4c0c5b66c Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir/src/rmt_tx.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/cmake_install.cmake new file mode 100644 index 000000000..c072358b5 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_rmt + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/libesp_driver_rmt.a b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/libesp_driver_rmt.a new file mode 100644 index 000000000..444affa1d Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/libesp_driver_rmt.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdio/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdio/cmake_install.cmake new file mode 100644 index 000000000..b7048b6b0 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdio/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_sdio + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj new file mode 100644 index 000000000..14b23c489 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir/src/sdm.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm/cmake_install.cmake new file mode 100644 index 000000000..b3d216974 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_sdm + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm/libesp_driver_sdm.a b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm/libesp_driver_sdm.a new file mode 100644 index 000000000..b208034aa Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm/libesp_driver_sdm.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake new file mode 100644 index 000000000..e8a43b681 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdmmc/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_sdmmc + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj new file mode 100644 index 000000000..df6361a1d Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_crc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj new file mode 100644 index 000000000..694b512b8 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_host.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj new file mode 100644 index 000000000..c4a446e45 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir/src/sdspi_transaction.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/cmake_install.cmake new file mode 100644 index 000000000..2d82e810b --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_sdspi + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a new file mode 100644 index 000000000..43395c6c5 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj new file mode 100644 index 000000000..13355dca7 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj new file mode 100644 index 000000000..74c2f9dc4 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_dma.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj new file mode 100644 index 000000000..2f7c32dae Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_master.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj new file mode 100644 index 000000000..d40be78ee Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj new file mode 100644 index 000000000..72c544a4e Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir/src/gpspi/spi_slave_hd.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/cmake_install.cmake new file mode 100644 index 000000000..891885ac5 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_spi + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/libesp_driver_spi.a b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/libesp_driver_spi.a new file mode 100644 index 000000000..8dd6524ce Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/libesp_driver_spi.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake new file mode 100644 index 000000000..97ef88a48 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_touch_sens/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_touch_sens + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj new file mode 100644 index 000000000..cfba2c469 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir/src/temperature_sensor.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens/cmake_install.cmake new file mode 100644 index 000000000..b0c02d84b --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_tsens + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens/libesp_driver_tsens.a b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens/libesp_driver_tsens.a new file mode 100644 index 000000000..07be921c7 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens/libesp_driver_tsens.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj new file mode 100644 index 000000000..dd4ff9fb1 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj new file mode 100644 index 000000000..621901093 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir/src/uart_vfs.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/cmake_install.cmake new file mode 100644 index 000000000..deba176df --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_uart + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/libesp_driver_uart.a b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/libesp_driver_uart.a new file mode 100644 index 000000000..e0193f163 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/libesp_driver_uart.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj new file mode 100644 index 000000000..0dd566ce4 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj new file mode 100644 index 000000000..c9beb0937 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_connection_monitor.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj new file mode 100644 index 000000000..52625b445 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir/src/usb_serial_jtag_vfs.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake new file mode 100644 index 000000000..0dfc7d5ca --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a new file mode 100644 index 000000000..a1d73fc9f Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj index 1a82c1ec5..63e3af571 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp.c.obj deleted file mode 100644 index c13ceb773..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_mac_esp.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj index bebb71c21..b9b982214 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_802_3.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_802_3.c.obj deleted file mode 100644 index e4037e5ee..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_802_3.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj deleted file mode 100644 index c034f282e..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_dp83848.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj deleted file mode 100644 index d3d1e24fb..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ip101.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ksz80xx.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ksz80xx.c.obj deleted file mode 100644 index 363645905..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_ksz80xx.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan87xx.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan87xx.c.obj deleted file mode 100644 index 43ec401bc..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_lan87xx.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj deleted file mode 100644 index b88beb0ca..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_rtl8201.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj new file mode 100644 index 000000000..361330bcf Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/phy/esp_eth_phy_802_3.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_eth/cmake_install.cmake index 185705bdf..ea14c55d0 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_eth/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_eth +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_eth # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/libesp_eth.a b/ESP32-IDF_ePaper/build/esp-idf/esp_eth/libesp_eth.a index 4d174d6b8..dc0b127ba 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_eth/libesp_eth.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_eth/libesp_eth.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj index d8b449f7a..1f9c03519 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj index c7ca10a41..4fac4a3e3 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj index d8a893f34..64bdd2d55 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_event/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_event/cmake_install.cmake index 127f8e768..d04e42254 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_event/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_event/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_event +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_event # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_event/libesp_event.a b/ESP32-IDF_ePaper/build/esp-idf/esp_event/libesp_event.a index 4327418a7..e94e8e1e4 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_event/libesp_event.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_event/libesp_event.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj index fae120e1d..c0b395d58 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj index 6c3ea9d06..c2d256283 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj index a4078c746..0ae535d77 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj new file mode 100644 index 000000000..ac4c38ca2 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj new file mode 100644 index 000000000..218b274ca Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj deleted file mode 100644 index 883f17636..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub-entry.S.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub_xtensa.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub_xtensa.c.obj deleted file mode 100644 index 8a1d135ea..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/gdbstub_xtensa.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj deleted file mode 100644 index 423ea3a26..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/xtensa/xt_debugexception.S.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/cmake_install.cmake index f325d42fe..e0048c0ec 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_gdbstub +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_gdbstub # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/libesp_gdbstub.a b/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/libesp_gdbstub.a index 4bd7c5cb3..dab80b6df 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/libesp_gdbstub.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/libesp_gdbstub.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj index f72546092..b3958e773 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj index 1db275af8..f2e8f17e4 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj index 90cf68a0b..c0e22ab0e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hid/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_hid/cmake_install.cmake index e9f22c082..dca533901 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_hid/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_hid/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_hid +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_hid # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hid/libesp_hid.a b/ESP32-IDF_ePaper/build/esp-idf/esp_hid/libesp_hid.a new file mode 100644 index 000000000..86e85b0a4 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hid/libesp_hid.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj index b5adc7f1b..cc855d49b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj index f541fb2ca..7c3333ab0 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj index d9eb32913..fd8c7a340 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj index fc76931f1..4b233eaf2 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/cmake_install.cmake index 528a40222..afb44e8e7 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_http_client +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_http_client # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/libesp_http_client.a b/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/libesp_http_client.a index 85772d7df..1916fbc12 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/libesp_http_client.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/libesp_http_client.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj index e5bae11b2..60e20c539 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj index 11b34fc56..e0758a80d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj index 33b11f1c0..1ea50f69a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj index 376874e05..fd2d87d21 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj index 034357b53..95758d69f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj index 1dec7a5fe..b9b9f674b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj index b8c529937..ddd918012 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/cmake_install.cmake index df792c53b..cdd90442d 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_http_server +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_http_server # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/libesp_http_server.a b/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/libesp_http_server.a index 6fd6cd7eb..3747a8943 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/libesp_http_server.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/libesp_http_server.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj index 63718c500..93a3a9578 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/cmake_install.cmake index f3fff60e4..9ea1f7931 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_https_ota +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_https_ota # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/libesp_https_ota.a b/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/libesp_https_ota.a index ed3026f82..5bd4d4056 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/libesp_https_ota.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/libesp_https_ota.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj new file mode 100644 index 000000000..da7620013 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir/src/https_server.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/cmake_install.cmake index a33b83bae..47f9d393e 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_https_server +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_https_server # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/libesp_https_server.a b/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/libesp_https_server.a new file mode 100644 index 000000000..96ee27683 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/libesp_https_server.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj index 78b942dae..71915e49f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ctrl.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj index 05fdfc553..8c2fe9e37 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj index 129136dcc..d1d2e64e6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj new file mode 100644 index 000000000..b154fb8dd Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/deprecated/gdma_legacy.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj new file mode 100644 index 000000000..989b3a751 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcpy_gdma.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj new file mode 100644 index 000000000..4a409315b Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_memcpy.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj new file mode 100644 index 000000000..d82e6c557 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_utils.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj new file mode 100644 index 000000000..61eba5afd Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj new file mode 100644 index 000000000..31ccbd287 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma_link.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj index 3f3d8a11c..856d091cc 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj new file mode 100644 index 000000000..ccc17492e Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_output.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj index 2188a7470..5c1c2a80d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserve.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj index 390b04878..62e1e7cf1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj index 69e33c087..b16be67ba 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj index 034fddcf8..297d2c712 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c3/sleep_cpu.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c3/sleep_cpu.c.obj new file mode 100644 index 000000000..5257bfdc1 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/lowpower/port/esp32c3/sleep_cpu.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj index b8c2aee47..6c10da09d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj new file mode 100644 index 000000000..e75328fb3 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tuning.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj index 2a1bc4a48..d2a2e262f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cache_sram_mmu.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cache_sram_mmu.c.obj deleted file mode 100644 index d63a61689..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cache_sram_mmu.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj deleted file mode 100644 index 9a735035f..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/chip_info.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj deleted file mode 100644 index 6651490b8..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/cpu_region_protect.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_clk_tree.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_clk_tree.c.obj deleted file mode 100644 index ad249919f..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/esp_clk_tree.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/io_mux.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/io_mux.c.obj deleted file mode 100644 index a4dedafc8..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/io_mux.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj deleted file mode 100644 index d0fa9ff05..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj deleted file mode 100644 index 80c7a88c6..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_clk_init.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj deleted file mode 100644 index 48372e3bd..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_init.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj deleted file mode 100644 index 592220ce1..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_sleep.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj deleted file mode 100644 index 4eae34c35..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/rtc_time.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/sar_periph_ctrl.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/sar_periph_ctrl.c.obj deleted file mode 100644 index 8394df129..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32/sar_periph_ctrl.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/adc2_init_cal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/adc2_init_cal.c.obj new file mode 100644 index 000000000..66919e4aa Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/adc2_init_cal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj new file mode 100644 index 000000000..e4224c3d0 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj new file mode 100644 index 000000000..64e00056d Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_clk_tree.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_clk_tree.c.obj new file mode 100644 index 000000000..a95f67055 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_clk_tree.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj new file mode 100644 index 000000000..fa8accd53 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_memprot.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_memprot.c.obj new file mode 100644 index 000000000..91eb3cb2b Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_memprot.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/io_mux.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/io_mux.c.obj new file mode 100644 index 000000000..9196ddd3a Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/io_mux.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj new file mode 100644 index 000000000..5e11cece3 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj new file mode 100644 index 000000000..405d7f94b Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj new file mode 100644 index 000000000..0a6aea909 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj new file mode 100644 index 000000000..acf3c3204 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj new file mode 100644 index 000000000..07ff09ce1 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/sar_periph_ctrl.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/sar_periph_ctrl.c.obj new file mode 100644 index 000000000..1a2bb074e Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/sar_periph_ctrl.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/systimer.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/systimer.c.obj new file mode 100644 index 000000000..53ddb603e Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/systimer.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj index 2cd9f44c0..007354127 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tree_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_memprot_conv.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_memprot_conv.c.obj new file mode 100644 index 000000000..78e937917 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_memprot_conv.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj index 3f7c319db..7e511d3ce 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj index 1688c15b9..d35b90549 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj index fb76ce4e6..b05c1e94b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_wdt.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_wdt.c.obj deleted file mode 100644 index bff7902ff..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_wdt.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj index b5ec18e9e..acf07cbe3 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj new file mode 100644 index 000000000..774fa6e3f Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj new file mode 100644 index 000000000..574894d45 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj index b5decba3c..d78a49bec 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj index cff23b2de..bda474378 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj index 595b132c8..cced1585b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj index c84135ce1..b0d038947 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj new file mode 100644 index 000000000..fd2db5540 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_bus_lock.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj new file mode 100644 index 000000000..5f1a7a83a Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/spi_share_hw_ctrl.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/cmake_install.cmake index c92093fd9..714d37223 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_hw_support +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_hw_support # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,13 +32,18 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32c3/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/libesp_hw_support.a b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/libesp_hw_support.a index 35784a4e0..bd4b4f199 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/libesp_hw_support.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/libesp_hw_support.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake new file mode 100644 index 000000000..42a291ccb --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/lowpower/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_hw_support/lowpower + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake deleted file mode 100644 index fc819220b..000000000 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set default install directory permissions. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") -endif() - diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32c3/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32c3/cmake_install.cmake new file mode 100644 index 000000000..6be777bb5 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/port/esp32c3/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj new file mode 100644 index 000000000..56043857c Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v1.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj new file mode 100644 index 000000000..0ad87e407 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/i2c/esp_lcd_panel_io_i2c_v2.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj new file mode 100644 index 000000000..29661b1eb Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/spi/esp_lcd_panel_io_spi.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj index 80d318c36..d9cadc490 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj index 294023349..9f9042bc4 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2c.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2c.c.obj deleted file mode 100644 index 4b3245384..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2c.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2s.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2s.c.obj deleted file mode 100644 index 9d28a3ac3..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2s.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_spi.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_spi.c.obj deleted file mode 100644 index 3ae598524..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_spi.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj index 6648e512a..d51125af7 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj index 6dd5ece2d..d7b9326ee 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj index 090cbf9ec..ce140ca04 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj index a9a524e78..518ebaaa9 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/cmake_install.cmake index 410ff468a..ced68a680 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_lcd +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_lcd # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/libesp_lcd.a b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/libesp_lcd.a new file mode 100644 index 000000000..7215dabd3 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/libesp_lcd.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj index 9ba122347..18301d3ed 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_local_ctrl.pb-c.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj index 102547741..c84b08236 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj index fb1e83ef5..580a160f2 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_handler.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj index 388236a7f..6ed6d8b20 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_ctrl_transport_httpd.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/cmake_install.cmake index e4b3b949f..6dd4e5e5b 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_local_ctrl +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_local_ctrl # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a b/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a new file mode 100644 index 000000000..6c3400901 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj deleted file mode 100644 index a81cec1d3..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/cache_esp32.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj index abc0b1123..7e56d468c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj index efa3addee..171d60b20 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj new file mode 100644 index 000000000..39021e2e5 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/heap_align_hw.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj deleted file mode 100644 index 6be8f98ad..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32/ext_mem_layout.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c3/ext_mem_layout.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c3/ext_mem_layout.c.obj new file mode 100644 index 000000000..6f20b0590 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c3/ext_mem_layout.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_mm/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_mm/cmake_install.cmake index 7273ed2c6..4642a699a 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_mm/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_mm/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_mm +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_mm # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_mm/libesp_mm.a b/ESP32-IDF_ePaper/build/esp-idf/esp_mm/libesp_mm.a index 2b9a76e07..986eda2e6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_mm/libesp_mm.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_mm/libesp_mm.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj index 2f06b7ac7..bf0217452 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj index a79bab347..c5a54353e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj index 0e66228fe..c41ef9314 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj index 77aa2750f..375a304f8 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj index e746efca4..b0893e34d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj index cb55775d2..4b634dcd4 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj index a0983c2fc..ae79e3d4b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj index 64b46a08e..67e9eb76c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj index 8a98aaf3e..2861ceaa5 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/cmake_install.cmake index 8e458463c..1e63af6d6 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_netif +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_netif # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/libesp_netif.a b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/libesp_netif.a index 32871fb25..7dec2d595 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_netif/libesp_netif.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_netif/libesp_netif.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack/cmake_install.cmake index 0a02b1c1a..bd0b0c93b 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_netif_stack/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_netif_stack +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_netif_stack # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj index d794838f0..23d21e8fc 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj index ee5b47fcf..bddd69da6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_partition/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_partition/cmake_install.cmake index 17ad867fe..d131a2615 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_partition/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_partition/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_partition +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_partition # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_partition/libesp_partition.a b/ESP32-IDF_ePaper/build/esp-idf/esp_partition/libesp_partition.a index 2712e0bde..a189ec8e0 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_partition/libesp_partition.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_partition/libesp_partition.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c3/phy_init_data.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c3/phy_init_data.c.obj new file mode 100644 index 000000000..5ed434e4b Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/esp32c3/phy_init_data.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj index 5a8e789ae..1306a49e5 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj index bb0ef6776..f05bc5aac 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj index 5f25361dc..b8aae602e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj index f03da3f42..192043a3d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj index 024b60dcb..48158cf23 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_phy/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_phy/cmake_install.cmake index 4c6ce3790..d13cdcce7 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_phy/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_phy/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_phy +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_phy # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_phy/libesp_phy.a b/ESP32-IDF_ePaper/build/esp-idf/esp_phy/libesp_phy.a index 68bafe3f9..4bcf6882e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_phy/libesp_phy.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_phy/libesp_phy.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj index a820a6f72..607adfc7d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj index 2990b061c..a31ab6be9 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj index 54b44a473..e513ce247 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_pm/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_pm/cmake_install.cmake index d07b587fd..46c9ce0db 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_pm/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_pm/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_pm +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_pm # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_pm/libesp_pm.a b/ESP32-IDF_ePaper/build/esp-idf/esp_pm/libesp_pm.a index 49d1a7ace..d10029519 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_pm/libesp_pm.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_pm/libesp_pm.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_psram/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_psram/cmake_install.cmake index 074c698f9..e85d6e488 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_psram/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_psram/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_psram +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_psram # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj index bb90ad5c0..0e1181294 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/cmake_install.cmake index 1b3f857d1..03c505a26 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_ringbuf +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_ringbuf # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/libesp_ringbuf.a b/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/libesp_ringbuf.a index 39dcb2efa..46a05cf51 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/libesp_ringbuf.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/libesp_ringbuf.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj index 8dc8a8aed..7336c681b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj index 3e593c469..31f4013a1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj new file mode 100644 index 000000000..8140c8453 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj deleted file mode 100644 index f15442b16..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_longjmp.S.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj new file mode 100644 index 000000000..a226077ac Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj index 1d5a77899..d0002d9de 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj index 7aa1ca6d9..dfeb7a62b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj new file mode 100644 index 000000000..5cf28a364 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj index 4a52c9fca..46c8694fc 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_rom/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/cmake_install.cmake index ab8ca5b82..ab2e34015 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_rom/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_rom +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_rom # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_rom/libesp_rom.a b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/libesp_rom.a index edfcc26be..acbc34bcb 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_rom/libesp_rom.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_rom/libesp_rom.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj new file mode 100644 index 000000000..e11eb62be Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_crypto_lock.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj new file mode 100644 index 000000000..0f6c8cfaf Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_ds.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj new file mode 100644 index 000000000..1912c4d34 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/esp_hmac.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj new file mode 100644 index 000000000..8f3cb8c3b Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir/src/init.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_security/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_security/cmake_install.cmake new file mode 100644 index 000000000..cb5e49509 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_security/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_security + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_security/libesp_security.a b/ESP32-IDF_ePaper/build/esp-idf/esp_security/libesp_security.a new file mode 100644 index 000000000..89a77fd81 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_security/libesp_security.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj index c85980764..e5f2ba473 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/debug_stubs.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/debug_stubs.c.obj deleted file mode 100644 index 28289e8e2..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/debug_stubs.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj index e91f490ad..332c87a1b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj index 10385abe8..7d0b3fcda 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj index 8c19a338c..b9f0706a5 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj index 4b983ea6b..a2ad2373b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj new file mode 100644 index 000000000..f75ea280c Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj index af00447f5..8e13719d7 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj index 8d7f3986f..a4261160f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj new file mode 100644 index 000000000..15da1620e Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj new file mode 100644 index 000000000..0475f779c Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj new file mode 100644 index 000000000..0d9ab04af Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj new file mode 100644 index 000000000..5f73e9dbb Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj deleted file mode 100644 index 6134dd7f0..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj deleted file mode 100644 index 5a1d71b3e..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_helpers_asm.S.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj deleted file mode 100644 index e7b3731ec..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/debug_stubs.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr.c.obj deleted file mode 100644 index acf1356b5..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj deleted file mode 100644 index f4889050a..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_handler.S.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj deleted file mode 100644 index 9ab82683b..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/esp_ipc_isr_routines.S.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack.c.obj deleted file mode 100644 index 4ac94425e..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj deleted file mode 100644 index 49b49d70b..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/expression_with_stack_asm.S.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_arch.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_arch.c.obj deleted file mode 100644 index eda2de699..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_arch.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj deleted file mode 100644 index c2cbc664c..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/panic_handler_asm.S.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c.obj deleted file mode 100644 index 3e436b88b..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/xtensa/trax.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj index c4ac45bca..b94c65721 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj index ab2e73e1f..75f3cd9c2 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj index 39a60232c..97c51465e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj new file mode 100644 index 000000000..899b39992 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/image_process.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj index 0e77c18c2..e0350ae7d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj deleted file mode 100644 index 7ac3bb946..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/cache_err_int.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj deleted file mode 100644 index 6d83f64a0..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/clk.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj deleted file mode 100644 index 5d1e861f3..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj deleted file mode 100644 index 3d5b6108c..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/reset_reason.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj deleted file mode 100644 index 792df078d..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/system_internal.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/apb_backup_dma.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/apb_backup_dma.c.obj new file mode 100644 index 000000000..bb11815c7 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/apb_backup_dma.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/cache_err_int.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/cache_err_int.c.obj new file mode 100644 index 000000000..ae512ff64 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/cache_err_int.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/clk.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/clk.c.obj new file mode 100644 index 000000000..74d3e22c0 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/clk.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/reset_reason.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/reset_reason.c.obj new file mode 100644 index 000000000..d2a277918 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/reset_reason.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/system_internal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/system_internal.c.obj new file mode 100644 index 000000000..6af4a5199 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/system_internal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj index 2381227b9..65df370b5 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj index 6f0af6e50..bb6517eff 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj new file mode 100644 index 000000000..b57688320 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup_funcs.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj index d201cda87..8147f5d81 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj index 3029f74ea..9c2a17e99 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj index f2bbef6cc..0826d5650 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj index 1ee22ac18..c8f0b8a0d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj index 5c2b0425f..f3194d3a7 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_system/cmake_install.cmake index a651dea2a..bde474bf3 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_system/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_system/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_system +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_system # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,13 +32,13 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/cmake_install.cmake") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/linker_script_generator.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/linker_script_generator.cmake new file mode 100644 index 000000000..845c872e7 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/linker_script_generator.cmake @@ -0,0 +1,9 @@ +execute_process(COMMAND "${CC}" "-C" "-P" "-x" "c" "-E" "-I" "${CONFIG_DIR}" "-I" "${LD_DIR}" "${SOURCE}" + RESULT_VARIABLE RET_CODE + OUTPUT_VARIABLE PREPROCESSED_LINKER_SCRIPT + ERROR_VARIABLE ERROR_VAR) +if(RET_CODE AND NOT RET_CODE EQUAL 0) + message(FATAL_ERROR "Can't generate ${TARGET}\nRET_CODE: ${RET_CODE}\nERROR_MESSAGE: ${ERROR_VAR}") +endif() +string(REPLACE "\\n" "\n" TEXT "${PREPROCESSED_LINKER_SCRIPT}") +file(WRITE "${TARGET}" "${TEXT}") diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/memory.ld b/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/memory.ld index aef69fdbf..6a3b0644b 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/memory.ld +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/memory.ld @@ -1,177 +1,94 @@ /* - * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD - * - * SPDX-License-Identifier: Apache-2.0 - */ -/* ESP32 Linker Script Memory Layout - - - - This file describes the memory layout (memory blocks) as virtual - - memory addresses. - - - - esp32.project.ld contains output sections to link compiler output - - into these memory blocks. - - - - *** - - - - This linker script is passed through the C preprocessor to include - - configuration options. - - - - Please use preprocessor features sparingly! Restrict - - to simple macros with numeric values, and/or #if/#endif blocks. - -*/ +/** + * ESP32-C3 Linker Script Memory Layout + * This file describes the memory layout (memory blocks) by virtual memory addresses. + * This linker script is passed through the C preprocessor to include configuration options. + * Please use preprocessor features sparingly! + * Restrict to simple macros with numeric values, and/or #if/#endif blocks. + */ /* - * Automatically generated file. DO NOT EDIT. - - * Espressif IoT Development Framework (ESP-IDF) 5.1.2 Configuration Header - + * Espressif IoT Development Framework (ESP-IDF) 5.4.0 Configuration Header */ /* List of deprecated options */ /* - - * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD - + * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD * - * SPDX-License-Identifier: Apache-2.0 - */ /* CPU instruction prefetch padding size for flash mmap scenario */ -_esp_flash_mmap_prefetch_pad_size = 16; +/* + * PMP region granularity size + * Software may determine the PMP granularity by writing zero to pmp0cfg, then writing all ones + * to pmpaddr0, then reading back pmpaddr0. If G is the index of the least-significant bit set, + * the PMP granularity is 2^G+2 bytes. + */ /* CPU instruction prefetch padding size for memory protection scenario */ -_esp_memprot_prefetch_pad_size = 0; /* Memory alignment size for PMS */ -_esp_memprot_align_size = 0; -_esp_mmu_block_size = (0x10000); /* rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files). For rtc_timer_data_in_rtc_mem section. */ -/* If BT is not built at all */ +/** + * physical memory is mapped twice to the vritual address (IRAM and DRAM). + * `I_D_SRAM_OFFSET` is the offset between the two locations of the same physical memory + */ MEMORY { - /* All these values assume the flash cache is on, and have the blocks this uses subtracted from the length - - of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions but - - are connected to the data port of the CPU and eg allow bytewise access. */ - /* IRAM for PRO cpu. Not sure if happy with this, this is MMU area... */ - iram0_0_seg (RX) : org = 0x40080000, len = 0x20000 + 0x0 - /* Even though the segment name is iram, it is actually mapped to flash - - */ - iram0_2_seg (RX) : org = 0x400D0020, len = 0x330000-0x20 - /* - - (0x20 offset above is a convenience for the app binary image generation. - - Flash cache has 64KB pages. The .bin file which is flashed to the chip - - has a 0x18 byte file header, and each segment has a 0x08 byte segment - - header. Setting this offset makes it simple to meet the flash cache MMU's - - constraint that (paddr % 64KB == vaddr % 64KB).) - - */ - /* Shared data RAM, excluding memory reserved for ROM bss/data/stack. - - - - Enabling Bluetooth & Trace Memory features in menuconfig will decrease - - the amount of RAM available. - - - - Note: Length of this section *should* be 0x50000, and this extra DRAM is available - - in heap at runtime. However due to static ROM memory usage at this 176KB mark, the - - additional static memory temporarily cannot be used. - - */ - dram0_0_seg (RW) : org = 0x3FFB0000 + 0, - len = 0x2c200 - 0 + /** + * All these values assume the flash cache is on, and have the blocks this uses subtracted from the length + * of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions but + * are connected to the data port of the CPU and eg allow byte-wise access. + */ + /* IRAM for PRO CPU. */ + iram0_0_seg (RX) : org = (0x4037C000 + 0x4000), len = 0x403CE710 - (0x4037C000 - 0x3FC7C000) - (0x3FC7C000 + 0x4000) + /* Flash mapped instruction data */ + iram0_2_seg (RX) : org = 0x42000020, len = 0x800000-0x20 + /** + * (0x20 offset above is a convenience for the app binary image generation. + * Flash cache has 64KB pages. The .bin file which is flashed to the chip + * has a 0x18 byte file header, and each segment has a 0x08 byte segment + * header. Setting this offset makes it simple to meet the flash cache MMU's + * constraint that (paddr % 64KB == vaddr % 64KB).) + */ + /** + * Shared data RAM, excluding memory reserved for ROM bss/data/stack. + * Enabling Bluetooth & Trace Memory features in menuconfig will decrease the amount of RAM available. + */ + dram0_0_seg (RW) : org = (0x3FC7C000 + 0x4000), len = 0x403CE710 - (0x4037C000 - 0x3FC7C000) - (0x3FC7C000 + 0x4000) /* Flash mapped constant data */ - drom0_0_seg (R) : org = 0x3F400020, len = 0x400000-0x20 + drom0_0_seg (R) : org = 0x3C000020, len = 0x800000-0x20 /* (See iram0_2_seg for meaning of 0x20 offset in the above.) */ - /* RTC fast memory (executable). Persists over deep sleep. */ - rtc_iram_seg(RWX) : org = 0x400C0000, len = 0x2000 - 0 - /* RTC fast memory (same block as above, rtc_iram_seg), viewed from data bus */ - rtc_data_seg(RW) : org = 0x3ff80000, len = 0x2000 - 0 - /* We reduced the size of rtc_iram_seg and rtc_data_seg by ESP_BOOTLOADER_RESERVE_RTC value. - + /** + * RTC fast memory (executable). Persists over deep sleep. + */ + rtc_iram_seg(RWX) : org = 0x50000000, len = 0x2000 - (0 + (24)) + /* We reduced the size of rtc_iram_seg by RESERVE_RTC_MEM value. It reserves the amount of RTC fast memory that we use for this memory segment. - - This segment is intended for keeping bootloader rtc data (s_bootloader_retain_mem, when a Kconfig option is on). - + This segment is intended for keeping: + - (lower addr) rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files). + - (higher addr) bootloader rtc data (s_bootloader_retain_mem, when a Kconfig option is on). The aim of this is to keep data that will not be moved around and have a fixed address. - - org = 0x3ff80000 + 0x2000 - ESP_BOOTLOADER_RESERVE_RTC == SOC_RTC_DRAM_HIGH - sizeof(rtc_retain_mem_t) - */ - rtc_fast_reserved_seg(RW) : org = 0x3ff80000 + 0x2000 - 0, len = 0 - /* RTC slow memory (data accessible). Persists over deep sleep. - - - - Start of RTC slow memory is reserved for ULP co-processor code + data, if enabled. - - */ - rtc_slow_seg(RW) : org = 0x50000000, len = 0x2000 - ((24)) - /* We reduced the size of rtc_slow_seg by RESERVE_RTC_MEM value. - - It reserves the amount of RTC slow memory that we use for this memory segment. - - This segment is intended for keeping rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files). - - The aim of this is to keep data that will not be moved around and have a fixed address. - - org = 0x50000000 + 0x2000 - RESERVE_RTC_MEM - - */ - rtc_slow_reserved_seg(RW) : org = 0x50000000 + 0x2000 - ((24)), len = ((24)) - /* external memory */ - extern_ram_seg(RWX) : org = 0x3F800000, - len = 0x400000 + rtc_reserved_seg(RW) : org = 0x50000000 + 0x2000 - (0 + (24)), len = (0 + (24)) } -_heap_start = _heap_low_start; -_sram1_iram_start = 0x400A0000; -_sram1_iram_len = ( _iram_end > _sram1_iram_start) ? (_iram_end - _sram1_iram_start) : 0; -_heap_end = ALIGN(0x40000000 - _sram1_iram_len - 3, 4); +/* Heap ends at top of dram0_0_seg */ +_heap_end = 0x40000000; _data_seg_org = ORIGIN(rtc_data_seg); -/* The lines below define location alias for .rtc.data section based on Kconfig option. - - When the option is not defined then use slow memory segment - - else the data will be placed in fast memory segment */ -REGION_ALIAS("rtc_data_location", rtc_slow_seg ); +/** + * The lines below define location alias for .rtc.data section + * As C3 only has RTC fast memory, this is not configurable like on other targets + */ +REGION_ALIAS("rtc_data_seg", rtc_iram_seg ); +REGION_ALIAS("rtc_slow_seg", rtc_iram_seg ); +REGION_ALIAS("rtc_data_location", rtc_iram_seg ); REGION_ALIAS("default_code_seg", iram0_2_seg); REGION_ALIAS("default_rodata_seg", drom0_0_seg); /** - * If rodata default segment is placed in `drom0_0_seg`, then flash's first rodata section must - * also be first in the segment. - */ - ASSERT(_rodata_start == ORIGIN(default_rodata_seg), - ".flash.appdesc section must be placed at the beginning of the rodata segment.") + ASSERT(_flash_rodata_dummy_start == ORIGIN(default_rodata_seg), + ".flash_rodata_dummy section must be placed at the beginning of the rodata segment.") diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/sections.ld.in b/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/sections.ld.in new file mode 100644 index 000000000..2fadf98bd --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/sections.ld.in @@ -0,0 +1,468 @@ +/* + * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ +/* + * SPDX-FileCopyrightText: 2021-2024 Espressif Systems (Shanghai) CO LTD + * + * SPDX-License-Identifier: Apache-2.0 + */ +/* + * Automatically generated file. DO NOT EDIT. + * Espressif IoT Development Framework (ESP-IDF) 5.4.0 Configuration Header + */ + +/* List of deprecated options */ +/* CPU instruction prefetch padding size for flash mmap scenario */ +/* + * PMP region granularity size + * Software may determine the PMP granularity by writing zero to pmp0cfg, then writing all ones + * to pmpaddr0, then reading back pmpaddr0. If G is the index of the least-significant bit set, + * the PMP granularity is 2^G+2 bytes. + */ +/* CPU instruction prefetch padding size for memory protection scenario */ +/* Memory alignment size for PMS */ + /* rtc timer data (s_rtc_timer_retain_mem, see esp_clk.c files). For rtc_timer_data_in_rtc_mem section. */ +/* Default entry point */ +ENTRY(call_start_cpu0); +SECTIONS +{ + /** + * RTC fast memory holds RTC wake stub code, + * including from any source file named rtc_wake_stub*.c + */ + .rtc.text : + { + + . = ALIGN(4); + _rtc_fast_start = ABSOLUTE(.); + mapping[rtc_text] + *rtc_wake_stub*.*(.text .text.*) + *(.rtc_text_end_test) + /* Padding for possible CPU prefetch + alignment for PMS split lines */ + . += 16; + . = ALIGN(512); + _rtc_text_end = ABSOLUTE(.); + } > rtc_iram_seg + /** + * This section located in RTC FAST Memory area. + * It holds data marked with RTC_FAST_ATTR attribute. + * See the file "esp_attr.h" for more information. + */ + .rtc.force_fast : + { + + . = ALIGN(4); + _rtc_force_fast_start = ABSOLUTE(.); + mapping[rtc_force_fast] + *(.rtc.force_fast .rtc.force_fast.*) + + . = ALIGN(4); + _rtc_force_fast_end = ABSOLUTE(.); + } > rtc_data_seg + /** + * RTC data section holds RTC wake stub + * data/rodata, including from any source file + * named rtc_wake_stub*.c and the data marked with + * RTC_DATA_ATTR, RTC_RODATA_ATTR attributes. + */ + .rtc.data : + { + _rtc_data_start = ABSOLUTE(.); + mapping[rtc_data] + *rtc_wake_stub*.*(.data .rodata .data.* .rodata.* .srodata.*) + _rtc_data_end = ABSOLUTE(.); + } > rtc_data_location + /* RTC bss, from any source file named rtc_wake_stub*.c */ + .rtc.bss (NOLOAD) : + { + _rtc_bss_start = ABSOLUTE(.); + *rtc_wake_stub*.*(.bss .bss.* .sbss .sbss.*) + *rtc_wake_stub*.*(COMMON) + mapping[rtc_bss] + _rtc_bss_end = ABSOLUTE(.); + } > rtc_data_location + /** + * This section holds data that should not be initialized at power up + * and will be retained during deep sleep. + * User data marked with RTC_NOINIT_ATTR will be placed + * into this section. See the file "esp_attr.h" for more information. + */ + .rtc_noinit (NOLOAD): + { + + . = ALIGN(4); + _rtc_noinit_start = ABSOLUTE(.); + *(.rtc_noinit .rtc_noinit.*) + + . = ALIGN(4); + _rtc_noinit_end = ABSOLUTE(.); + } > rtc_data_location + /** + * This section located in RTC SLOW Memory area. + * It holds data marked with RTC_SLOW_ATTR attribute. + * See the file "esp_attr.h" for more information. + */ + .rtc.force_slow : + { + + . = ALIGN(4); + _rtc_force_slow_start = ABSOLUTE(.); + *(.rtc.force_slow .rtc.force_slow.*) + + . = ALIGN(4); + _rtc_force_slow_end = ABSOLUTE(.); + } > rtc_slow_seg + /** + * This section holds RTC data that should have fixed addresses. + * The data are not initialized at power-up and are retained during deep + * sleep. + */ + .rtc_reserved (NOLOAD): + { + + . = ALIGN(4); + _rtc_reserved_start = ABSOLUTE(.); + /** + * New data can only be added here to ensure existing data are not moved. + * Because data have adhered to the end of the segment and code is relied + * on it. + * >> put new data here << + */ + *(.rtc_timer_data_in_rtc_mem .rtc_timer_data_in_rtc_mem.*) + KEEP(*(.bootloader_data_rtc_mem .bootloader_data_rtc_mem.*)) + _rtc_reserved_end = ABSOLUTE(.); + } > rtc_reserved_seg + _rtc_reserved_length = _rtc_reserved_end - _rtc_reserved_start; + ASSERT((_rtc_reserved_length <= LENGTH(rtc_reserved_seg)), + "RTC reserved segment data does not fit.") + /* Get size of rtc slow data based on rtc_data_location alias */ + _rtc_slow_length = (ORIGIN(rtc_slow_seg) == ORIGIN(rtc_data_location)) + ? (_rtc_force_slow_end - _rtc_data_start) + : (_rtc_force_slow_end - _rtc_force_slow_start); + _rtc_fast_length = (ORIGIN(rtc_slow_seg) == ORIGIN(rtc_data_location)) + ? (_rtc_force_fast_end - _rtc_fast_start) + : (_rtc_noinit_end - _rtc_fast_start); + ASSERT((_rtc_slow_length <= LENGTH(rtc_slow_seg)), + "RTC_SLOW segment data does not fit.") + ASSERT((_rtc_fast_length <= LENGTH(rtc_data_seg)), + "RTC_FAST segment data does not fit.") + .iram0.text : + { + _iram_start = ABSOLUTE(.); + /* Vectors go to start of IRAM */ + ASSERT(ABSOLUTE(.) % 0x100 == 0, "vector address must be 256 byte aligned"); + KEEP(*(.exception_vectors_table.text)); + KEEP(*(.exception_vectors.text)); + + . = ALIGN(4); + _invalid_pc_placeholder = ABSOLUTE(.); + /* Code marked as running out of IRAM */ + _iram_text_start = ABSOLUTE(.); + mapping[iram0_text] + } > iram0_0_seg + /** + * This section is required to skip .iram0.text area because iram0_0_seg and + * dram0_0_seg reflect the same address space on different buses. + */ + .dram0.dummy (NOLOAD): + { + . = ORIGIN(dram0_0_seg) + _iram_end - _iram_start; + } > dram0_0_seg + .dram0.data : + { + _data_start = ABSOLUTE(.); + *(.gnu.linkonce.d.*) + *(.data1) + __global_pointer$ = . + 0x800; + *(.sdata) + *(.sdata.*) + *(.gnu.linkonce.s.*) + *(.gnu.linkonce.s2.*) + *(.jcr) + mapping[dram0_data] + _data_end = ABSOLUTE(.); + } > dram0_0_seg + /** + * This section holds data that should not be initialized at power up. + * The section located in Internal SRAM memory region. The macro _NOINIT + * can be used as attribute to place data into this section. + * See the "esp_attr.h" file for more information. + */ + .noinit (NOLOAD): + { + + . = ALIGN(4); + _noinit_start = ABSOLUTE(.); + *(.noinit .noinit.*) + + . = ALIGN(4); + _noinit_end = ABSOLUTE(.); + } > dram0_0_seg + /* Shared RAM */ + .dram0.bss (NOLOAD) : + { + + . = ALIGN(8); + _bss_start = ABSOLUTE(.); + /** + * ldgen places all bss-related data to mapping[dram0_bss] + * (See components/esp_system/app.lf). + */ + mapping[dram0_bss] + + . = ALIGN(8); + _bss_end = ABSOLUTE(.); + } > dram0_0_seg + ASSERT(((_bss_end - ORIGIN(dram0_0_seg)) <= LENGTH(dram0_0_seg)), + "DRAM segment data does not fit.") + .flash.text : + { + _stext = .; + /** + * Mark the start of flash.text. + * This can be used by the MMU driver to maintain the virtual address. + */ + _instruction_reserved_start = ABSOLUTE(.); + _text_start = ABSOLUTE(.); + mapping[flash_text] + *(.stub) + *(.gnu.linkonce.t.*) + *(.gnu.warning) + *(.irom0.text) /* catch stray ICACHE_RODATA_ATTR */ + /** + * CPU will try to prefetch up to 16 bytes of of instructions. + * This means that any configuration (e.g. MMU, PMS) must allow + * safe access to up to 16 bytes after the last real instruction, add + * dummy bytes to ensure this + */ + . += 16; + _text_end = ABSOLUTE(.); + /** + * Mark the flash.text end. + * This can be used for MMU driver to maintain virtual address. + */ + _instruction_reserved_end = ABSOLUTE(.); + _etext = .; + /** + * Similar to _iram_start, this symbol goes here so it is + * resolved by addr2line in preference to the first symbol in + * the flash.text segment. + */ + _flash_cache_start = ABSOLUTE(0); + } > default_code_seg + /** + * Dummy section represents the .flash.text section but in default_rodata_seg. + * Thus, it must have its alignment and (at least) its size. + */ + .flash_rodata_dummy (NOLOAD): + { + _flash_rodata_dummy_start = .; + . = ALIGN(ALIGNOF(.flash.text)) + SIZEOF(.flash.text); + /* Add alignment of MMU page size + 0x20 bytes for the mapping header. */ + . = ALIGN(0x10000) + 0x20; + } > default_rodata_seg + .flash.appdesc : ALIGN(0x10) + { + /** + * Mark flash.rodata start. + * This can be used for mmu driver to maintain virtual address + */ + _rodata_reserved_start = ABSOLUTE(.); + _rodata_start = ABSOLUTE(.); + /* !DO NOT PUT ANYTHING BEFORE THIS! */ + /* Should be the first. App version info. */ + *(.rodata_desc .rodata_desc.*) + /* Should be the second. Custom app version info. */ + *(.rodata_custom_desc .rodata_custom_desc.*) + /** + * Create an empty gap within this section. Thanks to this, the end of this + * section will match .flash.rodata's begin address. Thus, both sections + * will be merged when creating the final bin image. + */ + . = ALIGN(ALIGNOF(.flash.rodata)); + } > default_rodata_seg + ASSERT((ADDR(.flash.rodata) == ADDR(.flash.appdesc) + SIZEOF(.flash.appdesc)), "The gap between .flash.appdesc and .flash.rodata must not exist to produce the final bin image.") + .flash.rodata : ALIGN(0x10) + { + _flash_rodata_start = ABSOLUTE(.); + mapping[flash_rodata] + *(.irom1.text) /* catch stray ICACHE_RODATA_ATTR */ + *(.gnu.linkonce.r.*) + *(.rodata1) + *(.gcc_except_table .gcc_except_table.*) + *(.gnu.linkonce.e.*) + /** + * C++ constructor tables. + * + * Excluding crtbegin.o/crtend.o since IDF doesn't use the toolchain crt. + * + * RISC-V gcc is configured with --enable-initfini-array so it emits + * .init_array section instead. But the init_priority sections will be + * sorted for iteration in ascending order during startup. + * The rest of the init_array sections is sorted for iteration in descending + * order during startup, however. Hence a different section is generated for + * the init_priority functions which is iterated in ascending order during + * startup. The corresponding code can be found in startup.c. + */ + + . = ALIGN(4); + __init_priority_array_start = ABSOLUTE(.); + KEEP (*(EXCLUDE_FILE (*crtend.* *crtbegin.*) .init_array.*)) + __init_priority_array_end = ABSOLUTE(.); + + . = ALIGN(4); + __init_array_start = ABSOLUTE(.); + KEEP (*(EXCLUDE_FILE (*crtend.* *crtbegin.*) .init_array)) + __init_array_end = ABSOLUTE(.); + /* Addresses of memory regions reserved via SOC_RESERVE_MEMORY_REGION() */ + + . = ALIGN(4); + soc_reserved_memory_region_start = ABSOLUTE(.); + KEEP (*(.reserved_memory_address)) + soc_reserved_memory_region_end = ABSOLUTE(.); + /* System init functions registered via ESP_SYSTEM_INIT_FN */ + + . = ALIGN(4); + _esp_system_init_fn_array_start = ABSOLUTE(.); + KEEP (*(SORT_BY_INIT_PRIORITY(.esp_system_init_fn.*))) + _esp_system_init_fn_array_end = ABSOLUTE(.); + _rodata_end = ABSOLUTE(.); + . = ALIGN(ALIGNOF(.eh_frame_hdr)); + } > default_rodata_seg + ASSERT((ADDR(.eh_frame_hdr) == ADDR(.flash.rodata) + SIZEOF(.flash.rodata)), "The gap between .flash.rodata and .eh_frame_hdr must not exist to produce the final bin image.") + .eh_frame_hdr : + { + . = ALIGN(ALIGNOF(.eh_frame)); + } > default_rodata_seg + ASSERT((ADDR(.eh_frame) == ADDR(.eh_frame_hdr) + SIZEOF(.eh_frame_hdr)), "The gap between .eh_frame_hdr and .eh_frame must not exist to produce the final bin image.") + .eh_frame : + { + . = ALIGN(ALIGNOF(.flash.tdata)); + } > default_rodata_seg + ASSERT((ADDR(.flash.tdata) == ADDR(.eh_frame) + SIZEOF(.eh_frame)), "The gap between .eh_frame and .flash.tdata must not exist to produce the final bin image.") + .flash.tdata : + { + _thread_local_data_start = ABSOLUTE(.); + *(.tdata .tdata.* .gnu.linkonce.td.*) + . = ALIGN(ALIGNOF(.flash.tbss)); + _thread_local_data_end = ABSOLUTE(.); + } > default_rodata_seg + ASSERT((ADDR(.flash.tbss) == ADDR(.flash.tdata) + SIZEOF(.flash.tdata)), "The gap between .flash.tdata and .flash.tbss must not exist to produce the final bin image.") + .flash.tbss (NOLOAD) : + { + _thread_local_bss_start = ABSOLUTE(.); + *(.tbss .tbss.* .gnu.linkonce.tb.*) + *(.tcommon .tcommon.*) + _thread_local_bss_end = ABSOLUTE(.); + } > default_rodata_seg + /** + * This section contains all the rodata that is not used + * at runtime, helping to avoid an increase in binary size. + */ + .flash.rodata_noload (NOLOAD) : + { + /** + * This symbol marks the end of flash.rodata. It can be utilized by the MMU + * driver to maintain the virtual address. + * NOLOAD rodata may not be included in this section. + */ + _rodata_reserved_end = ADDR(.flash.tbss); + mapping[rodata_noload] + } > default_rodata_seg + /* Marks the end of IRAM code segment */ + .iram0.text_end (NOLOAD) : + { + /* Padding for possible CPU prefetch + alignment for PMS split lines */ + . += 16; + . = ALIGN(512); + /* iram_end_test section exists for use by memprot unit tests only */ + *(.iram_end_test) + _iram_text_end = ABSOLUTE(.); + } > iram0_0_seg + .iram0.data : + { + + . = ALIGN(16); + _iram_data_start = ABSOLUTE(.); + mapping[iram0_data] + _iram_data_end = ABSOLUTE(.); + } > iram0_0_seg + .iram0.bss (NOLOAD) : + { + + . = ALIGN(16); + _iram_bss_start = ABSOLUTE(.); + mapping[iram0_bss] + _iram_bss_end = ABSOLUTE(.); + + . = ALIGN(16); + _iram_end = ABSOLUTE(.); + } > iram0_0_seg + /* Marks the end of data, bss and possibly rodata */ + .dram0.heap_start (NOLOAD) : + { + + . = ALIGN(16); + _heap_start = ABSOLUTE(.); + } > dram0_0_seg + /* DWARF 1 */ + .debug 0 : { *(.debug) } + .line 0 : { *(.line) } + /* GNU DWARF 1 extensions */ + .debug_srcinfo 0 : { *(.debug_srcinfo) } + .debug_sfnames 0 : { *(.debug_sfnames) } + /* DWARF 1.1 and DWARF 2 */ + .debug_aranges 0 : { *(.debug_aranges) } + .debug_pubnames 0 : { *(.debug_pubnames) } + /* DWARF 2 */ + .debug_info 0 : { *(.debug_info .gnu.linkonce.wi.*) } + .debug_abbrev 0 : { *(.debug_abbrev) } + .debug_line 0 : { *(.debug_line) } + .debug_frame 0 : { *(.debug_frame) } + .debug_str 0 : { *(.debug_str) } + .debug_loc 0 : { *(.debug_loc) } + .debug_macinfo 0 : { *(.debug_macinfo) } + .debug_pubtypes 0 : { *(.debug_pubtypes) } + /* DWARF 3 */ + .debug_ranges 0 : { *(.debug_ranges) } + /* SGI/MIPS DWARF 2 extensions */ + .debug_weaknames 0 : { *(.debug_weaknames) } + .debug_funcnames 0 : { *(.debug_funcnames) } + .debug_typenames 0 : { *(.debug_typenames) } + .debug_varnames 0 : { *(.debug_varnames) } + /* GNU DWARF 2 extensions */ + .debug_gnu_pubnames 0 : { *(.debug_gnu_pubnames) } + .debug_gnu_pubtypes 0 : { *(.debug_gnu_pubtypes) } + /* DWARF 4 */ + .debug_types 0 : { *(.debug_types) } + /* DWARF 5 */ + .debug_addr 0 : { *(.debug_addr) } + .debug_line_str 0 : { *(.debug_line_str) } + .debug_loclists 0 : { *(.debug_loclists) } + .debug_macro 0 : { *(.debug_macro) } + .debug_names 0 : { *(.debug_names) } + .debug_rnglists 0 : { *(.debug_rnglists) } + .debug_str_offsets 0 : { *(.debug_str_offsets) } + .comment 0 : { *(.comment) } + .note.GNU-stack 0: { *(.note.GNU-stack) } + .riscv.attributes 0: { *(.riscv.attributes) } + /DISCARD/ : + { + /** + * Discarding .rela.* sections results in the following mapping: + * .rela.text.* -> .text.* + * .rela.data.* -> .data.* + * And so forth... + */ + *(.rela.*) + *(.got .got.plt) /* TODO: GCC-382 */ + *(.eh_frame_hdr) + *(.eh_frame) + } +} +ASSERT(((_iram_end - ORIGIN(iram0_0_seg)) <= LENGTH(iram0_0_seg)), + "IRAM0 segment data does not fit.") +ASSERT(((_heap_start - ORIGIN(dram0_0_seg)) <= LENGTH(dram0_0_seg)), + "DRAM segment data does not fit.") diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/libesp_system.a b/ESP32-IDF_ePaper/build/esp-idf/esp_system/libesp_system.a index d4cc71dd5..459fa38b5 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_system/libesp_system.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_system/libesp_system.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/cmake_install.cmake index 9ded14dbd..679edd22c 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_system/port +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_system/port # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,13 +32,13 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32c3/cmake_install.cmake") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake deleted file mode 100644 index 6625b85a4..000000000 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "TRUE") -endif() - -# Set default install directory permissions. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") -endif() - diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32c3/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32c3/cmake_install.cmake new file mode 100644 index 000000000..69cecfc6a --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_system/port/soc/esp32c3/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj index 8638d4c84..817f4dbe9 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj index 6cefc402c..bd7ca3d6b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj deleted file mode 100644 index e656fe0bf..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_lac.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj new file mode 100644 index 000000000..5add91a5f Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj new file mode 100644 index 000000000..0361b2802 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_init.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj index 38ff4053f..8c7d9e923 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj index 8161359cc..02aa4af3a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_timer/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_timer/cmake_install.cmake index 517df3ac5..1a8153de8 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_timer/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_timer/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_timer +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_timer # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_timer/libesp_timer.a b/ESP32-IDF_ePaper/build/esp-idf/esp_timer/libesp_timer.a index 56f28aa88..2c5b7962d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_timer/libesp_timer.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_timer/libesp_timer.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj new file mode 100644 index 000000000..be76d5366 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir/vfs_console.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console/cmake_install.cmake new file mode 100644 index 000000000..86eb1352b --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_vfs_console + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console/libesp_vfs_console.a b/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console/libesp_vfs_console.a new file mode 100644 index 000000000..5d300ef6f Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console/libesp_vfs_console.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj deleted file mode 100644 index 8e8cf7c95..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32/esp_adapter.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj new file mode 100644 index 000000000..ae1725330 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj new file mode 100644 index 000000000..8c3d4466b Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/lib_printf.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj index 4e33c773c..82e2d9594 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj index 99fd97577..f16acff18 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj index bbc6e1c6d..0a4b3973c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj index 98194a552..57093788b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj index 77bf24642..4adf461e6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj index 977646420..03a8d85a4 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj index b5a3ded56..4e30f5056 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/cmake_install.cmake index 6bce5ccfd..286b555e1 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esp_wifi +# Install script for directory: /home/abobkov/esp/esp-idf/components/esp_wifi # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/libesp_wifi.a b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/libesp_wifi.a index 9b9c894c8..801bfefcd 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/libesp_wifi.a and b/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/libesp_wifi.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj index 6507dbbd8..c385cf46a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_checksum.c.obj b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_checksum.c.obj deleted file mode 100644 index 15c1b0535..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_checksum.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj index 1853354b4..d0617568f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj new file mode 100644 index 000000000..be76eda70 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj index 98002a7ab..f86970a2c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj index d9fe0746a..e7f150ef4 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj new file mode 100644 index 000000000..203bfc409 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_init.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj new file mode 100644 index 000000000..7be370aca Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj index fa401aec8..bec4e9648 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj new file mode 100644 index 000000000..4fa6b8df1 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/xtensa/core_dump_port.c.obj b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/xtensa/core_dump_port.c.obj deleted file mode 100644 index 7d6f28c76..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/xtensa/core_dump_port.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/cmake_install.cmake index b54d0ff41..a1998b97d 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/espcoredump +# Install script for directory: /home/abobkov/esp/esp-idf/components/espcoredump # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/espcoredump/libespcoredump.a b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/libespcoredump.a new file mode 100644 index 000000000..6d9dcf839 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/espcoredump/libespcoredump.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_api.c.obj b/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_api.c.obj index 39ef25bc3..d38f732c5 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_api.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_api.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_dev.c.obj b/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_dev.c.obj index fdd56afe6..6ae51bddf 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_dev.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_dev.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_encoder.c.obj b/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_encoder.c.obj index cf15c3004..57899433e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_encoder.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_encoder.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_spi_dev.c.obj b/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_spi_dev.c.obj index 5cb622cfd..72eceb7cd 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_spi_dev.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_spi_dev.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/cmake_install.cmake index d7d6a56be..4da944c5a 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip +# Install script for directory: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esptool_py/app-flash_args.in b/ESP32-IDF_ePaper/build/esp-idf/esptool_py/app-flash_args.in index c00af7646..b3f3b5714 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esptool_py/app-flash_args.in +++ b/ESP32-IDF_ePaper/build/esp-idf/esptool_py/app-flash_args.in @@ -1,2 +1,2 @@ ---flash_mode dio --flash_freq 40m --flash_size 2MB +--flash_mode dio --flash_freq 80m --flash_size 2MB 0x10000 $.bin \ No newline at end of file diff --git a/ESP32-IDF_ePaper/build/esp-idf/esptool_py/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/esptool_py/cmake_install.cmake index a66e73e78..5c36ee24f 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esptool_py/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/esptool_py/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/esptool_py +# Install script for directory: /home/abobkov/esp/esp-idf/components/esptool_py # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/esptool_py/flasher_args.json.in b/ESP32-IDF_ePaper/build/esp-idf/esptool_py/flasher_args.json.in index 88b341481..7dcc75abe 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/esptool_py/flasher_args.json.in +++ b/ESP32-IDF_ePaper/build/esp-idf/esptool_py/flasher_args.json.in @@ -1,24 +1,24 @@ { "write_flash_args" : [ "--flash_mode", "dio", "--flash_size", "2MB", - "--flash_freq", "40m" ], + "--flash_freq", "80m" ], "flash_settings" : { "flash_mode": "dio", "flash_size": "2MB", - "flash_freq": "40m" + "flash_freq": "80m" }, "flash_files" : { - "0x1000" : "bootloader/bootloader.bin", + "0x0" : "bootloader/bootloader.bin", "0x10000" : "$.bin", "0x8000" : "partition_table/partition-table.bin" }, - "bootloader" : { "offset" : "0x1000", "file" : "bootloader/bootloader.bin", "encrypted" : "false" }, + "bootloader" : { "offset" : "0x0", "file" : "bootloader/bootloader.bin", "encrypted" : "false" }, "app" : { "offset" : "0x10000", "file" : "$.bin", "encrypted" : "false" }, "partition-table" : { "offset" : "0x8000", "file" : "partition_table/partition-table.bin", "encrypted" : "false" }, "extra_esptool_args" : { "after" : "hard_reset", "before" : "default_reset", "stub" : true, - "chip" : "esp32" + "chip" : "esp32c3" } } diff --git a/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj b/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj index ccf4f36c8..f12447456 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj b/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj index 2f4bf8c74..0b23f4eb7 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj b/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj index 0b8598a9b..ddd158089 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj b/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj index 5686427c9..148333386 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj b/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj index 66ac0932a..2f5e86963 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj b/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj index a7f9a8673..be6051f83 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj b/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj index 8c63636e8..e00bc4539 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj b/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj index 3b7d2f563..2baa21b52 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj b/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj index 38f2995d6..669dccb2d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj b/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj index 2989fbcbb..837f322a3 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/fatfs/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/fatfs/cmake_install.cmake index 70a0ab367..df6ec885c 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/fatfs/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/fatfs/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/fatfs +# Install script for directory: /home/abobkov/esp/esp-idf/components/fatfs # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/fatfs/libfatfs.a b/ESP32-IDF_ePaper/build/esp-idf/fatfs/libfatfs.a new file mode 100644 index 000000000..35c878ac1 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/fatfs/libfatfs.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/croutine.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/croutine.c.obj deleted file mode 100644 index 11f08e1a9..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/croutine.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj index 30ed9346a..9377a0541 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj index 21e08e02f..4cc7ab21d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/port_systick.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/port_systick.c.obj deleted file mode 100644 index 85116a273..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/port_systick.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj new file mode 100644 index 000000000..8cae882ab Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj new file mode 100644 index 000000000..896dd5419 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/port.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/port.c.obj deleted file mode 100644 index d7a9a2337..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/port.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/portasm.S.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/portasm.S.obj deleted file mode 100644 index a180fbfac..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/portasm.S.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_context.S.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_context.S.obj deleted file mode 100644 index 1c3935eec..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_context.S.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c.obj deleted file mode 100644 index f126847d5..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c.obj deleted file mode 100644 index 79c3a8a4f..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S.obj deleted file mode 100644 index b6e13b2cd..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj index 9537f18bf..a174015e7 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj index a3ff5ecec..9dce0dacf 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj index 8cf633bd3..21fc50fd7 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj index d37e5c419..60e0811b2 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj deleted file mode 100644 index 56a40371e..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-openocd.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj index 32afba95f..c8fb0277e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj new file mode 100644 index 000000000..2e4140540 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_v8_compat.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_v8_compat.c.obj deleted file mode 100644 index fdc618730..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_v8_compat.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj index 026ab5ec4..e9b943972 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj new file mode 100644 index 000000000..f26fc5f6e Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj index 9e058442a..fa1fec42b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj index 89a847724..ab701bff2 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj new file mode 100644 index 000000000..7deb9ff85 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/freertos/cmake_install.cmake index a39920ab1..56cfd8025 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/freertos/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/freertos/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/freertos +# Install script for directory: /home/abobkov/esp/esp-idf/components/freertos # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/freertos/libfreertos.a b/ESP32-IDF_ePaper/build/esp-idf/freertos/libfreertos.a index c52661791..62317b5cd 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/freertos/libfreertos.a and b/ESP32-IDF_ePaper/build/esp-idf/freertos/libfreertos.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj index 58483716f..d1ca86e8f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj index cfe132dc7..480e3d626 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj index fafa9c6b9..e5907d558 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj index c5cdb623c..53a9c2481 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj index 237ac6a74..4f280cb4a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj new file mode 100644 index 000000000..9cf376113 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj new file mode 100644 index 000000000..4da6e2c40 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/color_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj new file mode 100644 index 000000000..2a70c77cc Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj index 74aec7418..c7bb1fd2f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/emac_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/emac_hal.c.obj deleted file mode 100644 index a35ddcd98..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/emac_hal.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj deleted file mode 100644 index 053f97198..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/cache_hal_esp32.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/clk_tree_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/clk_tree_hal.c.obj deleted file mode 100644 index 3d53a0aa6..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/clk_tree_hal.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj deleted file mode 100644 index a072fdf59..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/efuse_hal.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/gpio_hal_workaround.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/gpio_hal_workaround.c.obj deleted file mode 100644 index c47a69023..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/gpio_hal_workaround.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/touch_sensor_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/touch_sensor_hal.c.obj deleted file mode 100644 index 31919eb0e..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32/touch_sensor_hal.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/clk_tree_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/clk_tree_hal.c.obj new file mode 100644 index 000000000..2619fe8d8 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/clk_tree_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj new file mode 100644 index 000000000..e8e1e7bd6 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/rtc_cntl_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/rtc_cntl_hal.c.obj new file mode 100644 index 000000000..de0e651f8 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/rtc_cntl_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj new file mode 100644 index 000000000..31fcdebb6 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj new file mode 100644 index 000000000..5643c8177 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj index 5d5a35b46..6ff1f9c81 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj new file mode 100644 index 000000000..eb41b2965 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj new file mode 100644 index 000000000..4fd587bbe Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj index 07a1163d8..130d525cd 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj index a796b3c27..87dc96da1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj index 2bca81348..d4c65693a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj index a73cad58e..772479796 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj index 97de5485c..3998e1e3f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj deleted file mode 100644 index abb399ae8..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mcpwm_hal.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj index d57685a99..878517192 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj new file mode 100644 index 000000000..32bd23015 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj deleted file mode 100644 index d1944e3c8..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/mpu_hal.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj deleted file mode 100644 index af0a07233..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/pcnt_hal.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj index dbbce4249..ad91a8d54 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj deleted file mode 100644 index dc7fe51bb..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/rtc_io_hal.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj deleted file mode 100644 index c78f30caf..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdio_slave_hal.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj index 2a5102e8f..a634c0591 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj index 88297fccb..59ab6cb4a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj index 86b12c411..4093de334 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj index ba6902c9e..38a4fe8f6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj new file mode 100644 index 000000000..fb3ea8c7c Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj index 32b2ea806..f77aa0d49 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj index 33a1b131c..8cc84108c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj index 67783bd0a..fbcd0d3de 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj index 1bec9a2b4..c8da522e5 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj index 4a96cab82..852cea3f5 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj new file mode 100644 index 000000000..6bfd97a37 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/systimer_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/systimer_hal.c.obj new file mode 100644 index 000000000..3cce1efb0 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/systimer_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj index 8eee371e0..e02aa0c51 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sensor_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sensor_hal.c.obj deleted file mode 100644 index 545581fac..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/touch_sensor_hal.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj index fd6edf0b4..0bffc6562 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj index f1c900de9..852d97511 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj index 21af33658..9ee048c0f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj index 2d2e50435..c44457e76 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj new file mode 100644 index 000000000..1be7ccbb9 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj index d95c14bac..682ad5e8d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/xt_wdt_hal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/xt_wdt_hal.c.obj new file mode 100644 index 000000000..2576c4ef7 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/hal/CMakeFiles/__idf_hal.dir/xt_wdt_hal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/hal/cmake_install.cmake index 482a50673..7c9c279d3 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/hal/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/hal/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/hal +# Install script for directory: /home/abobkov/esp/esp-idf/components/hal # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/hal/libhal.a b/ESP32-IDF_ePaper/build/esp-idf/hal/libhal.a index 78be7506f..d0b59c07f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/hal/libhal.a and b/ESP32-IDF_ePaper/build/esp-idf/hal/libhal.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj b/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj index d52c17c28..b075e908c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj b/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj new file mode 100644 index 000000000..c95ec5103 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj b/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj index 093e5253d..954799b1e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj b/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj index 161a362a8..2496fd905 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32/memory_layout.c.obj b/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32/memory_layout.c.obj deleted file mode 100644 index 8b9fa5155..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32/memory_layout.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c3/memory_layout.c.obj b/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c3/memory_layout.c.obj new file mode 100644 index 000000000..c0f78f70c Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c3/memory_layout.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj b/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj index e0fd875aa..ddcdb7c84 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj b/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj index 3c7b3ed91..973ec8891 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/heap/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/heap/cmake_install.cmake index 5c0893816..27111aca4 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/heap/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/heap/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/heap +# Install script for directory: /home/abobkov/esp/esp-idf/components/heap # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/heap/libheap.a b/ESP32-IDF_ePaper/build/esp-idf/heap/libheap.a index b08680d5a..35a877dc6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/heap/libheap.a and b/ESP32-IDF_ePaper/build/esp-idf/heap/libheap.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj b/ESP32-IDF_ePaper/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj index 5c6d170a5..db8626b7b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/http_parser/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/http_parser/cmake_install.cmake index 34b1c5415..ef94ae5e9 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/http_parser/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/http_parser/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/http_parser +# Install script for directory: /home/abobkov/esp/esp-idf/components/http_parser # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/http_parser/libhttp_parser.a b/ESP32-IDF_ePaper/build/esp-idf/http_parser/libhttp_parser.a index 24bde8c0c..f19b0092a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/http_parser/libhttp_parser.a and b/ESP32-IDF_ePaper/build/esp-idf/http_parser/libhttp_parser.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/idf_test/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/idf_test/cmake_install.cmake index e579adee9..e832f7da9 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/idf_test/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/idf_test/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/idf_test +# Install script for directory: /home/abobkov/esp/esp-idf/components/idf_test # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/ieee802154/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/ieee802154/cmake_install.cmake index 5cc66e6ff..2b7711509 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/ieee802154/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/ieee802154/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/ieee802154 +# Install script for directory: /home/abobkov/esp/esp-idf/components/ieee802154 # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj b/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj index 39f83b9ae..f60c2093b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj b/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj index 0a08e0b9f..f2ffd868c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/json/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/json/cmake_install.cmake index 4521cfad7..b14506735 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/json/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/json/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/json +# Install script for directory: /home/abobkov/esp/esp-idf/components/json # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/json/libjson.a b/ESP32-IDF_ePaper/build/esp-idf/json/libjson.a new file mode 100644 index 000000000..7b13d5d81 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/json/libjson.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj deleted file mode 100644 index 11b699756..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj deleted file mode 100644 index d44197f7c..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj deleted file mode 100644 index 7e6341b2d..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj new file mode 100644 index 000000000..939efc1b1 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj new file mode 100644 index 000000000..c0de1f2a5 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/log_level.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj new file mode 100644 index 000000000..8a33950a3 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/cache/log_binary_heap.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj new file mode 100644 index 000000000..6f14b83dd Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/linked_list/log_linked_list.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj new file mode 100644 index 000000000..f7e60bdf8 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_level/tag_log_level/tag_log_level.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj new file mode 100644 index 000000000..3b20ace2d Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj new file mode 100644 index 000000000..c3f9d8317 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_lock.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj new file mode 100644 index 000000000..37c9ea3a1 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_timestamp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj new file mode 100644 index 000000000..96590c0c5 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/os/log_write.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj new file mode 100644 index 000000000..7ec8dfc06 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/log/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/log/cmake_install.cmake index 6e500b896..4df0bbfec 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/log/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/log/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/log +# Install script for directory: /home/abobkov/esp/esp-idf/components/log # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/log/liblog.a b/ESP32-IDF_ePaper/build/esp-idf/log/liblog.a index fd6f3c7ba..5895929bb 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/log/liblog.a and b/ESP32-IDF_ePaper/build/esp-idf/log/liblog.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj index 5d2d6a16f..2cd74d2f1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj index 23f1c53c3..4f1fea65a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj index d0a7f274c..0df375d81 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj index 310d146e3..a16bfcec2 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj index b5b326fe2..40ecf464e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj index 2ac36fcf2..5d94c7365 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj index 52a74a239..2173971c3 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj index a40624b6c..1bc2ccad6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj index 74fd87800..539e31fad 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj index ba77e9e42..f82949096 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj index 9eec97beb..8f29333ab 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj index 345c4a983..423767d24 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj index b1a8a048b..3f196ba87 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj index 1d86f8431..36fa6cb13 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj index ce34aa5f1..8aa20a879 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj index 50538e110..aabb46b17 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj index 792097270..64ea8d076 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj index c5c6f313a..1621dbedc 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj index 65a49d205..d6ffaca0f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj index 144eda2c7..9a3dfdfec 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj index 61639b263..7402038c6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj index f86ddad5e..f0949c151 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj index ed9c17d67..4ad8841f7 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj index ea9b263c3..5bb6dde3c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj index e2cffcb1e..b4690257f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj index 2495aabbc..95952ffad 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj index acb7554ed..21b8b5a08 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj index 730ad3fe6..1eaa412ae 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj index e99bb7886..e348f3c47 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj index 24bb13bb9..0957a9e2d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj index 624c940ab..5862e64ed 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj index acfcec744..590af43fe 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj index 7ca1ac8fa..b8777103d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj index db6ec6658..84c395238 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj index b2acf9081..ac5c1e707 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj index 244561535..d3dd338ae 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj index a0d74935d..9ebc22ead 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj index 3009feb17..7569fdc46 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj index 3cb3df70c..0d64c1bfe 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj index d0f6431ea..33277d53b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj index 103980e60..bf98323f4 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj index 0c8a57414..fb971832a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj index 016981ef1..7cd39e67f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj index 793fdc8b4..a800c7fb5 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj index a6725f449..383e1bbcd 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj index dbad26d9a..1def2de73 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj index 462578853..ec007f5d1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj index 5db42840d..ff0982f83 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj index eb4278c03..628e56947 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj index 5f03132a5..39196a510 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj index 14f66f89c..7031e90f1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj index 4c230aa1a..8052b5881 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj index e508a1d57..e8ca9babb 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj index 53babf9ea..355e4eac7 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj index 0a16ef421..e1b1e3206 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj index 33a736f3e..a8194e036 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj index 1b4aa19bf..8ba874a92 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj index 595ff136f..d830d5fb1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj index e949438ae..93a95822d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj index 75702fe9d..77a0e4d79 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj index 78a4a4c8d..1e7581eaa 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj index 15c520eaa..fcc72c13c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj index b371ab35a..d9c850142 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj index a5a6b197e..a097c0c0e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj index 4ac1cd856..95c8e06a2 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj index 711f74a1c..8c12bbdb9 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj index b24b8cb8b..a70614009 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj index 5e40a47f2..f9854fc22 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj index bcb5e0699..a4dac8394 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj index 0b336e268..b435a0339 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj new file mode 100644 index 000000000..0cd46d0a4 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj new file mode 100644 index 000000000..351b2f38e Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj new file mode 100644 index 000000000..9a4880280 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj new file mode 100644 index 000000000..8299395a2 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj new file mode 100644 index 000000000..1da8011f7 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj index 55c9e489b..ad19f2b4e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj index abeca0cd6..3c0e98dfa 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj index 6cae8b6e7..bdcec1201 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj index 4763d5c6a..440fa4451 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj index 7bcf4a5fc..03da3392a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj index b2bc79a2e..24115cd0e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj index 8a0f2e76e..9edb0a259 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj index c6e8467a5..6d07de13d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj index c7b77f71c..6df0829ce 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj index 7aef8a2c9..3d57825f8 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj new file mode 100644 index 000000000..f8fba03f1 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/acd_dhcp_check.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj index 76bf9fd68..3ae30a80e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj index f0de798d7..88f85d7c3 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj index 7dadc944c..4d5afc0d3 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj index 135cb292f..bd17a7c2e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj index 6b1059bac..e5a321120 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj index 5ddc6e5ad..9def437d0 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/lwip/cmake_install.cmake index 08e10618b..97b743bec 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/lwip/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/lwip/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/lwip +# Install script for directory: /home/abobkov/esp/esp-idf/components/lwip # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/lwip/liblwip.a b/ESP32-IDF_ePaper/build/esp-idf/lwip/liblwip.a index 4eba361ef..f51c62317 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/lwip/liblwip.a and b/ESP32-IDF_ePaper/build/esp-idf/lwip/liblwip.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj b/ESP32-IDF_ePaper/build/esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj index 4350081f6..fb032c52e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/main/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/main/cmake_install.cmake index ea6fee346..45cb9feaa 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/main/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/main/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/main +# Install script for directory: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj index 3bfd2a679..e63d6bc0d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj index d0cac620c..0a9ac0926 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/cmake_install.cmake index e9f3978e3..73a4f4291 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/mbedtls +# Install script for directory: /home/abobkov/esp/esp-idf/components/mbedtls # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,13 +32,13 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/libmbedtls.a b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/libmbedtls.a index 55c7bf055..63245910a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/libmbedtls.a and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/libmbedtls.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake index 53d9faf22..018823182 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty +# Install script for directory: /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,15 +32,15 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for each subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake") - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj index d04042c37..c0dcbebc8 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj index 353f238d1..e8cfd8b2c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/everest.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj index c9592523d..3b88f0a88 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake index 13c2b186f..292acbdd6 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest +# Install script for directory: /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,16 +32,20 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest" FILES_MATCHING REGEX "/[^/]*\\.h$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest" FILES_MATCHING REGEX "/[^/]*\\.h$") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a index 3218c5afd..444cb9abb 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj index 1a5190427..6f7c0fe45 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj index 710644943..7d54d48ec 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver_entrypoints.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake index 0c99ec043..c5e913e22 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m +# Install script for directory: /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,16 +32,20 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/:C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m" FILES_MATCHING REGEX "/[^/]*\\.h$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIR_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/:/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m" FILES_MATCHING REGEX "/[^/]*\\.h$") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL) endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a index d65d2252b..a20530262 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake index 542850e63..00ba53430 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls +# Install script for directory: /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,16 +32,17 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for each subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake") - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake") - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake index 2b5d2bc5d..03e0f3777 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include +# Install script for directory: /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,113 +32,115 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/mbedtls" TYPE FILE PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/aes.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/aria.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/asn1.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/asn1write.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/base64.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/bignum.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/build_info.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/camellia.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ccm.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/chacha20.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/chachapoly.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/check_config.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/cipher.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/cmac.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/compat-2.x.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_legacy_crypto.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_legacy_from_psa.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_psa_from_legacy.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_psa_superset_legacy.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_ssl.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_x509.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_psa.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/constant_time.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ctr_drbg.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/debug.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/des.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/dhm.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecdh.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecdsa.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecjpake.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecp.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/entropy.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/error.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/gcm.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/hkdf.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/hmac_drbg.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/lms.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/mbedtls_config.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/md.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/md5.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/memory_buffer_alloc.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/net_sockets.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/nist_kw.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/oid.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pem.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pk.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pkcs12.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pkcs5.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pkcs7.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/platform.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/platform_time.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/platform_util.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/poly1305.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/private_access.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/psa_util.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ripemd160.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/rsa.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha1.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha256.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha3.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha512.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_cache.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_ciphersuites.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_cookie.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_ticket.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/threading.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/timing.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/version.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509_crl.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509_crt.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509_csr.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/aes.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/aria.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/asn1.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/asn1write.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/base64.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/bignum.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/block_cipher.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/build_info.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/camellia.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ccm.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/chacha20.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/chachapoly.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/check_config.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/cipher.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/cmac.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/compat-2.x.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_legacy_crypto.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_legacy_from_psa.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_psa_from_legacy.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_psa_superset_legacy.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_ssl.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_adjust_x509.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/config_psa.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/constant_time.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ctr_drbg.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/debug.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/des.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/dhm.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecdh.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecdsa.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecjpake.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ecp.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/entropy.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/error.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/gcm.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/hkdf.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/hmac_drbg.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/lms.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/mbedtls_config.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/md.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/md5.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/memory_buffer_alloc.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/net_sockets.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/nist_kw.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/oid.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pem.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pk.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pkcs12.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pkcs5.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/pkcs7.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/platform.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/platform_time.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/platform_util.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/poly1305.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/private_access.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/psa_util.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ripemd160.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/rsa.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha1.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha256.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha3.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/sha512.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_cache.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_ciphersuites.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_cookie.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/ssl_ticket.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/threading.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/timing.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/version.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509_crl.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509_crt.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/mbedtls/x509_csr.h" ) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/psa" TYPE FILE PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/build_info.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_auto_enabled.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_config_key_pair_types.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_config_synonyms.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_builtin_composites.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_builtin_key_derivation.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_builtin_primitives.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_compat.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_config.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_common.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_contexts_composites.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_contexts_key_derivation.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_contexts_primitives.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_extra.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_legacy.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_platform.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_se_driver.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_sizes.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_struct.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_types.h" - "C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_values.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/build_info.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_auto_enabled.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_config_dependencies.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_config_key_pair_types.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_adjust_config_synonyms.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_builtin_composites.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_builtin_key_derivation.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_builtin_primitives.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_compat.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_config.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_common.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_contexts_composites.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_contexts_key_derivation.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_driver_contexts_primitives.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_extra.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_legacy.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_platform.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_se_driver.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_sizes.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_struct.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_types.h" + "/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/psa/crypto_values.h" ) endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj deleted file mode 100644 index a359c8c00..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/block/esp_aes.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj deleted file mode 100644 index 53dac64d3..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj deleted file mode 100644 index 239067b1a..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj deleted file mode 100644 index 7ee9b5c8f..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp32/bignum.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp32/bignum.c.obj deleted file mode 100644 index 1b34da662..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp32/bignum.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_bignum.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_bignum.c.obj deleted file mode 100644 index 64a567866..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_bignum.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj deleted file mode 100644 index be9b4d924..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj deleted file mode 100644 index ca54255b9..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj deleted file mode 100644 index 4a1ecccb2..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj deleted file mode 100644 index 79e16280c..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj deleted file mode 100644 index 023bafee6..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj deleted file mode 100644 index 66271c3d6..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha1.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj deleted file mode 100644 index e84388507..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha256.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj deleted file mode 100644 index b8cb7062d..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/esp_sha512.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj deleted file mode 100644 index da8fee9f1..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/sha/parallel_engine/sha.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj index ba472cad0..dd0f668a9 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj index b2d9122a1..46409304d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj index 914321d99..db8c196e8 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj index f943c830e..5108bd71f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj index 92cc92863..d7a637972 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj index 33e149cd9..bffcbcefd 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj index 32318998b..cfe206185 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj index c40a94802..3138d386f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj index e920b93af..d3371e315 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj index 24da9512b..a6ee0c8ab 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj index 41cac5cbd..b82b56237 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj new file mode 100644 index 000000000..950c45199 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj index 3523eb7a2..07ed7d183 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj index e92631a73..4e01b2f36 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj index cc4a4efd3..f34c83f18 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj index 4c42efa70..7c7031fcf 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj index 75f303d8a..e4ebfd61b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj index e89da7950..b62508d7f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj index c8d421714..9c5eceba4 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj index 1901f1469..20e093970 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj index 0433e049e..3d7cd7c0d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj index fd0e155c4..0fc233631 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj index 143c16cfd..22d72af89 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj index 7a0450e0b..798434081 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj index a83fcec7c..4023c60ab 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj index 3ef83be37..bb512469b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj index 6769e2465..7d3ece207 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj index 6af42ad6c..dfef33044 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj index 2db104e5f..c2199a7c0 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj index da4fa47a8..a4cfa7c12 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj index afe406706..078e349b5 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj index 382393a95..6f0e5d05e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj index be333268d..453a61502 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj index 791faaa35..d9a40963d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj index 00d700915..5b75080a6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj new file mode 100644 index 000000000..5ef820713 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj new file mode 100644 index 000000000..ae7b13008 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_dma_core.c.obj differ diff --git a/ESP32-IDF_ePaper/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 b/ESP32-IDF_ePaper/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 new file mode 100644 index 000000000..205b8048d Binary files /dev/null and b/ESP32-IDF_ePaper/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 differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj new file mode 100644 index 000000000..cb7e8c6c1 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj new file mode 100644 index 000000000..9b56f1a60 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj new file mode 100644 index 000000000..264094a27 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj new file mode 100644 index 000000000..b962361de Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj new file mode 100644 index 000000000..cd89439aa Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj differ diff --git a/ESP32-IDF_ePaper/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 b/ESP32-IDF_ePaper/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 new file mode 100644 index 000000000..d24427e0a Binary files /dev/null and b/ESP32-IDF_ePaper/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 differ diff --git a/ESP32-IDF_ePaper/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 b/ESP32-IDF_ePaper/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 new file mode 100644 index 000000000..4413e8b1a Binary files /dev/null and b/ESP32-IDF_ePaper/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 differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj new file mode 100644 index 000000000..0289ffd8b Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj new file mode 100644 index 000000000..8e5f2469b Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj new file mode 100644 index 000000000..164e23476 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj new file mode 100644 index 000000000..eb391ca5b Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj new file mode 100644 index 000000000..2eefe356b Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj new file mode 100644 index 000000000..7fe923d17 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj new file mode 100644 index 000000000..edac80ea6 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj differ diff --git a/ESP32-IDF_ePaper/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 b/ESP32-IDF_ePaper/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 new file mode 100644 index 000000000..01b7a1afa Binary files /dev/null and b/ESP32-IDF_ePaper/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 differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj new file mode 100644 index 000000000..121e764f1 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj new file mode 100644 index 000000000..7185ed0cf Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj index f1cec791f..eeaf84d3f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj index 46e6bd899..dec720c56 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj index 358cd3b3a..f683bf041 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj index 277f6d60f..8b3aaf0af 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj index 2475a19e4..bbf7aaf1f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj index 310363290..1c97ffd6e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj index 0e0550ec3..81601a912 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj index 60d2a8771..375afe97c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj index 9e2fc7db6..c4ead6472 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj index a2cf6644e..d79109bfc 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj new file mode 100644 index 000000000..77f60a72e Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj index 13f67171d..473e6a2dc 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj index 78cd8aee1..1d7b48244 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj index 81d9bcc7e..4f40c9d80 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj index 3bf242598..eb5a6ab4f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj index 25e1a7445..0aac51977 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj index 921f218ea..e0bdbce8a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj index f66647679..4509e4724 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj index 8175651e2..889950d4f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj index c1c70d7f3..eecbcb92e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj index 5bd39e5de..bba5d0968 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj index bb541fba3..bd0c87eaa 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj index 72149bccc..0f533709a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj index faea074c1..cb8cae8c8 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj index 47ece2123..0fe140e53 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj index eb09ec4d6..36be3a769 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj index 45663926e..424582d0a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj index b8830f10b..ff94d706c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj index fe42602dd..ae7dec99f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj index a0e83dd3e..8b5307d2c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj index 7639955ca..254ad41e2 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj index 07be67901..85eaa6b03 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj index 892cbe882..0cf68321d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj index c1f7559a0..61048a58f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj index 85128aa3d..c5763d7cd 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj index 731990346..7e9b0af7d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj index 8a79addf8..ea89eeeb1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj index 0710ec08b..a5be77dfe 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj index 636e0175e..386b20bce 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj index 8b3f22024..6c46c2e2e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj index feba7b2b2..f9ca25ee1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj index d6f5f0052..9549a5c63 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj index 9210c690e..8872cd482 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj index 4c5802e81..9bfc7b8e5 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj index bdb88b7a4..d5b8db403 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj index 07b7e9fc6..aee52851a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj deleted file mode 100644 index b74fee956..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj deleted file mode 100644 index e8a78ccbb..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj deleted file mode 100644 index 5ee5d724b..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/C_/Users/alex/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj index 5ffd067a9..15066cf64 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj new file mode 100644 index 000000000..76f40d41c Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj new file mode 100644 index 000000000..ecf86ccea Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj new file mode 100644 index 000000000..f2d6f91b4 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj index 8c66e4e84..cbd6d28c8 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj index 09b36123b..e5ef4f4bc 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj index 056377851..f8e3ab23f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj index 69681783f..d6084e736 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj index b2c0483fc..f9b3843b2 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj index d5a17fa48..f5ed78480 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj index 0e33e5f16..85b0dd081 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj index 40cb168a7..b5ab0472a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj index 9873b8eb0..c5657af0f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj index 39880ede3..53442804c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj index 2539881d0..b46a68bf0 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj index 2c3c52c8b..a1f132bf6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj index d964b6efe..aa501ee4c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj index 8b1be60d1..287315e15 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj index d31f5c159..6b9cef8d6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj index 9c4729ad1..d81239b18 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj index e5c4197cf..5095c09dd 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj index 6fd17037e..86eb3b2dd 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj index d9c3c41de..d72f0988c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj index d301f3dd1..0dd0161fc 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj index 3c16ff0a6..d594fcca9 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj index b151c8234..8b5a521b3 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj index 1b76a720b..0e7a338d0 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj index b6ad5debd..b2c25c346 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj index 6cfb8e25e..5d97a630a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake index edb22fcd8..0dc7399b4 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/mbedtls/mbedtls/library +# Install script for directory: /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,20 +32,20 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/error.c b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/error.c deleted file mode 100644 index 2656e13b9..000000000 --- a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/error.c +++ /dev/null @@ -1,890 +0,0 @@ -/* - * Error message information - * - * Copyright The Mbed TLS Contributors - * SPDX-License-Identifier: Apache-2.0 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#include "common.h" - -#include "mbedtls/error.h" - -#if defined(MBEDTLS_ERROR_C) || defined(MBEDTLS_ERROR_STRERROR_DUMMY) - -#if defined(MBEDTLS_ERROR_C) - -#include "mbedtls/platform.h" - -#include -#include - -#if defined(MBEDTLS_AES_C) -#include "mbedtls/aes.h" -#endif - -#if defined(MBEDTLS_ARIA_C) -#include "mbedtls/aria.h" -#endif - -#if defined(MBEDTLS_ASN1_PARSE_C) -#include "mbedtls/asn1.h" -#endif - -#if defined(MBEDTLS_BASE64_C) -#include "mbedtls/base64.h" -#endif - -#if defined(MBEDTLS_BIGNUM_C) -#include "mbedtls/bignum.h" -#endif - -#if defined(MBEDTLS_CAMELLIA_C) -#include "mbedtls/camellia.h" -#endif - -#if defined(MBEDTLS_CCM_C) -#include "mbedtls/ccm.h" -#endif - -#if defined(MBEDTLS_CHACHA20_C) -#include "mbedtls/chacha20.h" -#endif - -#if defined(MBEDTLS_CHACHAPOLY_C) -#include "mbedtls/chachapoly.h" -#endif - -#if defined(MBEDTLS_CIPHER_C) -#include "mbedtls/cipher.h" -#endif - -#if defined(MBEDTLS_CTR_DRBG_C) -#include "mbedtls/ctr_drbg.h" -#endif - -#if defined(MBEDTLS_DES_C) -#include "mbedtls/des.h" -#endif - -#if defined(MBEDTLS_DHM_C) -#include "mbedtls/dhm.h" -#endif - -#if defined(MBEDTLS_ECP_C) -#include "mbedtls/ecp.h" -#endif - -#if defined(MBEDTLS_ENTROPY_C) -#include "mbedtls/entropy.h" -#endif - -#if defined(MBEDTLS_ERROR_C) -#include "mbedtls/error.h" -#endif - -#if defined(MBEDTLS_PLATFORM_C) -#include "mbedtls/platform.h" -#endif - -#if defined(MBEDTLS_GCM_C) -#include "mbedtls/gcm.h" -#endif - -#if defined(MBEDTLS_HKDF_C) -#include "mbedtls/hkdf.h" -#endif - -#if defined(MBEDTLS_HMAC_DRBG_C) -#include "mbedtls/hmac_drbg.h" -#endif - -#if defined(MBEDTLS_LMS_C) -#include "mbedtls/lms.h" -#endif - -#if defined(MBEDTLS_MD_C) -#include "mbedtls/md.h" -#endif - -#if defined(MBEDTLS_NET_C) -#include "mbedtls/net_sockets.h" -#endif - -#if defined(MBEDTLS_OID_C) -#include "mbedtls/oid.h" -#endif - -#if defined(MBEDTLS_PEM_PARSE_C) || defined(MBEDTLS_PEM_WRITE_C) -#include "mbedtls/pem.h" -#endif - -#if defined(MBEDTLS_PK_C) -#include "mbedtls/pk.h" -#endif - -#if defined(MBEDTLS_PKCS12_C) -#include "mbedtls/pkcs12.h" -#endif - -#if defined(MBEDTLS_PKCS5_C) -#include "mbedtls/pkcs5.h" -#endif - -#if defined(MBEDTLS_PKCS7_C) -#include "mbedtls/pkcs7.h" -#endif - -#if defined(MBEDTLS_POLY1305_C) -#include "mbedtls/poly1305.h" -#endif - -#if defined(MBEDTLS_RSA_C) -#include "mbedtls/rsa.h" -#endif - -#if defined(MBEDTLS_SHA1_C) -#include "mbedtls/sha1.h" -#endif - -#if defined(MBEDTLS_SHA256_C) -#include "mbedtls/sha256.h" -#endif - -#if defined(MBEDTLS_SHA3_C) -#include "mbedtls/sha3.h" -#endif - -#if defined(MBEDTLS_SHA512_C) -#include "mbedtls/sha512.h" -#endif - -#if defined(MBEDTLS_SSL_TLS_C) -#include "mbedtls/ssl.h" -#endif - -#if defined(MBEDTLS_THREADING_C) -#include "mbedtls/threading.h" -#endif - -#if defined(MBEDTLS_X509_USE_C) || defined(MBEDTLS_X509_CREATE_C) -#include "mbedtls/x509.h" -#endif - - -const char *mbedtls_high_level_strerr(int error_code) -{ - int high_level_error_code; - - if (error_code < 0) { - error_code = -error_code; - } - - /* Extract the high-level part from the error code. */ - high_level_error_code = error_code & 0xFF80; - - switch (high_level_error_code) { - /* Begin Auto-Generated Code. */ - #if defined(MBEDTLS_CIPHER_C) - case -(MBEDTLS_ERR_CIPHER_FEATURE_UNAVAILABLE): - return( "CIPHER - The selected feature is not available" ); - case -(MBEDTLS_ERR_CIPHER_BAD_INPUT_DATA): - return( "CIPHER - Bad input parameters" ); - case -(MBEDTLS_ERR_CIPHER_ALLOC_FAILED): - return( "CIPHER - Failed to allocate memory" ); - case -(MBEDTLS_ERR_CIPHER_INVALID_PADDING): - return( "CIPHER - Input data contains invalid padding and is rejected" ); - case -(MBEDTLS_ERR_CIPHER_FULL_BLOCK_EXPECTED): - return( "CIPHER - Decryption of block requires a full block" ); - case -(MBEDTLS_ERR_CIPHER_AUTH_FAILED): - return( "CIPHER - Authentication failed (for AEAD modes)" ); - case -(MBEDTLS_ERR_CIPHER_INVALID_CONTEXT): - return( "CIPHER - The context is invalid. For example, because it was freed" ); -#endif /* MBEDTLS_CIPHER_C */ - -#if defined(MBEDTLS_DHM_C) - case -(MBEDTLS_ERR_DHM_BAD_INPUT_DATA): - return( "DHM - Bad input parameters" ); - case -(MBEDTLS_ERR_DHM_READ_PARAMS_FAILED): - return( "DHM - Reading of the DHM parameters failed" ); - case -(MBEDTLS_ERR_DHM_MAKE_PARAMS_FAILED): - return( "DHM - Making of the DHM parameters failed" ); - case -(MBEDTLS_ERR_DHM_READ_PUBLIC_FAILED): - return( "DHM - Reading of the public values failed" ); - case -(MBEDTLS_ERR_DHM_MAKE_PUBLIC_FAILED): - return( "DHM - Making of the public value failed" ); - case -(MBEDTLS_ERR_DHM_CALC_SECRET_FAILED): - return( "DHM - Calculation of the DHM secret failed" ); - case -(MBEDTLS_ERR_DHM_INVALID_FORMAT): - return( "DHM - The ASN.1 data is not formatted correctly" ); - case -(MBEDTLS_ERR_DHM_ALLOC_FAILED): - return( "DHM - Allocation of memory failed" ); - case -(MBEDTLS_ERR_DHM_FILE_IO_ERROR): - return( "DHM - Read or write of file failed" ); - case -(MBEDTLS_ERR_DHM_SET_GROUP_FAILED): - return( "DHM - Setting the modulus and generator failed" ); -#endif /* MBEDTLS_DHM_C */ - -#if defined(MBEDTLS_ECP_C) - case -(MBEDTLS_ERR_ECP_BAD_INPUT_DATA): - return( "ECP - Bad input parameters to function" ); - case -(MBEDTLS_ERR_ECP_BUFFER_TOO_SMALL): - return( "ECP - The buffer is too small to write to" ); - case -(MBEDTLS_ERR_ECP_FEATURE_UNAVAILABLE): - return( "ECP - The requested feature is not available, for example, the requested curve is not supported" ); - case -(MBEDTLS_ERR_ECP_VERIFY_FAILED): - return( "ECP - The signature is not valid" ); - case -(MBEDTLS_ERR_ECP_ALLOC_FAILED): - return( "ECP - Memory allocation failed" ); - case -(MBEDTLS_ERR_ECP_RANDOM_FAILED): - return( "ECP - Generation of random value, such as ephemeral key, failed" ); - case -(MBEDTLS_ERR_ECP_INVALID_KEY): - return( "ECP - Invalid private or public key" ); - case -(MBEDTLS_ERR_ECP_SIG_LEN_MISMATCH): - return( "ECP - The buffer contains a valid signature followed by more data" ); - case -(MBEDTLS_ERR_ECP_IN_PROGRESS): - return( "ECP - Operation in progress, call again with the same parameters to continue" ); -#endif /* MBEDTLS_ECP_C */ - -#if defined(MBEDTLS_MD_C) - case -(MBEDTLS_ERR_MD_FEATURE_UNAVAILABLE): - return( "MD - The selected feature is not available" ); - case -(MBEDTLS_ERR_MD_BAD_INPUT_DATA): - return( "MD - Bad input parameters to function" ); - case -(MBEDTLS_ERR_MD_ALLOC_FAILED): - return( "MD - Failed to allocate memory" ); - case -(MBEDTLS_ERR_MD_FILE_IO_ERROR): - return( "MD - Opening or reading of file failed" ); -#endif /* MBEDTLS_MD_C */ - -#if defined(MBEDTLS_PEM_PARSE_C) || defined(MBEDTLS_PEM_WRITE_C) - case -(MBEDTLS_ERR_PEM_NO_HEADER_FOOTER_PRESENT): - return( "PEM - No PEM header or footer found" ); - case -(MBEDTLS_ERR_PEM_INVALID_DATA): - return( "PEM - PEM string is not as expected" ); - case -(MBEDTLS_ERR_PEM_ALLOC_FAILED): - return( "PEM - Failed to allocate memory" ); - case -(MBEDTLS_ERR_PEM_INVALID_ENC_IV): - return( "PEM - RSA IV is not in hex-format" ); - case -(MBEDTLS_ERR_PEM_UNKNOWN_ENC_ALG): - return( "PEM - Unsupported key encryption algorithm" ); - case -(MBEDTLS_ERR_PEM_PASSWORD_REQUIRED): - return( "PEM - Private key password can't be empty" ); - case -(MBEDTLS_ERR_PEM_PASSWORD_MISMATCH): - return( "PEM - Given private key password does not allow for correct decryption" ); - case -(MBEDTLS_ERR_PEM_FEATURE_UNAVAILABLE): - return( "PEM - Unavailable feature, e.g. hashing/encryption combination" ); - case -(MBEDTLS_ERR_PEM_BAD_INPUT_DATA): - return( "PEM - Bad input parameters to function" ); -#endif /* MBEDTLS_PEM_PARSE_C || MBEDTLS_PEM_WRITE_C */ - -#if defined(MBEDTLS_PK_C) - case -(MBEDTLS_ERR_PK_ALLOC_FAILED): - return( "PK - Memory allocation failed" ); - case -(MBEDTLS_ERR_PK_TYPE_MISMATCH): - return( "PK - Type mismatch, eg attempt to encrypt with an ECDSA key" ); - case -(MBEDTLS_ERR_PK_BAD_INPUT_DATA): - return( "PK - Bad input parameters to function" ); - case -(MBEDTLS_ERR_PK_FILE_IO_ERROR): - return( "PK - Read/write of file failed" ); - case -(MBEDTLS_ERR_PK_KEY_INVALID_VERSION): - return( "PK - Unsupported key version" ); - case -(MBEDTLS_ERR_PK_KEY_INVALID_FORMAT): - return( "PK - Invalid key tag or value" ); - case -(MBEDTLS_ERR_PK_UNKNOWN_PK_ALG): - return( "PK - Key algorithm is unsupported (only RSA and EC are supported)" ); - case -(MBEDTLS_ERR_PK_PASSWORD_REQUIRED): - return( "PK - Private key password can't be empty" ); - case -(MBEDTLS_ERR_PK_PASSWORD_MISMATCH): - return( "PK - Given private key password does not allow for correct decryption" ); - case -(MBEDTLS_ERR_PK_INVALID_PUBKEY): - return( "PK - The pubkey tag or value is invalid (only RSA and EC are supported)" ); - case -(MBEDTLS_ERR_PK_INVALID_ALG): - return( "PK - The algorithm tag or value is invalid" ); - case -(MBEDTLS_ERR_PK_UNKNOWN_NAMED_CURVE): - return( "PK - Elliptic curve is unsupported (only NIST curves are supported)" ); - case -(MBEDTLS_ERR_PK_FEATURE_UNAVAILABLE): - return( "PK - Unavailable feature, e.g. RSA disabled for RSA key" ); - case -(MBEDTLS_ERR_PK_SIG_LEN_MISMATCH): - return( "PK - The buffer contains a valid signature followed by more data" ); - case -(MBEDTLS_ERR_PK_BUFFER_TOO_SMALL): - return( "PK - The output buffer is too small" ); -#endif /* MBEDTLS_PK_C */ - -#if defined(MBEDTLS_PKCS12_C) - case -(MBEDTLS_ERR_PKCS12_BAD_INPUT_DATA): - return( "PKCS12 - Bad input parameters to function" ); - case -(MBEDTLS_ERR_PKCS12_FEATURE_UNAVAILABLE): - return( "PKCS12 - Feature not available, e.g. unsupported encryption scheme" ); - case -(MBEDTLS_ERR_PKCS12_PBE_INVALID_FORMAT): - return( "PKCS12 - PBE ASN.1 data not as expected" ); - case -(MBEDTLS_ERR_PKCS12_PASSWORD_MISMATCH): - return( "PKCS12 - Given private key password does not allow for correct decryption" ); -#endif /* MBEDTLS_PKCS12_C */ - -#if defined(MBEDTLS_PKCS5_C) - case -(MBEDTLS_ERR_PKCS5_BAD_INPUT_DATA): - return( "PKCS5 - Bad input parameters to function" ); - case -(MBEDTLS_ERR_PKCS5_INVALID_FORMAT): - return( "PKCS5 - Unexpected ASN.1 data" ); - case -(MBEDTLS_ERR_PKCS5_FEATURE_UNAVAILABLE): - return( "PKCS5 - Requested encryption or digest alg not available" ); - case -(MBEDTLS_ERR_PKCS5_PASSWORD_MISMATCH): - return( "PKCS5 - Given private key password does not allow for correct decryption" ); -#endif /* MBEDTLS_PKCS5_C */ - -#if defined(MBEDTLS_PKCS7_C) - case -(MBEDTLS_ERR_PKCS7_INVALID_FORMAT): - return( "PKCS7 - The format is invalid, e.g. different type expected" ); - case -(MBEDTLS_ERR_PKCS7_FEATURE_UNAVAILABLE): - return( "PKCS7 - Unavailable feature, e.g. anything other than signed data" ); - case -(MBEDTLS_ERR_PKCS7_INVALID_VERSION): - return( "PKCS7 - The PKCS #7 version element is invalid or cannot be parsed" ); - case -(MBEDTLS_ERR_PKCS7_INVALID_CONTENT_INFO): - return( "PKCS7 - The PKCS #7 content info is invalid or cannot be parsed" ); - case -(MBEDTLS_ERR_PKCS7_INVALID_ALG): - return( "PKCS7 - The algorithm tag or value is invalid or cannot be parsed" ); - case -(MBEDTLS_ERR_PKCS7_INVALID_CERT): - return( "PKCS7 - The certificate tag or value is invalid or cannot be parsed" ); - case -(MBEDTLS_ERR_PKCS7_INVALID_SIGNATURE): - return( "PKCS7 - Error parsing the signature" ); - case -(MBEDTLS_ERR_PKCS7_INVALID_SIGNER_INFO): - return( "PKCS7 - Error parsing the signer's info" ); - case -(MBEDTLS_ERR_PKCS7_BAD_INPUT_DATA): - return( "PKCS7 - Input invalid" ); - case -(MBEDTLS_ERR_PKCS7_ALLOC_FAILED): - return( "PKCS7 - Allocation of memory failed" ); - case -(MBEDTLS_ERR_PKCS7_VERIFY_FAIL): - return( "PKCS7 - Verification Failed" ); - case -(MBEDTLS_ERR_PKCS7_CERT_DATE_INVALID): - return( "PKCS7 - The PKCS #7 date issued/expired dates are invalid" ); -#endif /* MBEDTLS_PKCS7_C */ - -#if defined(MBEDTLS_RSA_C) - case -(MBEDTLS_ERR_RSA_BAD_INPUT_DATA): - return( "RSA - Bad input parameters to function" ); - case -(MBEDTLS_ERR_RSA_INVALID_PADDING): - return( "RSA - Input data contains invalid padding and is rejected" ); - case -(MBEDTLS_ERR_RSA_KEY_GEN_FAILED): - return( "RSA - Something failed during generation of a key" ); - case -(MBEDTLS_ERR_RSA_KEY_CHECK_FAILED): - return( "RSA - Key failed to pass the validity check of the library" ); - case -(MBEDTLS_ERR_RSA_PUBLIC_FAILED): - return( "RSA - The public key operation failed" ); - case -(MBEDTLS_ERR_RSA_PRIVATE_FAILED): - return( "RSA - The private key operation failed" ); - case -(MBEDTLS_ERR_RSA_VERIFY_FAILED): - return( "RSA - The PKCS#1 verification failed" ); - case -(MBEDTLS_ERR_RSA_OUTPUT_TOO_LARGE): - return( "RSA - The output buffer for decryption is not large enough" ); - case -(MBEDTLS_ERR_RSA_RNG_FAILED): - return( "RSA - The random generator failed to generate non-zeros" ); -#endif /* MBEDTLS_RSA_C */ - -#if defined(MBEDTLS_SSL_TLS_C) - case -(MBEDTLS_ERR_SSL_CRYPTO_IN_PROGRESS): - return( "SSL - A cryptographic operation is in progress. Try again later" ); - case -(MBEDTLS_ERR_SSL_FEATURE_UNAVAILABLE): - return( "SSL - The requested feature is not available" ); - case -(MBEDTLS_ERR_SSL_BAD_INPUT_DATA): - return( "SSL - Bad input parameters to function" ); - case -(MBEDTLS_ERR_SSL_INVALID_MAC): - return( "SSL - Verification of the message MAC failed" ); - case -(MBEDTLS_ERR_SSL_INVALID_RECORD): - return( "SSL - An invalid SSL record was received" ); - case -(MBEDTLS_ERR_SSL_CONN_EOF): - return( "SSL - The connection indicated an EOF" ); - case -(MBEDTLS_ERR_SSL_DECODE_ERROR): - return( "SSL - A message could not be parsed due to a syntactic error" ); - case -(MBEDTLS_ERR_SSL_NO_RNG): - return( "SSL - No RNG was provided to the SSL module" ); - case -(MBEDTLS_ERR_SSL_NO_CLIENT_CERTIFICATE): - return( "SSL - No client certification received from the client, but required by the authentication mode" ); - case -(MBEDTLS_ERR_SSL_UNSUPPORTED_EXTENSION): - return( "SSL - Client received an extended server hello containing an unsupported extension" ); - case -(MBEDTLS_ERR_SSL_NO_APPLICATION_PROTOCOL): - return( "SSL - No ALPN protocols supported that the client advertises" ); - case -(MBEDTLS_ERR_SSL_PRIVATE_KEY_REQUIRED): - return( "SSL - The own private key or pre-shared key is not set, but needed" ); - case -(MBEDTLS_ERR_SSL_CA_CHAIN_REQUIRED): - return( "SSL - No CA Chain is set, but required to operate" ); - case -(MBEDTLS_ERR_SSL_UNEXPECTED_MESSAGE): - return( "SSL - An unexpected message was received from our peer" ); - case -(MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE): - return( "SSL - A fatal alert message was received from our peer" ); - case -(MBEDTLS_ERR_SSL_UNRECOGNIZED_NAME): - return( "SSL - No server could be identified matching the client's SNI" ); - case -(MBEDTLS_ERR_SSL_PEER_CLOSE_NOTIFY): - return( "SSL - The peer notified us that the connection is going to be closed" ); - case -(MBEDTLS_ERR_SSL_BAD_CERTIFICATE): - return( "SSL - Processing of the Certificate handshake message failed" ); - case -(MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET): - return( "SSL - * Received NewSessionTicket Post Handshake Message. This error code is experimental and may be changed or removed without notice" ); - case -(MBEDTLS_ERR_SSL_CANNOT_READ_EARLY_DATA): - return( "SSL - Not possible to read early data" ); - case -(MBEDTLS_ERR_SSL_CANNOT_WRITE_EARLY_DATA): - return( "SSL - Not possible to write early data" ); - case -(MBEDTLS_ERR_SSL_CACHE_ENTRY_NOT_FOUND): - return( "SSL - Cache entry not found" ); - case -(MBEDTLS_ERR_SSL_ALLOC_FAILED): - return( "SSL - Memory allocation failed" ); - case -(MBEDTLS_ERR_SSL_HW_ACCEL_FAILED): - return( "SSL - Hardware acceleration function returned with error" ); - case -(MBEDTLS_ERR_SSL_HW_ACCEL_FALLTHROUGH): - return( "SSL - Hardware acceleration function skipped / left alone data" ); - case -(MBEDTLS_ERR_SSL_BAD_PROTOCOL_VERSION): - return( "SSL - Handshake protocol not within min/max boundaries" ); - case -(MBEDTLS_ERR_SSL_HANDSHAKE_FAILURE): - return( "SSL - The handshake negotiation failed" ); - case -(MBEDTLS_ERR_SSL_SESSION_TICKET_EXPIRED): - return( "SSL - Session ticket has expired" ); - case -(MBEDTLS_ERR_SSL_PK_TYPE_MISMATCH): - return( "SSL - Public key type mismatch (eg, asked for RSA key exchange and presented EC key)" ); - case -(MBEDTLS_ERR_SSL_UNKNOWN_IDENTITY): - return( "SSL - Unknown identity received (eg, PSK identity)" ); - case -(MBEDTLS_ERR_SSL_INTERNAL_ERROR): - return( "SSL - Internal error (eg, unexpected failure in lower-level module)" ); - case -(MBEDTLS_ERR_SSL_COUNTER_WRAPPING): - return( "SSL - A counter would wrap (eg, too many messages exchanged)" ); - case -(MBEDTLS_ERR_SSL_WAITING_SERVER_HELLO_RENEGO): - return( "SSL - Unexpected message at ServerHello in renegotiation" ); - case -(MBEDTLS_ERR_SSL_HELLO_VERIFY_REQUIRED): - return( "SSL - DTLS client must retry for hello verification" ); - case -(MBEDTLS_ERR_SSL_BUFFER_TOO_SMALL): - return( "SSL - A buffer is too small to receive or write a message" ); - case -(MBEDTLS_ERR_SSL_WANT_READ): - return( "SSL - No data of requested type currently available on underlying transport" ); - case -(MBEDTLS_ERR_SSL_WANT_WRITE): - return( "SSL - Connection requires a write call" ); - case -(MBEDTLS_ERR_SSL_TIMEOUT): - return( "SSL - The operation timed out" ); - case -(MBEDTLS_ERR_SSL_CLIENT_RECONNECT): - return( "SSL - The client initiated a reconnect from the same port" ); - case -(MBEDTLS_ERR_SSL_UNEXPECTED_RECORD): - return( "SSL - Record header looks valid but is not expected" ); - case -(MBEDTLS_ERR_SSL_NON_FATAL): - return( "SSL - The alert message received indicates a non-fatal error" ); - case -(MBEDTLS_ERR_SSL_ILLEGAL_PARAMETER): - return( "SSL - A field in a message was incorrect or inconsistent with other fields" ); - case -(MBEDTLS_ERR_SSL_CONTINUE_PROCESSING): - return( "SSL - Internal-only message signaling that further message-processing should be done" ); - case -(MBEDTLS_ERR_SSL_ASYNC_IN_PROGRESS): - return( "SSL - The asynchronous operation is not completed yet" ); - case -(MBEDTLS_ERR_SSL_EARLY_MESSAGE): - return( "SSL - Internal-only message signaling that a message arrived early" ); - case -(MBEDTLS_ERR_SSL_UNEXPECTED_CID): - return( "SSL - An encrypted DTLS-frame with an unexpected CID was received" ); - case -(MBEDTLS_ERR_SSL_VERSION_MISMATCH): - return( "SSL - An operation failed due to an unexpected version or configuration" ); - case -(MBEDTLS_ERR_SSL_BAD_CONFIG): - return( "SSL - Invalid value in SSL config" ); -#endif /* MBEDTLS_SSL_TLS_C */ - -#if defined(MBEDTLS_X509_USE_C) || defined(MBEDTLS_X509_CREATE_C) - case -(MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE): - return( "X509 - Unavailable feature, e.g. RSA hashing/encryption combination" ); - case -(MBEDTLS_ERR_X509_UNKNOWN_OID): - return( "X509 - Requested OID is unknown" ); - case -(MBEDTLS_ERR_X509_INVALID_FORMAT): - return( "X509 - The CRT/CRL/CSR format is invalid, e.g. different type expected" ); - case -(MBEDTLS_ERR_X509_INVALID_VERSION): - return( "X509 - The CRT/CRL/CSR version element is invalid" ); - case -(MBEDTLS_ERR_X509_INVALID_SERIAL): - return( "X509 - The serial tag or value is invalid" ); - case -(MBEDTLS_ERR_X509_INVALID_ALG): - return( "X509 - The algorithm tag or value is invalid" ); - case -(MBEDTLS_ERR_X509_INVALID_NAME): - return( "X509 - The name tag or value is invalid" ); - case -(MBEDTLS_ERR_X509_INVALID_DATE): - return( "X509 - The date tag or value is invalid" ); - case -(MBEDTLS_ERR_X509_INVALID_SIGNATURE): - return( "X509 - The signature tag or value invalid" ); - case -(MBEDTLS_ERR_X509_INVALID_EXTENSIONS): - return( "X509 - The extension tag or value is invalid" ); - case -(MBEDTLS_ERR_X509_UNKNOWN_VERSION): - return( "X509 - CRT/CRL/CSR has an unsupported version number" ); - case -(MBEDTLS_ERR_X509_UNKNOWN_SIG_ALG): - return( "X509 - Signature algorithm (oid) is unsupported" ); - case -(MBEDTLS_ERR_X509_SIG_MISMATCH): - return( "X509 - Signature algorithms do not match. (see \\c ::mbedtls_x509_crt sig_oid)" ); - case -(MBEDTLS_ERR_X509_CERT_VERIFY_FAILED): - return( "X509 - Certificate verification failed, e.g. CRL, CA or signature check failed" ); - case -(MBEDTLS_ERR_X509_CERT_UNKNOWN_FORMAT): - return( "X509 - Format not recognized as DER or PEM" ); - case -(MBEDTLS_ERR_X509_BAD_INPUT_DATA): - return( "X509 - Input invalid" ); - case -(MBEDTLS_ERR_X509_ALLOC_FAILED): - return( "X509 - Allocation of memory failed" ); - case -(MBEDTLS_ERR_X509_FILE_IO_ERROR): - return( "X509 - Read/write of file failed" ); - case -(MBEDTLS_ERR_X509_BUFFER_TOO_SMALL): - return( "X509 - Destination buffer is too small" ); - case -(MBEDTLS_ERR_X509_FATAL_ERROR): - return( "X509 - A fatal error occurred, eg the chain is too long or the vrfy callback failed" ); -#endif /* MBEDTLS_X509_USE_C || MBEDTLS_X509_CREATE_C */ - /* End Auto-Generated Code. */ - - default: - break; - } - - return NULL; -} - -const char *mbedtls_low_level_strerr(int error_code) -{ - int low_level_error_code; - - if (error_code < 0) { - error_code = -error_code; - } - - /* Extract the low-level part from the error code. */ - low_level_error_code = error_code & ~0xFF80; - - switch (low_level_error_code) { - /* Begin Auto-Generated Code. */ - #if defined(MBEDTLS_AES_C) - case -(MBEDTLS_ERR_AES_INVALID_KEY_LENGTH): - return( "AES - Invalid key length" ); - case -(MBEDTLS_ERR_AES_INVALID_INPUT_LENGTH): - return( "AES - Invalid data input length" ); - case -(MBEDTLS_ERR_AES_BAD_INPUT_DATA): - return( "AES - Invalid input data" ); -#endif /* MBEDTLS_AES_C */ - -#if defined(MBEDTLS_ARIA_C) - case -(MBEDTLS_ERR_ARIA_BAD_INPUT_DATA): - return( "ARIA - Bad input data" ); - case -(MBEDTLS_ERR_ARIA_INVALID_INPUT_LENGTH): - return( "ARIA - Invalid data input length" ); -#endif /* MBEDTLS_ARIA_C */ - -#if defined(MBEDTLS_ASN1_PARSE_C) - case -(MBEDTLS_ERR_ASN1_OUT_OF_DATA): - return( "ASN1 - Out of data when parsing an ASN1 data structure" ); - case -(MBEDTLS_ERR_ASN1_UNEXPECTED_TAG): - return( "ASN1 - ASN1 tag was of an unexpected value" ); - case -(MBEDTLS_ERR_ASN1_INVALID_LENGTH): - return( "ASN1 - Error when trying to determine the length or invalid length" ); - case -(MBEDTLS_ERR_ASN1_LENGTH_MISMATCH): - return( "ASN1 - Actual length differs from expected length" ); - case -(MBEDTLS_ERR_ASN1_INVALID_DATA): - return( "ASN1 - Data is invalid" ); - case -(MBEDTLS_ERR_ASN1_ALLOC_FAILED): - return( "ASN1 - Memory allocation failed" ); - case -(MBEDTLS_ERR_ASN1_BUF_TOO_SMALL): - return( "ASN1 - Buffer too small when writing ASN.1 data structure" ); -#endif /* MBEDTLS_ASN1_PARSE_C */ - -#if defined(MBEDTLS_BASE64_C) - case -(MBEDTLS_ERR_BASE64_BUFFER_TOO_SMALL): - return( "BASE64 - Output buffer too small" ); - case -(MBEDTLS_ERR_BASE64_INVALID_CHARACTER): - return( "BASE64 - Invalid character in input" ); -#endif /* MBEDTLS_BASE64_C */ - -#if defined(MBEDTLS_BIGNUM_C) - case -(MBEDTLS_ERR_MPI_FILE_IO_ERROR): - return( "BIGNUM - An error occurred while reading from or writing to a file" ); - case -(MBEDTLS_ERR_MPI_BAD_INPUT_DATA): - return( "BIGNUM - Bad input parameters to function" ); - case -(MBEDTLS_ERR_MPI_INVALID_CHARACTER): - return( "BIGNUM - There is an invalid character in the digit string" ); - case -(MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL): - return( "BIGNUM - The buffer is too small to write to" ); - case -(MBEDTLS_ERR_MPI_NEGATIVE_VALUE): - return( "BIGNUM - The input arguments are negative or result in illegal output" ); - case -(MBEDTLS_ERR_MPI_DIVISION_BY_ZERO): - return( "BIGNUM - The input argument for division is zero, which is not allowed" ); - case -(MBEDTLS_ERR_MPI_NOT_ACCEPTABLE): - return( "BIGNUM - The input arguments are not acceptable" ); - case -(MBEDTLS_ERR_MPI_ALLOC_FAILED): - return( "BIGNUM - Memory allocation failed" ); -#endif /* MBEDTLS_BIGNUM_C */ - -#if defined(MBEDTLS_CAMELLIA_C) - case -(MBEDTLS_ERR_CAMELLIA_BAD_INPUT_DATA): - return( "CAMELLIA - Bad input data" ); - case -(MBEDTLS_ERR_CAMELLIA_INVALID_INPUT_LENGTH): - return( "CAMELLIA - Invalid data input length" ); -#endif /* MBEDTLS_CAMELLIA_C */ - -#if defined(MBEDTLS_CCM_C) - case -(MBEDTLS_ERR_CCM_BAD_INPUT): - return( "CCM - Bad input parameters to the function" ); - case -(MBEDTLS_ERR_CCM_AUTH_FAILED): - return( "CCM - Authenticated decryption failed" ); -#endif /* MBEDTLS_CCM_C */ - -#if defined(MBEDTLS_CHACHA20_C) - case -(MBEDTLS_ERR_CHACHA20_BAD_INPUT_DATA): - return( "CHACHA20 - Invalid input parameter(s)" ); -#endif /* MBEDTLS_CHACHA20_C */ - -#if defined(MBEDTLS_CHACHAPOLY_C) - case -(MBEDTLS_ERR_CHACHAPOLY_BAD_STATE): - return( "CHACHAPOLY - The requested operation is not permitted in the current state" ); - case -(MBEDTLS_ERR_CHACHAPOLY_AUTH_FAILED): - return( "CHACHAPOLY - Authenticated decryption failed: data was not authentic" ); -#endif /* MBEDTLS_CHACHAPOLY_C */ - -#if defined(MBEDTLS_CTR_DRBG_C) - case -(MBEDTLS_ERR_CTR_DRBG_ENTROPY_SOURCE_FAILED): - return( "CTR_DRBG - The entropy source failed" ); - case -(MBEDTLS_ERR_CTR_DRBG_REQUEST_TOO_BIG): - return( "CTR_DRBG - The requested random buffer length is too big" ); - case -(MBEDTLS_ERR_CTR_DRBG_INPUT_TOO_BIG): - return( "CTR_DRBG - The input (entropy + additional data) is too large" ); - case -(MBEDTLS_ERR_CTR_DRBG_FILE_IO_ERROR): - return( "CTR_DRBG - Read or write error in file" ); -#endif /* MBEDTLS_CTR_DRBG_C */ - -#if defined(MBEDTLS_DES_C) - case -(MBEDTLS_ERR_DES_INVALID_INPUT_LENGTH): - return( "DES - The data input has an invalid length" ); -#endif /* MBEDTLS_DES_C */ - -#if defined(MBEDTLS_ENTROPY_C) - case -(MBEDTLS_ERR_ENTROPY_SOURCE_FAILED): - return( "ENTROPY - Critical entropy source failure" ); - case -(MBEDTLS_ERR_ENTROPY_MAX_SOURCES): - return( "ENTROPY - No more sources can be added" ); - case -(MBEDTLS_ERR_ENTROPY_NO_SOURCES_DEFINED): - return( "ENTROPY - No sources have been added to poll" ); - case -(MBEDTLS_ERR_ENTROPY_NO_STRONG_SOURCE): - return( "ENTROPY - No strong sources have been added to poll" ); - case -(MBEDTLS_ERR_ENTROPY_FILE_IO_ERROR): - return( "ENTROPY - Read/write error in file" ); -#endif /* MBEDTLS_ENTROPY_C */ - -#if defined(MBEDTLS_ERROR_C) - case -(MBEDTLS_ERR_ERROR_GENERIC_ERROR): - return( "ERROR - Generic error" ); - case -(MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED): - return( "ERROR - This is a bug in the library" ); -#endif /* MBEDTLS_ERROR_C */ - -#if defined(MBEDTLS_PLATFORM_C) - case -(MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED): - return( "PLATFORM - Hardware accelerator failed" ); - case -(MBEDTLS_ERR_PLATFORM_FEATURE_UNSUPPORTED): - return( "PLATFORM - The requested feature is not supported by the platform" ); -#endif /* MBEDTLS_PLATFORM_C */ - -#if defined(MBEDTLS_GCM_C) - case -(MBEDTLS_ERR_GCM_AUTH_FAILED): - return( "GCM - Authenticated decryption failed" ); - case -(MBEDTLS_ERR_GCM_BAD_INPUT): - return( "GCM - Bad input parameters to function" ); - case -(MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL): - return( "GCM - An output buffer is too small" ); -#endif /* MBEDTLS_GCM_C */ - -#if defined(MBEDTLS_HKDF_C) - case -(MBEDTLS_ERR_HKDF_BAD_INPUT_DATA): - return( "HKDF - Bad input parameters to function" ); -#endif /* MBEDTLS_HKDF_C */ - -#if defined(MBEDTLS_HMAC_DRBG_C) - case -(MBEDTLS_ERR_HMAC_DRBG_REQUEST_TOO_BIG): - return( "HMAC_DRBG - Too many random requested in single call" ); - case -(MBEDTLS_ERR_HMAC_DRBG_INPUT_TOO_BIG): - return( "HMAC_DRBG - Input too large (Entropy + additional)" ); - case -(MBEDTLS_ERR_HMAC_DRBG_FILE_IO_ERROR): - return( "HMAC_DRBG - Read/write error in file" ); - case -(MBEDTLS_ERR_HMAC_DRBG_ENTROPY_SOURCE_FAILED): - return( "HMAC_DRBG - The entropy source failed" ); -#endif /* MBEDTLS_HMAC_DRBG_C */ - -#if defined(MBEDTLS_LMS_C) - case -(MBEDTLS_ERR_LMS_BAD_INPUT_DATA): - return( "LMS - Bad data has been input to an LMS function" ); - case -(MBEDTLS_ERR_LMS_OUT_OF_PRIVATE_KEYS): - return( "LMS - Specified LMS key has utilised all of its private keys" ); - case -(MBEDTLS_ERR_LMS_VERIFY_FAILED): - return( "LMS - LMS signature verification failed" ); - case -(MBEDTLS_ERR_LMS_ALLOC_FAILED): - return( "LMS - LMS failed to allocate space for a private key" ); - case -(MBEDTLS_ERR_LMS_BUFFER_TOO_SMALL): - return( "LMS - Input/output buffer is too small to contain requited data" ); -#endif /* MBEDTLS_LMS_C */ - -#if defined(MBEDTLS_NET_C) - case -(MBEDTLS_ERR_NET_SOCKET_FAILED): - return( "NET - Failed to open a socket" ); - case -(MBEDTLS_ERR_NET_CONNECT_FAILED): - return( "NET - The connection to the given server / port failed" ); - case -(MBEDTLS_ERR_NET_BIND_FAILED): - return( "NET - Binding of the socket failed" ); - case -(MBEDTLS_ERR_NET_LISTEN_FAILED): - return( "NET - Could not listen on the socket" ); - case -(MBEDTLS_ERR_NET_ACCEPT_FAILED): - return( "NET - Could not accept the incoming connection" ); - case -(MBEDTLS_ERR_NET_RECV_FAILED): - return( "NET - Reading information from the socket failed" ); - case -(MBEDTLS_ERR_NET_SEND_FAILED): - return( "NET - Sending information through the socket failed" ); - case -(MBEDTLS_ERR_NET_CONN_RESET): - return( "NET - Connection was reset by peer" ); - case -(MBEDTLS_ERR_NET_UNKNOWN_HOST): - return( "NET - Failed to get an IP address for the given hostname" ); - case -(MBEDTLS_ERR_NET_BUFFER_TOO_SMALL): - return( "NET - Buffer is too small to hold the data" ); - case -(MBEDTLS_ERR_NET_INVALID_CONTEXT): - return( "NET - The context is invalid, eg because it was free()ed" ); - case -(MBEDTLS_ERR_NET_POLL_FAILED): - return( "NET - Polling the net context failed" ); - case -(MBEDTLS_ERR_NET_BAD_INPUT_DATA): - return( "NET - Input invalid" ); -#endif /* MBEDTLS_NET_C */ - -#if defined(MBEDTLS_OID_C) - case -(MBEDTLS_ERR_OID_NOT_FOUND): - return( "OID - OID is not found" ); - case -(MBEDTLS_ERR_OID_BUF_TOO_SMALL): - return( "OID - output buffer is too small" ); -#endif /* MBEDTLS_OID_C */ - -#if defined(MBEDTLS_POLY1305_C) - case -(MBEDTLS_ERR_POLY1305_BAD_INPUT_DATA): - return( "POLY1305 - Invalid input parameter(s)" ); -#endif /* MBEDTLS_POLY1305_C */ - -#if defined(MBEDTLS_SHA1_C) - case -(MBEDTLS_ERR_SHA1_BAD_INPUT_DATA): - return( "SHA1 - SHA-1 input data was malformed" ); -#endif /* MBEDTLS_SHA1_C */ - -#if defined(MBEDTLS_SHA256_C) - case -(MBEDTLS_ERR_SHA256_BAD_INPUT_DATA): - return( "SHA256 - SHA-256 input data was malformed" ); -#endif /* MBEDTLS_SHA256_C */ - -#if defined(MBEDTLS_SHA3_C) - case -(MBEDTLS_ERR_SHA3_BAD_INPUT_DATA): - return( "SHA3 - SHA-3 input data was malformed" ); -#endif /* MBEDTLS_SHA3_C */ - -#if defined(MBEDTLS_SHA512_C) - case -(MBEDTLS_ERR_SHA512_BAD_INPUT_DATA): - return( "SHA512 - SHA-512 input data was malformed" ); -#endif /* MBEDTLS_SHA512_C */ - -#if defined(MBEDTLS_THREADING_C) - case -(MBEDTLS_ERR_THREADING_BAD_INPUT_DATA): - return( "THREADING - Bad input parameters to function" ); - case -(MBEDTLS_ERR_THREADING_MUTEX_ERROR): - return( "THREADING - Locking / unlocking / free failed with error code" ); -#endif /* MBEDTLS_THREADING_C */ - /* End Auto-Generated Code. */ - - default: - break; - } - - return NULL; -} - -void mbedtls_strerror(int ret, char *buf, size_t buflen) -{ - size_t len; - int use_ret; - const char *high_level_error_description = NULL; - const char *low_level_error_description = NULL; - - if (buflen == 0) { - return; - } - - memset(buf, 0x00, buflen); - - if (ret < 0) { - ret = -ret; - } - - if (ret & 0xFF80) { - use_ret = ret & 0xFF80; - - // Translate high level error code. - high_level_error_description = mbedtls_high_level_strerr(ret); - - if (high_level_error_description == NULL) { - mbedtls_snprintf(buf, buflen, "UNKNOWN ERROR CODE (%04X)", (unsigned int) use_ret); - } else { - mbedtls_snprintf(buf, buflen, "%s", high_level_error_description); - } - -#if defined(MBEDTLS_SSL_TLS_C) - // Early return in case of a fatal error - do not try to translate low - // level code. - if (use_ret == -(MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE)) { - return; - } -#endif /* MBEDTLS_SSL_TLS_C */ - } - - use_ret = ret & ~0xFF80; - - if (use_ret == 0) { - return; - } - - // If high level code is present, make a concatenation between both - // error strings. - // - len = strlen(buf); - - if (len > 0) { - if (buflen - len < 5) { - return; - } - - mbedtls_snprintf(buf + len, buflen - len, " : "); - - buf += len + 3; - buflen -= len + 3; - } - - // Translate low level error code. - low_level_error_description = mbedtls_low_level_strerr(ret); - - if (low_level_error_description == NULL) { - mbedtls_snprintf(buf, buflen, "UNKNOWN ERROR CODE (%04X)", (unsigned int) use_ret); - } else { - mbedtls_snprintf(buf, buflen, "%s", low_level_error_description); - } -} - -#else /* MBEDTLS_ERROR_C */ - -/* - * Provide a dummy implementation when MBEDTLS_ERROR_C is not defined - */ -void mbedtls_strerror(int ret, char *buf, size_t buflen) -{ - ((void) ret); - - if (buflen > 0) { - buf[0] = '\0'; - } -} - -#endif /* MBEDTLS_ERROR_C */ - -#if defined(MBEDTLS_TEST_HOOKS) -void (*mbedtls_test_hook_error_add)(int, int, const char *, int); -#endif - -#endif /* MBEDTLS_ERROR_C || MBEDTLS_ERROR_STRERROR_DUMMY */ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/error.c b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/error.c new file mode 120000 index 000000000..ac6e904a8 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/error.c @@ -0,0 +1 @@ +/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/error.c \ No newline at end of file diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a index 95fe16182..b19c4d93f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a index 466f70d3f..dae36fc22 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/libmbedtls.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a index 782172e36..e75d72dc8 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/libmbedx509.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c deleted file mode 100644 index de1511bad..000000000 --- a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c +++ /dev/null @@ -1,268 +0,0 @@ -/* - * Functions to delegate cryptographic operations to an available - * and appropriate accelerator. - * Warning: This file is now auto-generated. - */ -/* Copyright The Mbed TLS Contributors - * SPDX-License-Identifier: Apache-2.0 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - - -/* BEGIN-common headers */ -#include "common.h" -#include "psa_crypto_aead.h" -#include "psa_crypto_cipher.h" -#include "psa_crypto_core.h" -#include "psa_crypto_driver_wrappers_no_static.h" -#include "psa_crypto_hash.h" -#include "psa_crypto_mac.h" -#include "psa_crypto_pake.h" -#include "psa_crypto_rsa.h" - -#include "mbedtls/platform.h" -/* END-common headers */ - -#if defined(MBEDTLS_PSA_CRYPTO_C) - -/* BEGIN-driver headers */ -/* Headers for mbedtls_test opaque driver */ -#if defined(PSA_CRYPTO_DRIVER_TEST) -#include "test/drivers/test_driver.h" - -#endif -/* Headers for mbedtls_test transparent driver */ -#if defined(PSA_CRYPTO_DRIVER_TEST) -#include "test/drivers/test_driver.h" - -#endif -/* Headers for p256 transparent driver */ -#if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) -#include "../3rdparty/p256-m/p256-m_driver_entrypoints.h" - -#endif - -/* END-driver headers */ - -/* Auto-generated values depending on which drivers are registered. - * ID 0 is reserved for unallocated operations. - * ID 1 is reserved for the Mbed TLS software driver. */ -/* BEGIN-driver id definition */ -#define PSA_CRYPTO_MBED_TLS_DRIVER_ID (1) -#define MBEDTLS_TEST_OPAQUE_DRIVER_ID (2) -#define MBEDTLS_TEST_TRANSPARENT_DRIVER_ID (3) -#define P256_TRANSPARENT_DRIVER_ID (4) - -/* END-driver id */ - -/* BEGIN-Common Macro definitions */ - -/* END-Common Macro definitions */ - -/* Support the 'old' SE interface when asked to */ -#if defined(MBEDTLS_PSA_CRYPTO_SE_C) -/* PSA_CRYPTO_DRIVER_PRESENT is defined when either a new-style or old-style - * SE driver is present, to avoid unused argument errors at compile time. */ -#ifndef PSA_CRYPTO_DRIVER_PRESENT -#define PSA_CRYPTO_DRIVER_PRESENT -#endif -#include "psa_crypto_se.h" -#endif - -/** Get the key buffer size required to store the key material of a key - * associated with an opaque driver. - * - * \param[in] attributes The key attributes. - * \param[out] key_buffer_size Minimum buffer size to contain the key material - * - * \retval #PSA_SUCCESS - * The minimum size for a buffer to contain the key material has been - * returned successfully. - * \retval #PSA_ERROR_NOT_SUPPORTED - * The type and/or the size in bits of the key or the combination of - * the two is not supported. - * \retval #PSA_ERROR_INVALID_ARGUMENT - * The key is declared with a lifetime not known to us. - */ -psa_status_t psa_driver_wrapper_get_key_buffer_size( - const psa_key_attributes_t *attributes, - size_t *key_buffer_size ) -{ - psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime ); - psa_key_type_t key_type = attributes->core.type; - size_t key_bits = attributes->core.bits; - - *key_buffer_size = 0; - switch( location ) - { -#if defined(PSA_CRYPTO_DRIVER_TEST) - case PSA_CRYPTO_TEST_DRIVER_LOCATION: -#if defined(MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS) - /* Emulate property 'builtin_key_size' */ - if( psa_key_id_is_builtin( - MBEDTLS_SVC_KEY_ID_GET_KEY_ID( - psa_get_key_id( attributes ) ) ) ) - { - *key_buffer_size = sizeof( psa_drv_slot_number_t ); - return( PSA_SUCCESS ); - } -#endif /* MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS */ - *key_buffer_size = mbedtls_test_opaque_size_function( key_type, - key_bits ); - return( ( *key_buffer_size != 0 ) ? - PSA_SUCCESS : PSA_ERROR_NOT_SUPPORTED ); -#endif /* PSA_CRYPTO_DRIVER_TEST */ - - default: - (void)key_type; - (void)key_bits; - return( PSA_ERROR_INVALID_ARGUMENT ); - } -} - -psa_status_t psa_driver_wrapper_export_public_key( - const psa_key_attributes_t *attributes, - const uint8_t *key_buffer, size_t key_buffer_size, - uint8_t *data, size_t data_size, size_t *data_length ) - -{ - - psa_status_t status = PSA_ERROR_INVALID_ARGUMENT; - psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( - psa_get_key_lifetime( attributes ) ); - - /* Try dynamically-registered SE interface first */ -#if defined(MBEDTLS_PSA_CRYPTO_SE_C) - const psa_drv_se_t *drv; - psa_drv_se_context_t *drv_context; - - if( psa_get_se_driver( attributes->core.lifetime, &drv, &drv_context ) ) - { - if( ( drv->key_management == NULL ) || - ( drv->key_management->p_export_public == NULL ) ) - { - return( PSA_ERROR_NOT_SUPPORTED ); - } - - return( drv->key_management->p_export_public( - drv_context, - *( (psa_key_slot_number_t *)key_buffer ), - data, data_size, data_length ) ); - } -#endif /* MBEDTLS_PSA_CRYPTO_SE_C */ - - switch( location ) - { - case PSA_KEY_LOCATION_LOCAL_STORAGE: - /* Key is stored in the slot in export representation, so - * cycle through all known transparent accelerators */ -#if defined(PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT) - -#if (defined(PSA_CRYPTO_DRIVER_TEST) ) - status = mbedtls_test_transparent_export_public_key - (attributes, - key_buffer, - key_buffer_size, - data, - data_size, - data_length - ); - - if( status != PSA_ERROR_NOT_SUPPORTED ) - return( status ); -#endif - -#if (defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) ) - status = p256_transparent_export_public_key - (attributes, - key_buffer, - key_buffer_size, - data, - data_size, - data_length - ); - - if( status != PSA_ERROR_NOT_SUPPORTED ) - return( status ); -#endif - - -#endif /* PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT */ - /* Fell through, meaning no accelerator supports this operation */ - return( psa_export_public_key_internal( attributes, - key_buffer, - key_buffer_size, - data, - data_size, - data_length ) ); - - /* Add cases for opaque driver here */ -#if defined(PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT) - -#if (defined(PSA_CRYPTO_DRIVER_TEST) ) - case 0x7fffff: - return( mbedtls_test_opaque_export_public_key - (attributes, - key_buffer, - key_buffer_size, - data, - data_size, - data_length - )); -#endif - - -#endif /* PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT */ - default: - /* Key is declared with a lifetime not known to us */ - return( status ); - } - -} - -psa_status_t psa_driver_wrapper_get_builtin_key( - psa_drv_slot_number_t slot_number, - psa_key_attributes_t *attributes, - uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length ) -{ - - psa_key_location_t location = PSA_KEY_LIFETIME_GET_LOCATION( attributes->core.lifetime ); - switch( location ) - { -#if defined(PSA_CRYPTO_DRIVER_TEST) - -#if (defined(PSA_CRYPTO_DRIVER_TEST) ) - case 0x7fffff: - return( mbedtls_test_opaque_get_builtin_key - (slot_number, - attributes, - key_buffer, - key_buffer_size, - key_buffer_length - )); -#endif - - -#endif /* PSA_CRYPTO_DRIVER_TEST */ - default: - (void) slot_number; - (void) key_buffer; - (void) key_buffer_size; - (void) key_buffer_length; - return( PSA_ERROR_DOES_NOT_EXIST ); - } - -} - -#endif /* MBEDTLS_PSA_CRYPTO_C */ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c new file mode 120000 index 000000000..af438130b --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c @@ -0,0 +1 @@ +/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_driver_wrappers_no_static.c \ No newline at end of file diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c deleted file mode 100644 index a8cca54c8..000000000 --- a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c +++ /dev/null @@ -1,246 +0,0 @@ -/* Automatically generated by generate_ssl_debug_helpers.py. DO NOT EDIT. */ - -/** - * \file ssl_debug_helpers_generated.c - * - * \brief Automatically generated helper functions for debugging - */ -/* - * Copyright The Mbed TLS Contributors - * SPDX-License-Identifier: Apache-2.0 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#include "common.h" - -#if defined(MBEDTLS_DEBUG_C) - -#include "ssl_debug_helpers.h" - - -const char *mbedtls_ssl_named_group_to_str( uint16_t in ) -{ - switch( in ) - { - case MBEDTLS_SSL_IANA_TLS_GROUP_SECP192K1: - return "secp192k1"; - case MBEDTLS_SSL_IANA_TLS_GROUP_SECP192R1: - return "secp192r1"; - case MBEDTLS_SSL_IANA_TLS_GROUP_SECP224K1: - return "secp224k1"; - case MBEDTLS_SSL_IANA_TLS_GROUP_SECP224R1: - return "secp224r1"; - case MBEDTLS_SSL_IANA_TLS_GROUP_SECP256K1: - return "secp256k1"; - case MBEDTLS_SSL_IANA_TLS_GROUP_SECP256R1: - return "secp256r1"; - case MBEDTLS_SSL_IANA_TLS_GROUP_SECP384R1: - return "secp384r1"; - case MBEDTLS_SSL_IANA_TLS_GROUP_SECP521R1: - return "secp521r1"; - case MBEDTLS_SSL_IANA_TLS_GROUP_BP256R1: - return "bp256r1"; - case MBEDTLS_SSL_IANA_TLS_GROUP_BP384R1: - return "bp384r1"; - case MBEDTLS_SSL_IANA_TLS_GROUP_BP512R1: - return "bp512r1"; - case MBEDTLS_SSL_IANA_TLS_GROUP_X25519: - return "x25519"; - case MBEDTLS_SSL_IANA_TLS_GROUP_X448: - return "x448"; - case MBEDTLS_SSL_IANA_TLS_GROUP_FFDHE2048: - return "ffdhe2048"; - case MBEDTLS_SSL_IANA_TLS_GROUP_FFDHE3072: - return "ffdhe3072"; - case MBEDTLS_SSL_IANA_TLS_GROUP_FFDHE4096: - return "ffdhe4096"; - case MBEDTLS_SSL_IANA_TLS_GROUP_FFDHE6144: - return "ffdhe6144"; - case MBEDTLS_SSL_IANA_TLS_GROUP_FFDHE8192: - return "ffdhe8192"; - }; - - return "UNKOWN"; -} -const char *mbedtls_ssl_sig_alg_to_str( uint16_t in ) -{ - switch( in ) - { - case MBEDTLS_TLS1_3_SIG_RSA_PKCS1_SHA256: - return "rsa_pkcs1_sha256"; - case MBEDTLS_TLS1_3_SIG_RSA_PKCS1_SHA384: - return "rsa_pkcs1_sha384"; - case MBEDTLS_TLS1_3_SIG_RSA_PKCS1_SHA512: - return "rsa_pkcs1_sha512"; - case MBEDTLS_TLS1_3_SIG_ECDSA_SECP256R1_SHA256: - return "ecdsa_secp256r1_sha256"; - case MBEDTLS_TLS1_3_SIG_ECDSA_SECP384R1_SHA384: - return "ecdsa_secp384r1_sha384"; - case MBEDTLS_TLS1_3_SIG_ECDSA_SECP521R1_SHA512: - return "ecdsa_secp521r1_sha512"; - case MBEDTLS_TLS1_3_SIG_RSA_PSS_RSAE_SHA256: - return "rsa_pss_rsae_sha256"; - case MBEDTLS_TLS1_3_SIG_RSA_PSS_RSAE_SHA384: - return "rsa_pss_rsae_sha384"; - case MBEDTLS_TLS1_3_SIG_RSA_PSS_RSAE_SHA512: - return "rsa_pss_rsae_sha512"; - case MBEDTLS_TLS1_3_SIG_ED25519: - return "ed25519"; - case MBEDTLS_TLS1_3_SIG_ED448: - return "ed448"; - case MBEDTLS_TLS1_3_SIG_RSA_PSS_PSS_SHA256: - return "rsa_pss_pss_sha256"; - case MBEDTLS_TLS1_3_SIG_RSA_PSS_PSS_SHA384: - return "rsa_pss_pss_sha384"; - case MBEDTLS_TLS1_3_SIG_RSA_PSS_PSS_SHA512: - return "rsa_pss_pss_sha512"; - case MBEDTLS_TLS1_3_SIG_RSA_PKCS1_SHA1: - return "rsa_pkcs1_sha1"; - case MBEDTLS_TLS1_3_SIG_ECDSA_SHA1: - return "ecdsa_sha1"; - case MBEDTLS_TLS1_3_SIG_NONE: - return "none"; - }; - - return "UNKNOWN"; -} -const char *mbedtls_ssl_states_str( mbedtls_ssl_states in ) -{ - switch (in) { - case MBEDTLS_SSL_HELLO_REQUEST: - return "MBEDTLS_SSL_HELLO_REQUEST"; - case MBEDTLS_SSL_CLIENT_HELLO: - return "MBEDTLS_SSL_CLIENT_HELLO"; - case MBEDTLS_SSL_SERVER_HELLO: - return "MBEDTLS_SSL_SERVER_HELLO"; - case MBEDTLS_SSL_SERVER_CERTIFICATE: - return "MBEDTLS_SSL_SERVER_CERTIFICATE"; - case MBEDTLS_SSL_SERVER_KEY_EXCHANGE: - return "MBEDTLS_SSL_SERVER_KEY_EXCHANGE"; - case MBEDTLS_SSL_CERTIFICATE_REQUEST: - return "MBEDTLS_SSL_CERTIFICATE_REQUEST"; - case MBEDTLS_SSL_SERVER_HELLO_DONE: - return "MBEDTLS_SSL_SERVER_HELLO_DONE"; - case MBEDTLS_SSL_CLIENT_CERTIFICATE: - return "MBEDTLS_SSL_CLIENT_CERTIFICATE"; - case MBEDTLS_SSL_CLIENT_KEY_EXCHANGE: - return "MBEDTLS_SSL_CLIENT_KEY_EXCHANGE"; - case MBEDTLS_SSL_CERTIFICATE_VERIFY: - return "MBEDTLS_SSL_CERTIFICATE_VERIFY"; - case MBEDTLS_SSL_CLIENT_CHANGE_CIPHER_SPEC: - return "MBEDTLS_SSL_CLIENT_CHANGE_CIPHER_SPEC"; - case MBEDTLS_SSL_CLIENT_FINISHED: - return "MBEDTLS_SSL_CLIENT_FINISHED"; - case MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC: - return "MBEDTLS_SSL_SERVER_CHANGE_CIPHER_SPEC"; - case MBEDTLS_SSL_SERVER_FINISHED: - return "MBEDTLS_SSL_SERVER_FINISHED"; - case MBEDTLS_SSL_FLUSH_BUFFERS: - return "MBEDTLS_SSL_FLUSH_BUFFERS"; - case MBEDTLS_SSL_HANDSHAKE_WRAPUP: - return "MBEDTLS_SSL_HANDSHAKE_WRAPUP"; - case MBEDTLS_SSL_NEW_SESSION_TICKET: - return "MBEDTLS_SSL_NEW_SESSION_TICKET"; - case MBEDTLS_SSL_SERVER_HELLO_VERIFY_REQUEST_SENT: - return "MBEDTLS_SSL_SERVER_HELLO_VERIFY_REQUEST_SENT"; - case MBEDTLS_SSL_HELLO_RETRY_REQUEST: - return "MBEDTLS_SSL_HELLO_RETRY_REQUEST"; - case MBEDTLS_SSL_ENCRYPTED_EXTENSIONS: - return "MBEDTLS_SSL_ENCRYPTED_EXTENSIONS"; - case MBEDTLS_SSL_END_OF_EARLY_DATA: - return "MBEDTLS_SSL_END_OF_EARLY_DATA"; - case MBEDTLS_SSL_CLIENT_CERTIFICATE_VERIFY: - return "MBEDTLS_SSL_CLIENT_CERTIFICATE_VERIFY"; - case MBEDTLS_SSL_CLIENT_CCS_AFTER_SERVER_FINISHED: - return "MBEDTLS_SSL_CLIENT_CCS_AFTER_SERVER_FINISHED"; - case MBEDTLS_SSL_CLIENT_CCS_BEFORE_2ND_CLIENT_HELLO: - return "MBEDTLS_SSL_CLIENT_CCS_BEFORE_2ND_CLIENT_HELLO"; - case MBEDTLS_SSL_SERVER_CCS_AFTER_SERVER_HELLO: - return "MBEDTLS_SSL_SERVER_CCS_AFTER_SERVER_HELLO"; - case MBEDTLS_SSL_CLIENT_CCS_AFTER_CLIENT_HELLO: - return "MBEDTLS_SSL_CLIENT_CCS_AFTER_CLIENT_HELLO"; - case MBEDTLS_SSL_SERVER_CCS_AFTER_HELLO_RETRY_REQUEST: - return "MBEDTLS_SSL_SERVER_CCS_AFTER_HELLO_RETRY_REQUEST"; - case MBEDTLS_SSL_HANDSHAKE_OVER: - return "MBEDTLS_SSL_HANDSHAKE_OVER"; - case MBEDTLS_SSL_TLS1_3_NEW_SESSION_TICKET: - return "MBEDTLS_SSL_TLS1_3_NEW_SESSION_TICKET"; - case MBEDTLS_SSL_TLS1_3_NEW_SESSION_TICKET_FLUSH: - return "MBEDTLS_SSL_TLS1_3_NEW_SESSION_TICKET_FLUSH"; - default: - return "UNKNOWN_VALUE"; - } -} - -const char *mbedtls_ssl_protocol_version_str( mbedtls_ssl_protocol_version in ) -{ - switch (in) { - case MBEDTLS_SSL_VERSION_UNKNOWN: - return "MBEDTLS_SSL_VERSION_UNKNOWN"; - case MBEDTLS_SSL_VERSION_TLS1_2: - return "MBEDTLS_SSL_VERSION_TLS1_2"; - case MBEDTLS_SSL_VERSION_TLS1_3: - return "MBEDTLS_SSL_VERSION_TLS1_3"; - default: - return "UNKNOWN_VALUE"; - } -} - -const char *mbedtls_tls_prf_types_str( mbedtls_tls_prf_types in ) -{ - switch (in) { - case MBEDTLS_SSL_TLS_PRF_NONE: - return "MBEDTLS_SSL_TLS_PRF_NONE"; - case MBEDTLS_SSL_TLS_PRF_SHA384: - return "MBEDTLS_SSL_TLS_PRF_SHA384"; - case MBEDTLS_SSL_TLS_PRF_SHA256: - return "MBEDTLS_SSL_TLS_PRF_SHA256"; - case MBEDTLS_SSL_HKDF_EXPAND_SHA384: - return "MBEDTLS_SSL_HKDF_EXPAND_SHA384"; - case MBEDTLS_SSL_HKDF_EXPAND_SHA256: - return "MBEDTLS_SSL_HKDF_EXPAND_SHA256"; - default: - return "UNKNOWN_VALUE"; - } -} - -const char *mbedtls_ssl_key_export_type_str( mbedtls_ssl_key_export_type in ) -{ - switch (in) { - case MBEDTLS_SSL_KEY_EXPORT_TLS12_MASTER_SECRET: - return "MBEDTLS_SSL_KEY_EXPORT_TLS12_MASTER_SECRET"; -#if defined(MBEDTLS_SSL_PROTO_TLS1_3) - case MBEDTLS_SSL_KEY_EXPORT_TLS1_3_CLIENT_EARLY_SECRET: - return "MBEDTLS_SSL_KEY_EXPORT_TLS1_3_CLIENT_EARLY_SECRET"; - case MBEDTLS_SSL_KEY_EXPORT_TLS1_3_EARLY_EXPORTER_SECRET: - return "MBEDTLS_SSL_KEY_EXPORT_TLS1_3_EARLY_EXPORTER_SECRET"; - case MBEDTLS_SSL_KEY_EXPORT_TLS1_3_CLIENT_HANDSHAKE_TRAFFIC_SECRET: - return "MBEDTLS_SSL_KEY_EXPORT_TLS1_3_CLIENT_HANDSHAKE_TRAFFIC_SECRET"; - case MBEDTLS_SSL_KEY_EXPORT_TLS1_3_SERVER_HANDSHAKE_TRAFFIC_SECRET: - return "MBEDTLS_SSL_KEY_EXPORT_TLS1_3_SERVER_HANDSHAKE_TRAFFIC_SECRET"; - case MBEDTLS_SSL_KEY_EXPORT_TLS1_3_CLIENT_APPLICATION_TRAFFIC_SECRET: - return "MBEDTLS_SSL_KEY_EXPORT_TLS1_3_CLIENT_APPLICATION_TRAFFIC_SECRET"; - case MBEDTLS_SSL_KEY_EXPORT_TLS1_3_SERVER_APPLICATION_TRAFFIC_SECRET: - return "MBEDTLS_SSL_KEY_EXPORT_TLS1_3_SERVER_APPLICATION_TRAFFIC_SECRET"; -#endif - default: - return "UNKNOWN_VALUE"; - } -} - - - -#endif /* MBEDTLS_DEBUG_C */ -/* End of automatically generated file. */ - diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c new file mode 120000 index 000000000..8346af15e --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c @@ -0,0 +1 @@ +/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c \ No newline at end of file diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/version_features.c b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/version_features.c deleted file mode 100644 index a89cef997..000000000 --- a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/version_features.c +++ /dev/null @@ -1,838 +0,0 @@ -/* - * Version feature information - * - * Copyright The Mbed TLS Contributors - * SPDX-License-Identifier: Apache-2.0 - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may - * not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#include "common.h" - -#if defined(MBEDTLS_VERSION_C) - -#include "mbedtls/version.h" - -#include - -static const char * const features[] = { -#if defined(MBEDTLS_VERSION_FEATURES) - #if defined(MBEDTLS_HAVE_ASM) - "HAVE_ASM", //no-check-names -#endif /* MBEDTLS_HAVE_ASM */ -#if defined(MBEDTLS_NO_UDBL_DIVISION) - "NO_UDBL_DIVISION", //no-check-names -#endif /* MBEDTLS_NO_UDBL_DIVISION */ -#if defined(MBEDTLS_NO_64BIT_MULTIPLICATION) - "NO_64BIT_MULTIPLICATION", //no-check-names -#endif /* MBEDTLS_NO_64BIT_MULTIPLICATION */ -#if defined(MBEDTLS_HAVE_SSE2) - "HAVE_SSE2", //no-check-names -#endif /* MBEDTLS_HAVE_SSE2 */ -#if defined(MBEDTLS_HAVE_TIME) - "HAVE_TIME", //no-check-names -#endif /* MBEDTLS_HAVE_TIME */ -#if defined(MBEDTLS_HAVE_TIME_DATE) - "HAVE_TIME_DATE", //no-check-names -#endif /* MBEDTLS_HAVE_TIME_DATE */ -#if defined(MBEDTLS_PLATFORM_MEMORY) - "PLATFORM_MEMORY", //no-check-names -#endif /* MBEDTLS_PLATFORM_MEMORY */ -#if defined(MBEDTLS_PLATFORM_NO_STD_FUNCTIONS) - "PLATFORM_NO_STD_FUNCTIONS", //no-check-names -#endif /* MBEDTLS_PLATFORM_NO_STD_FUNCTIONS */ -#if defined(MBEDTLS_PLATFORM_SETBUF_ALT) - "PLATFORM_SETBUF_ALT", //no-check-names -#endif /* MBEDTLS_PLATFORM_SETBUF_ALT */ -#if defined(MBEDTLS_PLATFORM_EXIT_ALT) - "PLATFORM_EXIT_ALT", //no-check-names -#endif /* MBEDTLS_PLATFORM_EXIT_ALT */ -#if defined(MBEDTLS_PLATFORM_TIME_ALT) - "PLATFORM_TIME_ALT", //no-check-names -#endif /* MBEDTLS_PLATFORM_TIME_ALT */ -#if defined(MBEDTLS_PLATFORM_FPRINTF_ALT) - "PLATFORM_FPRINTF_ALT", //no-check-names -#endif /* MBEDTLS_PLATFORM_FPRINTF_ALT */ -#if defined(MBEDTLS_PLATFORM_PRINTF_ALT) - "PLATFORM_PRINTF_ALT", //no-check-names -#endif /* MBEDTLS_PLATFORM_PRINTF_ALT */ -#if defined(MBEDTLS_PLATFORM_SNPRINTF_ALT) - "PLATFORM_SNPRINTF_ALT", //no-check-names -#endif /* MBEDTLS_PLATFORM_SNPRINTF_ALT */ -#if defined(MBEDTLS_PLATFORM_VSNPRINTF_ALT) - "PLATFORM_VSNPRINTF_ALT", //no-check-names -#endif /* MBEDTLS_PLATFORM_VSNPRINTF_ALT */ -#if defined(MBEDTLS_PLATFORM_NV_SEED_ALT) - "PLATFORM_NV_SEED_ALT", //no-check-names -#endif /* MBEDTLS_PLATFORM_NV_SEED_ALT */ -#if defined(MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT) - "PLATFORM_SETUP_TEARDOWN_ALT", //no-check-names -#endif /* MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT */ -#if defined(MBEDTLS_PLATFORM_MS_TIME_ALT) - "PLATFORM_MS_TIME_ALT", //no-check-names -#endif /* MBEDTLS_PLATFORM_MS_TIME_ALT */ -#if defined(MBEDTLS_PLATFORM_GMTIME_R_ALT) - "PLATFORM_GMTIME_R_ALT", //no-check-names -#endif /* MBEDTLS_PLATFORM_GMTIME_R_ALT */ -#if defined(MBEDTLS_PLATFORM_ZEROIZE_ALT) - "PLATFORM_ZEROIZE_ALT", //no-check-names -#endif /* MBEDTLS_PLATFORM_ZEROIZE_ALT */ -#if defined(MBEDTLS_DEPRECATED_WARNING) - "DEPRECATED_WARNING", //no-check-names -#endif /* MBEDTLS_DEPRECATED_WARNING */ -#if defined(MBEDTLS_DEPRECATED_REMOVED) - "DEPRECATED_REMOVED", //no-check-names -#endif /* MBEDTLS_DEPRECATED_REMOVED */ -#if defined(MBEDTLS_TIMING_ALT) - "TIMING_ALT", //no-check-names -#endif /* MBEDTLS_TIMING_ALT */ -#if defined(MBEDTLS_AES_ALT) - "AES_ALT", //no-check-names -#endif /* MBEDTLS_AES_ALT */ -#if defined(MBEDTLS_ARIA_ALT) - "ARIA_ALT", //no-check-names -#endif /* MBEDTLS_ARIA_ALT */ -#if defined(MBEDTLS_CAMELLIA_ALT) - "CAMELLIA_ALT", //no-check-names -#endif /* MBEDTLS_CAMELLIA_ALT */ -#if defined(MBEDTLS_CCM_ALT) - "CCM_ALT", //no-check-names -#endif /* MBEDTLS_CCM_ALT */ -#if defined(MBEDTLS_CHACHA20_ALT) - "CHACHA20_ALT", //no-check-names -#endif /* MBEDTLS_CHACHA20_ALT */ -#if defined(MBEDTLS_CHACHAPOLY_ALT) - "CHACHAPOLY_ALT", //no-check-names -#endif /* MBEDTLS_CHACHAPOLY_ALT */ -#if defined(MBEDTLS_CMAC_ALT) - "CMAC_ALT", //no-check-names -#endif /* MBEDTLS_CMAC_ALT */ -#if defined(MBEDTLS_DES_ALT) - "DES_ALT", //no-check-names -#endif /* MBEDTLS_DES_ALT */ -#if defined(MBEDTLS_DHM_ALT) - "DHM_ALT", //no-check-names -#endif /* MBEDTLS_DHM_ALT */ -#if defined(MBEDTLS_ECJPAKE_ALT) - "ECJPAKE_ALT", //no-check-names -#endif /* MBEDTLS_ECJPAKE_ALT */ -#if defined(MBEDTLS_GCM_ALT) - "GCM_ALT", //no-check-names -#endif /* MBEDTLS_GCM_ALT */ -#if defined(MBEDTLS_NIST_KW_ALT) - "NIST_KW_ALT", //no-check-names -#endif /* MBEDTLS_NIST_KW_ALT */ -#if defined(MBEDTLS_MD5_ALT) - "MD5_ALT", //no-check-names -#endif /* MBEDTLS_MD5_ALT */ -#if defined(MBEDTLS_POLY1305_ALT) - "POLY1305_ALT", //no-check-names -#endif /* MBEDTLS_POLY1305_ALT */ -#if defined(MBEDTLS_RIPEMD160_ALT) - "RIPEMD160_ALT", //no-check-names -#endif /* MBEDTLS_RIPEMD160_ALT */ -#if defined(MBEDTLS_RSA_ALT) - "RSA_ALT", //no-check-names -#endif /* MBEDTLS_RSA_ALT */ -#if defined(MBEDTLS_SHA1_ALT) - "SHA1_ALT", //no-check-names -#endif /* MBEDTLS_SHA1_ALT */ -#if defined(MBEDTLS_SHA256_ALT) - "SHA256_ALT", //no-check-names -#endif /* MBEDTLS_SHA256_ALT */ -#if defined(MBEDTLS_SHA512_ALT) - "SHA512_ALT", //no-check-names -#endif /* MBEDTLS_SHA512_ALT */ -#if defined(MBEDTLS_ECP_ALT) - "ECP_ALT", //no-check-names -#endif /* MBEDTLS_ECP_ALT */ -#if defined(MBEDTLS_MD5_PROCESS_ALT) - "MD5_PROCESS_ALT", //no-check-names -#endif /* MBEDTLS_MD5_PROCESS_ALT */ -#if defined(MBEDTLS_RIPEMD160_PROCESS_ALT) - "RIPEMD160_PROCESS_ALT", //no-check-names -#endif /* MBEDTLS_RIPEMD160_PROCESS_ALT */ -#if defined(MBEDTLS_SHA1_PROCESS_ALT) - "SHA1_PROCESS_ALT", //no-check-names -#endif /* MBEDTLS_SHA1_PROCESS_ALT */ -#if defined(MBEDTLS_SHA256_PROCESS_ALT) - "SHA256_PROCESS_ALT", //no-check-names -#endif /* MBEDTLS_SHA256_PROCESS_ALT */ -#if defined(MBEDTLS_SHA512_PROCESS_ALT) - "SHA512_PROCESS_ALT", //no-check-names -#endif /* MBEDTLS_SHA512_PROCESS_ALT */ -#if defined(MBEDTLS_DES_SETKEY_ALT) - "DES_SETKEY_ALT", //no-check-names -#endif /* MBEDTLS_DES_SETKEY_ALT */ -#if defined(MBEDTLS_DES_CRYPT_ECB_ALT) - "DES_CRYPT_ECB_ALT", //no-check-names -#endif /* MBEDTLS_DES_CRYPT_ECB_ALT */ -#if defined(MBEDTLS_DES3_CRYPT_ECB_ALT) - "DES3_CRYPT_ECB_ALT", //no-check-names -#endif /* MBEDTLS_DES3_CRYPT_ECB_ALT */ -#if defined(MBEDTLS_AES_SETKEY_ENC_ALT) - "AES_SETKEY_ENC_ALT", //no-check-names -#endif /* MBEDTLS_AES_SETKEY_ENC_ALT */ -#if defined(MBEDTLS_AES_SETKEY_DEC_ALT) - "AES_SETKEY_DEC_ALT", //no-check-names -#endif /* MBEDTLS_AES_SETKEY_DEC_ALT */ -#if defined(MBEDTLS_AES_ENCRYPT_ALT) - "AES_ENCRYPT_ALT", //no-check-names -#endif /* MBEDTLS_AES_ENCRYPT_ALT */ -#if defined(MBEDTLS_AES_DECRYPT_ALT) - "AES_DECRYPT_ALT", //no-check-names -#endif /* MBEDTLS_AES_DECRYPT_ALT */ -#if defined(MBEDTLS_ECDH_GEN_PUBLIC_ALT) - "ECDH_GEN_PUBLIC_ALT", //no-check-names -#endif /* MBEDTLS_ECDH_GEN_PUBLIC_ALT */ -#if defined(MBEDTLS_ECDH_COMPUTE_SHARED_ALT) - "ECDH_COMPUTE_SHARED_ALT", //no-check-names -#endif /* MBEDTLS_ECDH_COMPUTE_SHARED_ALT */ -#if defined(MBEDTLS_ECDSA_VERIFY_ALT) - "ECDSA_VERIFY_ALT", //no-check-names -#endif /* MBEDTLS_ECDSA_VERIFY_ALT */ -#if defined(MBEDTLS_ECDSA_SIGN_ALT) - "ECDSA_SIGN_ALT", //no-check-names -#endif /* MBEDTLS_ECDSA_SIGN_ALT */ -#if defined(MBEDTLS_ECDSA_GENKEY_ALT) - "ECDSA_GENKEY_ALT", //no-check-names -#endif /* MBEDTLS_ECDSA_GENKEY_ALT */ -#if defined(MBEDTLS_ECP_INTERNAL_ALT) - "ECP_INTERNAL_ALT", //no-check-names -#endif /* MBEDTLS_ECP_INTERNAL_ALT */ -#if defined(MBEDTLS_ECP_NO_FALLBACK) - "ECP_NO_FALLBACK", //no-check-names -#endif /* MBEDTLS_ECP_NO_FALLBACK */ -#if defined(MBEDTLS_ECP_RANDOMIZE_JAC_ALT) - "ECP_RANDOMIZE_JAC_ALT", //no-check-names -#endif /* MBEDTLS_ECP_RANDOMIZE_JAC_ALT */ -#if defined(MBEDTLS_ECP_ADD_MIXED_ALT) - "ECP_ADD_MIXED_ALT", //no-check-names -#endif /* MBEDTLS_ECP_ADD_MIXED_ALT */ -#if defined(MBEDTLS_ECP_DOUBLE_JAC_ALT) - "ECP_DOUBLE_JAC_ALT", //no-check-names -#endif /* MBEDTLS_ECP_DOUBLE_JAC_ALT */ -#if defined(MBEDTLS_ECP_NORMALIZE_JAC_MANY_ALT) - "ECP_NORMALIZE_JAC_MANY_ALT", //no-check-names -#endif /* MBEDTLS_ECP_NORMALIZE_JAC_MANY_ALT */ -#if defined(MBEDTLS_ECP_NORMALIZE_JAC_ALT) - "ECP_NORMALIZE_JAC_ALT", //no-check-names -#endif /* MBEDTLS_ECP_NORMALIZE_JAC_ALT */ -#if defined(MBEDTLS_ECP_DOUBLE_ADD_MXZ_ALT) - "ECP_DOUBLE_ADD_MXZ_ALT", //no-check-names -#endif /* MBEDTLS_ECP_DOUBLE_ADD_MXZ_ALT */ -#if defined(MBEDTLS_ECP_RANDOMIZE_MXZ_ALT) - "ECP_RANDOMIZE_MXZ_ALT", //no-check-names -#endif /* MBEDTLS_ECP_RANDOMIZE_MXZ_ALT */ -#if defined(MBEDTLS_ECP_NORMALIZE_MXZ_ALT) - "ECP_NORMALIZE_MXZ_ALT", //no-check-names -#endif /* MBEDTLS_ECP_NORMALIZE_MXZ_ALT */ -#if defined(MBEDTLS_ENTROPY_HARDWARE_ALT) - "ENTROPY_HARDWARE_ALT", //no-check-names -#endif /* MBEDTLS_ENTROPY_HARDWARE_ALT */ -#if defined(MBEDTLS_AES_ROM_TABLES) - "AES_ROM_TABLES", //no-check-names -#endif /* MBEDTLS_AES_ROM_TABLES */ -#if defined(MBEDTLS_AES_FEWER_TABLES) - "AES_FEWER_TABLES", //no-check-names -#endif /* MBEDTLS_AES_FEWER_TABLES */ -#if defined(MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH) - "AES_ONLY_128_BIT_KEY_LENGTH", //no-check-names -#endif /* MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH */ -#if defined(MBEDTLS_AES_USE_HARDWARE_ONLY) - "AES_USE_HARDWARE_ONLY", //no-check-names -#endif /* MBEDTLS_AES_USE_HARDWARE_ONLY */ -#if defined(MBEDTLS_CAMELLIA_SMALL_MEMORY) - "CAMELLIA_SMALL_MEMORY", //no-check-names -#endif /* MBEDTLS_CAMELLIA_SMALL_MEMORY */ -#if defined(MBEDTLS_CHECK_RETURN_WARNING) - "CHECK_RETURN_WARNING", //no-check-names -#endif /* MBEDTLS_CHECK_RETURN_WARNING */ -#if defined(MBEDTLS_CIPHER_MODE_CBC) - "CIPHER_MODE_CBC", //no-check-names -#endif /* MBEDTLS_CIPHER_MODE_CBC */ -#if defined(MBEDTLS_CIPHER_MODE_CFB) - "CIPHER_MODE_CFB", //no-check-names -#endif /* MBEDTLS_CIPHER_MODE_CFB */ -#if defined(MBEDTLS_CIPHER_MODE_CTR) - "CIPHER_MODE_CTR", //no-check-names -#endif /* MBEDTLS_CIPHER_MODE_CTR */ -#if defined(MBEDTLS_CIPHER_MODE_OFB) - "CIPHER_MODE_OFB", //no-check-names -#endif /* MBEDTLS_CIPHER_MODE_OFB */ -#if defined(MBEDTLS_CIPHER_MODE_XTS) - "CIPHER_MODE_XTS", //no-check-names -#endif /* MBEDTLS_CIPHER_MODE_XTS */ -#if defined(MBEDTLS_CIPHER_NULL_CIPHER) - "CIPHER_NULL_CIPHER", //no-check-names -#endif /* MBEDTLS_CIPHER_NULL_CIPHER */ -#if defined(MBEDTLS_CIPHER_PADDING_PKCS7) - "CIPHER_PADDING_PKCS7", //no-check-names -#endif /* MBEDTLS_CIPHER_PADDING_PKCS7 */ -#if defined(MBEDTLS_CIPHER_PADDING_ONE_AND_ZEROS) - "CIPHER_PADDING_ONE_AND_ZEROS", //no-check-names -#endif /* MBEDTLS_CIPHER_PADDING_ONE_AND_ZEROS */ -#if defined(MBEDTLS_CIPHER_PADDING_ZEROS_AND_LEN) - "CIPHER_PADDING_ZEROS_AND_LEN", //no-check-names -#endif /* MBEDTLS_CIPHER_PADDING_ZEROS_AND_LEN */ -#if defined(MBEDTLS_CIPHER_PADDING_ZEROS) - "CIPHER_PADDING_ZEROS", //no-check-names -#endif /* MBEDTLS_CIPHER_PADDING_ZEROS */ -#if defined(MBEDTLS_CTR_DRBG_USE_128_BIT_KEY) - "CTR_DRBG_USE_128_BIT_KEY", //no-check-names -#endif /* MBEDTLS_CTR_DRBG_USE_128_BIT_KEY */ -#if defined(MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED) - "ECDH_VARIANT_EVEREST_ENABLED", //no-check-names -#endif /* MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED */ -#if defined(MBEDTLS_ECP_DP_SECP192R1_ENABLED) - "ECP_DP_SECP192R1_ENABLED", //no-check-names -#endif /* MBEDTLS_ECP_DP_SECP192R1_ENABLED */ -#if defined(MBEDTLS_ECP_DP_SECP224R1_ENABLED) - "ECP_DP_SECP224R1_ENABLED", //no-check-names -#endif /* MBEDTLS_ECP_DP_SECP224R1_ENABLED */ -#if defined(MBEDTLS_ECP_DP_SECP256R1_ENABLED) - "ECP_DP_SECP256R1_ENABLED", //no-check-names -#endif /* MBEDTLS_ECP_DP_SECP256R1_ENABLED */ -#if defined(MBEDTLS_ECP_DP_SECP384R1_ENABLED) - "ECP_DP_SECP384R1_ENABLED", //no-check-names -#endif /* MBEDTLS_ECP_DP_SECP384R1_ENABLED */ -#if defined(MBEDTLS_ECP_DP_SECP521R1_ENABLED) - "ECP_DP_SECP521R1_ENABLED", //no-check-names -#endif /* MBEDTLS_ECP_DP_SECP521R1_ENABLED */ -#if defined(MBEDTLS_ECP_DP_SECP192K1_ENABLED) - "ECP_DP_SECP192K1_ENABLED", //no-check-names -#endif /* MBEDTLS_ECP_DP_SECP192K1_ENABLED */ -#if defined(MBEDTLS_ECP_DP_SECP224K1_ENABLED) - "ECP_DP_SECP224K1_ENABLED", //no-check-names -#endif /* MBEDTLS_ECP_DP_SECP224K1_ENABLED */ -#if defined(MBEDTLS_ECP_DP_SECP256K1_ENABLED) - "ECP_DP_SECP256K1_ENABLED", //no-check-names -#endif /* MBEDTLS_ECP_DP_SECP256K1_ENABLED */ -#if defined(MBEDTLS_ECP_DP_BP256R1_ENABLED) - "ECP_DP_BP256R1_ENABLED", //no-check-names -#endif /* MBEDTLS_ECP_DP_BP256R1_ENABLED */ -#if defined(MBEDTLS_ECP_DP_BP384R1_ENABLED) - "ECP_DP_BP384R1_ENABLED", //no-check-names -#endif /* MBEDTLS_ECP_DP_BP384R1_ENABLED */ -#if defined(MBEDTLS_ECP_DP_BP512R1_ENABLED) - "ECP_DP_BP512R1_ENABLED", //no-check-names -#endif /* MBEDTLS_ECP_DP_BP512R1_ENABLED */ -#if defined(MBEDTLS_ECP_DP_CURVE25519_ENABLED) - "ECP_DP_CURVE25519_ENABLED", //no-check-names -#endif /* MBEDTLS_ECP_DP_CURVE25519_ENABLED */ -#if defined(MBEDTLS_ECP_DP_CURVE448_ENABLED) - "ECP_DP_CURVE448_ENABLED", //no-check-names -#endif /* MBEDTLS_ECP_DP_CURVE448_ENABLED */ -#if defined(MBEDTLS_ECP_NIST_OPTIM) - "ECP_NIST_OPTIM", //no-check-names -#endif /* MBEDTLS_ECP_NIST_OPTIM */ -#if defined(MBEDTLS_ECP_RESTARTABLE) - "ECP_RESTARTABLE", //no-check-names -#endif /* MBEDTLS_ECP_RESTARTABLE */ -#if defined(MBEDTLS_ECP_WITH_MPI_UINT) - "ECP_WITH_MPI_UINT", //no-check-names -#endif /* MBEDTLS_ECP_WITH_MPI_UINT */ -#if defined(MBEDTLS_ECDSA_DETERMINISTIC) - "ECDSA_DETERMINISTIC", //no-check-names -#endif /* MBEDTLS_ECDSA_DETERMINISTIC */ -#if defined(MBEDTLS_KEY_EXCHANGE_PSK_ENABLED) - "KEY_EXCHANGE_PSK_ENABLED", //no-check-names -#endif /* MBEDTLS_KEY_EXCHANGE_PSK_ENABLED */ -#if defined(MBEDTLS_KEY_EXCHANGE_DHE_PSK_ENABLED) - "KEY_EXCHANGE_DHE_PSK_ENABLED", //no-check-names -#endif /* MBEDTLS_KEY_EXCHANGE_DHE_PSK_ENABLED */ -#if defined(MBEDTLS_KEY_EXCHANGE_ECDHE_PSK_ENABLED) - "KEY_EXCHANGE_ECDHE_PSK_ENABLED", //no-check-names -#endif /* MBEDTLS_KEY_EXCHANGE_ECDHE_PSK_ENABLED */ -#if defined(MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED) - "KEY_EXCHANGE_RSA_PSK_ENABLED", //no-check-names -#endif /* MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED */ -#if defined(MBEDTLS_KEY_EXCHANGE_RSA_ENABLED) - "KEY_EXCHANGE_RSA_ENABLED", //no-check-names -#endif /* MBEDTLS_KEY_EXCHANGE_RSA_ENABLED */ -#if defined(MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED) - "KEY_EXCHANGE_DHE_RSA_ENABLED", //no-check-names -#endif /* MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED */ -#if defined(MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED) - "KEY_EXCHANGE_ECDHE_RSA_ENABLED", //no-check-names -#endif /* MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED */ -#if defined(MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED) - "KEY_EXCHANGE_ECDHE_ECDSA_ENABLED", //no-check-names -#endif /* MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED */ -#if defined(MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED) - "KEY_EXCHANGE_ECDH_ECDSA_ENABLED", //no-check-names -#endif /* MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED */ -#if defined(MBEDTLS_KEY_EXCHANGE_ECDH_RSA_ENABLED) - "KEY_EXCHANGE_ECDH_RSA_ENABLED", //no-check-names -#endif /* MBEDTLS_KEY_EXCHANGE_ECDH_RSA_ENABLED */ -#if defined(MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED) - "KEY_EXCHANGE_ECJPAKE_ENABLED", //no-check-names -#endif /* MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED */ -#if defined(MBEDTLS_PK_PARSE_EC_EXTENDED) - "PK_PARSE_EC_EXTENDED", //no-check-names -#endif /* MBEDTLS_PK_PARSE_EC_EXTENDED */ -#if defined(MBEDTLS_PK_PARSE_EC_COMPRESSED) - "PK_PARSE_EC_COMPRESSED", //no-check-names -#endif /* MBEDTLS_PK_PARSE_EC_COMPRESSED */ -#if defined(MBEDTLS_ERROR_STRERROR_DUMMY) - "ERROR_STRERROR_DUMMY", //no-check-names -#endif /* MBEDTLS_ERROR_STRERROR_DUMMY */ -#if defined(MBEDTLS_GENPRIME) - "GENPRIME", //no-check-names -#endif /* MBEDTLS_GENPRIME */ -#if defined(MBEDTLS_FS_IO) - "FS_IO", //no-check-names -#endif /* MBEDTLS_FS_IO */ -#if defined(MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES) - "NO_DEFAULT_ENTROPY_SOURCES", //no-check-names -#endif /* MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES */ -#if defined(MBEDTLS_NO_PLATFORM_ENTROPY) - "NO_PLATFORM_ENTROPY", //no-check-names -#endif /* MBEDTLS_NO_PLATFORM_ENTROPY */ -#if defined(MBEDTLS_ENTROPY_FORCE_SHA256) - "ENTROPY_FORCE_SHA256", //no-check-names -#endif /* MBEDTLS_ENTROPY_FORCE_SHA256 */ -#if defined(MBEDTLS_ENTROPY_NV_SEED) - "ENTROPY_NV_SEED", //no-check-names -#endif /* MBEDTLS_ENTROPY_NV_SEED */ -#if defined(MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER) - "PSA_CRYPTO_KEY_ID_ENCODES_OWNER", //no-check-names -#endif /* MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER */ -#if defined(MBEDTLS_MEMORY_DEBUG) - "MEMORY_DEBUG", //no-check-names -#endif /* MBEDTLS_MEMORY_DEBUG */ -#if defined(MBEDTLS_MEMORY_BACKTRACE) - "MEMORY_BACKTRACE", //no-check-names -#endif /* MBEDTLS_MEMORY_BACKTRACE */ -#if defined(MBEDTLS_PK_RSA_ALT_SUPPORT) - "PK_RSA_ALT_SUPPORT", //no-check-names -#endif /* MBEDTLS_PK_RSA_ALT_SUPPORT */ -#if defined(MBEDTLS_PKCS1_V15) - "PKCS1_V15", //no-check-names -#endif /* MBEDTLS_PKCS1_V15 */ -#if defined(MBEDTLS_PKCS1_V21) - "PKCS1_V21", //no-check-names -#endif /* MBEDTLS_PKCS1_V21 */ -#if defined(MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS) - "PSA_CRYPTO_BUILTIN_KEYS", //no-check-names -#endif /* MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS */ -#if defined(MBEDTLS_PSA_CRYPTO_CLIENT) - "PSA_CRYPTO_CLIENT", //no-check-names -#endif /* MBEDTLS_PSA_CRYPTO_CLIENT */ -#if defined(MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG) - "PSA_CRYPTO_EXTERNAL_RNG", //no-check-names -#endif /* MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG */ -#if defined(MBEDTLS_PSA_CRYPTO_SPM) - "PSA_CRYPTO_SPM", //no-check-names -#endif /* MBEDTLS_PSA_CRYPTO_SPM */ -#if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED) - "PSA_P256M_DRIVER_ENABLED", //no-check-names -#endif /* MBEDTLS_PSA_P256M_DRIVER_ENABLED */ -#if defined(MBEDTLS_PSA_INJECT_ENTROPY) - "PSA_INJECT_ENTROPY", //no-check-names -#endif /* MBEDTLS_PSA_INJECT_ENTROPY */ -#if defined(MBEDTLS_RSA_NO_CRT) - "RSA_NO_CRT", //no-check-names -#endif /* MBEDTLS_RSA_NO_CRT */ -#if defined(MBEDTLS_SELF_TEST) - "SELF_TEST", //no-check-names -#endif /* MBEDTLS_SELF_TEST */ -#if defined(MBEDTLS_SHA256_SMALLER) - "SHA256_SMALLER", //no-check-names -#endif /* MBEDTLS_SHA256_SMALLER */ -#if defined(MBEDTLS_SHA512_SMALLER) - "SHA512_SMALLER", //no-check-names -#endif /* MBEDTLS_SHA512_SMALLER */ -#if defined(MBEDTLS_SSL_ALL_ALERT_MESSAGES) - "SSL_ALL_ALERT_MESSAGES", //no-check-names -#endif /* MBEDTLS_SSL_ALL_ALERT_MESSAGES */ -#if defined(MBEDTLS_SSL_DTLS_CONNECTION_ID) - "SSL_DTLS_CONNECTION_ID", //no-check-names -#endif /* MBEDTLS_SSL_DTLS_CONNECTION_ID */ -#if defined(MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT) - "SSL_DTLS_CONNECTION_ID_COMPAT", //no-check-names -#endif /* MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT */ -#if defined(MBEDTLS_SSL_ASYNC_PRIVATE) - "SSL_ASYNC_PRIVATE", //no-check-names -#endif /* MBEDTLS_SSL_ASYNC_PRIVATE */ -#if defined(MBEDTLS_SSL_CONTEXT_SERIALIZATION) - "SSL_CONTEXT_SERIALIZATION", //no-check-names -#endif /* MBEDTLS_SSL_CONTEXT_SERIALIZATION */ -#if defined(MBEDTLS_SSL_DEBUG_ALL) - "SSL_DEBUG_ALL", //no-check-names -#endif /* MBEDTLS_SSL_DEBUG_ALL */ -#if defined(MBEDTLS_SSL_ENCRYPT_THEN_MAC) - "SSL_ENCRYPT_THEN_MAC", //no-check-names -#endif /* MBEDTLS_SSL_ENCRYPT_THEN_MAC */ -#if defined(MBEDTLS_SSL_EXTENDED_MASTER_SECRET) - "SSL_EXTENDED_MASTER_SECRET", //no-check-names -#endif /* MBEDTLS_SSL_EXTENDED_MASTER_SECRET */ -#if defined(MBEDTLS_SSL_KEEP_PEER_CERTIFICATE) - "SSL_KEEP_PEER_CERTIFICATE", //no-check-names -#endif /* MBEDTLS_SSL_KEEP_PEER_CERTIFICATE */ -#if defined(MBEDTLS_SSL_RENEGOTIATION) - "SSL_RENEGOTIATION", //no-check-names -#endif /* MBEDTLS_SSL_RENEGOTIATION */ -#if defined(MBEDTLS_SSL_MAX_FRAGMENT_LENGTH) - "SSL_MAX_FRAGMENT_LENGTH", //no-check-names -#endif /* MBEDTLS_SSL_MAX_FRAGMENT_LENGTH */ -#if defined(MBEDTLS_SSL_RECORD_SIZE_LIMIT) - "SSL_RECORD_SIZE_LIMIT", //no-check-names -#endif /* MBEDTLS_SSL_RECORD_SIZE_LIMIT */ -#if defined(MBEDTLS_SSL_PROTO_TLS1_2) - "SSL_PROTO_TLS1_2", //no-check-names -#endif /* MBEDTLS_SSL_PROTO_TLS1_2 */ -#if defined(MBEDTLS_SSL_PROTO_TLS1_3) - "SSL_PROTO_TLS1_3", //no-check-names -#endif /* MBEDTLS_SSL_PROTO_TLS1_3 */ -#if defined(MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE) - "SSL_TLS1_3_COMPATIBILITY_MODE", //no-check-names -#endif /* MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE */ -#if defined(MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_ENABLED) - "SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_ENABLED", //no-check-names -#endif /* MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_ENABLED */ -#if defined(MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED) - "SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED", //no-check-names -#endif /* MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED */ -#if defined(MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_EPHEMERAL_ENABLED) - "SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_EPHEMERAL_ENABLED", //no-check-names -#endif /* MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_EPHEMERAL_ENABLED */ -#if defined(MBEDTLS_SSL_EARLY_DATA) - "SSL_EARLY_DATA", //no-check-names -#endif /* MBEDTLS_SSL_EARLY_DATA */ -#if defined(MBEDTLS_SSL_PROTO_DTLS) - "SSL_PROTO_DTLS", //no-check-names -#endif /* MBEDTLS_SSL_PROTO_DTLS */ -#if defined(MBEDTLS_SSL_ALPN) - "SSL_ALPN", //no-check-names -#endif /* MBEDTLS_SSL_ALPN */ -#if defined(MBEDTLS_SSL_DTLS_ANTI_REPLAY) - "SSL_DTLS_ANTI_REPLAY", //no-check-names -#endif /* MBEDTLS_SSL_DTLS_ANTI_REPLAY */ -#if defined(MBEDTLS_SSL_DTLS_HELLO_VERIFY) - "SSL_DTLS_HELLO_VERIFY", //no-check-names -#endif /* MBEDTLS_SSL_DTLS_HELLO_VERIFY */ -#if defined(MBEDTLS_SSL_DTLS_SRTP) - "SSL_DTLS_SRTP", //no-check-names -#endif /* MBEDTLS_SSL_DTLS_SRTP */ -#if defined(MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE) - "SSL_DTLS_CLIENT_PORT_REUSE", //no-check-names -#endif /* MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE */ -#if defined(MBEDTLS_SSL_SESSION_TICKETS) - "SSL_SESSION_TICKETS", //no-check-names -#endif /* MBEDTLS_SSL_SESSION_TICKETS */ -#if defined(MBEDTLS_SSL_SERVER_NAME_INDICATION) - "SSL_SERVER_NAME_INDICATION", //no-check-names -#endif /* MBEDTLS_SSL_SERVER_NAME_INDICATION */ -#if defined(MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH) - "SSL_VARIABLE_BUFFER_LENGTH", //no-check-names -#endif /* MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH */ -#if defined(MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN) - "TEST_CONSTANT_FLOW_MEMSAN", //no-check-names -#endif /* MBEDTLS_TEST_CONSTANT_FLOW_MEMSAN */ -#if defined(MBEDTLS_TEST_CONSTANT_FLOW_VALGRIND) - "TEST_CONSTANT_FLOW_VALGRIND", //no-check-names -#endif /* MBEDTLS_TEST_CONSTANT_FLOW_VALGRIND */ -#if defined(MBEDTLS_TEST_HOOKS) - "TEST_HOOKS", //no-check-names -#endif /* MBEDTLS_TEST_HOOKS */ -#if defined(MBEDTLS_THREADING_ALT) - "THREADING_ALT", //no-check-names -#endif /* MBEDTLS_THREADING_ALT */ -#if defined(MBEDTLS_THREADING_PTHREAD) - "THREADING_PTHREAD", //no-check-names -#endif /* MBEDTLS_THREADING_PTHREAD */ -#if defined(MBEDTLS_USE_PSA_CRYPTO) - "USE_PSA_CRYPTO", //no-check-names -#endif /* MBEDTLS_USE_PSA_CRYPTO */ -#if defined(MBEDTLS_PSA_CRYPTO_CONFIG) - "PSA_CRYPTO_CONFIG", //no-check-names -#endif /* MBEDTLS_PSA_CRYPTO_CONFIG */ -#if defined(MBEDTLS_VERSION_FEATURES) - "VERSION_FEATURES", //no-check-names -#endif /* MBEDTLS_VERSION_FEATURES */ -#if defined(MBEDTLS_X509_TRUSTED_CERTIFICATE_CALLBACK) - "X509_TRUSTED_CERTIFICATE_CALLBACK", //no-check-names -#endif /* MBEDTLS_X509_TRUSTED_CERTIFICATE_CALLBACK */ -#if defined(MBEDTLS_X509_REMOVE_INFO) - "X509_REMOVE_INFO", //no-check-names -#endif /* MBEDTLS_X509_REMOVE_INFO */ -#if defined(MBEDTLS_X509_RSASSA_PSS_SUPPORT) - "X509_RSASSA_PSS_SUPPORT", //no-check-names -#endif /* MBEDTLS_X509_RSASSA_PSS_SUPPORT */ -#if defined(MBEDTLS_AESNI_C) - "AESNI_C", //no-check-names -#endif /* MBEDTLS_AESNI_C */ -#if defined(MBEDTLS_AESCE_C) - "AESCE_C", //no-check-names -#endif /* MBEDTLS_AESCE_C */ -#if defined(MBEDTLS_AES_C) - "AES_C", //no-check-names -#endif /* MBEDTLS_AES_C */ -#if defined(MBEDTLS_ASN1_PARSE_C) - "ASN1_PARSE_C", //no-check-names -#endif /* MBEDTLS_ASN1_PARSE_C */ -#if defined(MBEDTLS_ASN1_WRITE_C) - "ASN1_WRITE_C", //no-check-names -#endif /* MBEDTLS_ASN1_WRITE_C */ -#if defined(MBEDTLS_BASE64_C) - "BASE64_C", //no-check-names -#endif /* MBEDTLS_BASE64_C */ -#if defined(MBEDTLS_BIGNUM_C) - "BIGNUM_C", //no-check-names -#endif /* MBEDTLS_BIGNUM_C */ -#if defined(MBEDTLS_CAMELLIA_C) - "CAMELLIA_C", //no-check-names -#endif /* MBEDTLS_CAMELLIA_C */ -#if defined(MBEDTLS_ARIA_C) - "ARIA_C", //no-check-names -#endif /* MBEDTLS_ARIA_C */ -#if defined(MBEDTLS_CCM_C) - "CCM_C", //no-check-names -#endif /* MBEDTLS_CCM_C */ -#if defined(MBEDTLS_CHACHA20_C) - "CHACHA20_C", //no-check-names -#endif /* MBEDTLS_CHACHA20_C */ -#if defined(MBEDTLS_CHACHAPOLY_C) - "CHACHAPOLY_C", //no-check-names -#endif /* MBEDTLS_CHACHAPOLY_C */ -#if defined(MBEDTLS_CIPHER_C) - "CIPHER_C", //no-check-names -#endif /* MBEDTLS_CIPHER_C */ -#if defined(MBEDTLS_CMAC_C) - "CMAC_C", //no-check-names -#endif /* MBEDTLS_CMAC_C */ -#if defined(MBEDTLS_CTR_DRBG_C) - "CTR_DRBG_C", //no-check-names -#endif /* MBEDTLS_CTR_DRBG_C */ -#if defined(MBEDTLS_DEBUG_C) - "DEBUG_C", //no-check-names -#endif /* MBEDTLS_DEBUG_C */ -#if defined(MBEDTLS_DES_C) - "DES_C", //no-check-names -#endif /* MBEDTLS_DES_C */ -#if defined(MBEDTLS_DHM_C) - "DHM_C", //no-check-names -#endif /* MBEDTLS_DHM_C */ -#if defined(MBEDTLS_ECDH_C) - "ECDH_C", //no-check-names -#endif /* MBEDTLS_ECDH_C */ -#if defined(MBEDTLS_ECDSA_C) - "ECDSA_C", //no-check-names -#endif /* MBEDTLS_ECDSA_C */ -#if defined(MBEDTLS_ECJPAKE_C) - "ECJPAKE_C", //no-check-names -#endif /* MBEDTLS_ECJPAKE_C */ -#if defined(MBEDTLS_ECP_C) - "ECP_C", //no-check-names -#endif /* MBEDTLS_ECP_C */ -#if defined(MBEDTLS_ENTROPY_C) - "ENTROPY_C", //no-check-names -#endif /* MBEDTLS_ENTROPY_C */ -#if defined(MBEDTLS_ERROR_C) - "ERROR_C", //no-check-names -#endif /* MBEDTLS_ERROR_C */ -#if defined(MBEDTLS_GCM_C) - "GCM_C", //no-check-names -#endif /* MBEDTLS_GCM_C */ -#if defined(MBEDTLS_HKDF_C) - "HKDF_C", //no-check-names -#endif /* MBEDTLS_HKDF_C */ -#if defined(MBEDTLS_HMAC_DRBG_C) - "HMAC_DRBG_C", //no-check-names -#endif /* MBEDTLS_HMAC_DRBG_C */ -#if defined(MBEDTLS_LMS_C) - "LMS_C", //no-check-names -#endif /* MBEDTLS_LMS_C */ -#if defined(MBEDTLS_LMS_PRIVATE) - "LMS_PRIVATE", //no-check-names -#endif /* MBEDTLS_LMS_PRIVATE */ -#if defined(MBEDTLS_NIST_KW_C) - "NIST_KW_C", //no-check-names -#endif /* MBEDTLS_NIST_KW_C */ -#if defined(MBEDTLS_MD_C) - "MD_C", //no-check-names -#endif /* MBEDTLS_MD_C */ -#if defined(MBEDTLS_MD5_C) - "MD5_C", //no-check-names -#endif /* MBEDTLS_MD5_C */ -#if defined(MBEDTLS_MEMORY_BUFFER_ALLOC_C) - "MEMORY_BUFFER_ALLOC_C", //no-check-names -#endif /* MBEDTLS_MEMORY_BUFFER_ALLOC_C */ -#if defined(MBEDTLS_NET_C) - "NET_C", //no-check-names -#endif /* MBEDTLS_NET_C */ -#if defined(MBEDTLS_OID_C) - "OID_C", //no-check-names -#endif /* MBEDTLS_OID_C */ -#if defined(MBEDTLS_PADLOCK_C) - "PADLOCK_C", //no-check-names -#endif /* MBEDTLS_PADLOCK_C */ -#if defined(MBEDTLS_PEM_PARSE_C) - "PEM_PARSE_C", //no-check-names -#endif /* MBEDTLS_PEM_PARSE_C */ -#if defined(MBEDTLS_PEM_WRITE_C) - "PEM_WRITE_C", //no-check-names -#endif /* MBEDTLS_PEM_WRITE_C */ -#if defined(MBEDTLS_PK_C) - "PK_C", //no-check-names -#endif /* MBEDTLS_PK_C */ -#if defined(MBEDTLS_PK_PARSE_C) - "PK_PARSE_C", //no-check-names -#endif /* MBEDTLS_PK_PARSE_C */ -#if defined(MBEDTLS_PK_WRITE_C) - "PK_WRITE_C", //no-check-names -#endif /* MBEDTLS_PK_WRITE_C */ -#if defined(MBEDTLS_PKCS5_C) - "PKCS5_C", //no-check-names -#endif /* MBEDTLS_PKCS5_C */ -#if defined(MBEDTLS_PKCS7_C) - "PKCS7_C", //no-check-names -#endif /* MBEDTLS_PKCS7_C */ -#if defined(MBEDTLS_PKCS12_C) - "PKCS12_C", //no-check-names -#endif /* MBEDTLS_PKCS12_C */ -#if defined(MBEDTLS_PLATFORM_C) - "PLATFORM_C", //no-check-names -#endif /* MBEDTLS_PLATFORM_C */ -#if defined(MBEDTLS_POLY1305_C) - "POLY1305_C", //no-check-names -#endif /* MBEDTLS_POLY1305_C */ -#if defined(MBEDTLS_PSA_CRYPTO_C) - "PSA_CRYPTO_C", //no-check-names -#endif /* MBEDTLS_PSA_CRYPTO_C */ -#if defined(MBEDTLS_PSA_CRYPTO_SE_C) - "PSA_CRYPTO_SE_C", //no-check-names -#endif /* MBEDTLS_PSA_CRYPTO_SE_C */ -#if defined(MBEDTLS_PSA_CRYPTO_STORAGE_C) - "PSA_CRYPTO_STORAGE_C", //no-check-names -#endif /* MBEDTLS_PSA_CRYPTO_STORAGE_C */ -#if defined(MBEDTLS_PSA_ITS_FILE_C) - "PSA_ITS_FILE_C", //no-check-names -#endif /* MBEDTLS_PSA_ITS_FILE_C */ -#if defined(MBEDTLS_RIPEMD160_C) - "RIPEMD160_C", //no-check-names -#endif /* MBEDTLS_RIPEMD160_C */ -#if defined(MBEDTLS_RSA_C) - "RSA_C", //no-check-names -#endif /* MBEDTLS_RSA_C */ -#if defined(MBEDTLS_SHA1_C) - "SHA1_C", //no-check-names -#endif /* MBEDTLS_SHA1_C */ -#if defined(MBEDTLS_SHA224_C) - "SHA224_C", //no-check-names -#endif /* MBEDTLS_SHA224_C */ -#if defined(MBEDTLS_SHA256_C) - "SHA256_C", //no-check-names -#endif /* MBEDTLS_SHA256_C */ -#if defined(MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT) - "SHA256_USE_A64_CRYPTO_IF_PRESENT", //no-check-names -#endif /* MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT */ -#if defined(MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY) - "SHA256_USE_A64_CRYPTO_ONLY", //no-check-names -#endif /* MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY */ -#if defined(MBEDTLS_SHA384_C) - "SHA384_C", //no-check-names -#endif /* MBEDTLS_SHA384_C */ -#if defined(MBEDTLS_SHA512_C) - "SHA512_C", //no-check-names -#endif /* MBEDTLS_SHA512_C */ -#if defined(MBEDTLS_SHA3_C) - "SHA3_C", //no-check-names -#endif /* MBEDTLS_SHA3_C */ -#if defined(MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT) - "SHA512_USE_A64_CRYPTO_IF_PRESENT", //no-check-names -#endif /* MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT */ -#if defined(MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY) - "SHA512_USE_A64_CRYPTO_ONLY", //no-check-names -#endif /* MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY */ -#if defined(MBEDTLS_SSL_CACHE_C) - "SSL_CACHE_C", //no-check-names -#endif /* MBEDTLS_SSL_CACHE_C */ -#if defined(MBEDTLS_SSL_COOKIE_C) - "SSL_COOKIE_C", //no-check-names -#endif /* MBEDTLS_SSL_COOKIE_C */ -#if defined(MBEDTLS_SSL_TICKET_C) - "SSL_TICKET_C", //no-check-names -#endif /* MBEDTLS_SSL_TICKET_C */ -#if defined(MBEDTLS_SSL_CLI_C) - "SSL_CLI_C", //no-check-names -#endif /* MBEDTLS_SSL_CLI_C */ -#if defined(MBEDTLS_SSL_SRV_C) - "SSL_SRV_C", //no-check-names -#endif /* MBEDTLS_SSL_SRV_C */ -#if defined(MBEDTLS_SSL_TLS_C) - "SSL_TLS_C", //no-check-names -#endif /* MBEDTLS_SSL_TLS_C */ -#if defined(MBEDTLS_THREADING_C) - "THREADING_C", //no-check-names -#endif /* MBEDTLS_THREADING_C */ -#if defined(MBEDTLS_TIMING_C) - "TIMING_C", //no-check-names -#endif /* MBEDTLS_TIMING_C */ -#if defined(MBEDTLS_VERSION_C) - "VERSION_C", //no-check-names -#endif /* MBEDTLS_VERSION_C */ -#if defined(MBEDTLS_X509_USE_C) - "X509_USE_C", //no-check-names -#endif /* MBEDTLS_X509_USE_C */ -#if defined(MBEDTLS_X509_CRT_PARSE_C) - "X509_CRT_PARSE_C", //no-check-names -#endif /* MBEDTLS_X509_CRT_PARSE_C */ -#if defined(MBEDTLS_X509_CRL_PARSE_C) - "X509_CRL_PARSE_C", //no-check-names -#endif /* MBEDTLS_X509_CRL_PARSE_C */ -#if defined(MBEDTLS_X509_CSR_PARSE_C) - "X509_CSR_PARSE_C", //no-check-names -#endif /* MBEDTLS_X509_CSR_PARSE_C */ -#if defined(MBEDTLS_X509_CREATE_C) - "X509_CREATE_C", //no-check-names -#endif /* MBEDTLS_X509_CREATE_C */ -#if defined(MBEDTLS_X509_CRT_WRITE_C) - "X509_CRT_WRITE_C", //no-check-names -#endif /* MBEDTLS_X509_CRT_WRITE_C */ -#if defined(MBEDTLS_X509_CSR_WRITE_C) - "X509_CSR_WRITE_C", //no-check-names -#endif /* MBEDTLS_X509_CSR_WRITE_C */ -#endif /* MBEDTLS_VERSION_FEATURES */ - NULL -}; - -int mbedtls_version_check_feature(const char *feature) -{ - const char * const *idx = features; - - if (*idx == NULL) { - return -2; - } - - if (feature == NULL) { - return -1; - } - - if (strncmp(feature, "MBEDTLS_", 8)) { - return -1; - } - - feature += 8; - - while (*idx != NULL) { - if (!strcmp(*idx, feature)) { - return 0; - } - idx++; - } - return -1; -} - -#endif /* MBEDTLS_VERSION_C */ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/version_features.c b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/version_features.c new file mode 120000 index 000000000..8b33622c7 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/library/version_features.c @@ -0,0 +1 @@ +/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/version_features.c \ No newline at end of file diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake new file mode 100644 index 000000000..3b733a0ce --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/pkgconfig + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/x509_crt_bundle b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/x509_crt_bundle index 1220522ff..068907047 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mbedtls/x509_crt_bundle and b/ESP32-IDF_ePaper/build/esp-idf/mbedtls/x509_crt_bundle differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj index 0d633b211..c5266f93f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj index 0f8442e3d..3fffbc4b0 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj index 93b8eb9ef..e1a26d2da 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj b/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj index 201d51f09..e02d44ca9 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/mqtt/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/mqtt/cmake_install.cmake index 66e788bd8..f1d23819d 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/mqtt/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/mqtt/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/mqtt +# Install script for directory: /home/abobkov/esp/esp-idf/components/mqtt # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/mqtt/libmqtt.a b/ESP32-IDF_ePaper/build/esp-idf/mqtt/libmqtt.a new file mode 100644 index 000000000..d5f37d5de Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/mqtt/libmqtt.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj index 7cb4a88fe..d9b29a685 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj index 02099922a..56e7de6eb 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj new file mode 100644 index 000000000..8c4d3d413 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/flockfile.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj new file mode 100644 index 000000000..5ad3bdf53 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj index 4a6f2ba12..2249e86d0 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj index 01ad9ffed..dcc656ffe 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj index 64b844ecf..6dfde2d73 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj index bd8c5838a..d3c825f0a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj index 61851ba2b..538e329ea 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj index a4685bd90..c1e4cadb0 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj index 2716ae33d..df30f33b1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj index d8a915861..e415bdb5a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj index a43fd7f43..2586e50a1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj new file mode 100644 index 000000000..4491b0111 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/scandir.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj index 41ddcc566..d5a330612 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj index b7c882737..8331c421b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj index cfd815fb0..5ead53673 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj index 3441658c3..abeb168f6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj index ff1b248ce..c5f1f812d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/newlib/cmake_install.cmake index 0d657f95a..77f8d7917 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/newlib/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/newlib/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/newlib +# Install script for directory: /home/abobkov/esp/esp-idf/components/newlib # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,13 +32,13 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) # Include the install script for the subdirectory. - include("C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port/cmake_install.cmake") + include("/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/port/cmake_install.cmake") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/libnewlib.a b/ESP32-IDF_ePaper/build/esp-idf/newlib/libnewlib.a index f5daa2c03..df679760c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/newlib/libnewlib.a and b/ESP32-IDF_ePaper/build/esp-idf/newlib/libnewlib.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/newlib/port/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/newlib/port/cmake_install.cmake index 6cab2aff8..4fc0bd52d 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/newlib/port/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/newlib/port/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/newlib/port +# Install script for directory: /home/abobkov/esp/esp-idf/components/newlib/port # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj index 8291528ad..2e3e3eb85 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj new file mode 100644 index 000000000..ea7231426 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_bootloader.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj index 302bff9b9..fb371dbb2 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj new file mode 100644 index 000000000..f99e59cba Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj index a8ad97682..cbf80ce01 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj index 0d8521f13..12ecf5838 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj index 517350015..408550ca7 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj index 00f7ce1c1..011199398 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj index 30913eda2..7f27b678a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj index 5029cc3c1..1a30fe6f5 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj index adb8cf873..c1c66c08a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj index 0527fdf70..dea29cc79 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj new file mode 100644 index 000000000..a06b647b7 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj index 815749060..acfdce709 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj index 5e2fd9511..0c91bd9ce 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/cmake_install.cmake index ca7ed2769..46f70e8d3 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/nvs_flash +# Install script for directory: /home/abobkov/esp/esp-idf/components/nvs_flash # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/libnvs_flash.a b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/libnvs_flash.a index 32cbd0571..fd542d500 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/libnvs_flash.a and b/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/libnvs_flash.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj b/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj new file mode 100644 index 000000000..0cf4c88f9 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_provider.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider/cmake_install.cmake new file mode 100644 index 000000000..16bb73592 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/nvs_sec_provider + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider/libnvs_sec_provider.a b/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider/libnvs_sec_provider.a new file mode 100644 index 000000000..3a580f0b8 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider/libnvs_sec_provider.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/openthread/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/openthread/cmake_install.cmake index fc05b171c..44da67654 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/openthread/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/openthread/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/openthread +# Install script for directory: /home/abobkov/esp/esp-idf/components/openthread # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/partition_table/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/partition_table/cmake_install.cmake index 033f01afb..e2782220e 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/partition_table/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/partition_table/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/partition_table +# Install script for directory: /home/abobkov/esp/esp-idf/components/partition_table # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/partition_table/partition-table-flash_args.in b/ESP32-IDF_ePaper/build/esp-idf/partition_table/partition-table-flash_args.in index e3ec33c5b..ecfd9ba25 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/partition_table/partition-table-flash_args.in +++ b/ESP32-IDF_ePaper/build/esp-idf/partition_table/partition-table-flash_args.in @@ -1,2 +1,2 @@ ---flash_mode dio --flash_freq 40m --flash_size 2MB +--flash_mode dio --flash_freq 80m --flash_size 2MB 0x8000 partition_table/partition-table.bin \ No newline at end of file diff --git a/ESP32-IDF_ePaper/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj b/ESP32-IDF_ePaper/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj deleted file mode 100644 index e879bf2c4..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_access.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj b/ESP32-IDF_ePaper/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj deleted file mode 100644 index 21ac555d7..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_apis.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj b/ESP32-IDF_ePaper/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj deleted file mode 100644 index f8a0617aa..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/perfmon/CMakeFiles/__idf_perfmon.dir/xtensa_perfmon_masks.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj b/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj index 08c6d4de7..ac409f09a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/protobuf-c.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/cmake_install.cmake index e766c720d..ac9300a41 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/protobuf-c +# Install script for directory: /home/abobkov/esp/esp-idf/components/protobuf-c # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/libprotobuf-c.a b/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/libprotobuf-c.a new file mode 100644 index 000000000..140bac672 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/libprotobuf-c.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj index d971dba2b..6ace0761b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj index 86a0944e0..c860f4743 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj index bef1480f9..3d333eb26 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj index ec165ea33..154c2b77e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj index f5ff85b52..55ce3a365 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj index 4d940ce94..bf55c885b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj index 2c5bcd8f7..521f44411 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj index 98c5643b6..4f8518d22 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj index 14064d499..291b98ca8 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj index eda3566f6..b3c8e8c2b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj index 4905d592b..d22e697e6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj index 9aacadae3..cfc8f5fdf 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj index 72b5dcbcb..209bcc863 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/protocomm/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/protocomm/cmake_install.cmake index f17423b9e..3285ae3f4 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/protocomm/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/protocomm/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/protocomm +# Install script for directory: /home/abobkov/esp/esp-idf/components/protocomm # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/protocomm/libprotocomm.a b/ESP32-IDF_ePaper/build/esp-idf/protocomm/libprotocomm.a new file mode 100644 index 000000000..a4cb6c3d8 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/protocomm/libprotocomm.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj b/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj index a66a125f8..4f5332e3c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj b/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj index abe0fdd64..fa7aa0782 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj b/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj index 4201faae7..0df7fc12f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj b/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj index 45c632de1..dc7ec0b16 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj b/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj index 25b183573..afc31908a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/pthread/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/pthread/cmake_install.cmake index afa55dd05..92a8db420 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/pthread/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/pthread/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/pthread +# Install script for directory: /home/abobkov/esp/esp-idf/components/pthread # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/pthread/libpthread.a b/ESP32-IDF_ePaper/build/esp-idf/pthread/libpthread.a index 74970b0ce..765cc6258 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/pthread/libpthread.a and b/ESP32-IDF_ePaper/build/esp-idf/pthread/libpthread.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj b/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj new file mode 100644 index 000000000..6164ad90f Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj b/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj new file mode 100644 index 000000000..d4f8a5f86 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_intc.c.obj b/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_intc.c.obj new file mode 100644 index 000000000..2b419cdb2 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt_intc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj b/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj new file mode 100644 index 000000000..7103b0a3f Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj b/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj new file mode 100644 index 000000000..de5214781 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/riscv/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/riscv/cmake_install.cmake new file mode 100644 index 000000000..85ff7c6ad --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/riscv/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/riscv + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/riscv/libriscv.a b/ESP32-IDF_ePaper/build/esp-idf/riscv/libriscv.a new file mode 100644 index 000000000..f1ced2668 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/riscv/libriscv.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj b/ESP32-IDF_ePaper/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj new file mode 100644 index 000000000..94d5fa221 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_mqueue.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj b/ESP32-IDF_ePaper/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj new file mode 100644 index 000000000..740a7cbf3 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/rt/CMakeFiles/__idf_rt.dir/FreeRTOS_POSIX_utils.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/rt/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/rt/cmake_install.cmake new file mode 100644 index 000000000..b1a8811d7 --- /dev/null +++ b/ESP32-IDF_ePaper/build/esp-idf/rt/cmake_install.cmake @@ -0,0 +1,39 @@ +# Install script for directory: /home/abobkov/esp/esp-idf/components/rt + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "TRUE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") +endif() + diff --git a/ESP32-IDF_ePaper/build/esp-idf/rt/librt.a b/ESP32-IDF_ePaper/build/esp-idf/rt/librt.a new file mode 100644 index 000000000..6b13629e1 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/rt/librt.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj b/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj new file mode 100644 index 000000000..153ca9964 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sd_pwr_ctrl/sd_pwr_ctrl.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj b/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj index 9b0630f63..b114e1dd8 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj index 2e8141fb7..433493049 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj b/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj index 950221246..7c563fece 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj b/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj index 6f9676f09..2c6e1c933 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj b/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj index a52389b32..7c5b9a7e6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj b/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj index ed4f437ba..a0011ff78 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/sdmmc/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/sdmmc/cmake_install.cmake index b2448aa12..1383e86a6 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/sdmmc/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/sdmmc/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/sdmmc +# Install script for directory: /home/abobkov/esp/esp-idf/components/sdmmc # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/sdmmc/libsdmmc.a b/ESP32-IDF_ePaper/build/esp-idf/sdmmc/libsdmmc.a new file mode 100644 index 000000000..6005401d2 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/sdmmc/libsdmmc.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj index 945b04f33..ee26b5e8e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj deleted file mode 100644 index f0716dbb3..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/adc_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj deleted file mode 100644 index 751757608..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dac_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj deleted file mode 100644 index a3b0ebb61..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/dport_access.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj deleted file mode 100644 index f651be5be..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/gpio_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj deleted file mode 100644 index d0da94649..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2c_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj deleted file mode 100644 index 75adb9431..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/i2s_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj deleted file mode 100644 index 7754bd420..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/interrupts.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj deleted file mode 100644 index 177ba70cc..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/lcd_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj deleted file mode 100644 index 754cddeb5..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/ledc_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj deleted file mode 100644 index e737e0fa6..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/mcpwm_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj deleted file mode 100644 index 41f650064..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/pcnt_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj deleted file mode 100644 index f0c638043..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rmt_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj deleted file mode 100644 index 1f3d65e97..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/rtc_io_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj deleted file mode 100644 index b8b80bc83..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdio_slave_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj deleted file mode 100644 index 8f5ec06f0..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdm_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj deleted file mode 100644 index e6f3483c5..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/sdmmc_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj deleted file mode 100644 index 43ada5ecc..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/spi_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj deleted file mode 100644 index 8aa656098..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/timer_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj deleted file mode 100644 index 086442cf0..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/touch_sensor_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj deleted file mode 100644 index b0813f840..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/twai_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj deleted file mode 100644 index f76b10cad..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32/uart_periph.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj new file mode 100644 index 000000000..9e792f42e Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj new file mode 100644 index 000000000..34ba85343 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj new file mode 100644 index 000000000..4db03b383 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj new file mode 100644 index 000000000..c7fddeada Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj new file mode 100644 index 000000000..defcb03cb Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj new file mode 100644 index 000000000..e9ed46981 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj new file mode 100644 index 000000000..6cf1c69b6 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj new file mode 100644 index 000000000..d9334a08e Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj new file mode 100644 index 000000000..02066fe1f Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj new file mode 100644 index 000000000..6f4bdaf9f Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj new file mode 100644 index 000000000..1fd6a88b9 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj new file mode 100644 index 000000000..c0b5ca12c Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj new file mode 100644 index 000000000..8b9045255 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj new file mode 100644 index 000000000..8374c2180 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj new file mode 100644 index 000000000..8cd46bd7d Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj new file mode 100644 index 000000000..6bfc309fd Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj new file mode 100644 index 000000000..e59233976 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj index 618e200f2..b820ea0db 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/soc/cmake_install.cmake index bad6efd91..746e0f5c4 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/soc/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/soc/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/soc +# Install script for directory: /home/abobkov/esp/esp-idf/components/soc # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/soc/libsoc.a b/ESP32-IDF_ePaper/build/esp-idf/soc/libsoc.a index e08403008..efb17dfa5 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/soc/libsoc.a and b/ESP32-IDF_ePaper/build/esp-idf/soc/libsoc.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj index 24855d0bd..2b636588b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj index ca7d09932..4eab5ffab 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj index ffba4ec37..8c2302ef3 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj index 6512cbf8c..c8aafb1d1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj index 2000d3e17..30bc3cb80 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj index 0b7134508..be00748e8 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj index 31819ac6c..a8fc79b7d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj index fc97f35bb..da742089b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj index e5852bc70..f83855611 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj index de2b431a7..c385238bc 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj index 73eba9e50..c94946c77 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj index ab7005a6c..b445c6874 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj index 2eb258fb8..c431d01be 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj index c2bf1ef20..b755c1b61 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj index cc98482d3..caf44c46e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj index aa7262426..cc88b3132 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj index 5547f8752..1a330038f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj index 664fc97ac..a230e8a5d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj index a429fa995..3d5deb909 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/cmake_install.cmake index 71f5372cf..46b54bfc2 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/spi_flash +# Install script for directory: /home/abobkov/esp/esp-idf/components/spi_flash # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/libspi_flash.a b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/libspi_flash.a index 820796f94..96c34d46e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spi_flash/libspi_flash.a and b/ESP32-IDF_ePaper/build/esp-idf/spi_flash/libspi_flash.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj index 0b79328f2..6bc5acea6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj index 31614d74e..a674896a6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj index d84294752..d644f437b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj index 228ccf178..98a4d4c0a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj index df2e41b45..6975cb074 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj index d8613dde7..1fecf7ddf 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj b/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj index f823859d1..a66882e15 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/spiffs/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/spiffs/cmake_install.cmake index e97bcf2e4..050433254 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/spiffs/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/spiffs/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/spiffs +# Install script for directory: /home/abobkov/esp/esp-idf/components/spiffs # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/spiffs/libspiffs.a b/ESP32-IDF_ePaper/build/esp-idf/spiffs/libspiffs.a new file mode 100644 index 000000000..67383a745 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/spiffs/libspiffs.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj b/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj index fb9c87a7a..2a3383211 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj index 6968b8b61..d8c8fd668 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj b/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj index 1017d911e..78f99c8d1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj b/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj index 84095b8a6..d7bd71664 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj b/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj index 24e65484d..31fd5c8fc 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/cmake_install.cmake index ee0827013..e535f4075 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/tcp_transport +# Install script for directory: /home/abobkov/esp/esp-idf/components/tcp_transport # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/libtcp_transport.a b/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/libtcp_transport.a index 734fba63b..762c1f522 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/libtcp_transport.a and b/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/libtcp_transport.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/ulp/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/ulp/cmake_install.cmake index 63836f5af..decad02cc 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/ulp/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/ulp/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/ulp +# Install script for directory: /home/abobkov/esp/esp-idf/components/ulp # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj index 86628dac2..f997117dc 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj b/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj index e9051fce1..94251b580 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj b/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj new file mode 100644 index 000000000..136828f03 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_compat.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj b/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj index 8e5a57656..171ed1373 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj b/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj index 45b941a57..cec5220c3 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj b/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj index e4a477c28..10f5e681f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj b/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj index 3f40ce625..9d8aba2f0 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj b/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj index 5d1e995d5..a3071b5a3 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/unity/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/unity/cmake_install.cmake index bcd9548cb..001245d04 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/unity/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/unity/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/unity +# Install script for directory: /home/abobkov/esp/esp-idf/components/unity # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/unity/libunity.a b/ESP32-IDF_ePaper/build/esp-idf/unity/libunity.a new file mode 100644 index 000000000..a2929d12d Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/unity/libunity.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/usb/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/usb/cmake_install.cmake index 20db12d33..5a6cdbcb7 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/usb/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/usb/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/usb +# Install script for directory: /home/abobkov/esp/esp-idf/components/usb # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj b/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj new file mode 100644 index 000000000..089ddcb92 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/nullfs.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj b/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj index 30144e201..496de2d75 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_console.c.obj b/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_console.c.obj deleted file mode 100644 index 595afcebf..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_console.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj b/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj index 56fa95b38..c2a9b0836 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj b/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj index 9edf63744..633b4a19e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj b/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj deleted file mode 100644 index c3355d58d..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/vfs/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/vfs/cmake_install.cmake index b0d81b9f5..08b1b947b 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/vfs/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/vfs/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/vfs +# Install script for directory: /home/abobkov/esp/esp-idf/components/vfs # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/vfs/libvfs.a b/ESP32-IDF_ePaper/build/esp-idf/vfs/libvfs.a index 658212430..a866eff17 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/vfs/libvfs.a and b/ESP32-IDF_ePaper/build/esp-idf/vfs/libvfs.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj index e78105ef5..0f12a0cb7 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj index d7d9a0941..bec3dbc7a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj index db7380c49..0091bb568 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj index 1b899edf1..3d8cdf031 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj index 1179f498b..86d51f947 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj index 2a9855193..f3fd9ea8c 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj b/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj index 1811bb60f..c68155067 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj and b/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/cmake_install.cmake index 6c9ac368b..783f80e19 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/wear_levelling +# Install script for directory: /home/abobkov/esp/esp-idf/components/wear_levelling # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/libwear_levelling.a b/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/libwear_levelling.a new file mode 100644 index 000000000..0ad611cf6 Binary files /dev/null and b/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/libwear_levelling.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj index ad5d65a7e..96d988b2a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj index a9e97c5e9..a3ca9bc01 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj index 97929f22b..d31f2cb25 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj index e0395830a..444c67ba1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj index 06d9f7487..99de62167 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj index e36e54dfd..752a9c89d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj index 9e91475f6..158afc730 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj index 4da67dcf0..5d28ef7f0 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj index 6d044c9fa..6a899b118 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_config.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj index 75b366e5e..2663f9ef4 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj index bf5d476ac..289d423cf 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/cmake_install.cmake index b49baa0ea..4b6ec9afe 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/wifi_provisioning +# Install script for directory: /home/abobkov/esp/esp-idf/components/wifi_provisioning # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj index 061f6e0b0..c57574eb6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj index 525b116ff..112e69b09 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-ec.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj index 2ef8f8bca..91083dc0a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj index 95bc22ec5..2b49ce38f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj index 52d9d76b7..46b0053b4 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj index fcdb1e70f..230edd985 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj index 1a825e87e..7161ef9c8 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj index 977af8849..702d1536d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj index 778265ae5..fa8051959 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj index 94d72580a..c66928b2f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_scan.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_scan.c.obj deleted file mode 100644 index 10f84703d..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_scan.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj index 6c55ea051..010952c77 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa2_api_port.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj index a4a55b11e..12aa995d4 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj index 84730cc62..b748d5ecf 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj index 25da1218b..9f4d1433a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj index 6a9f9d32a..2b0e1688b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj index 5070b78d9..04cccc845 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj index 03d3941df..9f35ee5f9 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj index f09a86cf8..125e30d54 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj index 796a91dfe..2415a3107 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj index 5caebfa8e..e7a15dca1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj index 96ed88a1f..340c60c10 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj index 703b9b214..9e5e18981 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj index dadfad7a4..60fd3a6b5 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj index 2adb00465..53705c4b1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj index 703dd13e3..9ef3ac3d6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/bss.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/bss.c.obj deleted file mode 100644 index e8441cc56..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/bss.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj index d9dc9da9d..459758122 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj index af162f6d5..179aaef2f 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj index 512e0944e..f81a0b7d9 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj index 8e2aea844..4fa80ad19 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/scan.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/scan.c.obj deleted file mode 100644 index 3b17e277d..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/scan.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj index a502c8507..2ac9fe2ab 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj index 9a353634f..1055635d6 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj index d9f15c63b..fd4dc4b3a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj index f857e8400..6d3e82021 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj index d8d115946..ecb0fe026 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj index 9b58733a3..4fd4d1fa9 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj index d8ed5a6c9..2ed0c1c25 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj index 896271124..1ac48cffb 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj index c4f8d529b..fff58c6ed 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj index b2c3cbd4d..bd6a7e29b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj index 678a78ac9..bfeb82437 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj index f9f76a6a7..5ad20f280 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj index 76ceeb082..6df525196 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj index 9257c2c3a..b4cdf5dfe 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj index 36ce0f04f..c86f4faf3 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj index 25b237799..a3a3b981d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj index cb9d039ff..4ffa1f190 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj index 8dc14fde8..ccc47265e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj index 454804434..4202889dd 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj index d017af9e9..6777ead7e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj index a1948e604..0f7bf4ad0 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj index 62578f7b4..606d42009 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj index be4691737..e499e2007 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj index e829eafb3..b9390c627 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj index 5a10fea68..4bb8d839d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj index d0066d316..328f2add3 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj index a736ddbfb..dbc83c460 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj index d52ff2f7d..f78cd89a7 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj index ddb0eab6a..eaf236b64 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj index bb95b7835..f8abd6adb 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj index bb11518a5..b59ddc31e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj index e7f806a8f..1c0d6d0e1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj index e3e2b99a9..808948c83 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj index 4c9b5d00c..9520aa1d5 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj index 6d8d6a656..86312f21d 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj index ced35fd0c..716678346 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj index ad8ee8302..35e1fb0b7 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj index 9e0ab7a80..aa902da06 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj index 030f80603..6021e6959 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj index c9d2a0279..5c6418818 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj index c5f196ba1..e892169f2 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj index 448ab3541..19f4a93a8 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj index 684e2424d..3b4156b2a 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj index 3846eb633..afa6604be 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj index 825f6b10f..329b4691e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj index b5482349e..a5b8540ad 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj index 2332da733..ba1aaf3fb 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj index 62fbb5d9c..0e80226b0 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj index f16cc6cff..8c809e4ee 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj index 26b42f73a..065fa9241 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj index bc44c60d6..fb1afbcf3 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj index 28fed75eb..b128eea3b 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj index 4d6820705..7377dda9e 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj index 8658eeb39..89bafc7b1 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/cmake_install.cmake b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/cmake_install.cmake index e0ba93eec..2ec82c7ff 100644 --- a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/cmake_install.cmake +++ b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/cmake_install.cmake @@ -1,8 +1,8 @@ -# Install script for directory: C:/Users/alex/esp/esp-idf/components/wpa_supplicant +# Install script for directory: /home/abobkov/esp/esp-idf/components/wpa_supplicant # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ESP32-IDF_ePaper") + set(CMAKE_INSTALL_PREFIX "/usr/local") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") @@ -32,8 +32,8 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "TRUE") endif() -# Set default install directory permissions. +# Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-objdump.exe") + set(CMAKE_OBJDUMP "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-objdump") endif() diff --git a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/libwpa_supplicant.a b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/libwpa_supplicant.a index e1a52b017..9fb129618 100644 Binary files a/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/libwpa_supplicant.a and b/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/libwpa_supplicant.a differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj b/ESP32-IDF_ePaper/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj deleted file mode 100644 index c444e5999..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/eri.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj b/ESP32-IDF_ePaper/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj deleted file mode 100644 index 7ded34ba2..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xt_trax.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj b/ESP32-IDF_ePaper/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj deleted file mode 100644 index 1eed2da01..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr.c.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj b/ESP32-IDF_ePaper/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj deleted file mode 100644 index 1c0ccff03..000000000 Binary files a/ESP32-IDF_ePaper/build/esp-idf/xtensa/CMakeFiles/__idf_xtensa.dir/xtensa_intr_asm.S.obj and /dev/null differ diff --git a/ESP32-IDF_ePaper/build/flash_app_args b/ESP32-IDF_ePaper/build/flash_app_args index 586e95f9d..2cec04042 100644 --- a/ESP32-IDF_ePaper/build/flash_app_args +++ b/ESP32-IDF_ePaper/build/flash_app_args @@ -1,2 +1,2 @@ ---flash_mode dio --flash_freq 40m --flash_size 2MB +--flash_mode dio --flash_freq 80m --flash_size 2MB 0x10000 ESP32-IDF_ePaper.bin diff --git a/ESP32-IDF_ePaper/build/flash_args b/ESP32-IDF_ePaper/build/flash_args index 7f2671602..07e1b0251 100644 --- a/ESP32-IDF_ePaper/build/flash_args +++ b/ESP32-IDF_ePaper/build/flash_args @@ -1,4 +1,4 @@ ---flash_mode dio --flash_freq 40m --flash_size 2MB -0x1000 bootloader/bootloader.bin +--flash_mode dio --flash_freq 80m --flash_size 2MB +0x0 bootloader/bootloader.bin 0x10000 ESP32-IDF_ePaper.bin 0x8000 partition_table/partition-table.bin diff --git a/ESP32-IDF_ePaper/build/flash_args.in b/ESP32-IDF_ePaper/build/flash_args.in index 291042855..880728a2b 100644 --- a/ESP32-IDF_ePaper/build/flash_args.in +++ b/ESP32-IDF_ePaper/build/flash_args.in @@ -1,4 +1,4 @@ ---flash_mode dio --flash_freq 40m --flash_size 2MB -0x1000 bootloader/bootloader.bin +--flash_mode dio --flash_freq 80m --flash_size 2MB +0x0 bootloader/bootloader.bin 0x10000 $.bin 0x8000 partition_table/partition-table.bin \ No newline at end of file diff --git a/ESP32-IDF_ePaper/build/flash_bootloader_args b/ESP32-IDF_ePaper/build/flash_bootloader_args index 7ea5acf77..7b1a5bde2 100644 --- a/ESP32-IDF_ePaper/build/flash_bootloader_args +++ b/ESP32-IDF_ePaper/build/flash_bootloader_args @@ -1,2 +1,2 @@ ---flash_mode dio --flash_freq 40m --flash_size 2MB -0x1000 bootloader/bootloader.bin +--flash_mode dio --flash_freq 80m --flash_size 2MB +0x0 bootloader/bootloader.bin diff --git a/ESP32-IDF_ePaper/build/flash_project_args b/ESP32-IDF_ePaper/build/flash_project_args index 7f2671602..07e1b0251 100644 --- a/ESP32-IDF_ePaper/build/flash_project_args +++ b/ESP32-IDF_ePaper/build/flash_project_args @@ -1,4 +1,4 @@ ---flash_mode dio --flash_freq 40m --flash_size 2MB -0x1000 bootloader/bootloader.bin +--flash_mode dio --flash_freq 80m --flash_size 2MB +0x0 bootloader/bootloader.bin 0x10000 ESP32-IDF_ePaper.bin 0x8000 partition_table/partition-table.bin diff --git a/ESP32-IDF_ePaper/build/flasher_args.json b/ESP32-IDF_ePaper/build/flasher_args.json index f81a28d62..476f5ec47 100644 --- a/ESP32-IDF_ePaper/build/flasher_args.json +++ b/ESP32-IDF_ePaper/build/flasher_args.json @@ -1,24 +1,24 @@ { "write_flash_args" : [ "--flash_mode", "dio", "--flash_size", "2MB", - "--flash_freq", "40m" ], + "--flash_freq", "80m" ], "flash_settings" : { "flash_mode": "dio", "flash_size": "2MB", - "flash_freq": "40m" + "flash_freq": "80m" }, "flash_files" : { - "0x1000" : "bootloader/bootloader.bin", + "0x0" : "bootloader/bootloader.bin", "0x10000" : "ESP32-IDF_ePaper.bin", "0x8000" : "partition_table/partition-table.bin" }, - "bootloader" : { "offset" : "0x1000", "file" : "bootloader/bootloader.bin", "encrypted" : "false" }, + "bootloader" : { "offset" : "0x0", "file" : "bootloader/bootloader.bin", "encrypted" : "false" }, "app" : { "offset" : "0x10000", "file" : "ESP32-IDF_ePaper.bin", "encrypted" : "false" }, "partition-table" : { "offset" : "0x8000", "file" : "partition_table/partition-table.bin", "encrypted" : "false" }, "extra_esptool_args" : { "after" : "hard_reset", "before" : "default_reset", "stub" : true, - "chip" : "esp32" + "chip" : "esp32c3" } } diff --git a/ESP32-IDF_ePaper/build/kconfigs.in b/ESP32-IDF_ePaper/build/kconfigs.in index 940178dfd..cd2c245e5 100644 --- a/ESP32-IDF_ePaper/build/kconfigs.in +++ b/ESP32-IDF_ePaper/build/kconfigs.in @@ -1,51 +1,75 @@ -source "C:/Users/alex/esp/esp-idf/components/app_trace/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/bt/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/driver/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/efuse/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp-tls/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_adc/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_coex/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_common/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_eth/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_event/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_gdbstub/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_http_client/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_http_server/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_https_ota/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_https_server/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_hw_support/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_lcd/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_netif/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_partition/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_phy/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_pm/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_psram/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_ringbuf/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_system/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_timer/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/esp_wifi/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/espcoredump/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/fatfs/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/freertos/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/hal/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/heap/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/ieee802154/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/log/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/lwip/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/mbedtls/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/newlib/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/nvs_flash/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/openthread/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/protocomm/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/pthread/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/soc/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/spi_flash/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/spiffs/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/tcp_transport/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/ulp/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/unity/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/usb/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/vfs/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/wear_levelling/Kconfig" -source "C:/Users/alex/esp/esp-idf/components/wifi_provisioning/Kconfig" \ No newline at end of file +source "/home/abobkov/esp/esp-idf/components/app_trace/Kconfig" +source "/home/abobkov/esp/esp-idf/components/bt/Kconfig" +source "/home/abobkov/esp/esp-idf/components/console/Kconfig" +source "/home/abobkov/esp/esp-idf/components/driver/Kconfig" +source "/home/abobkov/esp/esp-idf/components/efuse/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp-tls/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_adc/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_coex/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_common/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_driver_cam/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_driver_dac/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_driver_gpio/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_driver_i2c/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_driver_i2s/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_driver_isp/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_driver_jpeg/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_driver_ledc/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_driver_parlio/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_driver_rmt/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_driver_sdm/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_driver_spi/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_driver_touch_sens/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_driver_tsens/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_driver_uart/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_eth/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_event/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_gdbstub/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_http_client/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_http_server/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_https_ota/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_https_server/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_hw_support/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_lcd/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_mm/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_netif/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_partition/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_phy/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_pm/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_psram/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_ringbuf/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_security/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_system/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_timer/Kconfig" +source "/home/abobkov/esp/esp-idf/components/esp_wifi/Kconfig" +source "/home/abobkov/esp/esp-idf/components/espcoredump/Kconfig" +source "/home/abobkov/esp/esp-idf/components/fatfs/Kconfig" +source "/home/abobkov/esp/esp-idf/components/freertos/Kconfig" +source "/home/abobkov/esp/esp-idf/components/hal/Kconfig" +source "/home/abobkov/esp/esp-idf/components/heap/Kconfig" +source "/home/abobkov/esp/esp-idf/components/ieee802154/Kconfig" +source "/home/abobkov/esp/esp-idf/components/log/Kconfig" +source "/home/abobkov/esp/esp-idf/components/lwip/Kconfig" +source "/home/abobkov/esp/esp-idf/components/mbedtls/Kconfig" +source "/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/Kconfig" +source "/home/abobkov/esp/esp-idf/components/newlib/Kconfig" +source "/home/abobkov/esp/esp-idf/components/nvs_flash/Kconfig" +source "/home/abobkov/esp/esp-idf/components/nvs_sec_provider/Kconfig" +source "/home/abobkov/esp/esp-idf/components/openthread/Kconfig" +source "/home/abobkov/esp/esp-idf/components/protocomm/Kconfig" +source "/home/abobkov/esp/esp-idf/components/pthread/Kconfig" +source "/home/abobkov/esp/esp-idf/components/soc/Kconfig" +source "/home/abobkov/esp/esp-idf/components/spi_flash/Kconfig" +source "/home/abobkov/esp/esp-idf/components/spiffs/Kconfig" +source "/home/abobkov/esp/esp-idf/components/tcp_transport/Kconfig" +source "/home/abobkov/esp/esp-idf/components/ulp/Kconfig" +source "/home/abobkov/esp/esp-idf/components/unity/Kconfig" +source "/home/abobkov/esp/esp-idf/components/usb/Kconfig" +source "/home/abobkov/esp/esp-idf/components/vfs/Kconfig" +source "/home/abobkov/esp/esp-idf/components/wear_levelling/Kconfig" +source "/home/abobkov/esp/esp-idf/components/wifi_provisioning/Kconfig" \ No newline at end of file diff --git a/ESP32-IDF_ePaper/build/kconfigs_projbuild.in b/ESP32-IDF_ePaper/build/kconfigs_projbuild.in index 91fa03209..67c9bc97d 100644 --- a/ESP32-IDF_ePaper/build/kconfigs_projbuild.in +++ b/ESP32-IDF_ePaper/build/kconfigs_projbuild.in @@ -1,6 +1,6 @@ -source "C:/Users/alex/esp/esp-idf/components/bootloader/Kconfig.projbuild" -source "C:/Users/alex/esp/esp-idf/components/esp_app_format/Kconfig.projbuild" -source "C:/Users/alex/esp/esp-idf/components/esp_rom/Kconfig.projbuild" -source "C:/Users/alex/esp/esp-idf/components/esptool_py/Kconfig.projbuild" -source "C:/Users/alex/esp/esp-idf/components/partition_table/Kconfig.projbuild" -source "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/main/Kconfig.projbuild" \ No newline at end of file +source "/home/abobkov/esp/esp-idf/components/bootloader/Kconfig.projbuild" +source "/home/abobkov/esp/esp-idf/components/esp_app_format/Kconfig.projbuild" +source "/home/abobkov/esp/esp-idf/components/esp_rom/Kconfig.projbuild" +source "/home/abobkov/esp/esp-idf/components/esptool_py/Kconfig.projbuild" +source "/home/abobkov/esp/esp-idf/components/partition_table/Kconfig.projbuild" +source "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main/Kconfig.projbuild" \ No newline at end of file diff --git a/ESP32-IDF_ePaper/build/ldgen_libraries b/ESP32-IDF_ePaper/build/ldgen_libraries index 4a0ca2cf0..d17e8b869 100644 --- a/ESP32-IDF_ePaper/build/ldgen_libraries +++ b/ESP32-IDF_ePaper/build/ldgen_libraries @@ -1,63 +1,81 @@ -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/xtensa/libxtensa.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/libesp_ringbuf.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/libefuse.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver/libdriver.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm/libesp_pm.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/libmbedtls.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/libesp_app_format.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/libbootloader_support.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition/libesp_partition.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update/libapp_update.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm/libesp_mm.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash/libspi_flash.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread/libpthread.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/libesp_system.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom/libesp_rom.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal/libhal.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log/liblog.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap/libheap.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc/libsoc.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/libesp_hw_support.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos/libfreertos.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/libnewlib.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx/libcxx.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common/libesp_common.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer/libesp_timer.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace/libapp_trace.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event/libesp_event.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/libnvs_flash.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy/libesp_phy.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs/libvfs.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip/liblwip.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif/libesp_netif.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/libwpa_supplicant.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex/libesp_coex.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/libesp_wifi.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity/libunity.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock/libcmock.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console/libconsole.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser/libhttp_parser.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls/libesp-tls.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc/libesp_adc.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth/libesp_eth.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/libesp_gdbstub.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid/libesp_hid.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/libtcp_transport.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/libesp_http_client.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/libesp_http_server.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/libesp_https_ota.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/libesp_lcd.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/libprotobuf-c.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm/libprotocomm.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump/libespcoredump.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/libwear_levelling.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc/libsdmmc.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs/libfatfs.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json/libjson.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt/libmqtt.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/perfmon/libperfmon.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs/libspiffs.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/libwifi_provisioning.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/libespressif__led_strip.a -C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main/libmain.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/riscv/libriscv.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/libesp_driver_gpio.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm/libesp_pm.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/libmbedtls.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/libesp_app_format.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format/libesp_bootloader_format.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update/libapp_update.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition/libesp_partition.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/libefuse.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/libbootloader_support.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm/libesp_mm.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash/libspi_flash.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/libesp_system.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common/libesp_common.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom/libesp_rom.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal/libhal.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log/liblog.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap/libheap.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc/libsoc.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_security/libesp_security.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/libesp_hw_support.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos/libfreertos.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/libnewlib.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread/libpthread.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx/libcxx.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer/libesp_timer.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/libesp_ringbuf.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/libesp_driver_uart.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace/libapp_trace.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event/libesp_event.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/libnvs_flash.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/libesp_driver_spi.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/libesp_driver_i2s.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc/libsdmmc.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/libesp_driver_rmt.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens/libesp_driver_tsens.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm/libesp_driver_sdm.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/libesp_driver_i2c.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc/libesp_driver_ledc.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver/libdriver.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy/libesp_phy.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console/libesp_vfs_console.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs/libvfs.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip/liblwip.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif/libesp_netif.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/libwpa_supplicant.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex/libesp_coex.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/libesp_wifi.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity/libunity.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock/libcmock.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console/libconsole.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser/libhttp_parser.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls/libesp-tls.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc/libesp_adc.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/libesp_driver_cam.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth/libesp_eth.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/libesp_gdbstub.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid/libesp_hid.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/libtcp_transport.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/libesp_http_client.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/libesp_http_server.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/libesp_https_ota.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/libesp_https_server.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/libesp_lcd.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/libprotobuf-c.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm/libprotocomm.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump/libespcoredump.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/libwear_levelling.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs/libfatfs.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json/libjson.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt/libmqtt.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider/libnvs_sec_provider.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/rt/librt.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs/libspiffs.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/libwifi_provisioning.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/libespressif__led_strip.a +/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main/libmain.a diff --git a/ESP32-IDF_ePaper/build/ldgen_libraries.in b/ESP32-IDF_ePaper/build/ldgen_libraries.in index d97d3efbc..4025e980a 100644 --- a/ESP32-IDF_ePaper/build/ldgen_libraries.in +++ b/ESP32-IDF_ePaper/build/ldgen_libraries.in @@ -1,32 +1,48 @@ -$ -$ -$ -$ +$ +$ $ $ $ -$ -$ +$ $ +$ +$ +$ $ $ -$ $ +$ $ $ $ $ $ +$ $ $ $ +$ $ -$ $ +$ +$ +$ $ $ $ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ +$ $ +$ $ $ $ @@ -39,6 +55,7 @@ $ $ $ $ +$ $ $ $ @@ -46,17 +63,18 @@ $ $ $ $ +$ $ $ $ $ $ $ -$ $ $ $ -$ +$ +$ $ $ $ diff --git a/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-done b/ESP32-IDF_ePaper/build/log/idf_py_stderr_output_14777 similarity index 100% rename from ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-done rename to ESP32-IDF_ePaper/build/log/idf_py_stderr_output_14777 diff --git a/ESP32-IDF_ePaper/build/log/idf_py_stdout_output_14777 b/ESP32-IDF_ePaper/build/log/idf_py_stdout_output_14777 new file mode 100644 index 000000000..209cf719f --- /dev/null +++ b/ESP32-IDF_ePaper/build/log/idf_py_stdout_output_14777 @@ -0,0 +1,48 @@ +-- Existing sdkconfig '/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig' renamed to '/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig.old'. +-- Found Git: /usr/bin/git (found version "2.45.2") +-- The C compiler identification is GNU 14.2.0 +-- The CXX compiler identification is GNU 14.2.0 +-- The ASM compiler identification is GNU +-- Found assembler: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc +-- Detecting C compiler ABI info +-- Detecting C compiler ABI info - done +-- Check for working C compiler: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc - skipped +-- Detecting C compile features +-- Detecting C compile features - done +-- Detecting CXX compiler ABI info +-- Detecting CXX compiler ABI info - done +-- Check for working CXX compiler: /home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-g++ - skipped +-- Detecting CXX compile features +-- Detecting CXX compile features - done +-- Building ESP-IDF components for target esp32c3 +NOTICE: Current idf-component-manager default lock file version is 2.0.0, but found 1.0.0 in /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/dependencies.lock. Recreating lock file with the current version. +NOTICE: Manifest files have changed, solving dependencies. +..NOTICE: Updating lock file at /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/dependencies.lock +NOTICE: Processing 2 dependencies: +NOTICE: [1/2] espressif/led_strip (2.5.3) +NOTICE: [2/2] idf (5.4.0) +-- Project sdkconfig file /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig +-- Adding linker script /home/abobkov/esp/esp-idf/components/riscv/ld/rom.api.ld +-- Found Python3: /home/abobkov/.espressif/python_env/idf5.4_py3.12_env/bin/python (found version "3.12.7") found components: Interpreter +-- Performing Test CMAKE_HAVE_LIBC_PTHREAD +-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success +-- Found Threads: TRUE +-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS +-- Performing Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS - Success +-- App "ESP32-IDF_ePaper" version: ESP32-Node_Switch-v2.7-4553-gde +-- Adding linker script /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/memory.ld +-- Adding linker script /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/ld/sections.ld.in +-- Adding linker script /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.ld +-- Adding linker script /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.api.ld +-- Adding linker script /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.bt_funcs.ld +-- Adding linker script /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.libgcc.ld +-- Adding linker script /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.version.ld +-- Adding linker script /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.eco3.ld +-- Adding linker script /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.eco3_bt_funcs.ld +-- Adding linker script /home/abobkov/esp/esp-idf/components/esp_rom/esp32c3/ld/esp32c3.rom.newlib.ld +-- Adding linker script /home/abobkov/esp/esp-idf/components/soc/esp32c3/ld/esp32c3.peripherals.ld +-- Components: app_trace app_update bootloader bootloader_support bt cmock console cxx driver efuse esp-tls esp_adc esp_app_format esp_bootloader_format esp_coex esp_common esp_driver_ana_cmpr esp_driver_cam esp_driver_dac esp_driver_gpio esp_driver_gptimer esp_driver_i2c esp_driver_i2s esp_driver_isp esp_driver_jpeg esp_driver_ledc esp_driver_mcpwm esp_driver_parlio esp_driver_pcnt esp_driver_ppa esp_driver_rmt esp_driver_sdio esp_driver_sdm esp_driver_sdmmc esp_driver_sdspi esp_driver_spi esp_driver_touch_sens esp_driver_tsens esp_driver_uart esp_driver_usb_serial_jtag esp_eth esp_event esp_gdbstub esp_hid esp_http_client esp_http_server esp_https_ota esp_https_server esp_hw_support esp_lcd esp_local_ctrl esp_mm esp_netif esp_netif_stack esp_partition esp_phy esp_pm esp_psram esp_ringbuf esp_rom esp_security esp_system esp_timer esp_vfs_console esp_wifi espcoredump espressif__led_strip esptool_py fatfs freertos hal heap http_parser idf_test ieee802154 json log lwip main mbedtls mqtt newlib nvs_flash nvs_sec_provider openthread partition_table protobuf-c protocomm pthread riscv rt sdmmc soc spi_flash spiffs tcp_transport ulp unity usb vfs wear_levelling wifi_provisioning wpa_supplicant +-- Component paths: /home/abobkov/esp/esp-idf/components/app_trace /home/abobkov/esp/esp-idf/components/app_update /home/abobkov/esp/esp-idf/components/bootloader /home/abobkov/esp/esp-idf/components/bootloader_support /home/abobkov/esp/esp-idf/components/bt /home/abobkov/esp/esp-idf/components/cmock /home/abobkov/esp/esp-idf/components/console /home/abobkov/esp/esp-idf/components/cxx /home/abobkov/esp/esp-idf/components/driver /home/abobkov/esp/esp-idf/components/efuse /home/abobkov/esp/esp-idf/components/esp-tls /home/abobkov/esp/esp-idf/components/esp_adc /home/abobkov/esp/esp-idf/components/esp_app_format /home/abobkov/esp/esp-idf/components/esp_bootloader_format /home/abobkov/esp/esp-idf/components/esp_coex /home/abobkov/esp/esp-idf/components/esp_common /home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr /home/abobkov/esp/esp-idf/components/esp_driver_cam /home/abobkov/esp/esp-idf/components/esp_driver_dac /home/abobkov/esp/esp-idf/components/esp_driver_gpio /home/abobkov/esp/esp-idf/components/esp_driver_gptimer /home/abobkov/esp/esp-idf/components/esp_driver_i2c /home/abobkov/esp/esp-idf/components/esp_driver_i2s /home/abobkov/esp/esp-idf/components/esp_driver_isp /home/abobkov/esp/esp-idf/components/esp_driver_jpeg /home/abobkov/esp/esp-idf/components/esp_driver_ledc /home/abobkov/esp/esp-idf/components/esp_driver_mcpwm /home/abobkov/esp/esp-idf/components/esp_driver_parlio /home/abobkov/esp/esp-idf/components/esp_driver_pcnt /home/abobkov/esp/esp-idf/components/esp_driver_ppa /home/abobkov/esp/esp-idf/components/esp_driver_rmt /home/abobkov/esp/esp-idf/components/esp_driver_sdio /home/abobkov/esp/esp-idf/components/esp_driver_sdm /home/abobkov/esp/esp-idf/components/esp_driver_sdmmc /home/abobkov/esp/esp-idf/components/esp_driver_sdspi /home/abobkov/esp/esp-idf/components/esp_driver_spi /home/abobkov/esp/esp-idf/components/esp_driver_touch_sens /home/abobkov/esp/esp-idf/components/esp_driver_tsens /home/abobkov/esp/esp-idf/components/esp_driver_uart /home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag /home/abobkov/esp/esp-idf/components/esp_eth /home/abobkov/esp/esp-idf/components/esp_event /home/abobkov/esp/esp-idf/components/esp_gdbstub /home/abobkov/esp/esp-idf/components/esp_hid /home/abobkov/esp/esp-idf/components/esp_http_client /home/abobkov/esp/esp-idf/components/esp_http_server /home/abobkov/esp/esp-idf/components/esp_https_ota /home/abobkov/esp/esp-idf/components/esp_https_server /home/abobkov/esp/esp-idf/components/esp_hw_support /home/abobkov/esp/esp-idf/components/esp_lcd /home/abobkov/esp/esp-idf/components/esp_local_ctrl /home/abobkov/esp/esp-idf/components/esp_mm /home/abobkov/esp/esp-idf/components/esp_netif /home/abobkov/esp/esp-idf/components/esp_netif_stack /home/abobkov/esp/esp-idf/components/esp_partition /home/abobkov/esp/esp-idf/components/esp_phy /home/abobkov/esp/esp-idf/components/esp_pm /home/abobkov/esp/esp-idf/components/esp_psram /home/abobkov/esp/esp-idf/components/esp_ringbuf /home/abobkov/esp/esp-idf/components/esp_rom /home/abobkov/esp/esp-idf/components/esp_security /home/abobkov/esp/esp-idf/components/esp_system /home/abobkov/esp/esp-idf/components/esp_timer /home/abobkov/esp/esp-idf/components/esp_vfs_console /home/abobkov/esp/esp-idf/components/esp_wifi /home/abobkov/esp/esp-idf/components/espcoredump /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip /home/abobkov/esp/esp-idf/components/esptool_py /home/abobkov/esp/esp-idf/components/fatfs /home/abobkov/esp/esp-idf/components/freertos /home/abobkov/esp/esp-idf/components/hal /home/abobkov/esp/esp-idf/components/heap /home/abobkov/esp/esp-idf/components/http_parser /home/abobkov/esp/esp-idf/components/idf_test /home/abobkov/esp/esp-idf/components/ieee802154 /home/abobkov/esp/esp-idf/components/json /home/abobkov/esp/esp-idf/components/log /home/abobkov/esp/esp-idf/components/lwip /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main /home/abobkov/esp/esp-idf/components/mbedtls /home/abobkov/esp/esp-idf/components/mqtt /home/abobkov/esp/esp-idf/components/newlib /home/abobkov/esp/esp-idf/components/nvs_flash /home/abobkov/esp/esp-idf/components/nvs_sec_provider /home/abobkov/esp/esp-idf/components/openthread /home/abobkov/esp/esp-idf/components/partition_table /home/abobkov/esp/esp-idf/components/protobuf-c /home/abobkov/esp/esp-idf/components/protocomm /home/abobkov/esp/esp-idf/components/pthread /home/abobkov/esp/esp-idf/components/riscv /home/abobkov/esp/esp-idf/components/rt /home/abobkov/esp/esp-idf/components/sdmmc /home/abobkov/esp/esp-idf/components/soc /home/abobkov/esp/esp-idf/components/spi_flash /home/abobkov/esp/esp-idf/components/spiffs /home/abobkov/esp/esp-idf/components/tcp_transport /home/abobkov/esp/esp-idf/components/ulp /home/abobkov/esp/esp-idf/components/unity /home/abobkov/esp/esp-idf/components/usb /home/abobkov/esp/esp-idf/components/vfs /home/abobkov/esp/esp-idf/components/wear_levelling /home/abobkov/esp/esp-idf/components/wifi_provisioning /home/abobkov/esp/esp-idf/components/wpa_supplicant +-- Configuring done (17.1s) +-- Generating done (1.9s) +-- Build files have been written to: /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build diff --git a/ESP32-IDF_ePaper/build/partition-table-flash_args b/ESP32-IDF_ePaper/build/partition-table-flash_args index 19bd58215..703accc57 100644 --- a/ESP32-IDF_ePaper/build/partition-table-flash_args +++ b/ESP32-IDF_ePaper/build/partition-table-flash_args @@ -1,2 +1,2 @@ ---flash_mode dio --flash_freq 40m --flash_size 2MB +--flash_mode dio --flash_freq 80m --flash_size 2MB 0x8000 partition_table/partition-table.bin diff --git a/ESP32-IDF_ePaper/build/project_description.json b/ESP32-IDF_ePaper/build/project_description.json index 2b630df3b..7c7eba087 100644 --- a/ESP32-IDF_ePaper/build/project_description.json +++ b/ESP32-IDF_ePaper/build/project_description.json @@ -1,68 +1,68 @@ { - "version": "1", + "version": "1.1", "project_name": "ESP32-IDF_ePaper", - "project_version": "e24ea3f-dirty", - "project_path": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper", - "idf_path": "C:/Users/alex/esp/esp-idf", - "build_dir": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build", - "config_file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig", + "project_version": "ESP32-Node_Switch-v2.7-4553-gde1d2d024-dirty", + "project_path": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper", + "idf_path": "/home/abobkov/esp/esp-idf", + "build_dir": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build", + "config_file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/sdkconfig", "config_defaults": "", - "bootloader_elf": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.elf", + "bootloader_elf": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/bootloader/bootloader.elf", "app_elf": "ESP32-IDF_ePaper.elf", "app_bin": "ESP32-IDF_ePaper.bin", "build_type": "flash_app", - "git_revision": "v5.1.2", - "target": "esp32", - "rev": "0", - "min_rev": "0", - "max_rev": "399", + "git_revision": "v5.4", + "target": "esp32c3", + "rev": "", + "min_rev": "3", + "max_rev": "199", "phy_data_partition": "", "monitor_baud" : "115200", - "monitor_toolprefix": "xtensa-esp32-elf-", - "c_compiler": "C:/Users/alex/.espressif/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe", + "monitor_toolprefix": "riscv32-esp-elf-", + "c_compiler": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc", "config_environment" : { - "COMPONENT_KCONFIGS" : "C:/Users/alex/esp/esp-idf/components/app_trace/Kconfig;C:/Users/alex/esp/esp-idf/components/bt/Kconfig;C:/Users/alex/esp/esp-idf/components/driver/Kconfig;C:/Users/alex/esp/esp-idf/components/efuse/Kconfig;C:/Users/alex/esp/esp-idf/components/esp-tls/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_adc/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_coex/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_common/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_eth/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_event/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_gdbstub/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_http_client/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_http_server/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_https_ota/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_https_server/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_hw_support/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_lcd/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_netif/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_partition/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_phy/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_pm/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_psram/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_ringbuf/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_system/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_timer/Kconfig;C:/Users/alex/esp/esp-idf/components/esp_wifi/Kconfig;C:/Users/alex/esp/esp-idf/components/espcoredump/Kconfig;C:/Users/alex/esp/esp-idf/components/fatfs/Kconfig;C:/Users/alex/esp/esp-idf/components/freertos/Kconfig;C:/Users/alex/esp/esp-idf/components/hal/Kconfig;C:/Users/alex/esp/esp-idf/components/heap/Kconfig;C:/Users/alex/esp/esp-idf/components/ieee802154/Kconfig;C:/Users/alex/esp/esp-idf/components/log/Kconfig;C:/Users/alex/esp/esp-idf/components/lwip/Kconfig;C:/Users/alex/esp/esp-idf/components/mbedtls/Kconfig;C:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/Kconfig;C:/Users/alex/esp/esp-idf/components/newlib/Kconfig;C:/Users/alex/esp/esp-idf/components/nvs_flash/Kconfig;C:/Users/alex/esp/esp-idf/components/openthread/Kconfig;C:/Users/alex/esp/esp-idf/components/protocomm/Kconfig;C:/Users/alex/esp/esp-idf/components/pthread/Kconfig;C:/Users/alex/esp/esp-idf/components/soc/Kconfig;C:/Users/alex/esp/esp-idf/components/spi_flash/Kconfig;C:/Users/alex/esp/esp-idf/components/spiffs/Kconfig;C:/Users/alex/esp/esp-idf/components/tcp_transport/Kconfig;C:/Users/alex/esp/esp-idf/components/ulp/Kconfig;C:/Users/alex/esp/esp-idf/components/unity/Kconfig;C:/Users/alex/esp/esp-idf/components/usb/Kconfig;C:/Users/alex/esp/esp-idf/components/vfs/Kconfig;C:/Users/alex/esp/esp-idf/components/wear_levelling/Kconfig;C:/Users/alex/esp/esp-idf/components/wifi_provisioning/Kconfig", - "COMPONENT_KCONFIGS_PROJBUILD" : "C:/Users/alex/esp/esp-idf/components/bootloader/Kconfig.projbuild;C:/Users/alex/esp/esp-idf/components/esp_app_format/Kconfig.projbuild;C:/Users/alex/esp/esp-idf/components/esp_rom/Kconfig.projbuild;C:/Users/alex/esp/esp-idf/components/esptool_py/Kconfig.projbuild;C:/Users/alex/esp/esp-idf/components/partition_table/Kconfig.projbuild;C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/main/Kconfig.projbuild" + "COMPONENT_KCONFIGS" : "/home/abobkov/esp/esp-idf/components/app_trace/Kconfig;/home/abobkov/esp/esp-idf/components/bt/Kconfig;/home/abobkov/esp/esp-idf/components/console/Kconfig;/home/abobkov/esp/esp-idf/components/driver/Kconfig;/home/abobkov/esp/esp-idf/components/efuse/Kconfig;/home/abobkov/esp/esp-idf/components/esp-tls/Kconfig;/home/abobkov/esp/esp-idf/components/esp_adc/Kconfig;/home/abobkov/esp/esp-idf/components/esp_coex/Kconfig;/home/abobkov/esp/esp-idf/components/esp_common/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_cam/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_dac/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_gpio/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_i2c/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_i2s/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_isp/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_jpeg/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_ledc/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_parlio/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_pcnt/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_rmt/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_sdm/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_spi/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_touch_sens/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_tsens/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_uart/Kconfig;/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/Kconfig;/home/abobkov/esp/esp-idf/components/esp_eth/Kconfig;/home/abobkov/esp/esp-idf/components/esp_event/Kconfig;/home/abobkov/esp/esp-idf/components/esp_gdbstub/Kconfig;/home/abobkov/esp/esp-idf/components/esp_http_client/Kconfig;/home/abobkov/esp/esp-idf/components/esp_http_server/Kconfig;/home/abobkov/esp/esp-idf/components/esp_https_ota/Kconfig;/home/abobkov/esp/esp-idf/components/esp_https_server/Kconfig;/home/abobkov/esp/esp-idf/components/esp_hw_support/Kconfig;/home/abobkov/esp/esp-idf/components/esp_lcd/Kconfig;/home/abobkov/esp/esp-idf/components/esp_mm/Kconfig;/home/abobkov/esp/esp-idf/components/esp_netif/Kconfig;/home/abobkov/esp/esp-idf/components/esp_partition/Kconfig;/home/abobkov/esp/esp-idf/components/esp_phy/Kconfig;/home/abobkov/esp/esp-idf/components/esp_pm/Kconfig;/home/abobkov/esp/esp-idf/components/esp_psram/Kconfig;/home/abobkov/esp/esp-idf/components/esp_ringbuf/Kconfig;/home/abobkov/esp/esp-idf/components/esp_security/Kconfig;/home/abobkov/esp/esp-idf/components/esp_system/Kconfig;/home/abobkov/esp/esp-idf/components/esp_timer/Kconfig;/home/abobkov/esp/esp-idf/components/esp_wifi/Kconfig;/home/abobkov/esp/esp-idf/components/espcoredump/Kconfig;/home/abobkov/esp/esp-idf/components/fatfs/Kconfig;/home/abobkov/esp/esp-idf/components/freertos/Kconfig;/home/abobkov/esp/esp-idf/components/hal/Kconfig;/home/abobkov/esp/esp-idf/components/heap/Kconfig;/home/abobkov/esp/esp-idf/components/ieee802154/Kconfig;/home/abobkov/esp/esp-idf/components/log/Kconfig;/home/abobkov/esp/esp-idf/components/lwip/Kconfig;/home/abobkov/esp/esp-idf/components/mbedtls/Kconfig;/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/Kconfig;/home/abobkov/esp/esp-idf/components/newlib/Kconfig;/home/abobkov/esp/esp-idf/components/nvs_flash/Kconfig;/home/abobkov/esp/esp-idf/components/nvs_sec_provider/Kconfig;/home/abobkov/esp/esp-idf/components/openthread/Kconfig;/home/abobkov/esp/esp-idf/components/protocomm/Kconfig;/home/abobkov/esp/esp-idf/components/pthread/Kconfig;/home/abobkov/esp/esp-idf/components/soc/Kconfig;/home/abobkov/esp/esp-idf/components/spi_flash/Kconfig;/home/abobkov/esp/esp-idf/components/spiffs/Kconfig;/home/abobkov/esp/esp-idf/components/tcp_transport/Kconfig;/home/abobkov/esp/esp-idf/components/ulp/Kconfig;/home/abobkov/esp/esp-idf/components/unity/Kconfig;/home/abobkov/esp/esp-idf/components/usb/Kconfig;/home/abobkov/esp/esp-idf/components/vfs/Kconfig;/home/abobkov/esp/esp-idf/components/wear_levelling/Kconfig;/home/abobkov/esp/esp-idf/components/wifi_provisioning/Kconfig", + "COMPONENT_KCONFIGS_PROJBUILD" : "/home/abobkov/esp/esp-idf/components/bootloader/Kconfig.projbuild;/home/abobkov/esp/esp-idf/components/esp_app_format/Kconfig.projbuild;/home/abobkov/esp/esp-idf/components/esp_rom/Kconfig.projbuild;/home/abobkov/esp/esp-idf/components/esptool_py/Kconfig.projbuild;/home/abobkov/esp/esp-idf/components/partition_table/Kconfig.projbuild;/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main/Kconfig.projbuild" }, - "common_component_reqs": [ "cxx", "newlib", "freertos", "esp_hw_support", "heap", "log", "soc", "hal", "esp_rom", "esp_common", "esp_system", "xtensa" ], - "build_components" : [ "app_trace", "app_update", "bootloader", "bootloader_support", "bt", "cmock", "console", "cxx", "driver", "efuse", "esp-tls", "esp_adc", "esp_app_format", "esp_coex", "esp_common", "esp_eth", "esp_event", "esp_gdbstub", "esp_hid", "esp_http_client", "esp_http_server", "esp_https_ota", "esp_https_server", "esp_hw_support", "esp_lcd", "esp_local_ctrl", "esp_mm", "esp_netif", "esp_netif_stack", "esp_partition", "esp_phy", "esp_pm", "esp_psram", "esp_ringbuf", "esp_rom", "esp_system", "esp_timer", "esp_wifi", "espcoredump", "espressif__led_strip", "esptool_py", "fatfs", "freertos", "hal", "heap", "http_parser", "idf_test", "ieee802154", "json", "log", "lwip", "main", "mbedtls", "mqtt", "newlib", "nvs_flash", "openthread", "partition_table", "perfmon", "protobuf-c", "protocomm", "pthread", "sdmmc", "soc", "spi_flash", "spiffs", "tcp_transport", "ulp", "unity", "usb", "vfs", "wear_levelling", "wifi_provisioning", "wpa_supplicant", "xtensa", "" ], - "build_component_paths" : [ "C:/Users/alex/esp/esp-idf/components/app_trace", "C:/Users/alex/esp/esp-idf/components/app_update", "C:/Users/alex/esp/esp-idf/components/bootloader", "C:/Users/alex/esp/esp-idf/components/bootloader_support", "C:/Users/alex/esp/esp-idf/components/bt", "C:/Users/alex/esp/esp-idf/components/cmock", "C:/Users/alex/esp/esp-idf/components/console", "C:/Users/alex/esp/esp-idf/components/cxx", "C:/Users/alex/esp/esp-idf/components/driver", "C:/Users/alex/esp/esp-idf/components/efuse", "C:/Users/alex/esp/esp-idf/components/esp-tls", "C:/Users/alex/esp/esp-idf/components/esp_adc", "C:/Users/alex/esp/esp-idf/components/esp_app_format", "C:/Users/alex/esp/esp-idf/components/esp_coex", "C:/Users/alex/esp/esp-idf/components/esp_common", "C:/Users/alex/esp/esp-idf/components/esp_eth", "C:/Users/alex/esp/esp-idf/components/esp_event", "C:/Users/alex/esp/esp-idf/components/esp_gdbstub", "C:/Users/alex/esp/esp-idf/components/esp_hid", "C:/Users/alex/esp/esp-idf/components/esp_http_client", "C:/Users/alex/esp/esp-idf/components/esp_http_server", "C:/Users/alex/esp/esp-idf/components/esp_https_ota", "C:/Users/alex/esp/esp-idf/components/esp_https_server", "C:/Users/alex/esp/esp-idf/components/esp_hw_support", "C:/Users/alex/esp/esp-idf/components/esp_lcd", "C:/Users/alex/esp/esp-idf/components/esp_local_ctrl", "C:/Users/alex/esp/esp-idf/components/esp_mm", "C:/Users/alex/esp/esp-idf/components/esp_netif", "C:/Users/alex/esp/esp-idf/components/esp_netif_stack", "C:/Users/alex/esp/esp-idf/components/esp_partition", "C:/Users/alex/esp/esp-idf/components/esp_phy", "C:/Users/alex/esp/esp-idf/components/esp_pm", "C:/Users/alex/esp/esp-idf/components/esp_psram", "C:/Users/alex/esp/esp-idf/components/esp_ringbuf", "C:/Users/alex/esp/esp-idf/components/esp_rom", "C:/Users/alex/esp/esp-idf/components/esp_system", "C:/Users/alex/esp/esp-idf/components/esp_timer", "C:/Users/alex/esp/esp-idf/components/esp_wifi", "C:/Users/alex/esp/esp-idf/components/espcoredump", "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip", "C:/Users/alex/esp/esp-idf/components/esptool_py", "C:/Users/alex/esp/esp-idf/components/fatfs", "C:/Users/alex/esp/esp-idf/components/freertos", "C:/Users/alex/esp/esp-idf/components/hal", "C:/Users/alex/esp/esp-idf/components/heap", "C:/Users/alex/esp/esp-idf/components/http_parser", "C:/Users/alex/esp/esp-idf/components/idf_test", "C:/Users/alex/esp/esp-idf/components/ieee802154", "C:/Users/alex/esp/esp-idf/components/json", "C:/Users/alex/esp/esp-idf/components/log", "C:/Users/alex/esp/esp-idf/components/lwip", "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/main", "C:/Users/alex/esp/esp-idf/components/mbedtls", "C:/Users/alex/esp/esp-idf/components/mqtt", "C:/Users/alex/esp/esp-idf/components/newlib", "C:/Users/alex/esp/esp-idf/components/nvs_flash", "C:/Users/alex/esp/esp-idf/components/openthread", "C:/Users/alex/esp/esp-idf/components/partition_table", "C:/Users/alex/esp/esp-idf/components/perfmon", "C:/Users/alex/esp/esp-idf/components/protobuf-c", "C:/Users/alex/esp/esp-idf/components/protocomm", "C:/Users/alex/esp/esp-idf/components/pthread", "C:/Users/alex/esp/esp-idf/components/sdmmc", "C:/Users/alex/esp/esp-idf/components/soc", "C:/Users/alex/esp/esp-idf/components/spi_flash", "C:/Users/alex/esp/esp-idf/components/spiffs", "C:/Users/alex/esp/esp-idf/components/tcp_transport", "C:/Users/alex/esp/esp-idf/components/ulp", "C:/Users/alex/esp/esp-idf/components/unity", "C:/Users/alex/esp/esp-idf/components/usb", "C:/Users/alex/esp/esp-idf/components/vfs", "C:/Users/alex/esp/esp-idf/components/wear_levelling", "C:/Users/alex/esp/esp-idf/components/wifi_provisioning", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant", "C:/Users/alex/esp/esp-idf/components/xtensa", "" ], + "common_component_reqs": [ "cxx", "newlib", "freertos", "esp_hw_support", "heap", "log", "soc", "hal", "esp_rom", "esp_common", "esp_system", "riscv" ], + "build_components" : [ "app_trace", "app_update", "bootloader", "bootloader_support", "bt", "cmock", "console", "cxx", "driver", "efuse", "esp-tls", "esp_adc", "esp_app_format", "esp_bootloader_format", "esp_coex", "esp_common", "esp_driver_ana_cmpr", "esp_driver_cam", "esp_driver_dac", "esp_driver_gpio", "esp_driver_gptimer", "esp_driver_i2c", "esp_driver_i2s", "esp_driver_isp", "esp_driver_jpeg", "esp_driver_ledc", "esp_driver_mcpwm", "esp_driver_parlio", "esp_driver_pcnt", "esp_driver_ppa", "esp_driver_rmt", "esp_driver_sdio", "esp_driver_sdm", "esp_driver_sdmmc", "esp_driver_sdspi", "esp_driver_spi", "esp_driver_touch_sens", "esp_driver_tsens", "esp_driver_uart", "esp_driver_usb_serial_jtag", "esp_eth", "esp_event", "esp_gdbstub", "esp_hid", "esp_http_client", "esp_http_server", "esp_https_ota", "esp_https_server", "esp_hw_support", "esp_lcd", "esp_local_ctrl", "esp_mm", "esp_netif", "esp_netif_stack", "esp_partition", "esp_phy", "esp_pm", "esp_psram", "esp_ringbuf", "esp_rom", "esp_security", "esp_system", "esp_timer", "esp_vfs_console", "esp_wifi", "espcoredump", "espressif__led_strip", "esptool_py", "fatfs", "freertos", "hal", "heap", "http_parser", "idf_test", "ieee802154", "json", "log", "lwip", "main", "mbedtls", "mqtt", "newlib", "nvs_flash", "nvs_sec_provider", "openthread", "partition_table", "protobuf-c", "protocomm", "pthread", "riscv", "rt", "sdmmc", "soc", "spi_flash", "spiffs", "tcp_transport", "ulp", "unity", "usb", "vfs", "wear_levelling", "wifi_provisioning", "wpa_supplicant", "" ], + "build_component_paths" : [ "/home/abobkov/esp/esp-idf/components/app_trace", "/home/abobkov/esp/esp-idf/components/app_update", "/home/abobkov/esp/esp-idf/components/bootloader", "/home/abobkov/esp/esp-idf/components/bootloader_support", "/home/abobkov/esp/esp-idf/components/bt", "/home/abobkov/esp/esp-idf/components/cmock", "/home/abobkov/esp/esp-idf/components/console", "/home/abobkov/esp/esp-idf/components/cxx", "/home/abobkov/esp/esp-idf/components/driver", "/home/abobkov/esp/esp-idf/components/efuse", "/home/abobkov/esp/esp-idf/components/esp-tls", "/home/abobkov/esp/esp-idf/components/esp_adc", "/home/abobkov/esp/esp-idf/components/esp_app_format", "/home/abobkov/esp/esp-idf/components/esp_bootloader_format", "/home/abobkov/esp/esp-idf/components/esp_coex", "/home/abobkov/esp/esp-idf/components/esp_common", "/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr", "/home/abobkov/esp/esp-idf/components/esp_driver_cam", "/home/abobkov/esp/esp-idf/components/esp_driver_dac", "/home/abobkov/esp/esp-idf/components/esp_driver_gpio", "/home/abobkov/esp/esp-idf/components/esp_driver_gptimer", "/home/abobkov/esp/esp-idf/components/esp_driver_i2c", "/home/abobkov/esp/esp-idf/components/esp_driver_i2s", "/home/abobkov/esp/esp-idf/components/esp_driver_isp", "/home/abobkov/esp/esp-idf/components/esp_driver_jpeg", "/home/abobkov/esp/esp-idf/components/esp_driver_ledc", "/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm", "/home/abobkov/esp/esp-idf/components/esp_driver_parlio", "/home/abobkov/esp/esp-idf/components/esp_driver_pcnt", "/home/abobkov/esp/esp-idf/components/esp_driver_ppa", "/home/abobkov/esp/esp-idf/components/esp_driver_rmt", "/home/abobkov/esp/esp-idf/components/esp_driver_sdio", "/home/abobkov/esp/esp-idf/components/esp_driver_sdm", "/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc", "/home/abobkov/esp/esp-idf/components/esp_driver_sdspi", "/home/abobkov/esp/esp-idf/components/esp_driver_spi", "/home/abobkov/esp/esp-idf/components/esp_driver_touch_sens", "/home/abobkov/esp/esp-idf/components/esp_driver_tsens", "/home/abobkov/esp/esp-idf/components/esp_driver_uart", "/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag", "/home/abobkov/esp/esp-idf/components/esp_eth", "/home/abobkov/esp/esp-idf/components/esp_event", "/home/abobkov/esp/esp-idf/components/esp_gdbstub", "/home/abobkov/esp/esp-idf/components/esp_hid", "/home/abobkov/esp/esp-idf/components/esp_http_client", "/home/abobkov/esp/esp-idf/components/esp_http_server", "/home/abobkov/esp/esp-idf/components/esp_https_ota", "/home/abobkov/esp/esp-idf/components/esp_https_server", "/home/abobkov/esp/esp-idf/components/esp_hw_support", "/home/abobkov/esp/esp-idf/components/esp_lcd", "/home/abobkov/esp/esp-idf/components/esp_local_ctrl", "/home/abobkov/esp/esp-idf/components/esp_mm", "/home/abobkov/esp/esp-idf/components/esp_netif", "/home/abobkov/esp/esp-idf/components/esp_netif_stack", "/home/abobkov/esp/esp-idf/components/esp_partition", "/home/abobkov/esp/esp-idf/components/esp_phy", "/home/abobkov/esp/esp-idf/components/esp_pm", "/home/abobkov/esp/esp-idf/components/esp_psram", "/home/abobkov/esp/esp-idf/components/esp_ringbuf", "/home/abobkov/esp/esp-idf/components/esp_rom", "/home/abobkov/esp/esp-idf/components/esp_security", "/home/abobkov/esp/esp-idf/components/esp_system", "/home/abobkov/esp/esp-idf/components/esp_timer", "/home/abobkov/esp/esp-idf/components/esp_vfs_console", "/home/abobkov/esp/esp-idf/components/esp_wifi", "/home/abobkov/esp/esp-idf/components/espcoredump", "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip", "/home/abobkov/esp/esp-idf/components/esptool_py", "/home/abobkov/esp/esp-idf/components/fatfs", "/home/abobkov/esp/esp-idf/components/freertos", "/home/abobkov/esp/esp-idf/components/hal", "/home/abobkov/esp/esp-idf/components/heap", "/home/abobkov/esp/esp-idf/components/http_parser", "/home/abobkov/esp/esp-idf/components/idf_test", "/home/abobkov/esp/esp-idf/components/ieee802154", "/home/abobkov/esp/esp-idf/components/json", "/home/abobkov/esp/esp-idf/components/log", "/home/abobkov/esp/esp-idf/components/lwip", "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main", "/home/abobkov/esp/esp-idf/components/mbedtls", "/home/abobkov/esp/esp-idf/components/mqtt", "/home/abobkov/esp/esp-idf/components/newlib", "/home/abobkov/esp/esp-idf/components/nvs_flash", "/home/abobkov/esp/esp-idf/components/nvs_sec_provider", "/home/abobkov/esp/esp-idf/components/openthread", "/home/abobkov/esp/esp-idf/components/partition_table", "/home/abobkov/esp/esp-idf/components/protobuf-c", "/home/abobkov/esp/esp-idf/components/protocomm", "/home/abobkov/esp/esp-idf/components/pthread", "/home/abobkov/esp/esp-idf/components/riscv", "/home/abobkov/esp/esp-idf/components/rt", "/home/abobkov/esp/esp-idf/components/sdmmc", "/home/abobkov/esp/esp-idf/components/soc", "/home/abobkov/esp/esp-idf/components/spi_flash", "/home/abobkov/esp/esp-idf/components/spiffs", "/home/abobkov/esp/esp-idf/components/tcp_transport", "/home/abobkov/esp/esp-idf/components/ulp", "/home/abobkov/esp/esp-idf/components/unity", "/home/abobkov/esp/esp-idf/components/usb", "/home/abobkov/esp/esp-idf/components/vfs", "/home/abobkov/esp/esp-idf/components/wear_levelling", "/home/abobkov/esp/esp-idf/components/wifi_provisioning", "/home/abobkov/esp/esp-idf/components/wpa_supplicant", "" ], "build_component_info" : { "app_trace": { "alias": "idf::app_trace", "target": "___idf_app_trace", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/app_trace", + "dir": "/home/abobkov/esp/esp-idf/components/app_trace", "type": "LIBRARY", "lib": "__idf_app_trace", "reqs": [ "esp_timer" ], - "priv_reqs": [ "soc", "driver" ], + "priv_reqs": [ "esp_driver_gptimer", "esp_driver_gpio", "esp_driver_uart" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace/libapp_trace.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/app_trace/app_trace.c", "C:/Users/alex/esp/esp-idf/components/app_trace/app_trace_util.c", "C:/Users/alex/esp/esp-idf/components/app_trace/host_file_io.c", "C:/Users/alex/esp/esp-idf/components/app_trace/port/port_uart.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_trace/libapp_trace.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/app_trace/app_trace.c", "/home/abobkov/esp/esp-idf/components/app_trace/app_trace_util.c", "/home/abobkov/esp/esp-idf/components/app_trace/host_file_io.c", "/home/abobkov/esp/esp-idf/components/app_trace/port/port_uart.c" ], "include_dirs": [ "include" ] }, "app_update": { "alias": "idf::app_update", "target": "___idf_app_update", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/app_update", + "dir": "/home/abobkov/esp/esp-idf/components/app_update", "type": "LIBRARY", "lib": "__idf_app_update", - "reqs": [ "partition_table", "bootloader_support", "esp_app_format", "esp_partition" ], + "reqs": [ "partition_table", "bootloader_support", "esp_app_format", "esp_bootloader_format", "esp_partition" ], "priv_reqs": [ "esptool_py", "efuse", "spi_flash" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update/libapp_update.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/app_update/esp_ota_ops.c", "C:/Users/alex/esp/esp-idf/components/app_update/esp_ota_app_desc.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/app_update/libapp_update.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/app_update/esp_ota_ops.c", "/home/abobkov/esp/esp-idf/components/app_update/esp_ota_app_desc.c" ], "include_dirs": [ "include" ] }, "bootloader": { "alias": "idf::bootloader", "target": "___idf_bootloader", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/bootloader", + "dir": "/home/abobkov/esp/esp-idf/components/bootloader", "type": "CONFIG_ONLY", "lib": "__idf_bootloader", "reqs": [], @@ -77,26 +77,26 @@ "alias": "idf::bootloader_support", "target": "___idf_bootloader_support", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/bootloader_support", + "dir": "/home/abobkov/esp/esp-idf/components/bootloader_support", "type": "LIBRARY", "lib": "__idf_bootloader_support", "reqs": [ "soc" ], - "priv_reqs": [ "spi_flash", "mbedtls", "efuse", "heap", "esp_app_format" ], + "priv_reqs": [ "spi_flash", "mbedtls", "efuse", "heap", "esp_bootloader_format", "esp_app_format" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/libbootloader_support.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/secure_boot.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", "C:/Users/alex/esp/esp-idf/components/bootloader_support/src/idf/bootloader_sha.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/bootloader_support/libbootloader_support.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_common.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_random.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/secure_boot.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32c3.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c3.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/flash_partitions.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/esp_image_format.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/idf/bootloader_sha.c", "/home/abobkov/esp/esp-idf/components/bootloader_support/src/esp32c3/secure_boot_secure_features.c" ], "include_dirs": [ "include", "bootloader_flash/include" ] }, "bt": { "alias": "idf::bt", "target": "___idf_bt", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/bt", + "dir": "/home/abobkov/esp/esp-idf/components/bt", "type": "CONFIG_ONLY", "lib": "__idf_bt", "reqs": [ "esp_timer", "esp_wifi" ], - "priv_reqs": [ "nvs_flash", "soc", "esp_pm", "esp_phy", "esp_coex", "mbedtls", "driver", "vfs" ], + "priv_reqs": [ "nvs_flash", "soc", "esp_pm", "esp_phy", "esp_coex", "mbedtls", "esp_driver_uart", "vfs", "esp_ringbuf" ], "managed_reqs": [], "managed_priv_reqs": [], "file": "", @@ -107,352 +107,727 @@ "alias": "idf::cmock", "target": "___idf_cmock", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/cmock", + "dir": "/home/abobkov/esp/esp-idf/components/cmock", "type": "LIBRARY", "lib": "__idf_cmock", "reqs": [ "unity" ], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock/libcmock.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/cmock/CMock/src/cmock.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cmock/libcmock.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/cmock/CMock/src/cmock.c" ], "include_dirs": [ "CMock/src" ] }, "console": { "alias": "idf::console", "target": "___idf_console", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/console", + "dir": "/home/abobkov/esp/esp-idf/components/console", "type": "LIBRARY", "lib": "__idf_console", - "reqs": [ "vfs" ], - "priv_reqs": [ "driver" ], + "reqs": [ "vfs", "esp_vfs_console" ], + "priv_reqs": [ "esp_driver_uart", "esp_driver_usb_serial_jtag" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console/libconsole.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/console/commands.c", "C:/Users/alex/esp/esp-idf/components/console/esp_console_repl.c", "C:/Users/alex/esp/esp-idf/components/console/split_argv.c", "C:/Users/alex/esp/esp-idf/components/console/linenoise/linenoise.c", "C:/Users/alex/esp/esp-idf/components/console/argtable3/arg_cmd.c", "C:/Users/alex/esp/esp-idf/components/console/argtable3/arg_date.c", "C:/Users/alex/esp/esp-idf/components/console/argtable3/arg_dbl.c", "C:/Users/alex/esp/esp-idf/components/console/argtable3/arg_dstr.c", "C:/Users/alex/esp/esp-idf/components/console/argtable3/arg_end.c", "C:/Users/alex/esp/esp-idf/components/console/argtable3/arg_file.c", "C:/Users/alex/esp/esp-idf/components/console/argtable3/arg_hashtable.c", "C:/Users/alex/esp/esp-idf/components/console/argtable3/arg_int.c", "C:/Users/alex/esp/esp-idf/components/console/argtable3/arg_lit.c", "C:/Users/alex/esp/esp-idf/components/console/argtable3/arg_rem.c", "C:/Users/alex/esp/esp-idf/components/console/argtable3/arg_rex.c", "C:/Users/alex/esp/esp-idf/components/console/argtable3/arg_str.c", "C:/Users/alex/esp/esp-idf/components/console/argtable3/arg_utils.c", "C:/Users/alex/esp/esp-idf/components/console/argtable3/argtable3.c" ], - "include_dirs": [ "." ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/console/libconsole.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/console/commands.c", "/home/abobkov/esp/esp-idf/components/console/esp_console_common.c", "/home/abobkov/esp/esp-idf/components/console/split_argv.c", "/home/abobkov/esp/esp-idf/components/console/linenoise/linenoise.c", "/home/abobkov/esp/esp-idf/components/console/esp_console_repl_chip.c", "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_cmd.c", "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_date.c", "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_dbl.c", "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_dstr.c", "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_end.c", "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_file.c", "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_hashtable.c", "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_int.c", "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_lit.c", "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_rem.c", "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_rex.c", "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_str.c", "/home/abobkov/esp/esp-idf/components/console/argtable3/arg_utils.c", "/home/abobkov/esp/esp-idf/components/console/argtable3/argtable3.c" ], + "include_dirs": [ "/home/abobkov/esp/esp-idf/components/console" ] }, "cxx": { "alias": "idf::cxx", "target": "___idf_cxx", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/cxx", + "dir": "/home/abobkov/esp/esp-idf/components/cxx", "type": "LIBRARY", "lib": "__idf_cxx", "reqs": [], - "priv_reqs": [ "pthread" ], + "priv_reqs": [ "pthread", "esp_system" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx/libcxx.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/cxx/cxx_exception_stubs.cpp", "C:/Users/alex/esp/esp-idf/components/cxx/cxx_guards.cpp" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/cxx/libcxx.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/cxx/cxx_exception_stubs.cpp", "/home/abobkov/esp/esp-idf/components/cxx/cxx_guards.cpp", "/home/abobkov/esp/esp-idf/components/cxx/cxx_init.cpp" ], "include_dirs": [] }, "driver": { "alias": "idf::driver", "target": "___idf_driver", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/driver", + "dir": "/home/abobkov/esp/esp-idf/components/driver", "type": "LIBRARY", "lib": "__idf_driver", - "reqs": [ "esp_pm", "esp_ringbuf", "freertos", "soc", "hal", "esp_hw_support" ], - "priv_reqs": [ "efuse", "esp_timer" ], + "reqs": [ "esp_pm", "esp_ringbuf", "freertos", "soc", "hal", "esp_hw_support", "esp_driver_gpio", "esp_driver_pcnt", "esp_driver_gptimer", "esp_driver_spi", "esp_driver_mcpwm", "esp_driver_ana_cmpr", "esp_driver_i2s", "esp_driver_sdmmc", "esp_driver_sdspi", "esp_driver_sdio", "esp_driver_dac", "esp_driver_rmt", "esp_driver_tsens", "esp_driver_sdm", "esp_driver_i2c", "esp_driver_uart", "esp_driver_ledc", "esp_driver_parlio", "esp_driver_usb_serial_jtag" ], + "priv_reqs": [ "efuse", "esp_timer", "esp_mm" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver/libdriver.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/driver/gpio/gpio.c", "C:/Users/alex/esp/esp-idf/components/driver/gpio/gpio_glitch_filter_ops.c", "C:/Users/alex/esp/esp-idf/components/driver/gpio/rtc_io.c", "C:/Users/alex/esp/esp-idf/components/driver/spi/spi_bus_lock.c", "C:/Users/alex/esp/esp-idf/components/driver/deprecated/adc_legacy.c", "C:/Users/alex/esp/esp-idf/components/driver/deprecated/adc_dma_legacy.c", "C:/Users/alex/esp/esp-idf/components/driver/dac/dac_oneshot.c", "C:/Users/alex/esp/esp-idf/components/driver/dac/dac_cosine.c", "C:/Users/alex/esp/esp-idf/components/driver/dac/dac_continuous.c", "C:/Users/alex/esp/esp-idf/components/driver/dac/dac_common.c", "C:/Users/alex/esp/esp-idf/components/driver/dac/esp32/dac_dma.c", "C:/Users/alex/esp/esp-idf/components/driver/deprecated/dac_common_legacy.c", "C:/Users/alex/esp/esp-idf/components/driver/deprecated/esp32/dac_legacy.c", "C:/Users/alex/esp/esp-idf/components/driver/gptimer/gptimer.c", "C:/Users/alex/esp/esp-idf/components/driver/gptimer/gptimer_priv.c", "C:/Users/alex/esp/esp-idf/components/driver/deprecated/timer_legacy.c", "C:/Users/alex/esp/esp-idf/components/driver/i2c/i2c.c", "C:/Users/alex/esp/esp-idf/components/driver/i2s/i2s_common.c", "C:/Users/alex/esp/esp-idf/components/driver/i2s/i2s_std.c", "C:/Users/alex/esp/esp-idf/components/driver/deprecated/i2s_legacy.c", "C:/Users/alex/esp/esp-idf/components/driver/i2s/i2s_pdm.c", "C:/Users/alex/esp/esp-idf/components/driver/ledc/ledc.c", "C:/Users/alex/esp/esp-idf/components/driver/mcpwm/mcpwm_cap.c", "C:/Users/alex/esp/esp-idf/components/driver/mcpwm/mcpwm_cmpr.c", "C:/Users/alex/esp/esp-idf/components/driver/mcpwm/mcpwm_com.c", "C:/Users/alex/esp/esp-idf/components/driver/mcpwm/mcpwm_fault.c", "C:/Users/alex/esp/esp-idf/components/driver/mcpwm/mcpwm_gen.c", "C:/Users/alex/esp/esp-idf/components/driver/mcpwm/mcpwm_oper.c", "C:/Users/alex/esp/esp-idf/components/driver/mcpwm/mcpwm_sync.c", "C:/Users/alex/esp/esp-idf/components/driver/mcpwm/mcpwm_timer.c", "C:/Users/alex/esp/esp-idf/components/driver/deprecated/mcpwm_legacy.c", "C:/Users/alex/esp/esp-idf/components/driver/pcnt/pulse_cnt.c", "C:/Users/alex/esp/esp-idf/components/driver/deprecated/pcnt_legacy.c", "C:/Users/alex/esp/esp-idf/components/driver/rmt/rmt_common.c", "C:/Users/alex/esp/esp-idf/components/driver/rmt/rmt_encoder.c", "C:/Users/alex/esp/esp-idf/components/driver/rmt/rmt_rx.c", "C:/Users/alex/esp/esp-idf/components/driver/rmt/rmt_tx.c", "C:/Users/alex/esp/esp-idf/components/driver/deprecated/rmt_legacy.c", "C:/Users/alex/esp/esp-idf/components/driver/sdio_slave/sdio_slave.c", "C:/Users/alex/esp/esp-idf/components/driver/sdmmc/sdmmc_transaction.c", "C:/Users/alex/esp/esp-idf/components/driver/sdmmc/sdmmc_host.c", "C:/Users/alex/esp/esp-idf/components/driver/sigma_delta/sdm.c", "C:/Users/alex/esp/esp-idf/components/driver/deprecated/sigma_delta_legacy.c", "C:/Users/alex/esp/esp-idf/components/driver/spi/gpspi/spi_common.c", "C:/Users/alex/esp/esp-idf/components/driver/spi/gpspi/spi_master.c", "C:/Users/alex/esp/esp-idf/components/driver/spi/gpspi/spi_slave.c", "C:/Users/alex/esp/esp-idf/components/driver/spi/sdspi/sdspi_crc.c", "C:/Users/alex/esp/esp-idf/components/driver/spi/sdspi/sdspi_host.c", "C:/Users/alex/esp/esp-idf/components/driver/spi/sdspi/sdspi_transaction.c", "C:/Users/alex/esp/esp-idf/components/driver/touch_sensor/touch_sensor_common.c", "C:/Users/alex/esp/esp-idf/components/driver/touch_sensor/esp32/touch_sensor.c", "C:/Users/alex/esp/esp-idf/components/driver/twai/twai.c", "C:/Users/alex/esp/esp-idf/components/driver/uart/uart.c", "C:/Users/alex/esp/esp-idf/components/driver/deprecated/adc_i2s_deprecated.c" ], - "include_dirs": [ "include", "deprecated", "analog_comparator/include", "dac/include", "gpio/include", "gptimer/include", "i2c/include", "i2s/include", "ledc/include", "mcpwm/include", "parlio/include", "pcnt/include", "rmt/include", "sdio_slave/include", "sdmmc/include", "sigma_delta/include", "spi/include", "temperature_sensor/include", "touch_sensor/include", "twai/include", "uart/include", "usb_serial_jtag/include", "touch_sensor/esp32/include" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/driver/libdriver.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/driver/deprecated/adc_legacy.c", "/home/abobkov/esp/esp-idf/components/driver/deprecated/adc_dma_legacy.c", "/home/abobkov/esp/esp-idf/components/driver/deprecated/timer_legacy.c", "/home/abobkov/esp/esp-idf/components/driver/i2c/i2c.c", "/home/abobkov/esp/esp-idf/components/driver/deprecated/i2s_legacy.c", "/home/abobkov/esp/esp-idf/components/driver/deprecated/rmt_legacy.c", "/home/abobkov/esp/esp-idf/components/driver/deprecated/sigma_delta_legacy.c", "/home/abobkov/esp/esp-idf/components/driver/deprecated/rtc_temperature_legacy.c", "/home/abobkov/esp/esp-idf/components/driver/twai/twai.c" ], + "include_dirs": [ "deprecated", "i2c/include", "touch_sensor/include", "twai/include" ] }, "efuse": { "alias": "idf::efuse", "target": "___idf_efuse", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/efuse", + "dir": "/home/abobkov/esp/esp-idf/components/efuse", "type": "LIBRARY", "lib": "__idf_efuse", "reqs": [], - "priv_reqs": [ "bootloader_support", "soc", "spi_flash" ], + "priv_reqs": [ "bootloader_support", "soc", "spi_flash", "esp_system", "esp_partition", "esp_app_format" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/libefuse.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/efuse/esp32/esp_efuse_table.c", "C:/Users/alex/esp/esp-idf/components/efuse/esp32/esp_efuse_fields.c", "C:/Users/alex/esp/esp-idf/components/efuse/esp32/esp_efuse_utility.c", "C:/Users/alex/esp/esp-idf/components/efuse/src/esp_efuse_api.c", "C:/Users/alex/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", "C:/Users/alex/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", "C:/Users/alex/esp/esp-idf/components/efuse/src/efuse_controller/keys/without_key_purposes/three_key_blocks/esp_efuse_api_key.c" ], - "include_dirs": [ "include", "esp32/include" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/efuse/libefuse.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_table.c", "/home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_fields.c", "/home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_rtc_calib.c", "/home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_utility.c", "/home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_api.c", "/home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_fields.c", "/home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_utility.c", "/home/abobkov/esp/esp-idf/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c", "/home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_startup.c" ], + "include_dirs": [ "include", "esp32c3/include" ] }, "esp-tls": { "alias": "idf::esp-tls", "target": "___idf_esp-tls", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp-tls", + "dir": "/home/abobkov/esp/esp-idf/components/esp-tls", "type": "LIBRARY", "lib": "__idf_esp-tls", "reqs": [ "mbedtls" ], - "priv_reqs": [ "http_parser", "lwip" ], + "priv_reqs": [ "http_parser", "esp_timer", "lwip" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls/libesp-tls.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp-tls/esp_tls.c", "C:/Users/alex/esp/esp-idf/components/esp-tls/esp-tls-crypto/esp_tls_crypto.c", "C:/Users/alex/esp/esp-idf/components/esp-tls/esp_tls_error_capture.c", "C:/Users/alex/esp/esp-idf/components/esp-tls/esp_tls_mbedtls.c" ], - "include_dirs": [ ".", "esp-tls-crypto" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp-tls/libesp-tls.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp-tls/esp_tls.c", "/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto/esp_tls_crypto.c", "/home/abobkov/esp/esp-idf/components/esp-tls/esp_tls_error_capture.c", "/home/abobkov/esp/esp-idf/components/esp-tls/esp_tls_platform_port.c", "/home/abobkov/esp/esp-idf/components/esp-tls/esp_tls_mbedtls.c" ], + "include_dirs": [ "/home/abobkov/esp/esp-idf/components/esp-tls", "esp-tls-crypto" ] }, "esp_adc": { "alias": "idf::esp_adc", "target": "___idf_esp_adc", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_adc", + "dir": "/home/abobkov/esp/esp-idf/components/esp_adc", "type": "LIBRARY", "lib": "__idf_esp_adc", "reqs": [], - "priv_reqs": [ "driver", "efuse" ], + "priv_reqs": [ "driver", "esp_driver_gpio", "efuse", "esp_pm", "esp_ringbuf", "esp_mm" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc/libesp_adc.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_adc/adc_cali.c", "C:/Users/alex/esp/esp-idf/components/esp_adc/adc_cali_curve_fitting.c", "C:/Users/alex/esp/esp-idf/components/esp_adc/adc_oneshot.c", "C:/Users/alex/esp/esp-idf/components/esp_adc/adc_common.c", "C:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/esp_adc_cal_common_legacy.c", "C:/Users/alex/esp/esp-idf/components/esp_adc/adc_continuous.c", "C:/Users/alex/esp/esp-idf/components/esp_adc/esp32/adc_cali_line_fitting.c", "C:/Users/alex/esp/esp-idf/components/esp_adc/deprecated/esp32/esp_adc_cal_legacy.c" ], - "include_dirs": [ "include", "interface", "esp32/include", "deprecated/include" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_adc/libesp_adc.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_adc/adc_oneshot.c", "/home/abobkov/esp/esp-idf/components/esp_adc/adc_common.c", "/home/abobkov/esp/esp-idf/components/esp_adc/adc_cali.c", "/home/abobkov/esp/esp-idf/components/esp_adc/adc_cali_curve_fitting.c", "/home/abobkov/esp/esp-idf/components/esp_adc/deprecated/esp_adc_cal_common_legacy.c", "/home/abobkov/esp/esp-idf/components/esp_adc/adc_continuous.c", "/home/abobkov/esp/esp-idf/components/esp_adc/adc_monitor.c", "/home/abobkov/esp/esp-idf/components/esp_adc/gdma/adc_dma.c", "/home/abobkov/esp/esp-idf/components/esp_adc/adc_filter.c", "/home/abobkov/esp/esp-idf/components/esp_adc/esp32c3/curve_fitting_coefficients.c", "/home/abobkov/esp/esp-idf/components/esp_adc/deprecated/esp32c3/esp_adc_cal_legacy.c" ], + "include_dirs": [ "include", "interface", "esp32c3/include", "deprecated/include" ] }, "esp_app_format": { "alias": "idf::esp_app_format", "target": "___idf_esp_app_format", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_app_format", + "dir": "/home/abobkov/esp/esp-idf/components/esp_app_format", "type": "LIBRARY", "lib": "__idf_esp_app_format", "reqs": [], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/libesp_app_format.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_app_format/esp_app_desc.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_app_format/libesp_app_format.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_app_format/esp_app_desc.c" ], + "include_dirs": [ "include" ] + }, + "esp_bootloader_format": { + "alias": "idf::esp_bootloader_format", + "target": "___idf_esp_bootloader_format", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_bootloader_format", + "type": "LIBRARY", + "lib": "__idf_esp_bootloader_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_bootloader_format/libesp_bootloader_format.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c" ], "include_dirs": [ "include" ] }, "esp_coex": { "alias": "idf::esp_coex", "target": "___idf_esp_coex", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_coex", + "dir": "/home/abobkov/esp/esp-idf/components/esp_coex", "type": "LIBRARY", "lib": "__idf_esp_coex", "reqs": [], "priv_reqs": [ "esp_timer", "driver", "esp_event" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex/libesp_coex.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_coex/esp32/esp_coex_adapter.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_coex/libesp_coex.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_coex/esp32c3/esp_coex_adapter.c", "/home/abobkov/esp/esp-idf/components/esp_coex/src/coexist_debug_diagram.c", "/home/abobkov/esp/esp-idf/components/esp_coex/src/coexist_debug.c" ], "include_dirs": [ "include" ] }, "esp_common": { "alias": "idf::esp_common", "target": "___idf_esp_common", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_common", + "dir": "/home/abobkov/esp/esp-idf/components/esp_common", "type": "LIBRARY", "lib": "__idf_esp_common", "reqs": [], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common/libesp_common.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_common/src/esp_err_to_name.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_common/libesp_common.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_common/src/esp_err_to_name.c" ], "include_dirs": [ "include" ] }, - "esp_eth": { - "alias": "idf::esp_eth", - "target": "___idf_esp_eth", + "esp_driver_ana_cmpr": { + "alias": "idf::esp_driver_ana_cmpr", + "target": "___idf_esp_driver_ana_cmpr", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_eth", - "type": "LIBRARY", - "lib": "__idf_esp_eth", - "reqs": [ "esp_event" ], - "priv_reqs": [ "driver", "log", "esp_timer" ], + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_driver_ana_cmpr", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth/libesp_eth.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_eth/src/esp_eth.c", "C:/Users/alex/esp/esp-idf/components/esp_eth/src/esp_eth_phy_802_3.c", "C:/Users/alex/esp/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c", "C:/Users/alex/esp/esp-idf/components/esp_eth/src/esp_eth_mac_esp.c", "C:/Users/alex/esp/esp-idf/components/esp_eth/src/esp_eth_phy_dp83848.c", "C:/Users/alex/esp/esp-idf/components/esp_eth/src/esp_eth_phy_ip101.c", "C:/Users/alex/esp/esp-idf/components/esp_eth/src/esp_eth_phy_ksz80xx.c", "C:/Users/alex/esp/esp-idf/components/esp_eth/src/esp_eth_phy_lan87xx.c", "C:/Users/alex/esp/esp-idf/components/esp_eth/src/esp_eth_phy_rtl8201.c" ], + "file": "", + "sources": [], "include_dirs": [ "include" ] }, - "esp_event": { - "alias": "idf::esp_event", - "target": "___idf_esp_event", + "esp_driver_cam": { + "alias": "idf::esp_driver_cam", + "target": "___idf_esp_driver_cam", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_event", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_cam", "type": "LIBRARY", - "lib": "__idf_esp_event", - "reqs": [ "log", "esp_common", "freertos" ], - "priv_reqs": [ "esp_timer" ], + "lib": "__idf_esp_driver_cam", + "reqs": [ "esp_driver_isp", "esp_mm" ], + "priv_reqs": [ "esp_driver_gpio" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event/libesp_event.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_event/default_event_loop.c", "C:/Users/alex/esp/esp-idf/components/esp_event/esp_event.c", "C:/Users/alex/esp/esp-idf/components/esp_event/esp_event_private.c" ], - "include_dirs": [ "include" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_cam/libesp_driver_cam.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_driver_cam/esp_cam_ctlr.c", "/home/abobkov/esp/esp-idf/components/esp_driver_cam/dvp_share_ctrl.c" ], + "include_dirs": [ "include", "interface" ] }, - "esp_gdbstub": { - "alias": "idf::esp_gdbstub", - "target": "___idf_esp_gdbstub", + "esp_driver_dac": { + "alias": "idf::esp_driver_dac", + "target": "___idf_esp_driver_dac", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_gdbstub", - "type": "LIBRARY", - "lib": "__idf_esp_gdbstub", - "reqs": [ "freertos" ], - "priv_reqs": [ "soc", "esp_rom", "esp_system" ], + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_dac", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_driver_dac", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/libesp_gdbstub.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/gdbstub.c", "C:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c", "C:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/packet.c", "C:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/gdbstub_xtensa.c", "C:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/gdbstub-entry.S", "C:/Users/alex/esp/esp-idf/components/esp_gdbstub/src/port/xtensa/xt_debugexception.S" ], + "file": "", + "sources": [], + "include_dirs": [ "./include" ] + }, + "esp_driver_gpio": { + "alias": "idf::esp_driver_gpio", + "target": "___idf_esp_driver_gpio", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_gpio", + "type": "LIBRARY", + "lib": "__idf_esp_driver_gpio", + "reqs": [], + "priv_reqs": [ "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gpio/libesp_driver_gpio.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_driver_gpio/src/gpio.c", "/home/abobkov/esp/esp-idf/components/esp_driver_gpio/src/gpio_glitch_filter_ops.c", "/home/abobkov/esp/esp-idf/components/esp_driver_gpio/src/rtc_io.c", "/home/abobkov/esp/esp-idf/components/esp_driver_gpio/src/dedic_gpio.c", "/home/abobkov/esp/esp-idf/components/esp_driver_gpio/src/gpio_pin_glitch_filter.c" ], "include_dirs": [ "include" ] }, - "esp_hid": { - "alias": "idf::esp_hid", - "target": "___idf_esp_hid", + "esp_driver_gptimer": { + "alias": "idf::esp_driver_gptimer", + "target": "___idf_esp_driver_gptimer", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_hid", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_gptimer", "type": "LIBRARY", - "lib": "__idf_esp_hid", - "reqs": [ "esp_event", "bt" ], + "lib": "__idf_esp_driver_gptimer", + "reqs": [ "esp_pm" ], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid/libesp_hid.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_hid/src/esp_hidd.c", "C:/Users/alex/esp/esp-idf/components/esp_hid/src/esp_hidh.c", "C:/Users/alex/esp/esp-idf/components/esp_hid/src/esp_hid_common.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_gptimer/libesp_driver_gptimer.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/src/gptimer.c", "/home/abobkov/esp/esp-idf/components/esp_driver_gptimer/src/gptimer_common.c" ], "include_dirs": [ "include" ] }, - "esp_http_client": { - "alias": "idf::esp_http_client", - "target": "___idf_esp_http_client", + "esp_driver_i2c": { + "alias": "idf::esp_driver_i2c", + "target": "___idf_esp_driver_i2c", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_http_client", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_i2c", "type": "LIBRARY", - "lib": "__idf_esp_http_client", - "reqs": [ "lwip", "esp_event" ], - "priv_reqs": [ "tcp_transport", "http_parser" ], + "lib": "__idf_esp_driver_i2c", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_pm", "esp_ringbuf" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/libesp_http_client.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_http_client/esp_http_client.c", "C:/Users/alex/esp/esp-idf/components/esp_http_client/lib/http_auth.c", "C:/Users/alex/esp/esp-idf/components/esp_http_client/lib/http_header.c", "C:/Users/alex/esp/esp-idf/components/esp_http_client/lib/http_utils.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2c/libesp_driver_i2c.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_driver_i2c/i2c_master.c", "/home/abobkov/esp/esp-idf/components/esp_driver_i2c/i2c_common.c", "/home/abobkov/esp/esp-idf/components/esp_driver_i2c/i2c_slave.c" ], "include_dirs": [ "include" ] }, - "esp_http_server": { - "alias": "idf::esp_http_server", - "target": "___idf_esp_http_server", + "esp_driver_i2s": { + "alias": "idf::esp_driver_i2s", + "target": "___idf_esp_driver_i2s", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_http_server", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_i2s", "type": "LIBRARY", - "lib": "__idf_esp_http_server", - "reqs": [ "http_parser", "esp_event" ], - "priv_reqs": [ "mbedtls", "lwip", "esp_timer" ], + "lib": "__idf_esp_driver_i2s", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_pm", "esp_mm" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/libesp_http_server.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_http_server/src/httpd_main.c", "C:/Users/alex/esp/esp-idf/components/esp_http_server/src/httpd_parse.c", "C:/Users/alex/esp/esp-idf/components/esp_http_server/src/httpd_sess.c", "C:/Users/alex/esp/esp-idf/components/esp_http_server/src/httpd_txrx.c", "C:/Users/alex/esp/esp-idf/components/esp_http_server/src/httpd_uri.c", "C:/Users/alex/esp/esp-idf/components/esp_http_server/src/httpd_ws.c", "C:/Users/alex/esp/esp-idf/components/esp_http_server/src/util/ctrl_sock.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_i2s/libesp_driver_i2s.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_driver_i2s/i2s_common.c", "/home/abobkov/esp/esp-idf/components/esp_driver_i2s/i2s_std.c", "/home/abobkov/esp/esp-idf/components/esp_driver_i2s/i2s_pdm.c", "/home/abobkov/esp/esp-idf/components/esp_driver_i2s/i2s_tdm.c", "/home/abobkov/esp/esp-idf/components/esp_driver_i2s/i2s_platform.c" ], "include_dirs": [ "include" ] }, - "esp_https_ota": { - "alias": "idf::esp_https_ota", - "target": "___idf_esp_https_ota", + "esp_driver_isp": { + "alias": "idf::esp_driver_isp", + "target": "___idf_esp_driver_isp", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_https_ota", - "type": "LIBRARY", - "lib": "__idf_esp_https_ota", - "reqs": [ "esp_http_client", "bootloader_support", "esp_app_format", "esp_event" ], - "priv_reqs": [ "log", "app_update" ], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/libesp_https_ota.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_https_ota/src/esp_https_ota.c" ], - "include_dirs": [ "include" ] - }, - "esp_https_server": { - "alias": "idf::esp_https_server", - "target": "___idf_esp_https_server", - "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_https_server", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_isp", "type": "CONFIG_ONLY", - "lib": "__idf_esp_https_server", - "reqs": [ "esp_http_server", "esp-tls" ], - "priv_reqs": [ "lwip" ], + "lib": "__idf_esp_driver_isp", + "reqs": [ "esp_mm" ], + "priv_reqs": [ "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "esp_driver_jpeg": { + "alias": "idf::esp_driver_jpeg", + "target": "___idf_esp_driver_jpeg", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_jpeg", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_driver_jpeg", + "reqs": [], + "priv_reqs": [ "esp_mm", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "esp_driver_ledc": { + "alias": "idf::esp_driver_ledc", + "target": "___idf_esp_driver_ledc", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_ledc", + "type": "LIBRARY", + "lib": "__idf_esp_driver_ledc", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_ledc/libesp_driver_ledc.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_driver_ledc/src/ledc.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_mcpwm": { + "alias": "idf::esp_driver_mcpwm", + "target": "___idf_esp_driver_mcpwm", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_driver_mcpwm", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "esp_driver_parlio": { + "alias": "idf::esp_driver_parlio", + "target": "___idf_esp_driver_parlio", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_parlio", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_driver_parlio", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "esp_driver_pcnt": { + "alias": "idf::esp_driver_pcnt", + "target": "___idf_esp_driver_pcnt", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_pcnt", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_driver_pcnt", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "esp_driver_ppa": { + "alias": "idf::esp_driver_ppa", + "target": "___idf_esp_driver_ppa", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_ppa", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_driver_ppa", + "reqs": [], + "priv_reqs": [ "esp_mm", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "esp_driver_rmt": { + "alias": "idf::esp_driver_rmt", + "target": "___idf_esp_driver_rmt", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_rmt", + "type": "LIBRARY", + "lib": "__idf_esp_driver_rmt", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_rmt/libesp_driver_rmt.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_driver_rmt/src/rmt_common.c", "/home/abobkov/esp/esp-idf/components/esp_driver_rmt/src/rmt_encoder.c", "/home/abobkov/esp/esp-idf/components/esp_driver_rmt/src/rmt_rx.c", "/home/abobkov/esp/esp-idf/components/esp_driver_rmt/src/rmt_tx.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_sdio": { + "alias": "idf::esp_driver_sdio", + "target": "___idf_esp_driver_sdio", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_sdio", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_driver_sdio", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "esp_driver_sdm": { + "alias": "idf::esp_driver_sdm", + "target": "___idf_esp_driver_sdm", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_sdm", + "type": "LIBRARY", + "lib": "__idf_esp_driver_sdm", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdm/libesp_driver_sdm.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_driver_sdm/src/sdm.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_sdmmc": { + "alias": "idf::esp_driver_sdmmc", + "target": "___idf_esp_driver_sdmmc", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_driver_sdmmc", + "reqs": [ "sdmmc", "esp_driver_gpio" ], + "priv_reqs": [ "esp_timer", "esp_pm", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "", + "sources": [], + "include_dirs": [ "include" ] + }, + "esp_driver_sdspi": { + "alias": "idf::esp_driver_sdspi", + "target": "___idf_esp_driver_sdspi", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_sdspi", + "type": "LIBRARY", + "lib": "__idf_esp_driver_sdspi", + "reqs": [ "sdmmc", "esp_driver_spi", "esp_driver_gpio" ], + "priv_reqs": [ "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_sdspi/libesp_driver_sdspi.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_crc.c", "/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_host.c", "/home/abobkov/esp/esp-idf/components/esp_driver_sdspi/src/sdspi_transaction.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_spi": { + "alias": "idf::esp_driver_spi", + "target": "___idf_esp_driver_spi", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_spi", + "type": "LIBRARY", + "lib": "__idf_esp_driver_spi", + "reqs": [ "esp_pm" ], + "priv_reqs": [ "esp_timer", "esp_mm", "esp_driver_gpio", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_spi/libesp_driver_spi.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_common.c", "/home/abobkov/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_master.c", "/home/abobkov/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave.c", "/home/abobkov/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_dma.c", "/home/abobkov/esp/esp-idf/components/esp_driver_spi/src/gpspi/spi_slave_hd.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_touch_sens": { + "alias": "idf::esp_driver_touch_sens", + "target": "___idf_esp_driver_touch_sens", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_touch_sens", + "type": "CONFIG_ONLY", + "lib": "__idf_esp_driver_touch_sens", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio" ], "managed_reqs": [], "managed_priv_reqs": [], "file": "", "sources": [], "include_dirs": [] }, + "esp_driver_tsens": { + "alias": "idf::esp_driver_tsens", + "target": "___idf_esp_driver_tsens", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_tsens", + "type": "LIBRARY", + "lib": "__idf_esp_driver_tsens", + "reqs": [], + "priv_reqs": [ "efuse" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_tsens/libesp_driver_tsens.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_driver_tsens/src/temperature_sensor.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_uart": { + "alias": "idf::esp_driver_uart", + "target": "___idf_esp_driver_uart", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_uart", + "type": "LIBRARY", + "lib": "__idf_esp_driver_uart", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_uart/libesp_driver_uart.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_driver_uart/src/uart.c", "/home/abobkov/esp/esp-idf/components/esp_driver_uart/src/uart_vfs.c" ], + "include_dirs": [ "include" ] + }, + "esp_driver_usb_serial_jtag": { + "alias": "idf::esp_driver_usb_serial_jtag", + "target": "___idf_esp_driver_usb_serial_jtag", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag", + "type": "LIBRARY", + "lib": "__idf_esp_driver_usb_serial_jtag", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_ringbuf", "esp_pm", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_driver_usb_serial_jtag/libesp_driver_usb_serial_jtag.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag.c", "/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_connection_monitor.c", "/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag/src/usb_serial_jtag_vfs.c" ], + "include_dirs": [ "include" ] + }, + "esp_eth": { + "alias": "idf::esp_eth", + "target": "___idf_esp_eth", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_eth", + "type": "LIBRARY", + "lib": "__idf_esp_eth", + "reqs": [ "esp_event" ], + "priv_reqs": [ "log", "esp_timer", "esp_driver_spi", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_eth/libesp_eth.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_eth/src/esp_eth.c", "/home/abobkov/esp/esp-idf/components/esp_eth/src/phy/esp_eth_phy_802_3.c", "/home/abobkov/esp/esp-idf/components/esp_eth/src/esp_eth_netif_glue.c" ], + "include_dirs": [ "include" ] + }, + "esp_event": { + "alias": "idf::esp_event", + "target": "___idf_esp_event", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_event", + "type": "LIBRARY", + "lib": "__idf_esp_event", + "reqs": [ "log", "esp_common", "freertos" ], + "priv_reqs": [ "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_event/libesp_event.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_event/default_event_loop.c", "/home/abobkov/esp/esp-idf/components/esp_event/esp_event.c", "/home/abobkov/esp/esp-idf/components/esp_event/esp_event_private.c" ], + "include_dirs": [ "include" ] + }, + "esp_gdbstub": { + "alias": "idf::esp_gdbstub", + "target": "___idf_esp_gdbstub", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_gdbstub", + "type": "LIBRARY", + "lib": "__idf_esp_gdbstub", + "reqs": [ "freertos" ], + "priv_reqs": [ "soc", "esp_rom", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_gdbstub/libesp_gdbstub.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_gdbstub/src/gdbstub.c", "/home/abobkov/esp/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c", "/home/abobkov/esp/esp-idf/components/esp_gdbstub/src/packet.c", "/home/abobkov/esp/esp-idf/components/esp_gdbstub/src/port/riscv/gdbstub_riscv.c", "/home/abobkov/esp/esp-idf/components/esp_gdbstub/src/port/riscv/rv_decode.c" ], + "include_dirs": [ "include" ] + }, + "esp_hid": { + "alias": "idf::esp_hid", + "target": "___idf_esp_hid", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_hid", + "type": "LIBRARY", + "lib": "__idf_esp_hid", + "reqs": [ "esp_event", "bt" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hid/libesp_hid.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_hid/src/esp_hidd.c", "/home/abobkov/esp/esp-idf/components/esp_hid/src/esp_hidh.c", "/home/abobkov/esp/esp-idf/components/esp_hid/src/esp_hid_common.c" ], + "include_dirs": [ "include" ] + }, + "esp_http_client": { + "alias": "idf::esp_http_client", + "target": "___idf_esp_http_client", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_http_client", + "type": "LIBRARY", + "lib": "__idf_esp_http_client", + "reqs": [ "lwip", "esp_event" ], + "priv_reqs": [ "tcp_transport", "http_parser" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_client/libesp_http_client.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_http_client/esp_http_client.c", "/home/abobkov/esp/esp-idf/components/esp_http_client/lib/http_auth.c", "/home/abobkov/esp/esp-idf/components/esp_http_client/lib/http_header.c", "/home/abobkov/esp/esp-idf/components/esp_http_client/lib/http_utils.c" ], + "include_dirs": [ "include" ] + }, + "esp_http_server": { + "alias": "idf::esp_http_server", + "target": "___idf_esp_http_server", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_http_server", + "type": "LIBRARY", + "lib": "__idf_esp_http_server", + "reqs": [ "http_parser", "esp_event" ], + "priv_reqs": [ "mbedtls", "lwip", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_http_server/libesp_http_server.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_http_server/src/httpd_main.c", "/home/abobkov/esp/esp-idf/components/esp_http_server/src/httpd_parse.c", "/home/abobkov/esp/esp-idf/components/esp_http_server/src/httpd_sess.c", "/home/abobkov/esp/esp-idf/components/esp_http_server/src/httpd_txrx.c", "/home/abobkov/esp/esp-idf/components/esp_http_server/src/httpd_uri.c", "/home/abobkov/esp/esp-idf/components/esp_http_server/src/httpd_ws.c", "/home/abobkov/esp/esp-idf/components/esp_http_server/src/util/ctrl_sock.c" ], + "include_dirs": [ "include" ] + }, + "esp_https_ota": { + "alias": "idf::esp_https_ota", + "target": "___idf_esp_https_ota", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_https_ota", + "type": "LIBRARY", + "lib": "__idf_esp_https_ota", + "reqs": [ "esp_http_client", "bootloader_support", "esp_app_format", "esp_event" ], + "priv_reqs": [ "log", "app_update" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_ota/libesp_https_ota.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_https_ota/src/esp_https_ota.c" ], + "include_dirs": [ "include" ] + }, + "esp_https_server": { + "alias": "idf::esp_https_server", + "target": "___idf_esp_https_server", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_https_server", + "type": "LIBRARY", + "lib": "__idf_esp_https_server", + "reqs": [ "esp_http_server", "esp-tls", "esp_event" ], + "priv_reqs": [ "lwip" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_https_server/libesp_https_server.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_https_server/src/https_server.c" ], + "include_dirs": [ "include" ] + }, "esp_hw_support": { "alias": "idf::esp_hw_support", "target": "___idf_esp_hw_support", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_hw_support", + "dir": "/home/abobkov/esp/esp-idf/components/esp_hw_support", "type": "LIBRARY", "lib": "__idf_esp_hw_support", "reqs": [ "soc" ], - "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "driver", "esp_timer" ], + "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "esp_security", "esp_driver_gpio", "esp_timer", "esp_pm", "esp_mm" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/libesp_hw_support.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_hw_support/cpu.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/cpu_region_protect.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/esp_clk.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/clk_ctrl_os.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/hw_random.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/intr_alloc.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/mac_addr.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/periph_ctrl.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/revision.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/rtc_module.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/sleep_modes.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/sleep_gpio.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/sleep_modem.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/regi2c_ctrl.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/esp_gpio_reserve.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/sar_periph_ctrl_common.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/io_mux.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/esp_clk_tree.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp_clk_tree_common.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/adc_share_hw_ctrl.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/rtc_wdt.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/sleep_wake_stub.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_clk_init.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_init.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_sleep.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/rtc_time.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/chip_info.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/cache_sram_mmu.c", "C:/Users/alex/esp/esp-idf/components/esp_hw_support/port/esp32/sar_periph_ctrl.c" ], - "include_dirs": [ "include", "include/soc", "include/soc/esp32" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_hw_support/libesp_hw_support.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_hw_support/cpu.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/esp_cpu_intr.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/cpu_region_protect.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/esp_clk.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/clk_ctrl_os.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/hw_random.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/intr_alloc.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/mac_addr.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/periph_ctrl.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/revision.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/rtc_module.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_modem.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_modes.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_console.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_gpio.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_event.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/regi2c_ctrl.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/esp_gpio_reserve.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/sar_periph_ctrl_common.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/io_mux.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/esp_clk_tree.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp_clk_tree_common.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/dma/esp_dma_utils.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/dma/gdma_link.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/spi_share_hw_ctrl.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/spi_bus_lock.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/adc_share_hw_ctrl.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/dma/gdma.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/deprecated/gdma_legacy.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/dma/esp_async_memcpy.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/dma/async_memcpy_gdma.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/systimer.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_wake_stub.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/esp_clock_output.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk_init.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_init.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_sleep.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_time.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/chip_info.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/sar_periph_ctrl.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/adc2_init_cal.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/esp_memprot.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp_memprot_conv.c", "/home/abobkov/esp/esp-idf/components/esp_hw_support/lowpower/port/esp32c3/sleep_cpu.c" ], + "include_dirs": [ "include", "include/soc", "include/soc/esp32c3", "dma/include", "ldo/include", "debug_probe/include" ] }, "esp_lcd": { "alias": "idf::esp_lcd", "target": "___idf_esp_lcd", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_lcd", + "dir": "/home/abobkov/esp/esp-idf/components/esp_lcd", "type": "LIBRARY", "lib": "__idf_esp_lcd", - "reqs": [], - "priv_reqs": [ "driver", "esp_mm", "esp_psram" ], + "reqs": [ "driver", "esp_driver_gpio", "esp_driver_i2c", "esp_driver_spi" ], + "priv_reqs": [ "esp_mm", "esp_psram", "esp_pm", "esp_driver_i2s" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/libesp_lcd.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_lcd/src/esp_lcd_common.c", "C:/Users/alex/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_io.c", "C:/Users/alex/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_io_i2c.c", "C:/Users/alex/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_io_spi.c", "C:/Users/alex/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_nt35510.c", "C:/Users/alex/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ssd1306.c", "C:/Users/alex/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_st7789.c", "C:/Users/alex/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ops.c", "C:/Users/alex/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_io_i2s.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_lcd/libesp_lcd.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_common.c", "/home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_io.c", "/home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_nt35510.c", "/home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ssd1306.c", "/home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_st7789.c", "/home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_ops.c", "/home/abobkov/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v1.c", "/home/abobkov/esp/esp-idf/components/esp_lcd/i2c/esp_lcd_panel_io_i2c_v2.c", "/home/abobkov/esp/esp-idf/components/esp_lcd/spi/esp_lcd_panel_io_spi.c" ], "include_dirs": [ "include", "interface" ] }, "esp_local_ctrl": { "alias": "idf::esp_local_ctrl", "target": "___idf_esp_local_ctrl", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_local_ctrl", + "dir": "/home/abobkov/esp/esp-idf/components/esp_local_ctrl", "type": "LIBRARY", "lib": "__idf_esp_local_ctrl", "reqs": [ "protocomm", "esp_https_server" ], "priv_reqs": [ "protobuf-c" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c", "C:/Users/alex/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c", "C:/Users/alex/esp/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c", "C:/Users/alex/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_local_ctrl/libesp_local_ctrl.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl.c", "/home/abobkov/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_handler.c", "/home/abobkov/esp/esp-idf/components/esp_local_ctrl/proto-c/esp_local_ctrl.pb-c.c", "/home/abobkov/esp/esp-idf/components/esp_local_ctrl/src/esp_local_ctrl_transport_httpd.c" ], "include_dirs": [ "include" ] }, "esp_mm": { "alias": "idf::esp_mm", "target": "___idf_esp_mm", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_mm", + "dir": "/home/abobkov/esp/esp-idf/components/esp_mm", "type": "LIBRARY", "lib": "__idf_esp_mm", "reqs": [], "priv_reqs": [ "heap", "spi_flash" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm/libesp_mm.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_mm/esp_mmu_map.c", "C:/Users/alex/esp/esp-idf/components/esp_mm/port/esp32/ext_mem_layout.c", "C:/Users/alex/esp/esp-idf/components/esp_mm/esp_cache.c", "C:/Users/alex/esp/esp-idf/components/esp_mm/cache_esp32.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_mm/libesp_mm.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_mm/esp_mmu_map.c", "/home/abobkov/esp/esp-idf/components/esp_mm/port/esp32c3/ext_mem_layout.c", "/home/abobkov/esp/esp-idf/components/esp_mm/esp_cache.c", "/home/abobkov/esp/esp-idf/components/esp_mm/heap_align_hw.c" ], "include_dirs": [ "include" ] }, "esp_netif": { "alias": "idf::esp_netif", "target": "___idf_esp_netif", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_netif", + "dir": "/home/abobkov/esp/esp-idf/components/esp_netif", "type": "LIBRARY", "lib": "__idf_esp_netif", "reqs": [ "esp_event" ], "priv_reqs": [ "esp_netif_stack" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif/libesp_netif.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_netif/esp_netif_handlers.c", "C:/Users/alex/esp/esp-idf/components/esp_netif/esp_netif_objects.c", "C:/Users/alex/esp/esp-idf/components/esp_netif/esp_netif_defaults.c", "C:/Users/alex/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c", "C:/Users/alex/esp/esp-idf/components/esp_netif/lwip/esp_netif_sntp.c", "C:/Users/alex/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c", "C:/Users/alex/esp/esp-idf/components/esp_netif/lwip/netif/wlanif.c", "C:/Users/alex/esp/esp-idf/components/esp_netif/lwip/netif/ethernetif.c", "C:/Users/alex/esp/esp-idf/components/esp_netif/lwip/netif/esp_pbuf_ref.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_netif/libesp_netif.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_netif/esp_netif_handlers.c", "/home/abobkov/esp/esp-idf/components/esp_netif/esp_netif_objects.c", "/home/abobkov/esp/esp-idf/components/esp_netif/esp_netif_defaults.c", "/home/abobkov/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c", "/home/abobkov/esp/esp-idf/components/esp_netif/lwip/esp_netif_sntp.c", "/home/abobkov/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip_defaults.c", "/home/abobkov/esp/esp-idf/components/esp_netif/lwip/netif/wlanif.c", "/home/abobkov/esp/esp-idf/components/esp_netif/lwip/netif/ethernetif.c", "/home/abobkov/esp/esp-idf/components/esp_netif/lwip/netif/esp_pbuf_ref.c" ], "include_dirs": [ "include" ] }, "esp_netif_stack": { "alias": "idf::esp_netif_stack", "target": "___idf_esp_netif_stack", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_netif_stack", + "dir": "/home/abobkov/esp/esp-idf/components/esp_netif_stack", "type": "CONFIG_ONLY", "lib": "__idf_esp_netif_stack", "reqs": [ "lwip" ], @@ -467,56 +842,56 @@ "alias": "idf::esp_partition", "target": "___idf_esp_partition", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_partition", + "dir": "/home/abobkov/esp/esp-idf/components/esp_partition", "type": "LIBRARY", "lib": "__idf_esp_partition", "reqs": [], - "priv_reqs": [ "esp_system", "bootloader_support", "spi_flash", "app_update", "partition_table" ], + "priv_reqs": [ "esp_system", "spi_flash", "partition_table", "bootloader_support", "app_update" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition/libesp_partition.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_partition/partition.c", "C:/Users/alex/esp/esp-idf/components/esp_partition/partition_target.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_partition/libesp_partition.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_partition/partition.c", "/home/abobkov/esp/esp-idf/components/esp_partition/partition_target.c" ], "include_dirs": [ "include" ] }, "esp_phy": { "alias": "idf::esp_phy", "target": "___idf_esp_phy", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_phy", + "dir": "/home/abobkov/esp/esp-idf/components/esp_phy", "type": "LIBRARY", "lib": "__idf_esp_phy", "reqs": [], "priv_reqs": [ "nvs_flash", "driver", "efuse", "esp_timer", "esp_wifi" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy/libesp_phy.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_phy/src/phy_override.c", "C:/Users/alex/esp/esp-idf/components/esp_phy/src/lib_printf.c", "C:/Users/alex/esp/esp-idf/components/esp_phy/src/phy_common.c", "C:/Users/alex/esp/esp-idf/components/esp_phy/src/phy_init.c", "C:/Users/alex/esp/esp-idf/components/esp_phy/src/btbb_init.c" ], - "include_dirs": [ "include", "esp32/include" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_phy/libesp_phy.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_phy/src/phy_override.c", "/home/abobkov/esp/esp-idf/components/esp_phy/src/lib_printf.c", "/home/abobkov/esp/esp-idf/components/esp_phy/src/phy_common.c", "/home/abobkov/esp/esp-idf/components/esp_phy/src/phy_init.c", "/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/phy_init_data.c", "/home/abobkov/esp/esp-idf/components/esp_phy/src/btbb_init.c" ], + "include_dirs": [ "include", "esp32c3/include" ] }, "esp_pm": { "alias": "idf::esp_pm", "target": "___idf_esp_pm", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_pm", + "dir": "/home/abobkov/esp/esp-idf/components/esp_pm", "type": "LIBRARY", "lib": "__idf_esp_pm", "reqs": [], - "priv_reqs": [ "esp_system", "driver", "esp_timer" ], + "priv_reqs": [ "esp_system", "esp_driver_gpio", "esp_timer" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm/libesp_pm.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_pm/pm_locks.c", "C:/Users/alex/esp/esp-idf/components/esp_pm/pm_trace.c", "C:/Users/alex/esp/esp-idf/components/esp_pm/pm_impl.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_pm/libesp_pm.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_pm/pm_locks.c", "/home/abobkov/esp/esp-idf/components/esp_pm/pm_trace.c", "/home/abobkov/esp/esp-idf/components/esp_pm/pm_impl.c" ], "include_dirs": [ "include" ] }, "esp_psram": { "alias": "idf::esp_psram", "target": "___idf_esp_psram", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_psram", + "dir": "/home/abobkov/esp/esp-idf/components/esp_psram", "type": "CONFIG_ONLY", "lib": "__idf_esp_psram", "reqs": [], - "priv_reqs": [ "heap", "spi_flash", "esp_mm", "bootloader_support", "driver" ], + "priv_reqs": [ "heap", "spi_flash", "esp_mm" ], "managed_reqs": [], "managed_priv_reqs": [], "file": "", @@ -527,112 +902,142 @@ "alias": "idf::esp_ringbuf", "target": "___idf_esp_ringbuf", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_ringbuf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_ringbuf", "type": "LIBRARY", "lib": "__idf_esp_ringbuf", "reqs": [], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/libesp_ringbuf.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_ringbuf/ringbuf.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_ringbuf/libesp_ringbuf.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_ringbuf/ringbuf.c" ], "include_dirs": [ "include" ] }, "esp_rom": { "alias": "idf::esp_rom", "target": "___idf_esp_rom", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_rom", + "dir": "/home/abobkov/esp/esp-idf/components/esp_rom", "type": "LIBRARY", "lib": "__idf_esp_rom", "reqs": [], "priv_reqs": [ "soc", "hal" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom/libesp_rom.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", "C:/Users/alex/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", "C:/Users/alex/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", "C:/Users/alex/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", "C:/Users/alex/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", "C:/Users/alex/esp/esp-idf/components/esp_rom/patches/esp_rom_longjmp.S" ], - "include_dirs": [ "include", "include/esp32", "esp32" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_rom/libesp_rom.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c", "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c", "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c", "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c", "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c", "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c", "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c", "/home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_systimer.c" ], + "include_dirs": [ "include", "esp32c3/include", "esp32c3/include/esp32c3", "esp32c3" ] + }, + "esp_security": { + "alias": "idf::esp_security", + "target": "___idf_esp_security", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_security", + "type": "LIBRARY", + "lib": "__idf_esp_security", + "reqs": [], + "priv_reqs": [ "efuse", "esp_hw_support", "esp_system", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_security/libesp_security.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_security/src/init.c", "/home/abobkov/esp/esp-idf/components/esp_security/src/esp_hmac.c", "/home/abobkov/esp/esp-idf/components/esp_security/src/esp_ds.c", "/home/abobkov/esp/esp-idf/components/esp_security/src/esp_crypto_lock.c" ], + "include_dirs": [ "include" ] }, "esp_system": { "alias": "idf::esp_system", "target": "___idf_esp_system", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_system", + "dir": "/home/abobkov/esp/esp-idf/components/esp_system", "type": "LIBRARY", "lib": "__idf_esp_system", "reqs": [], - "priv_reqs": [ "spi_flash", "esp_timer", "esp_mm", "pthread", "bootloader_support", "efuse", "driver", "esp_partition" ], + "priv_reqs": [ "spi_flash", "esp_timer", "esp_mm", "bootloader_support", "esp_pm" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/libesp_system.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_system/esp_err.c", "C:/Users/alex/esp/esp-idf/components/esp_system/crosscore_int.c", "C:/Users/alex/esp/esp-idf/components/esp_system/esp_ipc.c", "C:/Users/alex/esp/esp-idf/components/esp_system/freertos_hooks.c", "C:/Users/alex/esp/esp-idf/components/esp_system/int_wdt.c", "C:/Users/alex/esp/esp-idf/components/esp_system/panic.c", "C:/Users/alex/esp/esp-idf/components/esp_system/esp_system.c", "C:/Users/alex/esp/esp-idf/components/esp_system/startup.c", "C:/Users/alex/esp/esp-idf/components/esp_system/system_time.c", "C:/Users/alex/esp/esp-idf/components/esp_system/stack_check.c", "C:/Users/alex/esp/esp-idf/components/esp_system/ubsan.c", "C:/Users/alex/esp/esp-idf/components/esp_system/xt_wdt.c", "C:/Users/alex/esp/esp-idf/components/esp_system/debug_stubs.c", "C:/Users/alex/esp/esp-idf/components/esp_system/task_wdt/task_wdt.c", "C:/Users/alex/esp/esp-idf/components/esp_system/task_wdt/task_wdt_impl_timergroup.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/cpu_start.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/panic_handler.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/esp_system_chip.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/brownout.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32/highint_hdl.S", "C:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32/clk.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32/reset_reason.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32/system_internal.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/soc/esp32/cache_err_int.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/panic_arch.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/panic_handler_asm.S", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/expression_with_stack.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/expression_with_stack_asm.S", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_helpers_asm.S", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/debug_stubs.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/trax.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr.c", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_handler.S", "C:/Users/alex/esp/esp-idf/components/esp_system/port/arch/xtensa/esp_ipc_isr_routines.S" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_system/libesp_system.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_system/esp_err.c", "/home/abobkov/esp/esp-idf/components/esp_system/crosscore_int.c", "/home/abobkov/esp/esp-idf/components/esp_system/esp_ipc.c", "/home/abobkov/esp/esp-idf/components/esp_system/freertos_hooks.c", "/home/abobkov/esp/esp-idf/components/esp_system/int_wdt.c", "/home/abobkov/esp/esp-idf/components/esp_system/panic.c", "/home/abobkov/esp/esp-idf/components/esp_system/esp_system.c", "/home/abobkov/esp/esp-idf/components/esp_system/startup.c", "/home/abobkov/esp/esp-idf/components/esp_system/startup_funcs.c", "/home/abobkov/esp/esp-idf/components/esp_system/system_time.c", "/home/abobkov/esp/esp-idf/components/esp_system/stack_check.c", "/home/abobkov/esp/esp-idf/components/esp_system/ubsan.c", "/home/abobkov/esp/esp-idf/components/esp_system/xt_wdt.c", "/home/abobkov/esp/esp-idf/components/esp_system/task_wdt/task_wdt.c", "/home/abobkov/esp/esp-idf/components/esp_system/task_wdt/task_wdt_impl_timergroup.c", "/home/abobkov/esp/esp-idf/components/esp_system/hw_stack_guard.c", "/home/abobkov/esp/esp-idf/components/esp_system/port/cpu_start.c", "/home/abobkov/esp/esp-idf/components/esp_system/port/panic_handler.c", "/home/abobkov/esp/esp-idf/components/esp_system/port/esp_system_chip.c", "/home/abobkov/esp/esp-idf/components/esp_system/port/image_process.c", "/home/abobkov/esp/esp-idf/components/esp_system/port/brownout.c", "/home/abobkov/esp/esp-idf/components/esp_system/port/arch/riscv/expression_with_stack.c", "/home/abobkov/esp/esp-idf/components/esp_system/port/arch/riscv/panic_arch.c", "/home/abobkov/esp/esp-idf/components/esp_system/port/arch/riscv/debug_helpers.c", "/home/abobkov/esp/esp-idf/components/esp_system/port/arch/riscv/debug_stubs.c", "/home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3/clk.c", "/home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3/reset_reason.c", "/home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3/system_internal.c", "/home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3/cache_err_int.c", "/home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3/apb_backup_dma.c" ], "include_dirs": [ "include" ] }, "esp_timer": { "alias": "idf::esp_timer", "target": "___idf_esp_timer", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_timer", + "dir": "/home/abobkov/esp/esp-idf/components/esp_timer", "type": "LIBRARY", "lib": "__idf_esp_timer", - "reqs": [ "esp_common" ], - "priv_reqs": [ "soc", "driver" ], + "reqs": [], + "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer/libesp_timer.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_timer/src/esp_timer.c", "C:/Users/alex/esp/esp-idf/components/esp_timer/src/ets_timer_legacy.c", "C:/Users/alex/esp/esp-idf/components/esp_timer/src/system_time.c", "C:/Users/alex/esp/esp-idf/components/esp_timer/src/esp_timer_impl_common.c", "C:/Users/alex/esp/esp-idf/components/esp_timer/src/esp_timer_impl_lac.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_timer/libesp_timer.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_timer/src/esp_timer.c", "/home/abobkov/esp/esp-idf/components/esp_timer/src/esp_timer_init.c", "/home/abobkov/esp/esp-idf/components/esp_timer/src/ets_timer_legacy.c", "/home/abobkov/esp/esp-idf/components/esp_timer/src/system_time.c", "/home/abobkov/esp/esp-idf/components/esp_timer/src/esp_timer_impl_common.c", "/home/abobkov/esp/esp-idf/components/esp_timer/src/esp_timer_impl_systimer.c" ], + "include_dirs": [ "include" ] + }, + "esp_vfs_console": { + "alias": "idf::esp_vfs_console", + "target": "___idf_esp_vfs_console", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_vfs_console", + "type": "LIBRARY", + "lib": "__idf_esp_vfs_console", + "reqs": [], + "priv_reqs": [ "vfs", "esp_driver_uart", "esp_driver_usb_serial_jtag" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_vfs_console/libesp_vfs_console.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_vfs_console/vfs_console.c" ], "include_dirs": [ "include" ] }, "esp_wifi": { "alias": "idf::esp_wifi", "target": "___idf_esp_wifi", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esp_wifi", + "dir": "/home/abobkov/esp/esp-idf/components/esp_wifi", "type": "LIBRARY", "lib": "__idf_esp_wifi", "reqs": [ "esp_event", "esp_phy", "esp_netif" ], "priv_reqs": [ "driver", "esptool_py", "esp_pm", "esp_timer", "nvs_flash", "wpa_supplicant", "hal", "lwip", "esp_coex" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/libesp_wifi.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/esp_wifi/src/mesh_event.c", "C:/Users/alex/esp/esp-idf/components/esp_wifi/src/smartconfig.c", "C:/Users/alex/esp/esp-idf/components/esp_wifi/src/wifi_init.c", "C:/Users/alex/esp/esp-idf/components/esp_wifi/src/wifi_default.c", "C:/Users/alex/esp/esp-idf/components/esp_wifi/src/wifi_netif.c", "C:/Users/alex/esp/esp-idf/components/esp_wifi/src/wifi_default_ap.c", "C:/Users/alex/esp/esp-idf/components/esp_wifi/esp32/esp_adapter.c", "C:/Users/alex/esp/esp-idf/components/esp_wifi/src/smartconfig_ack.c" ], - "include_dirs": [ "include", "wifi_apps/include" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/esp_wifi/libesp_wifi.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/esp_wifi/src/lib_printf.c", "/home/abobkov/esp/esp-idf/components/esp_wifi/src/mesh_event.c", "/home/abobkov/esp/esp-idf/components/esp_wifi/src/smartconfig.c", "/home/abobkov/esp/esp-idf/components/esp_wifi/src/wifi_init.c", "/home/abobkov/esp/esp-idf/components/esp_wifi/src/wifi_default.c", "/home/abobkov/esp/esp-idf/components/esp_wifi/src/wifi_netif.c", "/home/abobkov/esp/esp-idf/components/esp_wifi/src/wifi_default_ap.c", "/home/abobkov/esp/esp-idf/components/esp_wifi/esp32c3/esp_adapter.c", "/home/abobkov/esp/esp-idf/components/esp_wifi/src/smartconfig_ack.c" ], + "include_dirs": [ "include", "include/local", "wifi_apps/include", "wifi_apps/nan_app/include" ] }, "espcoredump": { "alias": "idf::espcoredump", "target": "___idf_espcoredump", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/espcoredump", + "dir": "/home/abobkov/esp/esp-idf/components/espcoredump", "type": "LIBRARY", "lib": "__idf_espcoredump", "reqs": [], - "priv_reqs": [ "esp_partition", "spi_flash", "bootloader_support", "mbedtls", "esp_rom", "soc", "esp_system", "driver" ], + "priv_reqs": [ "esp_partition", "spi_flash", "bootloader_support", "mbedtls", "esp_rom", "soc", "esp_system", "esp_driver_gpio", "driver" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump/libespcoredump.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/espcoredump/src/core_dump_common.c", "C:/Users/alex/esp/esp-idf/components/espcoredump/src/core_dump_checksum.c", "C:/Users/alex/esp/esp-idf/components/espcoredump/src/core_dump_flash.c", "C:/Users/alex/esp/esp-idf/components/espcoredump/src/core_dump_uart.c", "C:/Users/alex/esp/esp-idf/components/espcoredump/src/core_dump_elf.c", "C:/Users/alex/esp/esp-idf/components/espcoredump/src/core_dump_binary.c", "C:/Users/alex/esp/esp-idf/components/espcoredump/src/port/xtensa/core_dump_port.c" ], - "include_dirs": [ "include", "include/port/xtensa" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espcoredump/libespcoredump.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_init.c", "/home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_common.c", "/home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_flash.c", "/home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_uart.c", "/home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_elf.c", "/home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_binary.c", "/home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_sha.c", "/home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_crc.c", "/home/abobkov/esp/esp-idf/components/espcoredump/src/port/riscv/core_dump_port.c" ], + "include_dirs": [ "include", "include/port/riscv" ] }, "espressif__led_strip": { "alias": "idf::espressif__led_strip", "target": "___idf_espressif__led_strip", "prefix": "idf", - "dir": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip", + "dir": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip", "type": "LIBRARY", "lib": "__idf_espressif__led_strip", "reqs": [ "driver" ], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/libespressif__led_strip.a", - "sources": [ "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/src/led_strip_api.c", "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/src/led_strip_rmt_dev.c", "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/src/led_strip_rmt_encoder.c", "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/src/led_strip_spi_dev.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/espressif__led_strip/libespressif__led_strip.a", + "sources": [ "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/src/led_strip_api.c", "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/src/led_strip_rmt_dev.c", "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/src/led_strip_rmt_encoder.c", "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip/src/led_strip_spi_dev.c" ], "include_dirs": [ "include", "interface" ] }, "esptool_py": { "alias": "idf::esptool_py", "target": "___idf_esptool_py", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/esptool_py", + "dir": "/home/abobkov/esp/esp-idf/components/esptool_py", "type": "CONFIG_ONLY", "lib": "__idf_esptool_py", "reqs": [ "bootloader" ], @@ -647,82 +1052,82 @@ "alias": "idf::fatfs", "target": "___idf_fatfs", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/fatfs", + "dir": "/home/abobkov/esp/esp-idf/components/fatfs", "type": "LIBRARY", "lib": "__idf_fatfs", - "reqs": [ "wear_levelling", "sdmmc" ], - "priv_reqs": [ "vfs" ], + "reqs": [ "wear_levelling", "sdmmc", "esp_driver_sdmmc", "esp_driver_sdspi" ], + "priv_reqs": [ "vfs", "esp_driver_gpio" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs/libfatfs.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/fatfs/diskio/diskio.c", "C:/Users/alex/esp/esp-idf/components/fatfs/diskio/diskio_rawflash.c", "C:/Users/alex/esp/esp-idf/components/fatfs/diskio/diskio_sdmmc.c", "C:/Users/alex/esp/esp-idf/components/fatfs/diskio/diskio_wl.c", "C:/Users/alex/esp/esp-idf/components/fatfs/src/ff.c", "C:/Users/alex/esp/esp-idf/components/fatfs/port/freertos/ffsystem.c", "C:/Users/alex/esp/esp-idf/components/fatfs/src/ffunicode.c", "C:/Users/alex/esp/esp-idf/components/fatfs/vfs/vfs_fat.c", "C:/Users/alex/esp/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c", "C:/Users/alex/esp/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c" ], - "include_dirs": [ "diskio", "vfs", "src" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/fatfs/libfatfs.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/fatfs/diskio/diskio.c", "/home/abobkov/esp/esp-idf/components/fatfs/diskio/diskio_rawflash.c", "/home/abobkov/esp/esp-idf/components/fatfs/diskio/diskio_wl.c", "/home/abobkov/esp/esp-idf/components/fatfs/src/ff.c", "/home/abobkov/esp/esp-idf/components/fatfs/src/ffunicode.c", "/home/abobkov/esp/esp-idf/components/fatfs/port/freertos/ffsystem.c", "/home/abobkov/esp/esp-idf/components/fatfs/diskio/diskio_sdmmc.c", "/home/abobkov/esp/esp-idf/components/fatfs/vfs/vfs_fat.c", "/home/abobkov/esp/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c", "/home/abobkov/esp/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c" ], + "include_dirs": [ "diskio", "src", "vfs" ] }, "freertos": { "alias": "idf::freertos", "target": "___idf_freertos", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/freertos", + "dir": "/home/abobkov/esp/esp-idf/components/freertos", "type": "LIBRARY", "lib": "__idf_freertos", "reqs": [], - "priv_reqs": [ "soc", "esp_pm" ], + "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos/libfreertos.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/freertos/heap_idf.c", "C:/Users/alex/esp/esp-idf/components/freertos/esp_additions/idf_additions.c", "C:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/list.c", "C:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/queue.c", "C:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c", "C:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/timers.c", "C:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/croutine.c", "C:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/event_groups.c", "C:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/stream_buffer.c", "C:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/port.c", "C:/Users/alex/esp/esp-idf/components/freertos/app_startup.c", "C:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-openocd.c", "C:/Users/alex/esp/esp-idf/components/freertos/port_common.c", "C:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/portasm.S", "C:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/port_systick.c", "C:/Users/alex/esp/esp-idf/components/freertos/esp_additions/freertos_v8_compat.c", "C:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_context.S", "C:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_init.c", "C:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_overlay_os_hook.c", "C:/Users/alex/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/xtensa_vectors.S" ], - "include_dirs": [ "FreeRTOS-Kernel/include", "FreeRTOS-Kernel/portable/xtensa/include", "esp_additions/include/freertos", "esp_additions/include", "esp_additions/arch/xtensa/include" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/freertos/libfreertos.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/freertos/heap_idf.c", "/home/abobkov/esp/esp-idf/components/freertos/app_startup.c", "/home/abobkov/esp/esp-idf/components/freertos/port_common.c", "/home/abobkov/esp/esp-idf/components/freertos/port_systick.c", "/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/list.c", "/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/queue.c", "/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c", "/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/timers.c", "/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/event_groups.c", "/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/stream_buffer.c", "/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/port.c", "/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/portasm.S", "/home/abobkov/esp/esp-idf/components/freertos/esp_additions/freertos_compatibility.c", "/home/abobkov/esp/esp-idf/components/freertos/esp_additions/idf_additions_event_groups.c", "/home/abobkov/esp/esp-idf/components/freertos/esp_additions/idf_additions.c" ], + "include_dirs": [ "config/include", "config/include/freertos", "config/riscv/include", "FreeRTOS-Kernel/include", "FreeRTOS-Kernel/portable/riscv/include", "FreeRTOS-Kernel/portable/riscv/include/freertos", "esp_additions/include" ] }, "hal": { "alias": "idf::hal", "target": "___idf_hal", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/hal", + "dir": "/home/abobkov/esp/esp-idf/components/hal", "type": "LIBRARY", "lib": "__idf_hal", "reqs": [ "soc", "esp_rom" ], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal/libhal.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/hal/mpu_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/efuse_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/esp32/efuse_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/wdt_hal_iram.c", "C:/Users/alex/esp/esp-idf/components/hal/mmu_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/esp32/cache_hal_esp32.c", "C:/Users/alex/esp/esp-idf/components/hal/rtc_io_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/gpio_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/uart_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/uart_hal_iram.c", "C:/Users/alex/esp/esp-idf/components/hal/adc_hal_common.c", "C:/Users/alex/esp/esp-idf/components/hal/adc_oneshot_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/esp32/clk_tree_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/spi_flash_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/spi_flash_hal_iram.c", "C:/Users/alex/esp/esp-idf/components/hal/spi_flash_encrypt_hal_iram.c", "C:/Users/alex/esp/esp-idf/components/hal/timer_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/ledc_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/ledc_hal_iram.c", "C:/Users/alex/esp/esp-idf/components/hal/i2c_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/i2c_hal_iram.c", "C:/Users/alex/esp/esp-idf/components/hal/rmt_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/pcnt_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/mcpwm_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/twai_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/twai_hal_iram.c", "C:/Users/alex/esp/esp-idf/components/hal/i2s_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/sdm_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/emac_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/adc_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/sha_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/aes_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/brownout_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/spi_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/spi_hal_iram.c", "C:/Users/alex/esp/esp-idf/components/hal/spi_slave_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/spi_slave_hal_iram.c", "C:/Users/alex/esp/esp-idf/components/hal/sdio_slave_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/touch_sensor_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/esp32/touch_sensor_hal.c", "C:/Users/alex/esp/esp-idf/components/hal/esp32/gpio_hal_workaround.c" ], - "include_dirs": [ "esp32/include", "include", "platform_port/include" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/hal/libhal.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/hal/hal_utils.c", "/home/abobkov/esp/esp-idf/components/hal/efuse_hal.c", "/home/abobkov/esp/esp-idf/components/hal/esp32c3/efuse_hal.c", "/home/abobkov/esp/esp-idf/components/hal/wdt_hal_iram.c", "/home/abobkov/esp/esp-idf/components/hal/mmu_hal.c", "/home/abobkov/esp/esp-idf/components/hal/cache_hal.c", "/home/abobkov/esp/esp-idf/components/hal/color_hal.c", "/home/abobkov/esp/esp-idf/components/hal/spi_flash_hal.c", "/home/abobkov/esp/esp-idf/components/hal/spi_flash_hal_iram.c", "/home/abobkov/esp/esp-idf/components/hal/spi_flash_encrypt_hal_iram.c", "/home/abobkov/esp/esp-idf/components/hal/esp32c3/clk_tree_hal.c", "/home/abobkov/esp/esp-idf/components/hal/systimer_hal.c", "/home/abobkov/esp/esp-idf/components/hal/uart_hal.c", "/home/abobkov/esp/esp-idf/components/hal/uart_hal_iram.c", "/home/abobkov/esp/esp-idf/components/hal/gpio_hal.c", "/home/abobkov/esp/esp-idf/components/hal/timer_hal.c", "/home/abobkov/esp/esp-idf/components/hal/ledc_hal.c", "/home/abobkov/esp/esp-idf/components/hal/ledc_hal_iram.c", "/home/abobkov/esp/esp-idf/components/hal/i2c_hal.c", "/home/abobkov/esp/esp-idf/components/hal/i2c_hal_iram.c", "/home/abobkov/esp/esp-idf/components/hal/rmt_hal.c", "/home/abobkov/esp/esp-idf/components/hal/twai_hal.c", "/home/abobkov/esp/esp-idf/components/hal/twai_hal_iram.c", "/home/abobkov/esp/esp-idf/components/hal/gdma_hal_top.c", "/home/abobkov/esp/esp-idf/components/hal/gdma_hal_ahb_v1.c", "/home/abobkov/esp/esp-idf/components/hal/i2s_hal.c", "/home/abobkov/esp/esp-idf/components/hal/sdm_hal.c", "/home/abobkov/esp/esp-idf/components/hal/adc_hal_common.c", "/home/abobkov/esp/esp-idf/components/hal/adc_oneshot_hal.c", "/home/abobkov/esp/esp-idf/components/hal/adc_hal.c", "/home/abobkov/esp/esp-idf/components/hal/mpi_hal.c", "/home/abobkov/esp/esp-idf/components/hal/sha_hal.c", "/home/abobkov/esp/esp-idf/components/hal/aes_hal.c", "/home/abobkov/esp/esp-idf/components/hal/brownout_hal.c", "/home/abobkov/esp/esp-idf/components/hal/spi_hal.c", "/home/abobkov/esp/esp-idf/components/hal/spi_hal_iram.c", "/home/abobkov/esp/esp-idf/components/hal/spi_slave_hal.c", "/home/abobkov/esp/esp-idf/components/hal/spi_slave_hal_iram.c", "/home/abobkov/esp/esp-idf/components/hal/spi_slave_hd_hal.c", "/home/abobkov/esp/esp-idf/components/hal/spi_flash_hal_gpspi.c", "/home/abobkov/esp/esp-idf/components/hal/hmac_hal.c", "/home/abobkov/esp/esp-idf/components/hal/ds_hal.c", "/home/abobkov/esp/esp-idf/components/hal/usb_serial_jtag_hal.c", "/home/abobkov/esp/esp-idf/components/hal/xt_wdt_hal.c", "/home/abobkov/esp/esp-idf/components/hal/esp32c3/rtc_cntl_hal.c" ], + "include_dirs": [ "platform_port/include", "esp32c3/include", "include" ] }, "heap": { "alias": "idf::heap", "target": "___idf_heap", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/heap", + "dir": "/home/abobkov/esp/esp-idf/components/heap", "type": "LIBRARY", "lib": "__idf_heap", "reqs": [], "priv_reqs": [ "soc" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap/libheap.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/heap/heap_caps.c", "C:/Users/alex/esp/esp-idf/components/heap/heap_caps_init.c", "C:/Users/alex/esp/esp-idf/components/heap/multi_heap.c", "C:/Users/alex/esp/esp-idf/components/heap/tlsf/tlsf.c", "C:/Users/alex/esp/esp-idf/components/heap/port/memory_layout_utils.c", "C:/Users/alex/esp/esp-idf/components/heap/port/esp32/memory_layout.c" ], - "include_dirs": [ "include" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/heap/libheap.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/heap/heap_caps_base.c", "/home/abobkov/esp/esp-idf/components/heap/heap_caps.c", "/home/abobkov/esp/esp-idf/components/heap/heap_caps_init.c", "/home/abobkov/esp/esp-idf/components/heap/multi_heap.c", "/home/abobkov/esp/esp-idf/components/heap/tlsf/tlsf.c", "/home/abobkov/esp/esp-idf/components/heap/port/memory_layout_utils.c", "/home/abobkov/esp/esp-idf/components/heap/port/esp32c3/memory_layout.c" ], + "include_dirs": [ "include", "tlsf" ] }, "http_parser": { "alias": "idf::http_parser", "target": "___idf_http_parser", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/http_parser", + "dir": "/home/abobkov/esp/esp-idf/components/http_parser", "type": "LIBRARY", "lib": "__idf_http_parser", "reqs": [], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser/libhttp_parser.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/http_parser/http_parser.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/http_parser/libhttp_parser.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/http_parser/http_parser.c" ], "include_dirs": [ "." ] }, "idf_test": { "alias": "idf::idf_test", "target": "___idf_idf_test", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/idf_test", + "dir": "/home/abobkov/esp/esp-idf/components/idf_test", "type": "CONFIG_ONLY", "lib": "__idf_idf_test", "reqs": [], @@ -731,13 +1136,13 @@ "managed_priv_reqs": [], "file": "", "sources": [], - "include_dirs": [ "include", "include/esp32" ] + "include_dirs": [ "include", "include/esp32c3" ] }, "ieee802154": { "alias": "idf::ieee802154", "target": "___idf_ieee802154", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/ieee802154", + "dir": "/home/abobkov/esp/esp-idf/components/ieee802154", "type": "CONFIG_ONLY", "lib": "__idf_ieee802154", "reqs": [], @@ -752,130 +1157,145 @@ "alias": "idf::json", "target": "___idf_json", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/json", + "dir": "/home/abobkov/esp/esp-idf/components/json", "type": "LIBRARY", "lib": "__idf_json", "reqs": [], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json/libjson.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/json/cJSON/cJSON.c", "C:/Users/alex/esp/esp-idf/components/json/cJSON/cJSON_Utils.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/json/libjson.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/json/cJSON/cJSON.c", "/home/abobkov/esp/esp-idf/components/json/cJSON/cJSON_Utils.c" ], "include_dirs": [ "cJSON" ] }, "log": { "alias": "idf::log", "target": "___idf_log", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/log", + "dir": "/home/abobkov/esp/esp-idf/components/log", "type": "LIBRARY", "lib": "__idf_log", "reqs": [], "priv_reqs": [ "soc", "hal", "esp_hw_support" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log/liblog.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/log/log.c", "C:/Users/alex/esp/esp-idf/components/log/log_buffers.c", "C:/Users/alex/esp/esp-idf/components/log/log_freertos.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/log/liblog.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/log/src/os/log_timestamp.c", "/home/abobkov/esp/esp-idf/components/log/src/log_timestamp_common.c", "/home/abobkov/esp/esp-idf/components/log/src/os/log_lock.c", "/home/abobkov/esp/esp-idf/components/log/src/os/log_write.c", "/home/abobkov/esp/esp-idf/components/log/src/buffer/log_buffers.c", "/home/abobkov/esp/esp-idf/components/log/src/util.c", "/home/abobkov/esp/esp-idf/components/log/src/log_level/log_level.c", "/home/abobkov/esp/esp-idf/components/log/src/log_level/tag_log_level/tag_log_level.c", "/home/abobkov/esp/esp-idf/components/log/src/log_level/tag_log_level/linked_list/log_linked_list.c", "/home/abobkov/esp/esp-idf/components/log/src/log_level/tag_log_level/cache/log_binary_heap.c" ], "include_dirs": [ "include" ] }, "lwip": { "alias": "idf::lwip", "target": "___idf_lwip", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/lwip", + "dir": "/home/abobkov/esp/esp-idf/components/lwip", "type": "LIBRARY", "lib": "__idf_lwip", "reqs": [], "priv_reqs": [ "vfs" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip/liblwip.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/lwip/apps/sntp/sntp.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/api/api_lib.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/api/api_msg.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/api/err.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/api/if_api.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/api/netbuf.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/api/netdb.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/api/netifapi.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/api/sockets.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/api/tcpip.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/def.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/dns.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/inet_chksum.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/init.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/ip.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/mem.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/memp.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/netif.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/pbuf.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/raw.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/stats.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/sys.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/tcp.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/tcp_in.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/tcp_out.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/timeouts.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/udp.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_napt.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ethernet.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif_fdb.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/slipif.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c", "C:/Users/alex/esp/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c", "C:/Users/alex/esp/esp-idf/components/lwip/port/hooks/tcp_isn_default.c", "C:/Users/alex/esp/esp-idf/components/lwip/port/hooks/lwip_default_hooks.c", "C:/Users/alex/esp/esp-idf/components/lwip/port/debug/lwip_debug.c", "C:/Users/alex/esp/esp-idf/components/lwip/port/sockets_ext.c", "C:/Users/alex/esp/esp-idf/components/lwip/port/freertos/sys_arch.c", "C:/Users/alex/esp/esp-idf/components/lwip/port/esp32xx/vfs_lwip.c", "C:/Users/alex/esp/esp-idf/components/lwip/apps/ping/esp_ping.c", "C:/Users/alex/esp/esp-idf/components/lwip/apps/ping/ping.c", "C:/Users/alex/esp/esp-idf/components/lwip/apps/ping/ping_sock.c", "C:/Users/alex/esp/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c" ], - "include_dirs": [ "include", "include/apps", "include/apps/sntp", "lwip/src/include", "port/include", "port/freertos/include/", "port/esp32xx/include", "port/esp32xx/include/arch" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/lwip/liblwip.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/lwip/apps/sntp/sntp.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/api_lib.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/api_msg.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/err.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/if_api.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/netbuf.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/netdb.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/netifapi.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/sockets.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/api/tcpip.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/apps/sntp/sntp.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/apps/netbiosns/netbiosns.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/def.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/dns.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/inet_chksum.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/init.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ip.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/mem.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/memp.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/netif.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/pbuf.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/raw.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/stats.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/sys.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/tcp.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/tcp_in.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/tcp_out.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/timeouts.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/udp.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/autoip.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/dhcp.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/etharp.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/icmp.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/igmp.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_napt.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_addr.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv4/ip4_frag.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/dhcp6.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ethip6.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/icmp6.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/inet6.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_addr.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/ip6_frag.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/mld6.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/core/ipv6/nd6.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ethernet.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/bridgeif_fdb.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/slipif.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/auth.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ccp.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-md5.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap-new.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/chap_ms.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/demand.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eap.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ecp.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/eui64.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/fsm.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipcp.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ipv6cp.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/lcp.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/magic.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/mppe.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/multilink.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/ppp.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppapi.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppcrypt.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppoe.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppol2tp.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/pppos.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/upap.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/utils.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/vj.c", "/home/abobkov/esp/esp-idf/components/lwip/port/hooks/tcp_isn_default.c", "/home/abobkov/esp/esp-idf/components/lwip/port/hooks/lwip_default_hooks.c", "/home/abobkov/esp/esp-idf/components/lwip/port/debug/lwip_debug.c", "/home/abobkov/esp/esp-idf/components/lwip/port/sockets_ext.c", "/home/abobkov/esp/esp-idf/components/lwip/port/freertos/sys_arch.c", "/home/abobkov/esp/esp-idf/components/lwip/port/acd_dhcp_check.c", "/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/vfs_lwip.c", "/home/abobkov/esp/esp-idf/components/lwip/apps/ping/esp_ping.c", "/home/abobkov/esp/esp-idf/components/lwip/apps/ping/ping.c", "/home/abobkov/esp/esp-idf/components/lwip/apps/ping/ping_sock.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/arc4.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/des.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md4.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/md5.c", "/home/abobkov/esp/esp-idf/components/lwip/lwip/src/netif/ppp/polarssl/sha1.c", "/home/abobkov/esp/esp-idf/components/lwip/apps/dhcpserver/dhcpserver.c" ], + "include_dirs": [ "include", "include/apps", "include/apps/sntp", "lwip/src/include", "port/include", "port/freertos/include/", "port/esp32xx/include", "port/esp32xx/include/arch", "port/esp32xx/include/sys" ] }, "main": { "alias": "idf::main", "target": "___idf_main", "prefix": "idf", - "dir": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/main", + "dir": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main", "type": "LIBRARY", "lib": "__idf_main", "reqs": [], "priv_reqs": [ "espressif__led_strip" ], "managed_reqs": [], "managed_priv_reqs": [ "espressif__led_strip" ], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main/libmain.a", - "sources": [ "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/main/GxGDEW042Z15.cpp", "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/main/blink_example_main.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/main/libmain.a", + "sources": [ "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main/GxGDEW042Z15.cpp", "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main/blink_example_main.c" ], "include_dirs": [ "." ] }, "mbedtls": { "alias": "idf::mbedtls", "target": "___idf_mbedtls", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/mbedtls", + "dir": "/home/abobkov/esp/esp-idf/components/mbedtls", "type": "LIBRARY", "lib": "__idf_mbedtls", "reqs": [], "priv_reqs": [ "soc", "esp_hw_support", "esp_pm" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/libmbedtls.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c", "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/x509_crt_bundle.S" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/libmbedtls.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/esp_crt_bundle.c", "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/x509_crt_bundle.S" ], "include_dirs": [ "port/include", "mbedtls/include", "mbedtls/library", "esp_crt_bundle/include" ] }, "mqtt": { "alias": "idf::mqtt", "target": "___idf_mqtt", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/mqtt", + "dir": "/home/abobkov/esp/esp-idf/components/mqtt", "type": "LIBRARY", "lib": "__idf_mqtt", "reqs": [ "esp_event", "tcp_transport" ], "priv_reqs": [ "esp_timer", "http_parser", "esp_hw_support", "heap" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt/libmqtt.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c", "C:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c", "C:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c", "C:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c" ], - "include_dirs": [ "C:/Users/alex/esp/esp-idf/components/mqtt/esp-mqtt/include" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mqtt/libmqtt.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/mqtt_client.c", "/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c", "/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c", "/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c" ], + "include_dirs": [ "/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/include" ] }, "newlib": { "alias": "idf::newlib", "target": "___idf_newlib", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/newlib", + "dir": "/home/abobkov/esp/esp-idf/components/newlib", "type": "LIBRARY", "lib": "__idf_newlib", "reqs": [], "priv_reqs": [ "soc", "spi_flash" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/libnewlib.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/newlib/abort.c", "C:/Users/alex/esp/esp-idf/components/newlib/assert.c", "C:/Users/alex/esp/esp-idf/components/newlib/heap.c", "C:/Users/alex/esp/esp-idf/components/newlib/locks.c", "C:/Users/alex/esp/esp-idf/components/newlib/poll.c", "C:/Users/alex/esp/esp-idf/components/newlib/pthread.c", "C:/Users/alex/esp/esp-idf/components/newlib/random.c", "C:/Users/alex/esp/esp-idf/components/newlib/reent_init.c", "C:/Users/alex/esp/esp-idf/components/newlib/newlib_init.c", "C:/Users/alex/esp/esp-idf/components/newlib/syscalls.c", "C:/Users/alex/esp/esp-idf/components/newlib/termios.c", "C:/Users/alex/esp/esp-idf/components/newlib/stdatomic.c", "C:/Users/alex/esp/esp-idf/components/newlib/time.c", "C:/Users/alex/esp/esp-idf/components/newlib/sysconf.c", "C:/Users/alex/esp/esp-idf/components/newlib/realpath.c", "C:/Users/alex/esp/esp-idf/components/newlib/port/esp_time_impl.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/newlib/libnewlib.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/newlib/abort.c", "/home/abobkov/esp/esp-idf/components/newlib/assert.c", "/home/abobkov/esp/esp-idf/components/newlib/heap.c", "/home/abobkov/esp/esp-idf/components/newlib/flockfile.c", "/home/abobkov/esp/esp-idf/components/newlib/locks.c", "/home/abobkov/esp/esp-idf/components/newlib/poll.c", "/home/abobkov/esp/esp-idf/components/newlib/pthread.c", "/home/abobkov/esp/esp-idf/components/newlib/random.c", "/home/abobkov/esp/esp-idf/components/newlib/getentropy.c", "/home/abobkov/esp/esp-idf/components/newlib/reent_init.c", "/home/abobkov/esp/esp-idf/components/newlib/newlib_init.c", "/home/abobkov/esp/esp-idf/components/newlib/syscalls.c", "/home/abobkov/esp/esp-idf/components/newlib/termios.c", "/home/abobkov/esp/esp-idf/components/newlib/stdatomic.c", "/home/abobkov/esp/esp-idf/components/newlib/time.c", "/home/abobkov/esp/esp-idf/components/newlib/sysconf.c", "/home/abobkov/esp/esp-idf/components/newlib/realpath.c", "/home/abobkov/esp/esp-idf/components/newlib/scandir.c", "/home/abobkov/esp/esp-idf/components/newlib/port/esp_time_impl.c" ], "include_dirs": [ "platform_include" ] }, "nvs_flash": { "alias": "idf::nvs_flash", "target": "___idf_nvs_flash", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/nvs_flash", + "dir": "/home/abobkov/esp/esp-idf/components/nvs_flash", "type": "LIBRARY", "lib": "__idf_nvs_flash", "reqs": [ "esp_partition" ], - "priv_reqs": [ "spi_flash" ], + "priv_reqs": [ "spi_flash", "newlib" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/libnvs_flash.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/nvs_flash/src/nvs_api.cpp", "C:/Users/alex/esp/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp", "C:/Users/alex/esp/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp", "C:/Users/alex/esp/esp-idf/components/nvs_flash/src/nvs_page.cpp", "C:/Users/alex/esp/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp", "C:/Users/alex/esp/esp-idf/components/nvs_flash/src/nvs_storage.cpp", "C:/Users/alex/esp/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp", "C:/Users/alex/esp/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp", "C:/Users/alex/esp/esp-idf/components/nvs_flash/src/nvs_partition.cpp", "C:/Users/alex/esp/esp-idf/components/nvs_flash/src/nvs_partition_lookup.cpp", "C:/Users/alex/esp/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp", "C:/Users/alex/esp/esp-idf/components/nvs_flash/src/nvs_types.cpp" ], - "include_dirs": [ "include", "../spi_flash/include" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_flash/libnvs_flash.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_api.cpp", "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp", "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_item_hash_list.cpp", "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_page.cpp", "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp", "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_storage.cpp", "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp", "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp", "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_partition.cpp", "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_partition_lookup.cpp", "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp", "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_types.cpp", "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_platform.cpp", "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_bootloader.c", "/home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_encrypted_partition.cpp" ], + "include_dirs": [ "include" ] + }, + "nvs_sec_provider": { + "alias": "idf::nvs_sec_provider", + "target": "___idf_nvs_sec_provider", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/nvs_sec_provider", + "type": "LIBRARY", + "lib": "__idf_nvs_sec_provider", + "reqs": [], + "priv_reqs": [ "bootloader_support", "efuse", "esp_partition", "nvs_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/nvs_sec_provider/libnvs_sec_provider.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/nvs_sec_provider/nvs_sec_provider.c" ], + "include_dirs": [ "include" ] }, "openthread": { "alias": "idf::openthread", "target": "___idf_openthread", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/openthread", + "dir": "/home/abobkov/esp/esp-idf/components/openthread", "type": "CONFIG_ONLY", "lib": "__idf_openthread", - "reqs": [ "esp_netif", "lwip", "driver" ], + "reqs": [ "esp_netif", "lwip", "esp_driver_uart", "driver" ], "priv_reqs": [ "console", "esp_event", "esp_partition", "esp_timer", "ieee802154", "mbedtls", "nvs_flash" ], "managed_reqs": [], "managed_priv_reqs": [], @@ -887,7 +1307,7 @@ "alias": "idf::partition_table", "target": "___idf_partition_table", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/partition_table", + "dir": "/home/abobkov/esp/esp-idf/components/partition_table", "type": "CONFIG_ONLY", "lib": "__idf_partition_table", "reqs": [], @@ -898,146 +1318,161 @@ "sources": [], "include_dirs": [] }, - "perfmon": { - "alias": "idf::perfmon", - "target": "___idf_perfmon", - "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/perfmon", - "type": "LIBRARY", - "lib": "__idf_perfmon", - "reqs": [ "xtensa" ], - "priv_reqs": [], - "managed_reqs": [], - "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/perfmon/libperfmon.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/perfmon/xtensa_perfmon_access.c", "C:/Users/alex/esp/esp-idf/components/perfmon/xtensa_perfmon_apis.c", "C:/Users/alex/esp/esp-idf/components/perfmon/xtensa_perfmon_masks.c" ], - "include_dirs": [ "include" ] - }, "protobuf-c": { "alias": "idf::protobuf-c", "target": "___idf_protobuf-c", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/protobuf-c", + "dir": "/home/abobkov/esp/esp-idf/components/protobuf-c", "type": "LIBRARY", "lib": "__idf_protobuf-c", "reqs": [], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/libprotobuf-c.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protobuf-c/libprotobuf-c.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c/protobuf-c/protobuf-c.c" ], "include_dirs": [ "protobuf-c" ] }, "protocomm": { "alias": "idf::protocomm", "target": "___idf_protocomm", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/protocomm", + "dir": "/home/abobkov/esp/esp-idf/components/protocomm", "type": "LIBRARY", "lib": "__idf_protocomm", "reqs": [ "bt" ], "priv_reqs": [ "protobuf-c", "mbedtls", "console", "esp_http_server", "driver" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm/libprotocomm.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/protocomm/src/common/protocomm.c", "C:/Users/alex/esp/esp-idf/components/protocomm/proto-c/constants.pb-c.c", "C:/Users/alex/esp/esp-idf/components/protocomm/proto-c/sec0.pb-c.c", "C:/Users/alex/esp/esp-idf/components/protocomm/proto-c/sec1.pb-c.c", "C:/Users/alex/esp/esp-idf/components/protocomm/proto-c/sec2.pb-c.c", "C:/Users/alex/esp/esp-idf/components/protocomm/proto-c/session.pb-c.c", "C:/Users/alex/esp/esp-idf/components/protocomm/src/transports/protocomm_console.c", "C:/Users/alex/esp/esp-idf/components/protocomm/src/transports/protocomm_httpd.c", "C:/Users/alex/esp/esp-idf/components/protocomm/src/security/security0.c", "C:/Users/alex/esp/esp-idf/components/protocomm/src/security/security1.c", "C:/Users/alex/esp/esp-idf/components/protocomm/src/security/security2.c", "C:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c", "C:/Users/alex/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp_mpi.c" ], - "include_dirs": [ "include/common", "include/security", "include/transports" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/protocomm/libprotocomm.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/protocomm/src/common/protocomm.c", "/home/abobkov/esp/esp-idf/components/protocomm/proto-c/constants.pb-c.c", "/home/abobkov/esp/esp-idf/components/protocomm/proto-c/sec0.pb-c.c", "/home/abobkov/esp/esp-idf/components/protocomm/proto-c/sec1.pb-c.c", "/home/abobkov/esp/esp-idf/components/protocomm/proto-c/sec2.pb-c.c", "/home/abobkov/esp/esp-idf/components/protocomm/proto-c/session.pb-c.c", "/home/abobkov/esp/esp-idf/components/protocomm/src/transports/protocomm_console.c", "/home/abobkov/esp/esp-idf/components/protocomm/src/transports/protocomm_httpd.c", "/home/abobkov/esp/esp-idf/components/protocomm/src/security/security0.c", "/home/abobkov/esp/esp-idf/components/protocomm/src/security/security1.c", "/home/abobkov/esp/esp-idf/components/protocomm/src/security/security2.c", "/home/abobkov/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c", "/home/abobkov/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp_mpi.c" ], + "include_dirs": [ "include/common", "include/security", "include/transports", "include/crypto/srp6a", "proto-c" ] }, "pthread": { "alias": "idf::pthread", "target": "___idf_pthread", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/pthread", + "dir": "/home/abobkov/esp/esp-idf/components/pthread", "type": "LIBRARY", "lib": "__idf_pthread", "reqs": [], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread/libpthread.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/pthread/pthread.c", "C:/Users/alex/esp/esp-idf/components/pthread/pthread_cond_var.c", "C:/Users/alex/esp/esp-idf/components/pthread/pthread_local_storage.c", "C:/Users/alex/esp/esp-idf/components/pthread/pthread_rwlock.c", "C:/Users/alex/esp/esp-idf/components/pthread/pthread_semaphore.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/pthread/libpthread.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/pthread/pthread.c", "/home/abobkov/esp/esp-idf/components/pthread/pthread_cond_var.c", "/home/abobkov/esp/esp-idf/components/pthread/pthread_local_storage.c", "/home/abobkov/esp/esp-idf/components/pthread/pthread_rwlock.c", "/home/abobkov/esp/esp-idf/components/pthread/pthread_semaphore.c" ], + "include_dirs": [ "include" ] + }, + "riscv": { + "alias": "idf::riscv", + "target": "___idf_riscv", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/riscv", + "type": "LIBRARY", + "lib": "__idf_riscv", + "reqs": [], + "priv_reqs": [ "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/riscv/libriscv.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/riscv/instruction_decode.c", "/home/abobkov/esp/esp-idf/components/riscv/interrupt.c", "/home/abobkov/esp/esp-idf/components/riscv/vectors.S", "/home/abobkov/esp/esp-idf/components/riscv/interrupt_intc.c", "/home/abobkov/esp/esp-idf/components/riscv/vectors_intc.S" ], + "include_dirs": [ "include" ] + }, + "rt": { + "alias": "idf::rt", + "target": "___idf_rt", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/rt", + "type": "LIBRARY", + "lib": "__idf_rt", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/rt/librt.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/rt/FreeRTOS_POSIX_mqueue.c", "/home/abobkov/esp/esp-idf/components/rt/FreeRTOS_POSIX_utils.c" ], "include_dirs": [ "include" ] }, "sdmmc": { "alias": "idf::sdmmc", "target": "___idf_sdmmc", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/sdmmc", + "dir": "/home/abobkov/esp/esp-idf/components/sdmmc", "type": "LIBRARY", "lib": "__idf_sdmmc", - "reqs": [ "driver" ], - "priv_reqs": [ "soc", "esp_timer" ], + "reqs": [], + "priv_reqs": [ "soc", "esp_timer", "esp_mm" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc/libsdmmc.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/sdmmc/sdmmc_cmd.c", "C:/Users/alex/esp/esp-idf/components/sdmmc/sdmmc_common.c", "C:/Users/alex/esp/esp-idf/components/sdmmc/sdmmc_init.c", "C:/Users/alex/esp/esp-idf/components/sdmmc/sdmmc_io.c", "C:/Users/alex/esp/esp-idf/components/sdmmc/sdmmc_mmc.c", "C:/Users/alex/esp/esp-idf/components/sdmmc/sdmmc_sd.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/sdmmc/libsdmmc.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_cmd.c", "/home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_common.c", "/home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_init.c", "/home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_io.c", "/home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_mmc.c", "/home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_sd.c", "/home/abobkov/esp/esp-idf/components/sdmmc/sd_pwr_ctrl/sd_pwr_ctrl.c" ], "include_dirs": [ "include" ] }, "soc": { "alias": "idf::soc", "target": "___idf_soc", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/soc", + "dir": "/home/abobkov/esp/esp-idf/components/soc", "type": "LIBRARY", "lib": "__idf_soc", "reqs": [], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc/libsoc.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/soc/lldesc.c", "C:/Users/alex/esp/esp-idf/components/soc/dport_access_common.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/interrupts.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/gpio_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/uart_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/dport_access.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/adc_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/spi_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/ledc_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/pcnt_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/rmt_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/sdm_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/i2s_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/i2c_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/timer_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/lcd_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/mcpwm_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/sdmmc_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/touch_sensor_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/twai_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/dac_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/rtc_io_periph.c", "C:/Users/alex/esp/esp-idf/components/soc/esp32/sdio_slave_periph.c" ], - "include_dirs": [ "include", "esp32", "esp32/include" ] + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/soc/libsoc.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/soc/lldesc.c", "/home/abobkov/esp/esp-idf/components/soc/dport_access_common.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/interrupts.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/gpio_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/uart_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/adc_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/dedic_gpio_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/gdma_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/spi_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/ledc_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/rmt_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/sdm_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/i2s_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/i2c_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/temperature_sensor_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/timer_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/mpi_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/twai_periph.c", "/home/abobkov/esp/esp-idf/components/soc/esp32c3/wdt_periph.c" ], + "include_dirs": [ "include", "esp32c3", "esp32c3/include", "esp32c3/register" ] }, "spi_flash": { "alias": "idf::spi_flash", "target": "___idf_spi_flash", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/spi_flash", + "dir": "/home/abobkov/esp/esp-idf/components/spi_flash", "type": "LIBRARY", "lib": "__idf_spi_flash", "reqs": [ "hal" ], - "priv_reqs": [ "bootloader_support", "app_update", "soc", "driver", "esp_mm" ], + "priv_reqs": [ "bootloader_support", "app_update", "soc", "esp_mm", "esp_driver_gpio" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash/libspi_flash.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/spi_flash/flash_brownout_hook.c", "C:/Users/alex/esp/esp-idf/components/spi_flash/spi_flash_chip_drivers.c", "C:/Users/alex/esp/esp-idf/components/spi_flash/spi_flash_chip_generic.c", "C:/Users/alex/esp/esp-idf/components/spi_flash/spi_flash_chip_issi.c", "C:/Users/alex/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic.c", "C:/Users/alex/esp/esp-idf/components/spi_flash/spi_flash_chip_gd.c", "C:/Users/alex/esp/esp-idf/components/spi_flash/spi_flash_chip_winbond.c", "C:/Users/alex/esp/esp-idf/components/spi_flash/spi_flash_chip_boya.c", "C:/Users/alex/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic_opi.c", "C:/Users/alex/esp/esp-idf/components/spi_flash/spi_flash_chip_th.c", "C:/Users/alex/esp/esp-idf/components/spi_flash/memspi_host_driver.c", "C:/Users/alex/esp/esp-idf/components/spi_flash/cache_utils.c", "C:/Users/alex/esp/esp-idf/components/spi_flash/flash_mmap.c", "C:/Users/alex/esp/esp-idf/components/spi_flash/flash_ops.c", "C:/Users/alex/esp/esp-idf/components/spi_flash/spi_flash_wrap.c", "C:/Users/alex/esp/esp-idf/components/spi_flash/esp_flash_api.c", "C:/Users/alex/esp/esp-idf/components/spi_flash/esp_flash_spi_init.c", "C:/Users/alex/esp/esp-idf/components/spi_flash/spi_flash_os_func_app.c", "C:/Users/alex/esp/esp-idf/components/spi_flash/spi_flash_os_func_noos.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spi_flash/libspi_flash.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/spi_flash/flash_brownout_hook.c", "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_drivers.c", "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_generic.c", "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_issi.c", "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic.c", "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_gd.c", "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_winbond.c", "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_boya.c", "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic_opi.c", "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_th.c", "/home/abobkov/esp/esp-idf/components/spi_flash/memspi_host_driver.c", "/home/abobkov/esp/esp-idf/components/spi_flash/cache_utils.c", "/home/abobkov/esp/esp-idf/components/spi_flash/flash_mmap.c", "/home/abobkov/esp/esp-idf/components/spi_flash/flash_ops.c", "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_wrap.c", "/home/abobkov/esp/esp-idf/components/spi_flash/esp_flash_api.c", "/home/abobkov/esp/esp-idf/components/spi_flash/esp_flash_spi_init.c", "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_os_func_app.c", "/home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_os_func_noos.c" ], "include_dirs": [ "include" ] }, "spiffs": { "alias": "idf::spiffs", "target": "___idf_spiffs", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/spiffs", + "dir": "/home/abobkov/esp/esp-idf/components/spiffs", "type": "LIBRARY", "lib": "__idf_spiffs", "reqs": [ "esp_partition" ], - "priv_reqs": [ "bootloader_support", "esptool_py", "vfs", "spi_flash" ], + "priv_reqs": [ "bootloader_support", "esptool_py", "vfs" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs/libspiffs.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/spiffs/spiffs_api.c", "C:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c", "C:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src/spiffs_check.c", "C:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c", "C:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c", "C:/Users/alex/esp/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c", "C:/Users/alex/esp/esp-idf/components/spiffs/esp_spiffs.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/spiffs/libspiffs.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/spiffs/spiffs_api.c", "/home/abobkov/esp/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c", "/home/abobkov/esp/esp-idf/components/spiffs/spiffs/src/spiffs_check.c", "/home/abobkov/esp/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c", "/home/abobkov/esp/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c", "/home/abobkov/esp/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c", "/home/abobkov/esp/esp-idf/components/spiffs/esp_spiffs.c" ], "include_dirs": [ "include" ] }, "tcp_transport": { "alias": "idf::tcp_transport", "target": "___idf_tcp_transport", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/tcp_transport", + "dir": "/home/abobkov/esp/esp-idf/components/tcp_transport", "type": "LIBRARY", "lib": "__idf_tcp_transport", "reqs": [ "esp-tls", "lwip", "esp_timer" ], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/libtcp_transport.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/tcp_transport/transport.c", "C:/Users/alex/esp/esp-idf/components/tcp_transport/transport_ssl.c", "C:/Users/alex/esp/esp-idf/components/tcp_transport/transport_internal.c", "C:/Users/alex/esp/esp-idf/components/tcp_transport/transport_socks_proxy.c", "C:/Users/alex/esp/esp-idf/components/tcp_transport/transport_ws.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/tcp_transport/libtcp_transport.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/tcp_transport/transport.c", "/home/abobkov/esp/esp-idf/components/tcp_transport/transport_ssl.c", "/home/abobkov/esp/esp-idf/components/tcp_transport/transport_internal.c", "/home/abobkov/esp/esp-idf/components/tcp_transport/transport_socks_proxy.c", "/home/abobkov/esp/esp-idf/components/tcp_transport/transport_ws.c" ], "include_dirs": [ "include" ] }, "ulp": { "alias": "idf::ulp", "target": "___idf_ulp", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/ulp", + "dir": "/home/abobkov/esp/esp-idf/components/ulp", "type": "CONFIG_ONLY", "lib": "__idf_ulp", "reqs": [ "driver", "esp_adc" ], @@ -1052,26 +1487,26 @@ "alias": "idf::unity", "target": "___idf_unity", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/unity", + "dir": "/home/abobkov/esp/esp-idf/components/unity", "type": "LIBRARY", "lib": "__idf_unity", "reqs": [], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity/libunity.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/unity/unity/src/unity.c", "C:/Users/alex/esp/esp-idf/components/unity/unity_runner.c", "C:/Users/alex/esp/esp-idf/components/unity/unity_utils_freertos.c", "C:/Users/alex/esp/esp-idf/components/unity/unity_utils_cache.c", "C:/Users/alex/esp/esp-idf/components/unity/unity_utils_memory.c", "C:/Users/alex/esp/esp-idf/components/unity/unity_port_esp32.c", "C:/Users/alex/esp/esp-idf/components/unity/port/esp/unity_utils_memory_esp.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/unity/libunity.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/unity/unity/src/unity.c", "/home/abobkov/esp/esp-idf/components/unity/unity_compat.c", "/home/abobkov/esp/esp-idf/components/unity/unity_runner.c", "/home/abobkov/esp/esp-idf/components/unity/unity_utils_freertos.c", "/home/abobkov/esp/esp-idf/components/unity/unity_utils_cache.c", "/home/abobkov/esp/esp-idf/components/unity/unity_utils_memory.c", "/home/abobkov/esp/esp-idf/components/unity/unity_port_esp32.c", "/home/abobkov/esp/esp-idf/components/unity/port/esp/unity_utils_memory_esp.c" ], "include_dirs": [ "include", "unity/src" ] }, "usb": { "alias": "idf::usb", "target": "___idf_usb", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/usb", + "dir": "/home/abobkov/esp/esp-idf/components/usb", "type": "CONFIG_ONLY", "lib": "__idf_usb", "reqs": [], - "priv_reqs": [ "driver" ], + "priv_reqs": [ "esp_driver_gpio", "esp_mm" ], "managed_reqs": [], "managed_priv_reqs": [], "file": "", @@ -1082,76 +1517,1347 @@ "alias": "idf::vfs", "target": "___idf_vfs", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/vfs", + "dir": "/home/abobkov/esp/esp-idf/components/vfs", "type": "LIBRARY", "lib": "__idf_vfs", "reqs": [], - "priv_reqs": [ "driver", "esp_timer" ], + "priv_reqs": [ "esp_timer", "esp_driver_uart", "esp_driver_usb_serial_jtag", "esp_vfs_console" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs/libvfs.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/vfs/vfs.c", "C:/Users/alex/esp/esp-idf/components/vfs/vfs_eventfd.c", "C:/Users/alex/esp/esp-idf/components/vfs/vfs_uart.c", "C:/Users/alex/esp/esp-idf/components/vfs/vfs_semihost.c", "C:/Users/alex/esp/esp-idf/components/vfs/vfs_console.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/vfs/libvfs.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/vfs/vfs.c", "/home/abobkov/esp/esp-idf/components/vfs/vfs_eventfd.c", "/home/abobkov/esp/esp-idf/components/vfs/vfs_semihost.c", "/home/abobkov/esp/esp-idf/components/vfs/nullfs.c" ], "include_dirs": [ "include" ] }, "wear_levelling": { "alias": "idf::wear_levelling", "target": "___idf_wear_levelling", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/wear_levelling", + "dir": "/home/abobkov/esp/esp-idf/components/wear_levelling", "type": "LIBRARY", "lib": "__idf_wear_levelling", "reqs": [ "esp_partition" ], "priv_reqs": [ "spi_flash" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/libwear_levelling.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/wear_levelling/Partition.cpp", "C:/Users/alex/esp/esp-idf/components/wear_levelling/SPI_Flash.cpp", "C:/Users/alex/esp/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp", "C:/Users/alex/esp/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp", "C:/Users/alex/esp/esp-idf/components/wear_levelling/WL_Flash.cpp", "C:/Users/alex/esp/esp-idf/components/wear_levelling/crc32.cpp", "C:/Users/alex/esp/esp-idf/components/wear_levelling/wear_levelling.cpp" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wear_levelling/libwear_levelling.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/wear_levelling/Partition.cpp", "/home/abobkov/esp/esp-idf/components/wear_levelling/SPI_Flash.cpp", "/home/abobkov/esp/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp", "/home/abobkov/esp/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp", "/home/abobkov/esp/esp-idf/components/wear_levelling/WL_Flash.cpp", "/home/abobkov/esp/esp-idf/components/wear_levelling/crc32.cpp", "/home/abobkov/esp/esp-idf/components/wear_levelling/wear_levelling.cpp" ], "include_dirs": [ "include" ] }, "wifi_provisioning": { "alias": "idf::wifi_provisioning", "target": "___idf_wifi_provisioning", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/wifi_provisioning", + "dir": "/home/abobkov/esp/esp-idf/components/wifi_provisioning", "type": "LIBRARY", "lib": "__idf_wifi_provisioning", "reqs": [ "lwip", "protocomm" ], "priv_reqs": [ "protobuf-c", "bt", "json", "esp_timer", "esp_wifi" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/libwifi_provisioning.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/wifi_provisioning/src/wifi_config.c", "C:/Users/alex/esp/esp-idf/components/wifi_provisioning/src/wifi_scan.c", "C:/Users/alex/esp/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c", "C:/Users/alex/esp/esp-idf/components/wifi_provisioning/src/manager.c", "C:/Users/alex/esp/esp-idf/components/wifi_provisioning/src/handlers.c", "C:/Users/alex/esp/esp-idf/components/wifi_provisioning/src/scheme_console.c", "C:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c", "C:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c", "C:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_ctrl.pb-c.c", "C:/Users/alex/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c", "C:/Users/alex/esp/esp-idf/components/wifi_provisioning/src/scheme_softap.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wifi_provisioning/libwifi_provisioning.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/wifi_provisioning/src/wifi_config.c", "/home/abobkov/esp/esp-idf/components/wifi_provisioning/src/wifi_scan.c", "/home/abobkov/esp/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c", "/home/abobkov/esp/esp-idf/components/wifi_provisioning/src/manager.c", "/home/abobkov/esp/esp-idf/components/wifi_provisioning/src/handlers.c", "/home/abobkov/esp/esp-idf/components/wifi_provisioning/src/scheme_console.c", "/home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_config.pb-c.c", "/home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_scan.pb-c.c", "/home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_ctrl.pb-c.c", "/home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c/wifi_constants.pb-c.c", "/home/abobkov/esp/esp-idf/components/wifi_provisioning/src/scheme_softap.c" ], "include_dirs": [ "include" ] }, "wpa_supplicant": { "alias": "idf::wpa_supplicant", "target": "___idf_wpa_supplicant", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/wpa_supplicant", + "dir": "/home/abobkov/esp/esp-idf/components/wpa_supplicant", "type": "LIBRARY", "lib": "__idf_wpa_supplicant", "reqs": [], "priv_reqs": [ "mbedtls", "esp_timer", "esp_wifi" ], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/libwpa_supplicant.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/port/eloop.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/ap/ap_config.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/ap/pmksa_cache_auth.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/ap/sta_info.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_11.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/ap/comeback_token.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/common/sae.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/common/dragonfly.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/common/wpa_common.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils/bitfield.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-siv.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-kdf.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-gcm.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tlsprf.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-tlsprf.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-tlsprf.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-prf.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-prf.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-prf.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tprf.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/eap_common/eap_wsc_common.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/common/ieee802_11_common.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_common.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_pac.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils/base64.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils/common.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils/ext_password.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils/uuid.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/utils/json.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/wps/wps.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/wps/wps_common.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/common/sae_pk.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/common/bss.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/common/scan.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_scan.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa2_api_port.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_common.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wps.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_owe.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/tls_mbedtls.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/fastpbkdf2.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-ec.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/rc4.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c", "C:/Users/alex/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c" ], + "file": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/wpa_supplicant/libwpa_supplicant.a", + "sources": [ "/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/os_xtensa.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/eloop.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/ap_config.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_1x.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/wpa_auth_ie.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/pmksa_cache_auth.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/sta_info.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/ieee802_11.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/ap/comeback_token.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/common/sae.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/common/dragonfly.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/common/wpa_common.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/bitfield.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-siv.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-kdf.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/ccmp.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-gcm.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/crypto_ops.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_group5.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/dh_groups.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/ms_funcs.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tlsprf.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-tlsprf.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-tlsprf.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha256-prf.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-prf.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha384-prf.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/md4-internal.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/sha1-tprf.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_common/eap_wsc_common.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/common/ieee802_11_common.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/chap.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_common.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_mschapv2.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_peap_common.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_tls_common.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_ttls.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/mschapv2.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_common.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/eap_peer/eap_fast_pac.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/pmksa_cache.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/rsn_supp/wpa_ie.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/base64.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/common.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/ext_password.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/uuid.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/wpabuf.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/wpa_debug.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils/json.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_build.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_parse.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps_attr_process.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps_common.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps_dev_attr.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/wps/wps_enrollee.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/common/sae_pk.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_eap_client.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa2_api_port.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa_main.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpas_glue.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_common.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wps.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_owe.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/esp_hostap.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/tls_mbedtls.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/fastpbkdf2.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src/crypto/crypto_mbedtls-ec.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/rc4.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/des-internal.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-wrap.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-unwrap.c", "/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto/aes-ccm.c" ], + "include_dirs": [ "include", "port/include", "esp_supplicant/include" ] + } + }, + "all_component_info" : { + "app_trace": { + "alias": "idf::app_trace", + "target": "___idf_app_trace", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/app_trace", + "lib": "__idf_app_trace", + "reqs": [ "esp_timer" ], + "priv_reqs": [ "esp_driver_gptimer", "esp_driver_gpio", "esp_driver_uart" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "app_update": { + "alias": "idf::app_update", + "target": "___idf_app_update", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/app_update", + "lib": "__idf_app_update", + "reqs": [ "partition_table", "bootloader_support", "esp_app_format", "esp_bootloader_format", "esp_partition" ], + "priv_reqs": [ "esptool_py", "efuse", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "bootloader": { + "alias": "idf::bootloader", + "target": "___idf_bootloader", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/bootloader", + "lib": "__idf_bootloader", + "reqs": [], + "priv_reqs": [ "partition_table", "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "bootloader_support": { + "alias": "idf::bootloader_support", + "target": "___idf_bootloader_support", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/bootloader_support", + "lib": "__idf_bootloader_support", + "reqs": [ "soc" ], + "priv_reqs": [ "spi_flash", "mbedtls", "efuse", "heap", "esp_bootloader_format", "esp_app_format" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "bootloader_flash/include" ] + }, + "bt": { + "alias": "idf::bt", + "target": "___idf_bt", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/bt", + "lib": "__idf_bt", + "reqs": [ "esp_timer", "esp_wifi" ], + "priv_reqs": [ "nvs_flash", "soc", "esp_pm", "esp_phy", "esp_coex", "mbedtls", "esp_driver_uart", "vfs", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "cmock": { + "alias": "idf::cmock", + "target": "___idf_cmock", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/cmock", + "lib": "__idf_cmock", + "reqs": [ "unity" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "CMock/src" ] + }, + "console": { + "alias": "idf::console", + "target": "___idf_console", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/console", + "lib": "__idf_console", + "reqs": [ "vfs", "esp_vfs_console" ], + "priv_reqs": [ "esp_driver_uart", "esp_driver_usb_serial_jtag" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "/home/abobkov/esp/esp-idf/components/console" ] + }, + "cxx": { + "alias": "idf::cxx", + "target": "___idf_cxx", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/cxx", + "lib": "__idf_cxx", + "reqs": [], + "priv_reqs": [ "pthread", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "driver": { + "alias": "idf::driver", + "target": "___idf_driver", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/driver", + "lib": "__idf_driver", + "reqs": [ "esp_pm", "esp_ringbuf", "freertos", "soc", "hal", "esp_hw_support", "esp_driver_gpio", "esp_driver_pcnt", "esp_driver_gptimer", "esp_driver_spi", "esp_driver_mcpwm", "esp_driver_ana_cmpr", "esp_driver_i2s", "esp_driver_sdmmc", "esp_driver_sdspi", "esp_driver_sdio", "esp_driver_dac", "esp_driver_rmt", "esp_driver_tsens", "esp_driver_sdm", "esp_driver_i2c", "esp_driver_uart", "esp_driver_ledc", "esp_driver_parlio", "esp_driver_usb_serial_jtag" ], + "priv_reqs": [ "efuse", "esp_timer", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "deprecated", "i2c/include", "touch_sensor/include", "twai/include" ] + }, + "efuse": { + "alias": "idf::efuse", + "target": "___idf_efuse", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/efuse", + "lib": "__idf_efuse", + "reqs": [], + "priv_reqs": [ "bootloader_support", "soc", "spi_flash", "esp_system", "esp_partition", "esp_app_format" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32c3/include" ] + }, + "esp-tls": { + "alias": "idf::esp-tls", + "target": "___idf_esp-tls", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp-tls", + "lib": "__idf_esp-tls", + "reqs": [ "mbedtls" ], + "priv_reqs": [ "http_parser", "esp_timer", "lwip" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "/home/abobkov/esp/esp-idf/components/esp-tls", "esp-tls-crypto" ] + }, + "esp_adc": { + "alias": "idf::esp_adc", + "target": "___idf_esp_adc", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_adc", + "lib": "__idf_esp_adc", + "reqs": [], + "priv_reqs": [ "driver", "esp_driver_gpio", "efuse", "esp_pm", "esp_ringbuf", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "interface", "esp32c3/include", "deprecated/include" ] + }, + "esp_app_format": { + "alias": "idf::esp_app_format", + "target": "___idf_esp_app_format", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_app_format", + "lib": "__idf_esp_app_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_bootloader_format": { + "alias": "idf::esp_bootloader_format", + "target": "___idf_esp_bootloader_format", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_bootloader_format", + "lib": "__idf_esp_bootloader_format", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_coex": { + "alias": "idf::esp_coex", + "target": "___idf_esp_coex", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_coex", + "lib": "__idf_esp_coex", + "reqs": [], + "priv_reqs": [ "esp_timer", "driver", "esp_event" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_common": { + "alias": "idf::esp_common", + "target": "___idf_esp_common", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_common", + "lib": "__idf_esp_common", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_ana_cmpr": { + "alias": "idf::esp_driver_ana_cmpr", + "target": "___idf_esp_driver_ana_cmpr", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_ana_cmpr", + "lib": "__idf_esp_driver_ana_cmpr", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_cam": { + "alias": "idf::esp_driver_cam", + "target": "___idf_esp_driver_cam", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_cam", + "lib": "__idf_esp_driver_cam", + "reqs": [ "esp_driver_isp", "esp_mm" ], + "priv_reqs": [ "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "interface" ] + }, + "esp_driver_dac": { + "alias": "idf::esp_driver_dac", + "target": "___idf_esp_driver_dac", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_dac", + "lib": "__idf_esp_driver_dac", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "./include" ] + }, + "esp_driver_gpio": { + "alias": "idf::esp_driver_gpio", + "target": "___idf_esp_driver_gpio", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_gpio", + "lib": "__idf_esp_driver_gpio", + "reqs": [], + "priv_reqs": [ "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_gptimer": { + "alias": "idf::esp_driver_gptimer", + "target": "___idf_esp_driver_gptimer", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_gptimer", + "lib": "__idf_esp_driver_gptimer", + "reqs": [ "esp_pm" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_i2c": { + "alias": "idf::esp_driver_i2c", + "target": "___idf_esp_driver_i2c", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_i2c", + "lib": "__idf_esp_driver_i2c", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_pm", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_i2s": { + "alias": "idf::esp_driver_i2s", + "target": "___idf_esp_driver_i2s", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_i2s", + "lib": "__idf_esp_driver_i2s", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_pm", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_isp": { + "alias": "idf::esp_driver_isp", + "target": "___idf_esp_driver_isp", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_isp", + "lib": "__idf_esp_driver_isp", + "reqs": [ "esp_mm" ], + "priv_reqs": [ "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_jpeg": { + "alias": "idf::esp_driver_jpeg", + "target": "___idf_esp_driver_jpeg", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_jpeg", + "lib": "__idf_esp_driver_jpeg", + "reqs": [], + "priv_reqs": [ "esp_mm", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_ledc": { + "alias": "idf::esp_driver_ledc", + "target": "___idf_esp_driver_ledc", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_ledc", + "lib": "__idf_esp_driver_ledc", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_mcpwm": { + "alias": "idf::esp_driver_mcpwm", + "target": "___idf_esp_driver_mcpwm", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_mcpwm", + "lib": "__idf_esp_driver_mcpwm", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_parlio": { + "alias": "idf::esp_driver_parlio", + "target": "___idf_esp_driver_parlio", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_parlio", + "lib": "__idf_esp_driver_parlio", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_pcnt": { + "alias": "idf::esp_driver_pcnt", + "target": "___idf_esp_driver_pcnt", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_pcnt", + "lib": "__idf_esp_driver_pcnt", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_ppa": { + "alias": "idf::esp_driver_ppa", + "target": "___idf_esp_driver_ppa", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_ppa", + "lib": "__idf_esp_driver_ppa", + "reqs": [], + "priv_reqs": [ "esp_mm", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_rmt": { + "alias": "idf::esp_driver_rmt", + "target": "___idf_esp_driver_rmt", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_rmt", + "lib": "__idf_esp_driver_rmt", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_sdio": { + "alias": "idf::esp_driver_sdio", + "target": "___idf_esp_driver_sdio", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_sdio", + "lib": "__idf_esp_driver_sdio", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_sdm": { + "alias": "idf::esp_driver_sdm", + "target": "___idf_esp_driver_sdm", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_sdm", + "lib": "__idf_esp_driver_sdm", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_sdmmc": { + "alias": "idf::esp_driver_sdmmc", + "target": "___idf_esp_driver_sdmmc", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_sdmmc", + "lib": "__idf_esp_driver_sdmmc", + "reqs": [ "sdmmc", "esp_driver_gpio" ], + "priv_reqs": [ "esp_timer", "esp_pm", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_sdspi": { + "alias": "idf::esp_driver_sdspi", + "target": "___idf_esp_driver_sdspi", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_sdspi", + "lib": "__idf_esp_driver_sdspi", + "reqs": [ "sdmmc", "esp_driver_spi", "esp_driver_gpio" ], + "priv_reqs": [ "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_spi": { + "alias": "idf::esp_driver_spi", + "target": "___idf_esp_driver_spi", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_spi", + "lib": "__idf_esp_driver_spi", + "reqs": [ "esp_pm" ], + "priv_reqs": [ "esp_timer", "esp_mm", "esp_driver_gpio", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_touch_sens": { + "alias": "idf::esp_driver_touch_sens", + "target": "___idf_esp_driver_touch_sens", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_touch_sens", + "lib": "__idf_esp_driver_touch_sens", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "esp_driver_tsens": { + "alias": "idf::esp_driver_tsens", + "target": "___idf_esp_driver_tsens", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_tsens", + "lib": "__idf_esp_driver_tsens", + "reqs": [], + "priv_reqs": [ "efuse" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_uart": { + "alias": "idf::esp_driver_uart", + "target": "___idf_esp_driver_uart", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_uart", + "lib": "__idf_esp_driver_uart", + "reqs": [], + "priv_reqs": [ "esp_pm", "esp_driver_gpio", "esp_ringbuf" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_driver_usb_serial_jtag": { + "alias": "idf::esp_driver_usb_serial_jtag", + "target": "___idf_esp_driver_usb_serial_jtag", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_driver_usb_serial_jtag", + "lib": "__idf_esp_driver_usb_serial_jtag", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_ringbuf", "esp_pm", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_eth": { + "alias": "idf::esp_eth", + "target": "___idf_esp_eth", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_eth", + "lib": "__idf_esp_eth", + "reqs": [ "esp_event" ], + "priv_reqs": [ "log", "esp_timer", "esp_driver_spi", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_event": { + "alias": "idf::esp_event", + "target": "___idf_esp_event", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_event", + "lib": "__idf_esp_event", + "reqs": [ "log", "esp_common", "freertos" ], + "priv_reqs": [ "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_gdbstub": { + "alias": "idf::esp_gdbstub", + "target": "___idf_esp_gdbstub", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_gdbstub", + "lib": "__idf_esp_gdbstub", + "reqs": [ "freertos" ], + "priv_reqs": [ "soc", "esp_rom", "esp_system" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_hid": { + "alias": "idf::esp_hid", + "target": "___idf_esp_hid", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_hid", + "lib": "__idf_esp_hid", + "reqs": [ "esp_event", "bt" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_http_client": { + "alias": "idf::esp_http_client", + "target": "___idf_esp_http_client", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_http_client", + "lib": "__idf_esp_http_client", + "reqs": [ "lwip", "esp_event" ], + "priv_reqs": [ "tcp_transport", "http_parser" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_http_server": { + "alias": "idf::esp_http_server", + "target": "___idf_esp_http_server", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_http_server", + "lib": "__idf_esp_http_server", + "reqs": [ "http_parser", "esp_event" ], + "priv_reqs": [ "mbedtls", "lwip", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_https_ota": { + "alias": "idf::esp_https_ota", + "target": "___idf_esp_https_ota", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_https_ota", + "lib": "__idf_esp_https_ota", + "reqs": [ "esp_http_client", "bootloader_support", "esp_app_format", "esp_event" ], + "priv_reqs": [ "log", "app_update" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_https_server": { + "alias": "idf::esp_https_server", + "target": "___idf_esp_https_server", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_https_server", + "lib": "__idf_esp_https_server", + "reqs": [ "esp_http_server", "esp-tls", "esp_event" ], + "priv_reqs": [ "lwip" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_hw_support": { + "alias": "idf::esp_hw_support", + "target": "___idf_esp_hw_support", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_hw_support", + "lib": "__idf_esp_hw_support", + "reqs": [ "soc" ], + "priv_reqs": [ "efuse", "spi_flash", "bootloader_support", "esp_security", "esp_driver_gpio", "esp_timer", "esp_pm", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/soc", "include/soc/esp32c3", "dma/include", "ldo/include", "debug_probe/include" ] + }, + "esp_lcd": { + "alias": "idf::esp_lcd", + "target": "___idf_esp_lcd", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_lcd", + "lib": "__idf_esp_lcd", + "reqs": [ "driver", "esp_driver_gpio", "esp_driver_i2c", "esp_driver_spi" ], + "priv_reqs": [ "esp_mm", "esp_psram", "esp_pm", "esp_driver_i2s" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "interface" ] + }, + "esp_local_ctrl": { + "alias": "idf::esp_local_ctrl", + "target": "___idf_esp_local_ctrl", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_local_ctrl", + "lib": "__idf_esp_local_ctrl", + "reqs": [ "protocomm", "esp_https_server" ], + "priv_reqs": [ "protobuf-c" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_mm": { + "alias": "idf::esp_mm", + "target": "___idf_esp_mm", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_mm", + "lib": "__idf_esp_mm", + "reqs": [], + "priv_reqs": [ "heap", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_netif": { + "alias": "idf::esp_netif", + "target": "___idf_esp_netif", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_netif", + "lib": "__idf_esp_netif", + "reqs": [ "esp_event" ], + "priv_reqs": [ "esp_netif_stack" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_netif_stack": { + "alias": "idf::esp_netif_stack", + "target": "___idf_esp_netif_stack", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_netif_stack", + "lib": "__idf_esp_netif_stack", + "reqs": [ "lwip" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "esp_partition": { + "alias": "idf::esp_partition", + "target": "___idf_esp_partition", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_partition", + "lib": "__idf_esp_partition", + "reqs": [], + "priv_reqs": [ "esp_system", "spi_flash", "partition_table", "bootloader_support", "app_update" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_phy": { + "alias": "idf::esp_phy", + "target": "___idf_esp_phy", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_phy", + "lib": "__idf_esp_phy", + "reqs": [], + "priv_reqs": [ "nvs_flash", "driver", "efuse", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32c3/include" ] + }, + "esp_pm": { + "alias": "idf::esp_pm", + "target": "___idf_esp_pm", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_pm", + "lib": "__idf_esp_pm", + "reqs": [], + "priv_reqs": [ "esp_system", "esp_driver_gpio", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_psram": { + "alias": "idf::esp_psram", + "target": "___idf_esp_psram", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_psram", + "lib": "__idf_esp_psram", + "reqs": [], + "priv_reqs": [ "heap", "spi_flash", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_ringbuf": { + "alias": "idf::esp_ringbuf", + "target": "___idf_esp_ringbuf", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_ringbuf", + "lib": "__idf_esp_ringbuf", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_rom": { + "alias": "idf::esp_rom", + "target": "___idf_esp_rom", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_rom", + "lib": "__idf_esp_rom", + "reqs": [], + "priv_reqs": [ "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32c3/include", "esp32c3/include/esp32c3", "esp32c3" ] + }, + "esp_security": { + "alias": "idf::esp_security", + "target": "___idf_esp_security", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_security", + "lib": "__idf_esp_security", + "reqs": [], + "priv_reqs": [ "efuse", "esp_hw_support", "esp_system", "esp_timer" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_system": { + "alias": "idf::esp_system", + "target": "___idf_esp_system", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_system", + "lib": "__idf_esp_system", + "reqs": [], + "priv_reqs": [ "spi_flash", "esp_timer", "esp_mm", "bootloader_support", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_timer": { + "alias": "idf::esp_timer", + "target": "___idf_esp_timer", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_timer", + "lib": "__idf_esp_timer", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_vfs_console": { + "alias": "idf::esp_vfs_console", + "target": "___idf_esp_vfs_console", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_vfs_console", + "lib": "__idf_esp_vfs_console", + "reqs": [], + "priv_reqs": [ "vfs", "esp_driver_uart", "esp_driver_usb_serial_jtag" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "esp_wifi": { + "alias": "idf::esp_wifi", + "target": "___idf_esp_wifi", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esp_wifi", + "lib": "__idf_esp_wifi", + "reqs": [ "esp_event", "esp_phy", "esp_netif" ], + "priv_reqs": [ "driver", "esptool_py", "esp_pm", "esp_timer", "nvs_flash", "wpa_supplicant", "hal", "lwip", "esp_coex" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/local", "wifi_apps/include", "wifi_apps/nan_app/include" ] + }, + "espcoredump": { + "alias": "idf::espcoredump", + "target": "___idf_espcoredump", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/espcoredump", + "lib": "__idf_espcoredump", + "reqs": [], + "priv_reqs": [ "esp_partition", "spi_flash", "bootloader_support", "mbedtls", "esp_rom", "soc", "esp_system", "esp_driver_gpio", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/port/riscv" ] + }, + "esptool_py": { + "alias": "idf::esptool_py", + "target": "___idf_esptool_py", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/esptool_py", + "lib": "__idf_esptool_py", + "reqs": [ "bootloader" ], + "priv_reqs": [ "partition_table" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "fatfs": { + "alias": "idf::fatfs", + "target": "___idf_fatfs", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/fatfs", + "lib": "__idf_fatfs", + "reqs": [ "wear_levelling", "sdmmc", "esp_driver_sdmmc", "esp_driver_sdspi" ], + "priv_reqs": [ "vfs", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "diskio", "src", "vfs" ] + }, + "freertos": { + "alias": "idf::freertos", + "target": "___idf_freertos", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/freertos", + "lib": "__idf_freertos", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "config/include", "config/include/freertos", "config/riscv/include", "FreeRTOS-Kernel/include", "FreeRTOS-Kernel/portable/riscv/include", "FreeRTOS-Kernel/portable/riscv/include/freertos", "esp_additions/include" ] + }, + "hal": { + "alias": "idf::hal", + "target": "___idf_hal", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/hal", + "lib": "__idf_hal", + "reqs": [ "soc", "esp_rom" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "platform_port/include", "esp32c3/include", "include" ] + }, + "heap": { + "alias": "idf::heap", + "target": "___idf_heap", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/heap", + "lib": "__idf_heap", + "reqs": [], + "priv_reqs": [ "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "tlsf" ] + }, + "http_parser": { + "alias": "idf::http_parser", + "target": "___idf_http_parser", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/http_parser", + "lib": "__idf_http_parser", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "." ] + }, + "idf_test": { + "alias": "idf::idf_test", + "target": "___idf_idf_test", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/idf_test", + "lib": "__idf_idf_test", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/esp32c3" ] + }, + "ieee802154": { + "alias": "idf::ieee802154", + "target": "___idf_ieee802154", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/ieee802154", + "lib": "__idf_ieee802154", + "reqs": [], + "priv_reqs": [ "esp_phy", "driver", "esp_timer", "esp_coex", "soc", "hal" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "json": { + "alias": "idf::json", + "target": "___idf_json", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/json", + "lib": "__idf_json", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "cJSON" ] + }, + "linux": { + "alias": "idf::linux", + "target": "___idf_linux", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/linux", + "lib": "__idf_linux", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "cJSON" ] + }, + "log": { + "alias": "idf::log", + "target": "___idf_log", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/log", + "lib": "__idf_log", + "reqs": [], + "priv_reqs": [ "soc", "hal", "esp_hw_support" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "lwip": { + "alias": "idf::lwip", + "target": "___idf_lwip", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/lwip", + "lib": "__idf_lwip", + "reqs": [], + "priv_reqs": [ "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "include/apps", "include/apps/sntp", "lwip/src/include", "port/include", "port/freertos/include/", "port/esp32xx/include", "port/esp32xx/include/arch", "port/esp32xx/include/sys" ] + }, + "mbedtls": { + "alias": "idf::mbedtls", + "target": "___idf_mbedtls", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/mbedtls", + "lib": "__idf_mbedtls", + "reqs": [], + "priv_reqs": [ "soc", "esp_hw_support", "esp_pm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "port/include", "mbedtls/include", "mbedtls/library", "esp_crt_bundle/include" ] + }, + "mqtt": { + "alias": "idf::mqtt", + "target": "___idf_mqtt", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/mqtt", + "lib": "__idf_mqtt", + "reqs": [ "esp_event", "tcp_transport" ], + "priv_reqs": [ "esp_timer", "http_parser", "esp_hw_support", "heap" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/include" ] + }, + "newlib": { + "alias": "idf::newlib", + "target": "___idf_newlib", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/newlib", + "lib": "__idf_newlib", + "reqs": [], + "priv_reqs": [ "soc", "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "platform_include" ] + }, + "nvs_flash": { + "alias": "idf::nvs_flash", + "target": "___idf_nvs_flash", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/nvs_flash", + "lib": "__idf_nvs_flash", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "spi_flash", "newlib" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "nvs_sec_provider": { + "alias": "idf::nvs_sec_provider", + "target": "___idf_nvs_sec_provider", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/nvs_sec_provider", + "lib": "__idf_nvs_sec_provider", + "reqs": [], + "priv_reqs": [ "bootloader_support", "efuse", "esp_partition", "nvs_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "openthread": { + "alias": "idf::openthread", + "target": "___idf_openthread", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/openthread", + "lib": "__idf_openthread", + "reqs": [ "esp_netif", "lwip", "esp_driver_uart", "driver" ], + "priv_reqs": [ "console", "esp_event", "esp_partition", "esp_timer", "ieee802154", "mbedtls", "nvs_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "partition_table": { + "alias": "idf::partition_table", + "target": "___idf_partition_table", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/partition_table", + "lib": "__idf_partition_table", + "reqs": [], + "priv_reqs": [ "esptool_py" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "perfmon": { + "alias": "idf::perfmon", + "target": "___idf_perfmon", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/perfmon", + "lib": "__idf_perfmon", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "protobuf-c": { + "alias": "idf::protobuf-c", + "target": "___idf_protobuf-c", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/protobuf-c", + "lib": "__idf_protobuf-c", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "protobuf-c" ] + }, + "protocomm": { + "alias": "idf::protocomm", + "target": "___idf_protocomm", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/protocomm", + "lib": "__idf_protocomm", + "reqs": [ "bt" ], + "priv_reqs": [ "protobuf-c", "mbedtls", "console", "esp_http_server", "driver" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include/common", "include/security", "include/transports", "include/crypto/srp6a", "proto-c" ] + }, + "pthread": { + "alias": "idf::pthread", + "target": "___idf_pthread", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/pthread", + "lib": "__idf_pthread", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "riscv": { + "alias": "idf::riscv", + "target": "___idf_riscv", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/riscv", + "lib": "__idf_riscv", + "reqs": [], + "priv_reqs": [ "soc" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "rt": { + "alias": "idf::rt", + "target": "___idf_rt", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/rt", + "lib": "__idf_rt", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "sdmmc": { + "alias": "idf::sdmmc", + "target": "___idf_sdmmc", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/sdmmc", + "lib": "__idf_sdmmc", + "reqs": [], + "priv_reqs": [ "soc", "esp_timer", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "soc": { + "alias": "idf::soc", + "target": "___idf_soc", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/soc", + "lib": "__idf_soc", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "esp32c3", "esp32c3/include", "esp32c3/register" ] + }, + "spi_flash": { + "alias": "idf::spi_flash", + "target": "___idf_spi_flash", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/spi_flash", + "lib": "__idf_spi_flash", + "reqs": [ "hal" ], + "priv_reqs": [ "bootloader_support", "app_update", "soc", "esp_mm", "esp_driver_gpio" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "spiffs": { + "alias": "idf::spiffs", + "target": "___idf_spiffs", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/spiffs", + "lib": "__idf_spiffs", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "bootloader_support", "esptool_py", "vfs" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "tcp_transport": { + "alias": "idf::tcp_transport", + "target": "___idf_tcp_transport", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/tcp_transport", + "lib": "__idf_tcp_transport", + "reqs": [ "esp-tls", "lwip", "esp_timer" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "touch_element": { + "alias": "idf::touch_element", + "target": "___idf_touch_element", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/touch_element", + "lib": "__idf_touch_element", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "ulp": { + "alias": "idf::ulp", + "target": "___idf_ulp", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/ulp", + "lib": "__idf_ulp", + "reqs": [ "driver", "esp_adc" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "unity": { + "alias": "idf::unity", + "target": "___idf_unity", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/unity", + "lib": "__idf_unity", + "reqs": [], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "unity/src" ] + }, + "usb": { + "alias": "idf::usb", + "target": "___idf_usb", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/usb", + "lib": "__idf_usb", + "reqs": [], + "priv_reqs": [ "esp_driver_gpio", "esp_mm" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [] + }, + "vfs": { + "alias": "idf::vfs", + "target": "___idf_vfs", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/vfs", + "lib": "__idf_vfs", + "reqs": [], + "priv_reqs": [ "esp_timer", "esp_driver_uart", "esp_driver_usb_serial_jtag", "esp_vfs_console" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wear_levelling": { + "alias": "idf::wear_levelling", + "target": "___idf_wear_levelling", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/wear_levelling", + "lib": "__idf_wear_levelling", + "reqs": [ "esp_partition" ], + "priv_reqs": [ "spi_flash" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wifi_provisioning": { + "alias": "idf::wifi_provisioning", + "target": "___idf_wifi_provisioning", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/wifi_provisioning", + "lib": "__idf_wifi_provisioning", + "reqs": [ "lwip", "protocomm" ], + "priv_reqs": [ "protobuf-c", "bt", "json", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include" ] + }, + "wpa_supplicant": { + "alias": "idf::wpa_supplicant", + "target": "___idf_wpa_supplicant", + "prefix": "idf", + "dir": "/home/abobkov/esp/esp-idf/components/wpa_supplicant", + "lib": "__idf_wpa_supplicant", + "reqs": [], + "priv_reqs": [ "mbedtls", "esp_timer", "esp_wifi" ], + "managed_reqs": [], + "managed_priv_reqs": [], "include_dirs": [ "include", "port/include", "esp_supplicant/include" ] }, "xtensa": { "alias": "idf::xtensa", "target": "___idf_xtensa", "prefix": "idf", - "dir": "C:/Users/alex/esp/esp-idf/components/xtensa", - "type": "LIBRARY", + "dir": "/home/abobkov/esp/esp-idf/components/xtensa", "lib": "__idf_xtensa", "reqs": [], "priv_reqs": [], "managed_reqs": [], "managed_priv_reqs": [], - "file": "C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/xtensa/libxtensa.a", - "sources": [ "C:/Users/alex/esp/esp-idf/components/xtensa/eri.c", "C:/Users/alex/esp/esp-idf/components/xtensa/xt_trax.c", "C:/Users/alex/esp/esp-idf/components/xtensa/xtensa_intr.c", "C:/Users/alex/esp/esp-idf/components/xtensa/xtensa_intr_asm.S" ], - "include_dirs": [ "include", "esp32/include" ] + "include_dirs": [ "include", "port/include", "esp_supplicant/include" ] + }, + "main": { + "alias": "idf::main", + "target": "___idf_main", + "prefix": "idf", + "dir": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/main", + "lib": "__idf_main", + "reqs": [], + "priv_reqs": [ "espressif__led_strip" ], + "managed_reqs": [], + "managed_priv_reqs": [ "espressif__led_strip" ], + "include_dirs": [ "." ] + }, + "espressif__led_strip": { + "alias": "idf::espressif__led_strip", + "target": "___idf_espressif__led_strip", + "prefix": "idf", + "dir": "/home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/managed_components/espressif__led_strip", + "lib": "__idf_espressif__led_strip", + "reqs": [ "driver" ], + "priv_reqs": [], + "managed_reqs": [], + "managed_priv_reqs": [], + "include_dirs": [ "include", "interface" ] } }, "debug_prefix_map_gdbinit": "" diff --git a/ESP32-IDF_ePaper/build/project_elf_src_esp32.c b/ESP32-IDF_ePaper/build/project_elf_src_esp32.c deleted file mode 100644 index e69de29bb..000000000 diff --git a/ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-install b/ESP32-IDF_ePaper/build/project_elf_src_esp32c3.c similarity index 100% rename from ESP32-IDF_ePaper/build/bootloader-prefix/src/bootloader-stamp/bootloader-install rename to ESP32-IDF_ePaper/build/project_elf_src_esp32c3.c diff --git a/ESP32-IDF_ePaper/build/x509_crt_bundle.S b/ESP32-IDF_ePaper/build/x509_crt_bundle.S index beed70ec1..5b8acc917 100644 --- a/ESP32-IDF_ePaper/build/x509_crt_bundle.S +++ b/ESP32-IDF_ePaper/build/x509_crt_bundle.S @@ -1,1540 +1,1674 @@ -/* * Data converted from C:/Users/alex/github/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/x509_crt_bundle +/* * Data converted from /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ePaper/build/esp-idf/mbedtls/x509_crt_bundle */ .data +#if !defined (__APPLE__) && !defined (__linux__) .section .rodata.embedded +#endif .global x509_crt_bundle x509_crt_bundle: .global _binary_x509_crt_bundle_start _binary_x509_crt_bundle_start: /* for objcopy compatibility */ -.byte 0x00, 0x8a, 0x00, 0x36, 0x01, 0x26, 0x30, 0x34, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 -.byte 0x06, 0x13, 0x02, 0x46, 0x52, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x09 -.byte 0x44, 0x68, 0x69, 0x6d, 0x79, 0x6f, 0x74, 0x69, 0x73, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55 -.byte 0x04, 0x03, 0x0c, 0x08, 0x43, 0x65, 0x72, 0x74, 0x69, 0x67, 0x6e, 0x61, 0x30, 0x82, 0x01, 0x22 -.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 -.byte 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xc8, 0x68, 0xf1 -.byte 0xc9, 0xd6, 0xd6, 0xb3, 0x34, 0x75, 0x26, 0x82, 0x1e, 0xec, 0xb4, 0xbe, 0xea, 0x5c, 0xe1, 0x26 -.byte 0xed, 0x11, 0x47, 0x61, 0xe1, 0xa2, 0x7c, 0x16, 0x78, 0x40, 0x21, 0xe4, 0x60, 0x9e, 0x5a, 0xc8 -.byte 0x63, 0xe1, 0xc4, 0xb1, 0x96, 0x92, 0xff, 0x18, 0x6d, 0x69, 0x23, 0xe1, 0x2b, 0x62, 0xf7, 0xdd -.byte 0xe2, 0x36, 0x2f, 0x91, 0x07, 0xb9, 0x48, 0xcf, 0x0e, 0xec, 0x79, 0xb6, 0x2c, 0xe7, 0x34, 0x4b -.byte 0x70, 0x08, 0x25, 0xa3, 0x3c, 0x87, 0x1b, 0x19, 0xf2, 0x81, 0x07, 0x0f, 0x38, 0x90, 0x19, 0xd3 -.byte 0x11, 0xfe, 0x86, 0xb4, 0xf2, 0xd1, 0x5e, 0x1e, 0x1e, 0x96, 0xcd, 0x80, 0x6c, 0xce, 0x3b, 0x31 -.byte 0x93, 0xb6, 0xf2, 0xa0, 0xd0, 0xa9, 0x95, 0x12, 0x7d, 0xa5, 0x9a, 0xcc, 0x6b, 0xc8, 0x84, 0x56 -.byte 0x8a, 0x33, 0xa9, 0xe7, 0x22, 0x15, 0x53, 0x16, 0xf0, 0xcc, 0x17, 0xec, 0x57, 0x5f, 0xe9, 0xa2 -.byte 0x0a, 0x98, 0x09, 0xde, 0xe3, 0x5f, 0x9c, 0x6f, 0xdc, 0x48, 0xe3, 0x85, 0x0b, 0x15, 0x5a, 0xa6 -.byte 0xba, 0x9f, 0xac, 0x48, 0xe3, 0x09, 0xb2, 0xf7, 0xf4, 0x32, 0xde, 0x5e, 0x34, 0xbe, 0x1c, 0x78 -.byte 0x5d, 0x42, 0x5b, 0xce, 0x0e, 0x22, 0x8f, 0x4d, 0x90, 0xd7, 0x7d, 0x32, 0x18, 0xb3, 0x0b, 0x2c -.byte 0x6a, 0xbf, 0x8e, 0x3f, 0x14, 0x11, 0x89, 0x20, 0x0e, 0x77, 0x14, 0xb5, 0x3d, 0x94, 0x08, 0x87 -.byte 0xf7, 0x25, 0x1e, 0xd5, 0xb2, 0x60, 0x00, 0xec, 0x6f, 0x2a, 0x28, 0x25, 0x6e, 0x2a, 0x3e, 0x18 -.byte 0x63, 0x17, 0x25, 0x3f, 0x3e, 0x44, 0x20, 0x16, 0xf6, 0x26, 0xc8, 0x25, 0xae, 0x05, 0x4a, 0xb4 -.byte 0xe7, 0x63, 0x2c, 0xf3, 0x8c, 0x16, 0x53, 0x7e, 0x5c, 0xfb, 0x11, 0x1a, 0x08, 0xc1, 0x46, 0x62 -.byte 0x9f, 0x22, 0xb8, 0xf1, 0xc2, 0x8d, 0x69, 0xdc, 0xfa, 0x3a, 0x58, 0x06, 0xdf, 0x02, 0x03, 0x01 -.byte 0x00, 0x01, 0x00, 0x39, 0x02, 0x26, 0x30, 0x37, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x0c, 0x0b, 0x54, 0x65, 0x6c, 0x69, 0x61, 0x53, 0x6f, 0x6e, 0x65, 0x72, 0x61, 0x31, 0x1f -.byte 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x16, 0x54, 0x65, 0x6c, 0x69, 0x61, 0x53, 0x6f -.byte 0x6e, 0x65, 0x72, 0x61, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x76, 0x31, 0x30 -.byte 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01 -.byte 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00 -.byte 0xc2, 0xbe, 0xeb, 0x27, 0xf0, 0x21, 0xa3, 0xf3, 0x69, 0x26, 0x55, 0x7e, 0x9d, 0xc5, 0x55, 0x16 -.byte 0x91, 0x5c, 0xfd, 0xef, 0x21, 0xbf, 0x53, 0x80, 0x7a, 0x2d, 0xd2, 0x91, 0x8c, 0x63, 0x31, 0xf0 -.byte 0xec, 0x24, 0xf0, 0xc3, 0xa5, 0xd2, 0x72, 0x7c, 0x10, 0x6d, 0xf4, 0x37, 0xb7, 0xe5, 0xe6, 0x7c -.byte 0x79, 0xea, 0x8c, 0xb5, 0x82, 0x8b, 0xae, 0x48, 0xb6, 0xac, 0x00, 0xdc, 0x65, 0x75, 0xec, 0x2a -.byte 0x4d, 0x5f, 0xc1, 0x87, 0xf5, 0x20, 0x65, 0x2b, 0x81, 0xa8, 0x47, 0x3e, 0x89, 0x23, 0x95, 0x30 -.byte 0x16, 0x90, 0x7f, 0xe8, 0x57, 0x07, 0x48, 0xe7, 0x19, 0xae, 0xbf, 0x45, 0x67, 0xb1, 0x37, 0x1b -.byte 0x06, 0x2a, 0xfe, 0xde, 0xf9, 0xac, 0x7d, 0x83, 0xfb, 0x5e, 0xba, 0xe4, 0x8f, 0x97, 0x67, 0xbe -.byte 0x4b, 0x8e, 0x8d, 0x64, 0x07, 0x57, 0x38, 0x55, 0x69, 0x34, 0x36, 0x3d, 0x13, 0x48, 0xef, 0x4f -.byte 0xe2, 0xd3, 0x66, 0x1e, 0xa4, 0xcf, 0x1a, 0xb7, 0x5e, 0x36, 0x33, 0xd4, 0xb4, 0x06, 0xbd, 0x18 -.byte 0x01, 0xfd, 0x77, 0x84, 0x50, 0x00, 0x45, 0xf5, 0x8c, 0x5d, 0xe8, 0x23, 0xbc, 0x7e, 0xfe, 0x35 -.byte 0xe1, 0xed, 0x50, 0x7b, 0xa9, 0x30, 0x8d, 0x19, 0xd3, 0x09, 0x8e, 0x68, 0x67, 0x5d, 0xbf, 0x3c -.byte 0x97, 0x18, 0x53, 0xbb, 0x29, 0x62, 0xc5, 0xca, 0x5e, 0x72, 0xc1, 0xc7, 0x96, 0xd4, 0xdb, 0x2d -.byte 0xa0, 0xb4, 0x1f, 0x69, 0x03, 0xec, 0xea, 0xe2, 0x50, 0xf1, 0x0c, 0x3c, 0xf0, 0xac, 0xf3, 0x53 -.byte 0x2d, 0xf0, 0x1c, 0xf5, 0xed, 0x6c, 0x39, 0x39, 0x73, 0x80, 0x16, 0xc8, 0x52, 0xb0, 0x23, 0xcd -.byte 0xe0, 0x3e, 0xdc, 0xdd, 0x3c, 0x47, 0xa0, 0xbb, 0x35, 0x8a, 0xe2, 0x98, 0x68, 0x8b, 0xbe, 0xe5 -.byte 0xbf, 0x72, 0xee, 0xd2, 0xfa, 0xa5, 0xed, 0x12, 0xed, 0xfc, 0x98, 0x18, 0xa9, 0x26, 0x76, 0xdc -.byte 0x28, 0x4b, 0x10, 0x20, 0x1c, 0xd3, 0x7f, 0x16, 0x77, 0x2d, 0xed, 0x6f, 0x80, 0xf7, 0x49, 0xbb -.byte 0x53, 0x05, 0xbb, 0x5d, 0x68, 0xc7, 0xd4, 0xc8, 0x75, 0x16, 0x3f, 0x89, 0x5a, 0x8b, 0xf7, 0x17 -.byte 0x47, 0xd4, 0x4c, 0xf1, 0xd2, 0x89, 0x79, 0x3e, 0x4d, 0x3d, 0x98, 0xa8, 0x61, 0xde, 0x3a, 0x1e -.byte 0xd2, 0xf8, 0x5e, 0x03, 0xe0, 0xc1, 0xc9, 0x1c, 0x8c, 0xd3, 0x8d, 0x4d, 0xd3, 0x95, 0x36, 0xb3 -.byte 0x37, 0x5f, 0x63, 0x63, 0x9b, 0x33, 0x14, 0xf0, 0x2d, 0x26, 0x6b, 0x53, 0x7c, 0x89, 0x8c, 0x32 -.byte 0xc2, 0x6e, 0xec, 0x3d, 0x21, 0x00, 0x39, 0xc9, 0xa1, 0x68, 0xe2, 0x50, 0x83, 0x2e, 0xb0, 0x3a -.byte 0x2b, 0xf3, 0x36, 0xa0, 0xac, 0x2f, 0xe4, 0x6f, 0x61, 0xc2, 0x51, 0x09, 0x39, 0x3e, 0x8b, 0x53 -.byte 0xb9, 0xbb, 0x67, 0xda, 0xdc, 0x53, 0xb9, 0x76, 0x59, 0x36, 0x9d, 0x43, 0xe5, 0x20, 0xe0, 0x3d -.byte 0x32, 0x60, 0x85, 0x22, 0x51, 0xb7, 0xc7, 0x33, 0xbb, 0xdd, 0x15, 0x2f, 0xa4, 0x78, 0xa6, 0x07 -.byte 0x7b, 0x81, 0x46, 0x36, 0x04, 0x86, 0xdd, 0x79, 0x35, 0xc7, 0x95, 0x2c, 0x3b, 0xb0, 0xa3, 0x17 -.byte 0x35, 0xe5, 0x73, 0x1f, 0xb4, 0x5c, 0x59, 0xef, 0xda, 0xea, 0x10, 0x65, 0x7b, 0x7a, 0xd0, 0x7f -.byte 0x9f, 0xb3, 0xb4, 0x2a, 0x37, 0x3b, 0x70, 0x8b, 0x9b, 0x5b, 0xb9, 0x2b, 0xb7, 0xec, 0xb2, 0x51 -.byte 0x12, 0x97, 0x53, 0x29, 0x5a, 0xd4, 0xf0, 0x12, 0x10, 0xdc, 0x4f, 0x02, 0xbb, 0x12, 0x92, 0x2f -.byte 0x62, 0xd4, 0x3f, 0x69, 0x43, 0x7c, 0x0d, 0xd6, 0xfc, 0x58, 0x75, 0x01, 0x88, 0x9d, 0x58, 0x16 -.byte 0x4b, 0xde, 0xba, 0x90, 0xff, 0x47, 0x01, 0x89, 0x06, 0x6a, 0xf6, 0x5f, 0xb2, 0x90, 0x6a, 0xb3 -.byte 0x02, 0xa6, 0x02, 0x88, 0xbf, 0xb3, 0x47, 0x7e, 0x2a, 0xd9, 0xd5, 0xfa, 0x68, 0x78, 0x35, 0x4d -.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x3a, 0x02, 0x26, 0x30, 0x38, 0x31, 0x0b, 0x30, 0x09, 0x06 -.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x0c, 0x0b, 0x49, 0x5a, 0x45, 0x4e, 0x50, 0x45, 0x20, 0x53, 0x2e, 0x41, 0x2e, 0x31, 0x13 -.byte 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x0a, 0x49, 0x7a, 0x65, 0x6e, 0x70, 0x65, 0x2e -.byte 0x63, 0x6f, 0x6d, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 -.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02 -.byte 0x82, 0x02, 0x01, 0x00, 0xc9, 0xd3, 0x7a, 0xca, 0x0f, 0x1e, 0xac, 0xa7, 0x86, 0xe8, 0x16, 0x65 -.byte 0x6a, 0xb1, 0xc2, 0x1b, 0x45, 0x32, 0x71, 0x95, 0xd9, 0xfe, 0x10, 0x5b, 0xcc, 0xaf, 0xe7, 0xa5 -.byte 0x79, 0x01, 0x8f, 0x89, 0xc3, 0xca, 0xf2, 0x55, 0x71, 0xf7, 0x77, 0xbe, 0x77, 0x94, 0xf3, 0x72 -.byte 0xa4, 0x2c, 0x44, 0xd8, 0x9e, 0x92, 0x9b, 0x14, 0x3a, 0xa1, 0xe7, 0x24, 0x90, 0x0a, 0x0a, 0x56 -.byte 0x8e, 0xc5, 0xd8, 0x26, 0x94, 0xe1, 0xd9, 0x48, 0xe1, 0x2d, 0x3e, 0xda, 0x0a, 0x72, 0xdd, 0xa3 -.byte 0x99, 0x15, 0xda, 0x81, 0xa2, 0x87, 0xf4, 0x7b, 0x6e, 0x26, 0x77, 0x89, 0x58, 0xad, 0xd6, 0xeb -.byte 0x0c, 0xb2, 0x41, 0x7a, 0x73, 0x6e, 0x6d, 0xdb, 0x7a, 0x78, 0x41, 0xe9, 0x08, 0x88, 0x12, 0x7e -.byte 0x87, 0x2e, 0x66, 0x11, 0x63, 0x6c, 0x54, 0xfb, 0x3c, 0x9d, 0x72, 0xc0, 0xbc, 0x2e, 0xff, 0xc2 -.byte 0xb7, 0xdd, 0x0d, 0x76, 0xe3, 0x3a, 0xd7, 0xf7, 0xb4, 0x68, 0xbe, 0xa2, 0xf5, 0xe3, 0x81, 0x6e -.byte 0xc1, 0x46, 0x6f, 0x5d, 0x8d, 0xe0, 0x4d, 0xc6, 0x54, 0x55, 0x89, 0x1a, 0x33, 0x31, 0x0a, 0xb1 -.byte 0x57, 0xb9, 0xa3, 0x8a, 0x98, 0xc3, 0xec, 0x3b, 0x34, 0xc5, 0x95, 0x41, 0x69, 0x7e, 0x75, 0xc2 -.byte 0x3c, 0x20, 0xc5, 0x61, 0xba, 0x51, 0x47, 0xa0, 0x20, 0x90, 0x93, 0xa1, 0x90, 0x4b, 0xf3, 0x4e -.byte 0x7c, 0x85, 0x45, 0x54, 0x9a, 0xd1, 0x05, 0x26, 0x41, 0xb0, 0xb5, 0x4d, 0x1d, 0x33, 0xbe, 0xc4 -.byte 0x03, 0xc8, 0x25, 0x7c, 0xc1, 0x70, 0xdb, 0x3b, 0xf4, 0x09, 0x2d, 0x54, 0x27, 0x48, 0xac, 0x2f -.byte 0xe1, 0xc4, 0xac, 0x3e, 0xc8, 0xcb, 0x92, 0x4c, 0x53, 0x39, 0x37, 0x23, 0xec, 0xd3, 0x01, 0xf9 -.byte 0xe0, 0x09, 0x44, 0x4d, 0x4d, 0x64, 0xc0, 0xe1, 0x0d, 0x5a, 0x87, 0x22, 0xbc, 0xad, 0x1b, 0xa3 -.byte 0xfe, 0x26, 0xb5, 0x15, 0xf3, 0xa7, 0xfc, 0x84, 0x19, 0xe9, 0xec, 0xa1, 0x88, 0xb4, 0x44, 0x69 -.byte 0x84, 0x83, 0xf3, 0x89, 0xd1, 0x74, 0x06, 0xa9, 0xcc, 0x0b, 0xd6, 0xc2, 0xde, 0x27, 0x85, 0x50 -.byte 0x26, 0xca, 0x17, 0xb8, 0xc9, 0x7a, 0x87, 0x56, 0x2c, 0x1a, 0x01, 0x1e, 0x6c, 0xbe, 0x13, 0xad -.byte 0x10, 0xac, 0xb5, 0x24, 0xf5, 0x38, 0x91, 0xa1, 0xd6, 0x4b, 0xda, 0xf1, 0xbb, 0xd2, 0xde, 0x47 -.byte 0xb5, 0xf1, 0xbc, 0x81, 0xf6, 0x59, 0x6b, 0xcf, 0x19, 0x53, 0xe9, 0x8d, 0x15, 0xcb, 0x4a, 0xcb -.byte 0xa9, 0x6f, 0x44, 0xe5, 0x1b, 0x41, 0xcf, 0xe1, 0x86, 0xa7, 0xca, 0xd0, 0x6a, 0x9f, 0xbc, 0x4c -.byte 0x8d, 0x06, 0x33, 0x5a, 0xa2, 0x85, 0xe5, 0x90, 0x35, 0xa0, 0x62, 0x5c, 0x16, 0x4e, 0xf0, 0xe3 -.byte 0xa2, 0xfa, 0x03, 0x1a, 0xb4, 0x2c, 0x71, 0xb3, 0x58, 0x2c, 0xde, 0x7b, 0x0b, 0xdb, 0x1a, 0x0f -.byte 0xeb, 0xde, 0x21, 0x1f, 0x06, 0x77, 0x06, 0x03, 0xb0, 0xc9, 0xef, 0x99, 0xfc, 0xc0, 0xb9, 0x4f -.byte 0x0b, 0x86, 0x28, 0xfe, 0xd2, 0xb9, 0xea, 0xe3, 0xda, 0xa5, 0xc3, 0x47, 0x69, 0x12, 0xe0, 0xdb -.byte 0xf0, 0xf6, 0x19, 0x8b, 0xed, 0x7b, 0x70, 0xd7, 0x02, 0xd6, 0xed, 0x87, 0x18, 0x28, 0x2c, 0x04 -.byte 0x24, 0x4c, 0x77, 0xe4, 0x48, 0x8a, 0x1a, 0xc6, 0x3b, 0x9a, 0xd4, 0x0f, 0xca, 0xfa, 0x75, 0xd2 -.byte 0x01, 0x40, 0x5a, 0x8d, 0x79, 0xbf, 0x8b, 0xcf, 0x4b, 0xcf, 0xaa, 0x16, 0xc1, 0x95, 0xe4, 0xad -.byte 0x4c, 0x8a, 0x3e, 0x17, 0x91, 0xd4, 0xb1, 0x62, 0xe5, 0x82, 0xe5, 0x80, 0x04, 0xa4, 0x03, 0x7e -.byte 0x8d, 0xbf, 0xda, 0x7f, 0xa2, 0x0f, 0x97, 0x4f, 0x0c, 0xd3, 0x0d, 0xfb, 0xd7, 0xd1, 0xe5, 0x72 -.byte 0x7e, 0x1c, 0xc8, 0x77, 0xff, 0x5b, 0x9a, 0x0f, 0xb7, 0xae, 0x05, 0x46, 0xe5, 0xf1, 0xa8, 0x16 -.byte 0xec, 0x47, 0xa4, 0x17, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x3b, 0x01, 0x26, 0x30, 0x39, 0x31 -.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0f, 0x30, 0x0d -.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x06, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x31, 0x19, 0x30 -.byte 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x20, 0x52 -.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09 -.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00 -.byte 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xb2, 0x78, 0x80, 0x71, 0xca, 0x78, 0xd5 -.byte 0xe3, 0x71, 0xaf, 0x47, 0x80, 0x50, 0x74, 0x7d, 0x6e, 0xd8, 0xd7, 0x88, 0x76, 0xf4, 0x99, 0x68 -.byte 0xf7, 0x58, 0x21, 0x60, 0xf9, 0x74, 0x84, 0x01, 0x2f, 0xac, 0x02, 0x2d, 0x86, 0xd3, 0xa0, 0x43 -.byte 0x7a, 0x4e, 0xb2, 0xa4, 0xd0, 0x36, 0xba, 0x01, 0xbe, 0x8d, 0xdb, 0x48, 0xc8, 0x07, 0x17, 0x36 -.byte 0x4c, 0xf4, 0xee, 0x88, 0x23, 0xc7, 0x3e, 0xeb, 0x37, 0xf5, 0xb5, 0x19, 0xf8, 0x49, 0x68, 0xb0 -.byte 0xde, 0xd7, 0xb9, 0x76, 0x38, 0x1d, 0x61, 0x9e, 0xa4, 0xfe, 0x82, 0x36, 0xa5, 0xe5, 0x4a, 0x56 -.byte 0xe4, 0x45, 0xe1, 0xf9, 0xfd, 0xb4, 0x16, 0xfa, 0x74, 0xda, 0x9c, 0x9b, 0x35, 0x39, 0x2f, 0xfa -.byte 0xb0, 0x20, 0x50, 0x06, 0x6c, 0x7a, 0xd0, 0x80, 0xb2, 0xa6, 0xf9, 0xaf, 0xec, 0x47, 0x19, 0x8f -.byte 0x50, 0x38, 0x07, 0xdc, 0xa2, 0x87, 0x39, 0x58, 0xf8, 0xba, 0xd5, 0xa9, 0xf9, 0x48, 0x67, 0x30 -.byte 0x96, 0xee, 0x94, 0x78, 0x5e, 0x6f, 0x89, 0xa3, 0x51, 0xc0, 0x30, 0x86, 0x66, 0xa1, 0x45, 0x66 -.byte 0xba, 0x54, 0xeb, 0xa3, 0xc3, 0x91, 0xf9, 0x48, 0xdc, 0xff, 0xd1, 0xe8, 0x30, 0x2d, 0x7d, 0x2d -.byte 0x74, 0x70, 0x35, 0xd7, 0x88, 0x24, 0xf7, 0x9e, 0xc4, 0x59, 0x6e, 0xbb, 0x73, 0x87, 0x17, 0xf2 -.byte 0x32, 0x46, 0x28, 0xb8, 0x43, 0xfa, 0xb7, 0x1d, 0xaa, 0xca, 0xb4, 0xf2, 0x9f, 0x24, 0x0e, 0x2d -.byte 0x4b, 0xf7, 0x71, 0x5c, 0x5e, 0x69, 0xff, 0xea, 0x95, 0x02, 0xcb, 0x38, 0x8a, 0xae, 0x50, 0x38 -.byte 0x6f, 0xdb, 0xfb, 0x2d, 0x62, 0x1b, 0xc5, 0xc7, 0x1e, 0x54, 0xe1, 0x77, 0xe0, 0x67, 0xc8, 0x0f -.byte 0x9c, 0x87, 0x23, 0xd6, 0x3f, 0x40, 0x20, 0x7f, 0x20, 0x80, 0xc4, 0x80, 0x4c, 0x3e, 0x3b, 0x24 -.byte 0x26, 0x8e, 0x04, 0xae, 0x6c, 0x9a, 0xc8, 0xaa, 0x0d, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x3b -.byte 0x02, 0x26, 0x30, 0x39, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 -.byte 0x53, 0x31, 0x0f, 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x06, 0x41, 0x6d, 0x61, 0x7a -.byte 0x6f, 0x6e, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x41, 0x6d, 0x61 -.byte 0x7a, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x82, 0x02 +.byte 0x60, 0x02, 0x00, 0x00, 0xc0, 0x03, 0x00, 0x00, 0x23, 0x06, 0x00, 0x00, 0x87, 0x08, 0x00, 0x00 +.byte 0xec, 0x09, 0x00, 0x00, 0x51, 0x0c, 0x00, 0x00, 0xeb, 0x0c, 0x00, 0x00, 0xa2, 0x0d, 0x00, 0x00 +.byte 0x09, 0x10, 0x00, 0x00, 0x70, 0x11, 0x00, 0x00, 0xd8, 0x12, 0x00, 0x00, 0x41, 0x15, 0x00, 0x00 +.byte 0xfc, 0x15, 0x00, 0x00, 0x65, 0x18, 0x00, 0x00, 0xd0, 0x19, 0x00, 0x00, 0x3d, 0x1c, 0x00, 0x00 +.byte 0xaa, 0x1e, 0x00, 0x00, 0x18, 0x21, 0x00, 0x00, 0x87, 0x23, 0x00, 0x00, 0xf7, 0x25, 0x00, 0x00 +.byte 0x67, 0x27, 0x00, 0x00, 0xd7, 0x28, 0x00, 0x00, 0x48, 0x2b, 0x00, 0x00, 0xb9, 0x2d, 0x00, 0x00 +.byte 0x2a, 0x30, 0x00, 0x00, 0xed, 0x30, 0x00, 0x00, 0xb1, 0x31, 0x00, 0x00, 0x23, 0x34, 0x00, 0x00 +.byte 0x96, 0x36, 0x00, 0x00, 0x09, 0x39, 0x00, 0x00, 0xce, 0x39, 0x00, 0x00, 0x41, 0x3c, 0x00, 0x00 +.byte 0xb4, 0x3e, 0x00, 0x00, 0x79, 0x3f, 0x00, 0x00, 0x3e, 0x40, 0x00, 0x00, 0xb2, 0x42, 0x00, 0x00 +.byte 0x26, 0x45, 0x00, 0x00, 0x9a, 0x47, 0x00, 0x00, 0x60, 0x48, 0x00, 0x00, 0x26, 0x49, 0x00, 0x00 +.byte 0x9a, 0x4a, 0x00, 0x00, 0x10, 0x4d, 0x00, 0x00, 0x86, 0x4e, 0x00, 0x00, 0xfe, 0x4f, 0x00, 0x00 +.byte 0x76, 0x52, 0x00, 0x00, 0x40, 0x53, 0x00, 0x00, 0xb8, 0x55, 0x00, 0x00, 0x31, 0x57, 0x00, 0x00 +.byte 0xaa, 0x59, 0x00, 0x00, 0x23, 0x5c, 0x00, 0x00, 0x9d, 0x5e, 0x00, 0x00, 0x17, 0x61, 0x00, 0x00 +.byte 0xe3, 0x61, 0x00, 0x00, 0xaf, 0x62, 0x00, 0x00, 0x29, 0x65, 0x00, 0x00, 0xa3, 0x67, 0x00, 0x00 +.byte 0x6f, 0x68, 0x00, 0x00, 0x3b, 0x69, 0x00, 0x00, 0xb5, 0x6b, 0x00, 0x00, 0x30, 0x6e, 0x00, 0x00 +.byte 0xab, 0x70, 0x00, 0x00, 0x78, 0x71, 0x00, 0x00, 0xf4, 0x72, 0x00, 0x00, 0x70, 0x75, 0x00, 0x00 +.byte 0x21, 0x76, 0x00, 0x00, 0xef, 0x76, 0x00, 0x00, 0x6c, 0x79, 0x00, 0x00, 0xe9, 0x7a, 0x00, 0x00 +.byte 0x66, 0x7d, 0x00, 0x00, 0x35, 0x7e, 0x00, 0x00, 0xb2, 0x7f, 0x00, 0x00, 0x2f, 0x82, 0x00, 0x00 +.byte 0xad, 0x84, 0x00, 0x00, 0x2d, 0x87, 0x00, 0x00, 0xff, 0x87, 0x00, 0x00, 0x81, 0x8a, 0x00, 0x00 +.byte 0x03, 0x8c, 0x00, 0x00, 0x86, 0x8d, 0x00, 0x00, 0x0a, 0x8f, 0x00, 0x00, 0x90, 0x91, 0x00, 0x00 +.byte 0x68, 0x92, 0x00, 0x00, 0xee, 0x94, 0x00, 0x00, 0x74, 0x96, 0x00, 0x00, 0x4c, 0x97, 0x00, 0x00 +.byte 0xd5, 0x99, 0x00, 0x00, 0x5e, 0x9b, 0x00, 0x00, 0xe8, 0x9d, 0x00, 0x00, 0xc5, 0x9e, 0x00, 0x00 +.byte 0x50, 0xa1, 0x00, 0x00, 0xdb, 0xa2, 0x00, 0x00, 0xba, 0xa3, 0x00, 0x00, 0x47, 0xa6, 0x00, 0x00 +.byte 0xd4, 0xa7, 0x00, 0x00, 0x61, 0xa9, 0x00, 0x00, 0x40, 0xaa, 0x00, 0x00, 0xce, 0xac, 0x00, 0x00 +.byte 0x5c, 0xaf, 0x00, 0x00, 0x3d, 0xb0, 0x00, 0x00, 0xcc, 0xb2, 0x00, 0x00, 0x59, 0xb4, 0x00, 0x00 +.byte 0xea, 0xb5, 0x00, 0x00, 0x7b, 0xb7, 0x00, 0x00, 0x5e, 0xb8, 0x00, 0x00, 0x41, 0xb9, 0x00, 0x00 +.byte 0xd2, 0xbb, 0x00, 0x00, 0x65, 0xbd, 0x00, 0x00, 0xf7, 0xbe, 0x00, 0x00, 0x8c, 0xc1, 0x00, 0x00 +.byte 0x75, 0xc2, 0x00, 0x00, 0x0c, 0xc5, 0x00, 0x00, 0xf6, 0xc5, 0x00, 0x00, 0x8e, 0xc8, 0x00, 0x00 +.byte 0x26, 0xca, 0x00, 0x00, 0xbf, 0xcb, 0x00, 0x00, 0xaa, 0xcc, 0x00, 0x00, 0x96, 0xcd, 0x00, 0x00 +.byte 0x31, 0xd0, 0x00, 0x00, 0x03, 0xd1, 0x00, 0x00, 0xf5, 0xd1, 0x00, 0x00, 0xeb, 0xd2, 0x00, 0x00 +.byte 0x91, 0xd5, 0x00, 0x00, 0x38, 0xd7, 0x00, 0x00, 0x32, 0xd8, 0x00, 0x00, 0xda, 0xda, 0x00, 0x00 +.byte 0x84, 0xdc, 0x00, 0x00, 0x81, 0xdd, 0x00, 0x00, 0x2e, 0xe0, 0x00, 0x00, 0xdc, 0xe1, 0x00, 0x00 +.byte 0x8b, 0xe3, 0x00, 0x00, 0x3a, 0xe5, 0x00, 0x00, 0xe9, 0xe6, 0x00, 0x00, 0x98, 0xe9, 0x00, 0x00 +.byte 0x47, 0xeb, 0x00, 0x00, 0xf7, 0xec, 0x00, 0x00, 0xa8, 0xef, 0x00, 0x00, 0xac, 0xf0, 0x00, 0x00 +.byte 0x5e, 0xf3, 0x00, 0x00, 0x13, 0xf6, 0x00, 0x00, 0x1a, 0xf7, 0x00, 0x00, 0xcf, 0xf9, 0x00, 0x00 +.byte 0x8b, 0xfb, 0x00, 0x00, 0x7e, 0xfc, 0x00, 0x00, 0x8e, 0xfd, 0x00, 0x00, 0x53, 0xff, 0x00, 0x00 +.byte 0x26, 0x02, 0x01, 0x00, 0xfa, 0x03, 0x01, 0x00, 0x23, 0x05, 0x01, 0x00, 0x00, 0x07, 0x01, 0x00 +.byte 0xe1, 0x08, 0x01, 0x00, 0xcc, 0x0a, 0x01, 0x00, 0xb7, 0x0d, 0x01, 0x00, 0xf5, 0x0e, 0x01, 0x00 +.byte 0x36, 0x00, 0x26, 0x01, 0x30, 0x34, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x46, 0x52, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x09, 0x44, 0x68 +.byte 0x69, 0x6d, 0x79, 0x6f, 0x74, 0x69, 0x73, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x03 +.byte 0x0c, 0x08, 0x43, 0x65, 0x72, 0x74, 0x69, 0x67, 0x6e, 0x61, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01 +.byte 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xc8, 0x68, 0xf1, 0xc9, 0xd6 +.byte 0xd6, 0xb3, 0x34, 0x75, 0x26, 0x82, 0x1e, 0xec, 0xb4, 0xbe, 0xea, 0x5c, 0xe1, 0x26, 0xed, 0x11 +.byte 0x47, 0x61, 0xe1, 0xa2, 0x7c, 0x16, 0x78, 0x40, 0x21, 0xe4, 0x60, 0x9e, 0x5a, 0xc8, 0x63, 0xe1 +.byte 0xc4, 0xb1, 0x96, 0x92, 0xff, 0x18, 0x6d, 0x69, 0x23, 0xe1, 0x2b, 0x62, 0xf7, 0xdd, 0xe2, 0x36 +.byte 0x2f, 0x91, 0x07, 0xb9, 0x48, 0xcf, 0x0e, 0xec, 0x79, 0xb6, 0x2c, 0xe7, 0x34, 0x4b, 0x70, 0x08 +.byte 0x25, 0xa3, 0x3c, 0x87, 0x1b, 0x19, 0xf2, 0x81, 0x07, 0x0f, 0x38, 0x90, 0x19, 0xd3, 0x11, 0xfe +.byte 0x86, 0xb4, 0xf2, 0xd1, 0x5e, 0x1e, 0x1e, 0x96, 0xcd, 0x80, 0x6c, 0xce, 0x3b, 0x31, 0x93, 0xb6 +.byte 0xf2, 0xa0, 0xd0, 0xa9, 0x95, 0x12, 0x7d, 0xa5, 0x9a, 0xcc, 0x6b, 0xc8, 0x84, 0x56, 0x8a, 0x33 +.byte 0xa9, 0xe7, 0x22, 0x15, 0x53, 0x16, 0xf0, 0xcc, 0x17, 0xec, 0x57, 0x5f, 0xe9, 0xa2, 0x0a, 0x98 +.byte 0x09, 0xde, 0xe3, 0x5f, 0x9c, 0x6f, 0xdc, 0x48, 0xe3, 0x85, 0x0b, 0x15, 0x5a, 0xa6, 0xba, 0x9f +.byte 0xac, 0x48, 0xe3, 0x09, 0xb2, 0xf7, 0xf4, 0x32, 0xde, 0x5e, 0x34, 0xbe, 0x1c, 0x78, 0x5d, 0x42 +.byte 0x5b, 0xce, 0x0e, 0x22, 0x8f, 0x4d, 0x90, 0xd7, 0x7d, 0x32, 0x18, 0xb3, 0x0b, 0x2c, 0x6a, 0xbf +.byte 0x8e, 0x3f, 0x14, 0x11, 0x89, 0x20, 0x0e, 0x77, 0x14, 0xb5, 0x3d, 0x94, 0x08, 0x87, 0xf7, 0x25 +.byte 0x1e, 0xd5, 0xb2, 0x60, 0x00, 0xec, 0x6f, 0x2a, 0x28, 0x25, 0x6e, 0x2a, 0x3e, 0x18, 0x63, 0x17 +.byte 0x25, 0x3f, 0x3e, 0x44, 0x20, 0x16, 0xf6, 0x26, 0xc8, 0x25, 0xae, 0x05, 0x4a, 0xb4, 0xe7, 0x63 +.byte 0x2c, 0xf3, 0x8c, 0x16, 0x53, 0x7e, 0x5c, 0xfb, 0x11, 0x1a, 0x08, 0xc1, 0x46, 0x62, 0x9f, 0x22 +.byte 0xb8, 0xf1, 0xc2, 0x8d, 0x69, 0xdc, 0xfa, 0x3a, 0x58, 0x06, 0xdf, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0x39, 0x00, 0x26, 0x02, 0x30, 0x37, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c +.byte 0x0b, 0x54, 0x65, 0x6c, 0x69, 0x61, 0x53, 0x6f, 0x6e, 0x65, 0x72, 0x61, 0x31, 0x1f, 0x30, 0x1d +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x16, 0x54, 0x65, 0x6c, 0x69, 0x61, 0x53, 0x6f, 0x6e, 0x65 +.byte 0x72, 0x61, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x76, 0x31, 0x30, 0x82, 0x02 .byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 -.byte 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xad, 0x96 -.byte 0x9f, 0x2d, 0x9c, 0x4a, 0x4c, 0x4a, 0x81, 0x79, 0x51, 0x99, 0xec, 0x8a, 0xcb, 0x6b, 0x60, 0x51 -.byte 0x13, 0xbc, 0x4d, 0x6d, 0x06, 0xfc, 0xb0, 0x08, 0x8d, 0xdd, 0x19, 0x10, 0x6a, 0xc7, 0x26, 0x0c -.byte 0x35, 0xd8, 0xc0, 0x6f, 0x20, 0x84, 0xe9, 0x94, 0xb1, 0x9b, 0x85, 0x03, 0xc3, 0x5b, 0xdb, 0x4a -.byte 0xe8, 0xc8, 0xf8, 0x90, 0x76, 0xd9, 0x5b, 0x4f, 0xe3, 0x4c, 0xe8, 0x06, 0x36, 0x4d, 0xcc, 0x9a -.byte 0xac, 0x3d, 0x0c, 0x90, 0x2b, 0x92, 0xd4, 0x06, 0x19, 0x60, 0xac, 0x37, 0x44, 0x79, 0x85, 0x81 -.byte 0x82, 0xad, 0x5a, 0x37, 0xe0, 0x0d, 0xcc, 0x9d, 0xa6, 0x4c, 0x52, 0x76, 0xea, 0x43, 0x9d, 0xb7 -.byte 0x04, 0xd1, 0x50, 0xf6, 0x55, 0xe0, 0xd5, 0xd2, 0xa6, 0x49, 0x85, 0xe9, 0x37, 0xe9, 0xca, 0x7e -.byte 0xae, 0x5c, 0x95, 0x4d, 0x48, 0x9a, 0x3f, 0xae, 0x20, 0x5a, 0x6d, 0x88, 0x95, 0xd9, 0x34, 0xb8 -.byte 0x52, 0x1a, 0x43, 0x90, 0xb0, 0xbf, 0x6c, 0x05, 0xb9, 0xb6, 0x78, 0xb7, 0xea, 0xd0, 0xe4, 0x3a -.byte 0x3c, 0x12, 0x53, 0x62, 0xff, 0x4a, 0xf2, 0x7b, 0xbe, 0x35, 0x05, 0xa9, 0x12, 0x34, 0xe3, 0xf3 -.byte 0x64, 0x74, 0x62, 0x2c, 0x3d, 0x00, 0x49, 0x5a, 0x28, 0xfe, 0x32, 0x44, 0xbb, 0x87, 0xdd, 0x65 -.byte 0x27, 0x02, 0x71, 0x3b, 0xda, 0x4a, 0xf7, 0x1f, 0xda, 0xcd, 0xf7, 0x21, 0x55, 0x90, 0x4f, 0x0f -.byte 0xec, 0xae, 0x82, 0xe1, 0x9f, 0x6b, 0xd9, 0x45, 0xd3, 0xbb, 0xf0, 0x5f, 0x87, 0xed, 0x3c, 0x2c -.byte 0x39, 0x86, 0xda, 0x3f, 0xde, 0xec, 0x72, 0x55, 0xeb, 0x79, 0xa3, 0xad, 0xdb, 0xdd, 0x7c, 0xb0 -.byte 0xba, 0x1c, 0xce, 0xfc, 0xde, 0x4f, 0x35, 0x76, 0xcf, 0x0f, 0xf8, 0x78, 0x1f, 0x6a, 0x36, 0x51 -.byte 0x46, 0x27, 0x61, 0x5b, 0xe9, 0x9e, 0xcf, 0xf0, 0xa2, 0x55, 0x7d, 0x7c, 0x25, 0x8a, 0x6f, 0x2f -.byte 0xb4, 0xc5, 0xcf, 0x84, 0x2e, 0x2b, 0xfd, 0x0d, 0x51, 0x10, 0x6c, 0xfb, 0x5f, 0x1b, 0xbc, 0x1b -.byte 0x7e, 0xc5, 0xae, 0x3b, 0x98, 0x01, 0x31, 0x92, 0xff, 0x0b, 0x57, 0xf4, 0x9a, 0xb2, 0xb9, 0x57 -.byte 0xe9, 0xab, 0xef, 0x0d, 0x76, 0xd1, 0xf0, 0xee, 0xf4, 0xce, 0x86, 0xa7, 0xe0, 0x6e, 0xe9, 0xb4 -.byte 0x69, 0xa1, 0xdf, 0x69, 0xf6, 0x33, 0xc6, 0x69, 0x2e, 0x97, 0x13, 0x9e, 0xa5, 0x87, 0xb0, 0x57 -.byte 0x10, 0x81, 0x37, 0xc9, 0x53, 0xb3, 0xbb, 0x7f, 0xf6, 0x92, 0xd1, 0x9c, 0xd0, 0x18, 0xf4, 0x92 -.byte 0x6e, 0xda, 0x83, 0x4f, 0xa6, 0x63, 0x99, 0x4c, 0xa5, 0xfb, 0x5e, 0xef, 0x21, 0x64, 0x7a, 0x20 -.byte 0x5f, 0x6c, 0x64, 0x85, 0x15, 0xcb, 0x37, 0xe9, 0x62, 0x0c, 0x0b, 0x2a, 0x16, 0xdc, 0x01, 0x2e -.byte 0x32, 0xda, 0x3e, 0x4b, 0xf5, 0x9e, 0x3a, 0xf6, 0x17, 0x40, 0x94, 0xef, 0x9e, 0x91, 0x08, 0x86 -.byte 0xfa, 0xbe, 0x63, 0xa8, 0x5a, 0x33, 0xec, 0xcb, 0x74, 0x43, 0x95, 0xf9, 0x6c, 0x69, 0x52, 0x36 -.byte 0xc7, 0x29, 0x6f, 0xfc, 0x55, 0x03, 0x5c, 0x1f, 0xfb, 0x9f, 0xbd, 0x47, 0xeb, 0xe7, 0x49, 0x47 -.byte 0x95, 0x0b, 0x4e, 0x89, 0x22, 0x09, 0x49, 0xe0, 0xf5, 0x61, 0x1e, 0xf1, 0xbf, 0x2e, 0x8a, 0x72 -.byte 0x6e, 0x80, 0x59, 0xff, 0x57, 0x3a, 0xf9, 0x75, 0x32, 0xa3, 0x4e, 0x5f, 0xec, 0xed, 0x28, 0x62 -.byte 0xd9, 0x4d, 0x73, 0xf2, 0xcc, 0x81, 0x17, 0x60, 0xed, 0xcd, 0xeb, 0xdc, 0xdb, 0xa7, 0xca, 0xc5 -.byte 0x7e, 0x02, 0xbd, 0xf2, 0x54, 0x08, 0x54, 0xfd, 0xb4, 0x2d, 0x09, 0x2c, 0x17, 0x54, 0x4a, 0x98 -.byte 0xd1, 0x54, 0xe1, 0x51, 0x67, 0x08, 0xd2, 0xed, 0x6e, 0x7e, 0x6f, 0x3f, 0xd2, 0x2d, 0x81, 0x59 -.byte 0x29, 0x66, 0xcb, 0x90, 0x39, 0x95, 0x11, 0x1e, 0x74, 0x27, 0xfe, 0xdd, 0xeb, 0xaf, 0x02, 0x03 -.byte 0x01, 0x00, 0x01, 0x00, 0x3b, 0x00, 0x5b, 0x30, 0x39, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 -.byte 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0f, 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 -.byte 0x06, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03 -.byte 0x13, 0x10, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41 -.byte 0x20, 0x33, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06 -.byte 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0x29, 0x97, 0xa7 -.byte 0xc6, 0x41, 0x7f, 0xc0, 0x0d, 0x9b, 0xe8, 0x01, 0x1b, 0x56, 0xc6, 0xf2, 0x52, 0xa5, 0xba, 0x2d -.byte 0xb2, 0x12, 0xe8, 0xd2, 0x2e, 0xd7, 0xfa, 0xc9, 0xc5, 0xd8, 0xaa, 0x6d, 0x1f, 0x73, 0x81, 0x3b -.byte 0x3b, 0x98, 0x6b, 0x39, 0x7c, 0x33, 0xa5, 0xc5, 0x4e, 0x86, 0x8e, 0x80, 0x17, 0x68, 0x62, 0x45 -.byte 0x57, 0x7d, 0x44, 0x58, 0x1d, 0xb3, 0x37, 0xe5, 0x67, 0x08, 0xeb, 0x66, 0xde, 0x00, 0x3b, 0x00 -.byte 0x78, 0x30, 0x39, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53 -.byte 0x31, 0x0f, 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x06, 0x41, 0x6d, 0x61, 0x7a, 0x6f -.byte 0x6e, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x41, 0x6d, 0x61, 0x7a -.byte 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x34, 0x30, 0x76, 0x30, 0x10 -.byte 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22 -.byte 0x03, 0x62, 0x00, 0x04, 0xd2, 0xab, 0x8a, 0x37, 0x4f, 0xa3, 0x53, 0x0d, 0xfe, 0xc1, 0x8a, 0x7b -.byte 0x4b, 0xa8, 0x7b, 0x46, 0x4b, 0x63, 0xb0, 0x62, 0xf6, 0x2d, 0x1b, 0xdb, 0x08, 0x71, 0x21, 0xd2 -.byte 0x00, 0xe8, 0x63, 0xbd, 0x9a, 0x27, 0xfb, 0xf0, 0x39, 0x6e, 0x5d, 0xea, 0x3d, 0xa5, 0xc9, 0x81 -.byte 0xaa, 0xa3, 0x5b, 0x20, 0x98, 0x45, 0x5d, 0x16, 0xdb, 0xfd, 0xe8, 0x10, 0x6d, 0xe3, 0x9c, 0xe0 -.byte 0xe3, 0xbd, 0x5f, 0x84, 0x62, 0xf3, 0x70, 0x64, 0x33, 0xa0, 0xcb, 0x24, 0x2f, 0x70, 0xba, 0x88 -.byte 0xa1, 0x2a, 0xa0, 0x75, 0xf8, 0x81, 0xae, 0x62, 0x06, 0xc4, 0x81, 0xdb, 0x39, 0x6e, 0x29, 0xb0 -.byte 0x1e, 0xfa, 0x2e, 0x5c, 0x00, 0x3d, 0x02, 0x26, 0x30, 0x3b, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 -.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x0a -.byte 0x0c, 0x08, 0x46, 0x4e, 0x4d, 0x54, 0x2d, 0x52, 0x43, 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03 -.byte 0x55, 0x04, 0x0b, 0x0c, 0x10, 0x41, 0x43, 0x20, 0x52, 0x41, 0x49, 0x5a, 0x20, 0x46, 0x4e, 0x4d -.byte 0x54, 0x2d, 0x52, 0x43, 0x4d, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 -.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02 -.byte 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xba, 0x71, 0x80, 0x7a, 0x4c, 0x86, 0x6e, 0x7f, 0xc8, 0x13 -.byte 0x6d, 0xc0, 0xc6, 0x7d, 0x1c, 0x00, 0x97, 0x8f, 0x2c, 0x0c, 0x23, 0xbb, 0x10, 0x9a, 0x40, 0xa9 -.byte 0x1a, 0xb7, 0x87, 0x88, 0xf8, 0x9b, 0x56, 0x6a, 0xfb, 0xe6, 0x7b, 0x8e, 0x8b, 0x92, 0x8e, 0xa7 -.byte 0x25, 0x5d, 0x59, 0x11, 0xdb, 0x36, 0x2e, 0xb7, 0x51, 0x17, 0x1f, 0xa9, 0x08, 0x1f, 0x04, 0x17 -.byte 0x24, 0x58, 0xaa, 0x37, 0x4a, 0x18, 0xdf, 0xe5, 0x39, 0xd4, 0x57, 0xfd, 0xd7, 0xc1, 0x2c, 0x91 -.byte 0x01, 0x91, 0xe2, 0x22, 0xd4, 0x03, 0xc0, 0x58, 0xfc, 0x77, 0x47, 0xec, 0x8f, 0x3e, 0x74, 0x43 -.byte 0xba, 0xac, 0x34, 0x8d, 0x4d, 0x38, 0x76, 0x67, 0x8e, 0xb0, 0xc8, 0x6f, 0x30, 0x33, 0x58, 0x71 -.byte 0x5c, 0xb4, 0xf5, 0x6b, 0x6e, 0xd4, 0x01, 0x50, 0xb8, 0x13, 0x7e, 0x6c, 0x4a, 0xa3, 0x49, 0xd1 -.byte 0x20, 0x19, 0xee, 0xbc, 0xc0, 0x29, 0x18, 0x65, 0xa7, 0xde, 0xfe, 0xef, 0xdd, 0x0a, 0x90, 0x21 -.byte 0xe7, 0x1a, 0x67, 0x92, 0x42, 0x10, 0x98, 0x5f, 0x4f, 0x30, 0xbc, 0x3e, 0x1c, 0x45, 0xb4, 0x10 -.byte 0xd7, 0x68, 0x40, 0x14, 0xc0, 0x40, 0xfa, 0xe7, 0x77, 0x17, 0x7a, 0xe6, 0x0b, 0x8f, 0x65, 0x5b -.byte 0x3c, 0xd9, 0x9a, 0x52, 0xdb, 0xb5, 0xbd, 0x9e, 0x46, 0xcf, 0x3d, 0xeb, 0x91, 0x05, 0x02, 0xc0 -.byte 0x96, 0xb2, 0x76, 0x4c, 0x4d, 0x10, 0x96, 0x3b, 0x92, 0xfa, 0x9c, 0x7f, 0x0f, 0x99, 0xdf, 0xbe -.byte 0x23, 0x35, 0x45, 0x1e, 0x02, 0x5c, 0xfe, 0xb5, 0xa8, 0x9b, 0x99, 0x25, 0xda, 0x5e, 0xf3, 0x22 -.byte 0xc3, 0x39, 0xf5, 0xe4, 0x2a, 0x2e, 0xd3, 0xc6, 0x1f, 0xc4, 0x6c, 0xaa, 0xc5, 0x1c, 0x6a, 0x01 -.byte 0x05, 0x4a, 0x2f, 0xd2, 0xc5, 0xc1, 0xa8, 0x34, 0x26, 0x5d, 0x66, 0xa5, 0xd2, 0x02, 0x21, 0xf9 -.byte 0x18, 0xb7, 0x06, 0xf5, 0x4e, 0x99, 0x6f, 0xa8, 0xab, 0x4c, 0x51, 0xe8, 0xcf, 0x50, 0x18, 0xc5 -.byte 0x77, 0xc8, 0x39, 0x09, 0x2c, 0x49, 0x92, 0x32, 0x99, 0xa8, 0xbb, 0x17, 0x17, 0x79, 0xb0, 0x5a -.byte 0xc5, 0xe6, 0xa3, 0xc4, 0x59, 0x65, 0x47, 0x35, 0x83, 0x5e, 0xa9, 0xe8, 0x35, 0x0b, 0x99, 0xbb -.byte 0xe4, 0xcd, 0x20, 0xc6, 0x9b, 0x4a, 0x06, 0x39, 0xb5, 0x68, 0xfc, 0x22, 0xba, 0xee, 0x55, 0x8c -.byte 0x2b, 0x4e, 0xea, 0xf3, 0xb1, 0xe3, 0xfc, 0xb6, 0x99, 0x9a, 0xd5, 0x42, 0xfa, 0x71, 0x4d, 0x08 -.byte 0xcf, 0x87, 0x1e, 0x6a, 0x71, 0x7d, 0xf9, 0xd3, 0xb4, 0xe9, 0xa5, 0x71, 0x81, 0x7b, 0xc2, 0x4e -.byte 0x47, 0x96, 0xa5, 0xf6, 0x76, 0x85, 0xa3, 0x28, 0x8f, 0xe9, 0x80, 0x6e, 0x81, 0x53, 0xa5, 0x6d -.byte 0x5f, 0xb8, 0x48, 0xf9, 0xc2, 0xf9, 0x36, 0xa6, 0x2e, 0x49, 0xff, 0xb8, 0x96, 0xc2, 0x8c, 0x07 -.byte 0xb3, 0x9b, 0x88, 0x58, 0xfc, 0xeb, 0x1b, 0x1c, 0xde, 0x2d, 0x70, 0xe2, 0x97, 0x92, 0x30, 0xa1 -.byte 0x89, 0xe3, 0xbc, 0x55, 0xa8, 0x27, 0xd6, 0x4b, 0xed, 0x90, 0xad, 0x8b, 0xfa, 0x63, 0x25, 0x59 -.byte 0x2d, 0xa8, 0x35, 0xdd, 0xca, 0x97, 0x33, 0xbc, 0xe5, 0xcd, 0xc7, 0x9d, 0xd1, 0xec, 0xef, 0x5e -.byte 0x0e, 0x4a, 0x90, 0x06, 0x26, 0x63, 0xad, 0xb9, 0xd9, 0x35, 0x2d, 0x07, 0xba, 0x76, 0x65, 0x2c -.byte 0xac, 0x57, 0x8f, 0x7d, 0xf4, 0x07, 0x94, 0xd7, 0x81, 0x02, 0x96, 0x5d, 0xa3, 0x07, 0x49, 0xd5 -.byte 0x7a, 0xd0, 0x57, 0xf9, 0x1b, 0xe7, 0x53, 0x46, 0x75, 0xaa, 0xb0, 0x79, 0x42, 0xcb, 0x68, 0x71 -.byte 0x08, 0xe9, 0x60, 0xbd, 0x39, 0x69, 0xce, 0xf4, 0xaf, 0xc3, 0x56, 0x40, 0xc7, 0xad, 0x52, 0xa2 -.byte 0x09, 0xe4, 0x6f, 0x86, 0x47, 0x8a, 0x1f, 0xeb, 0x28, 0x27, 0x5d, 0x83, 0x20, 0xaf, 0x04, 0xc9 -.byte 0x6c, 0x56, 0x9a, 0x8b, 0x46, 0xf5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x3d, 0x01, 0x26, 0x30 -.byte 0x3b, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x52, 0x4f, 0x31, 0x11 -.byte 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x08, 0x63, 0x65, 0x72, 0x74, 0x53, 0x49, 0x47 -.byte 0x4e, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x63, 0x65, 0x72, 0x74 -.byte 0x53, 0x49, 0x47, 0x4e, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22 -.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 -.byte 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xb7, 0x33, 0xb9 -.byte 0x7e, 0xc8, 0x25, 0x4a, 0x8e, 0xb5, 0xdb, 0xb4, 0x28, 0x1b, 0xaa, 0x57, 0x90, 0xe8, 0xd1, 0x22 -.byte 0xd3, 0x64, 0xba, 0xd3, 0x93, 0xe8, 0xd4, 0xac, 0x86, 0x61, 0x40, 0x6a, 0x60, 0x57, 0x68, 0x54 -.byte 0x84, 0x4d, 0xbc, 0x6a, 0x54, 0x02, 0x05, 0xff, 0xdf, 0x9b, 0x9a, 0x2a, 0xae, 0x5d, 0x07, 0x8f -.byte 0x4a, 0xc3, 0x28, 0x7f, 0xef, 0xfb, 0x2b, 0xfa, 0x79, 0xf1, 0xc7, 0xad, 0xf0, 0x10, 0x53, 0x24 -.byte 0x90, 0x8b, 0x66, 0xc9, 0xa8, 0x88, 0xab, 0xaf, 0x5a, 0xa3, 0x00, 0xe9, 0xbe, 0xba, 0x46, 0xee -.byte 0x5b, 0x73, 0x7b, 0x2c, 0x17, 0x82, 0x81, 0x5e, 0x62, 0x2c, 0xa1, 0x02, 0x65, 0xb3, 0xbd, 0xc5 -.byte 0x2b, 0x00, 0x7e, 0xc4, 0xfc, 0x03, 0x33, 0x57, 0x0d, 0xed, 0xe2, 0xfa, 0xce, 0x5d, 0x45, 0xd6 -.byte 0x38, 0xcd, 0x35, 0xb6, 0xb2, 0xc1, 0xd0, 0x9c, 0x81, 0x4a, 0xaa, 0xe4, 0xb2, 0x01, 0x5c, 0x1d -.byte 0x8f, 0x5f, 0x99, 0xc4, 0xb1, 0xad, 0xdb, 0x88, 0x21, 0xeb, 0x90, 0x08, 0x82, 0x80, 0xf3, 0x30 -.byte 0xa3, 0x43, 0xe6, 0x90, 0x82, 0xae, 0x55, 0x28, 0x49, 0xed, 0x5b, 0xd7, 0xa9, 0x10, 0x38, 0x0e -.byte 0xfe, 0x8f, 0x4c, 0x5b, 0x9b, 0x46, 0xea, 0x41, 0xf5, 0xb0, 0x08, 0x74, 0xc3, 0xd0, 0x88, 0x33 -.byte 0xb6, 0x7c, 0xd7, 0x74, 0xdf, 0xdc, 0x84, 0xd1, 0x43, 0x0e, 0x75, 0x39, 0xa1, 0x25, 0x40, 0x28 -.byte 0xea, 0x78, 0xcb, 0x0e, 0x2c, 0x2e, 0x39, 0x9d, 0x8c, 0x8b, 0x6e, 0x16, 0x1c, 0x2f, 0x26, 0x82 -.byte 0x10, 0xe2, 0xe3, 0x65, 0x94, 0x0a, 0x04, 0xc0, 0x5e, 0xf7, 0x5d, 0x5b, 0xf8, 0x10, 0xe2, 0xd0 -.byte 0xba, 0x7a, 0x4b, 0xfb, 0xde, 0x37, 0x00, 0x00, 0x1a, 0x5b, 0x28, 0xe3, 0xd2, 0x9c, 0x73, 0x3e -.byte 0x32, 0x87, 0x98, 0xa1, 0xc9, 0x51, 0x2f, 0xd7, 0xde, 0xac, 0x33, 0xb3, 0x4f, 0x02, 0x03, 0x01 -.byte 0x00, 0x01, 0x00, 0x3e, 0x01, 0x26, 0x30, 0x3c, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x0c, 0x15, 0x41, 0x74, 0x6f, 0x73, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x52 -.byte 0x6f, 0x6f, 0x74, 0x20, 0x32, 0x30, 0x31, 0x31, 0x31, 0x0d, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x0c, 0x04, 0x41, 0x74, 0x6f, 0x73, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 -.byte 0x13, 0x02, 0x44, 0x45, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 -.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a -.byte 0x02, 0x82, 0x01, 0x01, 0x00, 0x95, 0x85, 0x3b, 0x97, 0x6f, 0x2a, 0x3b, 0x2e, 0x3b, 0xcf, 0xa6 -.byte 0xf3, 0x29, 0x35, 0xbe, 0xcf, 0x18, 0xac, 0x3e, 0xaa, 0xd9, 0xf8, 0x4d, 0xa0, 0x3e, 0x1a, 0x47 -.byte 0xb9, 0xbc, 0x9a, 0xdf, 0xf2, 0xfe, 0xcc, 0x3e, 0x47, 0xe8, 0x7a, 0x96, 0xc2, 0x24, 0x8e, 0x35 -.byte 0xf4, 0xa9, 0x0c, 0xfc, 0x82, 0xfd, 0x6d, 0xc1, 0x72, 0x62, 0x27, 0xbd, 0xea, 0x6b, 0xeb, 0xe7 -.byte 0x8a, 0xcc, 0x54, 0x3e, 0x90, 0x50, 0xcf, 0x80, 0xd4, 0x95, 0xfb, 0xe8, 0xb5, 0x82, 0xd4, 0x14 -.byte 0xc5, 0xb6, 0xa9, 0x55, 0x25, 0x57, 0xdb, 0xb1, 0x50, 0xf6, 0xb0, 0x60, 0x64, 0x59, 0x7a, 0x69 -.byte 0xcf, 0x03, 0xb7, 0x6f, 0x0d, 0xbe, 0xca, 0x3e, 0x6f, 0x74, 0x72, 0xea, 0xaa, 0x30, 0x2a, 0x73 -.byte 0x62, 0xbe, 0x49, 0x91, 0x61, 0xc8, 0x11, 0xfe, 0x0e, 0x03, 0x2a, 0xf7, 0x6a, 0x20, 0xdc, 0x02 -.byte 0x15, 0x0d, 0x5e, 0x15, 0x6a, 0xfc, 0xe3, 0x82, 0xc1, 0xb5, 0xc5, 0x9d, 0x64, 0x09, 0x6c, 0xa3 -.byte 0x59, 0x98, 0x07, 0x27, 0xc7, 0x1b, 0x96, 0x2b, 0x61, 0x74, 0x71, 0x6c, 0x43, 0xf1, 0xf7, 0x35 -.byte 0x89, 0x10, 0xe0, 0x9e, 0xec, 0x55, 0xa1, 0x37, 0x22, 0xa2, 0x87, 0x04, 0x05, 0x2c, 0x47, 0x7d -.byte 0xb4, 0x1c, 0xb9, 0x62, 0x29, 0x66, 0x28, 0xca, 0xb7, 0xe1, 0x93, 0xf5, 0xa4, 0x94, 0x03, 0x99 -.byte 0xb9, 0x70, 0x85, 0xb5, 0xe6, 0x48, 0xea, 0x8d, 0x50, 0xfc, 0xd9, 0xde, 0xcc, 0x6f, 0x07, 0x0e -.byte 0xdd, 0x0b, 0x72, 0x9d, 0x80, 0x30, 0x16, 0x07, 0x95, 0x3f, 0x28, 0x0e, 0xfd, 0xc5, 0x75, 0x4f -.byte 0x53, 0xd6, 0x74, 0x9a, 0xb4, 0x24, 0x2e, 0x8e, 0x02, 0x91, 0xcf, 0x76, 0xc5, 0x9b, 0x1e, 0x55 -.byte 0x74, 0x9c, 0x78, 0x21, 0xb1, 0xf0, 0x2d, 0xf1, 0x0b, 0x9f, 0xc2, 0xd5, 0x96, 0x18, 0x1f, 0xf0 -.byte 0x54, 0x22, 0x7a, 0x8c, 0x07, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x3f, 0x02, 0x26, 0x30, 0x3d -.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x11, 0x30 -.byte 0x0f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x08, 0x55, 0x6e, 0x69, 0x54, 0x72, 0x75, 0x73, 0x74 -.byte 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x12, 0x55, 0x43, 0x41, 0x20, 0x47 -.byte 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x47, 0x32, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x30, 0x82, 0x02 -.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 -.byte 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc5, 0xe6 -.byte 0x2b, 0x6f, 0x7c, 0xef, 0x26, 0x05, 0x27, 0xa3, 0x81, 0x24, 0xda, 0x6f, 0xcb, 0x01, 0xf9, 0x99 -.byte 0x9a, 0xa9, 0x32, 0xc2, 0x22, 0x87, 0x61, 0x41, 0x91, 0x3b, 0xcb, 0xc3, 0x68, 0x1b, 0x06, 0xc5 -.byte 0x4c, 0xa9, 0x2b, 0xc1, 0x67, 0x17, 0x22, 0x1d, 0x2b, 0xed, 0xf9, 0x29, 0x89, 0x93, 0xa2, 0x78 -.byte 0xbd, 0x92, 0x6b, 0xa0, 0xa3, 0x0d, 0xa2, 0x7e, 0xca, 0x93, 0xb3, 0xa6, 0xd1, 0x8c, 0x35, 0xd5 -.byte 0x75, 0xf9, 0x17, 0xf6, 0xcf, 0x45, 0xc5, 0xe5, 0x7a, 0xec, 0x77, 0x93, 0xa0, 0x8f, 0x23, 0xae -.byte 0x0e, 0x1a, 0x03, 0x7f, 0xbe, 0xd4, 0xd0, 0xed, 0x2e, 0x7b, 0xab, 0x46, 0x23, 0x5b, 0xff, 0x2c -.byte 0xe6, 0x54, 0x7a, 0x94, 0xc0, 0x2a, 0x15, 0xf0, 0xc9, 0x8d, 0xb0, 0x7a, 0x3b, 0x24, 0xe1, 0xd7 -.byte 0x68, 0xe2, 0x31, 0x3c, 0x06, 0x33, 0x46, 0xb6, 0x54, 0x11, 0xa6, 0xa5, 0x2f, 0x22, 0x54, 0x2a -.byte 0x58, 0x0d, 0x01, 0x02, 0xf1, 0xfa, 0x15, 0x51, 0x67, 0x6c, 0xc0, 0xfa, 0xd7, 0xb6, 0x1b, 0x7f -.byte 0xd1, 0x56, 0x88, 0x2f, 0x1a, 0x3a, 0x8d, 0x3b, 0xbb, 0x82, 0x11, 0xe0, 0x47, 0x00, 0xd0, 0x52 -.byte 0x87, 0xab, 0xfb, 0x86, 0x7e, 0x0f, 0x24, 0x6b, 0x40, 0x9d, 0x34, 0x67, 0xbc, 0x8d, 0xc7, 0x2d -.byte 0x86, 0x6f, 0x79, 0x3e, 0x8e, 0xa9, 0x3c, 0x17, 0x4b, 0x7f, 0xb0, 0x99, 0xe3, 0xb0, 0x71, 0x60 -.byte 0xdc, 0x0b, 0xf5, 0x64, 0xc3, 0xce, 0x43, 0xbc, 0x6d, 0x71, 0xb9, 0xd2, 0xde, 0x27, 0x5b, 0x8a -.byte 0xe8, 0xd8, 0xc6, 0xae, 0xe1, 0x59, 0x7d, 0xcf, 0x28, 0x2d, 0x35, 0xb8, 0x95, 0x56, 0x1a, 0xf1 -.byte 0xb2, 0x58, 0x4b, 0xb7, 0x12, 0x37, 0xc8, 0x7c, 0xb3, 0xed, 0x4b, 0x80, 0xe1, 0x8d, 0xfa, 0x32 -.byte 0x23, 0xb6, 0x6f, 0xb7, 0x48, 0x95, 0x08, 0xb1, 0x44, 0x4e, 0x85, 0x8c, 0x3a, 0x02, 0x54, 0x20 -.byte 0x2f, 0xdf, 0xbf, 0x57, 0x4f, 0x3b, 0x3a, 0x90, 0x21, 0xd7, 0xc1, 0x26, 0x35, 0x54, 0x20, 0xec -.byte 0xc7, 0x3f, 0x47, 0xec, 0xef, 0x5a, 0xbf, 0x4b, 0x7a, 0xc1, 0xad, 0x3b, 0x17, 0x50, 0x5c, 0x62 -.byte 0xd8, 0x0f, 0x4b, 0x4a, 0xdc, 0x2b, 0xfa, 0x6e, 0xbc, 0x73, 0x92, 0xcd, 0xec, 0xc7, 0x50, 0xe8 -.byte 0x41, 0x96, 0xd7, 0xa9, 0x7e, 0x6d, 0xd8, 0xe9, 0x1d, 0x8f, 0x8a, 0xb5, 0xb9, 0x58, 0x92, 0xba -.byte 0x4a, 0x92, 0x2b, 0x0c, 0x56, 0xfd, 0x80, 0xeb, 0x08, 0xf0, 0x5e, 0x29, 0x6e, 0x1b, 0x1c, 0x0c -.byte 0xaf, 0x8f, 0x93, 0x89, 0xad, 0xdb, 0xbd, 0xa3, 0x9e, 0x21, 0xca, 0x89, 0x19, 0xec, 0xdf, 0xb5 -.byte 0xc3, 0x1a, 0xeb, 0x16, 0xfe, 0x78, 0x36, 0x4c, 0xd6, 0x6e, 0xd0, 0x3e, 0x17, 0x1c, 0x90, 0x17 -.byte 0x6b, 0x26, 0xba, 0xfb, 0x7a, 0x2f, 0xbf, 0x11, 0x1c, 0x18, 0x0e, 0x2d, 0x73, 0x03, 0x8f, 0xa0 -.byte 0xe5, 0x35, 0xa0, 0x5a, 0xe2, 0x4c, 0x75, 0x1d, 0x71, 0xe1, 0x39, 0x38, 0x53, 0x78, 0x40, 0xcc -.byte 0x83, 0x93, 0xd7, 0x0a, 0x9e, 0x9d, 0x5b, 0x8f, 0x8a, 0xe4, 0xe5, 0xe0, 0x48, 0xe4, 0x48, 0xb2 -.byte 0x47, 0xcd, 0x4e, 0x2a, 0x75, 0x2a, 0x7b, 0xf2, 0x22, 0xf6, 0xc9, 0xbe, 0x09, 0x91, 0x96, 0x57 -.byte 0x7a, 0x88, 0x88, 0xac, 0xee, 0x70, 0xac, 0xf9, 0xdc, 0x29, 0xe3, 0x0c, 0x1c, 0x3b, 0x12, 0x4e -.byte 0x44, 0xd6, 0xa7, 0x4e, 0xb0, 0x26, 0xc8, 0xf3, 0xd9, 0x1a, 0x97, 0x91, 0x68, 0xea, 0xef, 0x8d -.byte 0x46, 0x06, 0xd2, 0x56, 0x45, 0x58, 0x9a, 0x3c, 0x0c, 0x0f, 0x83, 0xb8, 0x05, 0x25, 0xc3, 0x39 -.byte 0xcf, 0x3b, 0xa4, 0x34, 0x89, 0xb7, 0x79, 0x12, 0x2f, 0x47, 0xc5, 0xe7, 0xa9, 0x97, 0x69, 0xfc -.byte 0xa6, 0x77, 0x67, 0xb5, 0xdf, 0x7b, 0xf1, 0x7a, 0x65, 0x15, 0xe4, 0x61, 0x56, 0x65, 0x02, 0x03 -.byte 0x01, 0x00, 0x01, 0x00, 0x3f, 0x00, 0x78, 0x30, 0x3d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 -.byte 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 -.byte 0x09, 0x43, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x6c, 0x79, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03 -.byte 0x55, 0x04, 0x03, 0x13, 0x11, 0x43, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x6c, 0x79, 0x20, 0x52 -.byte 0x6f, 0x6f, 0x74, 0x20, 0x45, 0x31, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce -.byte 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xde, 0x6f -.byte 0xf8, 0x7f, 0x1c, 0xdf, 0xed, 0xf9, 0x47, 0x87, 0x86, 0xb1, 0xa4, 0xc0, 0x8a, 0xf8, 0x82, 0x97 -.byte 0x80, 0xea, 0x8f, 0xc8, 0x4a, 0x5e, 0x2a, 0x7d, 0x88, 0x68, 0xa7, 0x01, 0x62, 0x14, 0x91, 0x24 -.byte 0x7a, 0x5c, 0x9e, 0xa3, 0x17, 0x7d, 0x8a, 0x86, 0x21, 0x34, 0x18, 0x50, 0x1b, 0x10, 0xde, 0xd0 -.byte 0x37, 0x4b, 0x26, 0xc7, 0x19, 0x60, 0x80, 0xe9, 0x34, 0xbd, 0x60, 0x19, 0x36, 0x40, 0xd6, 0x29 -.byte 0x87, 0x09, 0x3c, 0x91, 0x7a, 0xf6, 0xbc, 0x13, 0x23, 0xdd, 0x59, 0x4e, 0x04, 0x5e, 0xcf, 0xc8 -.byte 0x02, 0x1c, 0x18, 0x53, 0xc1, 0x31, 0xd8, 0xda, 0x20, 0xe9, 0x44, 0x8d, 0xe4, 0x76, 0x00, 0x3f -.byte 0x02, 0x26, 0x30, 0x3d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 -.byte 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x43, 0x65, 0x72, 0x74 -.byte 0x61, 0x69, 0x6e, 0x6c, 0x79, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x11 -.byte 0x43, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x6c, 0x79, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52 -.byte 0x31, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc2, 0xbe +.byte 0xeb, 0x27, 0xf0, 0x21, 0xa3, 0xf3, 0x69, 0x26, 0x55, 0x7e, 0x9d, 0xc5, 0x55, 0x16, 0x91, 0x5c +.byte 0xfd, 0xef, 0x21, 0xbf, 0x53, 0x80, 0x7a, 0x2d, 0xd2, 0x91, 0x8c, 0x63, 0x31, 0xf0, 0xec, 0x24 +.byte 0xf0, 0xc3, 0xa5, 0xd2, 0x72, 0x7c, 0x10, 0x6d, 0xf4, 0x37, 0xb7, 0xe5, 0xe6, 0x7c, 0x79, 0xea +.byte 0x8c, 0xb5, 0x82, 0x8b, 0xae, 0x48, 0xb6, 0xac, 0x00, 0xdc, 0x65, 0x75, 0xec, 0x2a, 0x4d, 0x5f +.byte 0xc1, 0x87, 0xf5, 0x20, 0x65, 0x2b, 0x81, 0xa8, 0x47, 0x3e, 0x89, 0x23, 0x95, 0x30, 0x16, 0x90 +.byte 0x7f, 0xe8, 0x57, 0x07, 0x48, 0xe7, 0x19, 0xae, 0xbf, 0x45, 0x67, 0xb1, 0x37, 0x1b, 0x06, 0x2a +.byte 0xfe, 0xde, 0xf9, 0xac, 0x7d, 0x83, 0xfb, 0x5e, 0xba, 0xe4, 0x8f, 0x97, 0x67, 0xbe, 0x4b, 0x8e +.byte 0x8d, 0x64, 0x07, 0x57, 0x38, 0x55, 0x69, 0x34, 0x36, 0x3d, 0x13, 0x48, 0xef, 0x4f, 0xe2, 0xd3 +.byte 0x66, 0x1e, 0xa4, 0xcf, 0x1a, 0xb7, 0x5e, 0x36, 0x33, 0xd4, 0xb4, 0x06, 0xbd, 0x18, 0x01, 0xfd +.byte 0x77, 0x84, 0x50, 0x00, 0x45, 0xf5, 0x8c, 0x5d, 0xe8, 0x23, 0xbc, 0x7e, 0xfe, 0x35, 0xe1, 0xed +.byte 0x50, 0x7b, 0xa9, 0x30, 0x8d, 0x19, 0xd3, 0x09, 0x8e, 0x68, 0x67, 0x5d, 0xbf, 0x3c, 0x97, 0x18 +.byte 0x53, 0xbb, 0x29, 0x62, 0xc5, 0xca, 0x5e, 0x72, 0xc1, 0xc7, 0x96, 0xd4, 0xdb, 0x2d, 0xa0, 0xb4 +.byte 0x1f, 0x69, 0x03, 0xec, 0xea, 0xe2, 0x50, 0xf1, 0x0c, 0x3c, 0xf0, 0xac, 0xf3, 0x53, 0x2d, 0xf0 +.byte 0x1c, 0xf5, 0xed, 0x6c, 0x39, 0x39, 0x73, 0x80, 0x16, 0xc8, 0x52, 0xb0, 0x23, 0xcd, 0xe0, 0x3e +.byte 0xdc, 0xdd, 0x3c, 0x47, 0xa0, 0xbb, 0x35, 0x8a, 0xe2, 0x98, 0x68, 0x8b, 0xbe, 0xe5, 0xbf, 0x72 +.byte 0xee, 0xd2, 0xfa, 0xa5, 0xed, 0x12, 0xed, 0xfc, 0x98, 0x18, 0xa9, 0x26, 0x76, 0xdc, 0x28, 0x4b +.byte 0x10, 0x20, 0x1c, 0xd3, 0x7f, 0x16, 0x77, 0x2d, 0xed, 0x6f, 0x80, 0xf7, 0x49, 0xbb, 0x53, 0x05 +.byte 0xbb, 0x5d, 0x68, 0xc7, 0xd4, 0xc8, 0x75, 0x16, 0x3f, 0x89, 0x5a, 0x8b, 0xf7, 0x17, 0x47, 0xd4 +.byte 0x4c, 0xf1, 0xd2, 0x89, 0x79, 0x3e, 0x4d, 0x3d, 0x98, 0xa8, 0x61, 0xde, 0x3a, 0x1e, 0xd2, 0xf8 +.byte 0x5e, 0x03, 0xe0, 0xc1, 0xc9, 0x1c, 0x8c, 0xd3, 0x8d, 0x4d, 0xd3, 0x95, 0x36, 0xb3, 0x37, 0x5f +.byte 0x63, 0x63, 0x9b, 0x33, 0x14, 0xf0, 0x2d, 0x26, 0x6b, 0x53, 0x7c, 0x89, 0x8c, 0x32, 0xc2, 0x6e +.byte 0xec, 0x3d, 0x21, 0x00, 0x39, 0xc9, 0xa1, 0x68, 0xe2, 0x50, 0x83, 0x2e, 0xb0, 0x3a, 0x2b, 0xf3 +.byte 0x36, 0xa0, 0xac, 0x2f, 0xe4, 0x6f, 0x61, 0xc2, 0x51, 0x09, 0x39, 0x3e, 0x8b, 0x53, 0xb9, 0xbb +.byte 0x67, 0xda, 0xdc, 0x53, 0xb9, 0x76, 0x59, 0x36, 0x9d, 0x43, 0xe5, 0x20, 0xe0, 0x3d, 0x32, 0x60 +.byte 0x85, 0x22, 0x51, 0xb7, 0xc7, 0x33, 0xbb, 0xdd, 0x15, 0x2f, 0xa4, 0x78, 0xa6, 0x07, 0x7b, 0x81 +.byte 0x46, 0x36, 0x04, 0x86, 0xdd, 0x79, 0x35, 0xc7, 0x95, 0x2c, 0x3b, 0xb0, 0xa3, 0x17, 0x35, 0xe5 +.byte 0x73, 0x1f, 0xb4, 0x5c, 0x59, 0xef, 0xda, 0xea, 0x10, 0x65, 0x7b, 0x7a, 0xd0, 0x7f, 0x9f, 0xb3 +.byte 0xb4, 0x2a, 0x37, 0x3b, 0x70, 0x8b, 0x9b, 0x5b, 0xb9, 0x2b, 0xb7, 0xec, 0xb2, 0x51, 0x12, 0x97 +.byte 0x53, 0x29, 0x5a, 0xd4, 0xf0, 0x12, 0x10, 0xdc, 0x4f, 0x02, 0xbb, 0x12, 0x92, 0x2f, 0x62, 0xd4 +.byte 0x3f, 0x69, 0x43, 0x7c, 0x0d, 0xd6, 0xfc, 0x58, 0x75, 0x01, 0x88, 0x9d, 0x58, 0x16, 0x4b, 0xde +.byte 0xba, 0x90, 0xff, 0x47, 0x01, 0x89, 0x06, 0x6a, 0xf6, 0x5f, 0xb2, 0x90, 0x6a, 0xb3, 0x02, 0xa6 +.byte 0x02, 0x88, 0xbf, 0xb3, 0x47, 0x7e, 0x2a, 0xd9, 0xd5, 0xfa, 0x68, 0x78, 0x35, 0x4d, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0x3a, 0x00, 0x26, 0x02, 0x30, 0x38, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c +.byte 0x0b, 0x49, 0x5a, 0x45, 0x4e, 0x50, 0x45, 0x20, 0x53, 0x2e, 0x41, 0x2e, 0x31, 0x13, 0x30, 0x11 +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x0a, 0x49, 0x7a, 0x65, 0x6e, 0x70, 0x65, 0x2e, 0x63, 0x6f +.byte 0x6d, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 .byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02 -.byte 0x01, 0x00, 0xd0, 0x36, 0xd4, 0x1f, 0xea, 0xdd, 0xab, 0xe4, 0xd1, 0xb6, 0xe6, 0xfb, 0x22, 0xc0 -.byte 0xdd, 0x13, 0x0d, 0x6a, 0x7b, 0x22, 0x13, 0x1c, 0x97, 0x3c, 0x68, 0x63, 0x66, 0x32, 0x9c, 0x03 -.byte 0xb5, 0x8d, 0xa4, 0x81, 0x83, 0xda, 0x78, 0x30, 0x11, 0xcf, 0xdc, 0xb2, 0x2b, 0xbe, 0x92, 0xbf -.byte 0x8e, 0xe4, 0xc4, 0x13, 0xbe, 0xa4, 0x68, 0x4c, 0xda, 0x02, 0x68, 0x16, 0x74, 0xbe, 0xb2, 0xdd -.byte 0x04, 0xe4, 0x6b, 0x2a, 0xdd, 0x37, 0x1f, 0x60, 0x2c, 0xdb, 0xf5, 0xf7, 0xa1, 0x7c, 0x95, 0xb7 -.byte 0x0c, 0x70, 0x86, 0x2e, 0xf1, 0x3a, 0xef, 0x52, 0xf7, 0xcc, 0xd3, 0x9b, 0xf9, 0x8b, 0xbe, 0x0e -.byte 0xdf, 0x31, 0xb7, 0x9d, 0x68, 0x5c, 0x92, 0xa6, 0xf5, 0xe5, 0xf3, 0x0a, 0x34, 0xb5, 0xff, 0x7b -.byte 0xa2, 0xe4, 0x87, 0xa1, 0xc6, 0xaf, 0x17, 0x00, 0xef, 0x03, 0x91, 0xed, 0xa9, 0x1c, 0x4e, 0x71 -.byte 0x3d, 0xd2, 0x8b, 0x6c, 0x89, 0xf4, 0x78, 0x86, 0xe6, 0x6a, 0x49, 0xa0, 0xce, 0xb5, 0xd2, 0xb0 -.byte 0xab, 0x9b, 0xf6, 0xf4, 0xd4, 0x2e, 0xe3, 0x72, 0xf9, 0x36, 0xc6, 0xeb, 0x15, 0xb7, 0x25, 0x8c -.byte 0x3a, 0xfc, 0x25, 0x0d, 0xb3, 0x22, 0x73, 0x21, 0x74, 0xc8, 0x4a, 0x96, 0x61, 0x92, 0xf5, 0x2f -.byte 0x0b, 0x18, 0xa5, 0xf4, 0xad, 0xe2, 0xee, 0x41, 0xbd, 0x01, 0x79, 0xfa, 0x96, 0x8c, 0x8d, 0x17 -.byte 0x02, 0x30, 0xb4, 0xf9, 0xaf, 0x78, 0x1a, 0x8c, 0xb4, 0x36, 0x10, 0x10, 0x07, 0x05, 0x70, 0xd0 -.byte 0xf4, 0x31, 0x90, 0x8a, 0x51, 0xc5, 0x86, 0x26, 0x79, 0xb2, 0x11, 0x88, 0x5e, 0xc5, 0xf0, 0x0a -.byte 0x54, 0xcd, 0x49, 0xa6, 0xbf, 0x02, 0x9c, 0xd2, 0x44, 0xa7, 0xed, 0xe3, 0x78, 0xef, 0x46, 0x5e -.byte 0x6d, 0x71, 0xd1, 0x79, 0x70, 0x1c, 0x46, 0x5f, 0x51, 0xe9, 0xc9, 0x37, 0xdc, 0x5f, 0x7e, 0x69 -.byte 0x7b, 0x41, 0xdf, 0x34, 0x45, 0xe0, 0x3b, 0x84, 0xf4, 0xa1, 0x8a, 0x0a, 0x36, 0x9e, 0x37, 0xcc -.byte 0x62, 0x52, 0xe1, 0x89, 0x0d, 0x28, 0xf9, 0x7a, 0x23, 0xb1, 0x0d, 0x3d, 0x3d, 0x9a, 0xfd, 0x9d -.byte 0x81, 0xef, 0x2c, 0x90, 0xc0, 0x7b, 0x44, 0x4e, 0xbb, 0x49, 0xe0, 0x0e, 0x4a, 0x56, 0x92, 0xbc -.byte 0xcb, 0xb5, 0xdd, 0x79, 0x17, 0x89, 0x91, 0xde, 0x61, 0x89, 0x74, 0x92, 0xa8, 0xe3, 0x32, 0x85 -.byte 0xbe, 0x4e, 0x85, 0xa4, 0x4b, 0x59, 0xcb, 0x2b, 0xc5, 0x78, 0x8e, 0x71, 0x54, 0xd0, 0x02, 0x37 -.byte 0x99, 0x8c, 0xe5, 0x49, 0xea, 0xe0, 0x54, 0x72, 0xa4, 0x11, 0x06, 0x2f, 0x0b, 0x8c, 0xc1, 0x5b -.byte 0xbe, 0xb5, 0xa1, 0xb0, 0x53, 0x6e, 0x9c, 0xb8, 0x60, 0x91, 0x1f, 0x59, 0x6b, 0xf9, 0x2d, 0xf4 -.byte 0x94, 0x0a, 0x97, 0xb5, 0xec, 0xc5, 0x76, 0x03, 0x54, 0x1b, 0x65, 0x52, 0xba, 0x4c, 0x92, 0x56 -.byte 0x51, 0x35, 0xa0, 0x40, 0xd8, 0x29, 0xdb, 0xae, 0x52, 0x76, 0x3b, 0x2d, 0x30, 0x40, 0x9b, 0x8a -.byte 0xd0, 0x42, 0x56, 0xb4, 0xb7, 0x88, 0x01, 0xa4, 0x87, 0x3b, 0x53, 0x96, 0xcd, 0xa3, 0x16, 0x8f -.byte 0xf3, 0x66, 0xaa, 0x17, 0xb1, 0xc7, 0x60, 0xe0, 0xc1, 0x43, 0x05, 0x0c, 0xee, 0x9b, 0x5b, 0x60 -.byte 0x6f, 0x06, 0x5c, 0x87, 0x5b, 0x27, 0xf9, 0x40, 0x11, 0x9e, 0x9c, 0x33, 0xc1, 0xb7, 0xe5, 0x35 -.byte 0x57, 0x05, 0x7f, 0x27, 0xce, 0x17, 0x20, 0x8c, 0x1c, 0xfc, 0xf1, 0xfb, 0xda, 0x31, 0x29, 0x49 -.byte 0xed, 0xf5, 0x0b, 0x84, 0xa7, 0x4f, 0xc1, 0xf6, 0x4e, 0xc2, 0x28, 0x9c, 0xfa, 0xee, 0xe0, 0xaf -.byte 0x07, 0xfb, 0x33, 0x11, 0x7a, 0x21, 0x4f, 0x0b, 0x21, 0x10, 0xb6, 0x40, 0x3a, 0xab, 0x22, 0x3a -.byte 0x04, 0x9c, 0x8b, 0x9b, 0x84, 0x86, 0x72, 0x9a, 0xd2, 0xa7, 0xa5, 0xc4, 0xb4, 0x75, 0x91, 0xa9 -.byte 0x2b, 0x23, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x41, 0x01, 0x26, 0x30, 0x3f, 0x31, 0x24, 0x30 -.byte 0x22, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1b, 0x44, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x20 -.byte 0x53, 0x69, 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20 -.byte 0x43, 0x6f, 0x2e, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0e, 0x44, 0x53 -.byte 0x54, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x58, 0x33, 0x30, 0x82, 0x01, 0x22 -.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 -.byte 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xdf, 0xaf, 0xe9 -.byte 0x97, 0x50, 0x08, 0x83, 0x57, 0xb4, 0xcc, 0x62, 0x65, 0xf6, 0x90, 0x82, 0xec, 0xc7, 0xd3, 0x2c -.byte 0x6b, 0x30, 0xca, 0x5b, 0xec, 0xd9, 0xc3, 0x7d, 0xc7, 0x40, 0xc1, 0x18, 0x14, 0x8b, 0xe0, 0xe8 -.byte 0x33, 0x76, 0x49, 0x2a, 0xe3, 0x3f, 0x21, 0x49, 0x93, 0xac, 0x4e, 0x0e, 0xaf, 0x3e, 0x48, 0xcb -.byte 0x65, 0xee, 0xfc, 0xd3, 0x21, 0x0f, 0x65, 0xd2, 0x2a, 0xd9, 0x32, 0x8f, 0x8c, 0xe5, 0xf7, 0x77 -.byte 0xb0, 0x12, 0x7b, 0xb5, 0x95, 0xc0, 0x89, 0xa3, 0xa9, 0xba, 0xed, 0x73, 0x2e, 0x7a, 0x0c, 0x06 -.byte 0x32, 0x83, 0xa2, 0x7e, 0x8a, 0x14, 0x30, 0xcd, 0x11, 0xa0, 0xe1, 0x2a, 0x38, 0xb9, 0x79, 0x0a -.byte 0x31, 0xfd, 0x50, 0xbd, 0x80, 0x65, 0xdf, 0xb7, 0x51, 0x63, 0x83, 0xc8, 0xe2, 0x88, 0x61, 0xea -.byte 0x4b, 0x61, 0x81, 0xec, 0x52, 0x6b, 0xb9, 0xa2, 0xe2, 0x4b, 0x1a, 0x28, 0x9f, 0x48, 0xa3, 0x9e -.byte 0x0c, 0xda, 0x09, 0x8e, 0x3e, 0x17, 0x2e, 0x1e, 0xdd, 0x20, 0xdf, 0x5b, 0xc6, 0x2a, 0x8a, 0xab -.byte 0x2e, 0xbd, 0x70, 0xad, 0xc5, 0x0b, 0x1a, 0x25, 0x90, 0x74, 0x72, 0xc5, 0x7b, 0x6a, 0xab, 0x34 -.byte 0xd6, 0x30, 0x89, 0xff, 0xe5, 0x68, 0x13, 0x7b, 0x54, 0x0b, 0xc8, 0xd6, 0xae, 0xec, 0x5a, 0x9c -.byte 0x92, 0x1e, 0x3d, 0x64, 0xb3, 0x8c, 0xc6, 0xdf, 0xbf, 0xc9, 0x41, 0x70, 0xec, 0x16, 0x72, 0xd5 -.byte 0x26, 0xec, 0x38, 0x55, 0x39, 0x43, 0xd0, 0xfc, 0xfd, 0x18, 0x5c, 0x40, 0xf1, 0x97, 0xeb, 0xd5 -.byte 0x9a, 0x9b, 0x8d, 0x1d, 0xba, 0xda, 0x25, 0xb9, 0xc6, 0xd8, 0xdf, 0xc1, 0x15, 0x02, 0x3a, 0xab -.byte 0xda, 0x6e, 0xf1, 0x3e, 0x2e, 0xf5, 0x5c, 0x08, 0x9c, 0x3c, 0xd6, 0x83, 0x69, 0xe4, 0x10, 0x9b -.byte 0x19, 0x2a, 0xb6, 0x29, 0x57, 0xe3, 0xe5, 0x3d, 0x9b, 0x9f, 0xf0, 0x02, 0x5d, 0x02, 0x03, 0x01 -.byte 0x00, 0x01, 0x00, 0x43, 0x02, 0x26, 0x30, 0x41, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 -.byte 0x06, 0x13, 0x02, 0x52, 0x4f, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0b -.byte 0x43, 0x45, 0x52, 0x54, 0x53, 0x49, 0x47, 0x4e, 0x20, 0x53, 0x41, 0x31, 0x1c, 0x30, 0x1a, 0x06 -.byte 0x03, 0x55, 0x04, 0x0b, 0x13, 0x13, 0x63, 0x65, 0x72, 0x74, 0x53, 0x49, 0x47, 0x4e, 0x20, 0x52 -.byte 0x4f, 0x4f, 0x54, 0x20, 0x43, 0x41, 0x20, 0x47, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06 -.byte 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f -.byte 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc0, 0xc5, 0x75, 0x19, 0x91, 0x7d -.byte 0x44, 0x74, 0x74, 0x87, 0xfe, 0x0e, 0x3b, 0x96, 0xdc, 0xd8, 0x01, 0x16, 0xcc, 0xee, 0x63, 0x91 -.byte 0xe7, 0x0b, 0x6f, 0xce, 0x3b, 0x0a, 0x69, 0x1a, 0x7c, 0xc2, 0xe3, 0xaf, 0x82, 0x8e, 0x86, 0xd7 -.byte 0x5e, 0x8f, 0x57, 0xeb, 0xd3, 0x21, 0x59, 0xfd, 0x39, 0x37, 0x42, 0x30, 0xbe, 0x50, 0xea, 0xb6 -.byte 0x0f, 0xa9, 0x88, 0xd8, 0x2e, 0x2d, 0x69, 0x21, 0xe7, 0xd1, 0x37, 0x18, 0x4e, 0x7d, 0x91, 0xd5 -.byte 0x16, 0x5f, 0x6b, 0x5b, 0x00, 0xc2, 0x39, 0x43, 0x0d, 0x36, 0x85, 0x52, 0xb9, 0x53, 0x65, 0x0f -.byte 0x1d, 0x42, 0xe5, 0x8f, 0xcf, 0x05, 0xd3, 0xee, 0xdc, 0x0c, 0x1a, 0xd9, 0xb8, 0x8b, 0x78, 0x22 -.byte 0x67, 0xe4, 0x69, 0xb0, 0x68, 0xc5, 0x3c, 0xe4, 0x6c, 0x5a, 0x46, 0xe7, 0xcd, 0xc7, 0xfa, 0xef -.byte 0xc4, 0xec, 0x4b, 0xbd, 0x6a, 0xa4, 0xac, 0xfd, 0xcc, 0x28, 0x51, 0xef, 0x92, 0xb4, 0x29, 0xab -.byte 0xab, 0x35, 0x9a, 0x4c, 0xe4, 0xc4, 0x08, 0xc6, 0x26, 0xcc, 0xf8, 0x69, 0x9f, 0xe4, 0x9c, 0xf0 -.byte 0x29, 0xd3, 0x5c, 0xf9, 0xc6, 0x16, 0x25, 0x9e, 0x23, 0xc3, 0x20, 0xc1, 0x3d, 0x0f, 0x3f, 0x38 -.byte 0x40, 0xb0, 0xfe, 0x82, 0x44, 0x38, 0xaa, 0x5a, 0x1a, 0x8a, 0x6b, 0x63, 0x58, 0x38, 0xb4, 0x15 -.byte 0xd3, 0xb6, 0x11, 0x69, 0x7b, 0x1e, 0x54, 0xee, 0x8c, 0x1a, 0x22, 0xac, 0x72, 0x97, 0x3f, 0x23 -.byte 0x59, 0x9b, 0xc9, 0x22, 0x84, 0xc1, 0x07, 0x4f, 0xcc, 0x7f, 0xe2, 0x57, 0xca, 0x12, 0x70, 0xbb -.byte 0xa6, 0x65, 0xf3, 0x69, 0x75, 0x63, 0xbd, 0x95, 0xfb, 0x1b, 0x97, 0xcd, 0xe4, 0xa8, 0xaf, 0xf6 -.byte 0xd1, 0x4e, 0xa8, 0xd9, 0x8a, 0x71, 0x24, 0xcd, 0x36, 0x3d, 0xbc, 0x96, 0xc4, 0xf1, 0x6c, 0xa9 -.byte 0xae, 0xe5, 0xcf, 0x0d, 0x6e, 0x28, 0x0d, 0xb0, 0x0e, 0xb5, 0xca, 0x51, 0x7b, 0x78, 0x14, 0xc3 -.byte 0x20, 0x2f, 0x7f, 0xfb, 0x14, 0x55, 0xe1, 0x11, 0x99, 0xfd, 0xd5, 0x0a, 0xa1, 0x9e, 0x02, 0xe3 -.byte 0x62, 0x5f, 0xeb, 0x35, 0x4b, 0x2c, 0xb8, 0x72, 0xe8, 0x3e, 0x3d, 0x4f, 0xac, 0x2c, 0xbb, 0x2e -.byte 0x86, 0xe2, 0xa3, 0x76, 0x8f, 0xe5, 0x93, 0x2a, 0xcf, 0xa5, 0xab, 0xc8, 0x5c, 0x8d, 0x4b, 0x06 -.byte 0xff, 0x12, 0x46, 0xac, 0x78, 0xcb, 0x14, 0x07, 0x35, 0xe0, 0xa9, 0xdf, 0x8b, 0xe9, 0xaf, 0x15 -.byte 0x4f, 0x16, 0x89, 0x5b, 0xbd, 0xf6, 0x8d, 0xc6, 0x59, 0xae, 0x88, 0x85, 0x0e, 0xc1, 0x89, 0xeb -.byte 0x1f, 0x67, 0xc5, 0x45, 0x8e, 0xff, 0x6d, 0x37, 0x36, 0x2b, 0x78, 0x66, 0x83, 0x91, 0x51, 0x2b -.byte 0x3d, 0xff, 0x51, 0x77, 0x76, 0x62, 0xa1, 0xec, 0x67, 0x3e, 0x3e, 0x81, 0x83, 0xe0, 0x56, 0xa9 -.byte 0x50, 0x1f, 0x1f, 0x7a, 0x99, 0xab, 0x63, 0xbf, 0x84, 0x17, 0x77, 0xf1, 0x0d, 0x3b, 0xdf, 0xf7 -.byte 0x9c, 0x61, 0xb3, 0x35, 0x98, 0x8a, 0x3a, 0xb2, 0xec, 0x3c, 0x1a, 0x37, 0x3f, 0x7e, 0x8f, 0x92 -.byte 0xcf, 0xd9, 0x12, 0x14, 0x64, 0xda, 0x10, 0x02, 0x15, 0x41, 0xff, 0x4f, 0xc4, 0xeb, 0x1c, 0xa3 -.byte 0xc9, 0xfa, 0x99, 0xf7, 0x46, 0xe9, 0xe1, 0x18, 0xd9, 0xb1, 0xb8, 0x32, 0x2d, 0xcb, 0x14, 0x0c -.byte 0x50, 0xd8, 0x83, 0x65, 0x83, 0xee, 0xb9, 0x5c, 0xcf, 0xcb, 0x05, 0x5a, 0x4c, 0xfa, 0x19, 0x97 -.byte 0x6b, 0xd6, 0x5d, 0x13, 0xd3, 0xc2, 0x5c, 0x54, 0xbc, 0x32, 0x73, 0xa0, 0x78, 0xf5, 0xf1, 0x6d -.byte 0x1e, 0xcb, 0x9f, 0xa5, 0xa6, 0x9f, 0x22, 0xdc, 0xd1, 0x51, 0x9e, 0x82, 0x79, 0x64, 0x60, 0x29 -.byte 0x13, 0x3e, 0xa3, 0xfd, 0x4f, 0x72, 0x6a, 0xab, 0xe2, 0xd4, 0xe5, 0xb8, 0x24, 0x55, 0x2c, 0x44 -.byte 0x4b, 0x8a, 0x88, 0x44, 0x9c, 0xca, 0x84, 0xd3, 0x2a, 0x3b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00 -.byte 0x43, 0x02, 0x26, 0x30, 0x41, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x55, 0x53, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0b, 0x41, 0x66, 0x66 -.byte 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x0c, 0x13, 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x50 -.byte 0x72, 0x65, 0x6d, 0x69, 0x75, 0x6d, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 -.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82 -.byte 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc4, 0x12, 0xdf, 0xa9, 0x5f, 0xfe, 0x41, 0xdd, 0xdd -.byte 0xf5, 0x9f, 0x8a, 0xe3, 0xf6, 0xac, 0xe1, 0x3c, 0x78, 0x9a, 0xbc, 0xd8, 0xf0, 0x7f, 0x7a, 0xa0 -.byte 0x33, 0x2a, 0xdc, 0x8d, 0x20, 0x5b, 0xae, 0x2d, 0x6f, 0xe7, 0x93, 0xd9, 0x36, 0x70, 0x6a, 0x68 -.byte 0xcf, 0x8e, 0x51, 0xa3, 0x85, 0x5b, 0x67, 0x04, 0xa0, 0x10, 0x24, 0x6f, 0x5d, 0x28, 0x82, 0xc1 -.byte 0x97, 0x57, 0xd8, 0x48, 0x29, 0x13, 0xb6, 0xe1, 0xbe, 0x91, 0x4d, 0xdf, 0x85, 0x0c, 0x53, 0x18 -.byte 0x9a, 0x1e, 0x24, 0xa2, 0x4f, 0x8f, 0xf0, 0xa2, 0x85, 0x0b, 0xcb, 0xf4, 0x29, 0x7f, 0xd2, 0xa4 -.byte 0x58, 0xee, 0x26, 0x4d, 0xc9, 0xaa, 0xa8, 0x7b, 0x9a, 0xd9, 0xfa, 0x38, 0xde, 0x44, 0x57, 0x15 -.byte 0xe5, 0xf8, 0x8c, 0xc8, 0xd9, 0x48, 0xe2, 0x0d, 0x16, 0x27, 0x1d, 0x1e, 0xc8, 0x83, 0x85, 0x25 -.byte 0xb7, 0xba, 0xaa, 0x55, 0x41, 0xcc, 0x03, 0x22, 0x4b, 0x2d, 0x91, 0x8d, 0x8b, 0xe6, 0x89, 0xaf -.byte 0x66, 0xc7, 0xe9, 0xff, 0x2b, 0xe9, 0x3c, 0xac, 0xda, 0xd2, 0xb3, 0xc3, 0xe1, 0x68, 0x9c, 0x89 -.byte 0xf8, 0x7a, 0x00, 0x56, 0xde, 0xf4, 0x55, 0x95, 0x6c, 0xfb, 0xba, 0x64, 0xdd, 0x62, 0x8b, 0xdf -.byte 0x0b, 0x77, 0x32, 0xeb, 0x62, 0xcc, 0x26, 0x9a, 0x9b, 0xbb, 0xaa, 0x62, 0x83, 0x4c, 0xb4, 0x06 -.byte 0x7a, 0x30, 0xc8, 0x29, 0xbf, 0xed, 0x06, 0x4d, 0x97, 0xb9, 0x1c, 0xc4, 0x31, 0x2b, 0xd5, 0x5f -.byte 0xbc, 0x53, 0x12, 0x17, 0x9c, 0x99, 0x57, 0x29, 0x66, 0x77, 0x61, 0x21, 0x31, 0x07, 0x2e, 0x25 -.byte 0x49, 0x9d, 0x18, 0xf2, 0xee, 0xf3, 0x2b, 0x71, 0x8c, 0xb5, 0xba, 0x39, 0x07, 0x49, 0x77, 0xfc -.byte 0xef, 0x2e, 0x92, 0x90, 0x05, 0x8d, 0x2d, 0x2f, 0x77, 0x7b, 0xef, 0x43, 0xbf, 0x35, 0xbb, 0x9a -.byte 0xd8, 0xf9, 0x73, 0xa7, 0x2c, 0xf2, 0xd0, 0x57, 0xee, 0x28, 0x4e, 0x26, 0x5f, 0x8f, 0x90, 0x68 -.byte 0x09, 0x2f, 0xb8, 0xf8, 0xdc, 0x06, 0xe9, 0x2e, 0x9a, 0x3e, 0x51, 0xa7, 0xd1, 0x22, 0xc4, 0x0a -.byte 0xa7, 0x38, 0x48, 0x6c, 0xb3, 0xf9, 0xff, 0x7d, 0xab, 0x86, 0x57, 0xe3, 0xba, 0xd6, 0x85, 0x78 -.byte 0x77, 0xba, 0x43, 0xea, 0x48, 0x7f, 0xf6, 0xd8, 0xbe, 0x23, 0x6d, 0x1e, 0xbf, 0xd1, 0x36, 0x6c -.byte 0x58, 0x5c, 0xf1, 0xee, 0xa4, 0x19, 0x54, 0x1a, 0xf5, 0x03, 0xd2, 0x76, 0xe6, 0xe1, 0x8c, 0xbd -.byte 0x3c, 0xb3, 0xd3, 0x48, 0x4b, 0xe2, 0xc8, 0xf8, 0x7f, 0x92, 0xa8, 0x76, 0x46, 0x9c, 0x42, 0x65 -.byte 0x3e, 0xa4, 0x1e, 0xc1, 0x07, 0x03, 0x5a, 0x46, 0x2d, 0xb8, 0x97, 0xf3, 0xb7, 0xd5, 0xb2, 0x55 -.byte 0x21, 0xef, 0xba, 0xdc, 0x4c, 0x00, 0x97, 0xfb, 0x14, 0x95, 0x27, 0x33, 0xbf, 0xe8, 0x43, 0x47 -.byte 0x46, 0xd2, 0x08, 0x99, 0x16, 0x60, 0x3b, 0x9a, 0x7e, 0xd2, 0xe6, 0xed, 0x38, 0xea, 0xec, 0x01 -.byte 0x1e, 0x3c, 0x48, 0x56, 0x49, 0x09, 0xc7, 0x4c, 0x37, 0x00, 0x9e, 0x88, 0x0e, 0xc0, 0x73, 0xe1 -.byte 0x6f, 0x66, 0xe9, 0x72, 0x47, 0x30, 0x3e, 0x10, 0xe5, 0x0b, 0x03, 0xc9, 0x9a, 0x42, 0x00, 0x6c -.byte 0xc5, 0x94, 0x7e, 0x61, 0xc4, 0x8a, 0xdf, 0x7f, 0x82, 0x1a, 0x0b, 0x59, 0xc4, 0x59, 0x32, 0x77 -.byte 0xb3, 0xbc, 0x60, 0x69, 0x56, 0x39, 0xfd, 0xb4, 0x06, 0x7b, 0x2c, 0xd6, 0x64, 0x36, 0xd9, 0xbd -.byte 0x48, 0xed, 0x84, 0x1f, 0x7e, 0xa5, 0x22, 0x8f, 0x2a, 0xb8, 0x42, 0xf4, 0x82, 0xb7, 0xd4, 0x53 -.byte 0x90, 0x78, 0x4e, 0x2d, 0x1a, 0xfd, 0x81, 0x6f, 0x44, 0xd7, 0x3b, 0x01, 0x74, 0x96, 0x42, 0xe0 -.byte 0x00, 0xe2, 0x2e, 0x6b, 0xea, 0xc5, 0xee, 0x72, 0xac, 0xbb, 0xbf, 0xfe, 0xea, 0xaa, 0xa8, 0xf8 -.byte 0xdc, 0xf6, 0xb2, 0x79, 0x8a, 0xb6, 0x67, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x44, 0x02, 0x26 -.byte 0x30, 0x42, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x09, 0x41, 0x43, 0x43 -.byte 0x56, 0x52, 0x41, 0x49, 0x5a, 0x31, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c -.byte 0x07, 0x50, 0x4b, 0x49, 0x41, 0x43, 0x43, 0x56, 0x31, 0x0d, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x0c, 0x04, 0x41, 0x43, 0x43, 0x56, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 -.byte 0x13, 0x02, 0x45, 0x53, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 -.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a -.byte 0x02, 0x82, 0x02, 0x01, 0x00, 0x9b, 0xa9, 0xab, 0xbf, 0x61, 0x4a, 0x97, 0xaf, 0x2f, 0x97, 0x66 -.byte 0x9a, 0x74, 0x5f, 0xd0, 0xd9, 0x96, 0xfd, 0xcf, 0xe2, 0xe4, 0x66, 0xef, 0x1f, 0x1f, 0x47, 0x33 -.byte 0xc2, 0x44, 0xa3, 0xdf, 0x9a, 0xde, 0x1f, 0xb5, 0x54, 0xdd, 0x15, 0x7c, 0x69, 0x35, 0x11, 0x6f -.byte 0xbb, 0xc8, 0x0c, 0x8e, 0x6a, 0x18, 0x1e, 0xd8, 0x8f, 0xd9, 0x16, 0xbc, 0x10, 0x48, 0x36, 0x5c -.byte 0xf0, 0x63, 0xb3, 0x90, 0x5a, 0x5c, 0x24, 0x37, 0xd7, 0xa3, 0xd6, 0xcb, 0x09, 0x71, 0xb9, 0xf1 -.byte 0x01, 0x72, 0x84, 0xb0, 0x7d, 0xdb, 0x4d, 0x80, 0xcd, 0xfc, 0xd3, 0x6f, 0xc9, 0xf8, 0xda, 0xb6 -.byte 0x0e, 0x82, 0xd2, 0x45, 0x85, 0xa8, 0x1b, 0x68, 0xa8, 0x3d, 0xe8, 0xf4, 0x44, 0x6c, 0xbd, 0xa1 -.byte 0xc2, 0xcb, 0x03, 0xbe, 0x8c, 0x3e, 0x13, 0x00, 0x84, 0xdf, 0x4a, 0x48, 0xc0, 0xe3, 0x22, 0x0a -.byte 0xe8, 0xe9, 0x37, 0xa7, 0x18, 0x4c, 0xb1, 0x09, 0x0d, 0x23, 0x56, 0x7f, 0x04, 0x4d, 0xd9, 0x17 -.byte 0x84, 0x18, 0xa5, 0xc8, 0xda, 0x40, 0x94, 0x73, 0xeb, 0xce, 0x0e, 0x57, 0x3c, 0x03, 0x81, 0x3a -.byte 0x9d, 0x0a, 0xa1, 0x57, 0x43, 0x69, 0xac, 0x57, 0x6d, 0x79, 0x90, 0x78, 0xe5, 0xb5, 0xb4, 0x3b -.byte 0xd8, 0xbc, 0x4c, 0x8d, 0x28, 0xa1, 0xa7, 0xa3, 0xa7, 0xba, 0x02, 0x4e, 0x25, 0xd1, 0x2a, 0xae -.byte 0xed, 0xae, 0x03, 0x22, 0xb8, 0x6b, 0x20, 0x0f, 0x30, 0x28, 0x54, 0x95, 0x7f, 0xe0, 0xee, 0xce -.byte 0x0a, 0x66, 0x9d, 0xd1, 0x40, 0x2d, 0x6e, 0x22, 0xaf, 0x9d, 0x1a, 0xc1, 0x05, 0x19, 0xd2, 0x6f -.byte 0xc0, 0xf2, 0x9f, 0xf8, 0x7b, 0xb3, 0x02, 0x42, 0xfb, 0x50, 0xa9, 0x1d, 0x2d, 0x93, 0x0f, 0x23 -.byte 0xab, 0xc6, 0xc1, 0x0f, 0x92, 0xff, 0xd0, 0xa2, 0x15, 0xf5, 0x53, 0x09, 0x71, 0x1c, 0xff, 0x45 -.byte 0x13, 0x84, 0xe6, 0x26, 0x5e, 0xf8, 0xe0, 0x88, 0x1c, 0x0a, 0xfc, 0x16, 0xb6, 0xa8, 0x73, 0x06 -.byte 0xb8, 0xf0, 0x63, 0x84, 0x02, 0xa0, 0xc6, 0x5a, 0xec, 0xe7, 0x74, 0xdf, 0x70, 0xae, 0xa3, 0x83 -.byte 0x25, 0xea, 0xd6, 0xc7, 0x97, 0x87, 0x93, 0xa7, 0xc6, 0x8a, 0x8a, 0x33, 0x97, 0x60, 0x37, 0x10 -.byte 0x3e, 0x97, 0x3e, 0x6e, 0x29, 0x15, 0xd6, 0xa1, 0x0f, 0xd1, 0x88, 0x2c, 0x12, 0x9f, 0x6f, 0xaa -.byte 0xa4, 0xc6, 0x42, 0xeb, 0x41, 0xa2, 0xe3, 0x95, 0x43, 0xd3, 0x01, 0x85, 0x6d, 0x8e, 0xbb, 0x3b -.byte 0xf3, 0x23, 0x36, 0xc7, 0xfe, 0x3b, 0xe0, 0xa1, 0x25, 0x07, 0x48, 0xab, 0xc9, 0x89, 0x74, 0xff -.byte 0x08, 0x8f, 0x80, 0xbf, 0xc0, 0x96, 0x65, 0xf3, 0xee, 0xec, 0x4b, 0x68, 0xbd, 0x9d, 0x88, 0xc3 -.byte 0x31, 0xb3, 0x40, 0xf1, 0xe8, 0xcf, 0xf6, 0x38, 0xbb, 0x9c, 0xe4, 0xd1, 0x7f, 0xd4, 0xe5, 0x58 -.byte 0x9b, 0x7c, 0xfa, 0xd4, 0xf3, 0x0e, 0x9b, 0x75, 0x91, 0xe4, 0xba, 0x52, 0x2e, 0x19, 0x7e, 0xd1 -.byte 0xf5, 0xcd, 0x5a, 0x19, 0xfc, 0xba, 0x06, 0xf6, 0xfb, 0x52, 0xa8, 0x4b, 0x99, 0x04, 0xdd, 0xf8 -.byte 0xf9, 0xb4, 0x8b, 0x50, 0xa3, 0x4e, 0x62, 0x89, 0xf0, 0x87, 0x24, 0xfa, 0x83, 0x42, 0xc1, 0x87 -.byte 0xfa, 0xd5, 0x2d, 0x29, 0x2a, 0x5a, 0x71, 0x7a, 0x64, 0x6a, 0xd7, 0x27, 0x60, 0x63, 0x0d, 0xdb -.byte 0xce, 0x49, 0xf5, 0x8d, 0x1f, 0x90, 0x89, 0x32, 0x17, 0xf8, 0x73, 0x43, 0xb8, 0xd2, 0x5a, 0x93 -.byte 0x86, 0x61, 0xd6, 0xe1, 0x75, 0x0a, 0xea, 0x79, 0x66, 0x76, 0x88, 0x4f, 0x71, 0xeb, 0x04, 0x25 -.byte 0xd6, 0x0a, 0x5a, 0x7a, 0x93, 0xe5, 0xb9, 0x4b, 0x17, 0x40, 0x0f, 0xb1, 0xb6, 0xb9, 0xf5, 0xde -.byte 0x4f, 0xdc, 0xe0, 0xb3, 0xac, 0x3b, 0x11, 0x70, 0x60, 0x84, 0x4a, 0x43, 0x6e, 0x99, 0x20, 0xc0 -.byte 0x29, 0x71, 0x0a, 0xc0, 0x65, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x45, 0x02, 0x26, 0x30, 0x43 -.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x1c, 0x30 -.byte 0x1a, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x13, 0x69, 0x54, 0x72, 0x75, 0x73, 0x43, 0x68, 0x69 -.byte 0x6e, 0x61, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x16, 0x30, 0x14, 0x06 -.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x0d, 0x76, 0x54, 0x72, 0x75, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74 -.byte 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x01, 0x00, 0xc9, 0xd3, 0x7a, 0xca, 0x0f, 0x1e, 0xac, 0xa7, 0x86, 0xe8, 0x16, 0x65, 0x6a, 0xb1 +.byte 0xc2, 0x1b, 0x45, 0x32, 0x71, 0x95, 0xd9, 0xfe, 0x10, 0x5b, 0xcc, 0xaf, 0xe7, 0xa5, 0x79, 0x01 +.byte 0x8f, 0x89, 0xc3, 0xca, 0xf2, 0x55, 0x71, 0xf7, 0x77, 0xbe, 0x77, 0x94, 0xf3, 0x72, 0xa4, 0x2c +.byte 0x44, 0xd8, 0x9e, 0x92, 0x9b, 0x14, 0x3a, 0xa1, 0xe7, 0x24, 0x90, 0x0a, 0x0a, 0x56, 0x8e, 0xc5 +.byte 0xd8, 0x26, 0x94, 0xe1, 0xd9, 0x48, 0xe1, 0x2d, 0x3e, 0xda, 0x0a, 0x72, 0xdd, 0xa3, 0x99, 0x15 +.byte 0xda, 0x81, 0xa2, 0x87, 0xf4, 0x7b, 0x6e, 0x26, 0x77, 0x89, 0x58, 0xad, 0xd6, 0xeb, 0x0c, 0xb2 +.byte 0x41, 0x7a, 0x73, 0x6e, 0x6d, 0xdb, 0x7a, 0x78, 0x41, 0xe9, 0x08, 0x88, 0x12, 0x7e, 0x87, 0x2e +.byte 0x66, 0x11, 0x63, 0x6c, 0x54, 0xfb, 0x3c, 0x9d, 0x72, 0xc0, 0xbc, 0x2e, 0xff, 0xc2, 0xb7, 0xdd +.byte 0x0d, 0x76, 0xe3, 0x3a, 0xd7, 0xf7, 0xb4, 0x68, 0xbe, 0xa2, 0xf5, 0xe3, 0x81, 0x6e, 0xc1, 0x46 +.byte 0x6f, 0x5d, 0x8d, 0xe0, 0x4d, 0xc6, 0x54, 0x55, 0x89, 0x1a, 0x33, 0x31, 0x0a, 0xb1, 0x57, 0xb9 +.byte 0xa3, 0x8a, 0x98, 0xc3, 0xec, 0x3b, 0x34, 0xc5, 0x95, 0x41, 0x69, 0x7e, 0x75, 0xc2, 0x3c, 0x20 +.byte 0xc5, 0x61, 0xba, 0x51, 0x47, 0xa0, 0x20, 0x90, 0x93, 0xa1, 0x90, 0x4b, 0xf3, 0x4e, 0x7c, 0x85 +.byte 0x45, 0x54, 0x9a, 0xd1, 0x05, 0x26, 0x41, 0xb0, 0xb5, 0x4d, 0x1d, 0x33, 0xbe, 0xc4, 0x03, 0xc8 +.byte 0x25, 0x7c, 0xc1, 0x70, 0xdb, 0x3b, 0xf4, 0x09, 0x2d, 0x54, 0x27, 0x48, 0xac, 0x2f, 0xe1, 0xc4 +.byte 0xac, 0x3e, 0xc8, 0xcb, 0x92, 0x4c, 0x53, 0x39, 0x37, 0x23, 0xec, 0xd3, 0x01, 0xf9, 0xe0, 0x09 +.byte 0x44, 0x4d, 0x4d, 0x64, 0xc0, 0xe1, 0x0d, 0x5a, 0x87, 0x22, 0xbc, 0xad, 0x1b, 0xa3, 0xfe, 0x26 +.byte 0xb5, 0x15, 0xf3, 0xa7, 0xfc, 0x84, 0x19, 0xe9, 0xec, 0xa1, 0x88, 0xb4, 0x44, 0x69, 0x84, 0x83 +.byte 0xf3, 0x89, 0xd1, 0x74, 0x06, 0xa9, 0xcc, 0x0b, 0xd6, 0xc2, 0xde, 0x27, 0x85, 0x50, 0x26, 0xca +.byte 0x17, 0xb8, 0xc9, 0x7a, 0x87, 0x56, 0x2c, 0x1a, 0x01, 0x1e, 0x6c, 0xbe, 0x13, 0xad, 0x10, 0xac +.byte 0xb5, 0x24, 0xf5, 0x38, 0x91, 0xa1, 0xd6, 0x4b, 0xda, 0xf1, 0xbb, 0xd2, 0xde, 0x47, 0xb5, 0xf1 +.byte 0xbc, 0x81, 0xf6, 0x59, 0x6b, 0xcf, 0x19, 0x53, 0xe9, 0x8d, 0x15, 0xcb, 0x4a, 0xcb, 0xa9, 0x6f +.byte 0x44, 0xe5, 0x1b, 0x41, 0xcf, 0xe1, 0x86, 0xa7, 0xca, 0xd0, 0x6a, 0x9f, 0xbc, 0x4c, 0x8d, 0x06 +.byte 0x33, 0x5a, 0xa2, 0x85, 0xe5, 0x90, 0x35, 0xa0, 0x62, 0x5c, 0x16, 0x4e, 0xf0, 0xe3, 0xa2, 0xfa +.byte 0x03, 0x1a, 0xb4, 0x2c, 0x71, 0xb3, 0x58, 0x2c, 0xde, 0x7b, 0x0b, 0xdb, 0x1a, 0x0f, 0xeb, 0xde +.byte 0x21, 0x1f, 0x06, 0x77, 0x06, 0x03, 0xb0, 0xc9, 0xef, 0x99, 0xfc, 0xc0, 0xb9, 0x4f, 0x0b, 0x86 +.byte 0x28, 0xfe, 0xd2, 0xb9, 0xea, 0xe3, 0xda, 0xa5, 0xc3, 0x47, 0x69, 0x12, 0xe0, 0xdb, 0xf0, 0xf6 +.byte 0x19, 0x8b, 0xed, 0x7b, 0x70, 0xd7, 0x02, 0xd6, 0xed, 0x87, 0x18, 0x28, 0x2c, 0x04, 0x24, 0x4c +.byte 0x77, 0xe4, 0x48, 0x8a, 0x1a, 0xc6, 0x3b, 0x9a, 0xd4, 0x0f, 0xca, 0xfa, 0x75, 0xd2, 0x01, 0x40 +.byte 0x5a, 0x8d, 0x79, 0xbf, 0x8b, 0xcf, 0x4b, 0xcf, 0xaa, 0x16, 0xc1, 0x95, 0xe4, 0xad, 0x4c, 0x8a +.byte 0x3e, 0x17, 0x91, 0xd4, 0xb1, 0x62, 0xe5, 0x82, 0xe5, 0x80, 0x04, 0xa4, 0x03, 0x7e, 0x8d, 0xbf +.byte 0xda, 0x7f, 0xa2, 0x0f, 0x97, 0x4f, 0x0c, 0xd3, 0x0d, 0xfb, 0xd7, 0xd1, 0xe5, 0x72, 0x7e, 0x1c +.byte 0xc8, 0x77, 0xff, 0x5b, 0x9a, 0x0f, 0xb7, 0xae, 0x05, 0x46, 0xe5, 0xf1, 0xa8, 0x16, 0xec, 0x47 +.byte 0xa4, 0x17, 0x02, 0x03, 0x01, 0x00, 0x01, 0x3b, 0x00, 0x26, 0x01, 0x30, 0x39, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0f, 0x30, 0x0d, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x13, 0x06, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x31, 0x19, 0x30, 0x17, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f +.byte 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82 +.byte 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xb2, 0x78, 0x80, 0x71, 0xca, 0x78, 0xd5, 0xe3, 0x71 +.byte 0xaf, 0x47, 0x80, 0x50, 0x74, 0x7d, 0x6e, 0xd8, 0xd7, 0x88, 0x76, 0xf4, 0x99, 0x68, 0xf7, 0x58 +.byte 0x21, 0x60, 0xf9, 0x74, 0x84, 0x01, 0x2f, 0xac, 0x02, 0x2d, 0x86, 0xd3, 0xa0, 0x43, 0x7a, 0x4e +.byte 0xb2, 0xa4, 0xd0, 0x36, 0xba, 0x01, 0xbe, 0x8d, 0xdb, 0x48, 0xc8, 0x07, 0x17, 0x36, 0x4c, 0xf4 +.byte 0xee, 0x88, 0x23, 0xc7, 0x3e, 0xeb, 0x37, 0xf5, 0xb5, 0x19, 0xf8, 0x49, 0x68, 0xb0, 0xde, 0xd7 +.byte 0xb9, 0x76, 0x38, 0x1d, 0x61, 0x9e, 0xa4, 0xfe, 0x82, 0x36, 0xa5, 0xe5, 0x4a, 0x56, 0xe4, 0x45 +.byte 0xe1, 0xf9, 0xfd, 0xb4, 0x16, 0xfa, 0x74, 0xda, 0x9c, 0x9b, 0x35, 0x39, 0x2f, 0xfa, 0xb0, 0x20 +.byte 0x50, 0x06, 0x6c, 0x7a, 0xd0, 0x80, 0xb2, 0xa6, 0xf9, 0xaf, 0xec, 0x47, 0x19, 0x8f, 0x50, 0x38 +.byte 0x07, 0xdc, 0xa2, 0x87, 0x39, 0x58, 0xf8, 0xba, 0xd5, 0xa9, 0xf9, 0x48, 0x67, 0x30, 0x96, 0xee +.byte 0x94, 0x78, 0x5e, 0x6f, 0x89, 0xa3, 0x51, 0xc0, 0x30, 0x86, 0x66, 0xa1, 0x45, 0x66, 0xba, 0x54 +.byte 0xeb, 0xa3, 0xc3, 0x91, 0xf9, 0x48, 0xdc, 0xff, 0xd1, 0xe8, 0x30, 0x2d, 0x7d, 0x2d, 0x74, 0x70 +.byte 0x35, 0xd7, 0x88, 0x24, 0xf7, 0x9e, 0xc4, 0x59, 0x6e, 0xbb, 0x73, 0x87, 0x17, 0xf2, 0x32, 0x46 +.byte 0x28, 0xb8, 0x43, 0xfa, 0xb7, 0x1d, 0xaa, 0xca, 0xb4, 0xf2, 0x9f, 0x24, 0x0e, 0x2d, 0x4b, 0xf7 +.byte 0x71, 0x5c, 0x5e, 0x69, 0xff, 0xea, 0x95, 0x02, 0xcb, 0x38, 0x8a, 0xae, 0x50, 0x38, 0x6f, 0xdb +.byte 0xfb, 0x2d, 0x62, 0x1b, 0xc5, 0xc7, 0x1e, 0x54, 0xe1, 0x77, 0xe0, 0x67, 0xc8, 0x0f, 0x9c, 0x87 +.byte 0x23, 0xd6, 0x3f, 0x40, 0x20, 0x7f, 0x20, 0x80, 0xc4, 0x80, 0x4c, 0x3e, 0x3b, 0x24, 0x26, 0x8e +.byte 0x04, 0xae, 0x6c, 0x9a, 0xc8, 0xaa, 0x0d, 0x02, 0x03, 0x01, 0x00, 0x01, 0x3b, 0x00, 0x26, 0x02 +.byte 0x30, 0x39, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31 +.byte 0x0f, 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x06, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e +.byte 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x41, 0x6d, 0x61, 0x7a, 0x6f +.byte 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xad, 0x96, 0x9f, 0x2d +.byte 0x9c, 0x4a, 0x4c, 0x4a, 0x81, 0x79, 0x51, 0x99, 0xec, 0x8a, 0xcb, 0x6b, 0x60, 0x51, 0x13, 0xbc +.byte 0x4d, 0x6d, 0x06, 0xfc, 0xb0, 0x08, 0x8d, 0xdd, 0x19, 0x10, 0x6a, 0xc7, 0x26, 0x0c, 0x35, 0xd8 +.byte 0xc0, 0x6f, 0x20, 0x84, 0xe9, 0x94, 0xb1, 0x9b, 0x85, 0x03, 0xc3, 0x5b, 0xdb, 0x4a, 0xe8, 0xc8 +.byte 0xf8, 0x90, 0x76, 0xd9, 0x5b, 0x4f, 0xe3, 0x4c, 0xe8, 0x06, 0x36, 0x4d, 0xcc, 0x9a, 0xac, 0x3d +.byte 0x0c, 0x90, 0x2b, 0x92, 0xd4, 0x06, 0x19, 0x60, 0xac, 0x37, 0x44, 0x79, 0x85, 0x81, 0x82, 0xad +.byte 0x5a, 0x37, 0xe0, 0x0d, 0xcc, 0x9d, 0xa6, 0x4c, 0x52, 0x76, 0xea, 0x43, 0x9d, 0xb7, 0x04, 0xd1 +.byte 0x50, 0xf6, 0x55, 0xe0, 0xd5, 0xd2, 0xa6, 0x49, 0x85, 0xe9, 0x37, 0xe9, 0xca, 0x7e, 0xae, 0x5c +.byte 0x95, 0x4d, 0x48, 0x9a, 0x3f, 0xae, 0x20, 0x5a, 0x6d, 0x88, 0x95, 0xd9, 0x34, 0xb8, 0x52, 0x1a +.byte 0x43, 0x90, 0xb0, 0xbf, 0x6c, 0x05, 0xb9, 0xb6, 0x78, 0xb7, 0xea, 0xd0, 0xe4, 0x3a, 0x3c, 0x12 +.byte 0x53, 0x62, 0xff, 0x4a, 0xf2, 0x7b, 0xbe, 0x35, 0x05, 0xa9, 0x12, 0x34, 0xe3, 0xf3, 0x64, 0x74 +.byte 0x62, 0x2c, 0x3d, 0x00, 0x49, 0x5a, 0x28, 0xfe, 0x32, 0x44, 0xbb, 0x87, 0xdd, 0x65, 0x27, 0x02 +.byte 0x71, 0x3b, 0xda, 0x4a, 0xf7, 0x1f, 0xda, 0xcd, 0xf7, 0x21, 0x55, 0x90, 0x4f, 0x0f, 0xec, 0xae +.byte 0x82, 0xe1, 0x9f, 0x6b, 0xd9, 0x45, 0xd3, 0xbb, 0xf0, 0x5f, 0x87, 0xed, 0x3c, 0x2c, 0x39, 0x86 +.byte 0xda, 0x3f, 0xde, 0xec, 0x72, 0x55, 0xeb, 0x79, 0xa3, 0xad, 0xdb, 0xdd, 0x7c, 0xb0, 0xba, 0x1c +.byte 0xce, 0xfc, 0xde, 0x4f, 0x35, 0x76, 0xcf, 0x0f, 0xf8, 0x78, 0x1f, 0x6a, 0x36, 0x51, 0x46, 0x27 +.byte 0x61, 0x5b, 0xe9, 0x9e, 0xcf, 0xf0, 0xa2, 0x55, 0x7d, 0x7c, 0x25, 0x8a, 0x6f, 0x2f, 0xb4, 0xc5 +.byte 0xcf, 0x84, 0x2e, 0x2b, 0xfd, 0x0d, 0x51, 0x10, 0x6c, 0xfb, 0x5f, 0x1b, 0xbc, 0x1b, 0x7e, 0xc5 +.byte 0xae, 0x3b, 0x98, 0x01, 0x31, 0x92, 0xff, 0x0b, 0x57, 0xf4, 0x9a, 0xb2, 0xb9, 0x57, 0xe9, 0xab +.byte 0xef, 0x0d, 0x76, 0xd1, 0xf0, 0xee, 0xf4, 0xce, 0x86, 0xa7, 0xe0, 0x6e, 0xe9, 0xb4, 0x69, 0xa1 +.byte 0xdf, 0x69, 0xf6, 0x33, 0xc6, 0x69, 0x2e, 0x97, 0x13, 0x9e, 0xa5, 0x87, 0xb0, 0x57, 0x10, 0x81 +.byte 0x37, 0xc9, 0x53, 0xb3, 0xbb, 0x7f, 0xf6, 0x92, 0xd1, 0x9c, 0xd0, 0x18, 0xf4, 0x92, 0x6e, 0xda +.byte 0x83, 0x4f, 0xa6, 0x63, 0x99, 0x4c, 0xa5, 0xfb, 0x5e, 0xef, 0x21, 0x64, 0x7a, 0x20, 0x5f, 0x6c +.byte 0x64, 0x85, 0x15, 0xcb, 0x37, 0xe9, 0x62, 0x0c, 0x0b, 0x2a, 0x16, 0xdc, 0x01, 0x2e, 0x32, 0xda +.byte 0x3e, 0x4b, 0xf5, 0x9e, 0x3a, 0xf6, 0x17, 0x40, 0x94, 0xef, 0x9e, 0x91, 0x08, 0x86, 0xfa, 0xbe +.byte 0x63, 0xa8, 0x5a, 0x33, 0xec, 0xcb, 0x74, 0x43, 0x95, 0xf9, 0x6c, 0x69, 0x52, 0x36, 0xc7, 0x29 +.byte 0x6f, 0xfc, 0x55, 0x03, 0x5c, 0x1f, 0xfb, 0x9f, 0xbd, 0x47, 0xeb, 0xe7, 0x49, 0x47, 0x95, 0x0b +.byte 0x4e, 0x89, 0x22, 0x09, 0x49, 0xe0, 0xf5, 0x61, 0x1e, 0xf1, 0xbf, 0x2e, 0x8a, 0x72, 0x6e, 0x80 +.byte 0x59, 0xff, 0x57, 0x3a, 0xf9, 0x75, 0x32, 0xa3, 0x4e, 0x5f, 0xec, 0xed, 0x28, 0x62, 0xd9, 0x4d +.byte 0x73, 0xf2, 0xcc, 0x81, 0x17, 0x60, 0xed, 0xcd, 0xeb, 0xdc, 0xdb, 0xa7, 0xca, 0xc5, 0x7e, 0x02 +.byte 0xbd, 0xf2, 0x54, 0x08, 0x54, 0xfd, 0xb4, 0x2d, 0x09, 0x2c, 0x17, 0x54, 0x4a, 0x98, 0xd1, 0x54 +.byte 0xe1, 0x51, 0x67, 0x08, 0xd2, 0xed, 0x6e, 0x7e, 0x6f, 0x3f, 0xd2, 0x2d, 0x81, 0x59, 0x29, 0x66 +.byte 0xcb, 0x90, 0x39, 0x95, 0x11, 0x1e, 0x74, 0x27, 0xfe, 0xdd, 0xeb, 0xaf, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x3b, 0x00, 0x5b, 0x00, 0x30, 0x39, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x0f, 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x06, 0x41 +.byte 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10 +.byte 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x33 +.byte 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a +.byte 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0x29, 0x97, 0xa7, 0xc6, 0x41 +.byte 0x7f, 0xc0, 0x0d, 0x9b, 0xe8, 0x01, 0x1b, 0x56, 0xc6, 0xf2, 0x52, 0xa5, 0xba, 0x2d, 0xb2, 0x12 +.byte 0xe8, 0xd2, 0x2e, 0xd7, 0xfa, 0xc9, 0xc5, 0xd8, 0xaa, 0x6d, 0x1f, 0x73, 0x81, 0x3b, 0x3b, 0x98 +.byte 0x6b, 0x39, 0x7c, 0x33, 0xa5, 0xc5, 0x4e, 0x86, 0x8e, 0x80, 0x17, 0x68, 0x62, 0x45, 0x57, 0x7d +.byte 0x44, 0x58, 0x1d, 0xb3, 0x37, 0xe5, 0x67, 0x08, 0xeb, 0x66, 0xde, 0x3b, 0x00, 0x78, 0x00, 0x30 +.byte 0x39, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0f +.byte 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x06, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e, 0x31 +.byte 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x41, 0x6d, 0x61, 0x7a, 0x6f, 0x6e +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x34, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07 +.byte 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62 +.byte 0x00, 0x04, 0xd2, 0xab, 0x8a, 0x37, 0x4f, 0xa3, 0x53, 0x0d, 0xfe, 0xc1, 0x8a, 0x7b, 0x4b, 0xa8 +.byte 0x7b, 0x46, 0x4b, 0x63, 0xb0, 0x62, 0xf6, 0x2d, 0x1b, 0xdb, 0x08, 0x71, 0x21, 0xd2, 0x00, 0xe8 +.byte 0x63, 0xbd, 0x9a, 0x27, 0xfb, 0xf0, 0x39, 0x6e, 0x5d, 0xea, 0x3d, 0xa5, 0xc9, 0x81, 0xaa, 0xa3 +.byte 0x5b, 0x20, 0x98, 0x45, 0x5d, 0x16, 0xdb, 0xfd, 0xe8, 0x10, 0x6d, 0xe3, 0x9c, 0xe0, 0xe3, 0xbd +.byte 0x5f, 0x84, 0x62, 0xf3, 0x70, 0x64, 0x33, 0xa0, 0xcb, 0x24, 0x2f, 0x70, 0xba, 0x88, 0xa1, 0x2a +.byte 0xa0, 0x75, 0xf8, 0x81, 0xae, 0x62, 0x06, 0xc4, 0x81, 0xdb, 0x39, 0x6e, 0x29, 0xb0, 0x1e, 0xfa +.byte 0x2e, 0x5c, 0x3d, 0x00, 0x26, 0x02, 0x30, 0x3b, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x08 +.byte 0x46, 0x4e, 0x4d, 0x54, 0x2d, 0x52, 0x43, 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04 +.byte 0x0b, 0x0c, 0x10, 0x41, 0x43, 0x20, 0x52, 0x41, 0x49, 0x5a, 0x20, 0x46, 0x4e, 0x4d, 0x54, 0x2d +.byte 0x52, 0x43, 0x4d, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 .byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02 -.byte 0x82, 0x02, 0x01, 0x00, 0xbd, 0x55, 0x7c, 0x61, 0xd3, 0xb8, 0x1d, 0x04, 0x62, 0x05, 0xa0, 0xae -.byte 0x6c, 0xb7, 0x70, 0xb4, 0x41, 0xea, 0x4b, 0x03, 0x5e, 0x10, 0x3f, 0x90, 0x5a, 0x1c, 0x8b, 0x3b -.byte 0xb0, 0x66, 0x8b, 0x6c, 0x48, 0xa6, 0x1c, 0x22, 0xba, 0xd5, 0x40, 0x92, 0xee, 0x33, 0xb2, 0x23 -.byte 0x59, 0xc9, 0x8e, 0xbc, 0x58, 0xda, 0x8b, 0x9e, 0xd0, 0x19, 0xf2, 0x2f, 0x59, 0xc6, 0x8c, 0x63 -.byte 0x5a, 0xba, 0x9f, 0xa3, 0x0b, 0xb0, 0xb3, 0x9a, 0x5c, 0xba, 0x11, 0xb8, 0x12, 0xe9, 0x0c, 0xbb -.byte 0xcf, 0x6e, 0x6c, 0x80, 0x87, 0x29, 0x14, 0x03, 0x2c, 0x8d, 0x24, 0x9a, 0xc8, 0x64, 0x83, 0xb5 -.byte 0x6a, 0xac, 0x13, 0x2c, 0x33, 0xf1, 0x9f, 0xdc, 0x2c, 0x61, 0x3c, 0x1a, 0x3f, 0x70, 0x55, 0x9b -.byte 0xad, 0x00, 0x52, 0x7f, 0xcf, 0x04, 0xb9, 0xfe, 0x36, 0xfa, 0x9c, 0xc0, 0x16, 0xae, 0x62, 0xfe -.byte 0x96, 0x4c, 0x43, 0x7e, 0x55, 0x14, 0xbe, 0x1a, 0xb3, 0xd2, 0x6d, 0xc2, 0xaf, 0x76, 0x66, 0x95 -.byte 0x6b, 0x2a, 0xb0, 0x94, 0x77, 0x85, 0x5e, 0x04, 0x0f, 0x62, 0x1d, 0x63, 0x75, 0xf7, 0x6b, 0xe7 -.byte 0xcb, 0x5b, 0x9a, 0x70, 0xec, 0x3e, 0x67, 0x05, 0xf0, 0xfe, 0x07, 0x08, 0x80, 0xcf, 0x28, 0xdb -.byte 0x05, 0xc6, 0x14, 0x27, 0x2f, 0x86, 0x7d, 0xf0, 0x27, 0xde, 0xff, 0xe6, 0x7e, 0x33, 0x48, 0xe7 -.byte 0x0b, 0x1e, 0x58, 0xd1, 0x27, 0x2b, 0x53, 0x0e, 0x57, 0x4a, 0x65, 0xd7, 0xfb, 0xa2, 0x80, 0x60 -.byte 0xfc, 0x4c, 0xbc, 0x35, 0x53, 0x01, 0x6a, 0x97, 0x72, 0x82, 0xaf, 0xf1, 0x1d, 0x70, 0xe8, 0x9c -.byte 0xf5, 0xef, 0x5e, 0xc2, 0x6c, 0xc7, 0x47, 0x7e, 0x5a, 0x94, 0x85, 0x26, 0x4d, 0x3b, 0xba, 0xeb -.byte 0x4c, 0xe8, 0xb0, 0x09, 0xc2, 0x65, 0xc2, 0x9d, 0x9d, 0x09, 0x9b, 0x4e, 0xb5, 0x97, 0x05, 0xac -.byte 0xf5, 0x06, 0xa0, 0xf7, 0x36, 0x05, 0x7e, 0xf4, 0x90, 0xb2, 0x6b, 0xc4, 0xb4, 0xf9, 0x64, 0xea -.byte 0xe9, 0x1a, 0x0a, 0xc8, 0x0d, 0xa8, 0xed, 0x27, 0xc9, 0xd4, 0xe7, 0xb3, 0xb9, 0xab, 0x82, 0x22 -.byte 0x90, 0x27, 0x3d, 0x2a, 0xe8, 0x7c, 0x90, 0xef, 0xbc, 0x4f, 0xfd, 0xe2, 0x0a, 0x24, 0xa7, 0xde -.byte 0x65, 0x24, 0xa4, 0x5d, 0xea, 0xc0, 0x76, 0x30, 0xd3, 0x77, 0x50, 0xf8, 0x0d, 0x04, 0x9b, 0x94 -.byte 0x36, 0x01, 0x73, 0xca, 0x06, 0x58, 0xa6, 0xd3, 0x3b, 0xdc, 0xfa, 0x04, 0x46, 0x13, 0x55, 0x8a -.byte 0xc9, 0x44, 0x47, 0xb8, 0x51, 0x39, 0x1a, 0x2e, 0xe8, 0x34, 0xe2, 0x79, 0xcb, 0x59, 0x4a, 0x0a -.byte 0x7f, 0xbc, 0xa6, 0xef, 0x1f, 0x03, 0x67, 0x6a, 0x59, 0x2b, 0x25, 0x62, 0x93, 0xd9, 0x53, 0x19 -.byte 0x66, 0x3c, 0x27, 0x62, 0x29, 0x86, 0x4d, 0xa4, 0x6b, 0xee, 0xff, 0xd4, 0x4e, 0xba, 0xd5, 0xb4 -.byte 0xe2, 0x8e, 0x48, 0x5a, 0x00, 0x19, 0x09, 0xf1, 0x05, 0xd9, 0xce, 0x91, 0xb1, 0xf7, 0xeb, 0xe9 -.byte 0x39, 0x4f, 0xf6, 0x6f, 0x04, 0x43, 0x9a, 0x55, 0xf5, 0x3e, 0x05, 0x14, 0xbd, 0xbf, 0xb3, 0x59 -.byte 0xb4, 0xd8, 0x8e, 0x33, 0x84, 0xa3, 0x90, 0x52, 0xaa, 0xb3, 0x02, 0x95, 0x60, 0xf9, 0x0c, 0x4c -.byte 0x68, 0xf9, 0xee, 0xd5, 0x17, 0x0d, 0xf8, 0x71, 0x57, 0xb5, 0x25, 0xe4, 0x29, 0xee, 0x65, 0x5d -.byte 0xaf, 0xd1, 0xee, 0x3c, 0x17, 0x0b, 0x5a, 0x43, 0xc5, 0xa5, 0x86, 0xea, 0x24, 0x9e, 0xe2, 0x05 -.byte 0x07, 0xdc, 0x34, 0x42, 0x12, 0x91, 0xd6, 0x39, 0x74, 0xae, 0x4c, 0x41, 0x82, 0xdb, 0xf2, 0xa6 -.byte 0x48, 0xd1, 0xb3, 0x9b, 0xf3, 0x33, 0xaa, 0xf3, 0xa6, 0xc0, 0xc5, 0x4e, 0xf5, 0xf4, 0x9d, 0x76 -.byte 0x63, 0xe6, 0x02, 0xc6, 0x22, 0x4b, 0xc1, 0x95, 0x3f, 0x50, 0x64, 0x2c, 0x54, 0xe5, 0xb6, 0xf0 -.byte 0x3c, 0x29, 0xcf, 0x57, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x46, 0x02, 0x26, 0x30, 0x44, 0x31 -.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x46, 0x49, 0x31, 0x1a, 0x30, 0x18 -.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x11, 0x54, 0x65, 0x6c, 0x69, 0x61, 0x20, 0x46, 0x69, 0x6e -.byte 0x6c, 0x61, 0x6e, 0x64, 0x20, 0x4f, 0x79, 0x6a, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x0c, 0x10, 0x54, 0x65, 0x6c, 0x69, 0x61, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41 -.byte 0x20, 0x76, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 -.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02 -.byte 0x82, 0x02, 0x01, 0x00, 0xb2, 0xd0, 0x3f, 0x07, 0xbc, 0xe2, 0x7b, 0xd0, 0x6b, 0x99, 0xf8, 0xe2 -.byte 0x77, 0x69, 0xe7, 0xce, 0x9d, 0xa4, 0x03, 0xbc, 0x82, 0x6d, 0xa1, 0xfe, 0x81, 0x65, 0x1f, 0x4c -.byte 0x27, 0xac, 0x8e, 0x00, 0xba, 0x16, 0x7b, 0xeb, 0x30, 0x6a, 0x00, 0xc0, 0xb3, 0x74, 0x68, 0x7e -.byte 0xb2, 0xaf, 0xc7, 0xd5, 0x62, 0xb3, 0x7a, 0x3f, 0x50, 0xca, 0x8c, 0x36, 0x44, 0x24, 0x63, 0xd2 -.byte 0x36, 0xe9, 0x0c, 0x85, 0xf6, 0x43, 0x76, 0xd5, 0x4c, 0xa1, 0x60, 0x72, 0x67, 0xe2, 0x28, 0x33 -.byte 0xa5, 0xcb, 0x31, 0xb8, 0x3a, 0x22, 0x23, 0x34, 0xb8, 0x7d, 0xbd, 0x56, 0x22, 0x40, 0x9d, 0xea -.byte 0xf4, 0x7b, 0x03, 0xad, 0x68, 0xfc, 0xb2, 0x81, 0x4f, 0x98, 0xd0, 0x74, 0xea, 0x8d, 0xe5, 0x7d -.byte 0xcd, 0x63, 0xc3, 0xa3, 0xf6, 0xde, 0x92, 0xc2, 0x58, 0x19, 0xe0, 0x96, 0xbb, 0xc5, 0xc4, 0xa9 -.byte 0x3d, 0xa5, 0x74, 0x96, 0xfe, 0xaf, 0xf9, 0x89, 0xaa, 0xbd, 0x95, 0x17, 0x54, 0xd8, 0x78, 0x44 -.byte 0xf1, 0x0c, 0x77, 0x15, 0x92, 0xe0, 0x98, 0x42, 0xa7, 0xa4, 0xd6, 0xaa, 0x20, 0x92, 0xcd, 0xc1 -.byte 0xa0, 0xb3, 0x96, 0xb2, 0x3a, 0x84, 0x42, 0x8d, 0x7d, 0xd5, 0x95, 0xe4, 0xd6, 0xdb, 0xe9, 0x62 -.byte 0xc4, 0x58, 0xb3, 0x79, 0xc5, 0x8c, 0xd3, 0x35, 0x33, 0x83, 0x9f, 0x75, 0xa1, 0x52, 0x27, 0x61 -.byte 0x38, 0xf1, 0x59, 0x3d, 0x8e, 0x50, 0xe0, 0xbd, 0x79, 0x3c, 0xe7, 0x6c, 0x96, 0xfe, 0x5e, 0xd9 -.byte 0x02, 0x65, 0xb4, 0x8e, 0x5c, 0xd0, 0x11, 0x34, 0xdf, 0x5d, 0xbf, 0x52, 0xa7, 0x81, 0x00, 0xc3 -.byte 0x7f, 0x99, 0x45, 0x99, 0x15, 0xd5, 0x17, 0xc8, 0x0a, 0x53, 0xec, 0x63, 0xf3, 0x99, 0x7d, 0xcc -.byte 0x69, 0x12, 0x86, 0xc2, 0x17, 0xf0, 0x01, 0x9e, 0xbf, 0x84, 0xbc, 0xd1, 0x52, 0xcb, 0x1b, 0x92 -.byte 0x66, 0xce, 0xa4, 0x53, 0xe5, 0xa1, 0xbf, 0xc4, 0xdb, 0x09, 0xd6, 0xe6, 0x89, 0x56, 0x2b, 0xc8 -.byte 0xe3, 0x7c, 0xde, 0xe3, 0xff, 0x89, 0xe5, 0x35, 0x6e, 0x28, 0xe8, 0x6c, 0x0b, 0x23, 0x51, 0xa9 -.byte 0x25, 0x05, 0xeb, 0x48, 0xf8, 0xdd, 0xb1, 0xca, 0xfa, 0x6c, 0x08, 0x51, 0xef, 0xb7, 0x18, 0x6c -.byte 0x44, 0xca, 0x26, 0xe1, 0x73, 0xc6, 0x89, 0x06, 0x81, 0xe5, 0x8a, 0xac, 0xb0, 0xe2, 0x29, 0xc6 -.byte 0xb9, 0x24, 0xb3, 0x6b, 0x44, 0x11, 0xf4, 0xa5, 0x43, 0xc2, 0x4c, 0x43, 0xe5, 0x70, 0x36, 0x8c -.byte 0xb6, 0x33, 0x57, 0x7a, 0x95, 0x2e, 0x82, 0xa0, 0xf4, 0x5c, 0x10, 0xb3, 0x61, 0x83, 0xf6, 0x02 -.byte 0x05, 0x86, 0x2e, 0x7c, 0x2d, 0x6c, 0xdc, 0x03, 0x46, 0x6e, 0x35, 0x93, 0xd5, 0x7a, 0x95, 0x2f -.byte 0xde, 0x20, 0xd8, 0x5b, 0x7e, 0x94, 0x90, 0x04, 0x6a, 0xba, 0x59, 0x3d, 0x04, 0x05, 0x75, 0x9d -.byte 0x37, 0xa2, 0x0e, 0x2e, 0x3d, 0xeb, 0xc1, 0xa4, 0x52, 0x83, 0xfe, 0xd0, 0x6b, 0xd4, 0x66, 0x8e -.byte 0xdc, 0xc6, 0xe9, 0x12, 0x4e, 0x1d, 0x2a, 0x57, 0xaa, 0x10, 0xbc, 0x7c, 0x5e, 0x82, 0x7d, 0xa6 -.byte 0xa6, 0xc9, 0xf2, 0x2d, 0xb9, 0xf5, 0x17, 0x27, 0xad, 0xd1, 0x0e, 0x89, 0x54, 0x2b, 0x95, 0xfa -.byte 0xc0, 0xad, 0x1d, 0x98, 0x14, 0x78, 0x33, 0x42, 0x86, 0x0a, 0xa9, 0x73, 0xb5, 0xfb, 0x74, 0x0d -.byte 0xb7, 0x1b, 0x30, 0x19, 0xc4, 0x5a, 0x0e, 0x1c, 0x27, 0xb7, 0xda, 0x18, 0xd0, 0xff, 0x8a, 0xc8 -.byte 0x05, 0xba, 0xf1, 0xaa, 0x1c, 0xa2, 0x37, 0xb7, 0xe6, 0x48, 0xa4, 0x46, 0x2c, 0x94, 0xea, 0xa8 -.byte 0x76, 0x62, 0x47, 0x8b, 0x10, 0x53, 0x07, 0x48, 0x57, 0x6c, 0xe2, 0x92, 0x4d, 0xb6, 0xae, 0x05 -.byte 0xcb, 0xdc, 0xc1, 0x4a, 0x5e, 0x8f, 0xac, 0x3d, 0x19, 0x4e, 0xc2, 0xed, 0x60, 0x75, 0x2b, 0xdb -.byte 0xc1, 0xca, 0x42, 0xd5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x46, 0x01, 0x26, 0x30, 0x44, 0x31 -.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x14, 0x30, 0x12 -.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0b, 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75 -.byte 0x73, 0x74, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x16, 0x41, 0x66, 0x66 -.byte 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x72, 0x63 -.byte 0x69, 0x61, 0x6c, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 -.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02 -.byte 0x82, 0x01, 0x01, 0x00, 0xf6, 0x1b, 0x4f, 0x67, 0x07, 0x2b, 0xa1, 0x15, 0xf5, 0x06, 0x22, 0xcb -.byte 0x1f, 0x01, 0xb2, 0xe3, 0x73, 0x45, 0x06, 0x44, 0x49, 0x2c, 0xbb, 0x49, 0x25, 0x14, 0xd6, 0xce -.byte 0xc3, 0xb7, 0xab, 0x2c, 0x4f, 0xc6, 0x41, 0x32, 0x94, 0x57, 0xfa, 0x12, 0xa7, 0x5b, 0x0e, 0xe2 -.byte 0x8f, 0x1f, 0x1e, 0x86, 0x19, 0xa7, 0xaa, 0xb5, 0x2d, 0xb9, 0x5f, 0x0d, 0x8a, 0xc2, 0xaf, 0x85 -.byte 0x35, 0x79, 0x32, 0x2d, 0xbb, 0x1c, 0x62, 0x37, 0xf2, 0xb1, 0x5b, 0x4a, 0x3d, 0xca, 0xcd, 0x71 -.byte 0x5f, 0xe9, 0x42, 0xbe, 0x94, 0xe8, 0xc8, 0xde, 0xf9, 0x22, 0x48, 0x64, 0xc6, 0xe5, 0xab, 0xc6 -.byte 0x2b, 0x6d, 0xad, 0x05, 0xf0, 0xfa, 0xd5, 0x0b, 0xcf, 0x9a, 0xe5, 0xf0, 0x50, 0xa4, 0x8b, 0x3b -.byte 0x47, 0xa5, 0x23, 0x5b, 0x7a, 0x7a, 0xf8, 0x33, 0x3f, 0xb8, 0xef, 0x99, 0x97, 0xe3, 0x20, 0xc1 -.byte 0xd6, 0x28, 0x89, 0xcf, 0x94, 0xfb, 0xb9, 0x45, 0xed, 0xe3, 0x40, 0x17, 0x11, 0xd4, 0x74, 0xf0 -.byte 0x0b, 0x31, 0xe2, 0x2b, 0x26, 0x6a, 0x9b, 0x4c, 0x57, 0xae, 0xac, 0x20, 0x3e, 0xba, 0x45, 0x7a -.byte 0x05, 0xf3, 0xbd, 0x9b, 0x69, 0x15, 0xae, 0x7d, 0x4e, 0x20, 0x63, 0xc4, 0x35, 0x76, 0x3a, 0x07 -.byte 0x02, 0xc9, 0x37, 0xfd, 0xc7, 0x47, 0xee, 0xe8, 0xf1, 0x76, 0x1d, 0x73, 0x15, 0xf2, 0x97, 0xa4 -.byte 0xb5, 0xc8, 0x7a, 0x79, 0xd9, 0x42, 0xaa, 0x2b, 0x7f, 0x5c, 0xfe, 0xce, 0x26, 0x4f, 0xa3, 0x66 -.byte 0x81, 0x35, 0xaf, 0x44, 0xba, 0x54, 0x1e, 0x1c, 0x30, 0x32, 0x65, 0x9d, 0xe6, 0x3c, 0x93, 0x5e -.byte 0x50, 0x4e, 0x7a, 0xe3, 0x3a, 0xd4, 0x6e, 0xcc, 0x1a, 0xfb, 0xf9, 0xd2, 0x37, 0xae, 0x24, 0x2a -.byte 0xab, 0x57, 0x03, 0x22, 0x28, 0x0d, 0x49, 0x75, 0x7f, 0xb7, 0x28, 0xda, 0x75, 0xbf, 0x8e, 0xe3 -.byte 0xdc, 0x0e, 0x79, 0x31, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x46, 0x01, 0x26, 0x30, 0x44, 0x31 -.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x14, 0x30, 0x12 -.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0b, 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75 -.byte 0x73, 0x74, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x16, 0x41, 0x66, 0x66 -.byte 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b -.byte 0x69, 0x6e, 0x67, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 -.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02 -.byte 0x82, 0x01, 0x01, 0x00, 0xb4, 0x84, 0xcc, 0x33, 0x17, 0x2e, 0x6b, 0x94, 0x6c, 0x6b, 0x61, 0x52 -.byte 0xa0, 0xeb, 0xa3, 0xcf, 0x79, 0x94, 0x4c, 0xe5, 0x94, 0x80, 0x99, 0xcb, 0x55, 0x64, 0x44, 0x65 -.byte 0x8f, 0x67, 0x64, 0xe2, 0x06, 0xe3, 0x5c, 0x37, 0x49, 0xf6, 0x2f, 0x9b, 0x84, 0x84, 0x1e, 0x2d -.byte 0xf2, 0x60, 0x9d, 0x30, 0x4e, 0xcc, 0x84, 0x85, 0xe2, 0x2c, 0xcf, 0x1e, 0x9e, 0xfe, 0x36, 0xab -.byte 0x33, 0x77, 0x35, 0x44, 0xd8, 0x35, 0x96, 0x1a, 0x3d, 0x36, 0xe8, 0x7a, 0x0e, 0xd8, 0xd5, 0x47 -.byte 0xa1, 0x6a, 0x69, 0x8b, 0xd9, 0xfc, 0xbb, 0x3a, 0xae, 0x79, 0x5a, 0xd5, 0xf4, 0xd6, 0x71, 0xbb -.byte 0x9a, 0x90, 0x23, 0x6b, 0x9a, 0xb7, 0x88, 0x74, 0x87, 0x0c, 0x1e, 0x5f, 0xb9, 0x9e, 0x2d, 0xfa -.byte 0xab, 0x53, 0x2b, 0xdc, 0xbb, 0x76, 0x3e, 0x93, 0x4c, 0x08, 0x08, 0x8c, 0x1e, 0xa2, 0x23, 0x1c -.byte 0xd4, 0x6a, 0xad, 0x22, 0xba, 0x99, 0x01, 0x2e, 0x6d, 0x65, 0xcb, 0xbe, 0x24, 0x66, 0x55, 0x24 -.byte 0x4b, 0x40, 0x44, 0xb1, 0x1b, 0xd7, 0xe1, 0xc2, 0x85, 0xc0, 0xde, 0x10, 0x3f, 0x3d, 0xed, 0xb8 -.byte 0xfc, 0xf1, 0xf1, 0x23, 0x53, 0xdc, 0xbf, 0x65, 0x97, 0x6f, 0xd9, 0xf9, 0x40, 0x71, 0x8d, 0x7d -.byte 0xbd, 0x95, 0xd4, 0xce, 0xbe, 0xa0, 0x5e, 0x27, 0x23, 0xde, 0xfd, 0xa6, 0xd0, 0x26, 0x0e, 0x00 -.byte 0x29, 0xeb, 0x3c, 0x46, 0xf0, 0x3d, 0x60, 0xbf, 0x3f, 0x50, 0xd2, 0xdc, 0x26, 0x41, 0x51, 0x9e -.byte 0x14, 0x37, 0x42, 0x04, 0xa3, 0x70, 0x57, 0xa8, 0x1b, 0x87, 0xed, 0x2d, 0xfa, 0x7b, 0xee, 0x8c -.byte 0x0a, 0xe3, 0xa9, 0x66, 0x89, 0x19, 0xcb, 0x41, 0xf9, 0xdd, 0x44, 0x36, 0x61, 0xcf, 0xe2, 0x77 -.byte 0x46, 0xc8, 0x7d, 0xf6, 0xf4, 0x92, 0x81, 0x36, 0xfd, 0xdb, 0x34, 0xf1, 0x72, 0x7e, 0xf3, 0x0c -.byte 0x16, 0xbd, 0xb4, 0x15, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x47, 0x02, 0x26, 0x30, 0x45, 0x31 -.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19, 0x30, 0x17 -.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20 -.byte 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03 -.byte 0x13, 0x12, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20 -.byte 0x43, 0x41, 0x20, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 -.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a -.byte 0x02, 0x82, 0x02, 0x01, 0x00, 0x9a, 0x18, 0xca, 0x4b, 0x94, 0x0d, 0x00, 0x2d, 0xaf, 0x03, 0x29 -.byte 0x8a, 0xf0, 0x0f, 0x81, 0xc8, 0xae, 0x4c, 0x19, 0x85, 0x1d, 0x08, 0x9f, 0xab, 0x29, 0x44, 0x85 -.byte 0xf3, 0x2f, 0x81, 0xad, 0x32, 0x1e, 0x90, 0x46, 0xbf, 0xa3, 0x86, 0x26, 0x1a, 0x1e, 0xfe, 0x7e -.byte 0x1c, 0x18, 0x3a, 0x5c, 0x9c, 0x60, 0x17, 0x2a, 0x3a, 0x74, 0x83, 0x33, 0x30, 0x7d, 0x61, 0x54 -.byte 0x11, 0xcb, 0xed, 0xab, 0xe0, 0xe6, 0xd2, 0xa2, 0x7e, 0xf5, 0x6b, 0x6f, 0x18, 0xb7, 0x0a, 0x0b -.byte 0x2d, 0xfd, 0xe9, 0x3e, 0xef, 0x0a, 0xc6, 0xb3, 0x10, 0xe9, 0xdc, 0xc2, 0x46, 0x17, 0xf8, 0x5d -.byte 0xfd, 0xa4, 0xda, 0xff, 0x9e, 0x49, 0x5a, 0x9c, 0xe6, 0x33, 0xe6, 0x24, 0x96, 0xf7, 0x3f, 0xba -.byte 0x5b, 0x2b, 0x1c, 0x7a, 0x35, 0xc2, 0xd6, 0x67, 0xfe, 0xab, 0x66, 0x50, 0x8b, 0x6d, 0x28, 0x60 -.byte 0x2b, 0xef, 0xd7, 0x60, 0xc3, 0xc7, 0x93, 0xbc, 0x8d, 0x36, 0x91, 0xf3, 0x7f, 0xf8, 0xdb, 0x11 -.byte 0x13, 0xc4, 0x9c, 0x77, 0x76, 0xc1, 0xae, 0xb7, 0x02, 0x6a, 0x81, 0x7a, 0xa9, 0x45, 0x83, 0xe2 -.byte 0x05, 0xe6, 0xb9, 0x56, 0xc1, 0x94, 0x37, 0x8f, 0x48, 0x71, 0x63, 0x22, 0xec, 0x17, 0x65, 0x07 -.byte 0x95, 0x8a, 0x4b, 0xdf, 0x8f, 0xc6, 0x5a, 0x0a, 0xe5, 0xb0, 0xe3, 0x5f, 0x5e, 0x6b, 0x11, 0xab -.byte 0x0c, 0xf9, 0x85, 0xeb, 0x44, 0xe9, 0xf8, 0x04, 0x73, 0xf2, 0xe9, 0xfe, 0x5c, 0x98, 0x8c, 0xf5 -.byte 0x73, 0xaf, 0x6b, 0xb4, 0x7e, 0xcd, 0xd4, 0x5c, 0x02, 0x2b, 0x4c, 0x39, 0xe1, 0xb2, 0x95, 0x95 -.byte 0x2d, 0x42, 0x87, 0xd7, 0xd5, 0xb3, 0x90, 0x43, 0xb7, 0x6c, 0x13, 0xf1, 0xde, 0xdd, 0xf6, 0xc4 -.byte 0xf8, 0x89, 0x3f, 0xd1, 0x75, 0xf5, 0x92, 0xc3, 0x91, 0xd5, 0x8a, 0x88, 0xd0, 0x90, 0xec, 0xdc -.byte 0x6d, 0xde, 0x89, 0xc2, 0x65, 0x71, 0x96, 0x8b, 0x0d, 0x03, 0xfd, 0x9c, 0xbf, 0x5b, 0x16, 0xac -.byte 0x92, 0xdb, 0xea, 0xfe, 0x79, 0x7c, 0xad, 0xeb, 0xaf, 0xf7, 0x16, 0xcb, 0xdb, 0xcd, 0x25, 0x2b -.byte 0xe5, 0x1f, 0xfb, 0x9a, 0x9f, 0xe2, 0x51, 0xcc, 0x3a, 0x53, 0x0c, 0x48, 0xe6, 0x0e, 0xbd, 0xc9 -.byte 0xb4, 0x76, 0x06, 0x52, 0xe6, 0x11, 0x13, 0x85, 0x72, 0x63, 0x03, 0x04, 0xe0, 0x04, 0x36, 0x2b -.byte 0x20, 0x19, 0x02, 0xe8, 0x74, 0xa7, 0x1f, 0xb6, 0xc9, 0x56, 0x66, 0xf0, 0x75, 0x25, 0xdc, 0x67 -.byte 0xc1, 0x0e, 0x61, 0x60, 0x88, 0xb3, 0x3e, 0xd1, 0xa8, 0xfc, 0xa3, 0xda, 0x1d, 0xb0, 0xd1, 0xb1 -.byte 0x23, 0x54, 0xdf, 0x44, 0x76, 0x6d, 0xed, 0x41, 0xd8, 0xc1, 0xb2, 0x22, 0xb6, 0x53, 0x1c, 0xdf -.byte 0x35, 0x1d, 0xdc, 0xa1, 0x77, 0x2a, 0x31, 0xe4, 0x2d, 0xf5, 0xe5, 0xe5, 0xdb, 0xc8, 0xe0, 0xff -.byte 0xe5, 0x80, 0xd7, 0x0b, 0x63, 0xa0, 0xff, 0x33, 0xa1, 0x0f, 0xba, 0x2c, 0x15, 0x15, 0xea, 0x97 -.byte 0xb3, 0xd2, 0xa2, 0xb5, 0xbe, 0xf2, 0x8c, 0x96, 0x1e, 0x1a, 0x8f, 0x1d, 0x6c, 0xa4, 0x61, 0x37 -.byte 0xb9, 0x86, 0x73, 0x33, 0xd7, 0x97, 0x96, 0x9e, 0x23, 0x7d, 0x82, 0xa4, 0x4c, 0x81, 0xe2, 0xa1 -.byte 0xd1, 0xba, 0x67, 0x5f, 0x95, 0x07, 0xa3, 0x27, 0x11, 0xee, 0x16, 0x10, 0x7b, 0xbc, 0x45, 0x4a -.byte 0x4c, 0xb2, 0x04, 0xd2, 0xab, 0xef, 0xd5, 0xfd, 0x0c, 0x51, 0xce, 0x50, 0x6a, 0x08, 0x31, 0xf9 -.byte 0x91, 0xda, 0x0c, 0x8f, 0x64, 0x5c, 0x03, 0xc3, 0x3a, 0x8b, 0x20, 0x3f, 0x6e, 0x8d, 0x67, 0x3d -.byte 0x3a, 0xd6, 0xfe, 0x7d, 0x5b, 0x88, 0xc9, 0x5e, 0xfb, 0xcc, 0x61, 0xdc, 0x8b, 0x33, 0x77, 0xd3 -.byte 0x44, 0x32, 0x35, 0x09, 0x62, 0x04, 0x92, 0x16, 0x10, 0xd8, 0x9e, 0x27, 0x47, 0xfb, 0x3b, 0x21 -.byte 0xe3, 0xf8, 0xeb, 0x1d, 0x5b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x47, 0x02, 0x26, 0x30, 0x45 -.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19, 0x30 -.byte 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73 -.byte 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x13, 0x12, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74 -.byte 0x20, 0x43, 0x41, 0x20, 0x33, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 -.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02 -.byte 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xcc, 0x57, 0x42, 0x16, 0x54, 0x9c, 0xe6, 0x98, 0xd3, 0xd3 -.byte 0x4d, 0xee, 0xfe, 0xed, 0xc7, 0x9f, 0x43, 0x39, 0x4a, 0x65, 0xb3, 0xe8, 0x16, 0x88, 0x34, 0xdb -.byte 0x0d, 0x59, 0x91, 0x74, 0xcf, 0x92, 0xb8, 0x04, 0x40, 0xad, 0x02, 0x4b, 0x31, 0xab, 0xbc, 0x8d -.byte 0x91, 0x68, 0xd8, 0x20, 0x0e, 0x1a, 0x01, 0xe2, 0x1a, 0x7b, 0x4e, 0x17, 0x5d, 0xe2, 0x8a, 0xb7 -.byte 0x3f, 0x99, 0x1a, 0xcd, 0xeb, 0x61, 0xab, 0xc2, 0x65, 0xa6, 0x1f, 0xb7, 0xb7, 0xbd, 0xb7, 0x8f -.byte 0xfc, 0xfd, 0x70, 0x8f, 0x0b, 0xa0, 0x67, 0xbe, 0x01, 0xa2, 0x59, 0xcf, 0x71, 0xe6, 0x0f, 0x29 -.byte 0x76, 0xff, 0xb1, 0x56, 0x79, 0x45, 0x2b, 0x1f, 0x9e, 0x7a, 0x54, 0xe8, 0xa3, 0x29, 0x35, 0x68 -.byte 0xa4, 0x01, 0x4f, 0x0f, 0xa4, 0x2e, 0x37, 0xef, 0x1b, 0xbf, 0xe3, 0x8f, 0x10, 0xa8, 0x72, 0xab -.byte 0x58, 0x57, 0xe7, 0x54, 0x86, 0xc8, 0xc9, 0xf3, 0x5b, 0xda, 0x2c, 0xda, 0x5d, 0x8e, 0x6e, 0x3c -.byte 0xa3, 0x3e, 0xda, 0xfb, 0x82, 0xe5, 0xdd, 0xf2, 0x5c, 0xb2, 0x05, 0x33, 0x6f, 0x8a, 0x36, 0xce -.byte 0xd0, 0x13, 0x4e, 0xff, 0xbf, 0x4a, 0x0c, 0x34, 0x4c, 0xa6, 0xc3, 0x21, 0xbd, 0x50, 0x04, 0x55 -.byte 0xeb, 0xb1, 0xbb, 0x9d, 0xfb, 0x45, 0x1e, 0x64, 0x15, 0xde, 0x55, 0x01, 0x8c, 0x02, 0x76, 0xb5 -.byte 0xcb, 0xa1, 0x3f, 0x42, 0x69, 0xbc, 0x2f, 0xbd, 0x68, 0x43, 0x16, 0x56, 0x89, 0x2a, 0x37, 0x61 -.byte 0x91, 0xfd, 0xa6, 0xae, 0x4e, 0xc0, 0xcb, 0x14, 0x65, 0x94, 0x37, 0x4b, 0x92, 0x06, 0xef, 0x04 -.byte 0xd0, 0xc8, 0x9c, 0x88, 0xdb, 0x0b, 0x7b, 0x81, 0xaf, 0xb1, 0x3d, 0x2a, 0xc4, 0x65, 0x3a, 0x78 -.byte 0xb6, 0xee, 0xdc, 0x80, 0xb1, 0xd2, 0xd3, 0x99, 0x9c, 0x3a, 0xee, 0x6b, 0x5a, 0x6b, 0xb3, 0x8d -.byte 0xb7, 0xd5, 0xce, 0x9c, 0xc2, 0xbe, 0xa5, 0x4b, 0x2f, 0x16, 0xb1, 0x9e, 0x68, 0x3b, 0x06, 0x6f -.byte 0xae, 0x7d, 0x9f, 0xf8, 0xde, 0xec, 0xcc, 0x29, 0xa7, 0x98, 0xa3, 0x25, 0x43, 0x2f, 0xef, 0xf1 -.byte 0x5f, 0x26, 0xe1, 0x88, 0x4d, 0xf8, 0x5e, 0x6e, 0xd7, 0xd9, 0x14, 0x6e, 0x19, 0x33, 0x69, 0xa7 -.byte 0x3b, 0x84, 0x89, 0x93, 0xc4, 0x53, 0x55, 0x13, 0xa1, 0x51, 0x78, 0x40, 0xf8, 0xb8, 0xc9, 0xa2 -.byte 0xee, 0x7b, 0xba, 0x52, 0x42, 0x83, 0x9e, 0x14, 0xed, 0x05, 0x52, 0x5a, 0x59, 0x56, 0xa7, 0x97 -.byte 0xfc, 0x9d, 0x3f, 0x0a, 0x29, 0xd8, 0xdc, 0x4f, 0x91, 0x0e, 0x13, 0xbc, 0xde, 0x95, 0xa4, 0xdf -.byte 0x8b, 0x99, 0xbe, 0xac, 0x9b, 0x33, 0x88, 0xef, 0xb5, 0x81, 0xaf, 0x1b, 0xc6, 0x22, 0x53, 0xc8 -.byte 0xf6, 0xc7, 0xee, 0x97, 0x14, 0xb0, 0xc5, 0x7c, 0x78, 0x52, 0xc8, 0xf0, 0xce, 0x6e, 0x77, 0x60 -.byte 0x84, 0xa6, 0xe9, 0x2a, 0x76, 0x20, 0xed, 0x58, 0x01, 0x17, 0x30, 0x93, 0xe9, 0x1a, 0x8b, 0xe0 -.byte 0x73, 0x63, 0xd9, 0x6a, 0x92, 0x94, 0x49, 0x4e, 0xb4, 0xad, 0x4a, 0x85, 0xc4, 0xa3, 0x22, 0x30 -.byte 0xfc, 0x09, 0xed, 0x68, 0x22, 0x73, 0xa6, 0x88, 0x0c, 0x55, 0x21, 0x58, 0xc5, 0xe1, 0x3a, 0x9f -.byte 0x2a, 0xdd, 0xca, 0xe1, 0x90, 0xe0, 0xd9, 0x73, 0xab, 0x6c, 0x80, 0xb8, 0xe8, 0x0b, 0x64, 0x93 -.byte 0xa0, 0x9c, 0x8c, 0x19, 0xff, 0xb3, 0xd2, 0x0c, 0xec, 0x91, 0x26, 0x87, 0x8a, 0xb3, 0xa2, 0xe1 -.byte 0x70, 0x8f, 0x2c, 0x0a, 0xe5, 0xcd, 0x6d, 0x68, 0x51, 0xeb, 0xda, 0x3f, 0x05, 0x7f, 0x8b, 0x32 -.byte 0xe6, 0x13, 0x5c, 0x6b, 0xfe, 0x5f, 0x40, 0xe2, 0x22, 0xc8, 0xb4, 0xb4, 0x64, 0x4f, 0xd6, 0xba -.byte 0x7d, 0x48, 0x3e, 0xa8, 0x69, 0x0c, 0xd7, 0xbb, 0x86, 0x71, 0xc9, 0x73, 0xb8, 0x3f, 0x3b, 0x9d -.byte 0x25, 0x4b, 0xda, 0xff, 0x40, 0xeb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x47, 0x02, 0x26, 0x30 -.byte 0x45, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x48, 0x31, 0x15 -.byte 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x53, 0x77, 0x69, 0x73, 0x73, 0x53, 0x69 -.byte 0x67, 0x6e, 0x20, 0x41, 0x47, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x16 -.byte 0x53, 0x77, 0x69, 0x73, 0x73, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x47, 0x6f, 0x6c, 0x64, 0x20, 0x43 -.byte 0x41, 0x20, 0x2d, 0x20, 0x47, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 -.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82 -.byte 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xaf, 0xe4, 0xee, 0x7e, 0x8b, 0x24, 0x0e, 0x12, 0x6e -.byte 0xa9, 0x50, 0x2d, 0x16, 0x44, 0x3b, 0x92, 0x92, 0x5c, 0xca, 0xb8, 0x5d, 0x84, 0x92, 0x42, 0x13 -.byte 0x2a, 0xbc, 0x65, 0x57, 0x82, 0x40, 0x3e, 0x57, 0x24, 0xcd, 0x50, 0x8b, 0x25, 0x2a, 0xb7, 0x6f -.byte 0xfc, 0xef, 0xa2, 0xd0, 0xc0, 0x1f, 0x02, 0x24, 0x4a, 0x13, 0x96, 0x8f, 0x23, 0x13, 0xe6, 0x28 -.byte 0x58, 0x00, 0xa3, 0x47, 0xc7, 0x06, 0xa7, 0x84, 0x23, 0x2b, 0xbb, 0xbd, 0x96, 0x2b, 0x7f, 0x55 -.byte 0xcc, 0x8b, 0xc1, 0x57, 0x1f, 0x0e, 0x62, 0x65, 0x0f, 0xdd, 0x3d, 0x56, 0x8a, 0x73, 0xda, 0xae -.byte 0x7e, 0x6d, 0xba, 0x81, 0x1c, 0x7e, 0x42, 0x8c, 0x20, 0x35, 0xd9, 0x43, 0x4d, 0x84, 0xfa, 0x84 -.byte 0xdb, 0x52, 0x2c, 0xf3, 0x0e, 0x27, 0x77, 0x0b, 0x6b, 0xbf, 0x11, 0x2f, 0x72, 0x78, 0x9f, 0x2e -.byte 0xd8, 0x3e, 0xe6, 0x18, 0x37, 0x5a, 0x2a, 0x72, 0xf9, 0xda, 0x62, 0x90, 0x92, 0x95, 0xca, 0x1f -.byte 0x9c, 0xe9, 0xb3, 0x3c, 0x2b, 0xcb, 0xf3, 0x01, 0x13, 0xbf, 0x5a, 0xcf, 0xc1, 0xb5, 0x0a, 0x60 -.byte 0xbd, 0xdd, 0xb5, 0x99, 0x64, 0x53, 0xb8, 0xa0, 0x96, 0xb3, 0x6f, 0xe2, 0x26, 0x77, 0x91, 0x8c -.byte 0xe0, 0x62, 0x10, 0x02, 0x9f, 0x34, 0x0f, 0xa4, 0xd5, 0x92, 0x33, 0x51, 0xde, 0xbe, 0x8d, 0xba -.byte 0x84, 0x7a, 0x60, 0x3c, 0x6a, 0xdb, 0x9f, 0x2b, 0xec, 0xde, 0xde, 0x01, 0x3f, 0x6e, 0x4d, 0xe5 -.byte 0x50, 0x86, 0xcb, 0xb4, 0xaf, 0xed, 0x44, 0x40, 0xc5, 0xca, 0x5a, 0x8c, 0xda, 0xd2, 0x2b, 0x7c -.byte 0xa8, 0xee, 0xbe, 0xa6, 0xe5, 0x0a, 0xaa, 0x0e, 0xa5, 0xdf, 0x05, 0x52, 0xb7, 0x55, 0xc7, 0x22 -.byte 0x5d, 0x32, 0x6a, 0x97, 0x97, 0x63, 0x13, 0xdb, 0xc9, 0xdb, 0x79, 0x36, 0x7b, 0x85, 0x3a, 0x4a -.byte 0xc5, 0x52, 0x89, 0xf9, 0x24, 0xe7, 0x9d, 0x77, 0xa9, 0x82, 0xff, 0x55, 0x1c, 0xa5, 0x71, 0x69 -.byte 0x2b, 0xd1, 0x02, 0x24, 0xf2, 0xb3, 0x26, 0xd4, 0x6b, 0xda, 0x04, 0x55, 0xe5, 0xc1, 0x0a, 0xc7 -.byte 0x6d, 0x30, 0x37, 0x90, 0x2a, 0xe4, 0x9e, 0x14, 0x33, 0x5e, 0x16, 0x17, 0x55, 0xc5, 0x5b, 0xb5 -.byte 0xcb, 0x34, 0x89, 0x92, 0xf1, 0x9d, 0x26, 0x8f, 0xa1, 0x07, 0xd4, 0xc6, 0xb2, 0x78, 0x50, 0xdb -.byte 0x0c, 0x0c, 0x0b, 0x7c, 0x0b, 0x8c, 0x41, 0xd7, 0xb9, 0xe9, 0xdd, 0x8c, 0x88, 0xf7, 0xa3, 0x4d -.byte 0xb2, 0x32, 0xcc, 0xd8, 0x17, 0xda, 0xcd, 0xb7, 0xce, 0x66, 0x9d, 0xd4, 0xfd, 0x5e, 0xff, 0xbd -.byte 0x97, 0x3e, 0x29, 0x75, 0xe7, 0x7e, 0xa7, 0x62, 0x58, 0xaf, 0x25, 0x34, 0xa5, 0x41, 0xc7, 0x3d -.byte 0xbc, 0x0d, 0x50, 0xca, 0x03, 0x03, 0x0f, 0x08, 0x5a, 0x1f, 0x95, 0x73, 0x78, 0x62, 0xbf, 0xaf -.byte 0x72, 0x14, 0x69, 0x0e, 0xa5, 0xe5, 0x03, 0x0e, 0x78, 0x8e, 0x26, 0x28, 0x42, 0xf0, 0x07, 0x0b -.byte 0x62, 0x20, 0x10, 0x67, 0x39, 0x46, 0xfa, 0xa9, 0x03, 0xcc, 0x04, 0x38, 0x7a, 0x66, 0xef, 0x20 -.byte 0x83, 0xb5, 0x8c, 0x4a, 0x56, 0x8e, 0x91, 0x00, 0xfc, 0x8e, 0x5c, 0x82, 0xde, 0x88, 0xa0, 0xc3 -.byte 0xe2, 0x68, 0x6e, 0x7d, 0x8d, 0xef, 0x3c, 0xdd, 0x65, 0xf4, 0x5d, 0xac, 0x51, 0xef, 0x24, 0x80 -.byte 0xae, 0xaa, 0x56, 0x97, 0x6f, 0xf9, 0xad, 0x7d, 0xda, 0x61, 0x3f, 0x98, 0x77, 0x3c, 0xa5, 0x91 -.byte 0xb6, 0x1c, 0x8c, 0x26, 0xda, 0x65, 0xa2, 0x09, 0x6d, 0xc1, 0xe2, 0x54, 0xe3, 0xb9, 0xca, 0x4c -.byte 0x4c, 0x80, 0x8f, 0x77, 0x7b, 0x60, 0x9a, 0x1e, 0xdf, 0xb6, 0xf2, 0x48, 0x1e, 0x0e, 0xba, 0x4e -.byte 0x54, 0x6d, 0x98, 0xe0, 0xe1, 0xa2, 0x1a, 0xa2, 0x77, 0x50, 0xcf, 0xc4, 0x63, 0x92, 0xec, 0x47 -.byte 0x19, 0x9d, 0xeb, 0xe6, 0x6b, 0xce, 0xc1, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x47, 0x00, 0x78 -.byte 0x30, 0x45, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31 -.byte 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0b, 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d -.byte 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x17 -.byte 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x50, 0x72, 0x65, 0x6d -.byte 0x69, 0x75, 0x6d, 0x20, 0x45, 0x43, 0x43, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48 -.byte 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x0d -.byte 0x30, 0x5e, 0x1b, 0x15, 0x9d, 0x03, 0xd0, 0xa1, 0x79, 0x35, 0xb7, 0x3a, 0x3c, 0x92, 0x7a, 0xca -.byte 0x15, 0x1c, 0xcd, 0x62, 0xf3, 0x9c, 0x26, 0x5c, 0x07, 0x3d, 0xe5, 0x54, 0xfa, 0xa3, 0xd6, 0xcc -.byte 0x12, 0xea, 0xf4, 0x14, 0x5f, 0xe8, 0x8e, 0x19, 0xab, 0x2f, 0x2e, 0x48, 0xe6, 0xac, 0x18, 0x43 -.byte 0x78, 0xac, 0xd0, 0x37, 0xc3, 0xbd, 0xb2, 0xcd, 0x2c, 0xe6, 0x47, 0xe2, 0x1a, 0xe6, 0x63, 0xb8 -.byte 0x3d, 0x2e, 0x2f, 0x78, 0xc4, 0x4f, 0xdb, 0xf4, 0x0f, 0xa4, 0x68, 0x4c, 0x55, 0x72, 0x6b, 0x95 -.byte 0x1d, 0x4e, 0x18, 0x42, 0x95, 0x78, 0xcc, 0x37, 0x3c, 0x91, 0xe2, 0x9b, 0x65, 0x2b, 0x29, 0x00 -.byte 0x48, 0x00, 0x78, 0x30, 0x46, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x42, 0x45, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x47, 0x6c, 0x6f -.byte 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x6e, 0x76, 0x2d, 0x73, 0x61, 0x31, 0x1c, 0x30 -.byte 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69 -.byte 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x45, 0x34, 0x36, 0x30, 0x76, 0x30, 0x10, 0x06 -.byte 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03 -.byte 0x62, 0x00, 0x04, 0x9c, 0x0e, 0xb1, 0xcf, 0xb7, 0xe8, 0x9e, 0x52, 0x77, 0x75, 0x34, 0xfa, 0xa5 -.byte 0x46, 0xa7, 0xad, 0x32, 0x19, 0x32, 0xb4, 0x07, 0xa9, 0x27, 0xca, 0x94, 0xbb, 0x0c, 0xd2, 0x0a -.byte 0x10, 0xc7, 0xda, 0x89, 0xb0, 0x97, 0x0c, 0x70, 0x13, 0x09, 0x01, 0x8e, 0xd8, 0xea, 0x47, 0xea -.byte 0xbe, 0xb2, 0x80, 0x2b, 0xcd, 0xfc, 0x28, 0x0d, 0xdb, 0xac, 0xbc, 0xa4, 0x86, 0x37, 0xed, 0x70 -.byte 0x08, 0x00, 0x75, 0xea, 0x93, 0x0b, 0x7b, 0x2e, 0x52, 0x9c, 0x23, 0x68, 0x23, 0x06, 0x43, 0xec -.byte 0x92, 0x2f, 0x53, 0x84, 0xdb, 0xfb, 0x47, 0x14, 0x07, 0xe8, 0x5f, 0x94, 0x67, 0x5d, 0xc9, 0x7a -.byte 0x81, 0x3c, 0x20, 0x00, 0x48, 0x02, 0x26, 0x30, 0x46, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 -.byte 0x04, 0x06, 0x13, 0x02, 0x42, 0x45, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 -.byte 0x10, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x6e, 0x76, 0x2d, 0x73 -.byte 0x61, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x47, 0x6c, 0x6f, 0x62 -.byte 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x34, 0x36, 0x30 +.byte 0x82, 0x02, 0x01, 0x00, 0xba, 0x71, 0x80, 0x7a, 0x4c, 0x86, 0x6e, 0x7f, 0xc8, 0x13, 0x6d, 0xc0 +.byte 0xc6, 0x7d, 0x1c, 0x00, 0x97, 0x8f, 0x2c, 0x0c, 0x23, 0xbb, 0x10, 0x9a, 0x40, 0xa9, 0x1a, 0xb7 +.byte 0x87, 0x88, 0xf8, 0x9b, 0x56, 0x6a, 0xfb, 0xe6, 0x7b, 0x8e, 0x8b, 0x92, 0x8e, 0xa7, 0x25, 0x5d +.byte 0x59, 0x11, 0xdb, 0x36, 0x2e, 0xb7, 0x51, 0x17, 0x1f, 0xa9, 0x08, 0x1f, 0x04, 0x17, 0x24, 0x58 +.byte 0xaa, 0x37, 0x4a, 0x18, 0xdf, 0xe5, 0x39, 0xd4, 0x57, 0xfd, 0xd7, 0xc1, 0x2c, 0x91, 0x01, 0x91 +.byte 0xe2, 0x22, 0xd4, 0x03, 0xc0, 0x58, 0xfc, 0x77, 0x47, 0xec, 0x8f, 0x3e, 0x74, 0x43, 0xba, 0xac +.byte 0x34, 0x8d, 0x4d, 0x38, 0x76, 0x67, 0x8e, 0xb0, 0xc8, 0x6f, 0x30, 0x33, 0x58, 0x71, 0x5c, 0xb4 +.byte 0xf5, 0x6b, 0x6e, 0xd4, 0x01, 0x50, 0xb8, 0x13, 0x7e, 0x6c, 0x4a, 0xa3, 0x49, 0xd1, 0x20, 0x19 +.byte 0xee, 0xbc, 0xc0, 0x29, 0x18, 0x65, 0xa7, 0xde, 0xfe, 0xef, 0xdd, 0x0a, 0x90, 0x21, 0xe7, 0x1a +.byte 0x67, 0x92, 0x42, 0x10, 0x98, 0x5f, 0x4f, 0x30, 0xbc, 0x3e, 0x1c, 0x45, 0xb4, 0x10, 0xd7, 0x68 +.byte 0x40, 0x14, 0xc0, 0x40, 0xfa, 0xe7, 0x77, 0x17, 0x7a, 0xe6, 0x0b, 0x8f, 0x65, 0x5b, 0x3c, 0xd9 +.byte 0x9a, 0x52, 0xdb, 0xb5, 0xbd, 0x9e, 0x46, 0xcf, 0x3d, 0xeb, 0x91, 0x05, 0x02, 0xc0, 0x96, 0xb2 +.byte 0x76, 0x4c, 0x4d, 0x10, 0x96, 0x3b, 0x92, 0xfa, 0x9c, 0x7f, 0x0f, 0x99, 0xdf, 0xbe, 0x23, 0x35 +.byte 0x45, 0x1e, 0x02, 0x5c, 0xfe, 0xb5, 0xa8, 0x9b, 0x99, 0x25, 0xda, 0x5e, 0xf3, 0x22, 0xc3, 0x39 +.byte 0xf5, 0xe4, 0x2a, 0x2e, 0xd3, 0xc6, 0x1f, 0xc4, 0x6c, 0xaa, 0xc5, 0x1c, 0x6a, 0x01, 0x05, 0x4a +.byte 0x2f, 0xd2, 0xc5, 0xc1, 0xa8, 0x34, 0x26, 0x5d, 0x66, 0xa5, 0xd2, 0x02, 0x21, 0xf9, 0x18, 0xb7 +.byte 0x06, 0xf5, 0x4e, 0x99, 0x6f, 0xa8, 0xab, 0x4c, 0x51, 0xe8, 0xcf, 0x50, 0x18, 0xc5, 0x77, 0xc8 +.byte 0x39, 0x09, 0x2c, 0x49, 0x92, 0x32, 0x99, 0xa8, 0xbb, 0x17, 0x17, 0x79, 0xb0, 0x5a, 0xc5, 0xe6 +.byte 0xa3, 0xc4, 0x59, 0x65, 0x47, 0x35, 0x83, 0x5e, 0xa9, 0xe8, 0x35, 0x0b, 0x99, 0xbb, 0xe4, 0xcd +.byte 0x20, 0xc6, 0x9b, 0x4a, 0x06, 0x39, 0xb5, 0x68, 0xfc, 0x22, 0xba, 0xee, 0x55, 0x8c, 0x2b, 0x4e +.byte 0xea, 0xf3, 0xb1, 0xe3, 0xfc, 0xb6, 0x99, 0x9a, 0xd5, 0x42, 0xfa, 0x71, 0x4d, 0x08, 0xcf, 0x87 +.byte 0x1e, 0x6a, 0x71, 0x7d, 0xf9, 0xd3, 0xb4, 0xe9, 0xa5, 0x71, 0x81, 0x7b, 0xc2, 0x4e, 0x47, 0x96 +.byte 0xa5, 0xf6, 0x76, 0x85, 0xa3, 0x28, 0x8f, 0xe9, 0x80, 0x6e, 0x81, 0x53, 0xa5, 0x6d, 0x5f, 0xb8 +.byte 0x48, 0xf9, 0xc2, 0xf9, 0x36, 0xa6, 0x2e, 0x49, 0xff, 0xb8, 0x96, 0xc2, 0x8c, 0x07, 0xb3, 0x9b +.byte 0x88, 0x58, 0xfc, 0xeb, 0x1b, 0x1c, 0xde, 0x2d, 0x70, 0xe2, 0x97, 0x92, 0x30, 0xa1, 0x89, 0xe3 +.byte 0xbc, 0x55, 0xa8, 0x27, 0xd6, 0x4b, 0xed, 0x90, 0xad, 0x8b, 0xfa, 0x63, 0x25, 0x59, 0x2d, 0xa8 +.byte 0x35, 0xdd, 0xca, 0x97, 0x33, 0xbc, 0xe5, 0xcd, 0xc7, 0x9d, 0xd1, 0xec, 0xef, 0x5e, 0x0e, 0x4a +.byte 0x90, 0x06, 0x26, 0x63, 0xad, 0xb9, 0xd9, 0x35, 0x2d, 0x07, 0xba, 0x76, 0x65, 0x2c, 0xac, 0x57 +.byte 0x8f, 0x7d, 0xf4, 0x07, 0x94, 0xd7, 0x81, 0x02, 0x96, 0x5d, 0xa3, 0x07, 0x49, 0xd5, 0x7a, 0xd0 +.byte 0x57, 0xf9, 0x1b, 0xe7, 0x53, 0x46, 0x75, 0xaa, 0xb0, 0x79, 0x42, 0xcb, 0x68, 0x71, 0x08, 0xe9 +.byte 0x60, 0xbd, 0x39, 0x69, 0xce, 0xf4, 0xaf, 0xc3, 0x56, 0x40, 0xc7, 0xad, 0x52, 0xa2, 0x09, 0xe4 +.byte 0x6f, 0x86, 0x47, 0x8a, 0x1f, 0xeb, 0x28, 0x27, 0x5d, 0x83, 0x20, 0xaf, 0x04, 0xc9, 0x6c, 0x56 +.byte 0x9a, 0x8b, 0x46, 0xf5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x3d, 0x00, 0x26, 0x01, 0x30, 0x3b, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x52, 0x4f, 0x31, 0x11, 0x30, 0x0f +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x08, 0x63, 0x65, 0x72, 0x74, 0x53, 0x49, 0x47, 0x4e, 0x31 +.byte 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x63, 0x65, 0x72, 0x74, 0x53, 0x49 +.byte 0x47, 0x4e, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01 +.byte 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xb7, 0x33, 0xb9, 0x7e, 0xc8 +.byte 0x25, 0x4a, 0x8e, 0xb5, 0xdb, 0xb4, 0x28, 0x1b, 0xaa, 0x57, 0x90, 0xe8, 0xd1, 0x22, 0xd3, 0x64 +.byte 0xba, 0xd3, 0x93, 0xe8, 0xd4, 0xac, 0x86, 0x61, 0x40, 0x6a, 0x60, 0x57, 0x68, 0x54, 0x84, 0x4d +.byte 0xbc, 0x6a, 0x54, 0x02, 0x05, 0xff, 0xdf, 0x9b, 0x9a, 0x2a, 0xae, 0x5d, 0x07, 0x8f, 0x4a, 0xc3 +.byte 0x28, 0x7f, 0xef, 0xfb, 0x2b, 0xfa, 0x79, 0xf1, 0xc7, 0xad, 0xf0, 0x10, 0x53, 0x24, 0x90, 0x8b +.byte 0x66, 0xc9, 0xa8, 0x88, 0xab, 0xaf, 0x5a, 0xa3, 0x00, 0xe9, 0xbe, 0xba, 0x46, 0xee, 0x5b, 0x73 +.byte 0x7b, 0x2c, 0x17, 0x82, 0x81, 0x5e, 0x62, 0x2c, 0xa1, 0x02, 0x65, 0xb3, 0xbd, 0xc5, 0x2b, 0x00 +.byte 0x7e, 0xc4, 0xfc, 0x03, 0x33, 0x57, 0x0d, 0xed, 0xe2, 0xfa, 0xce, 0x5d, 0x45, 0xd6, 0x38, 0xcd +.byte 0x35, 0xb6, 0xb2, 0xc1, 0xd0, 0x9c, 0x81, 0x4a, 0xaa, 0xe4, 0xb2, 0x01, 0x5c, 0x1d, 0x8f, 0x5f +.byte 0x99, 0xc4, 0xb1, 0xad, 0xdb, 0x88, 0x21, 0xeb, 0x90, 0x08, 0x82, 0x80, 0xf3, 0x30, 0xa3, 0x43 +.byte 0xe6, 0x90, 0x82, 0xae, 0x55, 0x28, 0x49, 0xed, 0x5b, 0xd7, 0xa9, 0x10, 0x38, 0x0e, 0xfe, 0x8f +.byte 0x4c, 0x5b, 0x9b, 0x46, 0xea, 0x41, 0xf5, 0xb0, 0x08, 0x74, 0xc3, 0xd0, 0x88, 0x33, 0xb6, 0x7c +.byte 0xd7, 0x74, 0xdf, 0xdc, 0x84, 0xd1, 0x43, 0x0e, 0x75, 0x39, 0xa1, 0x25, 0x40, 0x28, 0xea, 0x78 +.byte 0xcb, 0x0e, 0x2c, 0x2e, 0x39, 0x9d, 0x8c, 0x8b, 0x6e, 0x16, 0x1c, 0x2f, 0x26, 0x82, 0x10, 0xe2 +.byte 0xe3, 0x65, 0x94, 0x0a, 0x04, 0xc0, 0x5e, 0xf7, 0x5d, 0x5b, 0xf8, 0x10, 0xe2, 0xd0, 0xba, 0x7a +.byte 0x4b, 0xfb, 0xde, 0x37, 0x00, 0x00, 0x1a, 0x5b, 0x28, 0xe3, 0xd2, 0x9c, 0x73, 0x3e, 0x32, 0x87 +.byte 0x98, 0xa1, 0xc9, 0x51, 0x2f, 0xd7, 0xde, 0xac, 0x33, 0xb3, 0x4f, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0x3e, 0x00, 0x26, 0x01, 0x30, 0x3c, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c +.byte 0x15, 0x41, 0x74, 0x6f, 0x73, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x52, 0x6f, 0x6f +.byte 0x74, 0x20, 0x32, 0x30, 0x31, 0x31, 0x31, 0x0d, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c +.byte 0x04, 0x41, 0x74, 0x6f, 0x73, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x44, 0x45, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d +.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82 +.byte 0x01, 0x01, 0x00, 0x95, 0x85, 0x3b, 0x97, 0x6f, 0x2a, 0x3b, 0x2e, 0x3b, 0xcf, 0xa6, 0xf3, 0x29 +.byte 0x35, 0xbe, 0xcf, 0x18, 0xac, 0x3e, 0xaa, 0xd9, 0xf8, 0x4d, 0xa0, 0x3e, 0x1a, 0x47, 0xb9, 0xbc +.byte 0x9a, 0xdf, 0xf2, 0xfe, 0xcc, 0x3e, 0x47, 0xe8, 0x7a, 0x96, 0xc2, 0x24, 0x8e, 0x35, 0xf4, 0xa9 +.byte 0x0c, 0xfc, 0x82, 0xfd, 0x6d, 0xc1, 0x72, 0x62, 0x27, 0xbd, 0xea, 0x6b, 0xeb, 0xe7, 0x8a, 0xcc +.byte 0x54, 0x3e, 0x90, 0x50, 0xcf, 0x80, 0xd4, 0x95, 0xfb, 0xe8, 0xb5, 0x82, 0xd4, 0x14, 0xc5, 0xb6 +.byte 0xa9, 0x55, 0x25, 0x57, 0xdb, 0xb1, 0x50, 0xf6, 0xb0, 0x60, 0x64, 0x59, 0x7a, 0x69, 0xcf, 0x03 +.byte 0xb7, 0x6f, 0x0d, 0xbe, 0xca, 0x3e, 0x6f, 0x74, 0x72, 0xea, 0xaa, 0x30, 0x2a, 0x73, 0x62, 0xbe +.byte 0x49, 0x91, 0x61, 0xc8, 0x11, 0xfe, 0x0e, 0x03, 0x2a, 0xf7, 0x6a, 0x20, 0xdc, 0x02, 0x15, 0x0d +.byte 0x5e, 0x15, 0x6a, 0xfc, 0xe3, 0x82, 0xc1, 0xb5, 0xc5, 0x9d, 0x64, 0x09, 0x6c, 0xa3, 0x59, 0x98 +.byte 0x07, 0x27, 0xc7, 0x1b, 0x96, 0x2b, 0x61, 0x74, 0x71, 0x6c, 0x43, 0xf1, 0xf7, 0x35, 0x89, 0x10 +.byte 0xe0, 0x9e, 0xec, 0x55, 0xa1, 0x37, 0x22, 0xa2, 0x87, 0x04, 0x05, 0x2c, 0x47, 0x7d, 0xb4, 0x1c +.byte 0xb9, 0x62, 0x29, 0x66, 0x28, 0xca, 0xb7, 0xe1, 0x93, 0xf5, 0xa4, 0x94, 0x03, 0x99, 0xb9, 0x70 +.byte 0x85, 0xb5, 0xe6, 0x48, 0xea, 0x8d, 0x50, 0xfc, 0xd9, 0xde, 0xcc, 0x6f, 0x07, 0x0e, 0xdd, 0x0b +.byte 0x72, 0x9d, 0x80, 0x30, 0x16, 0x07, 0x95, 0x3f, 0x28, 0x0e, 0xfd, 0xc5, 0x75, 0x4f, 0x53, 0xd6 +.byte 0x74, 0x9a, 0xb4, 0x24, 0x2e, 0x8e, 0x02, 0x91, 0xcf, 0x76, 0xc5, 0x9b, 0x1e, 0x55, 0x74, 0x9c +.byte 0x78, 0x21, 0xb1, 0xf0, 0x2d, 0xf1, 0x0b, 0x9f, 0xc2, 0xd5, 0x96, 0x18, 0x1f, 0xf0, 0x54, 0x22 +.byte 0x7a, 0x8c, 0x07, 0x02, 0x03, 0x01, 0x00, 0x01, 0x3f, 0x00, 0x26, 0x02, 0x30, 0x3d, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x11, 0x30, 0x0f, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x08, 0x55, 0x6e, 0x69, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x1b +.byte 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x12, 0x55, 0x43, 0x41, 0x20, 0x47, 0x6c, 0x6f +.byte 0x62, 0x61, 0x6c, 0x20, 0x47, 0x32, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x30, 0x82, 0x02, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc5, 0xe6, 0x2b, 0x6f +.byte 0x7c, 0xef, 0x26, 0x05, 0x27, 0xa3, 0x81, 0x24, 0xda, 0x6f, 0xcb, 0x01, 0xf9, 0x99, 0x9a, 0xa9 +.byte 0x32, 0xc2, 0x22, 0x87, 0x61, 0x41, 0x91, 0x3b, 0xcb, 0xc3, 0x68, 0x1b, 0x06, 0xc5, 0x4c, 0xa9 +.byte 0x2b, 0xc1, 0x67, 0x17, 0x22, 0x1d, 0x2b, 0xed, 0xf9, 0x29, 0x89, 0x93, 0xa2, 0x78, 0xbd, 0x92 +.byte 0x6b, 0xa0, 0xa3, 0x0d, 0xa2, 0x7e, 0xca, 0x93, 0xb3, 0xa6, 0xd1, 0x8c, 0x35, 0xd5, 0x75, 0xf9 +.byte 0x17, 0xf6, 0xcf, 0x45, 0xc5, 0xe5, 0x7a, 0xec, 0x77, 0x93, 0xa0, 0x8f, 0x23, 0xae, 0x0e, 0x1a +.byte 0x03, 0x7f, 0xbe, 0xd4, 0xd0, 0xed, 0x2e, 0x7b, 0xab, 0x46, 0x23, 0x5b, 0xff, 0x2c, 0xe6, 0x54 +.byte 0x7a, 0x94, 0xc0, 0x2a, 0x15, 0xf0, 0xc9, 0x8d, 0xb0, 0x7a, 0x3b, 0x24, 0xe1, 0xd7, 0x68, 0xe2 +.byte 0x31, 0x3c, 0x06, 0x33, 0x46, 0xb6, 0x54, 0x11, 0xa6, 0xa5, 0x2f, 0x22, 0x54, 0x2a, 0x58, 0x0d +.byte 0x01, 0x02, 0xf1, 0xfa, 0x15, 0x51, 0x67, 0x6c, 0xc0, 0xfa, 0xd7, 0xb6, 0x1b, 0x7f, 0xd1, 0x56 +.byte 0x88, 0x2f, 0x1a, 0x3a, 0x8d, 0x3b, 0xbb, 0x82, 0x11, 0xe0, 0x47, 0x00, 0xd0, 0x52, 0x87, 0xab +.byte 0xfb, 0x86, 0x7e, 0x0f, 0x24, 0x6b, 0x40, 0x9d, 0x34, 0x67, 0xbc, 0x8d, 0xc7, 0x2d, 0x86, 0x6f +.byte 0x79, 0x3e, 0x8e, 0xa9, 0x3c, 0x17, 0x4b, 0x7f, 0xb0, 0x99, 0xe3, 0xb0, 0x71, 0x60, 0xdc, 0x0b +.byte 0xf5, 0x64, 0xc3, 0xce, 0x43, 0xbc, 0x6d, 0x71, 0xb9, 0xd2, 0xde, 0x27, 0x5b, 0x8a, 0xe8, 0xd8 +.byte 0xc6, 0xae, 0xe1, 0x59, 0x7d, 0xcf, 0x28, 0x2d, 0x35, 0xb8, 0x95, 0x56, 0x1a, 0xf1, 0xb2, 0x58 +.byte 0x4b, 0xb7, 0x12, 0x37, 0xc8, 0x7c, 0xb3, 0xed, 0x4b, 0x80, 0xe1, 0x8d, 0xfa, 0x32, 0x23, 0xb6 +.byte 0x6f, 0xb7, 0x48, 0x95, 0x08, 0xb1, 0x44, 0x4e, 0x85, 0x8c, 0x3a, 0x02, 0x54, 0x20, 0x2f, 0xdf +.byte 0xbf, 0x57, 0x4f, 0x3b, 0x3a, 0x90, 0x21, 0xd7, 0xc1, 0x26, 0x35, 0x54, 0x20, 0xec, 0xc7, 0x3f +.byte 0x47, 0xec, 0xef, 0x5a, 0xbf, 0x4b, 0x7a, 0xc1, 0xad, 0x3b, 0x17, 0x50, 0x5c, 0x62, 0xd8, 0x0f +.byte 0x4b, 0x4a, 0xdc, 0x2b, 0xfa, 0x6e, 0xbc, 0x73, 0x92, 0xcd, 0xec, 0xc7, 0x50, 0xe8, 0x41, 0x96 +.byte 0xd7, 0xa9, 0x7e, 0x6d, 0xd8, 0xe9, 0x1d, 0x8f, 0x8a, 0xb5, 0xb9, 0x58, 0x92, 0xba, 0x4a, 0x92 +.byte 0x2b, 0x0c, 0x56, 0xfd, 0x80, 0xeb, 0x08, 0xf0, 0x5e, 0x29, 0x6e, 0x1b, 0x1c, 0x0c, 0xaf, 0x8f +.byte 0x93, 0x89, 0xad, 0xdb, 0xbd, 0xa3, 0x9e, 0x21, 0xca, 0x89, 0x19, 0xec, 0xdf, 0xb5, 0xc3, 0x1a +.byte 0xeb, 0x16, 0xfe, 0x78, 0x36, 0x4c, 0xd6, 0x6e, 0xd0, 0x3e, 0x17, 0x1c, 0x90, 0x17, 0x6b, 0x26 +.byte 0xba, 0xfb, 0x7a, 0x2f, 0xbf, 0x11, 0x1c, 0x18, 0x0e, 0x2d, 0x73, 0x03, 0x8f, 0xa0, 0xe5, 0x35 +.byte 0xa0, 0x5a, 0xe2, 0x4c, 0x75, 0x1d, 0x71, 0xe1, 0x39, 0x38, 0x53, 0x78, 0x40, 0xcc, 0x83, 0x93 +.byte 0xd7, 0x0a, 0x9e, 0x9d, 0x5b, 0x8f, 0x8a, 0xe4, 0xe5, 0xe0, 0x48, 0xe4, 0x48, 0xb2, 0x47, 0xcd +.byte 0x4e, 0x2a, 0x75, 0x2a, 0x7b, 0xf2, 0x22, 0xf6, 0xc9, 0xbe, 0x09, 0x91, 0x96, 0x57, 0x7a, 0x88 +.byte 0x88, 0xac, 0xee, 0x70, 0xac, 0xf9, 0xdc, 0x29, 0xe3, 0x0c, 0x1c, 0x3b, 0x12, 0x4e, 0x44, 0xd6 +.byte 0xa7, 0x4e, 0xb0, 0x26, 0xc8, 0xf3, 0xd9, 0x1a, 0x97, 0x91, 0x68, 0xea, 0xef, 0x8d, 0x46, 0x06 +.byte 0xd2, 0x56, 0x45, 0x58, 0x9a, 0x3c, 0x0c, 0x0f, 0x83, 0xb8, 0x05, 0x25, 0xc3, 0x39, 0xcf, 0x3b +.byte 0xa4, 0x34, 0x89, 0xb7, 0x79, 0x12, 0x2f, 0x47, 0xc5, 0xe7, 0xa9, 0x97, 0x69, 0xfc, 0xa6, 0x77 +.byte 0x67, 0xb5, 0xdf, 0x7b, 0xf1, 0x7a, 0x65, 0x15, 0xe4, 0x61, 0x56, 0x65, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x3f, 0x00, 0x78, 0x00, 0x30, 0x3d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x43 +.byte 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x6c, 0x79, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x13, 0x11, 0x43, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x6c, 0x79, 0x20, 0x52, 0x6f, 0x6f +.byte 0x74, 0x20, 0x45, 0x31, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02 +.byte 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xde, 0x6f, 0xf8, 0x7f +.byte 0x1c, 0xdf, 0xed, 0xf9, 0x47, 0x87, 0x86, 0xb1, 0xa4, 0xc0, 0x8a, 0xf8, 0x82, 0x97, 0x80, 0xea +.byte 0x8f, 0xc8, 0x4a, 0x5e, 0x2a, 0x7d, 0x88, 0x68, 0xa7, 0x01, 0x62, 0x14, 0x91, 0x24, 0x7a, 0x5c +.byte 0x9e, 0xa3, 0x17, 0x7d, 0x8a, 0x86, 0x21, 0x34, 0x18, 0x50, 0x1b, 0x10, 0xde, 0xd0, 0x37, 0x4b +.byte 0x26, 0xc7, 0x19, 0x60, 0x80, 0xe9, 0x34, 0xbd, 0x60, 0x19, 0x36, 0x40, 0xd6, 0x29, 0x87, 0x09 +.byte 0x3c, 0x91, 0x7a, 0xf6, 0xbc, 0x13, 0x23, 0xdd, 0x59, 0x4e, 0x04, 0x5e, 0xcf, 0xc8, 0x02, 0x1c +.byte 0x18, 0x53, 0xc1, 0x31, 0xd8, 0xda, 0x20, 0xe9, 0x44, 0x8d, 0xe4, 0x76, 0x3f, 0x00, 0x26, 0x02 +.byte 0x30, 0x3d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31 +.byte 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x43, 0x65, 0x72, 0x74, 0x61, 0x69 +.byte 0x6e, 0x6c, 0x79, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x11, 0x43, 0x65 +.byte 0x72, 0x74, 0x61, 0x69, 0x6e, 0x6c, 0x79, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x31, 0x30 .byte 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01 .byte 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00 -.byte 0xac, 0xac, 0x74, 0x32, 0xe8, 0xb3, 0x65, 0xe5, 0xba, 0xed, 0x43, 0x26, 0x1d, 0xa6, 0x89, 0x0d -.byte 0x45, 0xba, 0x29, 0x88, 0xb2, 0xa4, 0x1d, 0x63, 0xdd, 0xd3, 0xc1, 0x2c, 0x09, 0x57, 0x89, 0x39 -.byte 0xa1, 0x55, 0xe9, 0x67, 0x34, 0x77, 0x0c, 0x6e, 0xe4, 0x55, 0x1d, 0x52, 0x25, 0xd2, 0x13, 0x6b -.byte 0x5e, 0xe1, 0x1d, 0xa9, 0xb7, 0x7d, 0x89, 0x32, 0x5f, 0x0d, 0x9e, 0x9f, 0x2c, 0x7a, 0x63, 0x60 -.byte 0x40, 0x1f, 0xa6, 0xb0, 0xb6, 0x78, 0x8f, 0x99, 0x54, 0x96, 0x08, 0x58, 0xae, 0xe4, 0x06, 0xbc -.byte 0x62, 0x05, 0x02, 0x16, 0xbf, 0xaf, 0xa8, 0x23, 0x03, 0xb6, 0x94, 0x0f, 0xbc, 0x6e, 0x6c, 0xc2 -.byte 0xcb, 0xd5, 0xa6, 0xbb, 0x0c, 0xe9, 0xf6, 0xc1, 0x02, 0xfb, 0x21, 0xde, 0x66, 0xdd, 0x17, 0xab -.byte 0x74, 0x42, 0xef, 0xf0, 0x74, 0x2f, 0x25, 0xf4, 0xea, 0x6b, 0x55, 0x5b, 0x90, 0xdb, 0x9d, 0xdf -.byte 0x5e, 0x87, 0x0a, 0x40, 0xfb, 0xad, 0x19, 0x6b, 0xfb, 0xf7, 0xca, 0x60, 0x88, 0xde, 0xda, 0xc1 -.byte 0x8f, 0xd6, 0xae, 0xd5, 0x7f, 0xd4, 0x3c, 0x83, 0xee, 0xd7, 0x16, 0x4c, 0x83, 0x45, 0x33, 0x6b -.byte 0x27, 0xd0, 0x86, 0xd0, 0x1c, 0x2d, 0x6b, 0xf3, 0xab, 0x7d, 0xf1, 0x85, 0xa9, 0xf5, 0x28, 0xd2 -.byte 0xad, 0xef, 0xf3, 0x84, 0x4b, 0x1c, 0x87, 0xfc, 0x13, 0xa3, 0x3a, 0x72, 0xa2, 0x5a, 0x11, 0x2b -.byte 0xd6, 0x27, 0x71, 0x27, 0xed, 0x81, 0x2d, 0x6d, 0x66, 0x81, 0x92, 0x87, 0xb4, 0x1b, 0x58, 0x7a -.byte 0xcc, 0x3f, 0x0a, 0xfa, 0x46, 0x4f, 0x4d, 0x78, 0x5c, 0xf8, 0x2b, 0x48, 0xe3, 0x04, 0x84, 0xcb -.byte 0x5d, 0xf6, 0xb4, 0x6a, 0xb3, 0x65, 0xfc, 0x42, 0x9e, 0x51, 0x26, 0x23, 0x20, 0xcb, 0x3d, 0x14 -.byte 0xf9, 0x81, 0xed, 0x65, 0x16, 0x00, 0x4f, 0x1a, 0x64, 0x97, 0x66, 0x08, 0xcf, 0x8c, 0x7b, 0xe3 -.byte 0x2b, 0xc0, 0x9d, 0xf9, 0x14, 0xf2, 0x1b, 0xf1, 0x56, 0x6a, 0x16, 0xbf, 0x2c, 0x85, 0x85, 0xcd -.byte 0x78, 0x38, 0x9a, 0xeb, 0x42, 0x6a, 0x02, 0x34, 0x18, 0x83, 0x17, 0x4e, 0x94, 0x56, 0xf8, 0xb6 -.byte 0x82, 0xb5, 0xf3, 0x96, 0xdd, 0x3d, 0xf3, 0xbe, 0x7f, 0x20, 0x77, 0x3e, 0x7b, 0x19, 0x23, 0x6b -.byte 0x2c, 0xd4, 0x72, 0x73, 0x43, 0x57, 0x7d, 0xe0, 0xf8, 0xd7, 0x69, 0x4f, 0x17, 0x36, 0x04, 0xf9 -.byte 0xc0, 0x90, 0x60, 0x37, 0x45, 0xde, 0xe6, 0x0c, 0xd8, 0x74, 0x8d, 0xae, 0x9c, 0xa2, 0x6d, 0x74 -.byte 0x5d, 0x42, 0xbe, 0x06, 0xf5, 0xd9, 0x64, 0x6e, 0x02, 0x10, 0xac, 0x89, 0xb0, 0x4c, 0x3b, 0x07 -.byte 0x4d, 0x40, 0x7e, 0x24, 0xc5, 0x8a, 0x98, 0x82, 0x79, 0x8e, 0xa4, 0xa7, 0x82, 0x20, 0x8d, 0x23 -.byte 0xfa, 0x27, 0x71, 0xc9, 0xdf, 0xc6, 0x41, 0x74, 0xa0, 0x4d, 0xf6, 0x91, 0x16, 0xdc, 0x46, 0x8c -.byte 0x5f, 0x29, 0x63, 0x31, 0x59, 0x71, 0x0c, 0xd8, 0x6f, 0xc2, 0xb6, 0x32, 0x7d, 0xfb, 0xe6, 0x5d -.byte 0x53, 0xa6, 0x7e, 0x15, 0xfc, 0xbb, 0x75, 0x7c, 0x5d, 0xec, 0xf8, 0xf6, 0x17, 0x1c, 0xec, 0xc7 -.byte 0x6b, 0x19, 0xcb, 0xf3, 0x7b, 0xf0, 0x2b, 0x07, 0xa5, 0xd9, 0x6c, 0x79, 0x54, 0x76, 0x6c, 0x9d -.byte 0x1c, 0xa6, 0x6e, 0x0e, 0xe9, 0x79, 0x0c, 0xa8, 0x23, 0x6a, 0xa3, 0xdf, 0x1b, 0x30, 0x31, 0x9f -.byte 0xb1, 0x54, 0x7b, 0xfe, 0x6a, 0xcb, 0x66, 0xaa, 0xdc, 0x65, 0xd0, 0xa2, 0x9e, 0x4a, 0x9a, 0x07 -.byte 0x21, 0x6b, 0x81, 0x8f, 0xdb, 0xc4, 0x59, 0xfa, 0xde, 0x22, 0xc0, 0x04, 0x9c, 0xe3, 0xaa, 0x5b -.byte 0x36, 0x93, 0xe8, 0x3d, 0xbd, 0x7a, 0xa1, 0x9d, 0x0b, 0x76, 0xb1, 0x0b, 0xc7, 0x9d, 0xfd, 0xcf -.byte 0x98, 0xa8, 0x06, 0xc2, 0xf8, 0x2a, 0xa3, 0xa1, 0x83, 0xa0, 0xb7, 0x25, 0x72, 0xa5, 0x02, 0xe3 -.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x49, 0x02, 0x26, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06 -.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x48, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x13, 0x0c, 0x53, 0x77, 0x69, 0x73, 0x73, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x41, 0x47, 0x31 -.byte 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x18, 0x53, 0x77, 0x69, 0x73, 0x73, 0x53 -.byte 0x69, 0x67, 0x6e, 0x20, 0x53, 0x69, 0x6c, 0x76, 0x65, 0x72, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20 -.byte 0x47, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d +.byte 0xd0, 0x36, 0xd4, 0x1f, 0xea, 0xdd, 0xab, 0xe4, 0xd1, 0xb6, 0xe6, 0xfb, 0x22, 0xc0, 0xdd, 0x13 +.byte 0x0d, 0x6a, 0x7b, 0x22, 0x13, 0x1c, 0x97, 0x3c, 0x68, 0x63, 0x66, 0x32, 0x9c, 0x03, 0xb5, 0x8d +.byte 0xa4, 0x81, 0x83, 0xda, 0x78, 0x30, 0x11, 0xcf, 0xdc, 0xb2, 0x2b, 0xbe, 0x92, 0xbf, 0x8e, 0xe4 +.byte 0xc4, 0x13, 0xbe, 0xa4, 0x68, 0x4c, 0xda, 0x02, 0x68, 0x16, 0x74, 0xbe, 0xb2, 0xdd, 0x04, 0xe4 +.byte 0x6b, 0x2a, 0xdd, 0x37, 0x1f, 0x60, 0x2c, 0xdb, 0xf5, 0xf7, 0xa1, 0x7c, 0x95, 0xb7, 0x0c, 0x70 +.byte 0x86, 0x2e, 0xf1, 0x3a, 0xef, 0x52, 0xf7, 0xcc, 0xd3, 0x9b, 0xf9, 0x8b, 0xbe, 0x0e, 0xdf, 0x31 +.byte 0xb7, 0x9d, 0x68, 0x5c, 0x92, 0xa6, 0xf5, 0xe5, 0xf3, 0x0a, 0x34, 0xb5, 0xff, 0x7b, 0xa2, 0xe4 +.byte 0x87, 0xa1, 0xc6, 0xaf, 0x17, 0x00, 0xef, 0x03, 0x91, 0xed, 0xa9, 0x1c, 0x4e, 0x71, 0x3d, 0xd2 +.byte 0x8b, 0x6c, 0x89, 0xf4, 0x78, 0x86, 0xe6, 0x6a, 0x49, 0xa0, 0xce, 0xb5, 0xd2, 0xb0, 0xab, 0x9b +.byte 0xf6, 0xf4, 0xd4, 0x2e, 0xe3, 0x72, 0xf9, 0x36, 0xc6, 0xeb, 0x15, 0xb7, 0x25, 0x8c, 0x3a, 0xfc +.byte 0x25, 0x0d, 0xb3, 0x22, 0x73, 0x21, 0x74, 0xc8, 0x4a, 0x96, 0x61, 0x92, 0xf5, 0x2f, 0x0b, 0x18 +.byte 0xa5, 0xf4, 0xad, 0xe2, 0xee, 0x41, 0xbd, 0x01, 0x79, 0xfa, 0x96, 0x8c, 0x8d, 0x17, 0x02, 0x30 +.byte 0xb4, 0xf9, 0xaf, 0x78, 0x1a, 0x8c, 0xb4, 0x36, 0x10, 0x10, 0x07, 0x05, 0x70, 0xd0, 0xf4, 0x31 +.byte 0x90, 0x8a, 0x51, 0xc5, 0x86, 0x26, 0x79, 0xb2, 0x11, 0x88, 0x5e, 0xc5, 0xf0, 0x0a, 0x54, 0xcd +.byte 0x49, 0xa6, 0xbf, 0x02, 0x9c, 0xd2, 0x44, 0xa7, 0xed, 0xe3, 0x78, 0xef, 0x46, 0x5e, 0x6d, 0x71 +.byte 0xd1, 0x79, 0x70, 0x1c, 0x46, 0x5f, 0x51, 0xe9, 0xc9, 0x37, 0xdc, 0x5f, 0x7e, 0x69, 0x7b, 0x41 +.byte 0xdf, 0x34, 0x45, 0xe0, 0x3b, 0x84, 0xf4, 0xa1, 0x8a, 0x0a, 0x36, 0x9e, 0x37, 0xcc, 0x62, 0x52 +.byte 0xe1, 0x89, 0x0d, 0x28, 0xf9, 0x7a, 0x23, 0xb1, 0x0d, 0x3d, 0x3d, 0x9a, 0xfd, 0x9d, 0x81, 0xef +.byte 0x2c, 0x90, 0xc0, 0x7b, 0x44, 0x4e, 0xbb, 0x49, 0xe0, 0x0e, 0x4a, 0x56, 0x92, 0xbc, 0xcb, 0xb5 +.byte 0xdd, 0x79, 0x17, 0x89, 0x91, 0xde, 0x61, 0x89, 0x74, 0x92, 0xa8, 0xe3, 0x32, 0x85, 0xbe, 0x4e +.byte 0x85, 0xa4, 0x4b, 0x59, 0xcb, 0x2b, 0xc5, 0x78, 0x8e, 0x71, 0x54, 0xd0, 0x02, 0x37, 0x99, 0x8c +.byte 0xe5, 0x49, 0xea, 0xe0, 0x54, 0x72, 0xa4, 0x11, 0x06, 0x2f, 0x0b, 0x8c, 0xc1, 0x5b, 0xbe, 0xb5 +.byte 0xa1, 0xb0, 0x53, 0x6e, 0x9c, 0xb8, 0x60, 0x91, 0x1f, 0x59, 0x6b, 0xf9, 0x2d, 0xf4, 0x94, 0x0a +.byte 0x97, 0xb5, 0xec, 0xc5, 0x76, 0x03, 0x54, 0x1b, 0x65, 0x52, 0xba, 0x4c, 0x92, 0x56, 0x51, 0x35 +.byte 0xa0, 0x40, 0xd8, 0x29, 0xdb, 0xae, 0x52, 0x76, 0x3b, 0x2d, 0x30, 0x40, 0x9b, 0x8a, 0xd0, 0x42 +.byte 0x56, 0xb4, 0xb7, 0x88, 0x01, 0xa4, 0x87, 0x3b, 0x53, 0x96, 0xcd, 0xa3, 0x16, 0x8f, 0xf3, 0x66 +.byte 0xaa, 0x17, 0xb1, 0xc7, 0x60, 0xe0, 0xc1, 0x43, 0x05, 0x0c, 0xee, 0x9b, 0x5b, 0x60, 0x6f, 0x06 +.byte 0x5c, 0x87, 0x5b, 0x27, 0xf9, 0x40, 0x11, 0x9e, 0x9c, 0x33, 0xc1, 0xb7, 0xe5, 0x35, 0x57, 0x05 +.byte 0x7f, 0x27, 0xce, 0x17, 0x20, 0x8c, 0x1c, 0xfc, 0xf1, 0xfb, 0xda, 0x31, 0x29, 0x49, 0xed, 0xf5 +.byte 0x0b, 0x84, 0xa7, 0x4f, 0xc1, 0xf6, 0x4e, 0xc2, 0x28, 0x9c, 0xfa, 0xee, 0xe0, 0xaf, 0x07, 0xfb +.byte 0x33, 0x11, 0x7a, 0x21, 0x4f, 0x0b, 0x21, 0x10, 0xb6, 0x40, 0x3a, 0xab, 0x22, 0x3a, 0x04, 0x9c +.byte 0x8b, 0x9b, 0x84, 0x86, 0x72, 0x9a, 0xd2, 0xa7, 0xa5, 0xc4, 0xb4, 0x75, 0x91, 0xa9, 0x2b, 0x23 +.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x41, 0x00, 0x26, 0x01, 0x30, 0x3f, 0x31, 0x24, 0x30, 0x22, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1b, 0x44, 0x69, 0x67, 0x69, 0x74, 0x61, 0x6c, 0x20, 0x53, 0x69 +.byte 0x67, 0x6e, 0x61, 0x74, 0x75, 0x72, 0x65, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x6f +.byte 0x2e, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0e, 0x44, 0x53, 0x54, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x58, 0x33, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01 +.byte 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xdf, 0xaf, 0xe9, 0x97, 0x50 +.byte 0x08, 0x83, 0x57, 0xb4, 0xcc, 0x62, 0x65, 0xf6, 0x90, 0x82, 0xec, 0xc7, 0xd3, 0x2c, 0x6b, 0x30 +.byte 0xca, 0x5b, 0xec, 0xd9, 0xc3, 0x7d, 0xc7, 0x40, 0xc1, 0x18, 0x14, 0x8b, 0xe0, 0xe8, 0x33, 0x76 +.byte 0x49, 0x2a, 0xe3, 0x3f, 0x21, 0x49, 0x93, 0xac, 0x4e, 0x0e, 0xaf, 0x3e, 0x48, 0xcb, 0x65, 0xee +.byte 0xfc, 0xd3, 0x21, 0x0f, 0x65, 0xd2, 0x2a, 0xd9, 0x32, 0x8f, 0x8c, 0xe5, 0xf7, 0x77, 0xb0, 0x12 +.byte 0x7b, 0xb5, 0x95, 0xc0, 0x89, 0xa3, 0xa9, 0xba, 0xed, 0x73, 0x2e, 0x7a, 0x0c, 0x06, 0x32, 0x83 +.byte 0xa2, 0x7e, 0x8a, 0x14, 0x30, 0xcd, 0x11, 0xa0, 0xe1, 0x2a, 0x38, 0xb9, 0x79, 0x0a, 0x31, 0xfd +.byte 0x50, 0xbd, 0x80, 0x65, 0xdf, 0xb7, 0x51, 0x63, 0x83, 0xc8, 0xe2, 0x88, 0x61, 0xea, 0x4b, 0x61 +.byte 0x81, 0xec, 0x52, 0x6b, 0xb9, 0xa2, 0xe2, 0x4b, 0x1a, 0x28, 0x9f, 0x48, 0xa3, 0x9e, 0x0c, 0xda +.byte 0x09, 0x8e, 0x3e, 0x17, 0x2e, 0x1e, 0xdd, 0x20, 0xdf, 0x5b, 0xc6, 0x2a, 0x8a, 0xab, 0x2e, 0xbd +.byte 0x70, 0xad, 0xc5, 0x0b, 0x1a, 0x25, 0x90, 0x74, 0x72, 0xc5, 0x7b, 0x6a, 0xab, 0x34, 0xd6, 0x30 +.byte 0x89, 0xff, 0xe5, 0x68, 0x13, 0x7b, 0x54, 0x0b, 0xc8, 0xd6, 0xae, 0xec, 0x5a, 0x9c, 0x92, 0x1e +.byte 0x3d, 0x64, 0xb3, 0x8c, 0xc6, 0xdf, 0xbf, 0xc9, 0x41, 0x70, 0xec, 0x16, 0x72, 0xd5, 0x26, 0xec +.byte 0x38, 0x55, 0x39, 0x43, 0xd0, 0xfc, 0xfd, 0x18, 0x5c, 0x40, 0xf1, 0x97, 0xeb, 0xd5, 0x9a, 0x9b +.byte 0x8d, 0x1d, 0xba, 0xda, 0x25, 0xb9, 0xc6, 0xd8, 0xdf, 0xc1, 0x15, 0x02, 0x3a, 0xab, 0xda, 0x6e +.byte 0xf1, 0x3e, 0x2e, 0xf5, 0x5c, 0x08, 0x9c, 0x3c, 0xd6, 0x83, 0x69, 0xe4, 0x10, 0x9b, 0x19, 0x2a +.byte 0xb6, 0x29, 0x57, 0xe3, 0xe5, 0x3d, 0x9b, 0x9f, 0xf0, 0x02, 0x5d, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0x43, 0x00, 0x26, 0x02, 0x30, 0x41, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x52, 0x4f, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0b, 0x43, 0x45 +.byte 0x52, 0x54, 0x53, 0x49, 0x47, 0x4e, 0x20, 0x53, 0x41, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55 +.byte 0x04, 0x0b, 0x13, 0x13, 0x63, 0x65, 0x72, 0x74, 0x53, 0x49, 0x47, 0x4e, 0x20, 0x52, 0x4f, 0x4f +.byte 0x54, 0x20, 0x43, 0x41, 0x20, 0x47, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a +.byte 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30 +.byte 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc0, 0xc5, 0x75, 0x19, 0x91, 0x7d, 0x44, 0x74 +.byte 0x74, 0x87, 0xfe, 0x0e, 0x3b, 0x96, 0xdc, 0xd8, 0x01, 0x16, 0xcc, 0xee, 0x63, 0x91, 0xe7, 0x0b +.byte 0x6f, 0xce, 0x3b, 0x0a, 0x69, 0x1a, 0x7c, 0xc2, 0xe3, 0xaf, 0x82, 0x8e, 0x86, 0xd7, 0x5e, 0x8f +.byte 0x57, 0xeb, 0xd3, 0x21, 0x59, 0xfd, 0x39, 0x37, 0x42, 0x30, 0xbe, 0x50, 0xea, 0xb6, 0x0f, 0xa9 +.byte 0x88, 0xd8, 0x2e, 0x2d, 0x69, 0x21, 0xe7, 0xd1, 0x37, 0x18, 0x4e, 0x7d, 0x91, 0xd5, 0x16, 0x5f +.byte 0x6b, 0x5b, 0x00, 0xc2, 0x39, 0x43, 0x0d, 0x36, 0x85, 0x52, 0xb9, 0x53, 0x65, 0x0f, 0x1d, 0x42 +.byte 0xe5, 0x8f, 0xcf, 0x05, 0xd3, 0xee, 0xdc, 0x0c, 0x1a, 0xd9, 0xb8, 0x8b, 0x78, 0x22, 0x67, 0xe4 +.byte 0x69, 0xb0, 0x68, 0xc5, 0x3c, 0xe4, 0x6c, 0x5a, 0x46, 0xe7, 0xcd, 0xc7, 0xfa, 0xef, 0xc4, 0xec +.byte 0x4b, 0xbd, 0x6a, 0xa4, 0xac, 0xfd, 0xcc, 0x28, 0x51, 0xef, 0x92, 0xb4, 0x29, 0xab, 0xab, 0x35 +.byte 0x9a, 0x4c, 0xe4, 0xc4, 0x08, 0xc6, 0x26, 0xcc, 0xf8, 0x69, 0x9f, 0xe4, 0x9c, 0xf0, 0x29, 0xd3 +.byte 0x5c, 0xf9, 0xc6, 0x16, 0x25, 0x9e, 0x23, 0xc3, 0x20, 0xc1, 0x3d, 0x0f, 0x3f, 0x38, 0x40, 0xb0 +.byte 0xfe, 0x82, 0x44, 0x38, 0xaa, 0x5a, 0x1a, 0x8a, 0x6b, 0x63, 0x58, 0x38, 0xb4, 0x15, 0xd3, 0xb6 +.byte 0x11, 0x69, 0x7b, 0x1e, 0x54, 0xee, 0x8c, 0x1a, 0x22, 0xac, 0x72, 0x97, 0x3f, 0x23, 0x59, 0x9b +.byte 0xc9, 0x22, 0x84, 0xc1, 0x07, 0x4f, 0xcc, 0x7f, 0xe2, 0x57, 0xca, 0x12, 0x70, 0xbb, 0xa6, 0x65 +.byte 0xf3, 0x69, 0x75, 0x63, 0xbd, 0x95, 0xfb, 0x1b, 0x97, 0xcd, 0xe4, 0xa8, 0xaf, 0xf6, 0xd1, 0x4e +.byte 0xa8, 0xd9, 0x8a, 0x71, 0x24, 0xcd, 0x36, 0x3d, 0xbc, 0x96, 0xc4, 0xf1, 0x6c, 0xa9, 0xae, 0xe5 +.byte 0xcf, 0x0d, 0x6e, 0x28, 0x0d, 0xb0, 0x0e, 0xb5, 0xca, 0x51, 0x7b, 0x78, 0x14, 0xc3, 0x20, 0x2f +.byte 0x7f, 0xfb, 0x14, 0x55, 0xe1, 0x11, 0x99, 0xfd, 0xd5, 0x0a, 0xa1, 0x9e, 0x02, 0xe3, 0x62, 0x5f +.byte 0xeb, 0x35, 0x4b, 0x2c, 0xb8, 0x72, 0xe8, 0x3e, 0x3d, 0x4f, 0xac, 0x2c, 0xbb, 0x2e, 0x86, 0xe2 +.byte 0xa3, 0x76, 0x8f, 0xe5, 0x93, 0x2a, 0xcf, 0xa5, 0xab, 0xc8, 0x5c, 0x8d, 0x4b, 0x06, 0xff, 0x12 +.byte 0x46, 0xac, 0x78, 0xcb, 0x14, 0x07, 0x35, 0xe0, 0xa9, 0xdf, 0x8b, 0xe9, 0xaf, 0x15, 0x4f, 0x16 +.byte 0x89, 0x5b, 0xbd, 0xf6, 0x8d, 0xc6, 0x59, 0xae, 0x88, 0x85, 0x0e, 0xc1, 0x89, 0xeb, 0x1f, 0x67 +.byte 0xc5, 0x45, 0x8e, 0xff, 0x6d, 0x37, 0x36, 0x2b, 0x78, 0x66, 0x83, 0x91, 0x51, 0x2b, 0x3d, 0xff +.byte 0x51, 0x77, 0x76, 0x62, 0xa1, 0xec, 0x67, 0x3e, 0x3e, 0x81, 0x83, 0xe0, 0x56, 0xa9, 0x50, 0x1f +.byte 0x1f, 0x7a, 0x99, 0xab, 0x63, 0xbf, 0x84, 0x17, 0x77, 0xf1, 0x0d, 0x3b, 0xdf, 0xf7, 0x9c, 0x61 +.byte 0xb3, 0x35, 0x98, 0x8a, 0x3a, 0xb2, 0xec, 0x3c, 0x1a, 0x37, 0x3f, 0x7e, 0x8f, 0x92, 0xcf, 0xd9 +.byte 0x12, 0x14, 0x64, 0xda, 0x10, 0x02, 0x15, 0x41, 0xff, 0x4f, 0xc4, 0xeb, 0x1c, 0xa3, 0xc9, 0xfa +.byte 0x99, 0xf7, 0x46, 0xe9, 0xe1, 0x18, 0xd9, 0xb1, 0xb8, 0x32, 0x2d, 0xcb, 0x14, 0x0c, 0x50, 0xd8 +.byte 0x83, 0x65, 0x83, 0xee, 0xb9, 0x5c, 0xcf, 0xcb, 0x05, 0x5a, 0x4c, 0xfa, 0x19, 0x97, 0x6b, 0xd6 +.byte 0x5d, 0x13, 0xd3, 0xc2, 0x5c, 0x54, 0xbc, 0x32, 0x73, 0xa0, 0x78, 0xf5, 0xf1, 0x6d, 0x1e, 0xcb +.byte 0x9f, 0xa5, 0xa6, 0x9f, 0x22, 0xdc, 0xd1, 0x51, 0x9e, 0x82, 0x79, 0x64, 0x60, 0x29, 0x13, 0x3e +.byte 0xa3, 0xfd, 0x4f, 0x72, 0x6a, 0xab, 0xe2, 0xd4, 0xe5, 0xb8, 0x24, 0x55, 0x2c, 0x44, 0x4b, 0x8a +.byte 0x88, 0x44, 0x9c, 0xca, 0x84, 0xd3, 0x2a, 0x3b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x43, 0x00, 0x26 +.byte 0x02, 0x30, 0x41, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53 +.byte 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0b, 0x41, 0x66, 0x66, 0x69, 0x72 +.byte 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c +.byte 0x13, 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x50, 0x72, 0x65 +.byte 0x6d, 0x69, 0x75, 0x6d, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a +.byte 0x02, 0x82, 0x02, 0x01, 0x00, 0xc4, 0x12, 0xdf, 0xa9, 0x5f, 0xfe, 0x41, 0xdd, 0xdd, 0xf5, 0x9f +.byte 0x8a, 0xe3, 0xf6, 0xac, 0xe1, 0x3c, 0x78, 0x9a, 0xbc, 0xd8, 0xf0, 0x7f, 0x7a, 0xa0, 0x33, 0x2a +.byte 0xdc, 0x8d, 0x20, 0x5b, 0xae, 0x2d, 0x6f, 0xe7, 0x93, 0xd9, 0x36, 0x70, 0x6a, 0x68, 0xcf, 0x8e +.byte 0x51, 0xa3, 0x85, 0x5b, 0x67, 0x04, 0xa0, 0x10, 0x24, 0x6f, 0x5d, 0x28, 0x82, 0xc1, 0x97, 0x57 +.byte 0xd8, 0x48, 0x29, 0x13, 0xb6, 0xe1, 0xbe, 0x91, 0x4d, 0xdf, 0x85, 0x0c, 0x53, 0x18, 0x9a, 0x1e +.byte 0x24, 0xa2, 0x4f, 0x8f, 0xf0, 0xa2, 0x85, 0x0b, 0xcb, 0xf4, 0x29, 0x7f, 0xd2, 0xa4, 0x58, 0xee +.byte 0x26, 0x4d, 0xc9, 0xaa, 0xa8, 0x7b, 0x9a, 0xd9, 0xfa, 0x38, 0xde, 0x44, 0x57, 0x15, 0xe5, 0xf8 +.byte 0x8c, 0xc8, 0xd9, 0x48, 0xe2, 0x0d, 0x16, 0x27, 0x1d, 0x1e, 0xc8, 0x83, 0x85, 0x25, 0xb7, 0xba +.byte 0xaa, 0x55, 0x41, 0xcc, 0x03, 0x22, 0x4b, 0x2d, 0x91, 0x8d, 0x8b, 0xe6, 0x89, 0xaf, 0x66, 0xc7 +.byte 0xe9, 0xff, 0x2b, 0xe9, 0x3c, 0xac, 0xda, 0xd2, 0xb3, 0xc3, 0xe1, 0x68, 0x9c, 0x89, 0xf8, 0x7a +.byte 0x00, 0x56, 0xde, 0xf4, 0x55, 0x95, 0x6c, 0xfb, 0xba, 0x64, 0xdd, 0x62, 0x8b, 0xdf, 0x0b, 0x77 +.byte 0x32, 0xeb, 0x62, 0xcc, 0x26, 0x9a, 0x9b, 0xbb, 0xaa, 0x62, 0x83, 0x4c, 0xb4, 0x06, 0x7a, 0x30 +.byte 0xc8, 0x29, 0xbf, 0xed, 0x06, 0x4d, 0x97, 0xb9, 0x1c, 0xc4, 0x31, 0x2b, 0xd5, 0x5f, 0xbc, 0x53 +.byte 0x12, 0x17, 0x9c, 0x99, 0x57, 0x29, 0x66, 0x77, 0x61, 0x21, 0x31, 0x07, 0x2e, 0x25, 0x49, 0x9d +.byte 0x18, 0xf2, 0xee, 0xf3, 0x2b, 0x71, 0x8c, 0xb5, 0xba, 0x39, 0x07, 0x49, 0x77, 0xfc, 0xef, 0x2e +.byte 0x92, 0x90, 0x05, 0x8d, 0x2d, 0x2f, 0x77, 0x7b, 0xef, 0x43, 0xbf, 0x35, 0xbb, 0x9a, 0xd8, 0xf9 +.byte 0x73, 0xa7, 0x2c, 0xf2, 0xd0, 0x57, 0xee, 0x28, 0x4e, 0x26, 0x5f, 0x8f, 0x90, 0x68, 0x09, 0x2f +.byte 0xb8, 0xf8, 0xdc, 0x06, 0xe9, 0x2e, 0x9a, 0x3e, 0x51, 0xa7, 0xd1, 0x22, 0xc4, 0x0a, 0xa7, 0x38 +.byte 0x48, 0x6c, 0xb3, 0xf9, 0xff, 0x7d, 0xab, 0x86, 0x57, 0xe3, 0xba, 0xd6, 0x85, 0x78, 0x77, 0xba +.byte 0x43, 0xea, 0x48, 0x7f, 0xf6, 0xd8, 0xbe, 0x23, 0x6d, 0x1e, 0xbf, 0xd1, 0x36, 0x6c, 0x58, 0x5c +.byte 0xf1, 0xee, 0xa4, 0x19, 0x54, 0x1a, 0xf5, 0x03, 0xd2, 0x76, 0xe6, 0xe1, 0x8c, 0xbd, 0x3c, 0xb3 +.byte 0xd3, 0x48, 0x4b, 0xe2, 0xc8, 0xf8, 0x7f, 0x92, 0xa8, 0x76, 0x46, 0x9c, 0x42, 0x65, 0x3e, 0xa4 +.byte 0x1e, 0xc1, 0x07, 0x03, 0x5a, 0x46, 0x2d, 0xb8, 0x97, 0xf3, 0xb7, 0xd5, 0xb2, 0x55, 0x21, 0xef +.byte 0xba, 0xdc, 0x4c, 0x00, 0x97, 0xfb, 0x14, 0x95, 0x27, 0x33, 0xbf, 0xe8, 0x43, 0x47, 0x46, 0xd2 +.byte 0x08, 0x99, 0x16, 0x60, 0x3b, 0x9a, 0x7e, 0xd2, 0xe6, 0xed, 0x38, 0xea, 0xec, 0x01, 0x1e, 0x3c +.byte 0x48, 0x56, 0x49, 0x09, 0xc7, 0x4c, 0x37, 0x00, 0x9e, 0x88, 0x0e, 0xc0, 0x73, 0xe1, 0x6f, 0x66 +.byte 0xe9, 0x72, 0x47, 0x30, 0x3e, 0x10, 0xe5, 0x0b, 0x03, 0xc9, 0x9a, 0x42, 0x00, 0x6c, 0xc5, 0x94 +.byte 0x7e, 0x61, 0xc4, 0x8a, 0xdf, 0x7f, 0x82, 0x1a, 0x0b, 0x59, 0xc4, 0x59, 0x32, 0x77, 0xb3, 0xbc +.byte 0x60, 0x69, 0x56, 0x39, 0xfd, 0xb4, 0x06, 0x7b, 0x2c, 0xd6, 0x64, 0x36, 0xd9, 0xbd, 0x48, 0xed +.byte 0x84, 0x1f, 0x7e, 0xa5, 0x22, 0x8f, 0x2a, 0xb8, 0x42, 0xf4, 0x82, 0xb7, 0xd4, 0x53, 0x90, 0x78 +.byte 0x4e, 0x2d, 0x1a, 0xfd, 0x81, 0x6f, 0x44, 0xd7, 0x3b, 0x01, 0x74, 0x96, 0x42, 0xe0, 0x00, 0xe2 +.byte 0x2e, 0x6b, 0xea, 0xc5, 0xee, 0x72, 0xac, 0xbb, 0xbf, 0xfe, 0xea, 0xaa, 0xa8, 0xf8, 0xdc, 0xf6 +.byte 0xb2, 0x79, 0x8a, 0xb6, 0x67, 0x02, 0x03, 0x01, 0x00, 0x01, 0x44, 0x00, 0x26, 0x02, 0x30, 0x42 +.byte 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x09, 0x41, 0x43, 0x43, 0x56, 0x52 +.byte 0x41, 0x49, 0x5a, 0x31, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x07, 0x50 +.byte 0x4b, 0x49, 0x41, 0x43, 0x43, 0x56, 0x31, 0x0d, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c +.byte 0x04, 0x41, 0x43, 0x43, 0x56, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x45, 0x53, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d .byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82 -.byte 0x02, 0x01, 0x00, 0xc4, 0xf1, 0x87, 0x7f, 0xd3, 0x78, 0x31, 0xf7, 0x38, 0xc9, 0xf8, 0xc3, 0x99 -.byte 0x43, 0xbc, 0xc7, 0xf7, 0xbc, 0x37, 0xe7, 0x4e, 0x71, 0xba, 0x4b, 0x8f, 0xa5, 0x73, 0x1d, 0x5c -.byte 0x6e, 0x98, 0xae, 0x03, 0x57, 0xae, 0x38, 0x37, 0x43, 0x2f, 0x17, 0x3d, 0x1f, 0xc8, 0xce, 0x68 -.byte 0x10, 0xc1, 0x78, 0xae, 0x19, 0x03, 0x2b, 0x10, 0xfa, 0x2c, 0x79, 0x83, 0xf6, 0xe8, 0xb9, 0x68 -.byte 0xb9, 0x55, 0xf2, 0x04, 0x44, 0xa7, 0x39, 0xf9, 0xfc, 0x04, 0x8b, 0x1e, 0xf1, 0xa2, 0x4d, 0x27 -.byte 0xf9, 0x61, 0x7b, 0xba, 0xb7, 0xe5, 0xa2, 0x13, 0xb6, 0xeb, 0x61, 0x3e, 0xd0, 0x6c, 0xd1, 0xe6 -.byte 0xfb, 0xfa, 0x5e, 0xed, 0x1d, 0xb4, 0x9e, 0xa0, 0x35, 0x5b, 0xa1, 0x92, 0xcb, 0xf0, 0x49, 0x92 -.byte 0xfe, 0x85, 0x0a, 0x05, 0x3e, 0xe6, 0xd9, 0x0b, 0xe2, 0x4f, 0xbb, 0xdc, 0x95, 0x37, 0xfc, 0x91 -.byte 0xe9, 0x32, 0x35, 0x22, 0xd1, 0x1f, 0x3a, 0x4e, 0x27, 0x85, 0x9d, 0xb0, 0x15, 0x94, 0x32, 0xda -.byte 0x61, 0x0d, 0x47, 0x4d, 0x60, 0x42, 0xae, 0x92, 0x47, 0xe8, 0x83, 0x5a, 0x50, 0x58, 0xe9, 0x8a -.byte 0x8b, 0xb9, 0x5d, 0xa1, 0xdc, 0xdd, 0x99, 0x4a, 0x1f, 0x36, 0x67, 0xbb, 0x48, 0xe4, 0x83, 0xb6 -.byte 0x37, 0xeb, 0x48, 0x3a, 0xaf, 0x0f, 0x67, 0x8f, 0x17, 0x07, 0xe8, 0x04, 0xca, 0xef, 0x6a, 0x31 -.byte 0x87, 0xd4, 0xc0, 0xb6, 0xf9, 0x94, 0x71, 0x7b, 0x67, 0x64, 0xb8, 0xb6, 0x91, 0x4a, 0x42, 0x7b -.byte 0x65, 0x2e, 0x30, 0x6a, 0x0c, 0xf5, 0x90, 0xee, 0x95, 0xe6, 0xf2, 0xcd, 0x82, 0xec, 0xd9, 0xa1 -.byte 0x4a, 0xec, 0xf6, 0xb2, 0x4b, 0xe5, 0x45, 0x85, 0xe6, 0x6d, 0x78, 0x93, 0x04, 0x2e, 0x9c, 0x82 -.byte 0x6d, 0x36, 0xa9, 0xc4, 0x31, 0x64, 0x1f, 0x86, 0x83, 0x0b, 0x2a, 0xf4, 0x35, 0x0a, 0x78, 0xc9 -.byte 0x55, 0xcf, 0x41, 0xb0, 0x47, 0xe9, 0x30, 0x9f, 0x99, 0xbe, 0x61, 0xa8, 0x06, 0x84, 0xb9, 0x28 -.byte 0x7a, 0x5f, 0x38, 0xd9, 0x1b, 0xa9, 0x38, 0xb0, 0x83, 0x7f, 0x73, 0xc1, 0xc3, 0x3b, 0x48, 0x2a -.byte 0x82, 0x0f, 0x21, 0x9b, 0xb8, 0xcc, 0xa8, 0x35, 0xc3, 0x84, 0x1b, 0x83, 0xb3, 0x3e, 0xbe, 0xa4 -.byte 0x95, 0x69, 0x01, 0x3a, 0x89, 0x00, 0x78, 0x04, 0xd9, 0xc9, 0xf4, 0x99, 0x19, 0xab, 0x56, 0x7e -.byte 0x5b, 0x8b, 0x86, 0x39, 0x15, 0x91, 0xa4, 0x10, 0x2c, 0x09, 0x32, 0x80, 0x60, 0xb3, 0x93, 0xc0 -.byte 0x2a, 0xb6, 0x18, 0x0b, 0x9d, 0x7e, 0x8d, 0x49, 0xf2, 0x10, 0x4a, 0x7f, 0xf9, 0xd5, 0x46, 0x2f -.byte 0x19, 0x92, 0xa3, 0x99, 0xa7, 0x26, 0xac, 0xbb, 0x8c, 0x3c, 0xe6, 0x0e, 0xbc, 0x47, 0x07, 0xdc -.byte 0x73, 0x51, 0xf1, 0x70, 0x64, 0x2f, 0x08, 0xf9, 0xb4, 0x47, 0x1d, 0x30, 0x6c, 0x44, 0xea, 0x29 -.byte 0x37, 0x85, 0x92, 0x68, 0x66, 0xbc, 0x83, 0x38, 0xfe, 0x7b, 0x39, 0x2e, 0xd3, 0x50, 0xf0, 0x1f -.byte 0xfb, 0x5e, 0x60, 0xb6, 0xa9, 0xa6, 0xfa, 0x27, 0x41, 0xf1, 0x9b, 0x18, 0x72, 0xf2, 0xf5, 0x84 -.byte 0x74, 0x4a, 0xc9, 0x67, 0xc4, 0x54, 0xae, 0x48, 0x64, 0xdf, 0x8c, 0xd1, 0x6e, 0xb0, 0x1d, 0xe1 -.byte 0x07, 0x8f, 0x08, 0x1e, 0x99, 0x9c, 0x71, 0xe9, 0x4c, 0xd8, 0xa5, 0xf7, 0x47, 0x12, 0x1f, 0x74 -.byte 0xd1, 0x51, 0x9e, 0x86, 0xf3, 0xc2, 0xa2, 0x23, 0x40, 0x0b, 0x73, 0xdb, 0x4b, 0xa6, 0xe7, 0x73 -.byte 0x06, 0x8c, 0xc1, 0xa0, 0xe9, 0xc1, 0x59, 0xac, 0x46, 0xfa, 0xe6, 0x2f, 0xf8, 0xcf, 0x71, 0x9c -.byte 0x46, 0x6d, 0xb9, 0xc4, 0x15, 0x8d, 0x38, 0x79, 0x03, 0x45, 0x48, 0xef, 0xc4, 0x5d, 0xd7, 0x08 -.byte 0xee, 0x87, 0x39, 0x22, 0x86, 0xb2, 0x0d, 0x0f, 0x58, 0x43, 0xf7, 0x71, 0xa9, 0x48, 0x2e, 0xfd -.byte 0xea, 0xd6, 0x1f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x49, 0x02, 0x26, 0x30, 0x47, 0x31, 0x0b -.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x11, 0x30, 0x0f, 0x06 -.byte 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x08, 0x55, 0x6e, 0x69, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x25 -.byte 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x55, 0x43, 0x41, 0x20, 0x45, 0x78, 0x74 -.byte 0x65, 0x6e, 0x64, 0x65, 0x64, 0x20, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e -.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 -.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02 -.byte 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa9, 0x09, 0x07, 0x28, 0x13, 0x02, 0xb0, 0x99, 0xe0, 0x64 -.byte 0xaa, 0x1e, 0x43, 0x16, 0x7a, 0x73, 0xb1, 0x91, 0xa0, 0x75, 0x3e, 0xa8, 0xfa, 0xe3, 0x38, 0x00 -.byte 0x7a, 0xec, 0x89, 0x6a, 0x20, 0x0f, 0x8b, 0xc5, 0xb0, 0x9b, 0x33, 0x03, 0x5a, 0x86, 0xc6, 0x58 -.byte 0x86, 0xd5, 0xc1, 0x85, 0xbb, 0x4f, 0xc6, 0x9c, 0x40, 0x4d, 0xca, 0xbe, 0xee, 0x69, 0x96, 0xb8 -.byte 0xad, 0x81, 0x30, 0x9a, 0x7c, 0x92, 0x05, 0xeb, 0x05, 0x2b, 0x9a, 0x48, 0xd0, 0xb8, 0x76, 0x3e -.byte 0x96, 0xc8, 0x20, 0xbb, 0xd2, 0xb0, 0xf1, 0x8f, 0xd8, 0xac, 0x45, 0x46, 0xff, 0xaa, 0x67, 0x60 -.byte 0xb4, 0x77, 0x7e, 0x6a, 0x1f, 0x3c, 0x1a, 0x52, 0x7a, 0x04, 0x3d, 0x07, 0x3c, 0x85, 0x0d, 0x84 -.byte 0xd0, 0x1f, 0x76, 0x0a, 0xf7, 0x6a, 0x14, 0xdf, 0x72, 0xe3, 0x34, 0x7c, 0x57, 0x4e, 0x56, 0x01 -.byte 0x3e, 0x79, 0xf1, 0xaa, 0x29, 0x3b, 0x6c, 0xfa, 0xf8, 0x8f, 0x6d, 0x4d, 0xc8, 0x35, 0xdf, 0xae -.byte 0xeb, 0xdc, 0x24, 0xee, 0x79, 0x45, 0xa7, 0x85, 0xb6, 0x05, 0x88, 0xde, 0x88, 0x5d, 0x25, 0x7c -.byte 0x97, 0x64, 0x67, 0x09, 0xd9, 0xbf, 0x5a, 0x15, 0x05, 0x86, 0xf3, 0x09, 0x1e, 0xec, 0x58, 0x32 -.byte 0x33, 0x11, 0xf3, 0x77, 0x64, 0xb0, 0x76, 0x1f, 0xe4, 0x10, 0x35, 0x17, 0x1b, 0xf2, 0x0e, 0xb1 -.byte 0x6c, 0xa4, 0x2a, 0xa3, 0x73, 0xfc, 0x09, 0x1f, 0x1e, 0x32, 0x19, 0x53, 0x11, 0xe7, 0xd9, 0xb3 -.byte 0x2c, 0x2e, 0x76, 0x2e, 0xa1, 0xa3, 0xde, 0x7e, 0x6a, 0x88, 0x09, 0xe8, 0xf2, 0x07, 0x8a, 0xf8 -.byte 0xb2, 0xcd, 0x10, 0xe7, 0xe2, 0x73, 0x40, 0x93, 0xbb, 0x08, 0xd1, 0x3f, 0xe1, 0xfc, 0x0b, 0x94 -.byte 0xb3, 0x25, 0xef, 0x7c, 0xa6, 0xd7, 0xd1, 0xaf, 0x9f, 0xff, 0x96, 0x9a, 0xf5, 0x91, 0x7b, 0x98 -.byte 0x0b, 0x77, 0xd4, 0x7e, 0xe8, 0x07, 0xd2, 0x62, 0xb5, 0x95, 0x39, 0xe3, 0xf3, 0xf1, 0x6d, 0x0f -.byte 0x0e, 0x65, 0x84, 0x8a, 0x63, 0x54, 0xc5, 0x80, 0xb6, 0xe0, 0x9e, 0x4b, 0x7d, 0x47, 0x26, 0xa7 -.byte 0x01, 0x08, 0x5d, 0xd1, 0x88, 0x9e, 0xd7, 0xc3, 0x32, 0x44, 0xfa, 0x82, 0x4a, 0x0a, 0x68, 0x54 -.byte 0x7f, 0x38, 0x53, 0x03, 0xcc, 0xa4, 0x00, 0x33, 0x64, 0x51, 0x59, 0x0b, 0xa3, 0x82, 0x91, 0x7a -.byte 0x5e, 0xec, 0x16, 0xc2, 0xf3, 0x2a, 0xe6, 0x62, 0xda, 0x2a, 0xdb, 0x59, 0x62, 0x10, 0x25, 0x4a -.byte 0x2a, 0x81, 0x0b, 0x47, 0x07, 0x43, 0x06, 0x70, 0x87, 0xd2, 0xfa, 0x93, 0x11, 0x29, 0x7a, 0x48 -.byte 0x4d, 0xeb, 0x94, 0xc7, 0x70, 0x4d, 0xaf, 0x67, 0xd5, 0x51, 0xb1, 0x80, 0x20, 0x01, 0x01, 0xb4 -.byte 0x7a, 0x08, 0xa6, 0x90, 0x7f, 0x4e, 0xe0, 0xef, 0x07, 0x41, 0x87, 0xaf, 0x6a, 0xa5, 0x5e, 0x8b -.byte 0xfb, 0xcf, 0x50, 0xb2, 0x9a, 0x54, 0xaf, 0xc3, 0x89, 0xba, 0x58, 0x2d, 0xf5, 0x30, 0x98, 0xb1 -.byte 0x36, 0x72, 0x39, 0x7e, 0x49, 0x04, 0xfd, 0x29, 0xa7, 0x4c, 0x79, 0xe4, 0x05, 0x57, 0xdb, 0x94 -.byte 0xb9, 0x16, 0x53, 0x8d, 0x46, 0xb3, 0x1d, 0x95, 0x61, 0x57, 0x56, 0x7f, 0xaf, 0xf0, 0x16, 0x5b -.byte 0x61, 0x58, 0x6f, 0x36, 0x50, 0x11, 0x0b, 0xd8, 0xac, 0x2b, 0x95, 0x16, 0x1a, 0x0e, 0x1f, 0x08 -.byte 0xcd, 0x36, 0x34, 0x65, 0x10, 0x62, 0x66, 0xd5, 0x80, 0x5f, 0x14, 0x20, 0x5f, 0x2d, 0x0c, 0xa0 -.byte 0x78, 0x0a, 0x68, 0xd6, 0x2c, 0xd7, 0xe9, 0x6f, 0x2b, 0xd2, 0x4a, 0x05, 0x93, 0xfc, 0x9e, 0x6f -.byte 0x6b, 0x67, 0xff, 0x88, 0xf1, 0x4e, 0xa5, 0x69, 0x4a, 0x52, 0x37, 0x05, 0xea, 0xc6, 0x16, 0x8d -.byte 0xd2, 0xc4, 0x99, 0xd1, 0x82, 0x2b, 0x3b, 0xba, 0x35, 0x75, 0xf7, 0x51, 0x51, 0x58, 0xf3, 0xc8 -.byte 0x07, 0xdd, 0xe4, 0xb4, 0x03, 0x7f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x49, 0x00, 0x78, 0x30 -.byte 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x1c -.byte 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x13, 0x69, 0x54, 0x72, 0x75, 0x73, 0x43, 0x68 -.byte 0x69, 0x6e, 0x61, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x1a, 0x30, 0x18 -.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x11, 0x76, 0x54, 0x72, 0x75, 0x73, 0x20, 0x45, 0x43, 0x43 -.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86 -.byte 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04 -.byte 0x65, 0x50, 0x4a, 0xae, 0x8c, 0x79, 0x96, 0x4a, 0xaa, 0x1c, 0x08, 0xc3, 0xa3, 0xa2, 0xcd, 0xfe -.byte 0x59, 0x56, 0x41, 0x77, 0xfd, 0x26, 0x94, 0x42, 0xbb, 0x1d, 0xcd, 0x08, 0xdb, 0x73, 0xb2, 0x5b -.byte 0x75, 0xf3, 0xcf, 0x9c, 0x4e, 0x82, 0xf4, 0xbf, 0xf8, 0x61, 0x26, 0x85, 0x6c, 0xd6, 0x85, 0x5b -.byte 0x72, 0x70, 0xd2, 0xfd, 0xdb, 0x62, 0xb4, 0xdf, 0x53, 0x8b, 0xbd, 0xb1, 0x44, 0x58, 0x62, 0x42 -.byte 0x09, 0xc7, 0xfa, 0x7f, 0x5b, 0x10, 0xe7, 0xfe, 0x40, 0xfd, 0xc0, 0xd8, 0xc3, 0x2b, 0x32, 0xe7 -.byte 0x70, 0xa6, 0xb7, 0xa6, 0x20, 0x55, 0x1d, 0x7b, 0x80, 0x5d, 0x4b, 0x8f, 0x67, 0x4c, 0xf1, 0x10 -.byte 0x00, 0x49, 0x01, 0x26, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 -.byte 0x02, 0x48, 0x4b, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0d, 0x48, 0x6f -.byte 0x6e, 0x67, 0x6b, 0x6f, 0x6e, 0x67, 0x20, 0x50, 0x6f, 0x73, 0x74, 0x31, 0x20, 0x30, 0x1e, 0x06 -.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x48, 0x6f, 0x6e, 0x67, 0x6b, 0x6f, 0x6e, 0x67, 0x20, 0x50 -.byte 0x6f, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x30, 0x82, 0x01 +.byte 0x02, 0x01, 0x00, 0x9b, 0xa9, 0xab, 0xbf, 0x61, 0x4a, 0x97, 0xaf, 0x2f, 0x97, 0x66, 0x9a, 0x74 +.byte 0x5f, 0xd0, 0xd9, 0x96, 0xfd, 0xcf, 0xe2, 0xe4, 0x66, 0xef, 0x1f, 0x1f, 0x47, 0x33, 0xc2, 0x44 +.byte 0xa3, 0xdf, 0x9a, 0xde, 0x1f, 0xb5, 0x54, 0xdd, 0x15, 0x7c, 0x69, 0x35, 0x11, 0x6f, 0xbb, 0xc8 +.byte 0x0c, 0x8e, 0x6a, 0x18, 0x1e, 0xd8, 0x8f, 0xd9, 0x16, 0xbc, 0x10, 0x48, 0x36, 0x5c, 0xf0, 0x63 +.byte 0xb3, 0x90, 0x5a, 0x5c, 0x24, 0x37, 0xd7, 0xa3, 0xd6, 0xcb, 0x09, 0x71, 0xb9, 0xf1, 0x01, 0x72 +.byte 0x84, 0xb0, 0x7d, 0xdb, 0x4d, 0x80, 0xcd, 0xfc, 0xd3, 0x6f, 0xc9, 0xf8, 0xda, 0xb6, 0x0e, 0x82 +.byte 0xd2, 0x45, 0x85, 0xa8, 0x1b, 0x68, 0xa8, 0x3d, 0xe8, 0xf4, 0x44, 0x6c, 0xbd, 0xa1, 0xc2, 0xcb +.byte 0x03, 0xbe, 0x8c, 0x3e, 0x13, 0x00, 0x84, 0xdf, 0x4a, 0x48, 0xc0, 0xe3, 0x22, 0x0a, 0xe8, 0xe9 +.byte 0x37, 0xa7, 0x18, 0x4c, 0xb1, 0x09, 0x0d, 0x23, 0x56, 0x7f, 0x04, 0x4d, 0xd9, 0x17, 0x84, 0x18 +.byte 0xa5, 0xc8, 0xda, 0x40, 0x94, 0x73, 0xeb, 0xce, 0x0e, 0x57, 0x3c, 0x03, 0x81, 0x3a, 0x9d, 0x0a +.byte 0xa1, 0x57, 0x43, 0x69, 0xac, 0x57, 0x6d, 0x79, 0x90, 0x78, 0xe5, 0xb5, 0xb4, 0x3b, 0xd8, 0xbc +.byte 0x4c, 0x8d, 0x28, 0xa1, 0xa7, 0xa3, 0xa7, 0xba, 0x02, 0x4e, 0x25, 0xd1, 0x2a, 0xae, 0xed, 0xae +.byte 0x03, 0x22, 0xb8, 0x6b, 0x20, 0x0f, 0x30, 0x28, 0x54, 0x95, 0x7f, 0xe0, 0xee, 0xce, 0x0a, 0x66 +.byte 0x9d, 0xd1, 0x40, 0x2d, 0x6e, 0x22, 0xaf, 0x9d, 0x1a, 0xc1, 0x05, 0x19, 0xd2, 0x6f, 0xc0, 0xf2 +.byte 0x9f, 0xf8, 0x7b, 0xb3, 0x02, 0x42, 0xfb, 0x50, 0xa9, 0x1d, 0x2d, 0x93, 0x0f, 0x23, 0xab, 0xc6 +.byte 0xc1, 0x0f, 0x92, 0xff, 0xd0, 0xa2, 0x15, 0xf5, 0x53, 0x09, 0x71, 0x1c, 0xff, 0x45, 0x13, 0x84 +.byte 0xe6, 0x26, 0x5e, 0xf8, 0xe0, 0x88, 0x1c, 0x0a, 0xfc, 0x16, 0xb6, 0xa8, 0x73, 0x06, 0xb8, 0xf0 +.byte 0x63, 0x84, 0x02, 0xa0, 0xc6, 0x5a, 0xec, 0xe7, 0x74, 0xdf, 0x70, 0xae, 0xa3, 0x83, 0x25, 0xea +.byte 0xd6, 0xc7, 0x97, 0x87, 0x93, 0xa7, 0xc6, 0x8a, 0x8a, 0x33, 0x97, 0x60, 0x37, 0x10, 0x3e, 0x97 +.byte 0x3e, 0x6e, 0x29, 0x15, 0xd6, 0xa1, 0x0f, 0xd1, 0x88, 0x2c, 0x12, 0x9f, 0x6f, 0xaa, 0xa4, 0xc6 +.byte 0x42, 0xeb, 0x41, 0xa2, 0xe3, 0x95, 0x43, 0xd3, 0x01, 0x85, 0x6d, 0x8e, 0xbb, 0x3b, 0xf3, 0x23 +.byte 0x36, 0xc7, 0xfe, 0x3b, 0xe0, 0xa1, 0x25, 0x07, 0x48, 0xab, 0xc9, 0x89, 0x74, 0xff, 0x08, 0x8f +.byte 0x80, 0xbf, 0xc0, 0x96, 0x65, 0xf3, 0xee, 0xec, 0x4b, 0x68, 0xbd, 0x9d, 0x88, 0xc3, 0x31, 0xb3 +.byte 0x40, 0xf1, 0xe8, 0xcf, 0xf6, 0x38, 0xbb, 0x9c, 0xe4, 0xd1, 0x7f, 0xd4, 0xe5, 0x58, 0x9b, 0x7c +.byte 0xfa, 0xd4, 0xf3, 0x0e, 0x9b, 0x75, 0x91, 0xe4, 0xba, 0x52, 0x2e, 0x19, 0x7e, 0xd1, 0xf5, 0xcd +.byte 0x5a, 0x19, 0xfc, 0xba, 0x06, 0xf6, 0xfb, 0x52, 0xa8, 0x4b, 0x99, 0x04, 0xdd, 0xf8, 0xf9, 0xb4 +.byte 0x8b, 0x50, 0xa3, 0x4e, 0x62, 0x89, 0xf0, 0x87, 0x24, 0xfa, 0x83, 0x42, 0xc1, 0x87, 0xfa, 0xd5 +.byte 0x2d, 0x29, 0x2a, 0x5a, 0x71, 0x7a, 0x64, 0x6a, 0xd7, 0x27, 0x60, 0x63, 0x0d, 0xdb, 0xce, 0x49 +.byte 0xf5, 0x8d, 0x1f, 0x90, 0x89, 0x32, 0x17, 0xf8, 0x73, 0x43, 0xb8, 0xd2, 0x5a, 0x93, 0x86, 0x61 +.byte 0xd6, 0xe1, 0x75, 0x0a, 0xea, 0x79, 0x66, 0x76, 0x88, 0x4f, 0x71, 0xeb, 0x04, 0x25, 0xd6, 0x0a +.byte 0x5a, 0x7a, 0x93, 0xe5, 0xb9, 0x4b, 0x17, 0x40, 0x0f, 0xb1, 0xb6, 0xb9, 0xf5, 0xde, 0x4f, 0xdc +.byte 0xe0, 0xb3, 0xac, 0x3b, 0x11, 0x70, 0x60, 0x84, 0x4a, 0x43, 0x6e, 0x99, 0x20, 0xc0, 0x29, 0x71 +.byte 0x0a, 0xc0, 0x65, 0x02, 0x03, 0x01, 0x00, 0x01, 0x45, 0x00, 0x26, 0x02, 0x30, 0x43, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x1c, 0x30, 0x1a, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x13, 0x69, 0x54, 0x72, 0x75, 0x73, 0x43, 0x68, 0x69, 0x6e, 0x61 +.byte 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x13, 0x0d, 0x76, 0x54, 0x72, 0x75, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02 +.byte 0x01, 0x00, 0xbd, 0x55, 0x7c, 0x61, 0xd3, 0xb8, 0x1d, 0x04, 0x62, 0x05, 0xa0, 0xae, 0x6c, 0xb7 +.byte 0x70, 0xb4, 0x41, 0xea, 0x4b, 0x03, 0x5e, 0x10, 0x3f, 0x90, 0x5a, 0x1c, 0x8b, 0x3b, 0xb0, 0x66 +.byte 0x8b, 0x6c, 0x48, 0xa6, 0x1c, 0x22, 0xba, 0xd5, 0x40, 0x92, 0xee, 0x33, 0xb2, 0x23, 0x59, 0xc9 +.byte 0x8e, 0xbc, 0x58, 0xda, 0x8b, 0x9e, 0xd0, 0x19, 0xf2, 0x2f, 0x59, 0xc6, 0x8c, 0x63, 0x5a, 0xba +.byte 0x9f, 0xa3, 0x0b, 0xb0, 0xb3, 0x9a, 0x5c, 0xba, 0x11, 0xb8, 0x12, 0xe9, 0x0c, 0xbb, 0xcf, 0x6e +.byte 0x6c, 0x80, 0x87, 0x29, 0x14, 0x03, 0x2c, 0x8d, 0x24, 0x9a, 0xc8, 0x64, 0x83, 0xb5, 0x6a, 0xac +.byte 0x13, 0x2c, 0x33, 0xf1, 0x9f, 0xdc, 0x2c, 0x61, 0x3c, 0x1a, 0x3f, 0x70, 0x55, 0x9b, 0xad, 0x00 +.byte 0x52, 0x7f, 0xcf, 0x04, 0xb9, 0xfe, 0x36, 0xfa, 0x9c, 0xc0, 0x16, 0xae, 0x62, 0xfe, 0x96, 0x4c +.byte 0x43, 0x7e, 0x55, 0x14, 0xbe, 0x1a, 0xb3, 0xd2, 0x6d, 0xc2, 0xaf, 0x76, 0x66, 0x95, 0x6b, 0x2a +.byte 0xb0, 0x94, 0x77, 0x85, 0x5e, 0x04, 0x0f, 0x62, 0x1d, 0x63, 0x75, 0xf7, 0x6b, 0xe7, 0xcb, 0x5b +.byte 0x9a, 0x70, 0xec, 0x3e, 0x67, 0x05, 0xf0, 0xfe, 0x07, 0x08, 0x80, 0xcf, 0x28, 0xdb, 0x05, 0xc6 +.byte 0x14, 0x27, 0x2f, 0x86, 0x7d, 0xf0, 0x27, 0xde, 0xff, 0xe6, 0x7e, 0x33, 0x48, 0xe7, 0x0b, 0x1e +.byte 0x58, 0xd1, 0x27, 0x2b, 0x53, 0x0e, 0x57, 0x4a, 0x65, 0xd7, 0xfb, 0xa2, 0x80, 0x60, 0xfc, 0x4c +.byte 0xbc, 0x35, 0x53, 0x01, 0x6a, 0x97, 0x72, 0x82, 0xaf, 0xf1, 0x1d, 0x70, 0xe8, 0x9c, 0xf5, 0xef +.byte 0x5e, 0xc2, 0x6c, 0xc7, 0x47, 0x7e, 0x5a, 0x94, 0x85, 0x26, 0x4d, 0x3b, 0xba, 0xeb, 0x4c, 0xe8 +.byte 0xb0, 0x09, 0xc2, 0x65, 0xc2, 0x9d, 0x9d, 0x09, 0x9b, 0x4e, 0xb5, 0x97, 0x05, 0xac, 0xf5, 0x06 +.byte 0xa0, 0xf7, 0x36, 0x05, 0x7e, 0xf4, 0x90, 0xb2, 0x6b, 0xc4, 0xb4, 0xf9, 0x64, 0xea, 0xe9, 0x1a +.byte 0x0a, 0xc8, 0x0d, 0xa8, 0xed, 0x27, 0xc9, 0xd4, 0xe7, 0xb3, 0xb9, 0xab, 0x82, 0x22, 0x90, 0x27 +.byte 0x3d, 0x2a, 0xe8, 0x7c, 0x90, 0xef, 0xbc, 0x4f, 0xfd, 0xe2, 0x0a, 0x24, 0xa7, 0xde, 0x65, 0x24 +.byte 0xa4, 0x5d, 0xea, 0xc0, 0x76, 0x30, 0xd3, 0x77, 0x50, 0xf8, 0x0d, 0x04, 0x9b, 0x94, 0x36, 0x01 +.byte 0x73, 0xca, 0x06, 0x58, 0xa6, 0xd3, 0x3b, 0xdc, 0xfa, 0x04, 0x46, 0x13, 0x55, 0x8a, 0xc9, 0x44 +.byte 0x47, 0xb8, 0x51, 0x39, 0x1a, 0x2e, 0xe8, 0x34, 0xe2, 0x79, 0xcb, 0x59, 0x4a, 0x0a, 0x7f, 0xbc +.byte 0xa6, 0xef, 0x1f, 0x03, 0x67, 0x6a, 0x59, 0x2b, 0x25, 0x62, 0x93, 0xd9, 0x53, 0x19, 0x66, 0x3c +.byte 0x27, 0x62, 0x29, 0x86, 0x4d, 0xa4, 0x6b, 0xee, 0xff, 0xd4, 0x4e, 0xba, 0xd5, 0xb4, 0xe2, 0x8e +.byte 0x48, 0x5a, 0x00, 0x19, 0x09, 0xf1, 0x05, 0xd9, 0xce, 0x91, 0xb1, 0xf7, 0xeb, 0xe9, 0x39, 0x4f +.byte 0xf6, 0x6f, 0x04, 0x43, 0x9a, 0x55, 0xf5, 0x3e, 0x05, 0x14, 0xbd, 0xbf, 0xb3, 0x59, 0xb4, 0xd8 +.byte 0x8e, 0x33, 0x84, 0xa3, 0x90, 0x52, 0xaa, 0xb3, 0x02, 0x95, 0x60, 0xf9, 0x0c, 0x4c, 0x68, 0xf9 +.byte 0xee, 0xd5, 0x17, 0x0d, 0xf8, 0x71, 0x57, 0xb5, 0x25, 0xe4, 0x29, 0xee, 0x65, 0x5d, 0xaf, 0xd1 +.byte 0xee, 0x3c, 0x17, 0x0b, 0x5a, 0x43, 0xc5, 0xa5, 0x86, 0xea, 0x24, 0x9e, 0xe2, 0x05, 0x07, 0xdc +.byte 0x34, 0x42, 0x12, 0x91, 0xd6, 0x39, 0x74, 0xae, 0x4c, 0x41, 0x82, 0xdb, 0xf2, 0xa6, 0x48, 0xd1 +.byte 0xb3, 0x9b, 0xf3, 0x33, 0xaa, 0xf3, 0xa6, 0xc0, 0xc5, 0x4e, 0xf5, 0xf4, 0x9d, 0x76, 0x63, 0xe6 +.byte 0x02, 0xc6, 0x22, 0x4b, 0xc1, 0x95, 0x3f, 0x50, 0x64, 0x2c, 0x54, 0xe5, 0xb6, 0xf0, 0x3c, 0x29 +.byte 0xcf, 0x57, 0x02, 0x03, 0x01, 0x00, 0x01, 0x46, 0x00, 0x26, 0x02, 0x30, 0x44, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x46, 0x49, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x0c, 0x11, 0x54, 0x65, 0x6c, 0x69, 0x61, 0x20, 0x46, 0x69, 0x6e, 0x6c, 0x61 +.byte 0x6e, 0x64, 0x20, 0x4f, 0x79, 0x6a, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c +.byte 0x10, 0x54, 0x65, 0x6c, 0x69, 0x61, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x76 +.byte 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02 +.byte 0x01, 0x00, 0xb2, 0xd0, 0x3f, 0x07, 0xbc, 0xe2, 0x7b, 0xd0, 0x6b, 0x99, 0xf8, 0xe2, 0x77, 0x69 +.byte 0xe7, 0xce, 0x9d, 0xa4, 0x03, 0xbc, 0x82, 0x6d, 0xa1, 0xfe, 0x81, 0x65, 0x1f, 0x4c, 0x27, 0xac +.byte 0x8e, 0x00, 0xba, 0x16, 0x7b, 0xeb, 0x30, 0x6a, 0x00, 0xc0, 0xb3, 0x74, 0x68, 0x7e, 0xb2, 0xaf +.byte 0xc7, 0xd5, 0x62, 0xb3, 0x7a, 0x3f, 0x50, 0xca, 0x8c, 0x36, 0x44, 0x24, 0x63, 0xd2, 0x36, 0xe9 +.byte 0x0c, 0x85, 0xf6, 0x43, 0x76, 0xd5, 0x4c, 0xa1, 0x60, 0x72, 0x67, 0xe2, 0x28, 0x33, 0xa5, 0xcb +.byte 0x31, 0xb8, 0x3a, 0x22, 0x23, 0x34, 0xb8, 0x7d, 0xbd, 0x56, 0x22, 0x40, 0x9d, 0xea, 0xf4, 0x7b +.byte 0x03, 0xad, 0x68, 0xfc, 0xb2, 0x81, 0x4f, 0x98, 0xd0, 0x74, 0xea, 0x8d, 0xe5, 0x7d, 0xcd, 0x63 +.byte 0xc3, 0xa3, 0xf6, 0xde, 0x92, 0xc2, 0x58, 0x19, 0xe0, 0x96, 0xbb, 0xc5, 0xc4, 0xa9, 0x3d, 0xa5 +.byte 0x74, 0x96, 0xfe, 0xaf, 0xf9, 0x89, 0xaa, 0xbd, 0x95, 0x17, 0x54, 0xd8, 0x78, 0x44, 0xf1, 0x0c +.byte 0x77, 0x15, 0x92, 0xe0, 0x98, 0x42, 0xa7, 0xa4, 0xd6, 0xaa, 0x20, 0x92, 0xcd, 0xc1, 0xa0, 0xb3 +.byte 0x96, 0xb2, 0x3a, 0x84, 0x42, 0x8d, 0x7d, 0xd5, 0x95, 0xe4, 0xd6, 0xdb, 0xe9, 0x62, 0xc4, 0x58 +.byte 0xb3, 0x79, 0xc5, 0x8c, 0xd3, 0x35, 0x33, 0x83, 0x9f, 0x75, 0xa1, 0x52, 0x27, 0x61, 0x38, 0xf1 +.byte 0x59, 0x3d, 0x8e, 0x50, 0xe0, 0xbd, 0x79, 0x3c, 0xe7, 0x6c, 0x96, 0xfe, 0x5e, 0xd9, 0x02, 0x65 +.byte 0xb4, 0x8e, 0x5c, 0xd0, 0x11, 0x34, 0xdf, 0x5d, 0xbf, 0x52, 0xa7, 0x81, 0x00, 0xc3, 0x7f, 0x99 +.byte 0x45, 0x99, 0x15, 0xd5, 0x17, 0xc8, 0x0a, 0x53, 0xec, 0x63, 0xf3, 0x99, 0x7d, 0xcc, 0x69, 0x12 +.byte 0x86, 0xc2, 0x17, 0xf0, 0x01, 0x9e, 0xbf, 0x84, 0xbc, 0xd1, 0x52, 0xcb, 0x1b, 0x92, 0x66, 0xce +.byte 0xa4, 0x53, 0xe5, 0xa1, 0xbf, 0xc4, 0xdb, 0x09, 0xd6, 0xe6, 0x89, 0x56, 0x2b, 0xc8, 0xe3, 0x7c +.byte 0xde, 0xe3, 0xff, 0x89, 0xe5, 0x35, 0x6e, 0x28, 0xe8, 0x6c, 0x0b, 0x23, 0x51, 0xa9, 0x25, 0x05 +.byte 0xeb, 0x48, 0xf8, 0xdd, 0xb1, 0xca, 0xfa, 0x6c, 0x08, 0x51, 0xef, 0xb7, 0x18, 0x6c, 0x44, 0xca +.byte 0x26, 0xe1, 0x73, 0xc6, 0x89, 0x06, 0x81, 0xe5, 0x8a, 0xac, 0xb0, 0xe2, 0x29, 0xc6, 0xb9, 0x24 +.byte 0xb3, 0x6b, 0x44, 0x11, 0xf4, 0xa5, 0x43, 0xc2, 0x4c, 0x43, 0xe5, 0x70, 0x36, 0x8c, 0xb6, 0x33 +.byte 0x57, 0x7a, 0x95, 0x2e, 0x82, 0xa0, 0xf4, 0x5c, 0x10, 0xb3, 0x61, 0x83, 0xf6, 0x02, 0x05, 0x86 +.byte 0x2e, 0x7c, 0x2d, 0x6c, 0xdc, 0x03, 0x46, 0x6e, 0x35, 0x93, 0xd5, 0x7a, 0x95, 0x2f, 0xde, 0x20 +.byte 0xd8, 0x5b, 0x7e, 0x94, 0x90, 0x04, 0x6a, 0xba, 0x59, 0x3d, 0x04, 0x05, 0x75, 0x9d, 0x37, 0xa2 +.byte 0x0e, 0x2e, 0x3d, 0xeb, 0xc1, 0xa4, 0x52, 0x83, 0xfe, 0xd0, 0x6b, 0xd4, 0x66, 0x8e, 0xdc, 0xc6 +.byte 0xe9, 0x12, 0x4e, 0x1d, 0x2a, 0x57, 0xaa, 0x10, 0xbc, 0x7c, 0x5e, 0x82, 0x7d, 0xa6, 0xa6, 0xc9 +.byte 0xf2, 0x2d, 0xb9, 0xf5, 0x17, 0x27, 0xad, 0xd1, 0x0e, 0x89, 0x54, 0x2b, 0x95, 0xfa, 0xc0, 0xad +.byte 0x1d, 0x98, 0x14, 0x78, 0x33, 0x42, 0x86, 0x0a, 0xa9, 0x73, 0xb5, 0xfb, 0x74, 0x0d, 0xb7, 0x1b +.byte 0x30, 0x19, 0xc4, 0x5a, 0x0e, 0x1c, 0x27, 0xb7, 0xda, 0x18, 0xd0, 0xff, 0x8a, 0xc8, 0x05, 0xba +.byte 0xf1, 0xaa, 0x1c, 0xa2, 0x37, 0xb7, 0xe6, 0x48, 0xa4, 0x46, 0x2c, 0x94, 0xea, 0xa8, 0x76, 0x62 +.byte 0x47, 0x8b, 0x10, 0x53, 0x07, 0x48, 0x57, 0x6c, 0xe2, 0x92, 0x4d, 0xb6, 0xae, 0x05, 0xcb, 0xdc +.byte 0xc1, 0x4a, 0x5e, 0x8f, 0xac, 0x3d, 0x19, 0x4e, 0xc2, 0xed, 0x60, 0x75, 0x2b, 0xdb, 0xc1, 0xca +.byte 0x42, 0xd5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x46, 0x00, 0x26, 0x01, 0x30, 0x44, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x0c, 0x0b, 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74 +.byte 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x16, 0x41, 0x66, 0x66, 0x69, 0x72 +.byte 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x72, 0x63, 0x69, 0x61 +.byte 0x6c, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01 +.byte 0x01, 0x00, 0xf6, 0x1b, 0x4f, 0x67, 0x07, 0x2b, 0xa1, 0x15, 0xf5, 0x06, 0x22, 0xcb, 0x1f, 0x01 +.byte 0xb2, 0xe3, 0x73, 0x45, 0x06, 0x44, 0x49, 0x2c, 0xbb, 0x49, 0x25, 0x14, 0xd6, 0xce, 0xc3, 0xb7 +.byte 0xab, 0x2c, 0x4f, 0xc6, 0x41, 0x32, 0x94, 0x57, 0xfa, 0x12, 0xa7, 0x5b, 0x0e, 0xe2, 0x8f, 0x1f +.byte 0x1e, 0x86, 0x19, 0xa7, 0xaa, 0xb5, 0x2d, 0xb9, 0x5f, 0x0d, 0x8a, 0xc2, 0xaf, 0x85, 0x35, 0x79 +.byte 0x32, 0x2d, 0xbb, 0x1c, 0x62, 0x37, 0xf2, 0xb1, 0x5b, 0x4a, 0x3d, 0xca, 0xcd, 0x71, 0x5f, 0xe9 +.byte 0x42, 0xbe, 0x94, 0xe8, 0xc8, 0xde, 0xf9, 0x22, 0x48, 0x64, 0xc6, 0xe5, 0xab, 0xc6, 0x2b, 0x6d +.byte 0xad, 0x05, 0xf0, 0xfa, 0xd5, 0x0b, 0xcf, 0x9a, 0xe5, 0xf0, 0x50, 0xa4, 0x8b, 0x3b, 0x47, 0xa5 +.byte 0x23, 0x5b, 0x7a, 0x7a, 0xf8, 0x33, 0x3f, 0xb8, 0xef, 0x99, 0x97, 0xe3, 0x20, 0xc1, 0xd6, 0x28 +.byte 0x89, 0xcf, 0x94, 0xfb, 0xb9, 0x45, 0xed, 0xe3, 0x40, 0x17, 0x11, 0xd4, 0x74, 0xf0, 0x0b, 0x31 +.byte 0xe2, 0x2b, 0x26, 0x6a, 0x9b, 0x4c, 0x57, 0xae, 0xac, 0x20, 0x3e, 0xba, 0x45, 0x7a, 0x05, 0xf3 +.byte 0xbd, 0x9b, 0x69, 0x15, 0xae, 0x7d, 0x4e, 0x20, 0x63, 0xc4, 0x35, 0x76, 0x3a, 0x07, 0x02, 0xc9 +.byte 0x37, 0xfd, 0xc7, 0x47, 0xee, 0xe8, 0xf1, 0x76, 0x1d, 0x73, 0x15, 0xf2, 0x97, 0xa4, 0xb5, 0xc8 +.byte 0x7a, 0x79, 0xd9, 0x42, 0xaa, 0x2b, 0x7f, 0x5c, 0xfe, 0xce, 0x26, 0x4f, 0xa3, 0x66, 0x81, 0x35 +.byte 0xaf, 0x44, 0xba, 0x54, 0x1e, 0x1c, 0x30, 0x32, 0x65, 0x9d, 0xe6, 0x3c, 0x93, 0x5e, 0x50, 0x4e +.byte 0x7a, 0xe3, 0x3a, 0xd4, 0x6e, 0xcc, 0x1a, 0xfb, 0xf9, 0xd2, 0x37, 0xae, 0x24, 0x2a, 0xab, 0x57 +.byte 0x03, 0x22, 0x28, 0x0d, 0x49, 0x75, 0x7f, 0xb7, 0x28, 0xda, 0x75, 0xbf, 0x8e, 0xe3, 0xdc, 0x0e +.byte 0x79, 0x31, 0x02, 0x03, 0x01, 0x00, 0x01, 0x46, 0x00, 0x26, 0x01, 0x30, 0x44, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x0c, 0x0b, 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74 +.byte 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x16, 0x41, 0x66, 0x66, 0x69, 0x72 +.byte 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e +.byte 0x67, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01 +.byte 0x01, 0x00, 0xb4, 0x84, 0xcc, 0x33, 0x17, 0x2e, 0x6b, 0x94, 0x6c, 0x6b, 0x61, 0x52, 0xa0, 0xeb +.byte 0xa3, 0xcf, 0x79, 0x94, 0x4c, 0xe5, 0x94, 0x80, 0x99, 0xcb, 0x55, 0x64, 0x44, 0x65, 0x8f, 0x67 +.byte 0x64, 0xe2, 0x06, 0xe3, 0x5c, 0x37, 0x49, 0xf6, 0x2f, 0x9b, 0x84, 0x84, 0x1e, 0x2d, 0xf2, 0x60 +.byte 0x9d, 0x30, 0x4e, 0xcc, 0x84, 0x85, 0xe2, 0x2c, 0xcf, 0x1e, 0x9e, 0xfe, 0x36, 0xab, 0x33, 0x77 +.byte 0x35, 0x44, 0xd8, 0x35, 0x96, 0x1a, 0x3d, 0x36, 0xe8, 0x7a, 0x0e, 0xd8, 0xd5, 0x47, 0xa1, 0x6a +.byte 0x69, 0x8b, 0xd9, 0xfc, 0xbb, 0x3a, 0xae, 0x79, 0x5a, 0xd5, 0xf4, 0xd6, 0x71, 0xbb, 0x9a, 0x90 +.byte 0x23, 0x6b, 0x9a, 0xb7, 0x88, 0x74, 0x87, 0x0c, 0x1e, 0x5f, 0xb9, 0x9e, 0x2d, 0xfa, 0xab, 0x53 +.byte 0x2b, 0xdc, 0xbb, 0x76, 0x3e, 0x93, 0x4c, 0x08, 0x08, 0x8c, 0x1e, 0xa2, 0x23, 0x1c, 0xd4, 0x6a +.byte 0xad, 0x22, 0xba, 0x99, 0x01, 0x2e, 0x6d, 0x65, 0xcb, 0xbe, 0x24, 0x66, 0x55, 0x24, 0x4b, 0x40 +.byte 0x44, 0xb1, 0x1b, 0xd7, 0xe1, 0xc2, 0x85, 0xc0, 0xde, 0x10, 0x3f, 0x3d, 0xed, 0xb8, 0xfc, 0xf1 +.byte 0xf1, 0x23, 0x53, 0xdc, 0xbf, 0x65, 0x97, 0x6f, 0xd9, 0xf9, 0x40, 0x71, 0x8d, 0x7d, 0xbd, 0x95 +.byte 0xd4, 0xce, 0xbe, 0xa0, 0x5e, 0x27, 0x23, 0xde, 0xfd, 0xa6, 0xd0, 0x26, 0x0e, 0x00, 0x29, 0xeb +.byte 0x3c, 0x46, 0xf0, 0x3d, 0x60, 0xbf, 0x3f, 0x50, 0xd2, 0xdc, 0x26, 0x41, 0x51, 0x9e, 0x14, 0x37 +.byte 0x42, 0x04, 0xa3, 0x70, 0x57, 0xa8, 0x1b, 0x87, 0xed, 0x2d, 0xfa, 0x7b, 0xee, 0x8c, 0x0a, 0xe3 +.byte 0xa9, 0x66, 0x89, 0x19, 0xcb, 0x41, 0xf9, 0xdd, 0x44, 0x36, 0x61, 0xcf, 0xe2, 0x77, 0x46, 0xc8 +.byte 0x7d, 0xf6, 0xf4, 0x92, 0x81, 0x36, 0xfd, 0xdb, 0x34, 0xf1, 0x72, 0x7e, 0xf3, 0x0c, 0x16, 0xbd +.byte 0xb4, 0x15, 0x02, 0x03, 0x01, 0x00, 0x01, 0x47, 0x00, 0x26, 0x02, 0x30, 0x45, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x13, 0x10, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x4c, 0x69 +.byte 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x12 +.byte 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41 +.byte 0x20, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d +.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82 +.byte 0x02, 0x01, 0x00, 0x9a, 0x18, 0xca, 0x4b, 0x94, 0x0d, 0x00, 0x2d, 0xaf, 0x03, 0x29, 0x8a, 0xf0 +.byte 0x0f, 0x81, 0xc8, 0xae, 0x4c, 0x19, 0x85, 0x1d, 0x08, 0x9f, 0xab, 0x29, 0x44, 0x85, 0xf3, 0x2f +.byte 0x81, 0xad, 0x32, 0x1e, 0x90, 0x46, 0xbf, 0xa3, 0x86, 0x26, 0x1a, 0x1e, 0xfe, 0x7e, 0x1c, 0x18 +.byte 0x3a, 0x5c, 0x9c, 0x60, 0x17, 0x2a, 0x3a, 0x74, 0x83, 0x33, 0x30, 0x7d, 0x61, 0x54, 0x11, 0xcb +.byte 0xed, 0xab, 0xe0, 0xe6, 0xd2, 0xa2, 0x7e, 0xf5, 0x6b, 0x6f, 0x18, 0xb7, 0x0a, 0x0b, 0x2d, 0xfd +.byte 0xe9, 0x3e, 0xef, 0x0a, 0xc6, 0xb3, 0x10, 0xe9, 0xdc, 0xc2, 0x46, 0x17, 0xf8, 0x5d, 0xfd, 0xa4 +.byte 0xda, 0xff, 0x9e, 0x49, 0x5a, 0x9c, 0xe6, 0x33, 0xe6, 0x24, 0x96, 0xf7, 0x3f, 0xba, 0x5b, 0x2b +.byte 0x1c, 0x7a, 0x35, 0xc2, 0xd6, 0x67, 0xfe, 0xab, 0x66, 0x50, 0x8b, 0x6d, 0x28, 0x60, 0x2b, 0xef +.byte 0xd7, 0x60, 0xc3, 0xc7, 0x93, 0xbc, 0x8d, 0x36, 0x91, 0xf3, 0x7f, 0xf8, 0xdb, 0x11, 0x13, 0xc4 +.byte 0x9c, 0x77, 0x76, 0xc1, 0xae, 0xb7, 0x02, 0x6a, 0x81, 0x7a, 0xa9, 0x45, 0x83, 0xe2, 0x05, 0xe6 +.byte 0xb9, 0x56, 0xc1, 0x94, 0x37, 0x8f, 0x48, 0x71, 0x63, 0x22, 0xec, 0x17, 0x65, 0x07, 0x95, 0x8a +.byte 0x4b, 0xdf, 0x8f, 0xc6, 0x5a, 0x0a, 0xe5, 0xb0, 0xe3, 0x5f, 0x5e, 0x6b, 0x11, 0xab, 0x0c, 0xf9 +.byte 0x85, 0xeb, 0x44, 0xe9, 0xf8, 0x04, 0x73, 0xf2, 0xe9, 0xfe, 0x5c, 0x98, 0x8c, 0xf5, 0x73, 0xaf +.byte 0x6b, 0xb4, 0x7e, 0xcd, 0xd4, 0x5c, 0x02, 0x2b, 0x4c, 0x39, 0xe1, 0xb2, 0x95, 0x95, 0x2d, 0x42 +.byte 0x87, 0xd7, 0xd5, 0xb3, 0x90, 0x43, 0xb7, 0x6c, 0x13, 0xf1, 0xde, 0xdd, 0xf6, 0xc4, 0xf8, 0x89 +.byte 0x3f, 0xd1, 0x75, 0xf5, 0x92, 0xc3, 0x91, 0xd5, 0x8a, 0x88, 0xd0, 0x90, 0xec, 0xdc, 0x6d, 0xde +.byte 0x89, 0xc2, 0x65, 0x71, 0x96, 0x8b, 0x0d, 0x03, 0xfd, 0x9c, 0xbf, 0x5b, 0x16, 0xac, 0x92, 0xdb +.byte 0xea, 0xfe, 0x79, 0x7c, 0xad, 0xeb, 0xaf, 0xf7, 0x16, 0xcb, 0xdb, 0xcd, 0x25, 0x2b, 0xe5, 0x1f +.byte 0xfb, 0x9a, 0x9f, 0xe2, 0x51, 0xcc, 0x3a, 0x53, 0x0c, 0x48, 0xe6, 0x0e, 0xbd, 0xc9, 0xb4, 0x76 +.byte 0x06, 0x52, 0xe6, 0x11, 0x13, 0x85, 0x72, 0x63, 0x03, 0x04, 0xe0, 0x04, 0x36, 0x2b, 0x20, 0x19 +.byte 0x02, 0xe8, 0x74, 0xa7, 0x1f, 0xb6, 0xc9, 0x56, 0x66, 0xf0, 0x75, 0x25, 0xdc, 0x67, 0xc1, 0x0e +.byte 0x61, 0x60, 0x88, 0xb3, 0x3e, 0xd1, 0xa8, 0xfc, 0xa3, 0xda, 0x1d, 0xb0, 0xd1, 0xb1, 0x23, 0x54 +.byte 0xdf, 0x44, 0x76, 0x6d, 0xed, 0x41, 0xd8, 0xc1, 0xb2, 0x22, 0xb6, 0x53, 0x1c, 0xdf, 0x35, 0x1d +.byte 0xdc, 0xa1, 0x77, 0x2a, 0x31, 0xe4, 0x2d, 0xf5, 0xe5, 0xe5, 0xdb, 0xc8, 0xe0, 0xff, 0xe5, 0x80 +.byte 0xd7, 0x0b, 0x63, 0xa0, 0xff, 0x33, 0xa1, 0x0f, 0xba, 0x2c, 0x15, 0x15, 0xea, 0x97, 0xb3, 0xd2 +.byte 0xa2, 0xb5, 0xbe, 0xf2, 0x8c, 0x96, 0x1e, 0x1a, 0x8f, 0x1d, 0x6c, 0xa4, 0x61, 0x37, 0xb9, 0x86 +.byte 0x73, 0x33, 0xd7, 0x97, 0x96, 0x9e, 0x23, 0x7d, 0x82, 0xa4, 0x4c, 0x81, 0xe2, 0xa1, 0xd1, 0xba +.byte 0x67, 0x5f, 0x95, 0x07, 0xa3, 0x27, 0x11, 0xee, 0x16, 0x10, 0x7b, 0xbc, 0x45, 0x4a, 0x4c, 0xb2 +.byte 0x04, 0xd2, 0xab, 0xef, 0xd5, 0xfd, 0x0c, 0x51, 0xce, 0x50, 0x6a, 0x08, 0x31, 0xf9, 0x91, 0xda +.byte 0x0c, 0x8f, 0x64, 0x5c, 0x03, 0xc3, 0x3a, 0x8b, 0x20, 0x3f, 0x6e, 0x8d, 0x67, 0x3d, 0x3a, 0xd6 +.byte 0xfe, 0x7d, 0x5b, 0x88, 0xc9, 0x5e, 0xfb, 0xcc, 0x61, 0xdc, 0x8b, 0x33, 0x77, 0xd3, 0x44, 0x32 +.byte 0x35, 0x09, 0x62, 0x04, 0x92, 0x16, 0x10, 0xd8, 0x9e, 0x27, 0x47, 0xfb, 0x3b, 0x21, 0xe3, 0xf8 +.byte 0xeb, 0x1d, 0x5b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x47, 0x00, 0x26, 0x02, 0x30, 0x45, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x4c +.byte 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 +.byte 0x12, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x41, 0x20, 0x33, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02 +.byte 0x82, 0x02, 0x01, 0x00, 0xcc, 0x57, 0x42, 0x16, 0x54, 0x9c, 0xe6, 0x98, 0xd3, 0xd3, 0x4d, 0xee +.byte 0xfe, 0xed, 0xc7, 0x9f, 0x43, 0x39, 0x4a, 0x65, 0xb3, 0xe8, 0x16, 0x88, 0x34, 0xdb, 0x0d, 0x59 +.byte 0x91, 0x74, 0xcf, 0x92, 0xb8, 0x04, 0x40, 0xad, 0x02, 0x4b, 0x31, 0xab, 0xbc, 0x8d, 0x91, 0x68 +.byte 0xd8, 0x20, 0x0e, 0x1a, 0x01, 0xe2, 0x1a, 0x7b, 0x4e, 0x17, 0x5d, 0xe2, 0x8a, 0xb7, 0x3f, 0x99 +.byte 0x1a, 0xcd, 0xeb, 0x61, 0xab, 0xc2, 0x65, 0xa6, 0x1f, 0xb7, 0xb7, 0xbd, 0xb7, 0x8f, 0xfc, 0xfd +.byte 0x70, 0x8f, 0x0b, 0xa0, 0x67, 0xbe, 0x01, 0xa2, 0x59, 0xcf, 0x71, 0xe6, 0x0f, 0x29, 0x76, 0xff +.byte 0xb1, 0x56, 0x79, 0x45, 0x2b, 0x1f, 0x9e, 0x7a, 0x54, 0xe8, 0xa3, 0x29, 0x35, 0x68, 0xa4, 0x01 +.byte 0x4f, 0x0f, 0xa4, 0x2e, 0x37, 0xef, 0x1b, 0xbf, 0xe3, 0x8f, 0x10, 0xa8, 0x72, 0xab, 0x58, 0x57 +.byte 0xe7, 0x54, 0x86, 0xc8, 0xc9, 0xf3, 0x5b, 0xda, 0x2c, 0xda, 0x5d, 0x8e, 0x6e, 0x3c, 0xa3, 0x3e +.byte 0xda, 0xfb, 0x82, 0xe5, 0xdd, 0xf2, 0x5c, 0xb2, 0x05, 0x33, 0x6f, 0x8a, 0x36, 0xce, 0xd0, 0x13 +.byte 0x4e, 0xff, 0xbf, 0x4a, 0x0c, 0x34, 0x4c, 0xa6, 0xc3, 0x21, 0xbd, 0x50, 0x04, 0x55, 0xeb, 0xb1 +.byte 0xbb, 0x9d, 0xfb, 0x45, 0x1e, 0x64, 0x15, 0xde, 0x55, 0x01, 0x8c, 0x02, 0x76, 0xb5, 0xcb, 0xa1 +.byte 0x3f, 0x42, 0x69, 0xbc, 0x2f, 0xbd, 0x68, 0x43, 0x16, 0x56, 0x89, 0x2a, 0x37, 0x61, 0x91, 0xfd +.byte 0xa6, 0xae, 0x4e, 0xc0, 0xcb, 0x14, 0x65, 0x94, 0x37, 0x4b, 0x92, 0x06, 0xef, 0x04, 0xd0, 0xc8 +.byte 0x9c, 0x88, 0xdb, 0x0b, 0x7b, 0x81, 0xaf, 0xb1, 0x3d, 0x2a, 0xc4, 0x65, 0x3a, 0x78, 0xb6, 0xee +.byte 0xdc, 0x80, 0xb1, 0xd2, 0xd3, 0x99, 0x9c, 0x3a, 0xee, 0x6b, 0x5a, 0x6b, 0xb3, 0x8d, 0xb7, 0xd5 +.byte 0xce, 0x9c, 0xc2, 0xbe, 0xa5, 0x4b, 0x2f, 0x16, 0xb1, 0x9e, 0x68, 0x3b, 0x06, 0x6f, 0xae, 0x7d +.byte 0x9f, 0xf8, 0xde, 0xec, 0xcc, 0x29, 0xa7, 0x98, 0xa3, 0x25, 0x43, 0x2f, 0xef, 0xf1, 0x5f, 0x26 +.byte 0xe1, 0x88, 0x4d, 0xf8, 0x5e, 0x6e, 0xd7, 0xd9, 0x14, 0x6e, 0x19, 0x33, 0x69, 0xa7, 0x3b, 0x84 +.byte 0x89, 0x93, 0xc4, 0x53, 0x55, 0x13, 0xa1, 0x51, 0x78, 0x40, 0xf8, 0xb8, 0xc9, 0xa2, 0xee, 0x7b +.byte 0xba, 0x52, 0x42, 0x83, 0x9e, 0x14, 0xed, 0x05, 0x52, 0x5a, 0x59, 0x56, 0xa7, 0x97, 0xfc, 0x9d +.byte 0x3f, 0x0a, 0x29, 0xd8, 0xdc, 0x4f, 0x91, 0x0e, 0x13, 0xbc, 0xde, 0x95, 0xa4, 0xdf, 0x8b, 0x99 +.byte 0xbe, 0xac, 0x9b, 0x33, 0x88, 0xef, 0xb5, 0x81, 0xaf, 0x1b, 0xc6, 0x22, 0x53, 0xc8, 0xf6, 0xc7 +.byte 0xee, 0x97, 0x14, 0xb0, 0xc5, 0x7c, 0x78, 0x52, 0xc8, 0xf0, 0xce, 0x6e, 0x77, 0x60, 0x84, 0xa6 +.byte 0xe9, 0x2a, 0x76, 0x20, 0xed, 0x58, 0x01, 0x17, 0x30, 0x93, 0xe9, 0x1a, 0x8b, 0xe0, 0x73, 0x63 +.byte 0xd9, 0x6a, 0x92, 0x94, 0x49, 0x4e, 0xb4, 0xad, 0x4a, 0x85, 0xc4, 0xa3, 0x22, 0x30, 0xfc, 0x09 +.byte 0xed, 0x68, 0x22, 0x73, 0xa6, 0x88, 0x0c, 0x55, 0x21, 0x58, 0xc5, 0xe1, 0x3a, 0x9f, 0x2a, 0xdd +.byte 0xca, 0xe1, 0x90, 0xe0, 0xd9, 0x73, 0xab, 0x6c, 0x80, 0xb8, 0xe8, 0x0b, 0x64, 0x93, 0xa0, 0x9c +.byte 0x8c, 0x19, 0xff, 0xb3, 0xd2, 0x0c, 0xec, 0x91, 0x26, 0x87, 0x8a, 0xb3, 0xa2, 0xe1, 0x70, 0x8f +.byte 0x2c, 0x0a, 0xe5, 0xcd, 0x6d, 0x68, 0x51, 0xeb, 0xda, 0x3f, 0x05, 0x7f, 0x8b, 0x32, 0xe6, 0x13 +.byte 0x5c, 0x6b, 0xfe, 0x5f, 0x40, 0xe2, 0x22, 0xc8, 0xb4, 0xb4, 0x64, 0x4f, 0xd6, 0xba, 0x7d, 0x48 +.byte 0x3e, 0xa8, 0x69, 0x0c, 0xd7, 0xbb, 0x86, 0x71, 0xc9, 0x73, 0xb8, 0x3f, 0x3b, 0x9d, 0x25, 0x4b +.byte 0xda, 0xff, 0x40, 0xeb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x47, 0x00, 0x26, 0x02, 0x30, 0x45, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x48, 0x31, 0x15, 0x30, 0x13 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x53, 0x77, 0x69, 0x73, 0x73, 0x53, 0x69, 0x67, 0x6e +.byte 0x20, 0x41, 0x47, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x16, 0x53, 0x77 +.byte 0x69, 0x73, 0x73, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x47, 0x6f, 0x6c, 0x64, 0x20, 0x43, 0x41, 0x20 +.byte 0x2d, 0x20, 0x47, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a +.byte 0x02, 0x82, 0x02, 0x01, 0x00, 0xaf, 0xe4, 0xee, 0x7e, 0x8b, 0x24, 0x0e, 0x12, 0x6e, 0xa9, 0x50 +.byte 0x2d, 0x16, 0x44, 0x3b, 0x92, 0x92, 0x5c, 0xca, 0xb8, 0x5d, 0x84, 0x92, 0x42, 0x13, 0x2a, 0xbc +.byte 0x65, 0x57, 0x82, 0x40, 0x3e, 0x57, 0x24, 0xcd, 0x50, 0x8b, 0x25, 0x2a, 0xb7, 0x6f, 0xfc, 0xef +.byte 0xa2, 0xd0, 0xc0, 0x1f, 0x02, 0x24, 0x4a, 0x13, 0x96, 0x8f, 0x23, 0x13, 0xe6, 0x28, 0x58, 0x00 +.byte 0xa3, 0x47, 0xc7, 0x06, 0xa7, 0x84, 0x23, 0x2b, 0xbb, 0xbd, 0x96, 0x2b, 0x7f, 0x55, 0xcc, 0x8b +.byte 0xc1, 0x57, 0x1f, 0x0e, 0x62, 0x65, 0x0f, 0xdd, 0x3d, 0x56, 0x8a, 0x73, 0xda, 0xae, 0x7e, 0x6d +.byte 0xba, 0x81, 0x1c, 0x7e, 0x42, 0x8c, 0x20, 0x35, 0xd9, 0x43, 0x4d, 0x84, 0xfa, 0x84, 0xdb, 0x52 +.byte 0x2c, 0xf3, 0x0e, 0x27, 0x77, 0x0b, 0x6b, 0xbf, 0x11, 0x2f, 0x72, 0x78, 0x9f, 0x2e, 0xd8, 0x3e +.byte 0xe6, 0x18, 0x37, 0x5a, 0x2a, 0x72, 0xf9, 0xda, 0x62, 0x90, 0x92, 0x95, 0xca, 0x1f, 0x9c, 0xe9 +.byte 0xb3, 0x3c, 0x2b, 0xcb, 0xf3, 0x01, 0x13, 0xbf, 0x5a, 0xcf, 0xc1, 0xb5, 0x0a, 0x60, 0xbd, 0xdd +.byte 0xb5, 0x99, 0x64, 0x53, 0xb8, 0xa0, 0x96, 0xb3, 0x6f, 0xe2, 0x26, 0x77, 0x91, 0x8c, 0xe0, 0x62 +.byte 0x10, 0x02, 0x9f, 0x34, 0x0f, 0xa4, 0xd5, 0x92, 0x33, 0x51, 0xde, 0xbe, 0x8d, 0xba, 0x84, 0x7a +.byte 0x60, 0x3c, 0x6a, 0xdb, 0x9f, 0x2b, 0xec, 0xde, 0xde, 0x01, 0x3f, 0x6e, 0x4d, 0xe5, 0x50, 0x86 +.byte 0xcb, 0xb4, 0xaf, 0xed, 0x44, 0x40, 0xc5, 0xca, 0x5a, 0x8c, 0xda, 0xd2, 0x2b, 0x7c, 0xa8, 0xee +.byte 0xbe, 0xa6, 0xe5, 0x0a, 0xaa, 0x0e, 0xa5, 0xdf, 0x05, 0x52, 0xb7, 0x55, 0xc7, 0x22, 0x5d, 0x32 +.byte 0x6a, 0x97, 0x97, 0x63, 0x13, 0xdb, 0xc9, 0xdb, 0x79, 0x36, 0x7b, 0x85, 0x3a, 0x4a, 0xc5, 0x52 +.byte 0x89, 0xf9, 0x24, 0xe7, 0x9d, 0x77, 0xa9, 0x82, 0xff, 0x55, 0x1c, 0xa5, 0x71, 0x69, 0x2b, 0xd1 +.byte 0x02, 0x24, 0xf2, 0xb3, 0x26, 0xd4, 0x6b, 0xda, 0x04, 0x55, 0xe5, 0xc1, 0x0a, 0xc7, 0x6d, 0x30 +.byte 0x37, 0x90, 0x2a, 0xe4, 0x9e, 0x14, 0x33, 0x5e, 0x16, 0x17, 0x55, 0xc5, 0x5b, 0xb5, 0xcb, 0x34 +.byte 0x89, 0x92, 0xf1, 0x9d, 0x26, 0x8f, 0xa1, 0x07, 0xd4, 0xc6, 0xb2, 0x78, 0x50, 0xdb, 0x0c, 0x0c +.byte 0x0b, 0x7c, 0x0b, 0x8c, 0x41, 0xd7, 0xb9, 0xe9, 0xdd, 0x8c, 0x88, 0xf7, 0xa3, 0x4d, 0xb2, 0x32 +.byte 0xcc, 0xd8, 0x17, 0xda, 0xcd, 0xb7, 0xce, 0x66, 0x9d, 0xd4, 0xfd, 0x5e, 0xff, 0xbd, 0x97, 0x3e +.byte 0x29, 0x75, 0xe7, 0x7e, 0xa7, 0x62, 0x58, 0xaf, 0x25, 0x34, 0xa5, 0x41, 0xc7, 0x3d, 0xbc, 0x0d +.byte 0x50, 0xca, 0x03, 0x03, 0x0f, 0x08, 0x5a, 0x1f, 0x95, 0x73, 0x78, 0x62, 0xbf, 0xaf, 0x72, 0x14 +.byte 0x69, 0x0e, 0xa5, 0xe5, 0x03, 0x0e, 0x78, 0x8e, 0x26, 0x28, 0x42, 0xf0, 0x07, 0x0b, 0x62, 0x20 +.byte 0x10, 0x67, 0x39, 0x46, 0xfa, 0xa9, 0x03, 0xcc, 0x04, 0x38, 0x7a, 0x66, 0xef, 0x20, 0x83, 0xb5 +.byte 0x8c, 0x4a, 0x56, 0x8e, 0x91, 0x00, 0xfc, 0x8e, 0x5c, 0x82, 0xde, 0x88, 0xa0, 0xc3, 0xe2, 0x68 +.byte 0x6e, 0x7d, 0x8d, 0xef, 0x3c, 0xdd, 0x65, 0xf4, 0x5d, 0xac, 0x51, 0xef, 0x24, 0x80, 0xae, 0xaa +.byte 0x56, 0x97, 0x6f, 0xf9, 0xad, 0x7d, 0xda, 0x61, 0x3f, 0x98, 0x77, 0x3c, 0xa5, 0x91, 0xb6, 0x1c +.byte 0x8c, 0x26, 0xda, 0x65, 0xa2, 0x09, 0x6d, 0xc1, 0xe2, 0x54, 0xe3, 0xb9, 0xca, 0x4c, 0x4c, 0x80 +.byte 0x8f, 0x77, 0x7b, 0x60, 0x9a, 0x1e, 0xdf, 0xb6, 0xf2, 0x48, 0x1e, 0x0e, 0xba, 0x4e, 0x54, 0x6d +.byte 0x98, 0xe0, 0xe1, 0xa2, 0x1a, 0xa2, 0x77, 0x50, 0xcf, 0xc4, 0x63, 0x92, 0xec, 0x47, 0x19, 0x9d +.byte 0xeb, 0xe6, 0x6b, 0xce, 0xc1, 0x02, 0x03, 0x01, 0x00, 0x01, 0x47, 0x00, 0x78, 0x00, 0x30, 0x45 +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x14, 0x30 +.byte 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0b, 0x41, 0x66, 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72 +.byte 0x75, 0x73, 0x74, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x17, 0x41, 0x66 +.byte 0x66, 0x69, 0x72, 0x6d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x50, 0x72, 0x65, 0x6d, 0x69, 0x75 +.byte 0x6d, 0x20, 0x45, 0x43, 0x43, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d +.byte 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x0d, 0x30, 0x5e +.byte 0x1b, 0x15, 0x9d, 0x03, 0xd0, 0xa1, 0x79, 0x35, 0xb7, 0x3a, 0x3c, 0x92, 0x7a, 0xca, 0x15, 0x1c +.byte 0xcd, 0x62, 0xf3, 0x9c, 0x26, 0x5c, 0x07, 0x3d, 0xe5, 0x54, 0xfa, 0xa3, 0xd6, 0xcc, 0x12, 0xea +.byte 0xf4, 0x14, 0x5f, 0xe8, 0x8e, 0x19, 0xab, 0x2f, 0x2e, 0x48, 0xe6, 0xac, 0x18, 0x43, 0x78, 0xac +.byte 0xd0, 0x37, 0xc3, 0xbd, 0xb2, 0xcd, 0x2c, 0xe6, 0x47, 0xe2, 0x1a, 0xe6, 0x63, 0xb8, 0x3d, 0x2e +.byte 0x2f, 0x78, 0xc4, 0x4f, 0xdb, 0xf4, 0x0f, 0xa4, 0x68, 0x4c, 0x55, 0x72, 0x6b, 0x95, 0x1d, 0x4e +.byte 0x18, 0x42, 0x95, 0x78, 0xcc, 0x37, 0x3c, 0x91, 0xe2, 0x9b, 0x65, 0x2b, 0x29, 0x48, 0x00, 0x78 +.byte 0x00, 0x30, 0x46, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42, 0x45 +.byte 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x47, 0x6c, 0x6f, 0x62, 0x61 +.byte 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x6e, 0x76, 0x2d, 0x73, 0x61, 0x31, 0x1c, 0x30, 0x1a, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x45, 0x34, 0x36, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a +.byte 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00 +.byte 0x04, 0x9c, 0x0e, 0xb1, 0xcf, 0xb7, 0xe8, 0x9e, 0x52, 0x77, 0x75, 0x34, 0xfa, 0xa5, 0x46, 0xa7 +.byte 0xad, 0x32, 0x19, 0x32, 0xb4, 0x07, 0xa9, 0x27, 0xca, 0x94, 0xbb, 0x0c, 0xd2, 0x0a, 0x10, 0xc7 +.byte 0xda, 0x89, 0xb0, 0x97, 0x0c, 0x70, 0x13, 0x09, 0x01, 0x8e, 0xd8, 0xea, 0x47, 0xea, 0xbe, 0xb2 +.byte 0x80, 0x2b, 0xcd, 0xfc, 0x28, 0x0d, 0xdb, 0xac, 0xbc, 0xa4, 0x86, 0x37, 0xed, 0x70, 0x08, 0x00 +.byte 0x75, 0xea, 0x93, 0x0b, 0x7b, 0x2e, 0x52, 0x9c, 0x23, 0x68, 0x23, 0x06, 0x43, 0xec, 0x92, 0x2f +.byte 0x53, 0x84, 0xdb, 0xfb, 0x47, 0x14, 0x07, 0xe8, 0x5f, 0x94, 0x67, 0x5d, 0xc9, 0x7a, 0x81, 0x3c +.byte 0x20, 0x48, 0x00, 0x26, 0x02, 0x30, 0x46, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x42, 0x45, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x47 +.byte 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x6e, 0x76, 0x2d, 0x73, 0x61, 0x31 +.byte 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c +.byte 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x34, 0x36, 0x30, 0x82, 0x02 .byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 -.byte 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xac, 0xff -.byte 0x38, 0xb6, 0xe9, 0x66, 0x02, 0x49, 0xe3, 0xa2, 0xb4, 0xe1, 0x90, 0xf9, 0x40, 0x8f, 0x79, 0xf9 -.byte 0xe2, 0xbd, 0x79, 0xfe, 0x02, 0xbd, 0xee, 0x24, 0x92, 0x1d, 0x22, 0xf6, 0xda, 0x85, 0x72, 0x69 -.byte 0xfe, 0xd7, 0x3f, 0x09, 0xd4, 0xdd, 0x91, 0xb5, 0x02, 0x9c, 0xd0, 0x8d, 0x5a, 0xe1, 0x55, 0xc3 -.byte 0x50, 0x86, 0xb9, 0x29, 0x26, 0xc2, 0xe3, 0xd9, 0xa0, 0xf1, 0x69, 0x03, 0x28, 0x20, 0x80, 0x45 -.byte 0x22, 0x2d, 0x56, 0xa7, 0x3b, 0x54, 0x95, 0x56, 0x22, 0x59, 0x1f, 0x28, 0xdf, 0x1f, 0x20, 0x3d -.byte 0x6d, 0xa2, 0x36, 0xbe, 0x23, 0xa0, 0xb1, 0x6e, 0xb5, 0xb1, 0x27, 0x3f, 0x39, 0x53, 0x09, 0xea -.byte 0xab, 0x6a, 0xe8, 0x74, 0xb2, 0xc2, 0x65, 0x5c, 0x8e, 0xbf, 0x7c, 0xc3, 0x78, 0x84, 0xcd, 0x9e -.byte 0x16, 0xfc, 0xf5, 0x2e, 0x4f, 0x20, 0x2a, 0x08, 0x9f, 0x77, 0xf3, 0xc5, 0x1e, 0xc4, 0x9a, 0x52 -.byte 0x66, 0x1e, 0x48, 0x5e, 0xe3, 0x10, 0x06, 0x8f, 0x22, 0x98, 0xe1, 0x65, 0x8e, 0x1b, 0x5d, 0x23 -.byte 0x66, 0x3b, 0xb8, 0xa5, 0x32, 0x51, 0xc8, 0x86, 0xaa, 0xa1, 0xa9, 0x9e, 0x7f, 0x76, 0x94, 0xc2 -.byte 0xa6, 0x6c, 0xb7, 0x41, 0xf0, 0xd5, 0xc8, 0x06, 0x38, 0xe6, 0xd4, 0x0c, 0xe2, 0xf3, 0x3b, 0x4c -.byte 0x6d, 0x50, 0x8c, 0xc4, 0x83, 0x27, 0xc1, 0x13, 0x84, 0x59, 0x3d, 0x9e, 0x75, 0x74, 0xb6, 0xd8 -.byte 0x02, 0x5e, 0x3a, 0x90, 0x7a, 0xc0, 0x42, 0x36, 0x72, 0xec, 0x6a, 0x4d, 0xdc, 0xef, 0xc4, 0x00 -.byte 0xdf, 0x13, 0x18, 0x57, 0x5f, 0x26, 0x78, 0xc8, 0xd6, 0x0a, 0x79, 0x77, 0xbf, 0xf7, 0xaf, 0xb7 -.byte 0x76, 0xb9, 0xa5, 0x0b, 0x84, 0x17, 0x5d, 0x10, 0xea, 0x6f, 0xe1, 0xab, 0x95, 0x11, 0x5f, 0x6d -.byte 0x3c, 0xa3, 0x5c, 0x4d, 0x83, 0x5b, 0xf2, 0xb3, 0x19, 0x8a, 0x80, 0x8b, 0x0b, 0x87, 0x02, 0x03 -.byte 0x01, 0x00, 0x01, 0x00, 0x49, 0x02, 0x26, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 -.byte 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 -.byte 0x19, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53, 0x65 -.byte 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x4c, 0x4c, 0x43, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03 -.byte 0x55, 0x04, 0x03, 0x13, 0x0b, 0x47, 0x54, 0x53, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x31 +.byte 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xac, 0xac +.byte 0x74, 0x32, 0xe8, 0xb3, 0x65, 0xe5, 0xba, 0xed, 0x43, 0x26, 0x1d, 0xa6, 0x89, 0x0d, 0x45, 0xba +.byte 0x29, 0x88, 0xb2, 0xa4, 0x1d, 0x63, 0xdd, 0xd3, 0xc1, 0x2c, 0x09, 0x57, 0x89, 0x39, 0xa1, 0x55 +.byte 0xe9, 0x67, 0x34, 0x77, 0x0c, 0x6e, 0xe4, 0x55, 0x1d, 0x52, 0x25, 0xd2, 0x13, 0x6b, 0x5e, 0xe1 +.byte 0x1d, 0xa9, 0xb7, 0x7d, 0x89, 0x32, 0x5f, 0x0d, 0x9e, 0x9f, 0x2c, 0x7a, 0x63, 0x60, 0x40, 0x1f +.byte 0xa6, 0xb0, 0xb6, 0x78, 0x8f, 0x99, 0x54, 0x96, 0x08, 0x58, 0xae, 0xe4, 0x06, 0xbc, 0x62, 0x05 +.byte 0x02, 0x16, 0xbf, 0xaf, 0xa8, 0x23, 0x03, 0xb6, 0x94, 0x0f, 0xbc, 0x6e, 0x6c, 0xc2, 0xcb, 0xd5 +.byte 0xa6, 0xbb, 0x0c, 0xe9, 0xf6, 0xc1, 0x02, 0xfb, 0x21, 0xde, 0x66, 0xdd, 0x17, 0xab, 0x74, 0x42 +.byte 0xef, 0xf0, 0x74, 0x2f, 0x25, 0xf4, 0xea, 0x6b, 0x55, 0x5b, 0x90, 0xdb, 0x9d, 0xdf, 0x5e, 0x87 +.byte 0x0a, 0x40, 0xfb, 0xad, 0x19, 0x6b, 0xfb, 0xf7, 0xca, 0x60, 0x88, 0xde, 0xda, 0xc1, 0x8f, 0xd6 +.byte 0xae, 0xd5, 0x7f, 0xd4, 0x3c, 0x83, 0xee, 0xd7, 0x16, 0x4c, 0x83, 0x45, 0x33, 0x6b, 0x27, 0xd0 +.byte 0x86, 0xd0, 0x1c, 0x2d, 0x6b, 0xf3, 0xab, 0x7d, 0xf1, 0x85, 0xa9, 0xf5, 0x28, 0xd2, 0xad, 0xef +.byte 0xf3, 0x84, 0x4b, 0x1c, 0x87, 0xfc, 0x13, 0xa3, 0x3a, 0x72, 0xa2, 0x5a, 0x11, 0x2b, 0xd6, 0x27 +.byte 0x71, 0x27, 0xed, 0x81, 0x2d, 0x6d, 0x66, 0x81, 0x92, 0x87, 0xb4, 0x1b, 0x58, 0x7a, 0xcc, 0x3f +.byte 0x0a, 0xfa, 0x46, 0x4f, 0x4d, 0x78, 0x5c, 0xf8, 0x2b, 0x48, 0xe3, 0x04, 0x84, 0xcb, 0x5d, 0xf6 +.byte 0xb4, 0x6a, 0xb3, 0x65, 0xfc, 0x42, 0x9e, 0x51, 0x26, 0x23, 0x20, 0xcb, 0x3d, 0x14, 0xf9, 0x81 +.byte 0xed, 0x65, 0x16, 0x00, 0x4f, 0x1a, 0x64, 0x97, 0x66, 0x08, 0xcf, 0x8c, 0x7b, 0xe3, 0x2b, 0xc0 +.byte 0x9d, 0xf9, 0x14, 0xf2, 0x1b, 0xf1, 0x56, 0x6a, 0x16, 0xbf, 0x2c, 0x85, 0x85, 0xcd, 0x78, 0x38 +.byte 0x9a, 0xeb, 0x42, 0x6a, 0x02, 0x34, 0x18, 0x83, 0x17, 0x4e, 0x94, 0x56, 0xf8, 0xb6, 0x82, 0xb5 +.byte 0xf3, 0x96, 0xdd, 0x3d, 0xf3, 0xbe, 0x7f, 0x20, 0x77, 0x3e, 0x7b, 0x19, 0x23, 0x6b, 0x2c, 0xd4 +.byte 0x72, 0x73, 0x43, 0x57, 0x7d, 0xe0, 0xf8, 0xd7, 0x69, 0x4f, 0x17, 0x36, 0x04, 0xf9, 0xc0, 0x90 +.byte 0x60, 0x37, 0x45, 0xde, 0xe6, 0x0c, 0xd8, 0x74, 0x8d, 0xae, 0x9c, 0xa2, 0x6d, 0x74, 0x5d, 0x42 +.byte 0xbe, 0x06, 0xf5, 0xd9, 0x64, 0x6e, 0x02, 0x10, 0xac, 0x89, 0xb0, 0x4c, 0x3b, 0x07, 0x4d, 0x40 +.byte 0x7e, 0x24, 0xc5, 0x8a, 0x98, 0x82, 0x79, 0x8e, 0xa4, 0xa7, 0x82, 0x20, 0x8d, 0x23, 0xfa, 0x27 +.byte 0x71, 0xc9, 0xdf, 0xc6, 0x41, 0x74, 0xa0, 0x4d, 0xf6, 0x91, 0x16, 0xdc, 0x46, 0x8c, 0x5f, 0x29 +.byte 0x63, 0x31, 0x59, 0x71, 0x0c, 0xd8, 0x6f, 0xc2, 0xb6, 0x32, 0x7d, 0xfb, 0xe6, 0x5d, 0x53, 0xa6 +.byte 0x7e, 0x15, 0xfc, 0xbb, 0x75, 0x7c, 0x5d, 0xec, 0xf8, 0xf6, 0x17, 0x1c, 0xec, 0xc7, 0x6b, 0x19 +.byte 0xcb, 0xf3, 0x7b, 0xf0, 0x2b, 0x07, 0xa5, 0xd9, 0x6c, 0x79, 0x54, 0x76, 0x6c, 0x9d, 0x1c, 0xa6 +.byte 0x6e, 0x0e, 0xe9, 0x79, 0x0c, 0xa8, 0x23, 0x6a, 0xa3, 0xdf, 0x1b, 0x30, 0x31, 0x9f, 0xb1, 0x54 +.byte 0x7b, 0xfe, 0x6a, 0xcb, 0x66, 0xaa, 0xdc, 0x65, 0xd0, 0xa2, 0x9e, 0x4a, 0x9a, 0x07, 0x21, 0x6b +.byte 0x81, 0x8f, 0xdb, 0xc4, 0x59, 0xfa, 0xde, 0x22, 0xc0, 0x04, 0x9c, 0xe3, 0xaa, 0x5b, 0x36, 0x93 +.byte 0xe8, 0x3d, 0xbd, 0x7a, 0xa1, 0x9d, 0x0b, 0x76, 0xb1, 0x0b, 0xc7, 0x9d, 0xfd, 0xcf, 0x98, 0xa8 +.byte 0x06, 0xc2, 0xf8, 0x2a, 0xa3, 0xa1, 0x83, 0xa0, 0xb7, 0x25, 0x72, 0xa5, 0x02, 0xe3, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0x49, 0x00, 0x26, 0x02, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x43, 0x48, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 +.byte 0x0c, 0x53, 0x77, 0x69, 0x73, 0x73, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x41, 0x47, 0x31, 0x21, 0x30 +.byte 0x1f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x18, 0x53, 0x77, 0x69, 0x73, 0x73, 0x53, 0x69, 0x67 +.byte 0x6e, 0x20, 0x53, 0x69, 0x6c, 0x76, 0x65, 0x72, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x47, 0x32 .byte 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 .byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01 -.byte 0x00, 0xb6, 0x11, 0x02, 0x8b, 0x1e, 0xe3, 0xa1, 0x77, 0x9b, 0x3b, 0xdc, 0xbf, 0x94, 0x3e, 0xb7 -.byte 0x95, 0xa7, 0x40, 0x3c, 0xa1, 0xfd, 0x82, 0xf9, 0x7d, 0x32, 0x06, 0x82, 0x71, 0xf6, 0xf6, 0x8c -.byte 0x7f, 0xfb, 0xe8, 0xdb, 0xbc, 0x6a, 0x2e, 0x97, 0x97, 0xa3, 0x8c, 0x4b, 0xf9, 0x2b, 0xf6, 0xb1 -.byte 0xf9, 0xce, 0x84, 0x1d, 0xb1, 0xf9, 0xc5, 0x97, 0xde, 0xef, 0xb9, 0xf2, 0xa3, 0xe9, 0xbc, 0x12 -.byte 0x89, 0x5e, 0xa7, 0xaa, 0x52, 0xab, 0xf8, 0x23, 0x27, 0xcb, 0xa4, 0xb1, 0x9c, 0x63, 0xdb, 0xd7 -.byte 0x99, 0x7e, 0xf0, 0x0a, 0x5e, 0xeb, 0x68, 0xa6, 0xf4, 0xc6, 0x5a, 0x47, 0x0d, 0x4d, 0x10, 0x33 -.byte 0xe3, 0x4e, 0xb1, 0x13, 0xa3, 0xc8, 0x18, 0x6c, 0x4b, 0xec, 0xfc, 0x09, 0x90, 0xdf, 0x9d, 0x64 -.byte 0x29, 0x25, 0x23, 0x07, 0xa1, 0xb4, 0xd2, 0x3d, 0x2e, 0x60, 0xe0, 0xcf, 0xd2, 0x09, 0x87, 0xbb -.byte 0xcd, 0x48, 0xf0, 0x4d, 0xc2, 0xc2, 0x7a, 0x88, 0x8a, 0xbb, 0xba, 0xcf, 0x59, 0x19, 0xd6, 0xaf -.byte 0x8f, 0xb0, 0x07, 0xb0, 0x9e, 0x31, 0xf1, 0x82, 0xc1, 0xc0, 0xdf, 0x2e, 0xa6, 0x6d, 0x6c, 0x19 -.byte 0x0e, 0xb5, 0xd8, 0x7e, 0x26, 0x1a, 0x45, 0x03, 0x3d, 0xb0, 0x79, 0xa4, 0x94, 0x28, 0xad, 0x0f -.byte 0x7f, 0x26, 0xe5, 0xa8, 0x08, 0xfe, 0x96, 0xe8, 0x3c, 0x68, 0x94, 0x53, 0xee, 0x83, 0x3a, 0x88 -.byte 0x2b, 0x15, 0x96, 0x09, 0xb2, 0xe0, 0x7a, 0x8c, 0x2e, 0x75, 0xd6, 0x9c, 0xeb, 0xa7, 0x56, 0x64 -.byte 0x8f, 0x96, 0x4f, 0x68, 0xae, 0x3d, 0x97, 0xc2, 0x84, 0x8f, 0xc0, 0xbc, 0x40, 0xc0, 0x0b, 0x5c -.byte 0xbd, 0xf6, 0x87, 0xb3, 0x35, 0x6c, 0xac, 0x18, 0x50, 0x7f, 0x84, 0xe0, 0x4c, 0xcd, 0x92, 0xd3 -.byte 0x20, 0xe9, 0x33, 0xbc, 0x52, 0x99, 0xaf, 0x32, 0xb5, 0x29, 0xb3, 0x25, 0x2a, 0xb4, 0x48, 0xf9 -.byte 0x72, 0xe1, 0xca, 0x64, 0xf7, 0xe6, 0x82, 0x10, 0x8d, 0xe8, 0x9d, 0xc2, 0x8a, 0x88, 0xfa, 0x38 -.byte 0x66, 0x8a, 0xfc, 0x63, 0xf9, 0x01, 0xf9, 0x78, 0xfd, 0x7b, 0x5c, 0x77, 0xfa, 0x76, 0x87, 0xfa -.byte 0xec, 0xdf, 0xb1, 0x0e, 0x79, 0x95, 0x57, 0xb4, 0xbd, 0x26, 0xef, 0xd6, 0x01, 0xd1, 0xeb, 0x16 -.byte 0x0a, 0xbb, 0x8e, 0x0b, 0xb5, 0xc5, 0xc5, 0x8a, 0x55, 0xab, 0xd3, 0xac, 0xea, 0x91, 0x4b, 0x29 -.byte 0xcc, 0x19, 0xa4, 0x32, 0x25, 0x4e, 0x2a, 0xf1, 0x65, 0x44, 0xd0, 0x02, 0xce, 0xaa, 0xce, 0x49 -.byte 0xb4, 0xea, 0x9f, 0x7c, 0x83, 0xb0, 0x40, 0x7b, 0xe7, 0x43, 0xab, 0xa7, 0x6c, 0xa3, 0x8f, 0x7d -.byte 0x89, 0x81, 0xfa, 0x4c, 0xa5, 0xff, 0xd5, 0x8e, 0xc3, 0xce, 0x4b, 0xe0, 0xb5, 0xd8, 0xb3, 0x8e -.byte 0x45, 0xcf, 0x76, 0xc0, 0xed, 0x40, 0x2b, 0xfd, 0x53, 0x0f, 0xb0, 0xa7, 0xd5, 0x3b, 0x0d, 0xb1 -.byte 0x8a, 0xa2, 0x03, 0xde, 0x31, 0xad, 0xcc, 0x77, 0xea, 0x6f, 0x7b, 0x3e, 0xd6, 0xdf, 0x91, 0x22 -.byte 0x12, 0xe6, 0xbe, 0xfa, 0xd8, 0x32, 0xfc, 0x10, 0x63, 0x14, 0x51, 0x72, 0xde, 0x5d, 0xd6, 0x16 -.byte 0x93, 0xbd, 0x29, 0x68, 0x33, 0xef, 0x3a, 0x66, 0xec, 0x07, 0x8a, 0x26, 0xdf, 0x13, 0xd7, 0x57 -.byte 0x65, 0x78, 0x27, 0xde, 0x5e, 0x49, 0x14, 0x00, 0xa2, 0x00, 0x7f, 0x9a, 0xa8, 0x21, 0xb6, 0xa9 -.byte 0xb1, 0x95, 0xb0, 0xa5, 0xb9, 0x0d, 0x16, 0x11, 0xda, 0xc7, 0x6c, 0x48, 0x3c, 0x40, 0xe0, 0x7e -.byte 0x0d, 0x5a, 0xcd, 0x56, 0x3c, 0xd1, 0x97, 0x05, 0xb9, 0xcb, 0x4b, 0xed, 0x39, 0x4b, 0x9c, 0xc4 -.byte 0x3f, 0xd2, 0x55, 0x13, 0x6e, 0x24, 0xb0, 0xd6, 0x71, 0xfa, 0xf4, 0xc1, 0xba, 0xcc, 0xed, 0x1b -.byte 0xf5, 0xfe, 0x81, 0x41, 0xd8, 0x00, 0x98, 0x3d, 0x3a, 0xc8, 0xae, 0x7a, 0x98, 0x37, 0x18, 0x05 -.byte 0x95, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x49, 0x02, 0x26, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09 -.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55 -.byte 0x04, 0x0a, 0x13, 0x19, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74 -.byte 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x4c, 0x4c, 0x43, 0x31, 0x14, 0x30 -.byte 0x12, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0b, 0x47, 0x54, 0x53, 0x20, 0x52, 0x6f, 0x6f, 0x74 -.byte 0x20, 0x52, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x00, 0xc4, 0xf1, 0x87, 0x7f, 0xd3, 0x78, 0x31, 0xf7, 0x38, 0xc9, 0xf8, 0xc3, 0x99, 0x43, 0xbc +.byte 0xc7, 0xf7, 0xbc, 0x37, 0xe7, 0x4e, 0x71, 0xba, 0x4b, 0x8f, 0xa5, 0x73, 0x1d, 0x5c, 0x6e, 0x98 +.byte 0xae, 0x03, 0x57, 0xae, 0x38, 0x37, 0x43, 0x2f, 0x17, 0x3d, 0x1f, 0xc8, 0xce, 0x68, 0x10, 0xc1 +.byte 0x78, 0xae, 0x19, 0x03, 0x2b, 0x10, 0xfa, 0x2c, 0x79, 0x83, 0xf6, 0xe8, 0xb9, 0x68, 0xb9, 0x55 +.byte 0xf2, 0x04, 0x44, 0xa7, 0x39, 0xf9, 0xfc, 0x04, 0x8b, 0x1e, 0xf1, 0xa2, 0x4d, 0x27, 0xf9, 0x61 +.byte 0x7b, 0xba, 0xb7, 0xe5, 0xa2, 0x13, 0xb6, 0xeb, 0x61, 0x3e, 0xd0, 0x6c, 0xd1, 0xe6, 0xfb, 0xfa +.byte 0x5e, 0xed, 0x1d, 0xb4, 0x9e, 0xa0, 0x35, 0x5b, 0xa1, 0x92, 0xcb, 0xf0, 0x49, 0x92, 0xfe, 0x85 +.byte 0x0a, 0x05, 0x3e, 0xe6, 0xd9, 0x0b, 0xe2, 0x4f, 0xbb, 0xdc, 0x95, 0x37, 0xfc, 0x91, 0xe9, 0x32 +.byte 0x35, 0x22, 0xd1, 0x1f, 0x3a, 0x4e, 0x27, 0x85, 0x9d, 0xb0, 0x15, 0x94, 0x32, 0xda, 0x61, 0x0d +.byte 0x47, 0x4d, 0x60, 0x42, 0xae, 0x92, 0x47, 0xe8, 0x83, 0x5a, 0x50, 0x58, 0xe9, 0x8a, 0x8b, 0xb9 +.byte 0x5d, 0xa1, 0xdc, 0xdd, 0x99, 0x4a, 0x1f, 0x36, 0x67, 0xbb, 0x48, 0xe4, 0x83, 0xb6, 0x37, 0xeb +.byte 0x48, 0x3a, 0xaf, 0x0f, 0x67, 0x8f, 0x17, 0x07, 0xe8, 0x04, 0xca, 0xef, 0x6a, 0x31, 0x87, 0xd4 +.byte 0xc0, 0xb6, 0xf9, 0x94, 0x71, 0x7b, 0x67, 0x64, 0xb8, 0xb6, 0x91, 0x4a, 0x42, 0x7b, 0x65, 0x2e +.byte 0x30, 0x6a, 0x0c, 0xf5, 0x90, 0xee, 0x95, 0xe6, 0xf2, 0xcd, 0x82, 0xec, 0xd9, 0xa1, 0x4a, 0xec +.byte 0xf6, 0xb2, 0x4b, 0xe5, 0x45, 0x85, 0xe6, 0x6d, 0x78, 0x93, 0x04, 0x2e, 0x9c, 0x82, 0x6d, 0x36 +.byte 0xa9, 0xc4, 0x31, 0x64, 0x1f, 0x86, 0x83, 0x0b, 0x2a, 0xf4, 0x35, 0x0a, 0x78, 0xc9, 0x55, 0xcf +.byte 0x41, 0xb0, 0x47, 0xe9, 0x30, 0x9f, 0x99, 0xbe, 0x61, 0xa8, 0x06, 0x84, 0xb9, 0x28, 0x7a, 0x5f +.byte 0x38, 0xd9, 0x1b, 0xa9, 0x38, 0xb0, 0x83, 0x7f, 0x73, 0xc1, 0xc3, 0x3b, 0x48, 0x2a, 0x82, 0x0f +.byte 0x21, 0x9b, 0xb8, 0xcc, 0xa8, 0x35, 0xc3, 0x84, 0x1b, 0x83, 0xb3, 0x3e, 0xbe, 0xa4, 0x95, 0x69 +.byte 0x01, 0x3a, 0x89, 0x00, 0x78, 0x04, 0xd9, 0xc9, 0xf4, 0x99, 0x19, 0xab, 0x56, 0x7e, 0x5b, 0x8b +.byte 0x86, 0x39, 0x15, 0x91, 0xa4, 0x10, 0x2c, 0x09, 0x32, 0x80, 0x60, 0xb3, 0x93, 0xc0, 0x2a, 0xb6 +.byte 0x18, 0x0b, 0x9d, 0x7e, 0x8d, 0x49, 0xf2, 0x10, 0x4a, 0x7f, 0xf9, 0xd5, 0x46, 0x2f, 0x19, 0x92 +.byte 0xa3, 0x99, 0xa7, 0x26, 0xac, 0xbb, 0x8c, 0x3c, 0xe6, 0x0e, 0xbc, 0x47, 0x07, 0xdc, 0x73, 0x51 +.byte 0xf1, 0x70, 0x64, 0x2f, 0x08, 0xf9, 0xb4, 0x47, 0x1d, 0x30, 0x6c, 0x44, 0xea, 0x29, 0x37, 0x85 +.byte 0x92, 0x68, 0x66, 0xbc, 0x83, 0x38, 0xfe, 0x7b, 0x39, 0x2e, 0xd3, 0x50, 0xf0, 0x1f, 0xfb, 0x5e +.byte 0x60, 0xb6, 0xa9, 0xa6, 0xfa, 0x27, 0x41, 0xf1, 0x9b, 0x18, 0x72, 0xf2, 0xf5, 0x84, 0x74, 0x4a +.byte 0xc9, 0x67, 0xc4, 0x54, 0xae, 0x48, 0x64, 0xdf, 0x8c, 0xd1, 0x6e, 0xb0, 0x1d, 0xe1, 0x07, 0x8f +.byte 0x08, 0x1e, 0x99, 0x9c, 0x71, 0xe9, 0x4c, 0xd8, 0xa5, 0xf7, 0x47, 0x12, 0x1f, 0x74, 0xd1, 0x51 +.byte 0x9e, 0x86, 0xf3, 0xc2, 0xa2, 0x23, 0x40, 0x0b, 0x73, 0xdb, 0x4b, 0xa6, 0xe7, 0x73, 0x06, 0x8c +.byte 0xc1, 0xa0, 0xe9, 0xc1, 0x59, 0xac, 0x46, 0xfa, 0xe6, 0x2f, 0xf8, 0xcf, 0x71, 0x9c, 0x46, 0x6d +.byte 0xb9, 0xc4, 0x15, 0x8d, 0x38, 0x79, 0x03, 0x45, 0x48, 0xef, 0xc4, 0x5d, 0xd7, 0x08, 0xee, 0x87 +.byte 0x39, 0x22, 0x86, 0xb2, 0x0d, 0x0f, 0x58, 0x43, 0xf7, 0x71, 0xa9, 0x48, 0x2e, 0xfd, 0xea, 0xd6 +.byte 0x1f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x49, 0x00, 0x26, 0x02, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x0c, 0x08, 0x55, 0x6e, 0x69, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x25, 0x30, 0x23 +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x55, 0x43, 0x41, 0x20, 0x45, 0x78, 0x74, 0x65, 0x6e +.byte 0x64, 0x65, 0x64, 0x20, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 .byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02 -.byte 0x82, 0x02, 0x01, 0x00, 0xce, 0xde, 0xfd, 0xa6, 0xfb, 0xec, 0xec, 0x14, 0x34, 0x3c, 0x07, 0x06 -.byte 0x5a, 0x6c, 0x59, 0xf7, 0x19, 0x35, 0xdd, 0xf7, 0xc1, 0x9d, 0x55, 0xaa, 0xd3, 0xcd, 0x3b, 0xa4 -.byte 0x93, 0x72, 0xef, 0x0a, 0xfa, 0x6d, 0x9d, 0xf6, 0xf0, 0x85, 0x80, 0x5b, 0xa1, 0x48, 0x52, 0x9f -.byte 0x39, 0xc5, 0xb7, 0xee, 0x28, 0xac, 0xef, 0xcb, 0x76, 0x68, 0x14, 0xb9, 0xdf, 0xad, 0x01, 0x6c -.byte 0x99, 0x1f, 0xc4, 0x22, 0x1d, 0x9f, 0xfe, 0x72, 0x77, 0xe0, 0x2c, 0x5b, 0xaf, 0xe4, 0x04, 0xbf -.byte 0x4f, 0x72, 0xa0, 0x1a, 0x34, 0x98, 0xe8, 0x39, 0x68, 0xec, 0x95, 0x25, 0x7b, 0x76, 0xa1, 0xe6 -.byte 0x69, 0xb9, 0x85, 0x19, 0xbd, 0x89, 0x8c, 0xfe, 0xad, 0xed, 0x36, 0xea, 0x73, 0xbc, 0xff, 0x83 -.byte 0xe2, 0xcb, 0x7d, 0xc1, 0xd2, 0xce, 0x4a, 0xb3, 0x8d, 0x05, 0x9e, 0x8b, 0x49, 0x93, 0xdf, 0xc1 -.byte 0x5b, 0xd0, 0x6e, 0x5e, 0xf0, 0x2e, 0x30, 0x2e, 0x82, 0xfc, 0xfa, 0xbc, 0xb4, 0x17, 0x0a, 0x48 -.byte 0xe5, 0x88, 0x9b, 0xc5, 0x9b, 0x6b, 0xde, 0xb0, 0xca, 0xb4, 0x03, 0xf0, 0xda, 0xf4, 0x90, 0xb8 -.byte 0x65, 0x64, 0xf7, 0x5c, 0x4c, 0xad, 0xe8, 0x7e, 0x66, 0x5e, 0x99, 0xd7, 0xb8, 0xc2, 0x3e, 0xc8 -.byte 0xd0, 0x13, 0x9d, 0xad, 0xee, 0xe4, 0x45, 0x7b, 0x89, 0x55, 0xf7, 0x8a, 0x1f, 0x62, 0x52, 0x84 -.byte 0x12, 0xb3, 0xc2, 0x40, 0x97, 0xe3, 0x8a, 0x1f, 0x47, 0x91, 0xa6, 0x74, 0x5a, 0xd2, 0xf8, 0xb1 -.byte 0x63, 0x28, 0x10, 0xb8, 0xb3, 0x09, 0xb8, 0x56, 0x77, 0x40, 0xa2, 0x26, 0x98, 0x79, 0xc6, 0xfe -.byte 0xdf, 0x25, 0xee, 0x3e, 0xe5, 0xa0, 0x7f, 0xd4, 0x61, 0x0f, 0x51, 0x4b, 0x3c, 0x3f, 0x8c, 0xda -.byte 0xe1, 0x70, 0x74, 0xd8, 0xc2, 0x68, 0xa1, 0xf9, 0xc1, 0x0c, 0xe9, 0xa1, 0xe2, 0x7f, 0xbb, 0x55 -.byte 0x3c, 0x76, 0x06, 0xee, 0x6a, 0x4e, 0xcc, 0x92, 0x88, 0x30, 0x4d, 0x9a, 0xbd, 0x4f, 0x0b, 0x48 -.byte 0x9a, 0x84, 0xb5, 0x98, 0xa3, 0xd5, 0xfb, 0x73, 0xc1, 0x57, 0x61, 0xdd, 0x28, 0x56, 0x75, 0x13 -.byte 0xae, 0x87, 0x8e, 0xe7, 0x0c, 0x51, 0x09, 0x10, 0x75, 0x88, 0x4c, 0xbc, 0x8d, 0xf9, 0x7b, 0x3c -.byte 0xd4, 0x22, 0x48, 0x1f, 0x2a, 0xdc, 0xeb, 0x6b, 0xbb, 0x44, 0xb1, 0xcb, 0x33, 0x71, 0x32, 0x46 -.byte 0xaf, 0xad, 0x4a, 0xf1, 0x8c, 0xe8, 0x74, 0x3a, 0xac, 0xe7, 0x1a, 0x22, 0x73, 0x80, 0xd2, 0x30 -.byte 0xf7, 0x25, 0x42, 0xc7, 0x22, 0x3b, 0x3b, 0x12, 0xad, 0x96, 0x2e, 0xc6, 0xc3, 0x76, 0x07, 0xaa -.byte 0x20, 0xb7, 0x35, 0x49, 0x57, 0xe9, 0x92, 0x49, 0xe8, 0x76, 0x16, 0x72, 0x31, 0x67, 0x2b, 0x96 -.byte 0x7e, 0x8a, 0xa3, 0xc7, 0x94, 0x56, 0x22, 0xbf, 0x6a, 0x4b, 0x7e, 0x01, 0x21, 0xb2, 0x23, 0x32 -.byte 0xdf, 0xe4, 0x9a, 0x44, 0x6d, 0x59, 0x5b, 0x5d, 0xf5, 0x00, 0xa0, 0x1c, 0x9b, 0xc6, 0x78, 0x97 -.byte 0x8d, 0x90, 0xff, 0x9b, 0xc8, 0xaa, 0xb4, 0xaf, 0x11, 0x51, 0x39, 0x5e, 0xd9, 0xfb, 0x67, 0xad -.byte 0xd5, 0x5b, 0x11, 0x9d, 0x32, 0x9a, 0x1b, 0xbd, 0xd5, 0xba, 0x5b, 0xa5, 0xc9, 0xcb, 0x25, 0x69 -.byte 0x53, 0x55, 0x27, 0x5c, 0xe0, 0xca, 0x36, 0xcb, 0x88, 0x61, 0xfb, 0x1e, 0xb7, 0xd0, 0xcb, 0xee -.byte 0x16, 0xfb, 0xd3, 0xa6, 0x4c, 0xde, 0x92, 0xa5, 0xd4, 0xe2, 0xdf, 0xf5, 0x06, 0x54, 0xde, 0x2e -.byte 0x9d, 0x4b, 0xb4, 0x93, 0x30, 0xaa, 0x81, 0xce, 0xdd, 0x1a, 0xdc, 0x51, 0x73, 0x0d, 0x4f, 0x70 -.byte 0xe9, 0xe5, 0xb6, 0x16, 0x21, 0x19, 0x79, 0xb2, 0xe6, 0x89, 0x0b, 0x75, 0x64, 0xca, 0xd5, 0xab -.byte 0xbc, 0x09, 0xc1, 0x18, 0xa1, 0xff, 0xd4, 0x54, 0xa1, 0x85, 0x3c, 0xfd, 0x14, 0x24, 0x03, 0xb2 -.byte 0x87, 0xd3, 0xa4, 0xb7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x49, 0x00, 0x78, 0x30, 0x47, 0x31 +.byte 0x82, 0x02, 0x01, 0x00, 0xa9, 0x09, 0x07, 0x28, 0x13, 0x02, 0xb0, 0x99, 0xe0, 0x64, 0xaa, 0x1e +.byte 0x43, 0x16, 0x7a, 0x73, 0xb1, 0x91, 0xa0, 0x75, 0x3e, 0xa8, 0xfa, 0xe3, 0x38, 0x00, 0x7a, 0xec +.byte 0x89, 0x6a, 0x20, 0x0f, 0x8b, 0xc5, 0xb0, 0x9b, 0x33, 0x03, 0x5a, 0x86, 0xc6, 0x58, 0x86, 0xd5 +.byte 0xc1, 0x85, 0xbb, 0x4f, 0xc6, 0x9c, 0x40, 0x4d, 0xca, 0xbe, 0xee, 0x69, 0x96, 0xb8, 0xad, 0x81 +.byte 0x30, 0x9a, 0x7c, 0x92, 0x05, 0xeb, 0x05, 0x2b, 0x9a, 0x48, 0xd0, 0xb8, 0x76, 0x3e, 0x96, 0xc8 +.byte 0x20, 0xbb, 0xd2, 0xb0, 0xf1, 0x8f, 0xd8, 0xac, 0x45, 0x46, 0xff, 0xaa, 0x67, 0x60, 0xb4, 0x77 +.byte 0x7e, 0x6a, 0x1f, 0x3c, 0x1a, 0x52, 0x7a, 0x04, 0x3d, 0x07, 0x3c, 0x85, 0x0d, 0x84, 0xd0, 0x1f +.byte 0x76, 0x0a, 0xf7, 0x6a, 0x14, 0xdf, 0x72, 0xe3, 0x34, 0x7c, 0x57, 0x4e, 0x56, 0x01, 0x3e, 0x79 +.byte 0xf1, 0xaa, 0x29, 0x3b, 0x6c, 0xfa, 0xf8, 0x8f, 0x6d, 0x4d, 0xc8, 0x35, 0xdf, 0xae, 0xeb, 0xdc +.byte 0x24, 0xee, 0x79, 0x45, 0xa7, 0x85, 0xb6, 0x05, 0x88, 0xde, 0x88, 0x5d, 0x25, 0x7c, 0x97, 0x64 +.byte 0x67, 0x09, 0xd9, 0xbf, 0x5a, 0x15, 0x05, 0x86, 0xf3, 0x09, 0x1e, 0xec, 0x58, 0x32, 0x33, 0x11 +.byte 0xf3, 0x77, 0x64, 0xb0, 0x76, 0x1f, 0xe4, 0x10, 0x35, 0x17, 0x1b, 0xf2, 0x0e, 0xb1, 0x6c, 0xa4 +.byte 0x2a, 0xa3, 0x73, 0xfc, 0x09, 0x1f, 0x1e, 0x32, 0x19, 0x53, 0x11, 0xe7, 0xd9, 0xb3, 0x2c, 0x2e +.byte 0x76, 0x2e, 0xa1, 0xa3, 0xde, 0x7e, 0x6a, 0x88, 0x09, 0xe8, 0xf2, 0x07, 0x8a, 0xf8, 0xb2, 0xcd +.byte 0x10, 0xe7, 0xe2, 0x73, 0x40, 0x93, 0xbb, 0x08, 0xd1, 0x3f, 0xe1, 0xfc, 0x0b, 0x94, 0xb3, 0x25 +.byte 0xef, 0x7c, 0xa6, 0xd7, 0xd1, 0xaf, 0x9f, 0xff, 0x96, 0x9a, 0xf5, 0x91, 0x7b, 0x98, 0x0b, 0x77 +.byte 0xd4, 0x7e, 0xe8, 0x07, 0xd2, 0x62, 0xb5, 0x95, 0x39, 0xe3, 0xf3, 0xf1, 0x6d, 0x0f, 0x0e, 0x65 +.byte 0x84, 0x8a, 0x63, 0x54, 0xc5, 0x80, 0xb6, 0xe0, 0x9e, 0x4b, 0x7d, 0x47, 0x26, 0xa7, 0x01, 0x08 +.byte 0x5d, 0xd1, 0x88, 0x9e, 0xd7, 0xc3, 0x32, 0x44, 0xfa, 0x82, 0x4a, 0x0a, 0x68, 0x54, 0x7f, 0x38 +.byte 0x53, 0x03, 0xcc, 0xa4, 0x00, 0x33, 0x64, 0x51, 0x59, 0x0b, 0xa3, 0x82, 0x91, 0x7a, 0x5e, 0xec +.byte 0x16, 0xc2, 0xf3, 0x2a, 0xe6, 0x62, 0xda, 0x2a, 0xdb, 0x59, 0x62, 0x10, 0x25, 0x4a, 0x2a, 0x81 +.byte 0x0b, 0x47, 0x07, 0x43, 0x06, 0x70, 0x87, 0xd2, 0xfa, 0x93, 0x11, 0x29, 0x7a, 0x48, 0x4d, 0xeb +.byte 0x94, 0xc7, 0x70, 0x4d, 0xaf, 0x67, 0xd5, 0x51, 0xb1, 0x80, 0x20, 0x01, 0x01, 0xb4, 0x7a, 0x08 +.byte 0xa6, 0x90, 0x7f, 0x4e, 0xe0, 0xef, 0x07, 0x41, 0x87, 0xaf, 0x6a, 0xa5, 0x5e, 0x8b, 0xfb, 0xcf +.byte 0x50, 0xb2, 0x9a, 0x54, 0xaf, 0xc3, 0x89, 0xba, 0x58, 0x2d, 0xf5, 0x30, 0x98, 0xb1, 0x36, 0x72 +.byte 0x39, 0x7e, 0x49, 0x04, 0xfd, 0x29, 0xa7, 0x4c, 0x79, 0xe4, 0x05, 0x57, 0xdb, 0x94, 0xb9, 0x16 +.byte 0x53, 0x8d, 0x46, 0xb3, 0x1d, 0x95, 0x61, 0x57, 0x56, 0x7f, 0xaf, 0xf0, 0x16, 0x5b, 0x61, 0x58 +.byte 0x6f, 0x36, 0x50, 0x11, 0x0b, 0xd8, 0xac, 0x2b, 0x95, 0x16, 0x1a, 0x0e, 0x1f, 0x08, 0xcd, 0x36 +.byte 0x34, 0x65, 0x10, 0x62, 0x66, 0xd5, 0x80, 0x5f, 0x14, 0x20, 0x5f, 0x2d, 0x0c, 0xa0, 0x78, 0x0a +.byte 0x68, 0xd6, 0x2c, 0xd7, 0xe9, 0x6f, 0x2b, 0xd2, 0x4a, 0x05, 0x93, 0xfc, 0x9e, 0x6f, 0x6b, 0x67 +.byte 0xff, 0x88, 0xf1, 0x4e, 0xa5, 0x69, 0x4a, 0x52, 0x37, 0x05, 0xea, 0xc6, 0x16, 0x8d, 0xd2, 0xc4 +.byte 0x99, 0xd1, 0x82, 0x2b, 0x3b, 0xba, 0x35, 0x75, 0xf7, 0x51, 0x51, 0x58, 0xf3, 0xc8, 0x07, 0xdd +.byte 0xe4, 0xb4, 0x03, 0x7f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x49, 0x00, 0x78, 0x00, 0x30, 0x47, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x1c, 0x30, 0x1a +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x13, 0x69, 0x54, 0x72, 0x75, 0x73, 0x43, 0x68, 0x69, 0x6e +.byte 0x61, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x13, 0x11, 0x76, 0x54, 0x72, 0x75, 0x73, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce +.byte 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x65, 0x50 +.byte 0x4a, 0xae, 0x8c, 0x79, 0x96, 0x4a, 0xaa, 0x1c, 0x08, 0xc3, 0xa3, 0xa2, 0xcd, 0xfe, 0x59, 0x56 +.byte 0x41, 0x77, 0xfd, 0x26, 0x94, 0x42, 0xbb, 0x1d, 0xcd, 0x08, 0xdb, 0x73, 0xb2, 0x5b, 0x75, 0xf3 +.byte 0xcf, 0x9c, 0x4e, 0x82, 0xf4, 0xbf, 0xf8, 0x61, 0x26, 0x85, 0x6c, 0xd6, 0x85, 0x5b, 0x72, 0x70 +.byte 0xd2, 0xfd, 0xdb, 0x62, 0xb4, 0xdf, 0x53, 0x8b, 0xbd, 0xb1, 0x44, 0x58, 0x62, 0x42, 0x09, 0xc7 +.byte 0xfa, 0x7f, 0x5b, 0x10, 0xe7, 0xfe, 0x40, 0xfd, 0xc0, 0xd8, 0xc3, 0x2b, 0x32, 0xe7, 0x70, 0xa6 +.byte 0xb7, 0xa6, 0x20, 0x55, 0x1d, 0x7b, 0x80, 0x5d, 0x4b, 0x8f, 0x67, 0x4c, 0xf1, 0x10, 0x49, 0x00 +.byte 0x26, 0x02, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 +.byte 0x53, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x19, 0x47, 0x6f, 0x6f, 0x67 +.byte 0x6c, 0x65, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65 +.byte 0x73, 0x20, 0x4c, 0x4c, 0x43, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0b +.byte 0x47, 0x54, 0x53, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb6, 0x11, 0x02, 0x8b +.byte 0x1e, 0xe3, 0xa1, 0x77, 0x9b, 0x3b, 0xdc, 0xbf, 0x94, 0x3e, 0xb7, 0x95, 0xa7, 0x40, 0x3c, 0xa1 +.byte 0xfd, 0x82, 0xf9, 0x7d, 0x32, 0x06, 0x82, 0x71, 0xf6, 0xf6, 0x8c, 0x7f, 0xfb, 0xe8, 0xdb, 0xbc +.byte 0x6a, 0x2e, 0x97, 0x97, 0xa3, 0x8c, 0x4b, 0xf9, 0x2b, 0xf6, 0xb1, 0xf9, 0xce, 0x84, 0x1d, 0xb1 +.byte 0xf9, 0xc5, 0x97, 0xde, 0xef, 0xb9, 0xf2, 0xa3, 0xe9, 0xbc, 0x12, 0x89, 0x5e, 0xa7, 0xaa, 0x52 +.byte 0xab, 0xf8, 0x23, 0x27, 0xcb, 0xa4, 0xb1, 0x9c, 0x63, 0xdb, 0xd7, 0x99, 0x7e, 0xf0, 0x0a, 0x5e +.byte 0xeb, 0x68, 0xa6, 0xf4, 0xc6, 0x5a, 0x47, 0x0d, 0x4d, 0x10, 0x33, 0xe3, 0x4e, 0xb1, 0x13, 0xa3 +.byte 0xc8, 0x18, 0x6c, 0x4b, 0xec, 0xfc, 0x09, 0x90, 0xdf, 0x9d, 0x64, 0x29, 0x25, 0x23, 0x07, 0xa1 +.byte 0xb4, 0xd2, 0x3d, 0x2e, 0x60, 0xe0, 0xcf, 0xd2, 0x09, 0x87, 0xbb, 0xcd, 0x48, 0xf0, 0x4d, 0xc2 +.byte 0xc2, 0x7a, 0x88, 0x8a, 0xbb, 0xba, 0xcf, 0x59, 0x19, 0xd6, 0xaf, 0x8f, 0xb0, 0x07, 0xb0, 0x9e +.byte 0x31, 0xf1, 0x82, 0xc1, 0xc0, 0xdf, 0x2e, 0xa6, 0x6d, 0x6c, 0x19, 0x0e, 0xb5, 0xd8, 0x7e, 0x26 +.byte 0x1a, 0x45, 0x03, 0x3d, 0xb0, 0x79, 0xa4, 0x94, 0x28, 0xad, 0x0f, 0x7f, 0x26, 0xe5, 0xa8, 0x08 +.byte 0xfe, 0x96, 0xe8, 0x3c, 0x68, 0x94, 0x53, 0xee, 0x83, 0x3a, 0x88, 0x2b, 0x15, 0x96, 0x09, 0xb2 +.byte 0xe0, 0x7a, 0x8c, 0x2e, 0x75, 0xd6, 0x9c, 0xeb, 0xa7, 0x56, 0x64, 0x8f, 0x96, 0x4f, 0x68, 0xae +.byte 0x3d, 0x97, 0xc2, 0x84, 0x8f, 0xc0, 0xbc, 0x40, 0xc0, 0x0b, 0x5c, 0xbd, 0xf6, 0x87, 0xb3, 0x35 +.byte 0x6c, 0xac, 0x18, 0x50, 0x7f, 0x84, 0xe0, 0x4c, 0xcd, 0x92, 0xd3, 0x20, 0xe9, 0x33, 0xbc, 0x52 +.byte 0x99, 0xaf, 0x32, 0xb5, 0x29, 0xb3, 0x25, 0x2a, 0xb4, 0x48, 0xf9, 0x72, 0xe1, 0xca, 0x64, 0xf7 +.byte 0xe6, 0x82, 0x10, 0x8d, 0xe8, 0x9d, 0xc2, 0x8a, 0x88, 0xfa, 0x38, 0x66, 0x8a, 0xfc, 0x63, 0xf9 +.byte 0x01, 0xf9, 0x78, 0xfd, 0x7b, 0x5c, 0x77, 0xfa, 0x76, 0x87, 0xfa, 0xec, 0xdf, 0xb1, 0x0e, 0x79 +.byte 0x95, 0x57, 0xb4, 0xbd, 0x26, 0xef, 0xd6, 0x01, 0xd1, 0xeb, 0x16, 0x0a, 0xbb, 0x8e, 0x0b, 0xb5 +.byte 0xc5, 0xc5, 0x8a, 0x55, 0xab, 0xd3, 0xac, 0xea, 0x91, 0x4b, 0x29, 0xcc, 0x19, 0xa4, 0x32, 0x25 +.byte 0x4e, 0x2a, 0xf1, 0x65, 0x44, 0xd0, 0x02, 0xce, 0xaa, 0xce, 0x49, 0xb4, 0xea, 0x9f, 0x7c, 0x83 +.byte 0xb0, 0x40, 0x7b, 0xe7, 0x43, 0xab, 0xa7, 0x6c, 0xa3, 0x8f, 0x7d, 0x89, 0x81, 0xfa, 0x4c, 0xa5 +.byte 0xff, 0xd5, 0x8e, 0xc3, 0xce, 0x4b, 0xe0, 0xb5, 0xd8, 0xb3, 0x8e, 0x45, 0xcf, 0x76, 0xc0, 0xed +.byte 0x40, 0x2b, 0xfd, 0x53, 0x0f, 0xb0, 0xa7, 0xd5, 0x3b, 0x0d, 0xb1, 0x8a, 0xa2, 0x03, 0xde, 0x31 +.byte 0xad, 0xcc, 0x77, 0xea, 0x6f, 0x7b, 0x3e, 0xd6, 0xdf, 0x91, 0x22, 0x12, 0xe6, 0xbe, 0xfa, 0xd8 +.byte 0x32, 0xfc, 0x10, 0x63, 0x14, 0x51, 0x72, 0xde, 0x5d, 0xd6, 0x16, 0x93, 0xbd, 0x29, 0x68, 0x33 +.byte 0xef, 0x3a, 0x66, 0xec, 0x07, 0x8a, 0x26, 0xdf, 0x13, 0xd7, 0x57, 0x65, 0x78, 0x27, 0xde, 0x5e +.byte 0x49, 0x14, 0x00, 0xa2, 0x00, 0x7f, 0x9a, 0xa8, 0x21, 0xb6, 0xa9, 0xb1, 0x95, 0xb0, 0xa5, 0xb9 +.byte 0x0d, 0x16, 0x11, 0xda, 0xc7, 0x6c, 0x48, 0x3c, 0x40, 0xe0, 0x7e, 0x0d, 0x5a, 0xcd, 0x56, 0x3c +.byte 0xd1, 0x97, 0x05, 0xb9, 0xcb, 0x4b, 0xed, 0x39, 0x4b, 0x9c, 0xc4, 0x3f, 0xd2, 0x55, 0x13, 0x6e +.byte 0x24, 0xb0, 0xd6, 0x71, 0xfa, 0xf4, 0xc1, 0xba, 0xcc, 0xed, 0x1b, 0xf5, 0xfe, 0x81, 0x41, 0xd8 +.byte 0x00, 0x98, 0x3d, 0x3a, 0xc8, 0xae, 0x7a, 0x98, 0x37, 0x18, 0x05, 0x95, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x49, 0x00, 0x26, 0x02, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x19, 0x47 +.byte 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53, 0x65, 0x72, 0x76 +.byte 0x69, 0x63, 0x65, 0x73, 0x20, 0x4c, 0x4c, 0x43, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x13, 0x0b, 0x47, 0x54, 0x53, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x32, 0x30, 0x82 +.byte 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 +.byte 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xce +.byte 0xde, 0xfd, 0xa6, 0xfb, 0xec, 0xec, 0x14, 0x34, 0x3c, 0x07, 0x06, 0x5a, 0x6c, 0x59, 0xf7, 0x19 +.byte 0x35, 0xdd, 0xf7, 0xc1, 0x9d, 0x55, 0xaa, 0xd3, 0xcd, 0x3b, 0xa4, 0x93, 0x72, 0xef, 0x0a, 0xfa +.byte 0x6d, 0x9d, 0xf6, 0xf0, 0x85, 0x80, 0x5b, 0xa1, 0x48, 0x52, 0x9f, 0x39, 0xc5, 0xb7, 0xee, 0x28 +.byte 0xac, 0xef, 0xcb, 0x76, 0x68, 0x14, 0xb9, 0xdf, 0xad, 0x01, 0x6c, 0x99, 0x1f, 0xc4, 0x22, 0x1d +.byte 0x9f, 0xfe, 0x72, 0x77, 0xe0, 0x2c, 0x5b, 0xaf, 0xe4, 0x04, 0xbf, 0x4f, 0x72, 0xa0, 0x1a, 0x34 +.byte 0x98, 0xe8, 0x39, 0x68, 0xec, 0x95, 0x25, 0x7b, 0x76, 0xa1, 0xe6, 0x69, 0xb9, 0x85, 0x19, 0xbd +.byte 0x89, 0x8c, 0xfe, 0xad, 0xed, 0x36, 0xea, 0x73, 0xbc, 0xff, 0x83, 0xe2, 0xcb, 0x7d, 0xc1, 0xd2 +.byte 0xce, 0x4a, 0xb3, 0x8d, 0x05, 0x9e, 0x8b, 0x49, 0x93, 0xdf, 0xc1, 0x5b, 0xd0, 0x6e, 0x5e, 0xf0 +.byte 0x2e, 0x30, 0x2e, 0x82, 0xfc, 0xfa, 0xbc, 0xb4, 0x17, 0x0a, 0x48, 0xe5, 0x88, 0x9b, 0xc5, 0x9b +.byte 0x6b, 0xde, 0xb0, 0xca, 0xb4, 0x03, 0xf0, 0xda, 0xf4, 0x90, 0xb8, 0x65, 0x64, 0xf7, 0x5c, 0x4c +.byte 0xad, 0xe8, 0x7e, 0x66, 0x5e, 0x99, 0xd7, 0xb8, 0xc2, 0x3e, 0xc8, 0xd0, 0x13, 0x9d, 0xad, 0xee +.byte 0xe4, 0x45, 0x7b, 0x89, 0x55, 0xf7, 0x8a, 0x1f, 0x62, 0x52, 0x84, 0x12, 0xb3, 0xc2, 0x40, 0x97 +.byte 0xe3, 0x8a, 0x1f, 0x47, 0x91, 0xa6, 0x74, 0x5a, 0xd2, 0xf8, 0xb1, 0x63, 0x28, 0x10, 0xb8, 0xb3 +.byte 0x09, 0xb8, 0x56, 0x77, 0x40, 0xa2, 0x26, 0x98, 0x79, 0xc6, 0xfe, 0xdf, 0x25, 0xee, 0x3e, 0xe5 +.byte 0xa0, 0x7f, 0xd4, 0x61, 0x0f, 0x51, 0x4b, 0x3c, 0x3f, 0x8c, 0xda, 0xe1, 0x70, 0x74, 0xd8, 0xc2 +.byte 0x68, 0xa1, 0xf9, 0xc1, 0x0c, 0xe9, 0xa1, 0xe2, 0x7f, 0xbb, 0x55, 0x3c, 0x76, 0x06, 0xee, 0x6a +.byte 0x4e, 0xcc, 0x92, 0x88, 0x30, 0x4d, 0x9a, 0xbd, 0x4f, 0x0b, 0x48, 0x9a, 0x84, 0xb5, 0x98, 0xa3 +.byte 0xd5, 0xfb, 0x73, 0xc1, 0x57, 0x61, 0xdd, 0x28, 0x56, 0x75, 0x13, 0xae, 0x87, 0x8e, 0xe7, 0x0c +.byte 0x51, 0x09, 0x10, 0x75, 0x88, 0x4c, 0xbc, 0x8d, 0xf9, 0x7b, 0x3c, 0xd4, 0x22, 0x48, 0x1f, 0x2a +.byte 0xdc, 0xeb, 0x6b, 0xbb, 0x44, 0xb1, 0xcb, 0x33, 0x71, 0x32, 0x46, 0xaf, 0xad, 0x4a, 0xf1, 0x8c +.byte 0xe8, 0x74, 0x3a, 0xac, 0xe7, 0x1a, 0x22, 0x73, 0x80, 0xd2, 0x30, 0xf7, 0x25, 0x42, 0xc7, 0x22 +.byte 0x3b, 0x3b, 0x12, 0xad, 0x96, 0x2e, 0xc6, 0xc3, 0x76, 0x07, 0xaa, 0x20, 0xb7, 0x35, 0x49, 0x57 +.byte 0xe9, 0x92, 0x49, 0xe8, 0x76, 0x16, 0x72, 0x31, 0x67, 0x2b, 0x96, 0x7e, 0x8a, 0xa3, 0xc7, 0x94 +.byte 0x56, 0x22, 0xbf, 0x6a, 0x4b, 0x7e, 0x01, 0x21, 0xb2, 0x23, 0x32, 0xdf, 0xe4, 0x9a, 0x44, 0x6d +.byte 0x59, 0x5b, 0x5d, 0xf5, 0x00, 0xa0, 0x1c, 0x9b, 0xc6, 0x78, 0x97, 0x8d, 0x90, 0xff, 0x9b, 0xc8 +.byte 0xaa, 0xb4, 0xaf, 0x11, 0x51, 0x39, 0x5e, 0xd9, 0xfb, 0x67, 0xad, 0xd5, 0x5b, 0x11, 0x9d, 0x32 +.byte 0x9a, 0x1b, 0xbd, 0xd5, 0xba, 0x5b, 0xa5, 0xc9, 0xcb, 0x25, 0x69, 0x53, 0x55, 0x27, 0x5c, 0xe0 +.byte 0xca, 0x36, 0xcb, 0x88, 0x61, 0xfb, 0x1e, 0xb7, 0xd0, 0xcb, 0xee, 0x16, 0xfb, 0xd3, 0xa6, 0x4c +.byte 0xde, 0x92, 0xa5, 0xd4, 0xe2, 0xdf, 0xf5, 0x06, 0x54, 0xde, 0x2e, 0x9d, 0x4b, 0xb4, 0x93, 0x30 +.byte 0xaa, 0x81, 0xce, 0xdd, 0x1a, 0xdc, 0x51, 0x73, 0x0d, 0x4f, 0x70, 0xe9, 0xe5, 0xb6, 0x16, 0x21 +.byte 0x19, 0x79, 0xb2, 0xe6, 0x89, 0x0b, 0x75, 0x64, 0xca, 0xd5, 0xab, 0xbc, 0x09, 0xc1, 0x18, 0xa1 +.byte 0xff, 0xd4, 0x54, 0xa1, 0x85, 0x3c, 0xfd, 0x14, 0x24, 0x03, 0xb2, 0x87, 0xd3, 0xa4, 0xb7, 0x02 +.byte 0x03, 0x01, 0x00, 0x01, 0x49, 0x00, 0x78, 0x00, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x13, 0x19, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53 +.byte 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x4c, 0x4c, 0x43, 0x31, 0x14, 0x30, 0x12, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x0b, 0x47, 0x54, 0x53, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52 +.byte 0x33, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05 +.byte 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x1f, 0x4f, 0x33, 0x87, 0x33, 0x29, 0x8a +.byte 0xa1, 0x84, 0xde, 0xcb, 0xc7, 0x21, 0x58, 0x41, 0x89, 0xea, 0x56, 0x9d, 0x2b, 0x4b, 0x85, 0xc6 +.byte 0x1d, 0x4c, 0x27, 0xbc, 0x7f, 0x26, 0x51, 0x72, 0x6f, 0xe2, 0x9f, 0xd6, 0xa3, 0xca, 0xcc, 0x45 +.byte 0x14, 0x46, 0x8b, 0xad, 0xef, 0x7e, 0x86, 0x8c, 0xec, 0xb1, 0x7e, 0x2f, 0xff, 0xa9, 0x71, 0x9d +.byte 0x18, 0x84, 0x45, 0x04, 0x41, 0x55, 0x6e, 0x2b, 0xea, 0x26, 0x7f, 0xbb, 0x90, 0x01, 0xe3, 0x4b +.byte 0x19, 0xba, 0xe4, 0x54, 0x96, 0x45, 0x09, 0xb1, 0xd5, 0x6c, 0x91, 0x44, 0xad, 0x84, 0x13, 0x8e +.byte 0x9a, 0x8c, 0x0d, 0x80, 0x0c, 0x32, 0xf6, 0xe0, 0x27, 0x49, 0x00, 0x78, 0x00, 0x30, 0x47, 0x31 .byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x22, 0x30, 0x20 .byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x19, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x20, 0x54, 0x72 .byte 0x75, 0x73, 0x74, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x4c, 0x4c, 0x43 .byte 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0b, 0x47, 0x54, 0x53, 0x20, 0x52 -.byte 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x33, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce -.byte 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x1f, 0x4f -.byte 0x33, 0x87, 0x33, 0x29, 0x8a, 0xa1, 0x84, 0xde, 0xcb, 0xc7, 0x21, 0x58, 0x41, 0x89, 0xea, 0x56 -.byte 0x9d, 0x2b, 0x4b, 0x85, 0xc6, 0x1d, 0x4c, 0x27, 0xbc, 0x7f, 0x26, 0x51, 0x72, 0x6f, 0xe2, 0x9f -.byte 0xd6, 0xa3, 0xca, 0xcc, 0x45, 0x14, 0x46, 0x8b, 0xad, 0xef, 0x7e, 0x86, 0x8c, 0xec, 0xb1, 0x7e -.byte 0x2f, 0xff, 0xa9, 0x71, 0x9d, 0x18, 0x84, 0x45, 0x04, 0x41, 0x55, 0x6e, 0x2b, 0xea, 0x26, 0x7f -.byte 0xbb, 0x90, 0x01, 0xe3, 0x4b, 0x19, 0xba, 0xe4, 0x54, 0x96, 0x45, 0x09, 0xb1, 0xd5, 0x6c, 0x91 -.byte 0x44, 0xad, 0x84, 0x13, 0x8e, 0x9a, 0x8c, 0x0d, 0x80, 0x0c, 0x32, 0xf6, 0xe0, 0x27, 0x00, 0x49 -.byte 0x00, 0x78, 0x30, 0x47, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 -.byte 0x53, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x19, 0x47, 0x6f, 0x6f, 0x67 -.byte 0x6c, 0x65, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65 -.byte 0x73, 0x20, 0x4c, 0x4c, 0x43, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0b -.byte 0x47, 0x54, 0x53, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x34, 0x30, 0x76, 0x30, 0x10, 0x06 -.byte 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03 -.byte 0x62, 0x00, 0x04, 0xf3, 0x74, 0x73, 0xa7, 0x68, 0x8b, 0x60, 0xae, 0x43, 0xb8, 0x35, 0xc5, 0x81 -.byte 0x30, 0x7b, 0x4b, 0x49, 0x9d, 0xfb, 0xc1, 0x61, 0xce, 0xe6, 0xde, 0x46, 0xbd, 0x6b, 0xd5, 0x61 -.byte 0x18, 0x35, 0xae, 0x40, 0xdd, 0x73, 0xf7, 0x89, 0x91, 0x30, 0x5a, 0xeb, 0x3c, 0xee, 0x85, 0x7c -.byte 0xa2, 0x40, 0x76, 0x3b, 0xa9, 0xc6, 0xb8, 0x47, 0xd8, 0x2a, 0xe7, 0x92, 0x91, 0x6a, 0x73, 0xe9 -.byte 0xb1, 0x72, 0x39, 0x9f, 0x29, 0x9f, 0xa2, 0x98, 0xd3, 0x5f, 0x5e, 0x58, 0x86, 0x65, 0x0f, 0xa1 -.byte 0x84, 0x65, 0x06, 0xd1, 0xdc, 0x8b, 0xc9, 0xc7, 0x73, 0xc8, 0x8c, 0x6a, 0x2f, 0xe5, 0xc4, 0xab -.byte 0xd1, 0x1d, 0x8a, 0x00, 0x4a, 0x02, 0x26, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 -.byte 0x04, 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 -.byte 0x10, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65 -.byte 0x64, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x15, 0x51, 0x75, 0x6f, 0x56 -.byte 0x61, 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x20, 0x47 -.byte 0x33, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 -.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02 -.byte 0x01, 0x00, 0xa0, 0xbe, 0x50, 0x10, 0x8e, 0xe9, 0xf2, 0x6c, 0x40, 0xb4, 0x04, 0x9c, 0x85, 0xb9 -.byte 0x31, 0xca, 0xdc, 0x2d, 0xe4, 0x11, 0xa9, 0x04, 0x3c, 0x1b, 0x55, 0xc1, 0xe7, 0x58, 0x30, 0x1d -.byte 0x24, 0xb4, 0xc3, 0xef, 0x85, 0xde, 0x8c, 0x2c, 0xe1, 0xc1, 0x3d, 0xdf, 0x82, 0xe6, 0x4f, 0xad -.byte 0x47, 0x87, 0x6c, 0xec, 0x5b, 0x49, 0xc1, 0x4a, 0xd5, 0xbb, 0x8f, 0xec, 0x87, 0xac, 0x7f, 0x82 -.byte 0x9a, 0x86, 0xec, 0x3d, 0x03, 0x99, 0x52, 0x01, 0xd2, 0x35, 0x9e, 0xac, 0xda, 0xf0, 0x53, 0xc9 -.byte 0x66, 0x3c, 0xd4, 0xac, 0x02, 0x01, 0xda, 0x24, 0xd3, 0x3b, 0xa8, 0x02, 0x46, 0xaf, 0xa4, 0x1c -.byte 0xe3, 0xf8, 0x73, 0x58, 0x76, 0xb7, 0xf6, 0x0e, 0x90, 0x0d, 0xb5, 0xf0, 0xcf, 0xcc, 0xfa, 0xf9 -.byte 0xc6, 0x4c, 0xe5, 0xc3, 0x86, 0x30, 0x0a, 0x8d, 0x17, 0x7e, 0x35, 0xeb, 0xc5, 0xdf, 0xbb, 0x0e -.byte 0x9c, 0xc0, 0x8d, 0x87, 0xe3, 0x88, 0x38, 0x85, 0x67, 0xfa, 0x3e, 0xc7, 0xab, 0xe0, 0x13, 0x9c -.byte 0x05, 0x18, 0x98, 0xcf, 0x93, 0xf5, 0xb1, 0x92, 0xb4, 0xfc, 0x23, 0xd3, 0xcf, 0xd5, 0xc4, 0x27 -.byte 0x49, 0xe0, 0x9e, 0x3c, 0x9b, 0x08, 0xa3, 0x8b, 0x5d, 0x2a, 0x21, 0xe0, 0xfc, 0x39, 0xaa, 0x53 -.byte 0xda, 0x7d, 0x7e, 0xcf, 0x1a, 0x09, 0x53, 0xbc, 0x5d, 0x05, 0x04, 0xcf, 0xa1, 0x4a, 0x8f, 0x8b -.byte 0x76, 0x82, 0x0d, 0xa1, 0xf8, 0xd2, 0xc7, 0x14, 0x77, 0x5b, 0x90, 0x36, 0x07, 0x81, 0x9b, 0x3e -.byte 0x06, 0xfa, 0x52, 0x5e, 0x63, 0xc5, 0xa6, 0x00, 0xfe, 0xa5, 0xe9, 0x52, 0x1b, 0x52, 0xb5, 0x92 -.byte 0x39, 0x72, 0x03, 0x09, 0x62, 0xbd, 0xb0, 0x60, 0x16, 0x6e, 0xa6, 0xdd, 0x25, 0xc2, 0x03, 0x66 -.byte 0xdd, 0xf3, 0x04, 0xd1, 0x40, 0xe2, 0x4e, 0x8b, 0x86, 0xf4, 0x6f, 0xe5, 0x83, 0xa0, 0x27, 0x84 -.byte 0x5e, 0x04, 0xc1, 0xf5, 0x90, 0xbd, 0x30, 0x3d, 0xc4, 0xef, 0xa8, 0x69, 0xbc, 0x38, 0x9b, 0xa4 -.byte 0xa4, 0x96, 0xd1, 0x62, 0xda, 0x69, 0xc0, 0x01, 0x96, 0xae, 0xcb, 0xc4, 0x51, 0x34, 0xea, 0x0c -.byte 0xaa, 0xff, 0x21, 0x8e, 0x59, 0x8f, 0x4a, 0x5c, 0xe4, 0x61, 0x9a, 0xa7, 0xd2, 0xe9, 0x2a, 0x78 -.byte 0x8d, 0x51, 0x3d, 0x3a, 0x15, 0xee, 0xa2, 0x59, 0x8e, 0xa9, 0x5c, 0xde, 0xc5, 0xf9, 0x90, 0x22 -.byte 0xe5, 0x88, 0x45, 0x71, 0xdd, 0x91, 0x99, 0x6c, 0x7a, 0x9f, 0x3d, 0x3d, 0x98, 0x7c, 0x5e, 0xf6 -.byte 0xbe, 0x16, 0x68, 0xa0, 0x5e, 0xae, 0x0b, 0x23, 0xfc, 0x5a, 0x0f, 0xaa, 0x22, 0x76, 0x2d, 0xc9 -.byte 0xa1, 0x10, 0x1d, 0xe4, 0xd3, 0x44, 0x23, 0x90, 0x88, 0x9f, 0xc6, 0x2a, 0xe6, 0xd7, 0xf5, 0x9a -.byte 0xb3, 0x58, 0x1e, 0x2f, 0x30, 0x89, 0x08, 0x1b, 0x54, 0xa2, 0xb5, 0x98, 0x23, 0xec, 0x08, 0x77 -.byte 0x1c, 0x95, 0x5d, 0x61, 0xd1, 0xcb, 0x89, 0x9c, 0x5f, 0xa2, 0x4a, 0x91, 0x9a, 0xef, 0x21, 0xaa -.byte 0x49, 0x16, 0x08, 0xa8, 0xbd, 0x61, 0x28, 0x31, 0xc9, 0x74, 0xad, 0x85, 0xf6, 0xd9, 0xc5, 0xb1 -.byte 0x8b, 0xd1, 0xe5, 0x10, 0x32, 0x4d, 0x5f, 0x8b, 0x20, 0x3a, 0x3c, 0x49, 0x1f, 0x33, 0x85, 0x59 -.byte 0x0d, 0xdb, 0xcb, 0x09, 0x75, 0x43, 0x69, 0x73, 0xfb, 0x6b, 0x71, 0x7d, 0xf0, 0xdf, 0xc4, 0x4c -.byte 0x7d, 0xc6, 0xa3, 0x2e, 0xc8, 0x95, 0x79, 0xcb, 0x73, 0xa2, 0x8e, 0x4e, 0x4d, 0x24, 0xfb, 0x5e -.byte 0xe4, 0x04, 0xbe, 0x72, 0x1b, 0xa6, 0x27, 0x2d, 0x49, 0x5a, 0x99, 0x7a, 0xd7, 0x5c, 0x09, 0x20 -.byte 0xb7, 0x7f, 0x94, 0xb9, 0x4f, 0xf1, 0x0d, 0x1c, 0x5e, 0x88, 0x42, 0x1b, 0x11, 0xb7, 0xe7, 0x91 -.byte 0xdb, 0x9e, 0x6c, 0xf4, 0x6a, 0xdf, 0x8c, 0x06, 0x98, 0x03, 0xad, 0xcc, 0x28, 0xef, 0xa5, 0x47 -.byte 0xf3, 0x53, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x4a, 0x02, 0x26, 0x30, 0x48, 0x31, 0x0b, 0x30 -.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03 -.byte 0x55, 0x04, 0x0a, 0x13, 0x10, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x4c, 0x69 -.byte 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x15 -.byte 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41 -.byte 0x20, 0x32, 0x20, 0x47, 0x33, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 -.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02 -.byte 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa1, 0xae, 0x25, 0xb2, 0x01, 0x18, 0xdc, 0x57, 0x88, 0x3f -.byte 0x46, 0xeb, 0xf9, 0xaf, 0xe2, 0xeb, 0x23, 0x71, 0xe2, 0x9a, 0xd1, 0x61, 0x66, 0x21, 0x5f, 0xaa -.byte 0xaf, 0x27, 0x51, 0xe5, 0x6e, 0x1b, 0x16, 0xd4, 0x2d, 0x7d, 0x50, 0xb0, 0x53, 0x77, 0xbd, 0x78 -.byte 0x3a, 0x60, 0xe2, 0x64, 0x02, 0x9b, 0x7c, 0x86, 0x9b, 0xd6, 0x1a, 0x8e, 0xad, 0xff, 0x1f, 0x15 -.byte 0x7f, 0xd5, 0x95, 0x1e, 0x12, 0xcb, 0xe6, 0x14, 0x84, 0x04, 0xc1, 0xdf, 0x36, 0xb3, 0x16, 0x9f -.byte 0x8a, 0xe3, 0xc9, 0xdb, 0x98, 0x34, 0xce, 0xd8, 0x33, 0x17, 0x28, 0x46, 0xfc, 0xa7, 0xc9, 0xf0 -.byte 0xd2, 0xb4, 0xd5, 0x4d, 0x09, 0x72, 0x49, 0xf9, 0xf2, 0x87, 0xe3, 0xa9, 0xda, 0x7d, 0xa1, 0x7d -.byte 0x6b, 0xb2, 0x3a, 0x25, 0xa9, 0x6d, 0x52, 0x44, 0xac, 0xf8, 0xbe, 0x6e, 0xfb, 0xdc, 0xa6, 0x73 -.byte 0x91, 0x90, 0x61, 0xa6, 0x03, 0x14, 0x20, 0xf2, 0xe7, 0x87, 0xa3, 0x88, 0xad, 0xad, 0xa0, 0x8c -.byte 0xff, 0xa6, 0x0b, 0x25, 0x52, 0x25, 0xe7, 0x16, 0x01, 0xd5, 0xcb, 0xb8, 0x35, 0x81, 0x0c, 0xa3 -.byte 0x3b, 0xf0, 0xe1, 0xe1, 0xfc, 0x5a, 0x5d, 0xce, 0x80, 0x71, 0x6d, 0xf8, 0x49, 0xab, 0x3e, 0x3b -.byte 0xba, 0xb8, 0xd7, 0x80, 0x01, 0xfb, 0xa5, 0xeb, 0x5b, 0xb3, 0xc5, 0x5e, 0x60, 0x2a, 0x31, 0xa0 -.byte 0xaf, 0x37, 0xe8, 0x20, 0x3a, 0x9f, 0xa8, 0x32, 0x2c, 0x0c, 0xcc, 0x09, 0x1d, 0xd3, 0x9e, 0x8e -.byte 0x5d, 0xbc, 0x4c, 0x98, 0xee, 0xc5, 0x1a, 0x68, 0x7b, 0xec, 0x53, 0xa6, 0xe9, 0x14, 0x35, 0xa3 -.byte 0xdf, 0xcd, 0x80, 0x9f, 0x0c, 0x48, 0xfb, 0x1c, 0xf4, 0xf1, 0xbf, 0x4a, 0xb8, 0xfa, 0xd5, 0x8c -.byte 0x71, 0x4a, 0xc7, 0x1f, 0xad, 0xfe, 0x41, 0x9a, 0xb3, 0x83, 0x5d, 0xf2, 0x84, 0x56, 0xef, 0xa5 -.byte 0x57, 0x43, 0xce, 0x29, 0xad, 0x8c, 0xab, 0x55, 0xbf, 0xc4, 0xfb, 0x5b, 0x01, 0xdd, 0x23, 0x21 -.byte 0xa1, 0x58, 0x00, 0x8e, 0xc3, 0xd0, 0x6a, 0x13, 0xed, 0x13, 0xe3, 0x12, 0x2b, 0x80, 0xdc, 0x67 -.byte 0xe6, 0x95, 0xb2, 0xcd, 0x1e, 0x22, 0x6e, 0x2a, 0xf8, 0x41, 0xd4, 0xf2, 0xca, 0x14, 0x07, 0x8d -.byte 0x8a, 0x55, 0x12, 0xc6, 0x69, 0xf5, 0xb8, 0x86, 0x68, 0x2f, 0x53, 0x5e, 0xb0, 0xd2, 0xaa, 0x21 -.byte 0xc1, 0x98, 0xe6, 0x30, 0xe3, 0x67, 0x55, 0xc7, 0x9b, 0x6e, 0xac, 0x19, 0xa8, 0x55, 0xa6, 0x45 -.byte 0x06, 0xd0, 0x23, 0x3a, 0xdb, 0xeb, 0x65, 0x5d, 0x2a, 0x11, 0x11, 0xf0, 0x3b, 0x4f, 0xca, 0x6d -.byte 0xf4, 0x34, 0xc4, 0x71, 0xe4, 0xff, 0x00, 0x5a, 0xf6, 0x5c, 0xae, 0x23, 0x60, 0x85, 0x73, 0xf1 -.byte 0xe4, 0x10, 0xb1, 0x25, 0xae, 0xd5, 0x92, 0xbb, 0x13, 0xc1, 0x0c, 0xe0, 0x39, 0xda, 0xb4, 0x39 -.byte 0x57, 0xb5, 0xab, 0x35, 0xaa, 0x72, 0x21, 0x3b, 0x83, 0x35, 0xe7, 0x31, 0xdf, 0x7a, 0x21, 0x6e -.byte 0xb8, 0x32, 0x08, 0x7d, 0x1d, 0x32, 0x91, 0x15, 0x4a, 0x62, 0x72, 0xcf, 0xe3, 0x77, 0xa1, 0xbc -.byte 0xd5, 0x11, 0x1b, 0x76, 0x01, 0x67, 0x08, 0xe0, 0x41, 0x0b, 0xc3, 0xeb, 0x15, 0x6e, 0xf8, 0xa4 -.byte 0x19, 0xd9, 0xa2, 0xab, 0xaf, 0xe2, 0x27, 0x52, 0x56, 0x2b, 0x02, 0x8a, 0x2c, 0x14, 0x24, 0xf9 -.byte 0xbf, 0x42, 0x02, 0xbf, 0x26, 0xc8, 0xc6, 0x8f, 0xe0, 0x6e, 0x38, 0x7d, 0x53, 0x2d, 0xe5, 0xed -.byte 0x98, 0xb3, 0x95, 0x63, 0x68, 0x7f, 0xf9, 0x35, 0xf4, 0xdf, 0x88, 0xc5, 0x60, 0x35, 0x92, 0xc0 -.byte 0x7c, 0x69, 0x1c, 0x61, 0x95, 0x16, 0xd0, 0xeb, 0xde, 0x0b, 0xaf, 0x3e, 0x04, 0x10, 0x45, 0x65 -.byte 0x58, 0x50, 0x38, 0xaf, 0x48, 0xf2, 0x59, 0xb6, 0x16, 0xf2, 0x3c, 0x0d, 0x90, 0x02, 0xc6, 0x70 -.byte 0x2e, 0x01, 0xad, 0x3c, 0x15, 0xd7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x4a, 0x02, 0x26, 0x30 -.byte 0x48, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19 -.byte 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69 -.byte 0x73, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55 -.byte 0x04, 0x03, 0x13, 0x15, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f -.byte 0x74, 0x20, 0x43, 0x41, 0x20, 0x33, 0x20, 0x47, 0x33, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06 -.byte 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f -.byte 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb3, 0xcb, 0x0e, 0x10, 0x67, 0x8e -.byte 0xea, 0x14, 0x97, 0xa7, 0x32, 0x2a, 0x0a, 0x56, 0x36, 0x7f, 0x68, 0x4c, 0xc7, 0xb3, 0x6f, 0x3a -.byte 0x23, 0x14, 0x91, 0xff, 0x19, 0x7f, 0xa5, 0xca, 0xac, 0xee, 0xb3, 0x76, 0x9d, 0x7a, 0xe9, 0x8b -.byte 0x1b, 0xab, 0x6b, 0x31, 0xdb, 0xfa, 0x0b, 0x53, 0x4c, 0xaf, 0xc5, 0xa5, 0x1a, 0x79, 0x3c, 0x8a -.byte 0x4c, 0xff, 0xac, 0xdf, 0x25, 0xde, 0x4e, 0xd9, 0x82, 0x32, 0x0b, 0x44, 0xde, 0xca, 0xdb, 0x8c -.byte 0xac, 0xa3, 0x6e, 0x16, 0x83, 0x3b, 0xa6, 0x64, 0x4b, 0x32, 0x89, 0xfb, 0x16, 0x16, 0x38, 0x7e -.byte 0xeb, 0x43, 0xe2, 0xd3, 0x74, 0x4a, 0xc2, 0x62, 0x0a, 0x73, 0x0a, 0xdd, 0x49, 0xb3, 0x57, 0xd2 -.byte 0xb0, 0x0a, 0x85, 0x9d, 0x71, 0x3c, 0xde, 0xa3, 0xcb, 0xc0, 0x32, 0xf3, 0x01, 0x39, 0x20, 0x43 -.byte 0x1b, 0x35, 0xd1, 0x53, 0xb3, 0xb1, 0xee, 0xc5, 0x93, 0x69, 0x82, 0x3e, 0x16, 0xb5, 0x28, 0x46 -.byte 0xa1, 0xde, 0xea, 0x89, 0x09, 0xed, 0x43, 0xb8, 0x05, 0x46, 0x8a, 0x86, 0xf5, 0x59, 0x47, 0xbe -.byte 0x1b, 0x6f, 0x01, 0x21, 0x10, 0xb9, 0xfd, 0xa9, 0xd2, 0x28, 0xca, 0x10, 0x39, 0x09, 0xca, 0x13 -.byte 0x36, 0xcf, 0x9c, 0xad, 0xad, 0x40, 0x74, 0x79, 0x2b, 0x02, 0x3f, 0x34, 0xff, 0xfa, 0x20, 0x69 -.byte 0x7d, 0xd3, 0xee, 0x61, 0xf5, 0xba, 0xb3, 0xe7, 0x30, 0xd0, 0x37, 0x23, 0x86, 0x72, 0x61, 0x45 -.byte 0x29, 0x48, 0x59, 0x68, 0x6f, 0x77, 0xa6, 0x2e, 0x81, 0xbe, 0x07, 0x4d, 0x6f, 0xaf, 0xce, 0xc4 -.byte 0x45, 0x13, 0x91, 0x14, 0x70, 0x06, 0x8f, 0x1f, 0x9f, 0xf8, 0x87, 0x69, 0xb1, 0x0e, 0xef, 0xc3 -.byte 0x89, 0x19, 0xeb, 0xea, 0x1c, 0x61, 0xfc, 0x7a, 0x6c, 0x8a, 0xdc, 0xd6, 0x03, 0x0b, 0x9e, 0x26 -.byte 0xba, 0x12, 0xdd, 0xd4, 0x54, 0x39, 0xab, 0x26, 0xa3, 0x33, 0xea, 0x75, 0x81, 0xda, 0x2d, 0xcd -.byte 0x0f, 0x4f, 0xe4, 0x03, 0xd1, 0xef, 0x15, 0x97, 0x1b, 0x6b, 0x90, 0xc5, 0x02, 0x90, 0x93, 0x66 -.byte 0x02, 0x21, 0xb1, 0x47, 0xde, 0x8b, 0x9a, 0x4a, 0x80, 0xb9, 0x55, 0x8f, 0xb5, 0xa2, 0x2f, 0xc0 -.byte 0xd6, 0x33, 0x67, 0xda, 0x7e, 0xc4, 0xa7, 0xb4, 0x04, 0x44, 0xeb, 0x47, 0xfb, 0xe6, 0x58, 0xb9 -.byte 0xf7, 0x0c, 0xf0, 0x7b, 0x2b, 0xb1, 0xc0, 0x70, 0x29, 0xc3, 0x40, 0x62, 0x2d, 0x3b, 0x48, 0x69 -.byte 0xdc, 0x23, 0x3c, 0x48, 0xeb, 0x7b, 0x09, 0x79, 0xa9, 0x6d, 0xda, 0xa8, 0x30, 0x98, 0xcf, 0x80 -.byte 0x72, 0x03, 0x88, 0xa6, 0x5b, 0x46, 0xae, 0x72, 0x79, 0x7c, 0x08, 0x03, 0x21, 0x65, 0xae, 0xb7 -.byte 0xe1, 0x1c, 0xa5, 0xb1, 0x2a, 0xa2, 0x31, 0xde, 0x66, 0x04, 0xf7, 0xc0, 0x74, 0xe8, 0x71, 0xde -.byte 0xff, 0x3d, 0x59, 0xcc, 0x96, 0x26, 0x12, 0x8b, 0x85, 0x95, 0x57, 0x1a, 0xab, 0x6b, 0x75, 0x0b -.byte 0x44, 0x3d, 0x11, 0x28, 0x3c, 0x7b, 0x61, 0xb7, 0xe2, 0x8f, 0x67, 0x4f, 0xe5, 0xec, 0x3c, 0x4c -.byte 0x60, 0x80, 0x69, 0x57, 0x38, 0x1e, 0x01, 0x5b, 0x8d, 0x55, 0xe8, 0xc7, 0xdf, 0xc0, 0xcc, 0x77 -.byte 0x23, 0x34, 0x49, 0x75, 0x7c, 0xf6, 0x98, 0x11, 0xeb, 0x2d, 0xde, 0xed, 0x41, 0x2e, 0x14, 0x05 -.byte 0x02, 0x7f, 0xe0, 0xfe, 0x20, 0xeb, 0x35, 0xe7, 0x11, 0xac, 0x22, 0xce, 0x57, 0x3d, 0xde, 0xc9 -.byte 0x30, 0x6d, 0x10, 0x03, 0x85, 0xcd, 0xf1, 0xff, 0x8c, 0x16, 0xb5, 0xc1, 0xb2, 0x3e, 0x88, 0x6c -.byte 0x60, 0x7f, 0x90, 0x4f, 0x95, 0xf7, 0xf6, 0x2d, 0xad, 0x01, 0x39, 0x07, 0x04, 0xfa, 0x75, 0x80 -.byte 0x7d, 0xbf, 0x49, 0x50, 0xed, 0xef, 0xc9, 0xc4, 0x7c, 0x1c, 0xeb, 0x80, 0x7e, 0xdb, 0xb6, 0xd0 -.byte 0xdd, 0x13, 0xfe, 0xc9, 0xd3, 0x9c, 0xd7, 0xb2, 0x97, 0xa9, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00 -.byte 0x4a, 0x00, 0x78, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x44, 0x45, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x2d, 0x54 -.byte 0x72, 0x75, 0x73, 0x74, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55 -.byte 0x04, 0x03, 0x13, 0x19, 0x44, 0x2d, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x42, 0x52, 0x20, 0x52 -.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x20, 0x32, 0x30, 0x32, 0x30, 0x30, 0x76, 0x30 -.byte 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00 -.byte 0x22, 0x03, 0x62, 0x00, 0x04, 0xc6, 0xcb, 0xc7, 0x28, 0xd1, 0xfb, 0x84, 0xf5, 0x9a, 0xef, 0x42 -.byte 0x14, 0x20, 0xe1, 0x43, 0x6b, 0x6e, 0x75, 0xad, 0xfc, 0x2b, 0x03, 0x84, 0xd4, 0x76, 0x93, 0x25 -.byte 0xd7, 0x59, 0x3b, 0x41, 0x65, 0x6b, 0x1e, 0xe6, 0x34, 0x2a, 0xbb, 0x74, 0xf6, 0x12, 0xce, 0xe8 -.byte 0x6d, 0xe7, 0xab, 0xe4, 0x3c, 0x4e, 0x3f, 0x44, 0x08, 0x8b, 0xcd, 0x16, 0x71, 0xcb, 0xbf, 0x92 -.byte 0x99, 0xf4, 0xa4, 0xd7, 0x3c, 0x50, 0x54, 0x52, 0x90, 0x85, 0x83, 0x78, 0x94, 0x67, 0x67, 0xa3 -.byte 0x1c, 0x09, 0x19, 0x3d, 0x75, 0x34, 0x85, 0xde, 0xed, 0x60, 0x7d, 0xc7, 0x0c, 0xb4, 0x41, 0x52 -.byte 0xb9, 0x6e, 0xe5, 0xee, 0x42, 0x00, 0x4a, 0x00, 0x78, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09, 0x06 -.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x13, 0x0c, 0x44, 0x2d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31 -.byte 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x19, 0x44, 0x2d, 0x54, 0x52, 0x55, 0x53 -.byte 0x54, 0x20, 0x45, 0x56, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x20, 0x32 -.byte 0x30, 0x32, 0x30, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01 -.byte 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xf1, 0x0b, 0xdd, 0x86, 0x43 -.byte 0x20, 0x19, 0xdf, 0x97, 0x85, 0xe8, 0x22, 0x4a, 0x9b, 0xcf, 0x9d, 0x98, 0xbf, 0xb4, 0x05, 0x26 -.byte 0xc9, 0xcb, 0xe3, 0xa6, 0xd2, 0x8f, 0xc5, 0x9e, 0x78, 0x7b, 0x31, 0x89, 0xa9, 0x89, 0xad, 0x27 -.byte 0x3c, 0x65, 0x10, 0x82, 0xfc, 0xdf, 0xc3, 0x9d, 0x4e, 0xf0, 0x33, 0x23, 0xc4, 0xd2, 0x32, 0xf5 -.byte 0x1c, 0xb0, 0xdf, 0x33, 0x17, 0x5d, 0xc5, 0xf0, 0xb1, 0x8a, 0xf9, 0xef, 0xb9, 0xb7, 0x14, 0xca -.byte 0x29, 0x4a, 0xc2, 0x0f, 0xa9, 0x7f, 0x75, 0x65, 0x49, 0x2a, 0x30, 0x67, 0xf4, 0x64, 0xf7, 0xd6 -.byte 0x1a, 0x77, 0xda, 0xc3, 0xc2, 0x97, 0x61, 0x42, 0x7b, 0x49, 0xad, 0x00, 0x4a, 0x01, 0x26, 0x30 -.byte 0x48, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x20 -.byte 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x17, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x54 -.byte 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e -.byte 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0e, 0x53, 0x65, 0x63, 0x75, 0x72 -.byte 0x65, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06 -.byte 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f -.byte 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xab, 0xa4, 0x81, 0xe5, 0x95, 0xcd -.byte 0xf5, 0xf6, 0x14, 0x8e, 0xc2, 0x4f, 0xca, 0xd4, 0xe2, 0x78, 0x95, 0x58, 0x9c, 0x41, 0xe1, 0x0d -.byte 0x99, 0x40, 0x24, 0x17, 0x39, 0x91, 0x33, 0x66, 0xe9, 0xbe, 0xe1, 0x83, 0xaf, 0x62, 0x5c, 0x89 -.byte 0xd1, 0xfc, 0x24, 0x5b, 0x61, 0xb3, 0xe0, 0x11, 0x11, 0x41, 0x1c, 0x1d, 0x6e, 0xf0, 0xb8, 0xbb -.byte 0xf8, 0xde, 0xa7, 0x81, 0xba, 0xa6, 0x48, 0xc6, 0x9f, 0x1d, 0xbd, 0xbe, 0x8e, 0xa9, 0x41, 0x3e -.byte 0xb8, 0x94, 0xed, 0x29, 0x1a, 0xd4, 0x8e, 0xd2, 0x03, 0x1d, 0x03, 0xef, 0x6d, 0x0d, 0x67, 0x1c -.byte 0x57, 0xd7, 0x06, 0xad, 0xca, 0xc8, 0xf5, 0xfe, 0x0e, 0xaf, 0x66, 0x25, 0x48, 0x04, 0x96, 0x0b -.byte 0x5d, 0xa3, 0xba, 0x16, 0xc3, 0x08, 0x4f, 0xd1, 0x46, 0xf8, 0x14, 0x5c, 0xf2, 0xc8, 0x5e, 0x01 -.byte 0x99, 0x6d, 0xfd, 0x88, 0xcc, 0x86, 0xa8, 0xc1, 0x6f, 0x31, 0x42, 0x6c, 0x52, 0x3e, 0x68, 0xcb -.byte 0xf3, 0x19, 0x34, 0xdf, 0xbb, 0x87, 0x18, 0x56, 0x80, 0x26, 0xc4, 0xd0, 0xdc, 0xc0, 0x6f, 0xdf -.byte 0xde, 0xa0, 0xc2, 0x91, 0x16, 0xa0, 0x64, 0x11, 0x4b, 0x44, 0xbc, 0x1e, 0xf6, 0xe7, 0xfa, 0x63 -.byte 0xde, 0x66, 0xac, 0x76, 0xa4, 0x71, 0xa3, 0xec, 0x36, 0x94, 0x68, 0x7a, 0x77, 0xa4, 0xb1, 0xe7 -.byte 0x0e, 0x2f, 0x81, 0x7a, 0xe2, 0xb5, 0x72, 0x86, 0xef, 0xa2, 0x6b, 0x8b, 0xf0, 0x0f, 0xdb, 0xd3 -.byte 0x59, 0x3f, 0xba, 0x72, 0xbc, 0x44, 0x24, 0x9c, 0xe3, 0x73, 0xb3, 0xf7, 0xaf, 0x57, 0x2f, 0x42 -.byte 0x26, 0x9d, 0xa9, 0x74, 0xba, 0x00, 0x52, 0xf2, 0x4b, 0xcd, 0x53, 0x7c, 0x47, 0x0b, 0x36, 0x85 -.byte 0x0e, 0x66, 0xa9, 0x08, 0x97, 0x16, 0x34, 0x57, 0xc1, 0x66, 0xf7, 0x80, 0xe3, 0xed, 0x70, 0x54 -.byte 0xc7, 0x93, 0xe0, 0x2e, 0x28, 0x15, 0x59, 0x87, 0xba, 0xbb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00 -.byte 0x4c, 0x02, 0x26, 0x30, 0x4a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x55, 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x49, 0x64, 0x65 -.byte 0x6e, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 -.byte 0x1e, 0x49, 0x64, 0x65, 0x6e, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x65 -.byte 0x72, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x30 -.byte 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01 -.byte 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00 -.byte 0xa7, 0x50, 0x19, 0xde, 0x3f, 0x99, 0x3d, 0xd4, 0x33, 0x46, 0xf1, 0x6f, 0x51, 0x61, 0x82, 0xb2 -.byte 0xa9, 0x4f, 0x8f, 0x67, 0x89, 0x5d, 0x84, 0xd9, 0x53, 0xdd, 0x0c, 0x28, 0xd9, 0xd7, 0xf0, 0xff -.byte 0xae, 0x95, 0x43, 0x72, 0x99, 0xf9, 0xb5, 0x5d, 0x7c, 0x8a, 0xc1, 0x42, 0xe1, 0x31, 0x50, 0x74 -.byte 0xd1, 0x81, 0x0d, 0x7c, 0xcd, 0x9b, 0x21, 0xab, 0x43, 0xe2, 0xac, 0xad, 0x5e, 0x86, 0x6e, 0xf3 -.byte 0x09, 0x8a, 0x1f, 0x5a, 0x32, 0xbd, 0xa2, 0xeb, 0x94, 0xf9, 0xe8, 0x5c, 0x0a, 0xec, 0xff, 0x98 -.byte 0xd2, 0xaf, 0x71, 0xb3, 0xb4, 0x53, 0x9f, 0x4e, 0x87, 0xef, 0x92, 0xbc, 0xbd, 0xec, 0x4f, 0x32 -.byte 0x30, 0x88, 0x4b, 0x17, 0x5e, 0x57, 0xc4, 0x53, 0xc2, 0xf6, 0x02, 0x97, 0x8d, 0xd9, 0x62, 0x2b -.byte 0xbf, 0x24, 0x1f, 0x62, 0x8d, 0xdf, 0xc3, 0xb8, 0x29, 0x4b, 0x49, 0x78, 0x3c, 0x93, 0x60, 0x88 -.byte 0x22, 0xfc, 0x99, 0xda, 0x36, 0xc8, 0xc2, 0xa2, 0xd4, 0x2c, 0x54, 0x00, 0x67, 0x35, 0x6e, 0x73 -.byte 0xbf, 0x02, 0x58, 0xf0, 0xa4, 0xdd, 0xe5, 0xb0, 0xa2, 0x26, 0x7a, 0xca, 0xe0, 0x36, 0xa5, 0x19 -.byte 0x16, 0xf5, 0xfd, 0xb7, 0xef, 0xae, 0x3f, 0x40, 0xf5, 0x6d, 0x5a, 0x04, 0xfd, 0xce, 0x34, 0xca -.byte 0x24, 0xdc, 0x74, 0x23, 0x1b, 0x5d, 0x33, 0x13, 0x12, 0x5d, 0xc4, 0x01, 0x25, 0xf6, 0x30, 0xdd -.byte 0x02, 0x5d, 0x9f, 0xe0, 0xd5, 0x47, 0xbd, 0xb4, 0xeb, 0x1b, 0xa1, 0xbb, 0x49, 0x49, 0xd8, 0x9f -.byte 0x5b, 0x02, 0xf3, 0x8a, 0xe4, 0x24, 0x90, 0xe4, 0x62, 0x4f, 0x4f, 0xc1, 0xaf, 0x8b, 0x0e, 0x74 -.byte 0x17, 0xa8, 0xd1, 0x72, 0x88, 0x6a, 0x7a, 0x01, 0x49, 0xcc, 0xb4, 0x46, 0x79, 0xc6, 0x17, 0xb1 -.byte 0xda, 0x98, 0x1e, 0x07, 0x59, 0xfa, 0x75, 0x21, 0x85, 0x65, 0xdd, 0x90, 0x56, 0xce, 0xfb, 0xab -.byte 0xa5, 0x60, 0x9d, 0xc4, 0x9d, 0xf9, 0x52, 0xb0, 0x8b, 0xbd, 0x87, 0xf9, 0x8f, 0x2b, 0x23, 0x0a -.byte 0x23, 0x76, 0x3b, 0xf7, 0x33, 0xe1, 0xc9, 0x00, 0xf3, 0x69, 0xf9, 0x4b, 0xa2, 0xe0, 0x4e, 0xbc -.byte 0x7e, 0x93, 0x39, 0x84, 0x07, 0xf7, 0x44, 0x70, 0x7e, 0xfe, 0x07, 0x5a, 0xe5, 0xb1, 0xac, 0xd1 -.byte 0x18, 0xcc, 0xf2, 0x35, 0xe5, 0x49, 0x49, 0x08, 0xca, 0x56, 0xc9, 0x3d, 0xfb, 0x0f, 0x18, 0x7d -.byte 0x8b, 0x3b, 0xc1, 0x13, 0xc2, 0x4d, 0x8f, 0xc9, 0x4f, 0x0e, 0x37, 0xe9, 0x1f, 0xa1, 0x0e, 0x6a -.byte 0xdf, 0x62, 0x2e, 0xcb, 0x35, 0x06, 0x51, 0x79, 0x2c, 0xc8, 0x25, 0x38, 0xf4, 0xfa, 0x4b, 0xa7 -.byte 0x89, 0x5c, 0x9c, 0xd2, 0xe3, 0x0d, 0x39, 0x86, 0x4a, 0x74, 0x7c, 0xd5, 0x59, 0x87, 0xc2, 0x3f -.byte 0x4e, 0x0c, 0x5c, 0x52, 0xf4, 0x3d, 0xf7, 0x52, 0x82, 0xf1, 0xea, 0xa3, 0xac, 0xfd, 0x49, 0x34 -.byte 0x1a, 0x28, 0xf3, 0x41, 0x88, 0x3a, 0x13, 0xee, 0xe8, 0xde, 0xff, 0x99, 0x1d, 0x5f, 0xba, 0xcb -.byte 0xe8, 0x1e, 0xf2, 0xb9, 0x50, 0x60, 0xc0, 0x31, 0xd3, 0x73, 0xe5, 0xef, 0xbe, 0xa0, 0xed, 0x33 -.byte 0x0b, 0x74, 0xbe, 0x20, 0x20, 0xc4, 0x67, 0x6c, 0xf0, 0x08, 0x03, 0x7a, 0x55, 0x80, 0x7f, 0x46 -.byte 0x4e, 0x96, 0xa7, 0xf4, 0x1e, 0x3e, 0xe1, 0xf6, 0xd8, 0x09, 0xe1, 0x33, 0x64, 0x2b, 0x63, 0xd7 -.byte 0x32, 0x5e, 0x9f, 0xf9, 0xc0, 0x7b, 0x0f, 0x78, 0x6f, 0x97, 0xbc, 0x93, 0x9a, 0xf9, 0x9c, 0x12 -.byte 0x90, 0x78, 0x7a, 0x80, 0x87, 0x15, 0xd7, 0x72, 0x74, 0x9c, 0x55, 0x74, 0x78, 0xb1, 0xba, 0xe1 -.byte 0x6e, 0x70, 0x04, 0xba, 0x4f, 0xa0, 0xba, 0x68, 0xc3, 0x7b, 0xff, 0x31, 0xf0, 0x73, 0x3d, 0x3d -.byte 0x94, 0x2a, 0xb1, 0x0b, 0x41, 0x0e, 0xa0, 0xfe, 0x4d, 0x88, 0x65, 0x6b, 0x79, 0x33, 0xb4, 0xd7 -.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x4c, 0x01, 0x26, 0x30, 0x4a, 0x31, 0x0b, 0x30, 0x09, 0x06 -.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x13, 0x17, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43 -.byte 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03 -.byte 0x55, 0x04, 0x03, 0x13, 0x10, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x20, 0x47, 0x6c, 0x6f, 0x62 -.byte 0x61, 0x6c, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 -.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01 -.byte 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xaf, 0x35, 0x2e, 0xd8, 0xac, 0x6c, 0x55, 0x69, 0x06, 0x71 -.byte 0xe5, 0x13, 0x68, 0x24, 0xb3, 0x4f, 0xd8, 0xcc, 0x21, 0x47, 0xf8, 0xf1, 0x60, 0x38, 0x89, 0x89 -.byte 0x03, 0xe9, 0xbd, 0xea, 0x5e, 0x46, 0x53, 0x09, 0xdc, 0x5c, 0xf5, 0x5a, 0xe8, 0xf7, 0x45, 0x2a -.byte 0x02, 0xeb, 0x31, 0x61, 0xd7, 0x29, 0x33, 0x4c, 0xce, 0xc7, 0x7c, 0x0a, 0x37, 0x7e, 0x0f, 0xba -.byte 0x32, 0x98, 0xe1, 0x1d, 0x97, 0xaf, 0x8f, 0xc7, 0xdc, 0xc9, 0x38, 0x96, 0xf3, 0xdb, 0x1a, 0xfc -.byte 0x51, 0xed, 0x68, 0xc6, 0xd0, 0x6e, 0xa4, 0x7c, 0x24, 0xd1, 0xae, 0x42, 0xc8, 0x96, 0x50, 0x63 -.byte 0x2e, 0xe0, 0xfe, 0x75, 0xfe, 0x98, 0xa7, 0x5f, 0x49, 0x2e, 0x95, 0xe3, 0x39, 0x33, 0x64, 0x8e -.byte 0x1e, 0xa4, 0x5f, 0x90, 0xd2, 0x67, 0x3c, 0xb2, 0xd9, 0xfe, 0x41, 0xb9, 0x55, 0xa7, 0x09, 0x8e -.byte 0x72, 0x05, 0x1e, 0x8b, 0xdd, 0x44, 0x85, 0x82, 0x42, 0xd0, 0x49, 0xc0, 0x1d, 0x60, 0xf0, 0xd1 -.byte 0x17, 0x2c, 0x95, 0xeb, 0xf6, 0xa5, 0xc1, 0x92, 0xa3, 0xc5, 0xc2, 0xa7, 0x08, 0x60, 0x0d, 0x60 -.byte 0x04, 0x10, 0x96, 0x79, 0x9e, 0x16, 0x34, 0xe6, 0xa9, 0xb6, 0xfa, 0x25, 0x45, 0x39, 0xc8, 0x1e -.byte 0x65, 0xf9, 0x93, 0xf5, 0xaa, 0xf1, 0x52, 0xdc, 0x99, 0x98, 0x3d, 0xa5, 0x86, 0x1a, 0x0c, 0x35 -.byte 0x33, 0xfa, 0x4b, 0xa5, 0x04, 0x06, 0x15, 0x1c, 0x31, 0x80, 0xef, 0xaa, 0x18, 0x6b, 0xc2, 0x7b -.byte 0xd7, 0xda, 0xce, 0xf9, 0x33, 0x20, 0xd5, 0xf5, 0xbd, 0x6a, 0x33, 0x2d, 0x81, 0x04, 0xfb, 0xb0 -.byte 0x5c, 0xd4, 0x9c, 0xa3, 0xe2, 0x5c, 0x1d, 0xe3, 0xa9, 0x42, 0x75, 0x5e, 0x7b, 0xd4, 0x77, 0xef -.byte 0x39, 0x54, 0xba, 0xc9, 0x0a, 0x18, 0x1b, 0x12, 0x99, 0x49, 0x2f, 0x88, 0x4b, 0xfd, 0x50, 0x62 -.byte 0xd1, 0x73, 0xe7, 0x8f, 0x7a, 0x43, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x4e, 0x01, 0x26, 0x30 -.byte 0x4c, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x17, 0x47, 0x6c, 0x6f, 0x62 -.byte 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d -.byte 0x20, 0x52, 0x33, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0a, 0x47, 0x6c -.byte 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x30, 0x82, 0x01 -.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 -.byte 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xcc, 0x25 -.byte 0x76, 0x90, 0x79, 0x06, 0x78, 0x22, 0x16, 0xf5, 0xc0, 0x83, 0xb6, 0x84, 0xca, 0x28, 0x9e, 0xfd -.byte 0x05, 0x76, 0x11, 0xc5, 0xad, 0x88, 0x72, 0xfc, 0x46, 0x02, 0x43, 0xc7, 0xb2, 0x8a, 0x9d, 0x04 -.byte 0x5f, 0x24, 0xcb, 0x2e, 0x4b, 0xe1, 0x60, 0x82, 0x46, 0xe1, 0x52, 0xab, 0x0c, 0x81, 0x47, 0x70 -.byte 0x6c, 0xdd, 0x64, 0xd1, 0xeb, 0xf5, 0x2c, 0xa3, 0x0f, 0x82, 0x3d, 0x0c, 0x2b, 0xae, 0x97, 0xd7 -.byte 0xb6, 0x14, 0x86, 0x10, 0x79, 0xbb, 0x3b, 0x13, 0x80, 0x77, 0x8c, 0x08, 0xe1, 0x49, 0xd2, 0x6a -.byte 0x62, 0x2f, 0x1f, 0x5e, 0xfa, 0x96, 0x68, 0xdf, 0x89, 0x27, 0x95, 0x38, 0x9f, 0x06, 0xd7, 0x3e -.byte 0xc9, 0xcb, 0x26, 0x59, 0x0d, 0x73, 0xde, 0xb0, 0xc8, 0xe9, 0x26, 0x0e, 0x83, 0x15, 0xc6, 0xef -.byte 0x5b, 0x8b, 0xd2, 0x04, 0x60, 0xca, 0x49, 0xa6, 0x28, 0xf6, 0x69, 0x3b, 0xf6, 0xcb, 0xc8, 0x28 -.byte 0x91, 0xe5, 0x9d, 0x8a, 0x61, 0x57, 0x37, 0xac, 0x74, 0x14, 0xdc, 0x74, 0xe0, 0x3a, 0xee, 0x72 -.byte 0x2f, 0x2e, 0x9c, 0xfb, 0xd0, 0xbb, 0xbf, 0xf5, 0x3d, 0x00, 0xe1, 0x06, 0x33, 0xe8, 0x82, 0x2b -.byte 0xae, 0x53, 0xa6, 0x3a, 0x16, 0x73, 0x8c, 0xdd, 0x41, 0x0e, 0x20, 0x3a, 0xc0, 0xb4, 0xa7, 0xa1 -.byte 0xe9, 0xb2, 0x4f, 0x90, 0x2e, 0x32, 0x60, 0xe9, 0x57, 0xcb, 0xb9, 0x04, 0x92, 0x68, 0x68, 0xe5 -.byte 0x38, 0x26, 0x60, 0x75, 0xb2, 0x9f, 0x77, 0xff, 0x91, 0x14, 0xef, 0xae, 0x20, 0x49, 0xfc, 0xad -.byte 0x40, 0x15, 0x48, 0xd1, 0x02, 0x31, 0x61, 0x19, 0x5e, 0xb8, 0x97, 0xef, 0xad, 0x77, 0xb7, 0x64 -.byte 0x9a, 0x7a, 0xbf, 0x5f, 0xc1, 0x13, 0xef, 0x9b, 0x62, 0xfb, 0x0d, 0x6c, 0xe0, 0x54, 0x69, 0x16 -.byte 0xa9, 0x03, 0xda, 0x6e, 0xe9, 0x83, 0x93, 0x71, 0x76, 0xc6, 0x69, 0x85, 0x82, 0x17, 0x02, 0x03 -.byte 0x01, 0x00, 0x01, 0x00, 0x4e, 0x02, 0x26, 0x30, 0x4c, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55 -.byte 0x04, 0x0b, 0x13, 0x17, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52 -.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x52, 0x36, 0x31, 0x13, 0x30, 0x11, 0x06 -.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e -.byte 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61 -.byte 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 -.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02 -.byte 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0x95, 0x07, 0xe8, 0x73, 0xca, 0x66, 0xf9, 0xec, 0x14, 0xca -.byte 0x7b, 0x3c, 0xf7, 0x0d, 0x08, 0xf1, 0xb4, 0x45, 0x0b, 0x2c, 0x82, 0xb4, 0x48, 0xc6, 0xeb, 0x5b -.byte 0x3c, 0xae, 0x83, 0xb8, 0x41, 0x92, 0x33, 0x14, 0xa4, 0x6f, 0x7f, 0xe9, 0x2a, 0xcc, 0xc6, 0xb0 -.byte 0x88, 0x6b, 0xc5, 0xb6, 0x89, 0xd1, 0xc6, 0xb2, 0xff, 0x14, 0xce, 0x51, 0x14, 0x21, 0xec, 0x4a -.byte 0xdd, 0x1b, 0x5a, 0xc6, 0xd6, 0x87, 0xee, 0x4d, 0x3a, 0x15, 0x06, 0xed, 0x64, 0x66, 0x0b, 0x92 -.byte 0x80, 0xca, 0x44, 0xde, 0x73, 0x94, 0x4e, 0xf3, 0xa7, 0x89, 0x7f, 0x4f, 0x78, 0x63, 0x08, 0xc8 -.byte 0x12, 0x50, 0x6d, 0x42, 0x66, 0x2f, 0x4d, 0xb9, 0x79, 0x28, 0x4d, 0x52, 0x1a, 0x8a, 0x1a, 0x80 -.byte 0xb7, 0x19, 0x81, 0x0e, 0x7e, 0xc4, 0x8a, 0xbc, 0x64, 0x4c, 0x21, 0x1c, 0x43, 0x68, 0xd7, 0x3d -.byte 0x3c, 0x8a, 0xc5, 0xb2, 0x66, 0xd5, 0x90, 0x9a, 0xb7, 0x31, 0x06, 0xc5, 0xbe, 0xe2, 0x6d, 0x32 -.byte 0x06, 0xa6, 0x1e, 0xf9, 0xb9, 0xeb, 0xaa, 0xa3, 0xb8, 0xbf, 0xbe, 0x82, 0x63, 0x50, 0xd0, 0xf0 -.byte 0x18, 0x89, 0xdf, 0xe4, 0x0f, 0x79, 0xf5, 0xea, 0xa2, 0x1f, 0x2a, 0xd2, 0x70, 0x2e, 0x7b, 0xe7 -.byte 0xbc, 0x93, 0xbb, 0x6d, 0x53, 0xe2, 0x48, 0x7c, 0x8c, 0x10, 0x07, 0x38, 0xff, 0x66, 0xb2, 0x77 -.byte 0x61, 0x7e, 0xe0, 0xea, 0x8c, 0x3c, 0xaa, 0xb4, 0xa4, 0xf6, 0xf3, 0x95, 0x4a, 0x12, 0x07, 0x6d -.byte 0xfd, 0x8c, 0xb2, 0x89, 0xcf, 0xd0, 0xa0, 0x61, 0x77, 0xc8, 0x58, 0x74, 0xb0, 0xd4, 0x23, 0x3a -.byte 0xf7, 0x5d, 0x3a, 0xca, 0xa2, 0xdb, 0x9d, 0x09, 0xde, 0x5d, 0x44, 0x2d, 0x90, 0xf1, 0x81, 0xcd -.byte 0x57, 0x92, 0xfa, 0x7e, 0xbc, 0x50, 0x04, 0x63, 0x34, 0xdf, 0x6b, 0x93, 0x18, 0xbe, 0x6b, 0x36 -.byte 0xb2, 0x39, 0xe4, 0xac, 0x24, 0x36, 0xb7, 0xf0, 0xef, 0xb6, 0x1c, 0x13, 0x57, 0x93, 0xb6, 0xde -.byte 0xb2, 0xf8, 0xe2, 0x85, 0xb7, 0x73, 0xa2, 0xb8, 0x35, 0xaa, 0x45, 0xf2, 0xe0, 0x9d, 0x36, 0xa1 -.byte 0x6f, 0x54, 0x8a, 0xf1, 0x72, 0x56, 0x6e, 0x2e, 0x88, 0xc5, 0x51, 0x42, 0x44, 0x15, 0x94, 0xee -.byte 0xa3, 0xc5, 0x38, 0x96, 0x9b, 0x4e, 0x4e, 0x5a, 0x0b, 0x47, 0xf3, 0x06, 0x36, 0x49, 0x77, 0x30 -.byte 0xbc, 0x71, 0x37, 0xe5, 0xa6, 0xec, 0x21, 0x08, 0x75, 0xfc, 0xe6, 0x61, 0x16, 0x3f, 0x77, 0xd5 -.byte 0xd9, 0x91, 0x97, 0x84, 0x0a, 0x6c, 0xd4, 0x02, 0x4d, 0x74, 0xc0, 0x14, 0xed, 0xfd, 0x39, 0xfb -.byte 0x83, 0xf2, 0x5e, 0x14, 0xa1, 0x04, 0xb0, 0x0b, 0xe9, 0xfe, 0xee, 0x8f, 0xe1, 0x6e, 0x0b, 0xb2 -.byte 0x08, 0xb3, 0x61, 0x66, 0x09, 0x6a, 0xb1, 0x06, 0x3a, 0x65, 0x96, 0x59, 0xc0, 0xf0, 0x35, 0xfd -.byte 0xc9, 0xda, 0x28, 0x8d, 0x1a, 0x11, 0x87, 0x70, 0x81, 0x0a, 0xa8, 0x9a, 0x75, 0x1d, 0x9e, 0x3a -.byte 0x86, 0x05, 0x00, 0x9e, 0xdb, 0x80, 0xd6, 0x25, 0xf9, 0xdc, 0x05, 0x9e, 0x27, 0x59, 0x4c, 0x76 -.byte 0x39, 0x5b, 0xea, 0xf9, 0xa5, 0xa1, 0xd8, 0x83, 0x0f, 0xd1, 0xff, 0xdf, 0x30, 0x11, 0xf9, 0x85 -.byte 0xcf, 0x33, 0x48, 0xf5, 0xca, 0x6d, 0x64, 0x14, 0x2c, 0x7a, 0x58, 0x4f, 0xd3, 0x4b, 0x08, 0x49 -.byte 0xc5, 0x95, 0x64, 0x1a, 0x63, 0x0e, 0x79, 0x3d, 0xf5, 0xb3, 0x8c, 0xca, 0x58, 0xad, 0x9c, 0x42 -.byte 0x45, 0x79, 0x6e, 0x0e, 0x87, 0x19, 0x5c, 0x54, 0xb1, 0x65, 0xb6, 0xbf, 0x8c, 0x9b, 0xdc, 0x13 -.byte 0xe9, 0x0d, 0x6f, 0xb8, 0x2e, 0xdc, 0x67, 0x6e, 0xc9, 0x8b, 0x11, 0xb5, 0x84, 0x14, 0x8a, 0x00 -.byte 0x19, 0x70, 0x83, 0x79, 0x91, 0x97, 0x91, 0xd4, 0x1a, 0x27, 0xbf, 0x37, 0x1e, 0x32, 0x07, 0xd8 -.byte 0x14, 0x63, 0x3c, 0x28, 0x4c, 0xaf, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x4f, 0x02, 0x26, 0x30 -.byte 0x4d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x41, 0x54, 0x31, 0x23 -.byte 0x30, 0x21, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1a, 0x65, 0x2d, 0x63, 0x6f, 0x6d, 0x6d, 0x65 -.byte 0x72, 0x63, 0x65, 0x20, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x69, 0x6e, 0x67, 0x20, 0x47 -.byte 0x6d, 0x62, 0x48, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x47, 0x4c -.byte 0x4f, 0x42, 0x41, 0x4c, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x32, 0x30, 0x32, 0x30, 0x30, 0x82 -.byte 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 -.byte 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xae -.byte 0x2e, 0x56, 0xad, 0x1b, 0x1c, 0xef, 0xf6, 0x95, 0x8f, 0xa0, 0x77, 0x1b, 0x2b, 0xd3, 0x63, 0x8f -.byte 0x84, 0x4d, 0x45, 0xa2, 0x0f, 0x9f, 0x5b, 0x45, 0xab, 0x59, 0x7b, 0x51, 0x34, 0xf9, 0xec, 0x8b -.byte 0x8a, 0x78, 0xc5, 0xdd, 0x6b, 0xaf, 0xbd, 0xc4, 0xdf, 0x93, 0x45, 0x1e, 0xbf, 0x91, 0x38, 0x0b -.byte 0xae, 0x0e, 0x16, 0xe7, 0x41, 0x73, 0xf8, 0xdb, 0xbb, 0xd1, 0xb8, 0x51, 0xe0, 0xcb, 0x83, 0x3b -.byte 0x73, 0x38, 0x6e, 0x77, 0x8a, 0x0f, 0x59, 0x63, 0x26, 0xcd, 0xa7, 0x2a, 0xce, 0x54, 0xfb, 0xb8 -.byte 0xe2, 0xc0, 0x7c, 0x47, 0xce, 0x60, 0x7c, 0x3f, 0xb2, 0x73, 0xf2, 0xc0, 0x19, 0xb6, 0x8a, 0x92 -.byte 0x87, 0x35, 0x0d, 0x90, 0x28, 0xa2, 0xe4, 0x15, 0x04, 0x63, 0x3e, 0xba, 0xaf, 0xee, 0x7c, 0x5e -.byte 0xcc, 0xa6, 0x8b, 0x50, 0xb2, 0x38, 0xf7, 0x41, 0x63, 0xca, 0xce, 0xff, 0x69, 0x8f, 0x68, 0x0e -.byte 0x95, 0x36, 0xe5, 0xcc, 0xb9, 0x8c, 0x09, 0xca, 0x4b, 0xdd, 0x31, 0x90, 0x96, 0xc8, 0xcc, 0x1f -.byte 0xfd, 0x56, 0x96, 0x34, 0xdb, 0x8e, 0x1c, 0xea, 0x2c, 0xbe, 0x85, 0x2e, 0x63, 0xdd, 0xaa, 0xa9 -.byte 0x95, 0xd3, 0xfd, 0x29, 0x95, 0x13, 0xf0, 0xc8, 0x98, 0x93, 0xd9, 0x2d, 0x16, 0x47, 0x90, 0x11 -.byte 0x83, 0xa2, 0x3a, 0x22, 0xa2, 0x28, 0x57, 0xa2, 0xeb, 0xfe, 0xc0, 0x8c, 0x28, 0xa0, 0xa6, 0x7d -.byte 0xe7, 0x2a, 0x42, 0x3b, 0x82, 0x80, 0x63, 0xa5, 0x63, 0x1f, 0x19, 0xcc, 0x7c, 0xb2, 0x66, 0xa8 -.byte 0xc2, 0xd3, 0x6d, 0x37, 0x6f, 0xe2, 0x7e, 0x06, 0x51, 0xd9, 0x45, 0x84, 0x1f, 0x12, 0xce, 0x24 -.byte 0x52, 0x64, 0x85, 0x0b, 0x48, 0x80, 0x4e, 0x87, 0xb1, 0x22, 0x22, 0x30, 0xaa, 0xeb, 0xae, 0xbe -.byte 0xe0, 0x02, 0xe0, 0x40, 0xe8, 0xb0, 0x42, 0x80, 0x03, 0x51, 0xaa, 0xb4, 0x7e, 0xaa, 0x44, 0xd7 -.byte 0x43, 0x61, 0xf3, 0xa2, 0x6b, 0x16, 0x89, 0x49, 0xa4, 0xa3, 0xa4, 0x2b, 0x8a, 0x02, 0xc4, 0x78 -.byte 0xf4, 0x68, 0x8a, 0xc1, 0xe4, 0x7a, 0x36, 0xb1, 0x6f, 0x1b, 0x96, 0x1b, 0x77, 0x49, 0x8d, 0xd4 -.byte 0xc9, 0x06, 0x72, 0x8f, 0xcf, 0x53, 0xe3, 0xdc, 0x17, 0x85, 0x20, 0x4a, 0xdc, 0x98, 0x27, 0xd3 -.byte 0x91, 0x26, 0x2b, 0x47, 0x1e, 0x69, 0x07, 0xaf, 0xde, 0xa2, 0xe4, 0xe4, 0xd4, 0x6b, 0x0b, 0xb3 -.byte 0x5e, 0x7c, 0xd4, 0x24, 0x80, 0x47, 0x29, 0x69, 0x3b, 0x6e, 0xe8, 0xac, 0xfd, 0x40, 0xeb, 0xd8 -.byte 0xed, 0x71, 0x71, 0x2b, 0xf2, 0xe8, 0x58, 0x1d, 0xeb, 0x41, 0x97, 0x22, 0xc5, 0x1f, 0xd4, 0x39 -.byte 0xd0, 0x27, 0x8f, 0x87, 0xe3, 0x18, 0xf4, 0xe0, 0xa9, 0x46, 0x0d, 0xf5, 0x74, 0x3a, 0x82, 0x2e -.byte 0xd0, 0x6e, 0x2c, 0x91, 0xa3, 0x31, 0x5c, 0x3b, 0x46, 0xea, 0x7b, 0x04, 0x10, 0x56, 0x5e, 0x80 -.byte 0x1d, 0xf5, 0xa5, 0x65, 0xe8, 0x82, 0xfc, 0xe2, 0x07, 0x8c, 0x62, 0x45, 0xf5, 0x20, 0xde, 0x46 -.byte 0x70, 0x86, 0xa1, 0xbc, 0x93, 0xd3, 0x1e, 0x74, 0xa6, 0x6c, 0xb0, 0x2c, 0xf7, 0x03, 0x0c, 0x88 -.byte 0x0c, 0xcb, 0xd4, 0x72, 0x53, 0x86, 0xbc, 0x60, 0x46, 0xf3, 0x98, 0x6a, 0xc2, 0xf1, 0xbf, 0x43 -.byte 0xf9, 0x70, 0x20, 0x77, 0xca, 0x37, 0x41, 0x79, 0x55, 0x52, 0x63, 0x8d, 0x5b, 0x12, 0x9f, 0xc5 -.byte 0x68, 0xc4, 0x88, 0x9d, 0xac, 0xf2, 0x30, 0xab, 0xb7, 0xa3, 0x31, 0x97, 0x67, 0xad, 0x8f, 0x17 -.byte 0x0f, 0x6c, 0xc7, 0x73, 0xed, 0x24, 0x94, 0x6b, 0xc8, 0x83, 0x9a, 0xd0, 0x9a, 0x37, 0x49, 0x04 -.byte 0xab, 0xb1, 0x16, 0xc8, 0x6c, 0x49, 0x49, 0x2d, 0xab, 0xa1, 0xd0, 0x8c, 0x92, 0xf2, 0x41, 0x4a -.byte 0x79, 0x21, 0x25, 0xdb, 0x63, 0xd7, 0xb6, 0x9c, 0xa7, 0x7e, 0x42, 0x69, 0xfb, 0x3a, 0x63, 0x02 -.byte 0x03, 0x01, 0x00, 0x01, 0x00, 0x4f, 0x01, 0x26, 0x30, 0x4d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 -.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a -.byte 0x0c, 0x0c, 0x44, 0x2d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x27 -.byte 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1e, 0x44, 0x2d, 0x54, 0x52, 0x55, 0x53, 0x54 -.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x33, 0x20, 0x43, 0x41 -.byte 0x20, 0x32, 0x20, 0x32, 0x30, 0x30, 0x39, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a -.byte 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30 -.byte 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xd3, 0xb2, 0x4a, 0xcf, 0x7a, 0x47, 0xef, 0x75 -.byte 0x9b, 0x23, 0xfa, 0x3a, 0x2f, 0xd6, 0x50, 0x45, 0x89, 0x35, 0x3a, 0xc6, 0x6b, 0xdb, 0xfe, 0xdb -.byte 0x00, 0x68, 0xa8, 0xe0, 0x03, 0x11, 0x1d, 0x37, 0x50, 0x08, 0x9f, 0x4d, 0x4a, 0x68, 0x94, 0x35 -.byte 0xb3, 0x53, 0xd1, 0x94, 0x63, 0xa7, 0x20, 0x56, 0xaf, 0xde, 0x51, 0x78, 0xec, 0x2a, 0x3d, 0xf3 -.byte 0x48, 0x48, 0x50, 0x3e, 0x0a, 0xdf, 0x46, 0x55, 0x8b, 0x27, 0x6d, 0xc3, 0x10, 0x4d, 0x0d, 0x91 -.byte 0x52, 0x43, 0xd8, 0x87, 0xe0, 0x5d, 0x4e, 0x36, 0xb5, 0x21, 0xca, 0x5f, 0x39, 0x40, 0x04, 0x5f -.byte 0x5b, 0x7e, 0xcc, 0xa3, 0xc6, 0x2b, 0xa9, 0x40, 0x1e, 0xd9, 0x36, 0x84, 0xd6, 0x48, 0xf3, 0x92 -.byte 0x1e, 0x34, 0x46, 0x20, 0x24, 0xc1, 0xa4, 0x51, 0x8e, 0x4a, 0x1a, 0xef, 0x50, 0x3f, 0x69, 0x5d -.byte 0x19, 0x7f, 0x45, 0xc3, 0xc7, 0x01, 0x8f, 0x51, 0xc9, 0x23, 0xe8, 0x72, 0xae, 0xb4, 0xbc, 0x56 -.byte 0x09, 0x7f, 0x12, 0xcb, 0x1c, 0xb1, 0xaf, 0x29, 0x90, 0x0a, 0xc9, 0x55, 0xcc, 0x0f, 0xd3, 0xb4 -.byte 0x1a, 0xed, 0x47, 0x35, 0x5a, 0x4a, 0xed, 0x9c, 0x73, 0x04, 0x21, 0xd0, 0xaa, 0xbd, 0x0c, 0x13 -.byte 0xb5, 0x00, 0xca, 0x26, 0x6c, 0xc4, 0x6b, 0x0c, 0x94, 0x5a, 0x95, 0x94, 0xda, 0x50, 0x9a, 0xf1 -.byte 0xff, 0xa5, 0x2b, 0x66, 0x31, 0xa4, 0xc9, 0x38, 0xa0, 0xdf, 0x1d, 0x1f, 0xb8, 0x09, 0x2e, 0xf3 -.byte 0xa7, 0xe8, 0x67, 0x52, 0xab, 0x95, 0x1f, 0xe0, 0x46, 0x3e, 0xd8, 0xa4, 0xc3, 0xca, 0x5a, 0xc5 -.byte 0x31, 0x80, 0xe8, 0x48, 0x9a, 0x9f, 0x94, 0x69, 0xfe, 0x19, 0xdd, 0xd8, 0x73, 0x7c, 0x81, 0xca -.byte 0x96, 0xde, 0x8e, 0xed, 0xb3, 0x32, 0x05, 0x65, 0x84, 0x34, 0xe6, 0xe6, 0xfd, 0x57, 0x10, 0xb5 -.byte 0x5f, 0x76, 0xbf, 0x2f, 0xb0, 0x10, 0x0d, 0xc5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x4f, 0x02 -.byte 0x26, 0x30, 0x4d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53 -.byte 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x49, 0x64, 0x65, 0x6e, 0x54 -.byte 0x72, 0x75, 0x73, 0x74, 0x31, 0x2a, 0x30, 0x28, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x21, 0x49 -.byte 0x64, 0x65, 0x6e, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20 -.byte 0x53, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x34, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce +.byte 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xf3, 0x74 +.byte 0x73, 0xa7, 0x68, 0x8b, 0x60, 0xae, 0x43, 0xb8, 0x35, 0xc5, 0x81, 0x30, 0x7b, 0x4b, 0x49, 0x9d +.byte 0xfb, 0xc1, 0x61, 0xce, 0xe6, 0xde, 0x46, 0xbd, 0x6b, 0xd5, 0x61, 0x18, 0x35, 0xae, 0x40, 0xdd +.byte 0x73, 0xf7, 0x89, 0x91, 0x30, 0x5a, 0xeb, 0x3c, 0xee, 0x85, 0x7c, 0xa2, 0x40, 0x76, 0x3b, 0xa9 +.byte 0xc6, 0xb8, 0x47, 0xd8, 0x2a, 0xe7, 0x92, 0x91, 0x6a, 0x73, 0xe9, 0xb1, 0x72, 0x39, 0x9f, 0x29 +.byte 0x9f, 0xa2, 0x98, 0xd3, 0x5f, 0x5e, 0x58, 0x86, 0x65, 0x0f, 0xa1, 0x84, 0x65, 0x06, 0xd1, 0xdc +.byte 0x8b, 0xc9, 0xc7, 0x73, 0xc8, 0x8c, 0x6a, 0x2f, 0xe5, 0xc4, 0xab, 0xd1, 0x1d, 0x8a, 0x4a, 0x00 +.byte 0x26, 0x02, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42 +.byte 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x51, 0x75, 0x6f, 0x56 +.byte 0x61, 0x64, 0x69, 0x73, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x1e, 0x30, 0x1c +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x15, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x20, 0x47, 0x33, 0x30, 0x82, 0x02, 0x22 +.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 +.byte 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa0, 0xbe, 0x50 +.byte 0x10, 0x8e, 0xe9, 0xf2, 0x6c, 0x40, 0xb4, 0x04, 0x9c, 0x85, 0xb9, 0x31, 0xca, 0xdc, 0x2d, 0xe4 +.byte 0x11, 0xa9, 0x04, 0x3c, 0x1b, 0x55, 0xc1, 0xe7, 0x58, 0x30, 0x1d, 0x24, 0xb4, 0xc3, 0xef, 0x85 +.byte 0xde, 0x8c, 0x2c, 0xe1, 0xc1, 0x3d, 0xdf, 0x82, 0xe6, 0x4f, 0xad, 0x47, 0x87, 0x6c, 0xec, 0x5b +.byte 0x49, 0xc1, 0x4a, 0xd5, 0xbb, 0x8f, 0xec, 0x87, 0xac, 0x7f, 0x82, 0x9a, 0x86, 0xec, 0x3d, 0x03 +.byte 0x99, 0x52, 0x01, 0xd2, 0x35, 0x9e, 0xac, 0xda, 0xf0, 0x53, 0xc9, 0x66, 0x3c, 0xd4, 0xac, 0x02 +.byte 0x01, 0xda, 0x24, 0xd3, 0x3b, 0xa8, 0x02, 0x46, 0xaf, 0xa4, 0x1c, 0xe3, 0xf8, 0x73, 0x58, 0x76 +.byte 0xb7, 0xf6, 0x0e, 0x90, 0x0d, 0xb5, 0xf0, 0xcf, 0xcc, 0xfa, 0xf9, 0xc6, 0x4c, 0xe5, 0xc3, 0x86 +.byte 0x30, 0x0a, 0x8d, 0x17, 0x7e, 0x35, 0xeb, 0xc5, 0xdf, 0xbb, 0x0e, 0x9c, 0xc0, 0x8d, 0x87, 0xe3 +.byte 0x88, 0x38, 0x85, 0x67, 0xfa, 0x3e, 0xc7, 0xab, 0xe0, 0x13, 0x9c, 0x05, 0x18, 0x98, 0xcf, 0x93 +.byte 0xf5, 0xb1, 0x92, 0xb4, 0xfc, 0x23, 0xd3, 0xcf, 0xd5, 0xc4, 0x27, 0x49, 0xe0, 0x9e, 0x3c, 0x9b +.byte 0x08, 0xa3, 0x8b, 0x5d, 0x2a, 0x21, 0xe0, 0xfc, 0x39, 0xaa, 0x53, 0xda, 0x7d, 0x7e, 0xcf, 0x1a +.byte 0x09, 0x53, 0xbc, 0x5d, 0x05, 0x04, 0xcf, 0xa1, 0x4a, 0x8f, 0x8b, 0x76, 0x82, 0x0d, 0xa1, 0xf8 +.byte 0xd2, 0xc7, 0x14, 0x77, 0x5b, 0x90, 0x36, 0x07, 0x81, 0x9b, 0x3e, 0x06, 0xfa, 0x52, 0x5e, 0x63 +.byte 0xc5, 0xa6, 0x00, 0xfe, 0xa5, 0xe9, 0x52, 0x1b, 0x52, 0xb5, 0x92, 0x39, 0x72, 0x03, 0x09, 0x62 +.byte 0xbd, 0xb0, 0x60, 0x16, 0x6e, 0xa6, 0xdd, 0x25, 0xc2, 0x03, 0x66, 0xdd, 0xf3, 0x04, 0xd1, 0x40 +.byte 0xe2, 0x4e, 0x8b, 0x86, 0xf4, 0x6f, 0xe5, 0x83, 0xa0, 0x27, 0x84, 0x5e, 0x04, 0xc1, 0xf5, 0x90 +.byte 0xbd, 0x30, 0x3d, 0xc4, 0xef, 0xa8, 0x69, 0xbc, 0x38, 0x9b, 0xa4, 0xa4, 0x96, 0xd1, 0x62, 0xda +.byte 0x69, 0xc0, 0x01, 0x96, 0xae, 0xcb, 0xc4, 0x51, 0x34, 0xea, 0x0c, 0xaa, 0xff, 0x21, 0x8e, 0x59 +.byte 0x8f, 0x4a, 0x5c, 0xe4, 0x61, 0x9a, 0xa7, 0xd2, 0xe9, 0x2a, 0x78, 0x8d, 0x51, 0x3d, 0x3a, 0x15 +.byte 0xee, 0xa2, 0x59, 0x8e, 0xa9, 0x5c, 0xde, 0xc5, 0xf9, 0x90, 0x22, 0xe5, 0x88, 0x45, 0x71, 0xdd +.byte 0x91, 0x99, 0x6c, 0x7a, 0x9f, 0x3d, 0x3d, 0x98, 0x7c, 0x5e, 0xf6, 0xbe, 0x16, 0x68, 0xa0, 0x5e +.byte 0xae, 0x0b, 0x23, 0xfc, 0x5a, 0x0f, 0xaa, 0x22, 0x76, 0x2d, 0xc9, 0xa1, 0x10, 0x1d, 0xe4, 0xd3 +.byte 0x44, 0x23, 0x90, 0x88, 0x9f, 0xc6, 0x2a, 0xe6, 0xd7, 0xf5, 0x9a, 0xb3, 0x58, 0x1e, 0x2f, 0x30 +.byte 0x89, 0x08, 0x1b, 0x54, 0xa2, 0xb5, 0x98, 0x23, 0xec, 0x08, 0x77, 0x1c, 0x95, 0x5d, 0x61, 0xd1 +.byte 0xcb, 0x89, 0x9c, 0x5f, 0xa2, 0x4a, 0x91, 0x9a, 0xef, 0x21, 0xaa, 0x49, 0x16, 0x08, 0xa8, 0xbd +.byte 0x61, 0x28, 0x31, 0xc9, 0x74, 0xad, 0x85, 0xf6, 0xd9, 0xc5, 0xb1, 0x8b, 0xd1, 0xe5, 0x10, 0x32 +.byte 0x4d, 0x5f, 0x8b, 0x20, 0x3a, 0x3c, 0x49, 0x1f, 0x33, 0x85, 0x59, 0x0d, 0xdb, 0xcb, 0x09, 0x75 +.byte 0x43, 0x69, 0x73, 0xfb, 0x6b, 0x71, 0x7d, 0xf0, 0xdf, 0xc4, 0x4c, 0x7d, 0xc6, 0xa3, 0x2e, 0xc8 +.byte 0x95, 0x79, 0xcb, 0x73, 0xa2, 0x8e, 0x4e, 0x4d, 0x24, 0xfb, 0x5e, 0xe4, 0x04, 0xbe, 0x72, 0x1b +.byte 0xa6, 0x27, 0x2d, 0x49, 0x5a, 0x99, 0x7a, 0xd7, 0x5c, 0x09, 0x20, 0xb7, 0x7f, 0x94, 0xb9, 0x4f +.byte 0xf1, 0x0d, 0x1c, 0x5e, 0x88, 0x42, 0x1b, 0x11, 0xb7, 0xe7, 0x91, 0xdb, 0x9e, 0x6c, 0xf4, 0x6a +.byte 0xdf, 0x8c, 0x06, 0x98, 0x03, 0xad, 0xcc, 0x28, 0xef, 0xa5, 0x47, 0xf3, 0x53, 0x02, 0x03, 0x01 +.byte 0x00, 0x01, 0x4a, 0x00, 0x26, 0x02, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10 +.byte 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64 +.byte 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x15, 0x51, 0x75, 0x6f, 0x56, 0x61 +.byte 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x20, 0x47, 0x33 .byte 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 .byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01 -.byte 0x00, 0xb6, 0x22, 0x94, 0xfc, 0xa4, 0x48, 0xaf, 0xe8, 0x47, 0x6b, 0x0a, 0xfb, 0x27, 0x76, 0xe4 -.byte 0xf2, 0x3f, 0x8a, 0x3b, 0x7a, 0x4a, 0x2c, 0x31, 0x2a, 0x8c, 0x8d, 0xb0, 0xa9, 0xc3, 0x31, 0x6b -.byte 0xa8, 0x77, 0x76, 0x84, 0x26, 0xb6, 0xac, 0x81, 0x42, 0x0d, 0x08, 0xeb, 0x55, 0x58, 0xbb, 0x7a -.byte 0xf8, 0xbc, 0x65, 0x7d, 0xf2, 0xa0, 0x6d, 0x8b, 0xa8, 0x47, 0xe9, 0x62, 0x76, 0x1e, 0x11, 0xee -.byte 0x08, 0x14, 0xd1, 0xb2, 0x44, 0x16, 0xf4, 0xea, 0xd0, 0xfa, 0x1e, 0x2f, 0x5e, 0xdb, 0xcb, 0x73 -.byte 0x41, 0xae, 0xbc, 0x00, 0xb0, 0x4a, 0x2b, 0x40, 0xb2, 0xac, 0xe1, 0x3b, 0x4b, 0xc2, 0x2d, 0x9d -.byte 0xe4, 0xa1, 0x9b, 0xec, 0x1a, 0x3a, 0x1e, 0xf0, 0x08, 0xb3, 0xd0, 0xe4, 0x24, 0x35, 0x07, 0x9f -.byte 0x9c, 0xb4, 0xc9, 0x52, 0x6d, 0xdb, 0x07, 0xca, 0x8f, 0xb5, 0x5b, 0xf0, 0x83, 0xf3, 0x4f, 0xc7 -.byte 0x2d, 0xa5, 0xc8, 0xad, 0xcb, 0x95, 0x20, 0xa4, 0x31, 0x28, 0x57, 0x58, 0x5a, 0xe4, 0x8d, 0x1b -.byte 0x9a, 0xab, 0x9e, 0x0d, 0x0c, 0xf2, 0x0a, 0x33, 0x39, 0x22, 0x39, 0x0a, 0x97, 0x2e, 0xf3, 0x53 -.byte 0x77, 0xb9, 0x44, 0x45, 0xfd, 0x84, 0xcb, 0x36, 0x20, 0x81, 0x59, 0x2d, 0x9a, 0x6f, 0x6d, 0x48 -.byte 0x48, 0x61, 0xca, 0x4c, 0xdf, 0x53, 0xd1, 0xaf, 0x52, 0xbc, 0x44, 0x9f, 0xab, 0x2f, 0x6b, 0x83 -.byte 0x72, 0xef, 0x75, 0x80, 0xda, 0x06, 0x33, 0x1b, 0x5d, 0xc8, 0xda, 0x63, 0xc6, 0x4d, 0xcd, 0xac -.byte 0x66, 0x31, 0xcd, 0xd1, 0xde, 0x3e, 0x87, 0x10, 0x36, 0xe1, 0xb9, 0xa4, 0x7a, 0xef, 0x60, 0x50 -.byte 0xb2, 0xcb, 0xca, 0xa6, 0x56, 0xe0, 0x37, 0xaf, 0xab, 0x34, 0x13, 0x39, 0x25, 0xe8, 0x39, 0x66 -.byte 0xe4, 0x98, 0x7a, 0xaa, 0x12, 0x98, 0x9c, 0x59, 0x66, 0x86, 0x3e, 0xad, 0xf1, 0xb0, 0xca, 0x3e -.byte 0x06, 0x0f, 0x7b, 0xf0, 0x11, 0x4b, 0x37, 0xa0, 0x44, 0x6d, 0x7b, 0xcb, 0xa8, 0x8c, 0x71, 0xf4 -.byte 0xd5, 0xb5, 0x91, 0x36, 0xcc, 0xf0, 0x15, 0xc6, 0x2b, 0xde, 0x51, 0x17, 0xb1, 0x97, 0x4c, 0x50 -.byte 0x3d, 0xb1, 0x95, 0x59, 0x7c, 0x05, 0x7d, 0x2d, 0x21, 0xd5, 0x00, 0xbf, 0x01, 0x67, 0xa2, 0x5e -.byte 0x7b, 0xa6, 0x5c, 0xf2, 0xf7, 0x22, 0xf1, 0x90, 0x0d, 0x93, 0xdb, 0xaa, 0x44, 0x51, 0x66, 0xcc -.byte 0x7d, 0x76, 0x03, 0xeb, 0x6a, 0xa8, 0x2a, 0x38, 0x19, 0x97, 0x76, 0x0d, 0x6b, 0x8a, 0x61, 0xf9 -.byte 0xbc, 0xf6, 0xee, 0x76, 0xfd, 0x70, 0x2b, 0xdd, 0x29, 0x3c, 0xf8, 0x0a, 0x1e, 0x5b, 0x42, 0x1c -.byte 0x8b, 0x56, 0x2f, 0x55, 0x1b, 0x1c, 0xa1, 0x2e, 0xb5, 0xc7, 0x16, 0xe6, 0xf8, 0xaa, 0x3c, 0x92 -.byte 0x8e, 0x69, 0xb6, 0x01, 0xc1, 0xb5, 0x86, 0x9d, 0x89, 0x0f, 0x0b, 0x38, 0x94, 0x54, 0xe8, 0xea -.byte 0xdc, 0x9e, 0x3d, 0x25, 0xbc, 0x53, 0x26, 0xed, 0xd5, 0xab, 0x39, 0xaa, 0xc5, 0x40, 0x4c, 0x54 -.byte 0xab, 0xb2, 0xb4, 0xd9, 0xd9, 0xf8, 0xd7, 0x72, 0xdb, 0x1c, 0xbc, 0x6d, 0xbd, 0x65, 0x5f, 0xef -.byte 0x88, 0x35, 0x2a, 0x66, 0x2f, 0xee, 0xf6, 0xb3, 0x65, 0xf0, 0x33, 0x8d, 0x7c, 0x98, 0x41, 0x69 -.byte 0x46, 0x0f, 0x43, 0x1c, 0x69, 0xfa, 0x9b, 0xb5, 0xd0, 0x61, 0x6a, 0xcd, 0xca, 0x4b, 0xd9, 0x4c -.byte 0x90, 0x46, 0xab, 0x15, 0x59, 0xa1, 0x47, 0x54, 0x29, 0x2e, 0x83, 0x28, 0x5f, 0x1c, 0xc2, 0xa2 -.byte 0xab, 0x72, 0x17, 0x00, 0x06, 0x8e, 0x45, 0xec, 0x8b, 0xe2, 0x33, 0x3d, 0x7f, 0xda, 0x19, 0x44 -.byte 0xe4, 0x62, 0x72, 0xc3, 0xdf, 0x22, 0xc6, 0xf2, 0x56, 0xd4, 0xdd, 0x5f, 0x95, 0x72, 0xed, 0x6d -.byte 0x5f, 0xf7, 0x48, 0x03, 0x5b, 0xfd, 0xc5, 0x2a, 0xa0, 0xf6, 0x73, 0x23, 0x84, 0x10, 0x1b, 0x01 -.byte 0xe7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x4f, 0x02, 0x26, 0x30, 0x4d, 0x31, 0x0b, 0x30, 0x09 -.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55 -.byte 0x04, 0x0a, 0x13, 0x0e, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x2c, 0x20, 0x49, 0x6e -.byte 0x63, 0x2e, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1c, 0x44, 0x69, 0x67 -.byte 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x52, 0x53, 0x41, 0x34, 0x30, 0x39 -.byte 0x36, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x35, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06 -.byte 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f -.byte 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb3, 0xd0, 0xf4, 0xc9, 0x79, 0x11 -.byte 0x9d, 0xfd, 0xfc, 0x66, 0x81, 0xe7, 0xcc, 0xd5, 0xe4, 0xbc, 0xec, 0x81, 0x3e, 0x6a, 0x35, 0x8e -.byte 0x2e, 0xb7, 0xe7, 0xde, 0xaf, 0xf9, 0x07, 0x4d, 0xcf, 0x30, 0x9d, 0xea, 0x09, 0x0b, 0x99, 0xbd -.byte 0x6c, 0x57, 0xda, 0x18, 0x4a, 0xb8, 0x78, 0xac, 0x3a, 0x39, 0xa8, 0xa6, 0x48, 0xac, 0x2e, 0x72 -.byte 0xe5, 0xbd, 0xeb, 0xf1, 0x1a, 0xcd, 0xe7, 0xa4, 0x03, 0xa9, 0x3f, 0x11, 0xb4, 0xd8, 0x2f, 0x89 -.byte 0x16, 0xfb, 0x94, 0x01, 0x3d, 0xbb, 0x2f, 0xf8, 0x13, 0x05, 0xa1, 0x78, 0x1c, 0x8e, 0x28, 0xe0 -.byte 0x45, 0xe0, 0x83, 0xf4, 0x59, 0x1b, 0x95, 0xb3, 0xae, 0x7e, 0x03, 0x45, 0xe5, 0xbe, 0xc2, 0x42 -.byte 0xfe, 0xee, 0xf2, 0x3c, 0xb6, 0x85, 0x13, 0x98, 0x32, 0x9d, 0x16, 0xa8, 0x29, 0xc2, 0x0b, 0x1c -.byte 0x38, 0xdc, 0x9f, 0x31, 0x77, 0x5c, 0xbf, 0x27, 0xa3, 0xfc, 0x27, 0xac, 0xb7, 0x2b, 0xbd, 0x74 -.byte 0x9b, 0x17, 0x2d, 0xf2, 0x81, 0xda, 0x5d, 0xb0, 0xe1, 0x23, 0x17, 0x3e, 0x88, 0x4a, 0x12, 0x23 -.byte 0xd0, 0xea, 0xcf, 0x9d, 0xde, 0x03, 0x17, 0xb1, 0x42, 0x4a, 0xa0, 0x16, 0x4c, 0xa4, 0x6d, 0x93 -.byte 0xe9, 0x3f, 0x3a, 0xee, 0x3a, 0x7c, 0x9d, 0x58, 0x9d, 0xf4, 0x4e, 0x8f, 0xfc, 0x3b, 0x23, 0xc8 -.byte 0x6d, 0xb8, 0xe2, 0x05, 0xda, 0xcc, 0xeb, 0xec, 0xc3, 0x31, 0xf4, 0xd7, 0xa7, 0x29, 0x54, 0x80 -.byte 0xcf, 0x44, 0x5b, 0x4c, 0x6f, 0x30, 0x9e, 0xf3, 0xcc, 0xdd, 0x1f, 0x94, 0x43, 0x9d, 0x4d, 0x7f -.byte 0x70, 0x70, 0x0d, 0xd4, 0x3a, 0xd1, 0x37, 0xf0, 0x6c, 0x9d, 0x9b, 0xc0, 0x14, 0x93, 0x58, 0xef -.byte 0xcd, 0x41, 0x38, 0x75, 0xbc, 0x13, 0x03, 0x95, 0x7c, 0x7f, 0xe3, 0x5c, 0xe9, 0xd5, 0x0d, 0xd5 -.byte 0xe2, 0x7c, 0x10, 0x62, 0xaa, 0x6b, 0xf0, 0x3d, 0x76, 0xf3, 0x3f, 0xa3, 0xe8, 0xb0, 0xc1, 0xfd -.byte 0xef, 0xaa, 0x57, 0x4d, 0xac, 0x86, 0xa7, 0x18, 0xb4, 0x29, 0xc1, 0x2c, 0x0e, 0xbf, 0x64, 0xbe -.byte 0x29, 0x8c, 0xd8, 0x02, 0x2d, 0xcd, 0x5c, 0x2f, 0xf2, 0x7f, 0xef, 0x15, 0xf4, 0x0c, 0x15, 0xac -.byte 0x0a, 0xb0, 0xf1, 0xd3, 0x0d, 0x4f, 0x6a, 0x4d, 0x77, 0x97, 0x01, 0xa0, 0xf1, 0x66, 0xb7, 0xb7 -.byte 0xce, 0xef, 0xce, 0xec, 0xec, 0xa5, 0x75, 0xca, 0xac, 0xe3, 0xe1, 0x63, 0xf7, 0xb8, 0xa1, 0x04 -.byte 0xc8, 0xbc, 0x7b, 0x3f, 0x5d, 0x2d, 0x16, 0x22, 0x56, 0xed, 0x48, 0x49, 0xfe, 0xa7, 0x2f, 0x79 -.byte 0x30, 0x25, 0x9b, 0xba, 0x6b, 0x2d, 0x3f, 0x9d, 0x3b, 0xc4, 0x17, 0xe7, 0x1d, 0x2e, 0xfb, 0xf2 -.byte 0xcf, 0xa6, 0xfc, 0xe3, 0x14, 0x2c, 0x96, 0x98, 0x21, 0x8c, 0xb4, 0x91, 0xe9, 0x19, 0x60, 0x83 -.byte 0xf2, 0x30, 0x2b, 0x06, 0x73, 0x50, 0xd5, 0x98, 0x3b, 0x06, 0xe9, 0xc7, 0x8a, 0x0c, 0x60, 0x8c -.byte 0x28, 0xf8, 0x52, 0x9b, 0x6e, 0xe1, 0xf6, 0x4d, 0xbb, 0x06, 0x24, 0x9b, 0xd7, 0x2b, 0x26, 0x3f -.byte 0xfd, 0x2a, 0x2f, 0x71, 0xf5, 0xd6, 0x24, 0xbe, 0x7f, 0x31, 0x9e, 0x0f, 0x6d, 0xe8, 0x8f, 0x4f -.byte 0x4d, 0xa3, 0x3f, 0xff, 0x35, 0xea, 0xdf, 0x49, 0x5e, 0x41, 0x8f, 0x86, 0xf9, 0xf1, 0x77, 0x79 -.byte 0x4b, 0x1b, 0xb4, 0xa3, 0x5e, 0x2f, 0xfb, 0x46, 0x02, 0xd0, 0x66, 0x13, 0x5e, 0x5e, 0x85, 0x4f -.byte 0xce, 0xd8, 0x70, 0x88, 0x7b, 0xce, 0x01, 0xb5, 0x96, 0x97, 0xd7, 0xcd, 0x7d, 0xfd, 0x82, 0xf8 -.byte 0xc2, 0x24, 0xc1, 0xca, 0x01, 0x39, 0x4f, 0x8d, 0xa2, 0xc1, 0x14, 0x40, 0x1f, 0x9c, 0x66, 0xd5 -.byte 0x0c, 0x09, 0x46, 0xd6, 0xf2, 0xd0, 0xd1, 0x48, 0x76, 0x56, 0x3a, 0x43, 0xcb, 0xb6, 0x0a, 0x11 -.byte 0x39, 0xba, 0x8c, 0x13, 0x6c, 0x06, 0xb5, 0x9e, 0xcf, 0xeb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00 -.byte 0x50, 0x02, 0x26, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x4e, 0x4f, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x14, 0x42, 0x75, 0x79 -.byte 0x70, 0x61, 0x73, 0x73, 0x20, 0x41, 0x53, 0x2d, 0x39, 0x38, 0x33, 0x31, 0x36, 0x33, 0x33, 0x32 -.byte 0x37, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x17, 0x42, 0x75, 0x79, 0x70 -.byte 0x61, 0x73, 0x73, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x32, 0x20, 0x52, 0x6f, 0x6f, 0x74 -.byte 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 -.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02 -.byte 0x82, 0x02, 0x01, 0x00, 0xd7, 0xc7, 0x5e, 0xf7, 0xc1, 0x07, 0xd4, 0x77, 0xfb, 0x43, 0x21, 0xf4 -.byte 0xf4, 0xf5, 0x69, 0xe4, 0xee, 0x32, 0x01, 0xdb, 0xa3, 0x86, 0x1f, 0xe4, 0x59, 0x0d, 0xba, 0xe7 -.byte 0x75, 0x83, 0x52, 0xeb, 0xea, 0x1c, 0x61, 0x15, 0x48, 0xbb, 0x1d, 0x07, 0xca, 0x8c, 0xae, 0xb0 -.byte 0xdc, 0x96, 0x9d, 0xea, 0xc3, 0x60, 0x92, 0x86, 0x82, 0x28, 0x73, 0x9c, 0x56, 0x06, 0xff, 0x4b -.byte 0x64, 0xf0, 0x0c, 0x2a, 0x37, 0x49, 0xb5, 0xe5, 0xcf, 0x0c, 0x7c, 0xee, 0xf1, 0x4a, 0xbb, 0x73 -.byte 0x30, 0x65, 0xf3, 0xd5, 0x2f, 0x83, 0xb6, 0x7e, 0xe3, 0xe7, 0xf5, 0x9e, 0xab, 0x60, 0xf9, 0xd3 -.byte 0xf1, 0x9d, 0x92, 0x74, 0x8a, 0xe4, 0x1c, 0x96, 0xac, 0x5b, 0x80, 0xe9, 0xb5, 0xf4, 0x31, 0x87 -.byte 0xa3, 0x51, 0xfc, 0xc7, 0x7e, 0xa1, 0x6f, 0x8e, 0x53, 0x77, 0xd4, 0x97, 0xc1, 0x55, 0x33, 0x92 -.byte 0x3e, 0x18, 0x2f, 0x75, 0xd4, 0xad, 0x86, 0x49, 0xcb, 0x95, 0xaf, 0x54, 0x06, 0x6c, 0xd8, 0x06 -.byte 0x13, 0x8d, 0x5b, 0xff, 0xe1, 0x26, 0x19, 0x59, 0xc0, 0x24, 0xba, 0x81, 0x71, 0x79, 0x90, 0x44 -.byte 0x50, 0x68, 0x24, 0x94, 0x5f, 0xb8, 0xb3, 0x11, 0xf1, 0x29, 0x41, 0x61, 0xa3, 0x41, 0xcb, 0x23 -.byte 0x36, 0xd5, 0xc1, 0xf1, 0x32, 0x50, 0x10, 0x4e, 0x7f, 0xf4, 0x86, 0x93, 0xec, 0x84, 0xd3, 0x8e -.byte 0xbc, 0x4b, 0xbf, 0x5c, 0x01, 0x4e, 0x07, 0x3d, 0xdc, 0x14, 0x8a, 0x94, 0x0a, 0xa4, 0xea, 0x73 -.byte 0xfb, 0x0b, 0x51, 0xe8, 0x13, 0x07, 0x18, 0xfa, 0x0e, 0xf1, 0x2b, 0xd1, 0x54, 0x15, 0x7d, 0x3c -.byte 0xe1, 0xf7, 0xb4, 0x19, 0x42, 0x67, 0x62, 0x5e, 0x77, 0xe0, 0xa2, 0x55, 0xec, 0xb6, 0xd9, 0x69 -.byte 0x17, 0xd5, 0x3a, 0xaf, 0x44, 0xed, 0x4a, 0xc5, 0x9e, 0xe4, 0x7a, 0x27, 0x7c, 0xe5, 0x75, 0xd7 -.byte 0xaa, 0xcb, 0x25, 0xe7, 0xdf, 0x6b, 0x0a, 0xdb, 0x0f, 0x4d, 0x93, 0x4e, 0xa8, 0xa0, 0xcd, 0x7b -.byte 0x2e, 0xf2, 0x59, 0x01, 0x6a, 0xb7, 0x0d, 0xb8, 0x07, 0x81, 0x7e, 0x8b, 0x38, 0x1b, 0x38, 0xe6 -.byte 0x0a, 0x57, 0x99, 0x3d, 0xee, 0x21, 0xe8, 0xa3, 0xf5, 0x0c, 0x16, 0xdd, 0x8b, 0xec, 0x34, 0x8e -.byte 0x9c, 0x2a, 0x1c, 0x00, 0x15, 0x17, 0x8d, 0x68, 0x83, 0xd2, 0x70, 0x9f, 0x18, 0x08, 0xcd, 0x11 -.byte 0x68, 0xd5, 0xc9, 0x6b, 0x52, 0xcd, 0xc4, 0x46, 0x8f, 0xdc, 0xb5, 0xf3, 0xd8, 0x57, 0x73, 0x1e -.byte 0xe9, 0x94, 0x39, 0x04, 0xbf, 0xd3, 0xde, 0x38, 0xde, 0xb4, 0x53, 0xec, 0x69, 0x1c, 0xa2, 0x7e -.byte 0xc4, 0x8f, 0xe4, 0x1b, 0x70, 0xad, 0xf2, 0xa2, 0xf9, 0xfb, 0xf7, 0x16, 0x64, 0x66, 0x69, 0x9f -.byte 0x49, 0x51, 0xa2, 0xe2, 0x15, 0x18, 0x67, 0x06, 0x4a, 0x7f, 0xd5, 0x6c, 0xb5, 0x4d, 0xb3, 0x33 -.byte 0xe0, 0x61, 0xeb, 0x5d, 0xbe, 0xe9, 0x98, 0x0f, 0x32, 0xd7, 0x1d, 0x4b, 0x3c, 0x2e, 0x5a, 0x01 -.byte 0x52, 0x91, 0x09, 0xf2, 0xdf, 0xea, 0x8d, 0xd8, 0x06, 0x40, 0x63, 0xaa, 0x11, 0xe4, 0xfe, 0xc3 -.byte 0x37, 0x9e, 0x14, 0x52, 0x3f, 0xf4, 0xe2, 0xcc, 0xf2, 0x61, 0x93, 0xd1, 0xfd, 0x67, 0x6b, 0xd7 -.byte 0x52, 0xae, 0xbf, 0x68, 0xab, 0x40, 0x43, 0xa0, 0x57, 0x35, 0x53, 0x78, 0xf0, 0x53, 0xf8, 0x61 -.byte 0x42, 0x07, 0x64, 0xc6, 0xd7, 0x6f, 0x9b, 0x4c, 0x38, 0x0d, 0x63, 0xac, 0x62, 0xaf, 0x36, 0x8b -.byte 0xa2, 0x73, 0x0a, 0x0d, 0xf5, 0x21, 0xbd, 0x74, 0xaa, 0x4d, 0xea, 0x72, 0x03, 0x49, 0xdb, 0xc7 -.byte 0x5f, 0x1d, 0x62, 0x63, 0xc7, 0xfd, 0xdd, 0x91, 0xec, 0x33, 0xee, 0xf5, 0x6d, 0xb4, 0x6e, 0x30 -.byte 0x68, 0xde, 0xc8, 0xd6, 0x26, 0xb0, 0x75, 0x5e, 0x7b, 0xb4, 0x07, 0x20, 0x98, 0xa1, 0x76, 0x32 -.byte 0xb8, 0x4d, 0x6c, 0x4f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x50, 0x02, 0x26, 0x30, 0x4e, 0x31 -.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4e, 0x4f, 0x31, 0x1d, 0x30, 0x1b -.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x14, 0x42, 0x75, 0x79, 0x70, 0x61, 0x73, 0x73, 0x20, 0x41 -.byte 0x53, 0x2d, 0x39, 0x38, 0x33, 0x31, 0x36, 0x33, 0x33, 0x32, 0x37, 0x31, 0x20, 0x30, 0x1e, 0x06 -.byte 0x03, 0x55, 0x04, 0x03, 0x0c, 0x17, 0x42, 0x75, 0x79, 0x70, 0x61, 0x73, 0x73, 0x20, 0x43, 0x6c -.byte 0x61, 0x73, 0x73, 0x20, 0x33, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02 +.byte 0x00, 0xa1, 0xae, 0x25, 0xb2, 0x01, 0x18, 0xdc, 0x57, 0x88, 0x3f, 0x46, 0xeb, 0xf9, 0xaf, 0xe2 +.byte 0xeb, 0x23, 0x71, 0xe2, 0x9a, 0xd1, 0x61, 0x66, 0x21, 0x5f, 0xaa, 0xaf, 0x27, 0x51, 0xe5, 0x6e +.byte 0x1b, 0x16, 0xd4, 0x2d, 0x7d, 0x50, 0xb0, 0x53, 0x77, 0xbd, 0x78, 0x3a, 0x60, 0xe2, 0x64, 0x02 +.byte 0x9b, 0x7c, 0x86, 0x9b, 0xd6, 0x1a, 0x8e, 0xad, 0xff, 0x1f, 0x15, 0x7f, 0xd5, 0x95, 0x1e, 0x12 +.byte 0xcb, 0xe6, 0x14, 0x84, 0x04, 0xc1, 0xdf, 0x36, 0xb3, 0x16, 0x9f, 0x8a, 0xe3, 0xc9, 0xdb, 0x98 +.byte 0x34, 0xce, 0xd8, 0x33, 0x17, 0x28, 0x46, 0xfc, 0xa7, 0xc9, 0xf0, 0xd2, 0xb4, 0xd5, 0x4d, 0x09 +.byte 0x72, 0x49, 0xf9, 0xf2, 0x87, 0xe3, 0xa9, 0xda, 0x7d, 0xa1, 0x7d, 0x6b, 0xb2, 0x3a, 0x25, 0xa9 +.byte 0x6d, 0x52, 0x44, 0xac, 0xf8, 0xbe, 0x6e, 0xfb, 0xdc, 0xa6, 0x73, 0x91, 0x90, 0x61, 0xa6, 0x03 +.byte 0x14, 0x20, 0xf2, 0xe7, 0x87, 0xa3, 0x88, 0xad, 0xad, 0xa0, 0x8c, 0xff, 0xa6, 0x0b, 0x25, 0x52 +.byte 0x25, 0xe7, 0x16, 0x01, 0xd5, 0xcb, 0xb8, 0x35, 0x81, 0x0c, 0xa3, 0x3b, 0xf0, 0xe1, 0xe1, 0xfc +.byte 0x5a, 0x5d, 0xce, 0x80, 0x71, 0x6d, 0xf8, 0x49, 0xab, 0x3e, 0x3b, 0xba, 0xb8, 0xd7, 0x80, 0x01 +.byte 0xfb, 0xa5, 0xeb, 0x5b, 0xb3, 0xc5, 0x5e, 0x60, 0x2a, 0x31, 0xa0, 0xaf, 0x37, 0xe8, 0x20, 0x3a +.byte 0x9f, 0xa8, 0x32, 0x2c, 0x0c, 0xcc, 0x09, 0x1d, 0xd3, 0x9e, 0x8e, 0x5d, 0xbc, 0x4c, 0x98, 0xee +.byte 0xc5, 0x1a, 0x68, 0x7b, 0xec, 0x53, 0xa6, 0xe9, 0x14, 0x35, 0xa3, 0xdf, 0xcd, 0x80, 0x9f, 0x0c +.byte 0x48, 0xfb, 0x1c, 0xf4, 0xf1, 0xbf, 0x4a, 0xb8, 0xfa, 0xd5, 0x8c, 0x71, 0x4a, 0xc7, 0x1f, 0xad +.byte 0xfe, 0x41, 0x9a, 0xb3, 0x83, 0x5d, 0xf2, 0x84, 0x56, 0xef, 0xa5, 0x57, 0x43, 0xce, 0x29, 0xad +.byte 0x8c, 0xab, 0x55, 0xbf, 0xc4, 0xfb, 0x5b, 0x01, 0xdd, 0x23, 0x21, 0xa1, 0x58, 0x00, 0x8e, 0xc3 +.byte 0xd0, 0x6a, 0x13, 0xed, 0x13, 0xe3, 0x12, 0x2b, 0x80, 0xdc, 0x67, 0xe6, 0x95, 0xb2, 0xcd, 0x1e +.byte 0x22, 0x6e, 0x2a, 0xf8, 0x41, 0xd4, 0xf2, 0xca, 0x14, 0x07, 0x8d, 0x8a, 0x55, 0x12, 0xc6, 0x69 +.byte 0xf5, 0xb8, 0x86, 0x68, 0x2f, 0x53, 0x5e, 0xb0, 0xd2, 0xaa, 0x21, 0xc1, 0x98, 0xe6, 0x30, 0xe3 +.byte 0x67, 0x55, 0xc7, 0x9b, 0x6e, 0xac, 0x19, 0xa8, 0x55, 0xa6, 0x45, 0x06, 0xd0, 0x23, 0x3a, 0xdb +.byte 0xeb, 0x65, 0x5d, 0x2a, 0x11, 0x11, 0xf0, 0x3b, 0x4f, 0xca, 0x6d, 0xf4, 0x34, 0xc4, 0x71, 0xe4 +.byte 0xff, 0x00, 0x5a, 0xf6, 0x5c, 0xae, 0x23, 0x60, 0x85, 0x73, 0xf1, 0xe4, 0x10, 0xb1, 0x25, 0xae +.byte 0xd5, 0x92, 0xbb, 0x13, 0xc1, 0x0c, 0xe0, 0x39, 0xda, 0xb4, 0x39, 0x57, 0xb5, 0xab, 0x35, 0xaa +.byte 0x72, 0x21, 0x3b, 0x83, 0x35, 0xe7, 0x31, 0xdf, 0x7a, 0x21, 0x6e, 0xb8, 0x32, 0x08, 0x7d, 0x1d +.byte 0x32, 0x91, 0x15, 0x4a, 0x62, 0x72, 0xcf, 0xe3, 0x77, 0xa1, 0xbc, 0xd5, 0x11, 0x1b, 0x76, 0x01 +.byte 0x67, 0x08, 0xe0, 0x41, 0x0b, 0xc3, 0xeb, 0x15, 0x6e, 0xf8, 0xa4, 0x19, 0xd9, 0xa2, 0xab, 0xaf +.byte 0xe2, 0x27, 0x52, 0x56, 0x2b, 0x02, 0x8a, 0x2c, 0x14, 0x24, 0xf9, 0xbf, 0x42, 0x02, 0xbf, 0x26 +.byte 0xc8, 0xc6, 0x8f, 0xe0, 0x6e, 0x38, 0x7d, 0x53, 0x2d, 0xe5, 0xed, 0x98, 0xb3, 0x95, 0x63, 0x68 +.byte 0x7f, 0xf9, 0x35, 0xf4, 0xdf, 0x88, 0xc5, 0x60, 0x35, 0x92, 0xc0, 0x7c, 0x69, 0x1c, 0x61, 0x95 +.byte 0x16, 0xd0, 0xeb, 0xde, 0x0b, 0xaf, 0x3e, 0x04, 0x10, 0x45, 0x65, 0x58, 0x50, 0x38, 0xaf, 0x48 +.byte 0xf2, 0x59, 0xb6, 0x16, 0xf2, 0x3c, 0x0d, 0x90, 0x02, 0xc6, 0x70, 0x2e, 0x01, 0xad, 0x3c, 0x15 +.byte 0xd7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4a, 0x00, 0x26, 0x02, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x42, 0x4d, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x13, 0x10, 0x51, 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x4c, 0x69, 0x6d +.byte 0x69, 0x74, 0x65, 0x64, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x15, 0x51 +.byte 0x75, 0x6f, 0x56, 0x61, 0x64, 0x69, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20 +.byte 0x33, 0x20, 0x47, 0x33, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a +.byte 0x02, 0x82, 0x02, 0x01, 0x00, 0xb3, 0xcb, 0x0e, 0x10, 0x67, 0x8e, 0xea, 0x14, 0x97, 0xa7, 0x32 +.byte 0x2a, 0x0a, 0x56, 0x36, 0x7f, 0x68, 0x4c, 0xc7, 0xb3, 0x6f, 0x3a, 0x23, 0x14, 0x91, 0xff, 0x19 +.byte 0x7f, 0xa5, 0xca, 0xac, 0xee, 0xb3, 0x76, 0x9d, 0x7a, 0xe9, 0x8b, 0x1b, 0xab, 0x6b, 0x31, 0xdb +.byte 0xfa, 0x0b, 0x53, 0x4c, 0xaf, 0xc5, 0xa5, 0x1a, 0x79, 0x3c, 0x8a, 0x4c, 0xff, 0xac, 0xdf, 0x25 +.byte 0xde, 0x4e, 0xd9, 0x82, 0x32, 0x0b, 0x44, 0xde, 0xca, 0xdb, 0x8c, 0xac, 0xa3, 0x6e, 0x16, 0x83 +.byte 0x3b, 0xa6, 0x64, 0x4b, 0x32, 0x89, 0xfb, 0x16, 0x16, 0x38, 0x7e, 0xeb, 0x43, 0xe2, 0xd3, 0x74 +.byte 0x4a, 0xc2, 0x62, 0x0a, 0x73, 0x0a, 0xdd, 0x49, 0xb3, 0x57, 0xd2, 0xb0, 0x0a, 0x85, 0x9d, 0x71 +.byte 0x3c, 0xde, 0xa3, 0xcb, 0xc0, 0x32, 0xf3, 0x01, 0x39, 0x20, 0x43, 0x1b, 0x35, 0xd1, 0x53, 0xb3 +.byte 0xb1, 0xee, 0xc5, 0x93, 0x69, 0x82, 0x3e, 0x16, 0xb5, 0x28, 0x46, 0xa1, 0xde, 0xea, 0x89, 0x09 +.byte 0xed, 0x43, 0xb8, 0x05, 0x46, 0x8a, 0x86, 0xf5, 0x59, 0x47, 0xbe, 0x1b, 0x6f, 0x01, 0x21, 0x10 +.byte 0xb9, 0xfd, 0xa9, 0xd2, 0x28, 0xca, 0x10, 0x39, 0x09, 0xca, 0x13, 0x36, 0xcf, 0x9c, 0xad, 0xad +.byte 0x40, 0x74, 0x79, 0x2b, 0x02, 0x3f, 0x34, 0xff, 0xfa, 0x20, 0x69, 0x7d, 0xd3, 0xee, 0x61, 0xf5 +.byte 0xba, 0xb3, 0xe7, 0x30, 0xd0, 0x37, 0x23, 0x86, 0x72, 0x61, 0x45, 0x29, 0x48, 0x59, 0x68, 0x6f +.byte 0x77, 0xa6, 0x2e, 0x81, 0xbe, 0x07, 0x4d, 0x6f, 0xaf, 0xce, 0xc4, 0x45, 0x13, 0x91, 0x14, 0x70 +.byte 0x06, 0x8f, 0x1f, 0x9f, 0xf8, 0x87, 0x69, 0xb1, 0x0e, 0xef, 0xc3, 0x89, 0x19, 0xeb, 0xea, 0x1c +.byte 0x61, 0xfc, 0x7a, 0x6c, 0x8a, 0xdc, 0xd6, 0x03, 0x0b, 0x9e, 0x26, 0xba, 0x12, 0xdd, 0xd4, 0x54 +.byte 0x39, 0xab, 0x26, 0xa3, 0x33, 0xea, 0x75, 0x81, 0xda, 0x2d, 0xcd, 0x0f, 0x4f, 0xe4, 0x03, 0xd1 +.byte 0xef, 0x15, 0x97, 0x1b, 0x6b, 0x90, 0xc5, 0x02, 0x90, 0x93, 0x66, 0x02, 0x21, 0xb1, 0x47, 0xde +.byte 0x8b, 0x9a, 0x4a, 0x80, 0xb9, 0x55, 0x8f, 0xb5, 0xa2, 0x2f, 0xc0, 0xd6, 0x33, 0x67, 0xda, 0x7e +.byte 0xc4, 0xa7, 0xb4, 0x04, 0x44, 0xeb, 0x47, 0xfb, 0xe6, 0x58, 0xb9, 0xf7, 0x0c, 0xf0, 0x7b, 0x2b +.byte 0xb1, 0xc0, 0x70, 0x29, 0xc3, 0x40, 0x62, 0x2d, 0x3b, 0x48, 0x69, 0xdc, 0x23, 0x3c, 0x48, 0xeb +.byte 0x7b, 0x09, 0x79, 0xa9, 0x6d, 0xda, 0xa8, 0x30, 0x98, 0xcf, 0x80, 0x72, 0x03, 0x88, 0xa6, 0x5b +.byte 0x46, 0xae, 0x72, 0x79, 0x7c, 0x08, 0x03, 0x21, 0x65, 0xae, 0xb7, 0xe1, 0x1c, 0xa5, 0xb1, 0x2a +.byte 0xa2, 0x31, 0xde, 0x66, 0x04, 0xf7, 0xc0, 0x74, 0xe8, 0x71, 0xde, 0xff, 0x3d, 0x59, 0xcc, 0x96 +.byte 0x26, 0x12, 0x8b, 0x85, 0x95, 0x57, 0x1a, 0xab, 0x6b, 0x75, 0x0b, 0x44, 0x3d, 0x11, 0x28, 0x3c +.byte 0x7b, 0x61, 0xb7, 0xe2, 0x8f, 0x67, 0x4f, 0xe5, 0xec, 0x3c, 0x4c, 0x60, 0x80, 0x69, 0x57, 0x38 +.byte 0x1e, 0x01, 0x5b, 0x8d, 0x55, 0xe8, 0xc7, 0xdf, 0xc0, 0xcc, 0x77, 0x23, 0x34, 0x49, 0x75, 0x7c +.byte 0xf6, 0x98, 0x11, 0xeb, 0x2d, 0xde, 0xed, 0x41, 0x2e, 0x14, 0x05, 0x02, 0x7f, 0xe0, 0xfe, 0x20 +.byte 0xeb, 0x35, 0xe7, 0x11, 0xac, 0x22, 0xce, 0x57, 0x3d, 0xde, 0xc9, 0x30, 0x6d, 0x10, 0x03, 0x85 +.byte 0xcd, 0xf1, 0xff, 0x8c, 0x16, 0xb5, 0xc1, 0xb2, 0x3e, 0x88, 0x6c, 0x60, 0x7f, 0x90, 0x4f, 0x95 +.byte 0xf7, 0xf6, 0x2d, 0xad, 0x01, 0x39, 0x07, 0x04, 0xfa, 0x75, 0x80, 0x7d, 0xbf, 0x49, 0x50, 0xed +.byte 0xef, 0xc9, 0xc4, 0x7c, 0x1c, 0xeb, 0x80, 0x7e, 0xdb, 0xb6, 0xd0, 0xdd, 0x13, 0xfe, 0xc9, 0xd3 +.byte 0x9c, 0xd7, 0xb2, 0x97, 0xa9, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4a, 0x00, 0x78, 0x00, 0x30, 0x48 +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31, 0x15, 0x30 +.byte 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x2d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20 +.byte 0x47, 0x6d, 0x62, 0x48, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x19, 0x44 +.byte 0x2d, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x42, 0x52, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x41, 0x20, 0x31, 0x20, 0x32, 0x30, 0x32, 0x30, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86 +.byte 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04 +.byte 0xc6, 0xcb, 0xc7, 0x28, 0xd1, 0xfb, 0x84, 0xf5, 0x9a, 0xef, 0x42, 0x14, 0x20, 0xe1, 0x43, 0x6b +.byte 0x6e, 0x75, 0xad, 0xfc, 0x2b, 0x03, 0x84, 0xd4, 0x76, 0x93, 0x25, 0xd7, 0x59, 0x3b, 0x41, 0x65 +.byte 0x6b, 0x1e, 0xe6, 0x34, 0x2a, 0xbb, 0x74, 0xf6, 0x12, 0xce, 0xe8, 0x6d, 0xe7, 0xab, 0xe4, 0x3c +.byte 0x4e, 0x3f, 0x44, 0x08, 0x8b, 0xcd, 0x16, 0x71, 0xcb, 0xbf, 0x92, 0x99, 0xf4, 0xa4, 0xd7, 0x3c +.byte 0x50, 0x54, 0x52, 0x90, 0x85, 0x83, 0x78, 0x94, 0x67, 0x67, 0xa3, 0x1c, 0x09, 0x19, 0x3d, 0x75 +.byte 0x34, 0x85, 0xde, 0xed, 0x60, 0x7d, 0xc7, 0x0c, 0xb4, 0x41, 0x52, 0xb9, 0x6e, 0xe5, 0xee, 0x42 +.byte 0x4a, 0x00, 0x78, 0x00, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x44, 0x45, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x2d +.byte 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x13, 0x19, 0x44, 0x2d, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x45, 0x56, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x20, 0x32, 0x30, 0x32, 0x30, 0x30, 0x76 +.byte 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04 +.byte 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xf1, 0x0b, 0xdd, 0x86, 0x43, 0x20, 0x19, 0xdf, 0x97, 0x85 +.byte 0xe8, 0x22, 0x4a, 0x9b, 0xcf, 0x9d, 0x98, 0xbf, 0xb4, 0x05, 0x26, 0xc9, 0xcb, 0xe3, 0xa6, 0xd2 +.byte 0x8f, 0xc5, 0x9e, 0x78, 0x7b, 0x31, 0x89, 0xa9, 0x89, 0xad, 0x27, 0x3c, 0x65, 0x10, 0x82, 0xfc +.byte 0xdf, 0xc3, 0x9d, 0x4e, 0xf0, 0x33, 0x23, 0xc4, 0xd2, 0x32, 0xf5, 0x1c, 0xb0, 0xdf, 0x33, 0x17 +.byte 0x5d, 0xc5, 0xf0, 0xb1, 0x8a, 0xf9, 0xef, 0xb9, 0xb7, 0x14, 0xca, 0x29, 0x4a, 0xc2, 0x0f, 0xa9 +.byte 0x7f, 0x75, 0x65, 0x49, 0x2a, 0x30, 0x67, 0xf4, 0x64, 0xf7, 0xd6, 0x1a, 0x77, 0xda, 0xc3, 0xc2 +.byte 0x97, 0x61, 0x42, 0x7b, 0x49, 0xad, 0x4a, 0x00, 0x26, 0x01, 0x30, 0x48, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x13, 0x17, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20 +.byte 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x17, 0x30, 0x15, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x0e, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x54, 0x72, 0x75, 0x73 +.byte 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a +.byte 0x02, 0x82, 0x01, 0x01, 0x00, 0xab, 0xa4, 0x81, 0xe5, 0x95, 0xcd, 0xf5, 0xf6, 0x14, 0x8e, 0xc2 +.byte 0x4f, 0xca, 0xd4, 0xe2, 0x78, 0x95, 0x58, 0x9c, 0x41, 0xe1, 0x0d, 0x99, 0x40, 0x24, 0x17, 0x39 +.byte 0x91, 0x33, 0x66, 0xe9, 0xbe, 0xe1, 0x83, 0xaf, 0x62, 0x5c, 0x89, 0xd1, 0xfc, 0x24, 0x5b, 0x61 +.byte 0xb3, 0xe0, 0x11, 0x11, 0x41, 0x1c, 0x1d, 0x6e, 0xf0, 0xb8, 0xbb, 0xf8, 0xde, 0xa7, 0x81, 0xba +.byte 0xa6, 0x48, 0xc6, 0x9f, 0x1d, 0xbd, 0xbe, 0x8e, 0xa9, 0x41, 0x3e, 0xb8, 0x94, 0xed, 0x29, 0x1a +.byte 0xd4, 0x8e, 0xd2, 0x03, 0x1d, 0x03, 0xef, 0x6d, 0x0d, 0x67, 0x1c, 0x57, 0xd7, 0x06, 0xad, 0xca +.byte 0xc8, 0xf5, 0xfe, 0x0e, 0xaf, 0x66, 0x25, 0x48, 0x04, 0x96, 0x0b, 0x5d, 0xa3, 0xba, 0x16, 0xc3 +.byte 0x08, 0x4f, 0xd1, 0x46, 0xf8, 0x14, 0x5c, 0xf2, 0xc8, 0x5e, 0x01, 0x99, 0x6d, 0xfd, 0x88, 0xcc +.byte 0x86, 0xa8, 0xc1, 0x6f, 0x31, 0x42, 0x6c, 0x52, 0x3e, 0x68, 0xcb, 0xf3, 0x19, 0x34, 0xdf, 0xbb +.byte 0x87, 0x18, 0x56, 0x80, 0x26, 0xc4, 0xd0, 0xdc, 0xc0, 0x6f, 0xdf, 0xde, 0xa0, 0xc2, 0x91, 0x16 +.byte 0xa0, 0x64, 0x11, 0x4b, 0x44, 0xbc, 0x1e, 0xf6, 0xe7, 0xfa, 0x63, 0xde, 0x66, 0xac, 0x76, 0xa4 +.byte 0x71, 0xa3, 0xec, 0x36, 0x94, 0x68, 0x7a, 0x77, 0xa4, 0xb1, 0xe7, 0x0e, 0x2f, 0x81, 0x7a, 0xe2 +.byte 0xb5, 0x72, 0x86, 0xef, 0xa2, 0x6b, 0x8b, 0xf0, 0x0f, 0xdb, 0xd3, 0x59, 0x3f, 0xba, 0x72, 0xbc +.byte 0x44, 0x24, 0x9c, 0xe3, 0x73, 0xb3, 0xf7, 0xaf, 0x57, 0x2f, 0x42, 0x26, 0x9d, 0xa9, 0x74, 0xba +.byte 0x00, 0x52, 0xf2, 0x4b, 0xcd, 0x53, 0x7c, 0x47, 0x0b, 0x36, 0x85, 0x0e, 0x66, 0xa9, 0x08, 0x97 +.byte 0x16, 0x34, 0x57, 0xc1, 0x66, 0xf7, 0x80, 0xe3, 0xed, 0x70, 0x54, 0xc7, 0x93, 0xe0, 0x2e, 0x28 +.byte 0x15, 0x59, 0x87, 0xba, 0xbb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4c, 0x00, 0x26, 0x02, 0x30, 0x4a +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x12, 0x30 +.byte 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x49, 0x64, 0x65, 0x6e, 0x54, 0x72, 0x75, 0x73 +.byte 0x74, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1e, 0x49, 0x64, 0x65, 0x6e +.byte 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x72, 0x63, 0x69, 0x61, 0x6c +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02 +.byte 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa7, 0x50, 0x19, 0xde, 0x3f +.byte 0x99, 0x3d, 0xd4, 0x33, 0x46, 0xf1, 0x6f, 0x51, 0x61, 0x82, 0xb2, 0xa9, 0x4f, 0x8f, 0x67, 0x89 +.byte 0x5d, 0x84, 0xd9, 0x53, 0xdd, 0x0c, 0x28, 0xd9, 0xd7, 0xf0, 0xff, 0xae, 0x95, 0x43, 0x72, 0x99 +.byte 0xf9, 0xb5, 0x5d, 0x7c, 0x8a, 0xc1, 0x42, 0xe1, 0x31, 0x50, 0x74, 0xd1, 0x81, 0x0d, 0x7c, 0xcd +.byte 0x9b, 0x21, 0xab, 0x43, 0xe2, 0xac, 0xad, 0x5e, 0x86, 0x6e, 0xf3, 0x09, 0x8a, 0x1f, 0x5a, 0x32 +.byte 0xbd, 0xa2, 0xeb, 0x94, 0xf9, 0xe8, 0x5c, 0x0a, 0xec, 0xff, 0x98, 0xd2, 0xaf, 0x71, 0xb3, 0xb4 +.byte 0x53, 0x9f, 0x4e, 0x87, 0xef, 0x92, 0xbc, 0xbd, 0xec, 0x4f, 0x32, 0x30, 0x88, 0x4b, 0x17, 0x5e +.byte 0x57, 0xc4, 0x53, 0xc2, 0xf6, 0x02, 0x97, 0x8d, 0xd9, 0x62, 0x2b, 0xbf, 0x24, 0x1f, 0x62, 0x8d +.byte 0xdf, 0xc3, 0xb8, 0x29, 0x4b, 0x49, 0x78, 0x3c, 0x93, 0x60, 0x88, 0x22, 0xfc, 0x99, 0xda, 0x36 +.byte 0xc8, 0xc2, 0xa2, 0xd4, 0x2c, 0x54, 0x00, 0x67, 0x35, 0x6e, 0x73, 0xbf, 0x02, 0x58, 0xf0, 0xa4 +.byte 0xdd, 0xe5, 0xb0, 0xa2, 0x26, 0x7a, 0xca, 0xe0, 0x36, 0xa5, 0x19, 0x16, 0xf5, 0xfd, 0xb7, 0xef +.byte 0xae, 0x3f, 0x40, 0xf5, 0x6d, 0x5a, 0x04, 0xfd, 0xce, 0x34, 0xca, 0x24, 0xdc, 0x74, 0x23, 0x1b +.byte 0x5d, 0x33, 0x13, 0x12, 0x5d, 0xc4, 0x01, 0x25, 0xf6, 0x30, 0xdd, 0x02, 0x5d, 0x9f, 0xe0, 0xd5 +.byte 0x47, 0xbd, 0xb4, 0xeb, 0x1b, 0xa1, 0xbb, 0x49, 0x49, 0xd8, 0x9f, 0x5b, 0x02, 0xf3, 0x8a, 0xe4 +.byte 0x24, 0x90, 0xe4, 0x62, 0x4f, 0x4f, 0xc1, 0xaf, 0x8b, 0x0e, 0x74, 0x17, 0xa8, 0xd1, 0x72, 0x88 +.byte 0x6a, 0x7a, 0x01, 0x49, 0xcc, 0xb4, 0x46, 0x79, 0xc6, 0x17, 0xb1, 0xda, 0x98, 0x1e, 0x07, 0x59 +.byte 0xfa, 0x75, 0x21, 0x85, 0x65, 0xdd, 0x90, 0x56, 0xce, 0xfb, 0xab, 0xa5, 0x60, 0x9d, 0xc4, 0x9d +.byte 0xf9, 0x52, 0xb0, 0x8b, 0xbd, 0x87, 0xf9, 0x8f, 0x2b, 0x23, 0x0a, 0x23, 0x76, 0x3b, 0xf7, 0x33 +.byte 0xe1, 0xc9, 0x00, 0xf3, 0x69, 0xf9, 0x4b, 0xa2, 0xe0, 0x4e, 0xbc, 0x7e, 0x93, 0x39, 0x84, 0x07 +.byte 0xf7, 0x44, 0x70, 0x7e, 0xfe, 0x07, 0x5a, 0xe5, 0xb1, 0xac, 0xd1, 0x18, 0xcc, 0xf2, 0x35, 0xe5 +.byte 0x49, 0x49, 0x08, 0xca, 0x56, 0xc9, 0x3d, 0xfb, 0x0f, 0x18, 0x7d, 0x8b, 0x3b, 0xc1, 0x13, 0xc2 +.byte 0x4d, 0x8f, 0xc9, 0x4f, 0x0e, 0x37, 0xe9, 0x1f, 0xa1, 0x0e, 0x6a, 0xdf, 0x62, 0x2e, 0xcb, 0x35 +.byte 0x06, 0x51, 0x79, 0x2c, 0xc8, 0x25, 0x38, 0xf4, 0xfa, 0x4b, 0xa7, 0x89, 0x5c, 0x9c, 0xd2, 0xe3 +.byte 0x0d, 0x39, 0x86, 0x4a, 0x74, 0x7c, 0xd5, 0x59, 0x87, 0xc2, 0x3f, 0x4e, 0x0c, 0x5c, 0x52, 0xf4 +.byte 0x3d, 0xf7, 0x52, 0x82, 0xf1, 0xea, 0xa3, 0xac, 0xfd, 0x49, 0x34, 0x1a, 0x28, 0xf3, 0x41, 0x88 +.byte 0x3a, 0x13, 0xee, 0xe8, 0xde, 0xff, 0x99, 0x1d, 0x5f, 0xba, 0xcb, 0xe8, 0x1e, 0xf2, 0xb9, 0x50 +.byte 0x60, 0xc0, 0x31, 0xd3, 0x73, 0xe5, 0xef, 0xbe, 0xa0, 0xed, 0x33, 0x0b, 0x74, 0xbe, 0x20, 0x20 +.byte 0xc4, 0x67, 0x6c, 0xf0, 0x08, 0x03, 0x7a, 0x55, 0x80, 0x7f, 0x46, 0x4e, 0x96, 0xa7, 0xf4, 0x1e +.byte 0x3e, 0xe1, 0xf6, 0xd8, 0x09, 0xe1, 0x33, 0x64, 0x2b, 0x63, 0xd7, 0x32, 0x5e, 0x9f, 0xf9, 0xc0 +.byte 0x7b, 0x0f, 0x78, 0x6f, 0x97, 0xbc, 0x93, 0x9a, 0xf9, 0x9c, 0x12, 0x90, 0x78, 0x7a, 0x80, 0x87 +.byte 0x15, 0xd7, 0x72, 0x74, 0x9c, 0x55, 0x74, 0x78, 0xb1, 0xba, 0xe1, 0x6e, 0x70, 0x04, 0xba, 0x4f +.byte 0xa0, 0xba, 0x68, 0xc3, 0x7b, 0xff, 0x31, 0xf0, 0x73, 0x3d, 0x3d, 0x94, 0x2a, 0xb1, 0x0b, 0x41 +.byte 0x0e, 0xa0, 0xfe, 0x4d, 0x88, 0x65, 0x6b, 0x79, 0x33, 0xb4, 0xd7, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0x4c, 0x00, 0x26, 0x01, 0x30, 0x4a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x55, 0x53, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x17, 0x53, 0x65 +.byte 0x63, 0x75, 0x72, 0x65, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72 +.byte 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10 +.byte 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x43, 0x41 +.byte 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 +.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01 +.byte 0x00, 0xaf, 0x35, 0x2e, 0xd8, 0xac, 0x6c, 0x55, 0x69, 0x06, 0x71, 0xe5, 0x13, 0x68, 0x24, 0xb3 +.byte 0x4f, 0xd8, 0xcc, 0x21, 0x47, 0xf8, 0xf1, 0x60, 0x38, 0x89, 0x89, 0x03, 0xe9, 0xbd, 0xea, 0x5e +.byte 0x46, 0x53, 0x09, 0xdc, 0x5c, 0xf5, 0x5a, 0xe8, 0xf7, 0x45, 0x2a, 0x02, 0xeb, 0x31, 0x61, 0xd7 +.byte 0x29, 0x33, 0x4c, 0xce, 0xc7, 0x7c, 0x0a, 0x37, 0x7e, 0x0f, 0xba, 0x32, 0x98, 0xe1, 0x1d, 0x97 +.byte 0xaf, 0x8f, 0xc7, 0xdc, 0xc9, 0x38, 0x96, 0xf3, 0xdb, 0x1a, 0xfc, 0x51, 0xed, 0x68, 0xc6, 0xd0 +.byte 0x6e, 0xa4, 0x7c, 0x24, 0xd1, 0xae, 0x42, 0xc8, 0x96, 0x50, 0x63, 0x2e, 0xe0, 0xfe, 0x75, 0xfe +.byte 0x98, 0xa7, 0x5f, 0x49, 0x2e, 0x95, 0xe3, 0x39, 0x33, 0x64, 0x8e, 0x1e, 0xa4, 0x5f, 0x90, 0xd2 +.byte 0x67, 0x3c, 0xb2, 0xd9, 0xfe, 0x41, 0xb9, 0x55, 0xa7, 0x09, 0x8e, 0x72, 0x05, 0x1e, 0x8b, 0xdd +.byte 0x44, 0x85, 0x82, 0x42, 0xd0, 0x49, 0xc0, 0x1d, 0x60, 0xf0, 0xd1, 0x17, 0x2c, 0x95, 0xeb, 0xf6 +.byte 0xa5, 0xc1, 0x92, 0xa3, 0xc5, 0xc2, 0xa7, 0x08, 0x60, 0x0d, 0x60, 0x04, 0x10, 0x96, 0x79, 0x9e +.byte 0x16, 0x34, 0xe6, 0xa9, 0xb6, 0xfa, 0x25, 0x45, 0x39, 0xc8, 0x1e, 0x65, 0xf9, 0x93, 0xf5, 0xaa +.byte 0xf1, 0x52, 0xdc, 0x99, 0x98, 0x3d, 0xa5, 0x86, 0x1a, 0x0c, 0x35, 0x33, 0xfa, 0x4b, 0xa5, 0x04 +.byte 0x06, 0x15, 0x1c, 0x31, 0x80, 0xef, 0xaa, 0x18, 0x6b, 0xc2, 0x7b, 0xd7, 0xda, 0xce, 0xf9, 0x33 +.byte 0x20, 0xd5, 0xf5, 0xbd, 0x6a, 0x33, 0x2d, 0x81, 0x04, 0xfb, 0xb0, 0x5c, 0xd4, 0x9c, 0xa3, 0xe2 +.byte 0x5c, 0x1d, 0xe3, 0xa9, 0x42, 0x75, 0x5e, 0x7b, 0xd4, 0x77, 0xef, 0x39, 0x54, 0xba, 0xc9, 0x0a +.byte 0x18, 0x1b, 0x12, 0x99, 0x49, 0x2f, 0x88, 0x4b, 0xfd, 0x50, 0x62, 0xd1, 0x73, 0xe7, 0x8f, 0x7a +.byte 0x43, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4e, 0x00, 0x26, 0x01, 0x30, 0x4c, 0x31, 0x20, 0x30, 0x1e +.byte 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x17, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67 +.byte 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x52, 0x33, 0x31, 0x13 +.byte 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53 +.byte 0x69, 0x67, 0x6e, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0a, 0x47, 0x6c +.byte 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09 +.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00 +.byte 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xcc, 0x25, 0x76, 0x90, 0x79, 0x06, 0x78 +.byte 0x22, 0x16, 0xf5, 0xc0, 0x83, 0xb6, 0x84, 0xca, 0x28, 0x9e, 0xfd, 0x05, 0x76, 0x11, 0xc5, 0xad +.byte 0x88, 0x72, 0xfc, 0x46, 0x02, 0x43, 0xc7, 0xb2, 0x8a, 0x9d, 0x04, 0x5f, 0x24, 0xcb, 0x2e, 0x4b +.byte 0xe1, 0x60, 0x82, 0x46, 0xe1, 0x52, 0xab, 0x0c, 0x81, 0x47, 0x70, 0x6c, 0xdd, 0x64, 0xd1, 0xeb +.byte 0xf5, 0x2c, 0xa3, 0x0f, 0x82, 0x3d, 0x0c, 0x2b, 0xae, 0x97, 0xd7, 0xb6, 0x14, 0x86, 0x10, 0x79 +.byte 0xbb, 0x3b, 0x13, 0x80, 0x77, 0x8c, 0x08, 0xe1, 0x49, 0xd2, 0x6a, 0x62, 0x2f, 0x1f, 0x5e, 0xfa +.byte 0x96, 0x68, 0xdf, 0x89, 0x27, 0x95, 0x38, 0x9f, 0x06, 0xd7, 0x3e, 0xc9, 0xcb, 0x26, 0x59, 0x0d +.byte 0x73, 0xde, 0xb0, 0xc8, 0xe9, 0x26, 0x0e, 0x83, 0x15, 0xc6, 0xef, 0x5b, 0x8b, 0xd2, 0x04, 0x60 +.byte 0xca, 0x49, 0xa6, 0x28, 0xf6, 0x69, 0x3b, 0xf6, 0xcb, 0xc8, 0x28, 0x91, 0xe5, 0x9d, 0x8a, 0x61 +.byte 0x57, 0x37, 0xac, 0x74, 0x14, 0xdc, 0x74, 0xe0, 0x3a, 0xee, 0x72, 0x2f, 0x2e, 0x9c, 0xfb, 0xd0 +.byte 0xbb, 0xbf, 0xf5, 0x3d, 0x00, 0xe1, 0x06, 0x33, 0xe8, 0x82, 0x2b, 0xae, 0x53, 0xa6, 0x3a, 0x16 +.byte 0x73, 0x8c, 0xdd, 0x41, 0x0e, 0x20, 0x3a, 0xc0, 0xb4, 0xa7, 0xa1, 0xe9, 0xb2, 0x4f, 0x90, 0x2e +.byte 0x32, 0x60, 0xe9, 0x57, 0xcb, 0xb9, 0x04, 0x92, 0x68, 0x68, 0xe5, 0x38, 0x26, 0x60, 0x75, 0xb2 +.byte 0x9f, 0x77, 0xff, 0x91, 0x14, 0xef, 0xae, 0x20, 0x49, 0xfc, 0xad, 0x40, 0x15, 0x48, 0xd1, 0x02 +.byte 0x31, 0x61, 0x19, 0x5e, 0xb8, 0x97, 0xef, 0xad, 0x77, 0xb7, 0x64, 0x9a, 0x7a, 0xbf, 0x5f, 0xc1 +.byte 0x13, 0xef, 0x9b, 0x62, 0xfb, 0x0d, 0x6c, 0xe0, 0x54, 0x69, 0x16, 0xa9, 0x03, 0xda, 0x6e, 0xe9 +.byte 0x83, 0x93, 0x71, 0x76, 0xc6, 0x69, 0x85, 0x82, 0x17, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4e, 0x00 +.byte 0x26, 0x02, 0x30, 0x4c, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x17, 0x47 +.byte 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x41, 0x20, 0x2d, 0x20, 0x52, 0x36, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 +.byte 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x31, 0x13, 0x30, 0x11, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e +.byte 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 +.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01 +.byte 0x00, 0x95, 0x07, 0xe8, 0x73, 0xca, 0x66, 0xf9, 0xec, 0x14, 0xca, 0x7b, 0x3c, 0xf7, 0x0d, 0x08 +.byte 0xf1, 0xb4, 0x45, 0x0b, 0x2c, 0x82, 0xb4, 0x48, 0xc6, 0xeb, 0x5b, 0x3c, 0xae, 0x83, 0xb8, 0x41 +.byte 0x92, 0x33, 0x14, 0xa4, 0x6f, 0x7f, 0xe9, 0x2a, 0xcc, 0xc6, 0xb0, 0x88, 0x6b, 0xc5, 0xb6, 0x89 +.byte 0xd1, 0xc6, 0xb2, 0xff, 0x14, 0xce, 0x51, 0x14, 0x21, 0xec, 0x4a, 0xdd, 0x1b, 0x5a, 0xc6, 0xd6 +.byte 0x87, 0xee, 0x4d, 0x3a, 0x15, 0x06, 0xed, 0x64, 0x66, 0x0b, 0x92, 0x80, 0xca, 0x44, 0xde, 0x73 +.byte 0x94, 0x4e, 0xf3, 0xa7, 0x89, 0x7f, 0x4f, 0x78, 0x63, 0x08, 0xc8, 0x12, 0x50, 0x6d, 0x42, 0x66 +.byte 0x2f, 0x4d, 0xb9, 0x79, 0x28, 0x4d, 0x52, 0x1a, 0x8a, 0x1a, 0x80, 0xb7, 0x19, 0x81, 0x0e, 0x7e +.byte 0xc4, 0x8a, 0xbc, 0x64, 0x4c, 0x21, 0x1c, 0x43, 0x68, 0xd7, 0x3d, 0x3c, 0x8a, 0xc5, 0xb2, 0x66 +.byte 0xd5, 0x90, 0x9a, 0xb7, 0x31, 0x06, 0xc5, 0xbe, 0xe2, 0x6d, 0x32, 0x06, 0xa6, 0x1e, 0xf9, 0xb9 +.byte 0xeb, 0xaa, 0xa3, 0xb8, 0xbf, 0xbe, 0x82, 0x63, 0x50, 0xd0, 0xf0, 0x18, 0x89, 0xdf, 0xe4, 0x0f +.byte 0x79, 0xf5, 0xea, 0xa2, 0x1f, 0x2a, 0xd2, 0x70, 0x2e, 0x7b, 0xe7, 0xbc, 0x93, 0xbb, 0x6d, 0x53 +.byte 0xe2, 0x48, 0x7c, 0x8c, 0x10, 0x07, 0x38, 0xff, 0x66, 0xb2, 0x77, 0x61, 0x7e, 0xe0, 0xea, 0x8c +.byte 0x3c, 0xaa, 0xb4, 0xa4, 0xf6, 0xf3, 0x95, 0x4a, 0x12, 0x07, 0x6d, 0xfd, 0x8c, 0xb2, 0x89, 0xcf +.byte 0xd0, 0xa0, 0x61, 0x77, 0xc8, 0x58, 0x74, 0xb0, 0xd4, 0x23, 0x3a, 0xf7, 0x5d, 0x3a, 0xca, 0xa2 +.byte 0xdb, 0x9d, 0x09, 0xde, 0x5d, 0x44, 0x2d, 0x90, 0xf1, 0x81, 0xcd, 0x57, 0x92, 0xfa, 0x7e, 0xbc +.byte 0x50, 0x04, 0x63, 0x34, 0xdf, 0x6b, 0x93, 0x18, 0xbe, 0x6b, 0x36, 0xb2, 0x39, 0xe4, 0xac, 0x24 +.byte 0x36, 0xb7, 0xf0, 0xef, 0xb6, 0x1c, 0x13, 0x57, 0x93, 0xb6, 0xde, 0xb2, 0xf8, 0xe2, 0x85, 0xb7 +.byte 0x73, 0xa2, 0xb8, 0x35, 0xaa, 0x45, 0xf2, 0xe0, 0x9d, 0x36, 0xa1, 0x6f, 0x54, 0x8a, 0xf1, 0x72 +.byte 0x56, 0x6e, 0x2e, 0x88, 0xc5, 0x51, 0x42, 0x44, 0x15, 0x94, 0xee, 0xa3, 0xc5, 0x38, 0x96, 0x9b +.byte 0x4e, 0x4e, 0x5a, 0x0b, 0x47, 0xf3, 0x06, 0x36, 0x49, 0x77, 0x30, 0xbc, 0x71, 0x37, 0xe5, 0xa6 +.byte 0xec, 0x21, 0x08, 0x75, 0xfc, 0xe6, 0x61, 0x16, 0x3f, 0x77, 0xd5, 0xd9, 0x91, 0x97, 0x84, 0x0a +.byte 0x6c, 0xd4, 0x02, 0x4d, 0x74, 0xc0, 0x14, 0xed, 0xfd, 0x39, 0xfb, 0x83, 0xf2, 0x5e, 0x14, 0xa1 +.byte 0x04, 0xb0, 0x0b, 0xe9, 0xfe, 0xee, 0x8f, 0xe1, 0x6e, 0x0b, 0xb2, 0x08, 0xb3, 0x61, 0x66, 0x09 +.byte 0x6a, 0xb1, 0x06, 0x3a, 0x65, 0x96, 0x59, 0xc0, 0xf0, 0x35, 0xfd, 0xc9, 0xda, 0x28, 0x8d, 0x1a +.byte 0x11, 0x87, 0x70, 0x81, 0x0a, 0xa8, 0x9a, 0x75, 0x1d, 0x9e, 0x3a, 0x86, 0x05, 0x00, 0x9e, 0xdb +.byte 0x80, 0xd6, 0x25, 0xf9, 0xdc, 0x05, 0x9e, 0x27, 0x59, 0x4c, 0x76, 0x39, 0x5b, 0xea, 0xf9, 0xa5 +.byte 0xa1, 0xd8, 0x83, 0x0f, 0xd1, 0xff, 0xdf, 0x30, 0x11, 0xf9, 0x85, 0xcf, 0x33, 0x48, 0xf5, 0xca +.byte 0x6d, 0x64, 0x14, 0x2c, 0x7a, 0x58, 0x4f, 0xd3, 0x4b, 0x08, 0x49, 0xc5, 0x95, 0x64, 0x1a, 0x63 +.byte 0x0e, 0x79, 0x3d, 0xf5, 0xb3, 0x8c, 0xca, 0x58, 0xad, 0x9c, 0x42, 0x45, 0x79, 0x6e, 0x0e, 0x87 +.byte 0x19, 0x5c, 0x54, 0xb1, 0x65, 0xb6, 0xbf, 0x8c, 0x9b, 0xdc, 0x13, 0xe9, 0x0d, 0x6f, 0xb8, 0x2e +.byte 0xdc, 0x67, 0x6e, 0xc9, 0x8b, 0x11, 0xb5, 0x84, 0x14, 0x8a, 0x00, 0x19, 0x70, 0x83, 0x79, 0x91 +.byte 0x97, 0x91, 0xd4, 0x1a, 0x27, 0xbf, 0x37, 0x1e, 0x32, 0x07, 0xd8, 0x14, 0x63, 0x3c, 0x28, 0x4c +.byte 0xaf, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4e, 0x00, 0x78, 0x00, 0x30, 0x4c, 0x31, 0x2e, 0x30, 0x2c +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x25, 0x41, 0x74, 0x6f, 0x73, 0x20, 0x54, 0x72, 0x75, 0x73 +.byte 0x74, 0x65, 0x64, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20 +.byte 0x45, 0x43, 0x43, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x32, 0x30, 0x32, 0x31, 0x31, 0x0d, 0x30, 0x0b +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x04, 0x41, 0x74, 0x6f, 0x73, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86 +.byte 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04 +.byte 0x96, 0x86, 0x58, 0x28, 0x37, 0x0a, 0x67, 0xd0, 0xa0, 0xde, 0x24, 0x19, 0x19, 0xe1, 0xe4, 0x05 +.byte 0x07, 0x1f, 0x97, 0xed, 0xe8, 0x64, 0x82, 0xb9, 0xf6, 0xc4, 0x71, 0x50, 0xce, 0x8a, 0x0c, 0xff +.byte 0xd7, 0xb5, 0x76, 0xbb, 0xa1, 0x6c, 0x93, 0x6c, 0x83, 0xa2, 0x68, 0x6e, 0xa5, 0xd9, 0xbe, 0x2c +.byte 0x88, 0x95, 0x41, 0xcd, 0x5d, 0xdd, 0xb1, 0xca, 0x83, 0x63, 0x83, 0xcc, 0xc0, 0xbe, 0x74, 0xd9 +.byte 0xe0, 0x9d, 0xa4, 0xee, 0x4a, 0x4e, 0x56, 0xe0, 0x98, 0x29, 0x41, 0x93, 0x52, 0x10, 0xd5, 0x24 +.byte 0x38, 0x02, 0x32, 0x67, 0xf1, 0x94, 0x12, 0x6f, 0xef, 0xd7, 0xc5, 0xde, 0x2e, 0xfd, 0x19, 0x80 +.byte 0x4e, 0x00, 0x26, 0x02, 0x30, 0x4c, 0x31, 0x2e, 0x30, 0x2c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c +.byte 0x25, 0x41, 0x74, 0x6f, 0x73, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x52, 0x6f, 0x6f +.byte 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x52, 0x53, 0x41, 0x20, 0x54, 0x4c +.byte 0x53, 0x20, 0x32, 0x30, 0x32, 0x31, 0x31, 0x0d, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c +.byte 0x04, 0x41, 0x74, 0x6f, 0x73, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x44, 0x45, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d +.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82 +.byte 0x02, 0x01, 0x00, 0xb6, 0x80, 0x0e, 0xc4, 0x79, 0xbd, 0x05, 0x8c, 0x7d, 0xb0, 0xa3, 0x9d, 0x4d +.byte 0x22, 0x4d, 0xcb, 0xf0, 0x41, 0x97, 0x4d, 0x59, 0xe0, 0xd1, 0xfe, 0x56, 0x8c, 0x97, 0xf2, 0xd7 +.byte 0xbd, 0x8f, 0x6c, 0xb7, 0x23, 0x8f, 0x5f, 0xd5, 0xc4, 0xd8, 0x41, 0xcb, 0xf2, 0x02, 0x1e, 0x71 +.byte 0xe5, 0xe9, 0xf6, 0x5e, 0xcb, 0x08, 0x2a, 0x5e, 0x30, 0xf2, 0x2d, 0x66, 0xc7, 0x84, 0x1b, 0x64 +.byte 0x57, 0x38, 0x9d, 0x75, 0x2d, 0x56, 0xc6, 0x2f, 0x61, 0xef, 0x96, 0xfc, 0x20, 0x46, 0xbd, 0xeb +.byte 0xd4, 0x7b, 0x3f, 0x3f, 0x7c, 0x47, 0x38, 0x04, 0xa9, 0x1b, 0xaa, 0x52, 0xdf, 0x13, 0x37, 0xd3 +.byte 0x15, 0x15, 0x4e, 0xbd, 0x5f, 0x7c, 0xaf, 0xad, 0x63, 0xc7, 0x79, 0xdc, 0x08, 0x7b, 0xd5, 0xa0 +.byte 0xe5, 0xf7, 0x5b, 0x75, 0xac, 0x80, 0x55, 0x99, 0x92, 0x61, 0x9b, 0xcd, 0x2a, 0x17, 0x7d, 0xdb +.byte 0x8f, 0xf4, 0xb5, 0x6a, 0xea, 0x17, 0x4a, 0x64, 0x28, 0x66, 0x15, 0x29, 0x6c, 0x02, 0xf1, 0x6b +.byte 0xd5, 0xba, 0xa3, 0x33, 0xdc, 0x5a, 0x67, 0xa7, 0x05, 0xe2, 0xbf, 0x65, 0xb6, 0x16, 0xb0, 0x10 +.byte 0xed, 0xcd, 0x50, 0x33, 0xc9, 0x70, 0x50, 0xec, 0x19, 0x8e, 0xb0, 0xc7, 0xf2, 0x74, 0x5b, 0x6b +.byte 0x44, 0xc6, 0x7d, 0x96, 0xb9, 0x98, 0x08, 0x59, 0x66, 0xde, 0x29, 0x01, 0x9b, 0xf4, 0x2a, 0x6d +.byte 0xd3, 0x15, 0x3a, 0x90, 0x6a, 0x67, 0xf1, 0xb4, 0x6b, 0x66, 0xd9, 0x21, 0xeb, 0xca, 0xd9, 0x62 +.byte 0x7c, 0x46, 0x10, 0x5c, 0xde, 0x75, 0x49, 0x67, 0x9e, 0x42, 0xf9, 0xfe, 0x75, 0xa9, 0xa3, 0xad +.byte 0xff, 0x76, 0x0a, 0x67, 0x40, 0xe3, 0xc5, 0xf7, 0x8d, 0xc7, 0x85, 0x9a, 0x59, 0x9e, 0x62, 0x9a +.byte 0x6a, 0xed, 0x45, 0x87, 0x98, 0x67, 0xb2, 0xd5, 0x4a, 0x3c, 0xd7, 0xb4, 0x3b, 0x00, 0x0d, 0xc0 +.byte 0x8f, 0x1f, 0xe1, 0x40, 0xc4, 0xae, 0x6c, 0x21, 0xdc, 0x49, 0x7e, 0x7e, 0xca, 0xb2, 0x8d, 0x6d +.byte 0xb6, 0xbf, 0x93, 0x2f, 0xa1, 0x5c, 0x3e, 0x8f, 0xca, 0xed, 0x80, 0x8e, 0x58, 0xe1, 0xdb, 0x57 +.byte 0xcf, 0x85, 0x36, 0x38, 0xb2, 0x71, 0xa4, 0x09, 0x8c, 0x92, 0x89, 0x08, 0x88, 0x48, 0xf1, 0x40 +.byte 0x63, 0x18, 0xb2, 0x5b, 0x8c, 0x5a, 0xe3, 0xc3, 0xd3, 0x17, 0xaa, 0xab, 0x19, 0xa3, 0x2c, 0x1b +.byte 0xe4, 0xd5, 0xc6, 0xe2, 0x66, 0x7a, 0xd7, 0x82, 0x19, 0xa6, 0x3b, 0x16, 0x2c, 0x2f, 0x71, 0x87 +.byte 0x5f, 0x45, 0x9e, 0x95, 0x73, 0x93, 0xc2, 0x42, 0x81, 0x21, 0x13, 0x96, 0xd7, 0x9d, 0xbb, 0x93 +.byte 0x68, 0x15, 0xfa, 0x9d, 0xa4, 0x1d, 0x8c, 0xf2, 0x81, 0xe0, 0x58, 0x06, 0xbd, 0xc9, 0xb6, 0xe3 +.byte 0xf6, 0x89, 0x5d, 0x89, 0xf9, 0xac, 0x44, 0xa1, 0xcb, 0x6b, 0xfa, 0x16, 0xf1, 0xc7, 0x50, 0x3d +.byte 0x24, 0xda, 0xf7, 0xc3, 0xe4, 0x87, 0xd5, 0x56, 0xf1, 0x4f, 0x90, 0x30, 0xfa, 0x45, 0x09, 0x59 +.byte 0xda, 0x34, 0xce, 0xe0, 0x13, 0x1c, 0x04, 0x7c, 0x00, 0xd4, 0x9b, 0x86, 0xa4, 0x40, 0xbc, 0xd9 +.byte 0xdc, 0x4c, 0x57, 0x7e, 0xae, 0xb7, 0x33, 0xb6, 0x5e, 0x76, 0xe1, 0x65, 0x8b, 0x66, 0xdf, 0x8d +.byte 0xca, 0xd7, 0x98, 0xaf, 0xce, 0x36, 0x98, 0x8c, 0x9c, 0x83, 0x99, 0x03, 0x70, 0xf3, 0xaf, 0x74 +.byte 0xed, 0xc6, 0x0e, 0x36, 0xe7, 0xbd, 0xec, 0xc1, 0x73, 0xa7, 0x94, 0x5a, 0xcb, 0x92, 0x64, 0x82 +.byte 0xa6, 0x00, 0xc1, 0x70, 0xa1, 0x6e, 0x2c, 0x29, 0xe1, 0x58, 0x57, 0xec, 0x5a, 0x7c, 0x99, 0x6b +.byte 0x25, 0xa4, 0x90, 0x3a, 0x80, 0xf4, 0x20, 0x9d, 0x9a, 0xce, 0xc7, 0x2d, 0xf9, 0xb2, 0x4b, 0x29 +.byte 0x95, 0x83, 0xe9, 0x35, 0x8d, 0xa7, 0x49, 0x48, 0xa7, 0x0f, 0x4c, 0x19, 0x91, 0xd0, 0xf5, 0xbf +.byte 0x10, 0xe0, 0x71, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4f, 0x00, 0x26, 0x01, 0x30, 0x4d, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31, 0x15, 0x30, 0x13, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0c, 0x44, 0x2d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x47, 0x6d +.byte 0x62, 0x48, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1e, 0x44, 0x2d, 0x54 +.byte 0x52, 0x55, 0x53, 0x54, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20 +.byte 0x33, 0x20, 0x43, 0x41, 0x20, 0x32, 0x20, 0x32, 0x30, 0x30, 0x39, 0x30, 0x82, 0x01, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xd3, 0xb2, 0x4a, 0xcf +.byte 0x7a, 0x47, 0xef, 0x75, 0x9b, 0x23, 0xfa, 0x3a, 0x2f, 0xd6, 0x50, 0x45, 0x89, 0x35, 0x3a, 0xc6 +.byte 0x6b, 0xdb, 0xfe, 0xdb, 0x00, 0x68, 0xa8, 0xe0, 0x03, 0x11, 0x1d, 0x37, 0x50, 0x08, 0x9f, 0x4d +.byte 0x4a, 0x68, 0x94, 0x35, 0xb3, 0x53, 0xd1, 0x94, 0x63, 0xa7, 0x20, 0x56, 0xaf, 0xde, 0x51, 0x78 +.byte 0xec, 0x2a, 0x3d, 0xf3, 0x48, 0x48, 0x50, 0x3e, 0x0a, 0xdf, 0x46, 0x55, 0x8b, 0x27, 0x6d, 0xc3 +.byte 0x10, 0x4d, 0x0d, 0x91, 0x52, 0x43, 0xd8, 0x87, 0xe0, 0x5d, 0x4e, 0x36, 0xb5, 0x21, 0xca, 0x5f +.byte 0x39, 0x40, 0x04, 0x5f, 0x5b, 0x7e, 0xcc, 0xa3, 0xc6, 0x2b, 0xa9, 0x40, 0x1e, 0xd9, 0x36, 0x84 +.byte 0xd6, 0x48, 0xf3, 0x92, 0x1e, 0x34, 0x46, 0x20, 0x24, 0xc1, 0xa4, 0x51, 0x8e, 0x4a, 0x1a, 0xef +.byte 0x50, 0x3f, 0x69, 0x5d, 0x19, 0x7f, 0x45, 0xc3, 0xc7, 0x01, 0x8f, 0x51, 0xc9, 0x23, 0xe8, 0x72 +.byte 0xae, 0xb4, 0xbc, 0x56, 0x09, 0x7f, 0x12, 0xcb, 0x1c, 0xb1, 0xaf, 0x29, 0x90, 0x0a, 0xc9, 0x55 +.byte 0xcc, 0x0f, 0xd3, 0xb4, 0x1a, 0xed, 0x47, 0x35, 0x5a, 0x4a, 0xed, 0x9c, 0x73, 0x04, 0x21, 0xd0 +.byte 0xaa, 0xbd, 0x0c, 0x13, 0xb5, 0x00, 0xca, 0x26, 0x6c, 0xc4, 0x6b, 0x0c, 0x94, 0x5a, 0x95, 0x94 +.byte 0xda, 0x50, 0x9a, 0xf1, 0xff, 0xa5, 0x2b, 0x66, 0x31, 0xa4, 0xc9, 0x38, 0xa0, 0xdf, 0x1d, 0x1f +.byte 0xb8, 0x09, 0x2e, 0xf3, 0xa7, 0xe8, 0x67, 0x52, 0xab, 0x95, 0x1f, 0xe0, 0x46, 0x3e, 0xd8, 0xa4 +.byte 0xc3, 0xca, 0x5a, 0xc5, 0x31, 0x80, 0xe8, 0x48, 0x9a, 0x9f, 0x94, 0x69, 0xfe, 0x19, 0xdd, 0xd8 +.byte 0x73, 0x7c, 0x81, 0xca, 0x96, 0xde, 0x8e, 0xed, 0xb3, 0x32, 0x05, 0x65, 0x84, 0x34, 0xe6, 0xe6 +.byte 0xfd, 0x57, 0x10, 0xb5, 0x5f, 0x76, 0xbf, 0x2f, 0xb0, 0x10, 0x0d, 0xc5, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x4f, 0x00, 0x26, 0x02, 0x30, 0x4d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x49 +.byte 0x64, 0x65, 0x6e, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x2a, 0x30, 0x28, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x13, 0x21, 0x49, 0x64, 0x65, 0x6e, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x50, 0x75, 0x62 +.byte 0x6c, 0x69, 0x63, 0x20, 0x53, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20 +.byte 0x43, 0x41, 0x20, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a +.byte 0x02, 0x82, 0x02, 0x01, 0x00, 0xb6, 0x22, 0x94, 0xfc, 0xa4, 0x48, 0xaf, 0xe8, 0x47, 0x6b, 0x0a +.byte 0xfb, 0x27, 0x76, 0xe4, 0xf2, 0x3f, 0x8a, 0x3b, 0x7a, 0x4a, 0x2c, 0x31, 0x2a, 0x8c, 0x8d, 0xb0 +.byte 0xa9, 0xc3, 0x31, 0x6b, 0xa8, 0x77, 0x76, 0x84, 0x26, 0xb6, 0xac, 0x81, 0x42, 0x0d, 0x08, 0xeb +.byte 0x55, 0x58, 0xbb, 0x7a, 0xf8, 0xbc, 0x65, 0x7d, 0xf2, 0xa0, 0x6d, 0x8b, 0xa8, 0x47, 0xe9, 0x62 +.byte 0x76, 0x1e, 0x11, 0xee, 0x08, 0x14, 0xd1, 0xb2, 0x44, 0x16, 0xf4, 0xea, 0xd0, 0xfa, 0x1e, 0x2f +.byte 0x5e, 0xdb, 0xcb, 0x73, 0x41, 0xae, 0xbc, 0x00, 0xb0, 0x4a, 0x2b, 0x40, 0xb2, 0xac, 0xe1, 0x3b +.byte 0x4b, 0xc2, 0x2d, 0x9d, 0xe4, 0xa1, 0x9b, 0xec, 0x1a, 0x3a, 0x1e, 0xf0, 0x08, 0xb3, 0xd0, 0xe4 +.byte 0x24, 0x35, 0x07, 0x9f, 0x9c, 0xb4, 0xc9, 0x52, 0x6d, 0xdb, 0x07, 0xca, 0x8f, 0xb5, 0x5b, 0xf0 +.byte 0x83, 0xf3, 0x4f, 0xc7, 0x2d, 0xa5, 0xc8, 0xad, 0xcb, 0x95, 0x20, 0xa4, 0x31, 0x28, 0x57, 0x58 +.byte 0x5a, 0xe4, 0x8d, 0x1b, 0x9a, 0xab, 0x9e, 0x0d, 0x0c, 0xf2, 0x0a, 0x33, 0x39, 0x22, 0x39, 0x0a +.byte 0x97, 0x2e, 0xf3, 0x53, 0x77, 0xb9, 0x44, 0x45, 0xfd, 0x84, 0xcb, 0x36, 0x20, 0x81, 0x59, 0x2d +.byte 0x9a, 0x6f, 0x6d, 0x48, 0x48, 0x61, 0xca, 0x4c, 0xdf, 0x53, 0xd1, 0xaf, 0x52, 0xbc, 0x44, 0x9f +.byte 0xab, 0x2f, 0x6b, 0x83, 0x72, 0xef, 0x75, 0x80, 0xda, 0x06, 0x33, 0x1b, 0x5d, 0xc8, 0xda, 0x63 +.byte 0xc6, 0x4d, 0xcd, 0xac, 0x66, 0x31, 0xcd, 0xd1, 0xde, 0x3e, 0x87, 0x10, 0x36, 0xe1, 0xb9, 0xa4 +.byte 0x7a, 0xef, 0x60, 0x50, 0xb2, 0xcb, 0xca, 0xa6, 0x56, 0xe0, 0x37, 0xaf, 0xab, 0x34, 0x13, 0x39 +.byte 0x25, 0xe8, 0x39, 0x66, 0xe4, 0x98, 0x7a, 0xaa, 0x12, 0x98, 0x9c, 0x59, 0x66, 0x86, 0x3e, 0xad +.byte 0xf1, 0xb0, 0xca, 0x3e, 0x06, 0x0f, 0x7b, 0xf0, 0x11, 0x4b, 0x37, 0xa0, 0x44, 0x6d, 0x7b, 0xcb +.byte 0xa8, 0x8c, 0x71, 0xf4, 0xd5, 0xb5, 0x91, 0x36, 0xcc, 0xf0, 0x15, 0xc6, 0x2b, 0xde, 0x51, 0x17 +.byte 0xb1, 0x97, 0x4c, 0x50, 0x3d, 0xb1, 0x95, 0x59, 0x7c, 0x05, 0x7d, 0x2d, 0x21, 0xd5, 0x00, 0xbf +.byte 0x01, 0x67, 0xa2, 0x5e, 0x7b, 0xa6, 0x5c, 0xf2, 0xf7, 0x22, 0xf1, 0x90, 0x0d, 0x93, 0xdb, 0xaa +.byte 0x44, 0x51, 0x66, 0xcc, 0x7d, 0x76, 0x03, 0xeb, 0x6a, 0xa8, 0x2a, 0x38, 0x19, 0x97, 0x76, 0x0d +.byte 0x6b, 0x8a, 0x61, 0xf9, 0xbc, 0xf6, 0xee, 0x76, 0xfd, 0x70, 0x2b, 0xdd, 0x29, 0x3c, 0xf8, 0x0a +.byte 0x1e, 0x5b, 0x42, 0x1c, 0x8b, 0x56, 0x2f, 0x55, 0x1b, 0x1c, 0xa1, 0x2e, 0xb5, 0xc7, 0x16, 0xe6 +.byte 0xf8, 0xaa, 0x3c, 0x92, 0x8e, 0x69, 0xb6, 0x01, 0xc1, 0xb5, 0x86, 0x9d, 0x89, 0x0f, 0x0b, 0x38 +.byte 0x94, 0x54, 0xe8, 0xea, 0xdc, 0x9e, 0x3d, 0x25, 0xbc, 0x53, 0x26, 0xed, 0xd5, 0xab, 0x39, 0xaa +.byte 0xc5, 0x40, 0x4c, 0x54, 0xab, 0xb2, 0xb4, 0xd9, 0xd9, 0xf8, 0xd7, 0x72, 0xdb, 0x1c, 0xbc, 0x6d +.byte 0xbd, 0x65, 0x5f, 0xef, 0x88, 0x35, 0x2a, 0x66, 0x2f, 0xee, 0xf6, 0xb3, 0x65, 0xf0, 0x33, 0x8d +.byte 0x7c, 0x98, 0x41, 0x69, 0x46, 0x0f, 0x43, 0x1c, 0x69, 0xfa, 0x9b, 0xb5, 0xd0, 0x61, 0x6a, 0xcd +.byte 0xca, 0x4b, 0xd9, 0x4c, 0x90, 0x46, 0xab, 0x15, 0x59, 0xa1, 0x47, 0x54, 0x29, 0x2e, 0x83, 0x28 +.byte 0x5f, 0x1c, 0xc2, 0xa2, 0xab, 0x72, 0x17, 0x00, 0x06, 0x8e, 0x45, 0xec, 0x8b, 0xe2, 0x33, 0x3d +.byte 0x7f, 0xda, 0x19, 0x44, 0xe4, 0x62, 0x72, 0xc3, 0xdf, 0x22, 0xc6, 0xf2, 0x56, 0xd4, 0xdd, 0x5f +.byte 0x95, 0x72, 0xed, 0x6d, 0x5f, 0xf7, 0x48, 0x03, 0x5b, 0xfd, 0xc5, 0x2a, 0xa0, 0xf6, 0x73, 0x23 +.byte 0x84, 0x10, 0x1b, 0x01, 0xe7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x4f, 0x00, 0x26, 0x02, 0x30, 0x4d +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x17, 0x30 +.byte 0x15, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0e, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74 +.byte 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 +.byte 0x1c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x52, 0x53 +.byte 0x41, 0x34, 0x30, 0x39, 0x36, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x35, 0x30, 0x82, 0x02 .byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 -.byte 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa5, 0xda -.byte 0x0a, 0x95, 0x16, 0x50, 0xe3, 0x95, 0xf2, 0x5e, 0x9d, 0x76, 0x31, 0x06, 0x32, 0x7a, 0x9b, 0xf1 -.byte 0x10, 0x76, 0xb8, 0x00, 0x9a, 0xb5, 0x52, 0x36, 0xcd, 0x24, 0x47, 0xb0, 0x9f, 0x18, 0x64, 0xbc -.byte 0x9a, 0xf6, 0xfa, 0xd5, 0x79, 0xd8, 0x90, 0x62, 0x4c, 0x22, 0x2f, 0xde, 0x38, 0x3d, 0xd6, 0xe0 -.byte 0xa8, 0xe9, 0x1c, 0x2c, 0xdb, 0x78, 0x11, 0xe9, 0x8e, 0x68, 0x51, 0x15, 0x72, 0xc7, 0xf3, 0x33 -.byte 0x87, 0xe4, 0xa0, 0x5d, 0x0b, 0x5c, 0xe0, 0x57, 0x07, 0x2a, 0x30, 0xf5, 0xcd, 0xc4, 0x37, 0x77 -.byte 0x28, 0x4d, 0x18, 0x91, 0xe6, 0xbf, 0xd5, 0x52, 0xfd, 0x71, 0x2d, 0x70, 0x3e, 0xe7, 0xc6, 0xc4 -.byte 0x8a, 0xe3, 0xf0, 0x28, 0x0b, 0xf4, 0x76, 0x98, 0xa1, 0x8b, 0x87, 0x55, 0xb2, 0x3a, 0x13, 0xfc -.byte 0xb7, 0x3e, 0x27, 0x37, 0x8e, 0x22, 0xe3, 0xa8, 0x4f, 0x2a, 0xef, 0x60, 0xbb, 0x3d, 0xb7, 0x39 -.byte 0xc3, 0x0e, 0x01, 0x47, 0x99, 0x5d, 0x12, 0x4f, 0xdb, 0x43, 0xfa, 0x57, 0xa1, 0xed, 0xf9, 0x9d -.byte 0xbe, 0x11, 0x47, 0x26, 0x5b, 0x13, 0x98, 0xab, 0x5d, 0x16, 0x8a, 0xb0, 0x37, 0x1c, 0x57, 0x9d -.byte 0x45, 0xff, 0x88, 0x96, 0x36, 0xbf, 0xbb, 0xca, 0x07, 0x7b, 0x6f, 0x87, 0x63, 0xd7, 0xd0, 0x32 -.byte 0x6a, 0xd6, 0x5d, 0x6c, 0x0c, 0xf1, 0xb3, 0x6e, 0x39, 0xe2, 0x6b, 0x31, 0x2e, 0x39, 0x00, 0x27 -.byte 0x14, 0xde, 0x38, 0xc0, 0xec, 0x19, 0x66, 0x86, 0x12, 0xe8, 0x9d, 0x72, 0x16, 0x13, 0x64, 0x52 -.byte 0xc7, 0xa9, 0x37, 0x1c, 0xfd, 0x82, 0x30, 0xed, 0x84, 0x18, 0x1d, 0xf4, 0xae, 0x5c, 0xff, 0x70 -.byte 0x13, 0x00, 0xeb, 0xb1, 0xf5, 0x33, 0x7a, 0x4b, 0xd6, 0x55, 0xf8, 0x05, 0x8d, 0x4b, 0x69, 0xb0 -.byte 0xf5, 0xb3, 0x28, 0x36, 0x5c, 0x14, 0xc4, 0x51, 0x73, 0x4d, 0x6b, 0x0b, 0xf1, 0x34, 0x07, 0xdb -.byte 0x17, 0x39, 0xd7, 0xdc, 0x28, 0x7b, 0x6b, 0xf5, 0x9f, 0xf3, 0x2e, 0xc1, 0x4f, 0x17, 0x2a, 0x10 -.byte 0xf3, 0xcc, 0xca, 0xe8, 0xeb, 0xfd, 0x6b, 0xab, 0x2e, 0x9a, 0x9f, 0x2d, 0x82, 0x6e, 0x04, 0xd4 -.byte 0x52, 0x01, 0x93, 0x2d, 0x3d, 0x86, 0xfc, 0x7e, 0xfc, 0xdf, 0xef, 0x42, 0x1d, 0xa6, 0x6b, 0xef -.byte 0xb9, 0x20, 0xc6, 0xf7, 0xbd, 0xa0, 0xa7, 0x95, 0xfd, 0xa7, 0xe6, 0x89, 0x24, 0xd8, 0xcc, 0x8c -.byte 0x34, 0x6c, 0xe2, 0x23, 0x2f, 0xd9, 0x12, 0x1a, 0x21, 0xb9, 0x55, 0x91, 0x6f, 0x0b, 0x91, 0x79 -.byte 0x19, 0x0c, 0xad, 0x40, 0x88, 0x0b, 0x70, 0xe2, 0x7a, 0xd2, 0x0e, 0xd8, 0x68, 0x48, 0xbb, 0x82 -.byte 0x13, 0x39, 0x10, 0x58, 0xe9, 0xd8, 0x2a, 0x07, 0xc6, 0x12, 0xdb, 0x58, 0xdb, 0xd2, 0x3b, 0x55 -.byte 0x10, 0x47, 0x05, 0x15, 0x67, 0x62, 0x7e, 0x18, 0x63, 0xa6, 0x46, 0x3f, 0x09, 0x0e, 0x54, 0x32 -.byte 0x5e, 0xbf, 0x0d, 0x62, 0x7a, 0x27, 0xef, 0x80, 0xe8, 0xdb, 0xd9, 0x4b, 0x06, 0x5a, 0x37, 0x5a -.byte 0x25, 0xd0, 0x08, 0x12, 0x77, 0xd4, 0x6f, 0x09, 0x50, 0x97, 0x3d, 0xc8, 0x1d, 0xc3, 0xdf, 0x8c -.byte 0x45, 0x30, 0x56, 0xc6, 0xd3, 0x64, 0xab, 0x66, 0xf3, 0xc0, 0x5e, 0x96, 0x9c, 0xc3, 0xc4, 0xef -.byte 0xc3, 0x7c, 0x6b, 0x8b, 0x3a, 0x79, 0x7f, 0xb3, 0x49, 0xcf, 0x3d, 0xe2, 0x89, 0x9f, 0xa0, 0x30 -.byte 0x4b, 0x85, 0xb9, 0x9c, 0x94, 0x24, 0x79, 0x8f, 0x7d, 0x6b, 0xa9, 0x45, 0x68, 0x0f, 0x2b, 0xd0 -.byte 0xf1, 0xda, 0x1c, 0xcb, 0x69, 0xb8, 0xca, 0x49, 0x62, 0x6d, 0xc8, 0xd0, 0x63, 0x62, 0xdd, 0x60 -.byte 0x0f, 0x58, 0xaa, 0x8f, 0xa1, 0xbc, 0x05, 0xa5, 0x66, 0xa2, 0xcf, 0x1b, 0x76, 0xb2, 0x84, 0x64 -.byte 0xb1, 0x4c, 0x39, 0x52, 0xc0, 0x30, 0xba, 0xf0, 0x8c, 0x4b, 0x02, 0xb0, 0xb6, 0xb7, 0x02, 0x03 -.byte 0x01, 0x00, 0x01, 0x00, 0x50, 0x00, 0x78, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb3, 0xd0 +.byte 0xf4, 0xc9, 0x79, 0x11, 0x9d, 0xfd, 0xfc, 0x66, 0x81, 0xe7, 0xcc, 0xd5, 0xe4, 0xbc, 0xec, 0x81 +.byte 0x3e, 0x6a, 0x35, 0x8e, 0x2e, 0xb7, 0xe7, 0xde, 0xaf, 0xf9, 0x07, 0x4d, 0xcf, 0x30, 0x9d, 0xea +.byte 0x09, 0x0b, 0x99, 0xbd, 0x6c, 0x57, 0xda, 0x18, 0x4a, 0xb8, 0x78, 0xac, 0x3a, 0x39, 0xa8, 0xa6 +.byte 0x48, 0xac, 0x2e, 0x72, 0xe5, 0xbd, 0xeb, 0xf1, 0x1a, 0xcd, 0xe7, 0xa4, 0x03, 0xa9, 0x3f, 0x11 +.byte 0xb4, 0xd8, 0x2f, 0x89, 0x16, 0xfb, 0x94, 0x01, 0x3d, 0xbb, 0x2f, 0xf8, 0x13, 0x05, 0xa1, 0x78 +.byte 0x1c, 0x8e, 0x28, 0xe0, 0x45, 0xe0, 0x83, 0xf4, 0x59, 0x1b, 0x95, 0xb3, 0xae, 0x7e, 0x03, 0x45 +.byte 0xe5, 0xbe, 0xc2, 0x42, 0xfe, 0xee, 0xf2, 0x3c, 0xb6, 0x85, 0x13, 0x98, 0x32, 0x9d, 0x16, 0xa8 +.byte 0x29, 0xc2, 0x0b, 0x1c, 0x38, 0xdc, 0x9f, 0x31, 0x77, 0x5c, 0xbf, 0x27, 0xa3, 0xfc, 0x27, 0xac +.byte 0xb7, 0x2b, 0xbd, 0x74, 0x9b, 0x17, 0x2d, 0xf2, 0x81, 0xda, 0x5d, 0xb0, 0xe1, 0x23, 0x17, 0x3e +.byte 0x88, 0x4a, 0x12, 0x23, 0xd0, 0xea, 0xcf, 0x9d, 0xde, 0x03, 0x17, 0xb1, 0x42, 0x4a, 0xa0, 0x16 +.byte 0x4c, 0xa4, 0x6d, 0x93, 0xe9, 0x3f, 0x3a, 0xee, 0x3a, 0x7c, 0x9d, 0x58, 0x9d, 0xf4, 0x4e, 0x8f +.byte 0xfc, 0x3b, 0x23, 0xc8, 0x6d, 0xb8, 0xe2, 0x05, 0xda, 0xcc, 0xeb, 0xec, 0xc3, 0x31, 0xf4, 0xd7 +.byte 0xa7, 0x29, 0x54, 0x80, 0xcf, 0x44, 0x5b, 0x4c, 0x6f, 0x30, 0x9e, 0xf3, 0xcc, 0xdd, 0x1f, 0x94 +.byte 0x43, 0x9d, 0x4d, 0x7f, 0x70, 0x70, 0x0d, 0xd4, 0x3a, 0xd1, 0x37, 0xf0, 0x6c, 0x9d, 0x9b, 0xc0 +.byte 0x14, 0x93, 0x58, 0xef, 0xcd, 0x41, 0x38, 0x75, 0xbc, 0x13, 0x03, 0x95, 0x7c, 0x7f, 0xe3, 0x5c +.byte 0xe9, 0xd5, 0x0d, 0xd5, 0xe2, 0x7c, 0x10, 0x62, 0xaa, 0x6b, 0xf0, 0x3d, 0x76, 0xf3, 0x3f, 0xa3 +.byte 0xe8, 0xb0, 0xc1, 0xfd, 0xef, 0xaa, 0x57, 0x4d, 0xac, 0x86, 0xa7, 0x18, 0xb4, 0x29, 0xc1, 0x2c +.byte 0x0e, 0xbf, 0x64, 0xbe, 0x29, 0x8c, 0xd8, 0x02, 0x2d, 0xcd, 0x5c, 0x2f, 0xf2, 0x7f, 0xef, 0x15 +.byte 0xf4, 0x0c, 0x15, 0xac, 0x0a, 0xb0, 0xf1, 0xd3, 0x0d, 0x4f, 0x6a, 0x4d, 0x77, 0x97, 0x01, 0xa0 +.byte 0xf1, 0x66, 0xb7, 0xb7, 0xce, 0xef, 0xce, 0xec, 0xec, 0xa5, 0x75, 0xca, 0xac, 0xe3, 0xe1, 0x63 +.byte 0xf7, 0xb8, 0xa1, 0x04, 0xc8, 0xbc, 0x7b, 0x3f, 0x5d, 0x2d, 0x16, 0x22, 0x56, 0xed, 0x48, 0x49 +.byte 0xfe, 0xa7, 0x2f, 0x79, 0x30, 0x25, 0x9b, 0xba, 0x6b, 0x2d, 0x3f, 0x9d, 0x3b, 0xc4, 0x17, 0xe7 +.byte 0x1d, 0x2e, 0xfb, 0xf2, 0xcf, 0xa6, 0xfc, 0xe3, 0x14, 0x2c, 0x96, 0x98, 0x21, 0x8c, 0xb4, 0x91 +.byte 0xe9, 0x19, 0x60, 0x83, 0xf2, 0x30, 0x2b, 0x06, 0x73, 0x50, 0xd5, 0x98, 0x3b, 0x06, 0xe9, 0xc7 +.byte 0x8a, 0x0c, 0x60, 0x8c, 0x28, 0xf8, 0x52, 0x9b, 0x6e, 0xe1, 0xf6, 0x4d, 0xbb, 0x06, 0x24, 0x9b +.byte 0xd7, 0x2b, 0x26, 0x3f, 0xfd, 0x2a, 0x2f, 0x71, 0xf5, 0xd6, 0x24, 0xbe, 0x7f, 0x31, 0x9e, 0x0f +.byte 0x6d, 0xe8, 0x8f, 0x4f, 0x4d, 0xa3, 0x3f, 0xff, 0x35, 0xea, 0xdf, 0x49, 0x5e, 0x41, 0x8f, 0x86 +.byte 0xf9, 0xf1, 0x77, 0x79, 0x4b, 0x1b, 0xb4, 0xa3, 0x5e, 0x2f, 0xfb, 0x46, 0x02, 0xd0, 0x66, 0x13 +.byte 0x5e, 0x5e, 0x85, 0x4f, 0xce, 0xd8, 0x70, 0x88, 0x7b, 0xce, 0x01, 0xb5, 0x96, 0x97, 0xd7, 0xcd +.byte 0x7d, 0xfd, 0x82, 0xf8, 0xc2, 0x24, 0xc1, 0xca, 0x01, 0x39, 0x4f, 0x8d, 0xa2, 0xc1, 0x14, 0x40 +.byte 0x1f, 0x9c, 0x66, 0xd5, 0x0c, 0x09, 0x46, 0xd6, 0xf2, 0xd0, 0xd1, 0x48, 0x76, 0x56, 0x3a, 0x43 +.byte 0xcb, 0xb6, 0x0a, 0x11, 0x39, 0xba, 0x8c, 0x13, 0x6c, 0x06, 0xb5, 0x9e, 0xcf, 0xeb, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0x50, 0x00, 0x26, 0x02, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x4e, 0x4f, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c +.byte 0x14, 0x42, 0x75, 0x79, 0x70, 0x61, 0x73, 0x73, 0x20, 0x41, 0x53, 0x2d, 0x39, 0x38, 0x33, 0x31 +.byte 0x36, 0x33, 0x33, 0x32, 0x37, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x17 +.byte 0x42, 0x75, 0x79, 0x70, 0x61, 0x73, 0x73, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x32, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a +.byte 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30 +.byte 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xd7, 0xc7, 0x5e, 0xf7, 0xc1, 0x07, 0xd4, 0x77 +.byte 0xfb, 0x43, 0x21, 0xf4, 0xf4, 0xf5, 0x69, 0xe4, 0xee, 0x32, 0x01, 0xdb, 0xa3, 0x86, 0x1f, 0xe4 +.byte 0x59, 0x0d, 0xba, 0xe7, 0x75, 0x83, 0x52, 0xeb, 0xea, 0x1c, 0x61, 0x15, 0x48, 0xbb, 0x1d, 0x07 +.byte 0xca, 0x8c, 0xae, 0xb0, 0xdc, 0x96, 0x9d, 0xea, 0xc3, 0x60, 0x92, 0x86, 0x82, 0x28, 0x73, 0x9c +.byte 0x56, 0x06, 0xff, 0x4b, 0x64, 0xf0, 0x0c, 0x2a, 0x37, 0x49, 0xb5, 0xe5, 0xcf, 0x0c, 0x7c, 0xee +.byte 0xf1, 0x4a, 0xbb, 0x73, 0x30, 0x65, 0xf3, 0xd5, 0x2f, 0x83, 0xb6, 0x7e, 0xe3, 0xe7, 0xf5, 0x9e +.byte 0xab, 0x60, 0xf9, 0xd3, 0xf1, 0x9d, 0x92, 0x74, 0x8a, 0xe4, 0x1c, 0x96, 0xac, 0x5b, 0x80, 0xe9 +.byte 0xb5, 0xf4, 0x31, 0x87, 0xa3, 0x51, 0xfc, 0xc7, 0x7e, 0xa1, 0x6f, 0x8e, 0x53, 0x77, 0xd4, 0x97 +.byte 0xc1, 0x55, 0x33, 0x92, 0x3e, 0x18, 0x2f, 0x75, 0xd4, 0xad, 0x86, 0x49, 0xcb, 0x95, 0xaf, 0x54 +.byte 0x06, 0x6c, 0xd8, 0x06, 0x13, 0x8d, 0x5b, 0xff, 0xe1, 0x26, 0x19, 0x59, 0xc0, 0x24, 0xba, 0x81 +.byte 0x71, 0x79, 0x90, 0x44, 0x50, 0x68, 0x24, 0x94, 0x5f, 0xb8, 0xb3, 0x11, 0xf1, 0x29, 0x41, 0x61 +.byte 0xa3, 0x41, 0xcb, 0x23, 0x36, 0xd5, 0xc1, 0xf1, 0x32, 0x50, 0x10, 0x4e, 0x7f, 0xf4, 0x86, 0x93 +.byte 0xec, 0x84, 0xd3, 0x8e, 0xbc, 0x4b, 0xbf, 0x5c, 0x01, 0x4e, 0x07, 0x3d, 0xdc, 0x14, 0x8a, 0x94 +.byte 0x0a, 0xa4, 0xea, 0x73, 0xfb, 0x0b, 0x51, 0xe8, 0x13, 0x07, 0x18, 0xfa, 0x0e, 0xf1, 0x2b, 0xd1 +.byte 0x54, 0x15, 0x7d, 0x3c, 0xe1, 0xf7, 0xb4, 0x19, 0x42, 0x67, 0x62, 0x5e, 0x77, 0xe0, 0xa2, 0x55 +.byte 0xec, 0xb6, 0xd9, 0x69, 0x17, 0xd5, 0x3a, 0xaf, 0x44, 0xed, 0x4a, 0xc5, 0x9e, 0xe4, 0x7a, 0x27 +.byte 0x7c, 0xe5, 0x75, 0xd7, 0xaa, 0xcb, 0x25, 0xe7, 0xdf, 0x6b, 0x0a, 0xdb, 0x0f, 0x4d, 0x93, 0x4e +.byte 0xa8, 0xa0, 0xcd, 0x7b, 0x2e, 0xf2, 0x59, 0x01, 0x6a, 0xb7, 0x0d, 0xb8, 0x07, 0x81, 0x7e, 0x8b +.byte 0x38, 0x1b, 0x38, 0xe6, 0x0a, 0x57, 0x99, 0x3d, 0xee, 0x21, 0xe8, 0xa3, 0xf5, 0x0c, 0x16, 0xdd +.byte 0x8b, 0xec, 0x34, 0x8e, 0x9c, 0x2a, 0x1c, 0x00, 0x15, 0x17, 0x8d, 0x68, 0x83, 0xd2, 0x70, 0x9f +.byte 0x18, 0x08, 0xcd, 0x11, 0x68, 0xd5, 0xc9, 0x6b, 0x52, 0xcd, 0xc4, 0x46, 0x8f, 0xdc, 0xb5, 0xf3 +.byte 0xd8, 0x57, 0x73, 0x1e, 0xe9, 0x94, 0x39, 0x04, 0xbf, 0xd3, 0xde, 0x38, 0xde, 0xb4, 0x53, 0xec +.byte 0x69, 0x1c, 0xa2, 0x7e, 0xc4, 0x8f, 0xe4, 0x1b, 0x70, 0xad, 0xf2, 0xa2, 0xf9, 0xfb, 0xf7, 0x16 +.byte 0x64, 0x66, 0x69, 0x9f, 0x49, 0x51, 0xa2, 0xe2, 0x15, 0x18, 0x67, 0x06, 0x4a, 0x7f, 0xd5, 0x6c +.byte 0xb5, 0x4d, 0xb3, 0x33, 0xe0, 0x61, 0xeb, 0x5d, 0xbe, 0xe9, 0x98, 0x0f, 0x32, 0xd7, 0x1d, 0x4b +.byte 0x3c, 0x2e, 0x5a, 0x01, 0x52, 0x91, 0x09, 0xf2, 0xdf, 0xea, 0x8d, 0xd8, 0x06, 0x40, 0x63, 0xaa +.byte 0x11, 0xe4, 0xfe, 0xc3, 0x37, 0x9e, 0x14, 0x52, 0x3f, 0xf4, 0xe2, 0xcc, 0xf2, 0x61, 0x93, 0xd1 +.byte 0xfd, 0x67, 0x6b, 0xd7, 0x52, 0xae, 0xbf, 0x68, 0xab, 0x40, 0x43, 0xa0, 0x57, 0x35, 0x53, 0x78 +.byte 0xf0, 0x53, 0xf8, 0x61, 0x42, 0x07, 0x64, 0xc6, 0xd7, 0x6f, 0x9b, 0x4c, 0x38, 0x0d, 0x63, 0xac +.byte 0x62, 0xaf, 0x36, 0x8b, 0xa2, 0x73, 0x0a, 0x0d, 0xf5, 0x21, 0xbd, 0x74, 0xaa, 0x4d, 0xea, 0x72 +.byte 0x03, 0x49, 0xdb, 0xc7, 0x5f, 0x1d, 0x62, 0x63, 0xc7, 0xfd, 0xdd, 0x91, 0xec, 0x33, 0xee, 0xf5 +.byte 0x6d, 0xb4, 0x6e, 0x30, 0x68, 0xde, 0xc8, 0xd6, 0x26, 0xb0, 0x75, 0x5e, 0x7b, 0xb4, 0x07, 0x20 +.byte 0x98, 0xa1, 0x76, 0x32, 0xb8, 0x4d, 0x6c, 0x4f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x50, 0x00, 0x26 +.byte 0x02, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4e, 0x4f +.byte 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x14, 0x42, 0x75, 0x79, 0x70, 0x61 +.byte 0x73, 0x73, 0x20, 0x41, 0x53, 0x2d, 0x39, 0x38, 0x33, 0x31, 0x36, 0x33, 0x33, 0x32, 0x37, 0x31 +.byte 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x17, 0x42, 0x75, 0x79, 0x70, 0x61, 0x73 +.byte 0x73, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x33, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02 +.byte 0x01, 0x00, 0xa5, 0xda, 0x0a, 0x95, 0x16, 0x50, 0xe3, 0x95, 0xf2, 0x5e, 0x9d, 0x76, 0x31, 0x06 +.byte 0x32, 0x7a, 0x9b, 0xf1, 0x10, 0x76, 0xb8, 0x00, 0x9a, 0xb5, 0x52, 0x36, 0xcd, 0x24, 0x47, 0xb0 +.byte 0x9f, 0x18, 0x64, 0xbc, 0x9a, 0xf6, 0xfa, 0xd5, 0x79, 0xd8, 0x90, 0x62, 0x4c, 0x22, 0x2f, 0xde +.byte 0x38, 0x3d, 0xd6, 0xe0, 0xa8, 0xe9, 0x1c, 0x2c, 0xdb, 0x78, 0x11, 0xe9, 0x8e, 0x68, 0x51, 0x15 +.byte 0x72, 0xc7, 0xf3, 0x33, 0x87, 0xe4, 0xa0, 0x5d, 0x0b, 0x5c, 0xe0, 0x57, 0x07, 0x2a, 0x30, 0xf5 +.byte 0xcd, 0xc4, 0x37, 0x77, 0x28, 0x4d, 0x18, 0x91, 0xe6, 0xbf, 0xd5, 0x52, 0xfd, 0x71, 0x2d, 0x70 +.byte 0x3e, 0xe7, 0xc6, 0xc4, 0x8a, 0xe3, 0xf0, 0x28, 0x0b, 0xf4, 0x76, 0x98, 0xa1, 0x8b, 0x87, 0x55 +.byte 0xb2, 0x3a, 0x13, 0xfc, 0xb7, 0x3e, 0x27, 0x37, 0x8e, 0x22, 0xe3, 0xa8, 0x4f, 0x2a, 0xef, 0x60 +.byte 0xbb, 0x3d, 0xb7, 0x39, 0xc3, 0x0e, 0x01, 0x47, 0x99, 0x5d, 0x12, 0x4f, 0xdb, 0x43, 0xfa, 0x57 +.byte 0xa1, 0xed, 0xf9, 0x9d, 0xbe, 0x11, 0x47, 0x26, 0x5b, 0x13, 0x98, 0xab, 0x5d, 0x16, 0x8a, 0xb0 +.byte 0x37, 0x1c, 0x57, 0x9d, 0x45, 0xff, 0x88, 0x96, 0x36, 0xbf, 0xbb, 0xca, 0x07, 0x7b, 0x6f, 0x87 +.byte 0x63, 0xd7, 0xd0, 0x32, 0x6a, 0xd6, 0x5d, 0x6c, 0x0c, 0xf1, 0xb3, 0x6e, 0x39, 0xe2, 0x6b, 0x31 +.byte 0x2e, 0x39, 0x00, 0x27, 0x14, 0xde, 0x38, 0xc0, 0xec, 0x19, 0x66, 0x86, 0x12, 0xe8, 0x9d, 0x72 +.byte 0x16, 0x13, 0x64, 0x52, 0xc7, 0xa9, 0x37, 0x1c, 0xfd, 0x82, 0x30, 0xed, 0x84, 0x18, 0x1d, 0xf4 +.byte 0xae, 0x5c, 0xff, 0x70, 0x13, 0x00, 0xeb, 0xb1, 0xf5, 0x33, 0x7a, 0x4b, 0xd6, 0x55, 0xf8, 0x05 +.byte 0x8d, 0x4b, 0x69, 0xb0, 0xf5, 0xb3, 0x28, 0x36, 0x5c, 0x14, 0xc4, 0x51, 0x73, 0x4d, 0x6b, 0x0b +.byte 0xf1, 0x34, 0x07, 0xdb, 0x17, 0x39, 0xd7, 0xdc, 0x28, 0x7b, 0x6b, 0xf5, 0x9f, 0xf3, 0x2e, 0xc1 +.byte 0x4f, 0x17, 0x2a, 0x10, 0xf3, 0xcc, 0xca, 0xe8, 0xeb, 0xfd, 0x6b, 0xab, 0x2e, 0x9a, 0x9f, 0x2d +.byte 0x82, 0x6e, 0x04, 0xd4, 0x52, 0x01, 0x93, 0x2d, 0x3d, 0x86, 0xfc, 0x7e, 0xfc, 0xdf, 0xef, 0x42 +.byte 0x1d, 0xa6, 0x6b, 0xef, 0xb9, 0x20, 0xc6, 0xf7, 0xbd, 0xa0, 0xa7, 0x95, 0xfd, 0xa7, 0xe6, 0x89 +.byte 0x24, 0xd8, 0xcc, 0x8c, 0x34, 0x6c, 0xe2, 0x23, 0x2f, 0xd9, 0x12, 0x1a, 0x21, 0xb9, 0x55, 0x91 +.byte 0x6f, 0x0b, 0x91, 0x79, 0x19, 0x0c, 0xad, 0x40, 0x88, 0x0b, 0x70, 0xe2, 0x7a, 0xd2, 0x0e, 0xd8 +.byte 0x68, 0x48, 0xbb, 0x82, 0x13, 0x39, 0x10, 0x58, 0xe9, 0xd8, 0x2a, 0x07, 0xc6, 0x12, 0xdb, 0x58 +.byte 0xdb, 0xd2, 0x3b, 0x55, 0x10, 0x47, 0x05, 0x15, 0x67, 0x62, 0x7e, 0x18, 0x63, 0xa6, 0x46, 0x3f +.byte 0x09, 0x0e, 0x54, 0x32, 0x5e, 0xbf, 0x0d, 0x62, 0x7a, 0x27, 0xef, 0x80, 0xe8, 0xdb, 0xd9, 0x4b +.byte 0x06, 0x5a, 0x37, 0x5a, 0x25, 0xd0, 0x08, 0x12, 0x77, 0xd4, 0x6f, 0x09, 0x50, 0x97, 0x3d, 0xc8 +.byte 0x1d, 0xc3, 0xdf, 0x8c, 0x45, 0x30, 0x56, 0xc6, 0xd3, 0x64, 0xab, 0x66, 0xf3, 0xc0, 0x5e, 0x96 +.byte 0x9c, 0xc3, 0xc4, 0xef, 0xc3, 0x7c, 0x6b, 0x8b, 0x3a, 0x79, 0x7f, 0xb3, 0x49, 0xcf, 0x3d, 0xe2 +.byte 0x89, 0x9f, 0xa0, 0x30, 0x4b, 0x85, 0xb9, 0x9c, 0x94, 0x24, 0x79, 0x8f, 0x7d, 0x6b, 0xa9, 0x45 +.byte 0x68, 0x0f, 0x2b, 0xd0, 0xf1, 0xda, 0x1c, 0xcb, 0x69, 0xb8, 0xca, 0x49, 0x62, 0x6d, 0xc8, 0xd0 +.byte 0x63, 0x62, 0xdd, 0x60, 0x0f, 0x58, 0xaa, 0x8f, 0xa1, 0xbc, 0x05, 0xa5, 0x66, 0xa2, 0xcf, 0x1b +.byte 0x76, 0xb2, 0x84, 0x64, 0xb1, 0x4c, 0x39, 0x52, 0xc0, 0x30, 0xba, 0xf0, 0x8c, 0x4b, 0x02, 0xb0 +.byte 0xb6, 0xb7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x50, 0x00, 0x78, 0x00, 0x30, 0x4e, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x0c, 0x09, 0x43, 0x6f, 0x6d, 0x6d, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x31, 0x2b +.byte 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x22, 0x43, 0x6f, 0x6d, 0x6d, 0x53, 0x63, 0x6f +.byte 0x70, 0x65, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20 +.byte 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x2d, 0x30, 0x31, 0x30, 0x76, 0x30, 0x10, 0x06 +.byte 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03 +.byte 0x62, 0x00, 0x04, 0x4b, 0x36, 0xe9, 0xae, 0x57, 0x5e, 0xa8, 0x70, 0xd7, 0xd0, 0x8f, 0x74, 0x62 +.byte 0x77, 0xc3, 0x5e, 0x7a, 0xaa, 0xe5, 0xb6, 0xa2, 0xf1, 0x78, 0xfd, 0x02, 0x7e, 0x57, 0xdd, 0x91 +.byte 0x79, 0x9c, 0x6c, 0xb9, 0x52, 0x88, 0x54, 0xbc, 0x2f, 0x04, 0xbe, 0xb8, 0xcd, 0xf6, 0x10, 0xd1 +.byte 0x29, 0xec, 0xb5, 0xd0, 0xa0, 0xc3, 0xf0, 0x89, 0x70, 0x19, 0xbb, 0x51, 0x65, 0xc5, 0x43, 0x9c +.byte 0xc3, 0x9b, 0x63, 0x9d, 0x20, 0x83, 0x3e, 0x06, 0x0b, 0xa6, 0x42, 0x44, 0x85, 0x11, 0xa7, 0x4a +.byte 0x3a, 0x2d, 0xe9, 0xd6, 0x68, 0x2f, 0x48, 0x4e, 0x53, 0x2b, 0x07, 0x3f, 0x4d, 0xbd, 0xb9, 0xac +.byte 0x77, 0x39, 0x57, 0x50, 0x00, 0x78, 0x00, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c +.byte 0x09, 0x43, 0x6f, 0x6d, 0x6d, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x0c, 0x22, 0x43, 0x6f, 0x6d, 0x6d, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x20, 0x50 +.byte 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x45, 0x43, 0x43, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x2d, 0x30, 0x32, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48 +.byte 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x78 +.byte 0x30, 0x81, 0xe8, 0x63, 0x1e, 0xe5, 0xeb, 0x71, 0x51, 0x0f, 0xf7, 0x07, 0x07, 0xca, 0x39, 0x99 +.byte 0x7c, 0x4e, 0xd5, 0x0f, 0xcc, 0x30, 0x30, 0x0b, 0x8f, 0x66, 0x93, 0x3e, 0xcf, 0xbd, 0xc5, 0x86 +.byte 0xbd, 0xf9, 0xb1, 0xb7, 0xb4, 0x3e, 0xb4, 0x07, 0xc8, 0xf3, 0x96, 0x31, 0xf3, 0xed, 0xa4, 0x4f +.byte 0xf8, 0xa3, 0x4e, 0x8d, 0x29, 0x15, 0x58, 0xb8, 0xd5, 0x6f, 0x7f, 0xee, 0x6c, 0x22, 0xb5, 0xb0 +.byte 0xaf, 0x48, 0x45, 0x0a, 0xbd, 0xa8, 0x49, 0x94, 0xbf, 0x84, 0x43, 0xb0, 0xdb, 0x84, 0x4a, 0x03 +.byte 0x23, 0x19, 0x67, 0x6a, 0x6f, 0xc1, 0x6e, 0xbc, 0x06, 0x39, 0x37, 0xd1, 0x88, 0x22, 0xf7, 0x50 +.byte 0x00, 0x26, 0x02, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x55, 0x53, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x09, 0x43, 0x6f, 0x6d +.byte 0x6d, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c +.byte 0x22, 0x43, 0x6f, 0x6d, 0x6d, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69 +.byte 0x63, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x53, 0x41, 0x20, 0x52, 0x6f, 0x6f, 0x74 +.byte 0x2d, 0x30, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02 +.byte 0x82, 0x02, 0x01, 0x00, 0xb0, 0x48, 0x65, 0xa3, 0x0d, 0x1d, 0x42, 0xe3, 0x91, 0x6d, 0x9d, 0x84 +.byte 0xa4, 0x61, 0x96, 0x12, 0xc2, 0xed, 0xc3, 0xda, 0x23, 0x34, 0x19, 0x76, 0xf6, 0xea, 0xfd, 0x55 +.byte 0x5a, 0xf6, 0x55, 0x01, 0x53, 0x0f, 0xf2, 0xcc, 0x8c, 0x97, 0x4f, 0xb9, 0x50, 0xcb, 0xb3, 0x01 +.byte 0x44, 0x56, 0x96, 0xfd, 0x9b, 0x28, 0xec, 0x7b, 0x74, 0x0b, 0xe7, 0x42, 0x6b, 0x55, 0xce, 0xc9 +.byte 0x61, 0xb2, 0xe8, 0xad, 0x40, 0x3c, 0xba, 0xb9, 0x41, 0x0a, 0x05, 0x4f, 0x1b, 0x26, 0x85, 0x8f +.byte 0x43, 0xb5, 0x40, 0xb5, 0x85, 0xd1, 0xd4, 0x71, 0xdc, 0x83, 0x41, 0xf3, 0xf6, 0x45, 0xc7, 0x80 +.byte 0xa2, 0x84, 0x50, 0x97, 0x46, 0xce, 0xa0, 0x0c, 0xc4, 0x60, 0x56, 0x04, 0x1d, 0x07, 0x5b, 0x46 +.byte 0xa5, 0x0e, 0xb2, 0x4b, 0xa4, 0x0e, 0xa5, 0x7c, 0xee, 0xf8, 0xd4, 0x62, 0x03, 0xb9, 0x93, 0x6a +.byte 0x8a, 0x14, 0xb8, 0x70, 0xf8, 0x2e, 0x82, 0x46, 0x38, 0x23, 0x0e, 0x74, 0xc7, 0x6b, 0x41, 0xb7 +.byte 0xd0, 0x29, 0xa3, 0x9d, 0x80, 0xb0, 0x7e, 0x77, 0x93, 0x63, 0x42, 0xfb, 0x34, 0x83, 0x3b, 0x73 +.byte 0xa3, 0x5a, 0x21, 0x36, 0xeb, 0x47, 0xfa, 0x18, 0x17, 0xd9, 0xba, 0x66, 0xc2, 0x93, 0xa4, 0x8f +.byte 0xfc, 0x5d, 0xa4, 0xad, 0xfc, 0x50, 0x6a, 0x95, 0xac, 0xbc, 0x24, 0x33, 0xd1, 0xbd, 0x88, 0x7f +.byte 0x86, 0xf5, 0xf5, 0xb2, 0x73, 0x2a, 0x8f, 0x7c, 0xaf, 0x08, 0xf2, 0x1a, 0x98, 0x3f, 0xa9, 0x81 +.byte 0x65, 0x3f, 0xc1, 0x8c, 0x89, 0xc5, 0x96, 0x30, 0x9a, 0x0a, 0xcf, 0xf4, 0xd4, 0xc8, 0x34, 0xed +.byte 0x9d, 0x2f, 0xbc, 0x8d, 0x38, 0x86, 0x53, 0xee, 0x97, 0x9f, 0xa9, 0xb2, 0x63, 0x94, 0x17, 0x8d +.byte 0x0f, 0xdc, 0x66, 0x2a, 0x7c, 0x52, 0x51, 0x75, 0xcb, 0x99, 0x8e, 0xe8, 0x3d, 0x5c, 0xbf, 0x9e +.byte 0x3b, 0x28, 0x8d, 0x83, 0x02, 0x0f, 0xa9, 0x9f, 0x72, 0xe2, 0x2c, 0x2b, 0xb3, 0xdc, 0x66, 0x97 +.byte 0x00, 0x40, 0xd0, 0xa4, 0x54, 0x8e, 0x9b, 0x5d, 0x7b, 0x45, 0x36, 0x26, 0xd6, 0x72, 0x43, 0xeb +.byte 0xcf, 0xc0, 0xea, 0x0d, 0xdc, 0xce, 0x12, 0xe6, 0x7d, 0x38, 0x9f, 0x05, 0x27, 0xa8, 0x97, 0x3e +.byte 0xe9, 0x51, 0xc6, 0x6c, 0x05, 0x28, 0xc1, 0x02, 0x0f, 0xe9, 0x18, 0x6d, 0xec, 0xbd, 0x9c, 0x06 +.byte 0xd4, 0xa7, 0x49, 0xf4, 0x54, 0x05, 0x6b, 0x6c, 0x30, 0xf1, 0xeb, 0x03, 0xd5, 0xea, 0x3d, 0x6a +.byte 0x76, 0xc2, 0xcb, 0x1a, 0x28, 0x49, 0x4d, 0x7f, 0x64, 0xe0, 0xfa, 0x2b, 0xda, 0x73, 0x83, 0x81 +.byte 0xff, 0x91, 0x03, 0xbd, 0x94, 0xbb, 0xe4, 0xb8, 0x8e, 0x9c, 0x32, 0x63, 0xcd, 0x9f, 0xbb, 0x68 +.byte 0x81, 0xb1, 0x84, 0x5b, 0xaf, 0x36, 0xbf, 0x77, 0xee, 0x1d, 0x7f, 0xf7, 0x49, 0x9b, 0x52, 0xec +.byte 0xd2, 0x77, 0x5a, 0x7d, 0x91, 0x9d, 0x4d, 0xc2, 0x39, 0x2d, 0xe4, 0xba, 0x82, 0xf8, 0x6f, 0xf2 +.byte 0x4e, 0x1e, 0x0f, 0x4e, 0xe6, 0x3f, 0x59, 0xa5, 0x23, 0xdc, 0x3d, 0x87, 0xa8, 0x28, 0x58, 0x28 +.byte 0xd1, 0xf1, 0x1b, 0x36, 0xdb, 0x4f, 0xc4, 0xff, 0xe1, 0x8c, 0x5b, 0x72, 0x8c, 0xc7, 0x26, 0x03 +.byte 0x27, 0xa3, 0x39, 0x0a, 0x01, 0xaa, 0xc0, 0xb2, 0x31, 0x60, 0x83, 0x22, 0xa1, 0x4f, 0x12, 0x09 +.byte 0x01, 0x11, 0xaf, 0x34, 0xd4, 0xcf, 0xd7, 0xae, 0x62, 0xd3, 0x05, 0x07, 0xb4, 0x31, 0x75, 0xe0 +.byte 0x0d, 0x6d, 0x57, 0x4f, 0x69, 0x87, 0xf9, 0x57, 0xa9, 0xba, 0x15, 0xf6, 0xc8, 0x52, 0x6d, 0xa1 +.byte 0xcb, 0x9c, 0x1f, 0xe5, 0xfc, 0x78, 0xa8, 0x35, 0x9a, 0x9f, 0x41, 0x14, 0xce, 0xa5, 0xb4, 0xce +.byte 0x94, 0x08, 0x1c, 0x09, 0xad, 0x56, 0xe5, 0xda, 0xb6, 0x49, 0x9a, 0x4a, 0xea, 0x63, 0x18, 0x53 +.byte 0x9c, 0x2c, 0x2e, 0xc3, 0x02, 0x03, 0x01, 0x00, 0x01, 0x50, 0x00, 0x26, 0x02, 0x30, 0x4e, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x12, 0x30, 0x10 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x09, 0x43, 0x6f, 0x6d, 0x6d, 0x53, 0x63, 0x6f, 0x70, 0x65 +.byte 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x22, 0x43, 0x6f, 0x6d, 0x6d, 0x53 +.byte 0x63, 0x6f, 0x70, 0x65, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x54, 0x72, 0x75, 0x73 +.byte 0x74, 0x20, 0x52, 0x53, 0x41, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x2d, 0x30, 0x32, 0x30, 0x82, 0x02 +.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 +.byte 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xe1, 0xfa +.byte 0x0e, 0xfb, 0x68, 0x00, 0x12, 0xc8, 0x4d, 0xd5, 0xac, 0x22, 0xc4, 0x35, 0x01, 0x3b, 0xc5, 0x54 +.byte 0xe5, 0x59, 0x76, 0x63, 0xa5, 0x7f, 0xeb, 0xc1, 0xc4, 0x6a, 0x98, 0xbd, 0x32, 0x8d, 0x17, 0x80 +.byte 0xeb, 0x5d, 0xba, 0xd1, 0x62, 0x3d, 0x25, 0x23, 0x19, 0x35, 0x14, 0xe9, 0x7f, 0x89, 0xa7, 0x1b +.byte 0x62, 0x3c, 0xd6, 0x50, 0xe7, 0x34, 0x95, 0x03, 0x32, 0xb1, 0xb4, 0x93, 0x22, 0x3d, 0xa7, 0xe2 +.byte 0xb1, 0xed, 0xe6, 0x7b, 0x4e, 0x2e, 0x87, 0x9b, 0x0d, 0x33, 0x75, 0x0a, 0xde, 0xaa, 0x35, 0xe7 +.byte 0x7e, 0xe5, 0x36, 0x98, 0xa2, 0xae, 0x25, 0x9e, 0x95, 0xb3, 0x32, 0x96, 0xa4, 0x2b, 0x58, 0x1e +.byte 0xef, 0x3f, 0xfe, 0x62, 0x34, 0x48, 0x51, 0xd1, 0xb4, 0x8d, 0x42, 0xad, 0x60, 0xda, 0x49, 0x6a +.byte 0x95, 0x70, 0xdd, 0xd2, 0x00, 0xe2, 0xcc, 0x57, 0x63, 0x02, 0x7b, 0x96, 0xdd, 0x49, 0x97, 0x5b +.byte 0x92, 0x4e, 0x95, 0xd3, 0xf9, 0xcb, 0x29, 0x1f, 0x18, 0x4a, 0xf8, 0x01, 0x2a, 0xd2, 0x63, 0x09 +.byte 0x6e, 0x24, 0xe9, 0x89, 0xd2, 0xe5, 0xc7, 0x22, 0x4c, 0xdc, 0x73, 0x86, 0x47, 0x00, 0xaa, 0x0d +.byte 0x88, 0x8e, 0xae, 0x85, 0x7d, 0x4a, 0xe9, 0xbb, 0x33, 0x4f, 0x0e, 0x52, 0x70, 0x9d, 0x95, 0xe3 +.byte 0x7c, 0x6d, 0x96, 0x5b, 0x2d, 0x3d, 0x5f, 0xa1, 0x83, 0x46, 0x5d, 0xb6, 0xe3, 0x25, 0xb8, 0x7c +.byte 0xa7, 0x19, 0x80, 0x1c, 0xea, 0x65, 0x43, 0xdc, 0x91, 0x79, 0x36, 0x2c, 0x74, 0x7c, 0xf2, 0x67 +.byte 0x06, 0xc9, 0x89, 0xc9, 0xdb, 0xbf, 0xda, 0x68, 0xbf, 0x23, 0xed, 0xdc, 0x6b, 0xad, 0x28, 0x83 +.byte 0x79, 0x2f, 0xec, 0x38, 0xa5, 0x0d, 0x37, 0x01, 0x67, 0x27, 0x9a, 0xe9, 0x33, 0xd9, 0x33, 0x5f +.byte 0x37, 0xa1, 0xc5, 0xf0, 0xab, 0x3d, 0xfa, 0x78, 0xb0, 0xe7, 0x2c, 0x9f, 0xf6, 0x3e, 0x9f, 0x60 +.byte 0xe0, 0xef, 0x48, 0xe9, 0x90, 0x45, 0x1e, 0x05, 0x51, 0x78, 0x1a, 0x2c, 0x12, 0x2c, 0x5c, 0x28 +.byte 0xac, 0x0d, 0xa2, 0x23, 0x9e, 0x34, 0x8f, 0x05, 0xe6, 0xa2, 0x33, 0xce, 0x11, 0x77, 0x13, 0xd4 +.byte 0x0e, 0xa4, 0x1e, 0x42, 0x1f, 0x86, 0xcd, 0x70, 0xfe, 0xd9, 0x2e, 0x15, 0x3d, 0x1d, 0xbb, 0xb8 +.byte 0xf2, 0x53, 0x57, 0xdb, 0xcc, 0xc6, 0x74, 0x29, 0x9c, 0x18, 0xb3, 0x36, 0x75, 0x38, 0x2e, 0x0f +.byte 0x54, 0xa1, 0xf8, 0x92, 0x1f, 0x89, 0x96, 0x4f, 0xbb, 0xd4, 0xee, 0x9d, 0xe9, 0x3b, 0x36, 0x42 +.byte 0xb5, 0x0a, 0x3b, 0x2a, 0xd4, 0x64, 0x79, 0x36, 0x10, 0xe1, 0xf9, 0x91, 0x03, 0x2b, 0x7b, 0x20 +.byte 0x54, 0xcd, 0x0d, 0x19, 0x1a, 0xc8, 0x41, 0x32, 0x34, 0xd1, 0xb0, 0x99, 0xe1, 0x90, 0x1e, 0x01 +.byte 0x40, 0x36, 0xb5, 0xb7, 0xfa, 0xa9, 0xe5, 0x77, 0x75, 0xa4, 0x22, 0x81, 0x5d, 0xb0, 0x8b, 0xe4 +.byte 0x27, 0x12, 0x0f, 0x54, 0x88, 0xc6, 0xdb, 0x85, 0x74, 0xe6, 0xb7, 0xc0, 0xd7, 0xa6, 0x29, 0xfa +.byte 0xdb, 0xde, 0xf3, 0x93, 0x97, 0x27, 0x04, 0x55, 0x2f, 0x0a, 0x6f, 0x37, 0xc5, 0x3d, 0x13, 0xaf +.byte 0x0a, 0x00, 0xa9, 0x2c, 0x8b, 0x1c, 0x81, 0x28, 0xd7, 0xef, 0x86, 0x31, 0xa9, 0xae, 0xf2, 0x6e +.byte 0xb8, 0xca, 0x6a, 0x2c, 0x54, 0x47, 0xd8, 0x2a, 0x88, 0x2e, 0xaf, 0xc1, 0x07, 0x10, 0x78, 0xac +.byte 0x11, 0xa2, 0x2f, 0x42, 0xf0, 0x37, 0xc5, 0xf2, 0xb8, 0x56, 0xdd, 0x0e, 0x62, 0x2d, 0xce, 0x2d +.byte 0x56, 0x7e, 0x55, 0xf2, 0xa7, 0x44, 0xf6, 0x2b, 0x32, 0xf4, 0x23, 0xa8, 0x47, 0xe8, 0xd4, 0x2a +.byte 0x01, 0x78, 0xcf, 0x6a, 0xc3, 0x37, 0xa8, 0x9e, 0x65, 0xd2, 0x2c, 0xe5, 0xfa, 0xba, 0x33, 0xc1 +.byte 0x06, 0x44, 0xf6, 0xe6, 0xcf, 0xa5, 0x0d, 0xa7, 0x66, 0x08, 0x34, 0x8a, 0x2c, 0xf3, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0x50, 0x00, 0x78, 0x00, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 .byte 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 .byte 0x0e, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31 .byte 0x26, 0x30, 0x24, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1d, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65 @@ -1546,1444 +1680,1796 @@ _binary_x509_crt_bundle_start: /* for objcopy compatibility */ .byte 0xec, 0xfa, 0x7b, 0x6b, 0x58, 0x20, 0xec, 0x99, 0xae, 0xc9, 0xfc, 0x68, 0xb3, 0x75, 0xb9, 0xdb .byte 0x09, 0xec, 0xc8, 0x13, 0xf5, 0x4e, 0xc6, 0x0a, 0x1d, 0x66, 0x30, 0x4c, 0xbb, 0x1f, 0x47, 0x0a .byte 0x3c, 0x61, 0x10, 0x42, 0x29, 0x7c, 0xa5, 0x08, 0x0e, 0xe0, 0x22, 0xe9, 0xd3, 0x35, 0x68, 0xce -.byte 0x9b, 0x63, 0x9f, 0x84, 0xb5, 0x99, 0x4d, 0x58, 0xa0, 0x8e, 0xf5, 0x54, 0xe7, 0x95, 0xc9, 0x00 -.byte 0x51, 0x02, 0x26, 0x30, 0x4f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x54, 0x57, 0x31, 0x23, 0x30, 0x21, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1a, 0x43, 0x68, 0x75 -.byte 0x6e, 0x67, 0x68, 0x77, 0x61, 0x20, 0x54, 0x65, 0x6c, 0x65, 0x63, 0x6f, 0x6d, 0x20, 0x43, 0x6f -.byte 0x2e, 0x2c, 0x20, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03 -.byte 0x0c, 0x12, 0x48, 0x69, 0x50, 0x4b, 0x49, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20 -.byte 0x2d, 0x20, 0x47, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 -.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a -.byte 0x02, 0x82, 0x02, 0x01, 0x00, 0xf4, 0x1e, 0x7f, 0x52, 0x73, 0x32, 0x0c, 0x73, 0xe4, 0xbd, 0x13 -.byte 0x74, 0xa3, 0xd4, 0x30, 0xa8, 0xd0, 0xae, 0x4b, 0xd8, 0xb6, 0xdf, 0x75, 0x47, 0x66, 0xf4, 0x7c -.byte 0xe7, 0x39, 0x04, 0x1e, 0x6a, 0x70, 0x20, 0xd2, 0x5a, 0x47, 0x72, 0x67, 0x55, 0xf4, 0xa5, 0xe8 -.byte 0x9d, 0xd5, 0x1e, 0x21, 0xa1, 0xf0, 0x67, 0xba, 0xcc, 0x21, 0x68, 0xbe, 0x44, 0x53, 0xbf, 0x8d -.byte 0xf9, 0xe2, 0xdc, 0x2f, 0x55, 0xc8, 0x37, 0x3f, 0x1f, 0xa4, 0xc0, 0x9c, 0xb3, 0xe4, 0x77, 0x5c -.byte 0xa0, 0x46, 0xfe, 0x77, 0xfa, 0x1a, 0xa0, 0x38, 0xea, 0xed, 0x9a, 0x72, 0xde, 0x2b, 0xbd, 0x94 -.byte 0x57, 0x3a, 0xba, 0xec, 0x79, 0xe7, 0x5f, 0x7d, 0x42, 0x64, 0x39, 0x7a, 0x26, 0x36, 0xf7, 0x24 -.byte 0xf0, 0xd5, 0x2f, 0xba, 0x95, 0x98, 0x11, 0x66, 0xad, 0x97, 0x35, 0xd6, 0x75, 0x01, 0x80, 0xe0 -.byte 0xaf, 0xf4, 0x84, 0x61, 0x8c, 0x0d, 0x1e, 0x5f, 0x7c, 0x87, 0x96, 0x5e, 0x41, 0xaf, 0xeb, 0x87 -.byte 0xea, 0xf8, 0x5d, 0xf1, 0x2e, 0x88, 0x05, 0x3e, 0x4c, 0x22, 0xbb, 0xda, 0x1f, 0x2a, 0xdd, 0x52 -.byte 0x46, 0x64, 0x39, 0xf3, 0x42, 0xce, 0xd9, 0x9e, 0x0c, 0xb3, 0xb0, 0x77, 0x97, 0x64, 0x9c, 0xc0 -.byte 0xf4, 0xa3, 0x2e, 0x1f, 0x95, 0x07, 0xb0, 0x17, 0xdf, 0x30, 0xdb, 0x00, 0x18, 0x96, 0x4c, 0xa1 -.byte 0x81, 0x4b, 0xdd, 0x04, 0x6d, 0x53, 0xa3, 0x3d, 0xfc, 0x07, 0xac, 0xd4, 0xc5, 0x37, 0x82, 0xeb -.byte 0xe4, 0x95, 0x08, 0x19, 0x28, 0x82, 0xd2, 0x42, 0x3a, 0xa3, 0xd8, 0x53, 0xec, 0x79, 0x89, 0x60 -.byte 0x48, 0x60, 0xc8, 0x72, 0x92, 0x50, 0xdc, 0x03, 0x8f, 0x83, 0x3f, 0xb2, 0x42, 0x57, 0x5a, 0xdb -.byte 0x6a, 0xe9, 0x11, 0x97, 0xdd, 0x85, 0x28, 0xbc, 0x30, 0x4c, 0xab, 0xe3, 0xc2, 0xb1, 0x45, 0x44 -.byte 0x47, 0x1f, 0xe0, 0x8a, 0x16, 0x07, 0x96, 0xd2, 0x21, 0x0f, 0x53, 0xc0, 0xed, 0xa9, 0x7e, 0xd4 -.byte 0x4e, 0xec, 0x9b, 0x09, 0xec, 0xaf, 0x42, 0xac, 0x30, 0xd6, 0xbf, 0xd1, 0x10, 0x45, 0xe0, 0xa6 -.byte 0x16, 0xb2, 0xa5, 0xc5, 0xd3, 0x4f, 0x73, 0x94, 0x33, 0x71, 0x02, 0xa1, 0x6a, 0xa3, 0xd6, 0x33 -.byte 0x97, 0x4f, 0x21, 0x63, 0x1e, 0x5b, 0x8f, 0xd9, 0xc1, 0x5e, 0x45, 0x71, 0x77, 0x0f, 0x81, 0x5d -.byte 0x5f, 0x21, 0x9a, 0xad, 0x83, 0xcc, 0xfa, 0x5e, 0xd6, 0x8d, 0x23, 0x5f, 0x1b, 0x3d, 0x41, 0xaf -.byte 0x20, 0x75, 0x66, 0x5a, 0x4a, 0xf6, 0x9f, 0xfb, 0xab, 0x18, 0xf7, 0x71, 0xc0, 0xb6, 0x1d, 0x31 -.byte 0xec, 0x3b, 0x20, 0xeb, 0xcb, 0xe2, 0xb8, 0xf5, 0xae, 0x92, 0xb2, 0xf7, 0xe1, 0x84, 0x4b, 0xf2 -.byte 0xa2, 0xf2, 0x93, 0x9a, 0x22, 0x9e, 0xd3, 0x14, 0x6f, 0x36, 0x54, 0xbd, 0x1f, 0x5e, 0x59, 0x15 -.byte 0xb9, 0x73, 0xa8, 0xc1, 0x7c, 0x6f, 0x7b, 0x62, 0xe9, 0x16, 0x6c, 0x47, 0x5a, 0x65, 0xf3, 0x0e -.byte 0x11, 0x9b, 0x46, 0xd9, 0xfd, 0x6d, 0xdc, 0xd6, 0x9c, 0xc0, 0xb4, 0x7d, 0xa5, 0xb0, 0xdd, 0x3f -.byte 0x56, 0x6f, 0xa1, 0xf9, 0xf6, 0xe4, 0x12, 0x48, 0xfd, 0x06, 0x7f, 0x12, 0x57, 0xb6, 0xa9, 0x23 -.byte 0x4f, 0x5b, 0x03, 0xc3, 0xe0, 0x71, 0x2a, 0x23, 0xb7, 0xf7, 0xb0, 0xb1, 0x3b, 0xbc, 0x98, 0xbd -.byte 0xd6, 0x98, 0xa8, 0x0c, 0x6b, 0xf6, 0x8e, 0x12, 0x67, 0xa6, 0xf2, 0xb2, 0x58, 0xe4, 0x02, 0x09 -.byte 0x13, 0x3c, 0xa9, 0xbb, 0x10, 0xb4, 0xd2, 0x30, 0x45, 0xf1, 0xec, 0xf7, 0x00, 0x11, 0xdf, 0x65 -.byte 0xf8, 0xdc, 0x2b, 0x43, 0x55, 0xbf, 0x16, 0x97, 0xc4, 0x0f, 0xd5, 0x2c, 0x61, 0x84, 0xaa, 0x72 -.byte 0x86, 0xfe, 0xe6, 0x3a, 0x7e, 0xc2, 0x3f, 0x7d, 0xee, 0xfc, 0x2f, 0x14, 0x3e, 0xe6, 0x85, 0xdd -.byte 0x50, 0x6f, 0xb7, 0x49, 0xed, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x51, 0x02, 0x26, 0x30, 0x4f -.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x29, 0x30 -.byte 0x27, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x20, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74 -.byte 0x20, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x52, 0x65, 0x73, 0x65, 0x61, 0x72 -.byte 0x63, 0x68, 0x20, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x13, 0x0c, 0x49, 0x53, 0x52, 0x47, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x58, 0x31, 0x30 +.byte 0x9b, 0x63, 0x9f, 0x84, 0xb5, 0x99, 0x4d, 0x58, 0xa0, 0x8e, 0xf5, 0x54, 0xe7, 0x95, 0xc9, 0x50 +.byte 0x00, 0x78, 0x00, 0x30, 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x55, 0x53, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0f, 0x53, 0x53, 0x4c +.byte 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x25, 0x30, 0x23 +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x53, 0x53, 0x4c, 0x2e, 0x63, 0x6f, 0x6d, 0x20, 0x54 +.byte 0x4c, 0x53, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32 +.byte 0x30, 0x32, 0x32, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01 +.byte 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x45, 0x29, 0x35, 0x73, 0xfa +.byte 0xc2, 0xb8, 0x23, 0xce, 0x14, 0x7d, 0xa8, 0xb1, 0x4d, 0xa0, 0x5b, 0x36, 0xee, 0x2a, 0x2c, 0x53 +.byte 0xc3, 0x60, 0x09, 0x35, 0xb2, 0x24, 0x66, 0x26, 0x69, 0xc0, 0xb3, 0x95, 0xd6, 0x5d, 0x92, 0x40 +.byte 0x19, 0x0e, 0xc6, 0xa5, 0x13, 0x70, 0xf4, 0xef, 0x12, 0x51, 0x28, 0x5d, 0xe7, 0xcc, 0xbd, 0xf9 +.byte 0x3c, 0x85, 0xc1, 0xcf, 0x94, 0x90, 0xc9, 0x2b, 0xce, 0x92, 0x42, 0x58, 0x59, 0x67, 0xfd, 0x94 +.byte 0x27, 0x10, 0x64, 0x8c, 0x4f, 0x04, 0xb1, 0x4d, 0x49, 0xe4, 0x7b, 0x4f, 0x9b, 0xf5, 0xe7, 0x08 +.byte 0xf8, 0x03, 0x88, 0xf7, 0xa7, 0xc3, 0x92, 0x4b, 0x19, 0x54, 0x81, 0x50, 0x00, 0x26, 0x02, 0x30 +.byte 0x4e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x18 +.byte 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0f, 0x53, 0x53, 0x4c, 0x20, 0x43, 0x6f, 0x72 +.byte 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x0c, 0x1c, 0x53, 0x53, 0x4c, 0x2e, 0x63, 0x6f, 0x6d, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x52 +.byte 0x53, 0x41, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x32, 0x32, 0x30 .byte 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01 .byte 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00 -.byte 0xad, 0xe8, 0x24, 0x73, 0xf4, 0x14, 0x37, 0xf3, 0x9b, 0x9e, 0x2b, 0x57, 0x28, 0x1c, 0x87, 0xbe -.byte 0xdc, 0xb7, 0xdf, 0x38, 0x90, 0x8c, 0x6e, 0x3c, 0xe6, 0x57, 0xa0, 0x78, 0xf7, 0x75, 0xc2, 0xa2 -.byte 0xfe, 0xf5, 0x6a, 0x6e, 0xf6, 0x00, 0x4f, 0x28, 0xdb, 0xde, 0x68, 0x86, 0x6c, 0x44, 0x93, 0xb6 -.byte 0xb1, 0x63, 0xfd, 0x14, 0x12, 0x6b, 0xbf, 0x1f, 0xd2, 0xea, 0x31, 0x9b, 0x21, 0x7e, 0xd1, 0x33 -.byte 0x3c, 0xba, 0x48, 0xf5, 0xdd, 0x79, 0xdf, 0xb3, 0xb8, 0xff, 0x12, 0xf1, 0x21, 0x9a, 0x4b, 0xc1 -.byte 0x8a, 0x86, 0x71, 0x69, 0x4a, 0x66, 0x66, 0x6c, 0x8f, 0x7e, 0x3c, 0x70, 0xbf, 0xad, 0x29, 0x22 -.byte 0x06, 0xf3, 0xe4, 0xc0, 0xe6, 0x80, 0xae, 0xe2, 0x4b, 0x8f, 0xb7, 0x99, 0x7e, 0x94, 0x03, 0x9f -.byte 0xd3, 0x47, 0x97, 0x7c, 0x99, 0x48, 0x23, 0x53, 0xe8, 0x38, 0xae, 0x4f, 0x0a, 0x6f, 0x83, 0x2e -.byte 0xd1, 0x49, 0x57, 0x8c, 0x80, 0x74, 0xb6, 0xda, 0x2f, 0xd0, 0x38, 0x8d, 0x7b, 0x03, 0x70, 0x21 -.byte 0x1b, 0x75, 0xf2, 0x30, 0x3c, 0xfa, 0x8f, 0xae, 0xdd, 0xda, 0x63, 0xab, 0xeb, 0x16, 0x4f, 0xc2 -.byte 0x8e, 0x11, 0x4b, 0x7e, 0xcf, 0x0b, 0xe8, 0xff, 0xb5, 0x77, 0x2e, 0xf4, 0xb2, 0x7b, 0x4a, 0xe0 -.byte 0x4c, 0x12, 0x25, 0x0c, 0x70, 0x8d, 0x03, 0x29, 0xa0, 0xe1, 0x53, 0x24, 0xec, 0x13, 0xd9, 0xee -.byte 0x19, 0xbf, 0x10, 0xb3, 0x4a, 0x8c, 0x3f, 0x89, 0xa3, 0x61, 0x51, 0xde, 0xac, 0x87, 0x07, 0x94 -.byte 0xf4, 0x63, 0x71, 0xec, 0x2e, 0xe2, 0x6f, 0x5b, 0x98, 0x81, 0xe1, 0x89, 0x5c, 0x34, 0x79, 0x6c -.byte 0x76, 0xef, 0x3b, 0x90, 0x62, 0x79, 0xe6, 0xdb, 0xa4, 0x9a, 0x2f, 0x26, 0xc5, 0xd0, 0x10, 0xe1 -.byte 0x0e, 0xde, 0xd9, 0x10, 0x8e, 0x16, 0xfb, 0xb7, 0xf7, 0xa8, 0xf7, 0xc7, 0xe5, 0x02, 0x07, 0x98 -.byte 0x8f, 0x36, 0x08, 0x95, 0xe7, 0xe2, 0x37, 0x96, 0x0d, 0x36, 0x75, 0x9e, 0xfb, 0x0e, 0x72, 0xb1 -.byte 0x1d, 0x9b, 0xbc, 0x03, 0xf9, 0x49, 0x05, 0xd8, 0x81, 0xdd, 0x05, 0xb4, 0x2a, 0xd6, 0x41, 0xe9 -.byte 0xac, 0x01, 0x76, 0x95, 0x0a, 0x0f, 0xd8, 0xdf, 0xd5, 0xbd, 0x12, 0x1f, 0x35, 0x2f, 0x28, 0x17 -.byte 0x6c, 0xd2, 0x98, 0xc1, 0xa8, 0x09, 0x64, 0x77, 0x6e, 0x47, 0x37, 0xba, 0xce, 0xac, 0x59, 0x5e -.byte 0x68, 0x9d, 0x7f, 0x72, 0xd6, 0x89, 0xc5, 0x06, 0x41, 0x29, 0x3e, 0x59, 0x3e, 0xdd, 0x26, 0xf5 -.byte 0x24, 0xc9, 0x11, 0xa7, 0x5a, 0xa3, 0x4c, 0x40, 0x1f, 0x46, 0xa1, 0x99, 0xb5, 0xa7, 0x3a, 0x51 -.byte 0x6e, 0x86, 0x3b, 0x9e, 0x7d, 0x72, 0xa7, 0x12, 0x05, 0x78, 0x59, 0xed, 0x3e, 0x51, 0x78, 0x15 -.byte 0x0b, 0x03, 0x8f, 0x8d, 0xd0, 0x2f, 0x05, 0xb2, 0x3e, 0x7b, 0x4a, 0x1c, 0x4b, 0x73, 0x05, 0x12 -.byte 0xfc, 0xc6, 0xea, 0xe0, 0x50, 0x13, 0x7c, 0x43, 0x93, 0x74, 0xb3, 0xca, 0x74, 0xe7, 0x8e, 0x1f -.byte 0x01, 0x08, 0xd0, 0x30, 0xd4, 0x5b, 0x71, 0x36, 0xb4, 0x07, 0xba, 0xc1, 0x30, 0x30, 0x5c, 0x48 -.byte 0xb7, 0x82, 0x3b, 0x98, 0xa6, 0x7d, 0x60, 0x8a, 0xa2, 0xa3, 0x29, 0x82, 0xcc, 0xba, 0xbd, 0x83 -.byte 0x04, 0x1b, 0xa2, 0x83, 0x03, 0x41, 0xa1, 0xd6, 0x05, 0xf1, 0x1b, 0xc2, 0xb6, 0xf0, 0xa8, 0x7c -.byte 0x86, 0x3b, 0x46, 0xa8, 0x48, 0x2a, 0x88, 0xdc, 0x76, 0x9a, 0x76, 0xbf, 0x1f, 0x6a, 0xa5, 0x3d -.byte 0x19, 0x8f, 0xeb, 0x38, 0xf3, 0x64, 0xde, 0xc8, 0x2b, 0x0d, 0x0a, 0x28, 0xff, 0xf7, 0xdb, 0xe2 -.byte 0x15, 0x42, 0xd4, 0x22, 0xd0, 0x27, 0x5d, 0xe1, 0x79, 0xfe, 0x18, 0xe7, 0x70, 0x88, 0xad, 0x4e -.byte 0xe6, 0xd9, 0x8b, 0x3a, 0xc6, 0xdd, 0x27, 0x51, 0x6e, 0xff, 0xbc, 0x64, 0xf5, 0x33, 0x43, 0x4f -.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x51, 0x00, 0x78, 0x30, 0x4f, 0x31, 0x0b, 0x30, 0x09, 0x06 -.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x29, 0x30, 0x27, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x13, 0x20, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x20, 0x53, 0x65, 0x63, 0x75 -.byte 0x72, 0x69, 0x74, 0x79, 0x20, 0x52, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x20, 0x47, 0x72 -.byte 0x6f, 0x75, 0x70, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0c, 0x49, 0x53 -.byte 0x52, 0x47, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x58, 0x32, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07 -.byte 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62 -.byte 0x00, 0x04, 0xcd, 0x9b, 0xd5, 0x9f, 0x80, 0x83, 0x0a, 0xec, 0x09, 0x4a, 0xf3, 0x16, 0x4a, 0x3e -.byte 0x5c, 0xcf, 0x77, 0xac, 0xde, 0x67, 0x05, 0x0d, 0x1d, 0x07, 0xb6, 0xdc, 0x16, 0xfb, 0x5a, 0x8b -.byte 0x14, 0xdb, 0xe2, 0x71, 0x60, 0xc4, 0xba, 0x45, 0x95, 0x11, 0x89, 0x8e, 0xea, 0x06, 0xdf, 0xf7 -.byte 0x2a, 0x16, 0x1c, 0xa4, 0xb9, 0xc5, 0xc5, 0x32, 0xe0, 0x03, 0xe0, 0x1e, 0x82, 0x18, 0x38, 0x8b -.byte 0xd7, 0x45, 0xd8, 0x0a, 0x6a, 0x6e, 0xe6, 0x00, 0x77, 0xfb, 0x02, 0x51, 0x7d, 0x22, 0xd8, 0x0a -.byte 0x6e, 0x9a, 0x5b, 0x77, 0xdf, 0xf0, 0xfa, 0x41, 0xec, 0x39, 0xdc, 0x75, 0xca, 0x68, 0x07, 0x0c -.byte 0x1f, 0xea, 0x00, 0x52, 0x01, 0x26, 0x30, 0x50, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 -.byte 0x06, 0x13, 0x02, 0x44, 0x45, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0c -.byte 0x44, 0x2d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x2a, 0x30, 0x28 -.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x21, 0x44, 0x2d, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x52 -.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x33, 0x20, 0x43, 0x41, 0x20, 0x32 -.byte 0x20, 0x45, 0x56, 0x20, 0x32, 0x30, 0x30, 0x39, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09 -.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00 -.byte 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0x99, 0xf1, 0x84, 0x34, 0x70, 0xba, 0x2f -.byte 0xb7, 0x30, 0xa0, 0x8e, 0xbd, 0x7c, 0x04, 0xcf, 0xbe, 0x62, 0xbc, 0x99, 0xfd, 0x82, 0x97, 0xd2 -.byte 0x7a, 0x0a, 0x67, 0x96, 0x38, 0x09, 0xf6, 0x10, 0x4e, 0x95, 0x22, 0x73, 0x99, 0x8d, 0xda, 0x15 -.byte 0x2d, 0xe7, 0x05, 0xfc, 0x19, 0x73, 0x22, 0xb7, 0x8e, 0x98, 0x00, 0xbc, 0x3c, 0x3d, 0xac, 0xa1 -.byte 0x6c, 0xfb, 0xd6, 0x79, 0x25, 0x4b, 0xad, 0xf0, 0xcc, 0x64, 0xda, 0x88, 0x3e, 0x29, 0xb8, 0x0f -.byte 0x09, 0xd3, 0x34, 0xdd, 0x33, 0xf5, 0x62, 0xd1, 0xe1, 0xcd, 0x19, 0xe9, 0xee, 0x18, 0x4f, 0x4c -.byte 0x58, 0xae, 0xe2, 0x1e, 0xd6, 0x0c, 0x5b, 0x15, 0x5a, 0xd8, 0x3a, 0xb8, 0xc4, 0x18, 0x64, 0x1e -.byte 0xe3, 0x33, 0xb2, 0xb5, 0x89, 0x77, 0x4e, 0x0c, 0xbf, 0xd9, 0x94, 0x6b, 0x13, 0x97, 0x6f, 0x12 -.byte 0xa3, 0xfe, 0x99, 0xa9, 0x04, 0xcc, 0x15, 0xec, 0x60, 0x68, 0x36, 0xed, 0x08, 0x7b, 0xb7, 0xf5 -.byte 0xbf, 0x93, 0xed, 0x66, 0x31, 0x83, 0x8c, 0xc6, 0x71, 0x34, 0x87, 0x4e, 0x17, 0xea, 0xaf, 0x8b -.byte 0x91, 0x8d, 0x1c, 0x56, 0x41, 0xae, 0x22, 0x37, 0x5e, 0x37, 0xf2, 0x1d, 0xd9, 0xd1, 0x2d, 0x0d -.byte 0x2f, 0x69, 0x51, 0xa7, 0xbe, 0x66, 0xa6, 0x8a, 0x3a, 0x2a, 0xbd, 0xc7, 0x1a, 0xb1, 0xe1, 0x14 -.byte 0xf0, 0xbe, 0x3a, 0x1d, 0xb9, 0xcf, 0x5b, 0xb1, 0x6a, 0xfe, 0xb4, 0xb1, 0x46, 0x20, 0xa2, 0xfb -.byte 0x1e, 0x3b, 0x70, 0xef, 0x93, 0x98, 0x7d, 0x8c, 0x73, 0x96, 0xf2, 0xc5, 0xef, 0x85, 0x70, 0xad -.byte 0x29, 0x26, 0xfc, 0x1e, 0x04, 0x3e, 0x1c, 0xa0, 0xd8, 0x0f, 0xcb, 0x52, 0x83, 0x62, 0x7c, 0xee -.byte 0x8b, 0x53, 0x95, 0x90, 0xa9, 0x57, 0xa2, 0xea, 0x61, 0x05, 0xd8, 0xf9, 0x4d, 0xc4, 0x27, 0xfa -.byte 0x6e, 0xad, 0xed, 0xf9, 0xd7, 0x51, 0xf7, 0x6b, 0xa5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x52 -.byte 0x01, 0x26, 0x30, 0x50, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a -.byte 0x50, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0f, 0x53, 0x45, 0x43, 0x4f -.byte 0x4d, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x31, 0x27, 0x30, 0x25, 0x06 -.byte 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x43 -.byte 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f -.byte 0x74, 0x43, 0x41, 0x31, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 -.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a -.byte 0x02, 0x82, 0x01, 0x01, 0x00, 0xb3, 0xb3, 0xfe, 0x7f, 0xd3, 0x6d, 0xb1, 0xef, 0x16, 0x7c, 0x57 -.byte 0xa5, 0x0c, 0x6d, 0x76, 0x8a, 0x2f, 0x4b, 0xbf, 0x64, 0xfb, 0x4c, 0xee, 0x8a, 0xf0, 0xf3, 0x29 -.byte 0x7c, 0xf5, 0xff, 0xee, 0x2a, 0xe0, 0xe9, 0xe9, 0xba, 0x5b, 0x64, 0x22, 0x9a, 0x9a, 0x6f, 0x2c -.byte 0x3a, 0x26, 0x69, 0x51, 0x05, 0x99, 0x26, 0xdc, 0xd5, 0x1c, 0x6a, 0x71, 0xc6, 0x9a, 0x7d, 0x1e -.byte 0x9d, 0xdd, 0x7c, 0x6c, 0xc6, 0x8c, 0x67, 0x67, 0x4a, 0x3e, 0xf8, 0x71, 0xb0, 0x19, 0x27, 0xa9 -.byte 0x09, 0x0c, 0xa6, 0x95, 0xbf, 0x4b, 0x8c, 0x0c, 0xfa, 0x55, 0x98, 0x3b, 0xd8, 0xe8, 0x22, 0xa1 -.byte 0x4b, 0x71, 0x38, 0x79, 0xac, 0x97, 0x92, 0x69, 0xb3, 0x89, 0x7e, 0xea, 0x21, 0x68, 0x06, 0x98 -.byte 0x14, 0x96, 0x87, 0xd2, 0x61, 0x36, 0xbc, 0x6d, 0x27, 0x56, 0x9e, 0x57, 0xee, 0xc0, 0xc0, 0x56 -.byte 0xfd, 0x32, 0xcf, 0xa4, 0xd9, 0x8e, 0xc2, 0x23, 0xd7, 0x8d, 0xa8, 0xf3, 0xd8, 0x25, 0xac, 0x97 -.byte 0xe4, 0x70, 0x38, 0xf4, 0xb6, 0x3a, 0xb4, 0x9d, 0x3b, 0x97, 0x26, 0x43, 0xa3, 0xa1, 0xbc, 0x49 -.byte 0x59, 0x72, 0x4c, 0x23, 0x30, 0x87, 0x01, 0x58, 0xf6, 0x4e, 0xbe, 0x1c, 0x68, 0x56, 0x66, 0xaf -.byte 0xcd, 0x41, 0x5d, 0xc8, 0xb3, 0x4d, 0x2a, 0x55, 0x46, 0xab, 0x1f, 0xda, 0x1e, 0xe2, 0x40, 0x3d -.byte 0xdb, 0xcd, 0x7d, 0xb9, 0x92, 0x80, 0x9c, 0x37, 0xdd, 0x0c, 0x96, 0x64, 0x9d, 0xdc, 0x22, 0xf7 -.byte 0x64, 0x8b, 0xdf, 0x61, 0xde, 0x15, 0x94, 0x52, 0x15, 0xa0, 0x7d, 0x52, 0xc9, 0x4b, 0xa8, 0x21 -.byte 0xc9, 0xc6, 0xb1, 0xed, 0xcb, 0xc3, 0x95, 0x60, 0xd1, 0x0f, 0xf0, 0xab, 0x70, 0xf8, 0xdf, 0xcb -.byte 0x4d, 0x7e, 0xec, 0xd6, 0xfa, 0xab, 0xd9, 0xbd, 0x7f, 0x54, 0xf2, 0xa5, 0xe9, 0x79, 0xfa, 0xd9 -.byte 0xd6, 0x76, 0x24, 0x28, 0x73, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x52, 0x00, 0x5b, 0x30, 0x50 -.byte 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1b, 0x47, 0x6c, 0x6f, 0x62, 0x61 -.byte 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 -.byte 0x41, 0x20, 0x2d, 0x20, 0x52, 0x34, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 -.byte 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x31, 0x13, 0x30, 0x11, 0x06 -.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e -.byte 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a -.byte 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0xb8, 0xc6, 0x79, 0xd3, 0x8f -.byte 0x6c, 0x25, 0x0e, 0x9f, 0x2e, 0x39, 0x19, 0x1c, 0x03, 0xa4, 0xae, 0x9a, 0xe5, 0x39, 0x07, 0x09 -.byte 0x16, 0xca, 0x63, 0xb1, 0xb9, 0x86, 0xf8, 0x8a, 0x57, 0xc1, 0x57, 0xce, 0x42, 0xfa, 0x73, 0xa1 -.byte 0xf7, 0x65, 0x42, 0xff, 0x1e, 0xc1, 0x00, 0xb2, 0x6e, 0x73, 0x0e, 0xff, 0xc7, 0x21, 0xe5, 0x18 -.byte 0xa4, 0xaa, 0xd9, 0x71, 0x3f, 0xa8, 0xd4, 0xb9, 0xce, 0x8c, 0x1d, 0x00, 0x52, 0x00, 0x78, 0x30 -.byte 0x50, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1b, 0x47, 0x6c, 0x6f, 0x62 -.byte 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20 -.byte 0x43, 0x41, 0x20, 0x2d, 0x20, 0x52, 0x35, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0a -.byte 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x31, 0x13, 0x30, 0x11 -.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67 -.byte 0x6e, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05 -.byte 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x47, 0x45, 0x0e, 0x96, 0xfb, 0x7d, 0x5d -.byte 0xbf, 0xe9, 0x39, 0xd1, 0x21, 0xf8, 0x9f, 0x0b, 0xb6, 0xd5, 0x7b, 0x1e, 0x92, 0x3a, 0x48, 0x59 -.byte 0x1c, 0xf0, 0x62, 0x31, 0x2d, 0xc0, 0x7a, 0x28, 0xfe, 0x1a, 0xa7, 0x5c, 0xb3, 0xb6, 0xcc, 0x97 -.byte 0xe7, 0x45, 0xd4, 0x58, 0xfa, 0xd1, 0x77, 0x6d, 0x43, 0xa2, 0xc0, 0x87, 0x65, 0x34, 0x0a, 0x1f -.byte 0x7a, 0xdd, 0xeb, 0x3c, 0x33, 0xa1, 0xc5, 0x9d, 0x4d, 0xa4, 0x6f, 0x41, 0x95, 0x38, 0x7f, 0xc9 -.byte 0x1e, 0x84, 0xeb, 0xd1, 0x9e, 0x49, 0x92, 0x87, 0x94, 0x87, 0x0c, 0x3a, 0x85, 0x4a, 0x66, 0x9f -.byte 0x9d, 0x59, 0x93, 0x4d, 0x97, 0x61, 0x06, 0x86, 0x4a, 0x00, 0x53, 0x02, 0x26, 0x30, 0x51, 0x31 -.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x42, 0x30, 0x40 -.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x39, 0x41, 0x75, 0x74, 0x6f, 0x72, 0x69, 0x64, 0x61, 0x64 -.byte 0x20, 0x64, 0x65, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x63, 0x69, 0x6f -.byte 0x6e, 0x20, 0x46, 0x69, 0x72, 0x6d, 0x61, 0x70, 0x72, 0x6f, 0x66, 0x65, 0x73, 0x69, 0x6f, 0x6e -.byte 0x61, 0x6c, 0x20, 0x43, 0x49, 0x46, 0x20, 0x41, 0x36, 0x32, 0x36, 0x33, 0x34, 0x30, 0x36, 0x38 +.byte 0xd0, 0xa4, 0x09, 0x72, 0x4f, 0x40, 0x88, 0x12, 0x61, 0x3e, 0x35, 0x23, 0x9e, 0xee, 0xf6, 0x74 +.byte 0xcf, 0x2f, 0x7b, 0x58, 0x3d, 0xce, 0x3c, 0x0d, 0x10, 0x28, 0x90, 0x2f, 0x97, 0xf7, 0x8c, 0x48 +.byte 0xd8, 0xa0, 0xd8, 0x25, 0xb1, 0x4c, 0xb0, 0x11, 0x4c, 0x17, 0x73, 0x50, 0xd0, 0x22, 0x4a, 0x63 +.byte 0xbb, 0x81, 0xd3, 0x29, 0x6e, 0xd5, 0xb5, 0x09, 0x3e, 0x26, 0x18, 0x7f, 0xb2, 0x12, 0x7f, 0x93 +.byte 0x98, 0xb7, 0xaf, 0xf0, 0x36, 0xbf, 0xf2, 0xee, 0x18, 0x9e, 0x9c, 0x3b, 0x52, 0xc5, 0x47, 0x19 +.byte 0x5d, 0x74, 0xf3, 0x64, 0x66, 0xd5, 0x5d, 0xc7, 0x68, 0xb4, 0xbf, 0x1b, 0x1c, 0x06, 0xa3, 0xbc +.byte 0x8f, 0x40, 0x23, 0xb6, 0x1e, 0xc6, 0x84, 0xbd, 0x51, 0xc4, 0x1b, 0x39, 0xc1, 0x95, 0xd2, 0x29 +.byte 0xec, 0x4b, 0xae, 0x7b, 0x2d, 0xbf, 0x39, 0xfd, 0xb4, 0x62, 0xde, 0x96, 0x7b, 0x41, 0xc6, 0x9c +.byte 0xa0, 0xe0, 0x06, 0x72, 0xfb, 0xf0, 0x07, 0x97, 0x09, 0x39, 0x81, 0x74, 0xaf, 0xf7, 0x34, 0x59 +.byte 0x11, 0x57, 0x0a, 0xc2, 0x5b, 0xc1, 0x24, 0xf4, 0x31, 0x73, 0x30, 0x82, 0xc6, 0x9d, 0xba, 0x02 +.byte 0xf7, 0x3e, 0x7c, 0x44, 0x5f, 0x83, 0x0d, 0xf3, 0xf1, 0xdd, 0x20, 0x69, 0x16, 0x09, 0x50, 0xe2 +.byte 0xd4, 0x55, 0xb6, 0xe0, 0x80, 0x72, 0x76, 0x6e, 0x4c, 0x47, 0xb7, 0x75, 0x55, 0x59, 0xb4, 0x53 +.byte 0x74, 0xd9, 0x94, 0xc6, 0x41, 0xad, 0x58, 0x8a, 0x31, 0x66, 0x0f, 0x1e, 0xa2, 0x1b, 0x29, 0x40 +.byte 0x4e, 0x2f, 0xdf, 0x7b, 0xe6, 0x16, 0x2c, 0x2d, 0xfc, 0xbf, 0xec, 0xf3, 0xb4, 0xfa, 0xbe, 0x18 +.byte 0xf6, 0x9b, 0x49, 0xd4, 0xee, 0x05, 0x6e, 0xd9, 0x34, 0xf3, 0x9c, 0xf1, 0xec, 0x01, 0x8b, 0xd1 +.byte 0x20, 0xc6, 0x0f, 0xa0, 0xb5, 0xbc, 0x17, 0x4e, 0x48, 0x7b, 0x51, 0xc2, 0xfc, 0xe9, 0x5c, 0x69 +.byte 0x37, 0x47, 0x66, 0xb3, 0x68, 0xf8, 0x15, 0x28, 0xf0, 0xb9, 0xd3, 0xa4, 0x15, 0xcc, 0x5a, 0x4f +.byte 0xba, 0x52, 0x70, 0xa3, 0x12, 0x45, 0xdd, 0xc6, 0xba, 0x4e, 0xfb, 0xc2, 0xd0, 0xf7, 0xa8, 0x52 +.byte 0x27, 0x6d, 0x6e, 0x79, 0xb5, 0x8c, 0xfc, 0x7b, 0x8c, 0xc1, 0x16, 0x4c, 0xee, 0x80, 0x7f, 0xbe +.byte 0xf0, 0x76, 0xbe, 0x41, 0x53, 0x12, 0x33, 0xae, 0x5a, 0x38, 0x42, 0xab, 0xd7, 0x0f, 0x3e, 0x41 +.byte 0x8d, 0x76, 0x07, 0x32, 0xd5, 0xab, 0x89, 0xf6, 0x4e, 0x67, 0xd9, 0xb1, 0x42, 0x75, 0x23, 0x6e +.byte 0xf3, 0xcd, 0x42, 0xb2, 0xfc, 0x55, 0xf5, 0x53, 0x87, 0x17, 0x3b, 0xc0, 0x33, 0x58, 0xf1, 0x52 +.byte 0xd2, 0xf9, 0x80, 0xa4, 0xf0, 0xe8, 0xf0, 0x3b, 0x8b, 0x38, 0xcc, 0xa4, 0xc6, 0x90, 0x7f, 0x0f +.byte 0x9c, 0xfd, 0x8b, 0xd1, 0xa3, 0xcf, 0xda, 0x83, 0xa7, 0x69, 0xc9, 0x50, 0x36, 0xd5, 0x5c, 0x05 +.byte 0xd2, 0x0a, 0x41, 0x74, 0xdb, 0x63, 0x11, 0x37, 0xc1, 0xa5, 0xa0, 0x96, 0x4b, 0x1e, 0x8c, 0x16 +.byte 0x12, 0x77, 0xae, 0x94, 0x34, 0x7b, 0x1e, 0x7f, 0xc2, 0x66, 0x00, 0xe4, 0xaa, 0x83, 0xea, 0x8a +.byte 0x90, 0xad, 0xce, 0x36, 0x44, 0x4d, 0xd1, 0x51, 0xe9, 0xbc, 0x1f, 0xf3, 0x6a, 0x05, 0xfd, 0xc0 +.byte 0x74, 0x1f, 0x25, 0x19, 0x40, 0x51, 0x6e, 0xea, 0x82, 0x51, 0x40, 0xdf, 0x9b, 0xb9, 0x08, 0x2a +.byte 0x06, 0x02, 0xd5, 0x23, 0x1c, 0x13, 0xd6, 0xe9, 0xdb, 0xdb, 0xc6, 0xb0, 0x7a, 0xcb, 0x7b, 0x27 +.byte 0x9b, 0xfb, 0xe0, 0xd5, 0x46, 0x24, 0xed, 0x10, 0x4b, 0x63, 0x4b, 0xa5, 0x05, 0x8f, 0xba, 0xb8 +.byte 0x1d, 0x2b, 0xa6, 0xfa, 0x91, 0xe2, 0x92, 0x52, 0xbd, 0xec, 0xeb, 0x67, 0x97, 0x6d, 0x9a, 0x2d +.byte 0x9f, 0x81, 0x32, 0x05, 0x67, 0x32, 0xfb, 0x48, 0x08, 0x3f, 0xd9, 0x25, 0xb8, 0x04, 0x25, 0x2f +.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x51, 0x00, 0x26, 0x02, 0x30, 0x4f, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x57, 0x31, 0x23, 0x30, 0x21, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x0c, 0x1a, 0x43, 0x68, 0x75, 0x6e, 0x67, 0x68, 0x77, 0x61, 0x20, 0x54, 0x65, 0x6c, 0x65 +.byte 0x63, 0x6f, 0x6d, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x20, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x1b, 0x30 +.byte 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x12, 0x48, 0x69, 0x50, 0x4b, 0x49, 0x20, 0x52, 0x6f +.byte 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x47, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02 +.byte 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xf4, 0x1e, 0x7f, 0x52, 0x73 +.byte 0x32, 0x0c, 0x73, 0xe4, 0xbd, 0x13, 0x74, 0xa3, 0xd4, 0x30, 0xa8, 0xd0, 0xae, 0x4b, 0xd8, 0xb6 +.byte 0xdf, 0x75, 0x47, 0x66, 0xf4, 0x7c, 0xe7, 0x39, 0x04, 0x1e, 0x6a, 0x70, 0x20, 0xd2, 0x5a, 0x47 +.byte 0x72, 0x67, 0x55, 0xf4, 0xa5, 0xe8, 0x9d, 0xd5, 0x1e, 0x21, 0xa1, 0xf0, 0x67, 0xba, 0xcc, 0x21 +.byte 0x68, 0xbe, 0x44, 0x53, 0xbf, 0x8d, 0xf9, 0xe2, 0xdc, 0x2f, 0x55, 0xc8, 0x37, 0x3f, 0x1f, 0xa4 +.byte 0xc0, 0x9c, 0xb3, 0xe4, 0x77, 0x5c, 0xa0, 0x46, 0xfe, 0x77, 0xfa, 0x1a, 0xa0, 0x38, 0xea, 0xed +.byte 0x9a, 0x72, 0xde, 0x2b, 0xbd, 0x94, 0x57, 0x3a, 0xba, 0xec, 0x79, 0xe7, 0x5f, 0x7d, 0x42, 0x64 +.byte 0x39, 0x7a, 0x26, 0x36, 0xf7, 0x24, 0xf0, 0xd5, 0x2f, 0xba, 0x95, 0x98, 0x11, 0x66, 0xad, 0x97 +.byte 0x35, 0xd6, 0x75, 0x01, 0x80, 0xe0, 0xaf, 0xf4, 0x84, 0x61, 0x8c, 0x0d, 0x1e, 0x5f, 0x7c, 0x87 +.byte 0x96, 0x5e, 0x41, 0xaf, 0xeb, 0x87, 0xea, 0xf8, 0x5d, 0xf1, 0x2e, 0x88, 0x05, 0x3e, 0x4c, 0x22 +.byte 0xbb, 0xda, 0x1f, 0x2a, 0xdd, 0x52, 0x46, 0x64, 0x39, 0xf3, 0x42, 0xce, 0xd9, 0x9e, 0x0c, 0xb3 +.byte 0xb0, 0x77, 0x97, 0x64, 0x9c, 0xc0, 0xf4, 0xa3, 0x2e, 0x1f, 0x95, 0x07, 0xb0, 0x17, 0xdf, 0x30 +.byte 0xdb, 0x00, 0x18, 0x96, 0x4c, 0xa1, 0x81, 0x4b, 0xdd, 0x04, 0x6d, 0x53, 0xa3, 0x3d, 0xfc, 0x07 +.byte 0xac, 0xd4, 0xc5, 0x37, 0x82, 0xeb, 0xe4, 0x95, 0x08, 0x19, 0x28, 0x82, 0xd2, 0x42, 0x3a, 0xa3 +.byte 0xd8, 0x53, 0xec, 0x79, 0x89, 0x60, 0x48, 0x60, 0xc8, 0x72, 0x92, 0x50, 0xdc, 0x03, 0x8f, 0x83 +.byte 0x3f, 0xb2, 0x42, 0x57, 0x5a, 0xdb, 0x6a, 0xe9, 0x11, 0x97, 0xdd, 0x85, 0x28, 0xbc, 0x30, 0x4c +.byte 0xab, 0xe3, 0xc2, 0xb1, 0x45, 0x44, 0x47, 0x1f, 0xe0, 0x8a, 0x16, 0x07, 0x96, 0xd2, 0x21, 0x0f +.byte 0x53, 0xc0, 0xed, 0xa9, 0x7e, 0xd4, 0x4e, 0xec, 0x9b, 0x09, 0xec, 0xaf, 0x42, 0xac, 0x30, 0xd6 +.byte 0xbf, 0xd1, 0x10, 0x45, 0xe0, 0xa6, 0x16, 0xb2, 0xa5, 0xc5, 0xd3, 0x4f, 0x73, 0x94, 0x33, 0x71 +.byte 0x02, 0xa1, 0x6a, 0xa3, 0xd6, 0x33, 0x97, 0x4f, 0x21, 0x63, 0x1e, 0x5b, 0x8f, 0xd9, 0xc1, 0x5e +.byte 0x45, 0x71, 0x77, 0x0f, 0x81, 0x5d, 0x5f, 0x21, 0x9a, 0xad, 0x83, 0xcc, 0xfa, 0x5e, 0xd6, 0x8d +.byte 0x23, 0x5f, 0x1b, 0x3d, 0x41, 0xaf, 0x20, 0x75, 0x66, 0x5a, 0x4a, 0xf6, 0x9f, 0xfb, 0xab, 0x18 +.byte 0xf7, 0x71, 0xc0, 0xb6, 0x1d, 0x31, 0xec, 0x3b, 0x20, 0xeb, 0xcb, 0xe2, 0xb8, 0xf5, 0xae, 0x92 +.byte 0xb2, 0xf7, 0xe1, 0x84, 0x4b, 0xf2, 0xa2, 0xf2, 0x93, 0x9a, 0x22, 0x9e, 0xd3, 0x14, 0x6f, 0x36 +.byte 0x54, 0xbd, 0x1f, 0x5e, 0x59, 0x15, 0xb9, 0x73, 0xa8, 0xc1, 0x7c, 0x6f, 0x7b, 0x62, 0xe9, 0x16 +.byte 0x6c, 0x47, 0x5a, 0x65, 0xf3, 0x0e, 0x11, 0x9b, 0x46, 0xd9, 0xfd, 0x6d, 0xdc, 0xd6, 0x9c, 0xc0 +.byte 0xb4, 0x7d, 0xa5, 0xb0, 0xdd, 0x3f, 0x56, 0x6f, 0xa1, 0xf9, 0xf6, 0xe4, 0x12, 0x48, 0xfd, 0x06 +.byte 0x7f, 0x12, 0x57, 0xb6, 0xa9, 0x23, 0x4f, 0x5b, 0x03, 0xc3, 0xe0, 0x71, 0x2a, 0x23, 0xb7, 0xf7 +.byte 0xb0, 0xb1, 0x3b, 0xbc, 0x98, 0xbd, 0xd6, 0x98, 0xa8, 0x0c, 0x6b, 0xf6, 0x8e, 0x12, 0x67, 0xa6 +.byte 0xf2, 0xb2, 0x58, 0xe4, 0x02, 0x09, 0x13, 0x3c, 0xa9, 0xbb, 0x10, 0xb4, 0xd2, 0x30, 0x45, 0xf1 +.byte 0xec, 0xf7, 0x00, 0x11, 0xdf, 0x65, 0xf8, 0xdc, 0x2b, 0x43, 0x55, 0xbf, 0x16, 0x97, 0xc4, 0x0f +.byte 0xd5, 0x2c, 0x61, 0x84, 0xaa, 0x72, 0x86, 0xfe, 0xe6, 0x3a, 0x7e, 0xc2, 0x3f, 0x7d, 0xee, 0xfc +.byte 0x2f, 0x14, 0x3e, 0xe6, 0x85, 0xdd, 0x50, 0x6f, 0xb7, 0x49, 0xed, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0x51, 0x00, 0x26, 0x02, 0x30, 0x4f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x55, 0x53, 0x31, 0x29, 0x30, 0x27, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x20, 0x49, 0x6e +.byte 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x20, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20 +.byte 0x52, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x20, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x31, 0x15 +.byte 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0c, 0x49, 0x53, 0x52, 0x47, 0x20, 0x52, 0x6f +.byte 0x6f, 0x74, 0x20, 0x58, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02 +.byte 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xad, 0xe8, 0x24, 0x73, 0xf4, 0x14, 0x37, 0xf3, 0x9b, 0x9e +.byte 0x2b, 0x57, 0x28, 0x1c, 0x87, 0xbe, 0xdc, 0xb7, 0xdf, 0x38, 0x90, 0x8c, 0x6e, 0x3c, 0xe6, 0x57 +.byte 0xa0, 0x78, 0xf7, 0x75, 0xc2, 0xa2, 0xfe, 0xf5, 0x6a, 0x6e, 0xf6, 0x00, 0x4f, 0x28, 0xdb, 0xde +.byte 0x68, 0x86, 0x6c, 0x44, 0x93, 0xb6, 0xb1, 0x63, 0xfd, 0x14, 0x12, 0x6b, 0xbf, 0x1f, 0xd2, 0xea +.byte 0x31, 0x9b, 0x21, 0x7e, 0xd1, 0x33, 0x3c, 0xba, 0x48, 0xf5, 0xdd, 0x79, 0xdf, 0xb3, 0xb8, 0xff +.byte 0x12, 0xf1, 0x21, 0x9a, 0x4b, 0xc1, 0x8a, 0x86, 0x71, 0x69, 0x4a, 0x66, 0x66, 0x6c, 0x8f, 0x7e +.byte 0x3c, 0x70, 0xbf, 0xad, 0x29, 0x22, 0x06, 0xf3, 0xe4, 0xc0, 0xe6, 0x80, 0xae, 0xe2, 0x4b, 0x8f +.byte 0xb7, 0x99, 0x7e, 0x94, 0x03, 0x9f, 0xd3, 0x47, 0x97, 0x7c, 0x99, 0x48, 0x23, 0x53, 0xe8, 0x38 +.byte 0xae, 0x4f, 0x0a, 0x6f, 0x83, 0x2e, 0xd1, 0x49, 0x57, 0x8c, 0x80, 0x74, 0xb6, 0xda, 0x2f, 0xd0 +.byte 0x38, 0x8d, 0x7b, 0x03, 0x70, 0x21, 0x1b, 0x75, 0xf2, 0x30, 0x3c, 0xfa, 0x8f, 0xae, 0xdd, 0xda +.byte 0x63, 0xab, 0xeb, 0x16, 0x4f, 0xc2, 0x8e, 0x11, 0x4b, 0x7e, 0xcf, 0x0b, 0xe8, 0xff, 0xb5, 0x77 +.byte 0x2e, 0xf4, 0xb2, 0x7b, 0x4a, 0xe0, 0x4c, 0x12, 0x25, 0x0c, 0x70, 0x8d, 0x03, 0x29, 0xa0, 0xe1 +.byte 0x53, 0x24, 0xec, 0x13, 0xd9, 0xee, 0x19, 0xbf, 0x10, 0xb3, 0x4a, 0x8c, 0x3f, 0x89, 0xa3, 0x61 +.byte 0x51, 0xde, 0xac, 0x87, 0x07, 0x94, 0xf4, 0x63, 0x71, 0xec, 0x2e, 0xe2, 0x6f, 0x5b, 0x98, 0x81 +.byte 0xe1, 0x89, 0x5c, 0x34, 0x79, 0x6c, 0x76, 0xef, 0x3b, 0x90, 0x62, 0x79, 0xe6, 0xdb, 0xa4, 0x9a +.byte 0x2f, 0x26, 0xc5, 0xd0, 0x10, 0xe1, 0x0e, 0xde, 0xd9, 0x10, 0x8e, 0x16, 0xfb, 0xb7, 0xf7, 0xa8 +.byte 0xf7, 0xc7, 0xe5, 0x02, 0x07, 0x98, 0x8f, 0x36, 0x08, 0x95, 0xe7, 0xe2, 0x37, 0x96, 0x0d, 0x36 +.byte 0x75, 0x9e, 0xfb, 0x0e, 0x72, 0xb1, 0x1d, 0x9b, 0xbc, 0x03, 0xf9, 0x49, 0x05, 0xd8, 0x81, 0xdd +.byte 0x05, 0xb4, 0x2a, 0xd6, 0x41, 0xe9, 0xac, 0x01, 0x76, 0x95, 0x0a, 0x0f, 0xd8, 0xdf, 0xd5, 0xbd +.byte 0x12, 0x1f, 0x35, 0x2f, 0x28, 0x17, 0x6c, 0xd2, 0x98, 0xc1, 0xa8, 0x09, 0x64, 0x77, 0x6e, 0x47 +.byte 0x37, 0xba, 0xce, 0xac, 0x59, 0x5e, 0x68, 0x9d, 0x7f, 0x72, 0xd6, 0x89, 0xc5, 0x06, 0x41, 0x29 +.byte 0x3e, 0x59, 0x3e, 0xdd, 0x26, 0xf5, 0x24, 0xc9, 0x11, 0xa7, 0x5a, 0xa3, 0x4c, 0x40, 0x1f, 0x46 +.byte 0xa1, 0x99, 0xb5, 0xa7, 0x3a, 0x51, 0x6e, 0x86, 0x3b, 0x9e, 0x7d, 0x72, 0xa7, 0x12, 0x05, 0x78 +.byte 0x59, 0xed, 0x3e, 0x51, 0x78, 0x15, 0x0b, 0x03, 0x8f, 0x8d, 0xd0, 0x2f, 0x05, 0xb2, 0x3e, 0x7b +.byte 0x4a, 0x1c, 0x4b, 0x73, 0x05, 0x12, 0xfc, 0xc6, 0xea, 0xe0, 0x50, 0x13, 0x7c, 0x43, 0x93, 0x74 +.byte 0xb3, 0xca, 0x74, 0xe7, 0x8e, 0x1f, 0x01, 0x08, 0xd0, 0x30, 0xd4, 0x5b, 0x71, 0x36, 0xb4, 0x07 +.byte 0xba, 0xc1, 0x30, 0x30, 0x5c, 0x48, 0xb7, 0x82, 0x3b, 0x98, 0xa6, 0x7d, 0x60, 0x8a, 0xa2, 0xa3 +.byte 0x29, 0x82, 0xcc, 0xba, 0xbd, 0x83, 0x04, 0x1b, 0xa2, 0x83, 0x03, 0x41, 0xa1, 0xd6, 0x05, 0xf1 +.byte 0x1b, 0xc2, 0xb6, 0xf0, 0xa8, 0x7c, 0x86, 0x3b, 0x46, 0xa8, 0x48, 0x2a, 0x88, 0xdc, 0x76, 0x9a +.byte 0x76, 0xbf, 0x1f, 0x6a, 0xa5, 0x3d, 0x19, 0x8f, 0xeb, 0x38, 0xf3, 0x64, 0xde, 0xc8, 0x2b, 0x0d +.byte 0x0a, 0x28, 0xff, 0xf7, 0xdb, 0xe2, 0x15, 0x42, 0xd4, 0x22, 0xd0, 0x27, 0x5d, 0xe1, 0x79, 0xfe +.byte 0x18, 0xe7, 0x70, 0x88, 0xad, 0x4e, 0xe6, 0xd9, 0x8b, 0x3a, 0xc6, 0xdd, 0x27, 0x51, 0x6e, 0xff +.byte 0xbc, 0x64, 0xf5, 0x33, 0x43, 0x4f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x51, 0x00, 0x78, 0x00, 0x30 +.byte 0x4f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x29 +.byte 0x30, 0x27, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x20, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65 +.byte 0x74, 0x20, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x52, 0x65, 0x73, 0x65, 0x61 +.byte 0x72, 0x63, 0x68, 0x20, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x13, 0x0c, 0x49, 0x53, 0x52, 0x47, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x58, 0x32 +.byte 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b +.byte 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xcd, 0x9b, 0xd5, 0x9f, 0x80, 0x83, 0x0a, 0xec +.byte 0x09, 0x4a, 0xf3, 0x16, 0x4a, 0x3e, 0x5c, 0xcf, 0x77, 0xac, 0xde, 0x67, 0x05, 0x0d, 0x1d, 0x07 +.byte 0xb6, 0xdc, 0x16, 0xfb, 0x5a, 0x8b, 0x14, 0xdb, 0xe2, 0x71, 0x60, 0xc4, 0xba, 0x45, 0x95, 0x11 +.byte 0x89, 0x8e, 0xea, 0x06, 0xdf, 0xf7, 0x2a, 0x16, 0x1c, 0xa4, 0xb9, 0xc5, 0xc5, 0x32, 0xe0, 0x03 +.byte 0xe0, 0x1e, 0x82, 0x18, 0x38, 0x8b, 0xd7, 0x45, 0xd8, 0x0a, 0x6a, 0x6e, 0xe6, 0x00, 0x77, 0xfb +.byte 0x02, 0x51, 0x7d, 0x22, 0xd8, 0x0a, 0x6e, 0x9a, 0x5b, 0x77, 0xdf, 0xf0, 0xfa, 0x41, 0xec, 0x39 +.byte 0xdc, 0x75, 0xca, 0x68, 0x07, 0x0c, 0x1f, 0xea, 0x52, 0x00, 0x26, 0x01, 0x30, 0x50, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31, 0x15, 0x30, 0x13, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0c, 0x44, 0x2d, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x47, 0x6d +.byte 0x62, 0x48, 0x31, 0x2a, 0x30, 0x28, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x21, 0x44, 0x2d, 0x54 +.byte 0x52, 0x55, 0x53, 0x54, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20 +.byte 0x33, 0x20, 0x43, 0x41, 0x20, 0x32, 0x20, 0x45, 0x56, 0x20, 0x32, 0x30, 0x30, 0x39, 0x30, 0x82 +.byte 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 +.byte 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0x99 +.byte 0xf1, 0x84, 0x34, 0x70, 0xba, 0x2f, 0xb7, 0x30, 0xa0, 0x8e, 0xbd, 0x7c, 0x04, 0xcf, 0xbe, 0x62 +.byte 0xbc, 0x99, 0xfd, 0x82, 0x97, 0xd2, 0x7a, 0x0a, 0x67, 0x96, 0x38, 0x09, 0xf6, 0x10, 0x4e, 0x95 +.byte 0x22, 0x73, 0x99, 0x8d, 0xda, 0x15, 0x2d, 0xe7, 0x05, 0xfc, 0x19, 0x73, 0x22, 0xb7, 0x8e, 0x98 +.byte 0x00, 0xbc, 0x3c, 0x3d, 0xac, 0xa1, 0x6c, 0xfb, 0xd6, 0x79, 0x25, 0x4b, 0xad, 0xf0, 0xcc, 0x64 +.byte 0xda, 0x88, 0x3e, 0x29, 0xb8, 0x0f, 0x09, 0xd3, 0x34, 0xdd, 0x33, 0xf5, 0x62, 0xd1, 0xe1, 0xcd +.byte 0x19, 0xe9, 0xee, 0x18, 0x4f, 0x4c, 0x58, 0xae, 0xe2, 0x1e, 0xd6, 0x0c, 0x5b, 0x15, 0x5a, 0xd8 +.byte 0x3a, 0xb8, 0xc4, 0x18, 0x64, 0x1e, 0xe3, 0x33, 0xb2, 0xb5, 0x89, 0x77, 0x4e, 0x0c, 0xbf, 0xd9 +.byte 0x94, 0x6b, 0x13, 0x97, 0x6f, 0x12, 0xa3, 0xfe, 0x99, 0xa9, 0x04, 0xcc, 0x15, 0xec, 0x60, 0x68 +.byte 0x36, 0xed, 0x08, 0x7b, 0xb7, 0xf5, 0xbf, 0x93, 0xed, 0x66, 0x31, 0x83, 0x8c, 0xc6, 0x71, 0x34 +.byte 0x87, 0x4e, 0x17, 0xea, 0xaf, 0x8b, 0x91, 0x8d, 0x1c, 0x56, 0x41, 0xae, 0x22, 0x37, 0x5e, 0x37 +.byte 0xf2, 0x1d, 0xd9, 0xd1, 0x2d, 0x0d, 0x2f, 0x69, 0x51, 0xa7, 0xbe, 0x66, 0xa6, 0x8a, 0x3a, 0x2a +.byte 0xbd, 0xc7, 0x1a, 0xb1, 0xe1, 0x14, 0xf0, 0xbe, 0x3a, 0x1d, 0xb9, 0xcf, 0x5b, 0xb1, 0x6a, 0xfe +.byte 0xb4, 0xb1, 0x46, 0x20, 0xa2, 0xfb, 0x1e, 0x3b, 0x70, 0xef, 0x93, 0x98, 0x7d, 0x8c, 0x73, 0x96 +.byte 0xf2, 0xc5, 0xef, 0x85, 0x70, 0xad, 0x29, 0x26, 0xfc, 0x1e, 0x04, 0x3e, 0x1c, 0xa0, 0xd8, 0x0f +.byte 0xcb, 0x52, 0x83, 0x62, 0x7c, 0xee, 0x8b, 0x53, 0x95, 0x90, 0xa9, 0x57, 0xa2, 0xea, 0x61, 0x05 +.byte 0xd8, 0xf9, 0x4d, 0xc4, 0x27, 0xfa, 0x6e, 0xad, 0xed, 0xf9, 0xd7, 0x51, 0xf7, 0x6b, 0xa5, 0x02 +.byte 0x03, 0x01, 0x00, 0x01, 0x52, 0x00, 0x26, 0x02, 0x30, 0x50, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x57, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x13, 0x09, 0x54, 0x41, 0x49, 0x57, 0x41, 0x4e, 0x2d, 0x43, 0x41, 0x31, 0x10, 0x30, 0x0e, 0x06 +.byte 0x03, 0x55, 0x04, 0x0b, 0x13, 0x07, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31, 0x1b, 0x30 +.byte 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x12, 0x54, 0x57, 0x43, 0x41, 0x20, 0x43, 0x59, 0x42 +.byte 0x45, 0x52, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02 +.byte 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc6, 0xf8, 0xca, 0x1e, 0xd9 +.byte 0x09, 0x20, 0x7e, 0x1d, 0x6c, 0x4e, 0xce, 0x8f, 0xe3, 0x47, 0x33, 0x44, 0x9c, 0xc7, 0xc9, 0x69 +.byte 0xaa, 0x3a, 0x5b, 0x78, 0xee, 0x70, 0xd2, 0x92, 0xf8, 0x04, 0xb3, 0x52, 0x52, 0x1d, 0x67, 0x72 +.byte 0x28, 0xa1, 0xdf, 0x8b, 0x5d, 0x95, 0x0a, 0xfe, 0xea, 0xcd, 0xed, 0xf7, 0x29, 0xce, 0xf0, 0x6f +.byte 0x7f, 0xac, 0xcd, 0x3d, 0xef, 0xb3, 0x1c, 0x45, 0x6a, 0xf7, 0x28, 0x90, 0xf1, 0x61, 0x57, 0xc5 +.byte 0x0c, 0xc4, 0xa3, 0x50, 0x5d, 0xde, 0xd4, 0xb5, 0xcb, 0x19, 0xca, 0x80, 0xb9, 0x75, 0xce, 0x29 +.byte 0xce, 0xd2, 0x85, 0x22, 0xec, 0x02, 0x63, 0xcc, 0x44, 0x30, 0x20, 0xda, 0xea, 0x91, 0x5b, 0x56 +.byte 0xe6, 0x1d, 0x1c, 0xd5, 0x9d, 0x66, 0xc7, 0x3f, 0xdf, 0x86, 0xca, 0x4b, 0x53, 0xc4, 0xd9, 0x8d +.byte 0xb2, 0x1d, 0xea, 0xf8, 0xdc, 0x27, 0x53, 0xa3, 0x47, 0xe1, 0x61, 0xcc, 0x7d, 0xb5, 0xb0, 0xf8 +.byte 0xee, 0x73, 0x91, 0xc5, 0xce, 0x73, 0x6f, 0xce, 0xee, 0x10, 0x1f, 0x1a, 0x06, 0xcf, 0xe9, 0x27 +.byte 0x60, 0xc5, 0x4f, 0x19, 0xe4, 0xeb, 0xce, 0x22, 0x26, 0x45, 0xd7, 0x60, 0x99, 0xdd, 0xce, 0x4f +.byte 0x37, 0xe0, 0x7f, 0xe7, 0x63, 0xad, 0xb0, 0xb8, 0x59, 0xb8, 0xd0, 0x06, 0x68, 0x35, 0x60, 0xd3 +.byte 0x36, 0xae, 0x71, 0x43, 0x04, 0xf1, 0x69, 0x65, 0x78, 0x7c, 0xf3, 0x1f, 0xf3, 0xca, 0x28, 0x9f +.byte 0x5a, 0x20, 0x95, 0x66, 0xb4, 0xcd, 0xb7, 0xee, 0x8f, 0x78, 0xa4, 0x45, 0x18, 0xe9, 0x26, 0x2f +.byte 0x8d, 0x9b, 0x29, 0x28, 0xb1, 0xa4, 0xb7, 0x3a, 0x6d, 0xb9, 0xd4, 0x1c, 0x38, 0x72, 0x45, 0x58 +.byte 0xb1, 0x5e, 0xeb, 0xf0, 0x28, 0x9b, 0xb7, 0x82, 0xca, 0xfd, 0xcf, 0xd6, 0x33, 0x0f, 0x9f, 0xfb +.byte 0x97, 0x9e, 0xb1, 0x1c, 0x9c, 0x9e, 0xea, 0x5f, 0x5e, 0xdb, 0xaa, 0xdd, 0x54, 0xe9, 0x30, 0x21 +.byte 0x28, 0x6d, 0x8e, 0x79, 0xf3, 0x75, 0x92, 0x8c, 0x26, 0xfe, 0xdc, 0xc5, 0xf6, 0xc3, 0xb0, 0xdf +.byte 0x44, 0x59, 0x43, 0xa3, 0xb6, 0x03, 0x28, 0xf6, 0x08, 0x30, 0xaa, 0x0d, 0x33, 0xe1, 0xef, 0x9c +.byte 0xa9, 0x07, 0x22, 0xe3, 0x59, 0x5b, 0x40, 0x8f, 0xda, 0x88, 0xb7, 0x69, 0x08, 0xa8, 0xb7, 0x23 +.byte 0x2e, 0x44, 0x09, 0x59, 0x37, 0x5b, 0xc7, 0xe3, 0x17, 0xf2, 0x22, 0xeb, 0x6e, 0x39, 0x52, 0xc5 +.byte 0xde, 0x54, 0xa7, 0x98, 0xc9, 0x4b, 0x20, 0x95, 0xdc, 0x46, 0x89, 0x5f, 0xb4, 0x12, 0xf9, 0x85 +.byte 0x29, 0x8e, 0xeb, 0xc8, 0x27, 0x15, 0x20, 0xc0, 0x4b, 0xd4, 0xcc, 0x7c, 0x0c, 0x6c, 0x34, 0x0c +.byte 0x26, 0x9b, 0x26, 0x31, 0xa6, 0x3c, 0xa7, 0xf6, 0xd9, 0xd0, 0x4b, 0xa2, 0x64, 0xff, 0x3b, 0x99 +.byte 0x41, 0x72, 0xc1, 0xe0, 0x70, 0x97, 0xf1, 0x24, 0xbb, 0x2b, 0xc4, 0x74, 0x22, 0xb1, 0xac, 0x6b +.byte 0x22, 0x32, 0x24, 0xd3, 0x78, 0x2a, 0xc0, 0xc0, 0xa1, 0x2f, 0xf1, 0x52, 0x05, 0xc9, 0x3f, 0xef +.byte 0x76, 0x66, 0xe2, 0x45, 0xd8, 0x0d, 0x3d, 0xad, 0x95, 0xc8, 0xc7, 0x89, 0x26, 0xc8, 0x0f, 0xae +.byte 0xa7, 0x03, 0x2e, 0xfb, 0xc1, 0x5f, 0xfa, 0x20, 0xe1, 0x70, 0xad, 0xb0, 0x65, 0x20, 0x37, 0x33 +.byte 0x60, 0xb0, 0xd5, 0xaf, 0xd7, 0x0c, 0x1c, 0xc2, 0x90, 0x70, 0xd7, 0x4a, 0x18, 0xbc, 0x7e, 0x01 +.byte 0xb0, 0xb0, 0xeb, 0x15, 0x1e, 0x44, 0x06, 0xcd, 0xa4, 0x4f, 0xe8, 0x0c, 0xd1, 0xc3, 0x20, 0x10 +.byte 0xe1, 0x54, 0x65, 0x9e, 0xb6, 0x51, 0xd0, 0x1a, 0x76, 0x6b, 0x42, 0x5a, 0x58, 0x76, 0x34, 0xea +.byte 0xb7, 0x37, 0x19, 0xae, 0x2e, 0x75, 0xf9, 0x96, 0xe5, 0xc1, 0x59, 0xf7, 0x94, 0x57, 0x29, 0x25 +.byte 0x8d, 0x3a, 0x4c, 0xab, 0x4d, 0x9a, 0x41, 0xd0, 0x5f, 0x26, 0x03, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0x52, 0x00, 0x5b, 0x00, 0x30, 0x50, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13 +.byte 0x1b, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x45, 0x43, 0x43, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x52, 0x34, 0x31, 0x13, 0x30, 0x11 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67 +.byte 0x6e, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62 +.byte 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce +.byte 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00 +.byte 0x04, 0xb8, 0xc6, 0x79, 0xd3, 0x8f, 0x6c, 0x25, 0x0e, 0x9f, 0x2e, 0x39, 0x19, 0x1c, 0x03, 0xa4 +.byte 0xae, 0x9a, 0xe5, 0x39, 0x07, 0x09, 0x16, 0xca, 0x63, 0xb1, 0xb9, 0x86, 0xf8, 0x8a, 0x57, 0xc1 +.byte 0x57, 0xce, 0x42, 0xfa, 0x73, 0xa1, 0xf7, 0x65, 0x42, 0xff, 0x1e, 0xc1, 0x00, 0xb2, 0x6e, 0x73 +.byte 0x0e, 0xff, 0xc7, 0x21, 0xe5, 0x18, 0xa4, 0xaa, 0xd9, 0x71, 0x3f, 0xa8, 0xd4, 0xb9, 0xce, 0x8c +.byte 0x1d, 0x52, 0x00, 0x78, 0x00, 0x30, 0x50, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x0b +.byte 0x13, 0x1b, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x45, 0x43, 0x43 +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x52, 0x35, 0x31, 0x13, 0x30 +.byte 0x11, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0a, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69 +.byte 0x67, 0x6e, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0a, 0x47, 0x6c, 0x6f +.byte 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48 +.byte 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x47 +.byte 0x45, 0x0e, 0x96, 0xfb, 0x7d, 0x5d, 0xbf, 0xe9, 0x39, 0xd1, 0x21, 0xf8, 0x9f, 0x0b, 0xb6, 0xd5 +.byte 0x7b, 0x1e, 0x92, 0x3a, 0x48, 0x59, 0x1c, 0xf0, 0x62, 0x31, 0x2d, 0xc0, 0x7a, 0x28, 0xfe, 0x1a +.byte 0xa7, 0x5c, 0xb3, 0xb6, 0xcc, 0x97, 0xe7, 0x45, 0xd4, 0x58, 0xfa, 0xd1, 0x77, 0x6d, 0x43, 0xa2 +.byte 0xc0, 0x87, 0x65, 0x34, 0x0a, 0x1f, 0x7a, 0xdd, 0xeb, 0x3c, 0x33, 0xa1, 0xc5, 0x9d, 0x4d, 0xa4 +.byte 0x6f, 0x41, 0x95, 0x38, 0x7f, 0xc9, 0x1e, 0x84, 0xeb, 0xd1, 0x9e, 0x49, 0x92, 0x87, 0x94, 0x87 +.byte 0x0c, 0x3a, 0x85, 0x4a, 0x66, 0x9f, 0x9d, 0x59, 0x93, 0x4d, 0x97, 0x61, 0x06, 0x86, 0x4a, 0x53 +.byte 0x00, 0x26, 0x02, 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x45, 0x53, 0x31, 0x42, 0x30, 0x40, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x39, 0x41, 0x75, 0x74 +.byte 0x6f, 0x72, 0x69, 0x64, 0x61, 0x64, 0x20, 0x64, 0x65, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66 +.byte 0x69, 0x63, 0x61, 0x63, 0x69, 0x6f, 0x6e, 0x20, 0x46, 0x69, 0x72, 0x6d, 0x61, 0x70, 0x72, 0x6f +.byte 0x66, 0x65, 0x73, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x20, 0x43, 0x49, 0x46, 0x20, 0x41, 0x36, 0x32 +.byte 0x36, 0x33, 0x34, 0x30, 0x36, 0x38, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82 +.byte 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xca, 0x96, 0x6b, 0x8e, 0xea, 0xf8, 0xfb, 0xf1, 0xa2 +.byte 0x35, 0xe0, 0x7f, 0x4c, 0xda, 0xe0, 0xc3, 0x52, 0xd7, 0x7d, 0xb6, 0x10, 0xc8, 0x02, 0x5e, 0xb3 +.byte 0x43, 0x2a, 0xc4, 0x4f, 0x6a, 0xb2, 0xca, 0x1c, 0x5d, 0x28, 0x9a, 0x78, 0x11, 0x1a, 0x69, 0x59 +.byte 0x57, 0xaf, 0xb5, 0x20, 0x42, 0xe4, 0x8b, 0x0f, 0xe6, 0xdf, 0x5b, 0xa6, 0x03, 0x92, 0x2f, 0xf5 +.byte 0x11, 0xe4, 0x62, 0xd7, 0x32, 0x71, 0x38, 0xd9, 0x04, 0x0c, 0x71, 0xab, 0x3d, 0x51, 0x7e, 0x0f +.byte 0x07, 0xdf, 0x63, 0x05, 0x5c, 0xe9, 0xbf, 0x94, 0x6f, 0xc1, 0x29, 0x82, 0xc0, 0xb4, 0xda, 0x51 +.byte 0xb0, 0xc1, 0x3c, 0xbb, 0xad, 0x37, 0x4a, 0x5c, 0xca, 0xf1, 0x4b, 0x36, 0x0e, 0x24, 0xab, 0xbf +.byte 0xc3, 0x84, 0x77, 0xfd, 0xa8, 0x50, 0xf4, 0xb1, 0xe7, 0xc6, 0x2f, 0xd2, 0x2d, 0x59, 0x8d, 0x7a +.byte 0x0a, 0x4e, 0x96, 0x69, 0x52, 0x02, 0xaa, 0x36, 0x98, 0xec, 0xfc, 0xfa, 0x14, 0x83, 0x0c, 0x37 +.byte 0x1f, 0xc9, 0x92, 0x37, 0x7f, 0xd7, 0x81, 0x2d, 0xe5, 0xc4, 0xb9, 0xe0, 0x3e, 0x34, 0xfe, 0x67 +.byte 0xf4, 0x3e, 0x66, 0xd1, 0xd3, 0xf4, 0x40, 0xcf, 0x5e, 0x62, 0x34, 0x0f, 0x70, 0x06, 0x3e, 0x20 +.byte 0x18, 0x5a, 0xce, 0xf7, 0x72, 0x1b, 0x25, 0x6c, 0x93, 0x74, 0x14, 0x93, 0xa3, 0x73, 0xb1, 0x0e +.byte 0xaa, 0x87, 0x10, 0x23, 0x59, 0x5f, 0x20, 0x05, 0x19, 0x47, 0xed, 0x68, 0x8e, 0x92, 0x12, 0xca +.byte 0x5d, 0xfc, 0xd6, 0x2b, 0xb2, 0x92, 0x3c, 0x20, 0xcf, 0xe1, 0x5f, 0xaf, 0x20, 0xbe, 0xa0, 0x76 +.byte 0x7f, 0x76, 0xe5, 0xec, 0x1a, 0x86, 0x61, 0x33, 0x3e, 0xe7, 0x7b, 0xb4, 0x3f, 0xa0, 0x0f, 0x8e +.byte 0xa2, 0xb9, 0x6a, 0x6f, 0xb9, 0x87, 0x26, 0x6f, 0x41, 0x6c, 0x88, 0xa6, 0x50, 0xfd, 0x6a, 0x63 +.byte 0x0b, 0xf5, 0x93, 0x16, 0x1b, 0x19, 0x8f, 0xb2, 0xed, 0x9b, 0x9b, 0xc9, 0x90, 0xf5, 0x01, 0x0c +.byte 0xdf, 0x19, 0x3d, 0x0f, 0x3e, 0x38, 0x23, 0xc9, 0x2f, 0x8f, 0x0c, 0xd1, 0x02, 0xfe, 0x1b, 0x55 +.byte 0xd6, 0x4e, 0xd0, 0x8d, 0x3c, 0xaf, 0x4f, 0xa4, 0xf3, 0xfe, 0xaf, 0x2a, 0xd3, 0x05, 0x9d, 0x79 +.byte 0x08, 0xa1, 0xcb, 0x57, 0x31, 0xb4, 0x9c, 0xc8, 0x90, 0xb2, 0x67, 0xf4, 0x18, 0x16, 0x93, 0x3a +.byte 0xfc, 0x47, 0xd8, 0xd1, 0x78, 0x96, 0x31, 0x1f, 0xba, 0x2b, 0x0c, 0x5f, 0x5d, 0x99, 0xad, 0x63 +.byte 0x89, 0x5a, 0x24, 0x20, 0x76, 0xd8, 0xdf, 0xfd, 0xab, 0x4e, 0xa6, 0x22, 0xaa, 0x9d, 0x5e, 0xe6 +.byte 0x27, 0x8a, 0x7d, 0x68, 0x29, 0xa3, 0xe7, 0x8a, 0xb8, 0xda, 0x11, 0xbb, 0x17, 0x2d, 0x99, 0x9d +.byte 0x13, 0x24, 0x46, 0xf7, 0xc5, 0xe2, 0xd8, 0x9f, 0x8e, 0x7f, 0xc7, 0x8f, 0x74, 0x6d, 0x5a, 0xb2 +.byte 0xe8, 0x72, 0xf5, 0xac, 0xee, 0x24, 0x10, 0xad, 0x2f, 0x14, 0xda, 0xff, 0x2d, 0x9a, 0x46, 0x71 +.byte 0x47, 0xbe, 0x42, 0xdf, 0xbb, 0x01, 0xdb, 0xf4, 0x7f, 0xd3, 0x28, 0x8f, 0x31, 0x59, 0x5b, 0xd3 +.byte 0xc9, 0x02, 0xa6, 0xb4, 0x52, 0xca, 0x6e, 0x97, 0xfb, 0x43, 0xc5, 0x08, 0x26, 0x6f, 0x8a, 0xf4 +.byte 0xbb, 0xfd, 0x9f, 0x28, 0xaa, 0x0d, 0xd5, 0x45, 0xf3, 0x13, 0x3a, 0x1d, 0xd8, 0xc0, 0x78, 0x8f +.byte 0x41, 0x67, 0x3c, 0x1e, 0x94, 0x64, 0xae, 0x7b, 0x0b, 0xc5, 0xe8, 0xd9, 0x01, 0x88, 0x39, 0x1a +.byte 0x97, 0x86, 0x64, 0x41, 0xd5, 0x3b, 0x87, 0x0c, 0x6e, 0xfa, 0x0f, 0xc6, 0xbd, 0x48, 0x14, 0xbf +.byte 0x39, 0x4d, 0xd4, 0x9e, 0x41, 0xb6, 0x8f, 0x96, 0x1d, 0x63, 0x96, 0x93, 0xd9, 0x95, 0x06, 0x78 +.byte 0x31, 0x68, 0x9e, 0x37, 0x06, 0x3b, 0x80, 0x89, 0x45, 0x61, 0x39, 0x23, 0xc7, 0x1b, 0x44, 0xa3 +.byte 0x15, 0xe5, 0x1c, 0xf8, 0x92, 0x30, 0xbb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x53, 0x00, 0x26, 0x01 +.byte 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31 +.byte 0x23, 0x30, 0x21, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1a, 0x43, 0x79, 0x62, 0x65, 0x72, 0x74 +.byte 0x72, 0x75, 0x73, 0x74, 0x20, 0x4a, 0x61, 0x70, 0x61, 0x6e, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x20 +.byte 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x14, 0x53 +.byte 0x65, 0x63, 0x75, 0x72, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x41, 0x31, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02 +.byte 0x82, 0x01, 0x01, 0x00, 0xba, 0x39, 0xc1, 0x37, 0x7a, 0x68, 0x45, 0x2b, 0x14, 0xb4, 0xeb, 0xe4 +.byte 0x13, 0xeb, 0x57, 0x75, 0x23, 0x4d, 0x8f, 0x24, 0x2d, 0x16, 0xe8, 0xae, 0x8e, 0xc9, 0x7d, 0xa4 +.byte 0x57, 0x3b, 0x2a, 0x76, 0x25, 0x33, 0x83, 0x6c, 0xea, 0x32, 0x8a, 0x94, 0x9b, 0x4e, 0x3c, 0x96 +.byte 0xe4, 0xfd, 0x51, 0xbf, 0x99, 0xc9, 0x93, 0x7e, 0xbf, 0xf9, 0xad, 0xa7, 0xb2, 0x48, 0x2b, 0x07 +.byte 0x1c, 0x27, 0xf5, 0x4c, 0xbc, 0x70, 0x12, 0x77, 0xa4, 0x85, 0x54, 0xb5, 0xfd, 0x90, 0x7a, 0xe4 +.byte 0xa3, 0xe4, 0x51, 0x58, 0x03, 0xcd, 0x10, 0x79, 0x79, 0xee, 0x6b, 0x93, 0x1f, 0x64, 0x8e, 0x6b +.byte 0x64, 0xab, 0xa3, 0x13, 0xe3, 0x71, 0xfe, 0x7d, 0xab, 0x9c, 0xdd, 0x27, 0x53, 0x37, 0xb3, 0xaa +.byte 0x18, 0xc2, 0x59, 0x26, 0xec, 0x5b, 0x1f, 0xd2, 0xe6, 0x65, 0x7c, 0xef, 0x93, 0xbd, 0xd8, 0x58 +.byte 0x5c, 0x0b, 0xc0, 0xe3, 0x65, 0x6f, 0x3c, 0xc7, 0xca, 0x59, 0xe3, 0xfe, 0x6e, 0x5f, 0xac, 0x83 +.byte 0xbe, 0xfd, 0x5d, 0x25, 0x4e, 0x2a, 0x29, 0x3b, 0xd6, 0x0b, 0xab, 0x17, 0x32, 0x78, 0xa4, 0xe1 +.byte 0x3e, 0x94, 0x46, 0xbe, 0x62, 0x6e, 0x9b, 0xde, 0x46, 0xa8, 0xb1, 0x16, 0xe7, 0x85, 0x6e, 0xf4 +.byte 0x08, 0x40, 0x45, 0x11, 0xa0, 0x9e, 0x54, 0x44, 0x84, 0xf7, 0xd8, 0x36, 0xce, 0xf5, 0x50, 0x47 +.byte 0xdc, 0x2c, 0x30, 0x9b, 0xee, 0xc0, 0xf5, 0x96, 0xd2, 0xfe, 0x09, 0x86, 0xc7, 0x06, 0x59, 0xae +.byte 0x4f, 0xae, 0x8e, 0x11, 0x98, 0x7b, 0xf3, 0x0b, 0x52, 0xaa, 0x62, 0x26, 0xaa, 0x21, 0xdf, 0x8e +.byte 0x25, 0x33, 0x79, 0x97, 0x16, 0x49, 0x8d, 0xf5, 0x3e, 0xd5, 0x47, 0x9f, 0x37, 0x31, 0x49, 0x33 +.byte 0x72, 0x05, 0x4d, 0x0c, 0xb6, 0x55, 0x8c, 0xf1, 0x57, 0x8f, 0x8a, 0x87, 0xd1, 0xad, 0xc5, 0x11 +.byte 0x12, 0x39, 0xa0, 0xad, 0x02, 0x03, 0x01, 0x00, 0x01, 0x53, 0x00, 0x26, 0x02, 0x30, 0x51, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x23, 0x30, 0x21 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1a, 0x43, 0x79, 0x62, 0x65, 0x72, 0x74, 0x72, 0x75, 0x73 +.byte 0x74, 0x20, 0x4a, 0x61, 0x70, 0x61, 0x6e, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x20, 0x4c, 0x74, 0x64 +.byte 0x2e, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x14, 0x53, 0x65, 0x63, 0x75 +.byte 0x72, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31, 0x34 .byte 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 .byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01 -.byte 0x00, 0xca, 0x96, 0x6b, 0x8e, 0xea, 0xf8, 0xfb, 0xf1, 0xa2, 0x35, 0xe0, 0x7f, 0x4c, 0xda, 0xe0 -.byte 0xc3, 0x52, 0xd7, 0x7d, 0xb6, 0x10, 0xc8, 0x02, 0x5e, 0xb3, 0x43, 0x2a, 0xc4, 0x4f, 0x6a, 0xb2 -.byte 0xca, 0x1c, 0x5d, 0x28, 0x9a, 0x78, 0x11, 0x1a, 0x69, 0x59, 0x57, 0xaf, 0xb5, 0x20, 0x42, 0xe4 -.byte 0x8b, 0x0f, 0xe6, 0xdf, 0x5b, 0xa6, 0x03, 0x92, 0x2f, 0xf5, 0x11, 0xe4, 0x62, 0xd7, 0x32, 0x71 -.byte 0x38, 0xd9, 0x04, 0x0c, 0x71, 0xab, 0x3d, 0x51, 0x7e, 0x0f, 0x07, 0xdf, 0x63, 0x05, 0x5c, 0xe9 -.byte 0xbf, 0x94, 0x6f, 0xc1, 0x29, 0x82, 0xc0, 0xb4, 0xda, 0x51, 0xb0, 0xc1, 0x3c, 0xbb, 0xad, 0x37 -.byte 0x4a, 0x5c, 0xca, 0xf1, 0x4b, 0x36, 0x0e, 0x24, 0xab, 0xbf, 0xc3, 0x84, 0x77, 0xfd, 0xa8, 0x50 -.byte 0xf4, 0xb1, 0xe7, 0xc6, 0x2f, 0xd2, 0x2d, 0x59, 0x8d, 0x7a, 0x0a, 0x4e, 0x96, 0x69, 0x52, 0x02 -.byte 0xaa, 0x36, 0x98, 0xec, 0xfc, 0xfa, 0x14, 0x83, 0x0c, 0x37, 0x1f, 0xc9, 0x92, 0x37, 0x7f, 0xd7 -.byte 0x81, 0x2d, 0xe5, 0xc4, 0xb9, 0xe0, 0x3e, 0x34, 0xfe, 0x67, 0xf4, 0x3e, 0x66, 0xd1, 0xd3, 0xf4 -.byte 0x40, 0xcf, 0x5e, 0x62, 0x34, 0x0f, 0x70, 0x06, 0x3e, 0x20, 0x18, 0x5a, 0xce, 0xf7, 0x72, 0x1b -.byte 0x25, 0x6c, 0x93, 0x74, 0x14, 0x93, 0xa3, 0x73, 0xb1, 0x0e, 0xaa, 0x87, 0x10, 0x23, 0x59, 0x5f -.byte 0x20, 0x05, 0x19, 0x47, 0xed, 0x68, 0x8e, 0x92, 0x12, 0xca, 0x5d, 0xfc, 0xd6, 0x2b, 0xb2, 0x92 -.byte 0x3c, 0x20, 0xcf, 0xe1, 0x5f, 0xaf, 0x20, 0xbe, 0xa0, 0x76, 0x7f, 0x76, 0xe5, 0xec, 0x1a, 0x86 -.byte 0x61, 0x33, 0x3e, 0xe7, 0x7b, 0xb4, 0x3f, 0xa0, 0x0f, 0x8e, 0xa2, 0xb9, 0x6a, 0x6f, 0xb9, 0x87 -.byte 0x26, 0x6f, 0x41, 0x6c, 0x88, 0xa6, 0x50, 0xfd, 0x6a, 0x63, 0x0b, 0xf5, 0x93, 0x16, 0x1b, 0x19 -.byte 0x8f, 0xb2, 0xed, 0x9b, 0x9b, 0xc9, 0x90, 0xf5, 0x01, 0x0c, 0xdf, 0x19, 0x3d, 0x0f, 0x3e, 0x38 -.byte 0x23, 0xc9, 0x2f, 0x8f, 0x0c, 0xd1, 0x02, 0xfe, 0x1b, 0x55, 0xd6, 0x4e, 0xd0, 0x8d, 0x3c, 0xaf -.byte 0x4f, 0xa4, 0xf3, 0xfe, 0xaf, 0x2a, 0xd3, 0x05, 0x9d, 0x79, 0x08, 0xa1, 0xcb, 0x57, 0x31, 0xb4 -.byte 0x9c, 0xc8, 0x90, 0xb2, 0x67, 0xf4, 0x18, 0x16, 0x93, 0x3a, 0xfc, 0x47, 0xd8, 0xd1, 0x78, 0x96 -.byte 0x31, 0x1f, 0xba, 0x2b, 0x0c, 0x5f, 0x5d, 0x99, 0xad, 0x63, 0x89, 0x5a, 0x24, 0x20, 0x76, 0xd8 -.byte 0xdf, 0xfd, 0xab, 0x4e, 0xa6, 0x22, 0xaa, 0x9d, 0x5e, 0xe6, 0x27, 0x8a, 0x7d, 0x68, 0x29, 0xa3 -.byte 0xe7, 0x8a, 0xb8, 0xda, 0x11, 0xbb, 0x17, 0x2d, 0x99, 0x9d, 0x13, 0x24, 0x46, 0xf7, 0xc5, 0xe2 -.byte 0xd8, 0x9f, 0x8e, 0x7f, 0xc7, 0x8f, 0x74, 0x6d, 0x5a, 0xb2, 0xe8, 0x72, 0xf5, 0xac, 0xee, 0x24 -.byte 0x10, 0xad, 0x2f, 0x14, 0xda, 0xff, 0x2d, 0x9a, 0x46, 0x71, 0x47, 0xbe, 0x42, 0xdf, 0xbb, 0x01 -.byte 0xdb, 0xf4, 0x7f, 0xd3, 0x28, 0x8f, 0x31, 0x59, 0x5b, 0xd3, 0xc9, 0x02, 0xa6, 0xb4, 0x52, 0xca -.byte 0x6e, 0x97, 0xfb, 0x43, 0xc5, 0x08, 0x26, 0x6f, 0x8a, 0xf4, 0xbb, 0xfd, 0x9f, 0x28, 0xaa, 0x0d -.byte 0xd5, 0x45, 0xf3, 0x13, 0x3a, 0x1d, 0xd8, 0xc0, 0x78, 0x8f, 0x41, 0x67, 0x3c, 0x1e, 0x94, 0x64 -.byte 0xae, 0x7b, 0x0b, 0xc5, 0xe8, 0xd9, 0x01, 0x88, 0x39, 0x1a, 0x97, 0x86, 0x64, 0x41, 0xd5, 0x3b -.byte 0x87, 0x0c, 0x6e, 0xfa, 0x0f, 0xc6, 0xbd, 0x48, 0x14, 0xbf, 0x39, 0x4d, 0xd4, 0x9e, 0x41, 0xb6 -.byte 0x8f, 0x96, 0x1d, 0x63, 0x96, 0x93, 0xd9, 0x95, 0x06, 0x78, 0x31, 0x68, 0x9e, 0x37, 0x06, 0x3b -.byte 0x80, 0x89, 0x45, 0x61, 0x39, 0x23, 0xc7, 0x1b, 0x44, 0xa3, 0x15, 0xe5, 0x1c, 0xf8, 0x92, 0x30 -.byte 0xbb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x53, 0x02, 0x26, 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09 -.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x42, 0x30, 0x40, 0x06, 0x03, 0x55 -.byte 0x04, 0x03, 0x0c, 0x39, 0x41, 0x75, 0x74, 0x6f, 0x72, 0x69, 0x64, 0x61, 0x64, 0x20, 0x64, 0x65 -.byte 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x63, 0x69, 0x6f, 0x6e, 0x20, 0x46 -.byte 0x69, 0x72, 0x6d, 0x61, 0x70, 0x72, 0x6f, 0x66, 0x65, 0x73, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x20 -.byte 0x43, 0x49, 0x46, 0x20, 0x41, 0x36, 0x32, 0x36, 0x33, 0x34, 0x30, 0x36, 0x38, 0x30, 0x82, 0x02 -.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 -.byte 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xca, 0x96 -.byte 0x6b, 0x8e, 0xea, 0xf8, 0xfb, 0xf1, 0xa2, 0x35, 0xe0, 0x7f, 0x4c, 0xda, 0xe0, 0xc3, 0x52, 0xd7 -.byte 0x7d, 0xb6, 0x10, 0xc8, 0x02, 0x5e, 0xb3, 0x43, 0x2a, 0xc4, 0x4f, 0x6a, 0xb2, 0xca, 0x1c, 0x5d -.byte 0x28, 0x9a, 0x78, 0x11, 0x1a, 0x69, 0x59, 0x57, 0xaf, 0xb5, 0x20, 0x42, 0xe4, 0x8b, 0x0f, 0xe6 -.byte 0xdf, 0x5b, 0xa6, 0x03, 0x92, 0x2f, 0xf5, 0x11, 0xe4, 0x62, 0xd7, 0x32, 0x71, 0x38, 0xd9, 0x04 -.byte 0x0c, 0x71, 0xab, 0x3d, 0x51, 0x7e, 0x0f, 0x07, 0xdf, 0x63, 0x05, 0x5c, 0xe9, 0xbf, 0x94, 0x6f -.byte 0xc1, 0x29, 0x82, 0xc0, 0xb4, 0xda, 0x51, 0xb0, 0xc1, 0x3c, 0xbb, 0xad, 0x37, 0x4a, 0x5c, 0xca -.byte 0xf1, 0x4b, 0x36, 0x0e, 0x24, 0xab, 0xbf, 0xc3, 0x84, 0x77, 0xfd, 0xa8, 0x50, 0xf4, 0xb1, 0xe7 -.byte 0xc6, 0x2f, 0xd2, 0x2d, 0x59, 0x8d, 0x7a, 0x0a, 0x4e, 0x96, 0x69, 0x52, 0x02, 0xaa, 0x36, 0x98 -.byte 0xec, 0xfc, 0xfa, 0x14, 0x83, 0x0c, 0x37, 0x1f, 0xc9, 0x92, 0x37, 0x7f, 0xd7, 0x81, 0x2d, 0xe5 -.byte 0xc4, 0xb9, 0xe0, 0x3e, 0x34, 0xfe, 0x67, 0xf4, 0x3e, 0x66, 0xd1, 0xd3, 0xf4, 0x40, 0xcf, 0x5e -.byte 0x62, 0x34, 0x0f, 0x70, 0x06, 0x3e, 0x20, 0x18, 0x5a, 0xce, 0xf7, 0x72, 0x1b, 0x25, 0x6c, 0x93 -.byte 0x74, 0x14, 0x93, 0xa3, 0x73, 0xb1, 0x0e, 0xaa, 0x87, 0x10, 0x23, 0x59, 0x5f, 0x20, 0x05, 0x19 -.byte 0x47, 0xed, 0x68, 0x8e, 0x92, 0x12, 0xca, 0x5d, 0xfc, 0xd6, 0x2b, 0xb2, 0x92, 0x3c, 0x20, 0xcf -.byte 0xe1, 0x5f, 0xaf, 0x20, 0xbe, 0xa0, 0x76, 0x7f, 0x76, 0xe5, 0xec, 0x1a, 0x86, 0x61, 0x33, 0x3e -.byte 0xe7, 0x7b, 0xb4, 0x3f, 0xa0, 0x0f, 0x8e, 0xa2, 0xb9, 0x6a, 0x6f, 0xb9, 0x87, 0x26, 0x6f, 0x41 -.byte 0x6c, 0x88, 0xa6, 0x50, 0xfd, 0x6a, 0x63, 0x0b, 0xf5, 0x93, 0x16, 0x1b, 0x19, 0x8f, 0xb2, 0xed -.byte 0x9b, 0x9b, 0xc9, 0x90, 0xf5, 0x01, 0x0c, 0xdf, 0x19, 0x3d, 0x0f, 0x3e, 0x38, 0x23, 0xc9, 0x2f -.byte 0x8f, 0x0c, 0xd1, 0x02, 0xfe, 0x1b, 0x55, 0xd6, 0x4e, 0xd0, 0x8d, 0x3c, 0xaf, 0x4f, 0xa4, 0xf3 -.byte 0xfe, 0xaf, 0x2a, 0xd3, 0x05, 0x9d, 0x79, 0x08, 0xa1, 0xcb, 0x57, 0x31, 0xb4, 0x9c, 0xc8, 0x90 -.byte 0xb2, 0x67, 0xf4, 0x18, 0x16, 0x93, 0x3a, 0xfc, 0x47, 0xd8, 0xd1, 0x78, 0x96, 0x31, 0x1f, 0xba -.byte 0x2b, 0x0c, 0x5f, 0x5d, 0x99, 0xad, 0x63, 0x89, 0x5a, 0x24, 0x20, 0x76, 0xd8, 0xdf, 0xfd, 0xab -.byte 0x4e, 0xa6, 0x22, 0xaa, 0x9d, 0x5e, 0xe6, 0x27, 0x8a, 0x7d, 0x68, 0x29, 0xa3, 0xe7, 0x8a, 0xb8 -.byte 0xda, 0x11, 0xbb, 0x17, 0x2d, 0x99, 0x9d, 0x13, 0x24, 0x46, 0xf7, 0xc5, 0xe2, 0xd8, 0x9f, 0x8e -.byte 0x7f, 0xc7, 0x8f, 0x74, 0x6d, 0x5a, 0xb2, 0xe8, 0x72, 0xf5, 0xac, 0xee, 0x24, 0x10, 0xad, 0x2f -.byte 0x14, 0xda, 0xff, 0x2d, 0x9a, 0x46, 0x71, 0x47, 0xbe, 0x42, 0xdf, 0xbb, 0x01, 0xdb, 0xf4, 0x7f -.byte 0xd3, 0x28, 0x8f, 0x31, 0x59, 0x5b, 0xd3, 0xc9, 0x02, 0xa6, 0xb4, 0x52, 0xca, 0x6e, 0x97, 0xfb -.byte 0x43, 0xc5, 0x08, 0x26, 0x6f, 0x8a, 0xf4, 0xbb, 0xfd, 0x9f, 0x28, 0xaa, 0x0d, 0xd5, 0x45, 0xf3 -.byte 0x13, 0x3a, 0x1d, 0xd8, 0xc0, 0x78, 0x8f, 0x41, 0x67, 0x3c, 0x1e, 0x94, 0x64, 0xae, 0x7b, 0x0b -.byte 0xc5, 0xe8, 0xd9, 0x01, 0x88, 0x39, 0x1a, 0x97, 0x86, 0x64, 0x41, 0xd5, 0x3b, 0x87, 0x0c, 0x6e -.byte 0xfa, 0x0f, 0xc6, 0xbd, 0x48, 0x14, 0xbf, 0x39, 0x4d, 0xd4, 0x9e, 0x41, 0xb6, 0x8f, 0x96, 0x1d -.byte 0x63, 0x96, 0x93, 0xd9, 0x95, 0x06, 0x78, 0x31, 0x68, 0x9e, 0x37, 0x06, 0x3b, 0x80, 0x89, 0x45 -.byte 0x61, 0x39, 0x23, 0xc7, 0x1b, 0x44, 0xa3, 0x15, 0xe5, 0x1c, 0xf8, 0x92, 0x30, 0xbb, 0x02, 0x03 -.byte 0x01, 0x00, 0x01, 0x00, 0x53, 0x01, 0x26, 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 -.byte 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c -.byte 0x1f, 0x4b, 0x72, 0x61, 0x6a, 0x6f, 0x77, 0x61, 0x20, 0x49, 0x7a, 0x62, 0x61, 0x20, 0x52, 0x6f -.byte 0x7a, 0x6c, 0x69, 0x63, 0x7a, 0x65, 0x6e, 0x69, 0x6f, 0x77, 0x61, 0x20, 0x53, 0x2e, 0x41, 0x2e -.byte 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x0f, 0x53, 0x5a, 0x41, 0x46, 0x49 -.byte 0x52, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x20, 0x43, 0x41, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d -.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01 -.byte 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xb7, 0xbc, 0x3e, 0x50, 0xa8 -.byte 0x4b, 0xcd, 0x40, 0xb5, 0xce, 0x61, 0xe7, 0x96, 0xca, 0xb4, 0xa1, 0xda, 0x0c, 0x22, 0xb0, 0xfa -.byte 0xb5, 0x7b, 0x76, 0x00, 0x77, 0x8c, 0x0b, 0xcf, 0x7d, 0xa8, 0x86, 0xcc, 0x26, 0x51, 0xe4, 0x20 -.byte 0x3d, 0x85, 0x0c, 0xd6, 0x58, 0xe3, 0xe7, 0xf4, 0x2a, 0x18, 0x9d, 0xda, 0xd1, 0xae, 0x26, 0xee -.byte 0xeb, 0x53, 0xdc, 0xf4, 0x90, 0xd6, 0x13, 0x4a, 0x0c, 0x90, 0x3c, 0xc3, 0xf4, 0xda, 0xd2, 0x8e -.byte 0x0d, 0x92, 0x3a, 0xdc, 0xb1, 0xb1, 0xff, 0x38, 0xde, 0xc3, 0xba, 0x2d, 0x5f, 0x80, 0xb9, 0x02 -.byte 0xbd, 0x4a, 0x9d, 0x1b, 0x0f, 0xb4, 0xc3, 0xc2, 0xc1, 0x67, 0x03, 0xdd, 0xdc, 0x1b, 0x9c, 0x3d -.byte 0xb3, 0xb0, 0xde, 0x00, 0x1e, 0xa8, 0x34, 0x47, 0xbb, 0x9a, 0xeb, 0xfe, 0x0b, 0x14, 0xbd, 0x36 -.byte 0x84, 0xda, 0x0d, 0x20, 0xbf, 0xfa, 0x5b, 0xcb, 0xa9, 0x16, 0x20, 0xad, 0x39, 0x60, 0xee, 0x2f -.byte 0x75, 0xb6, 0xe7, 0x97, 0x9c, 0xf9, 0x3e, 0xfd, 0x7e, 0x4d, 0x6f, 0x4d, 0x2f, 0xef, 0x88, 0x0d -.byte 0x6a, 0xfa, 0xdd, 0xf1, 0x3d, 0x6e, 0x20, 0xa5, 0xa0, 0x12, 0xb4, 0x4d, 0x70, 0xb9, 0xce, 0xd7 -.byte 0x72, 0x3b, 0x89, 0x93, 0xa7, 0x80, 0x84, 0x1c, 0x27, 0x49, 0x72, 0x49, 0xb5, 0xff, 0x3b, 0x95 -.byte 0x9e, 0xc1, 0xcc, 0xc8, 0x01, 0xec, 0xe8, 0x0e, 0x8a, 0x0a, 0x96, 0xe7, 0xb3, 0xa6, 0x87, 0xe5 -.byte 0xd6, 0xf9, 0x05, 0x2b, 0x0d, 0x97, 0x40, 0x70, 0x3c, 0xba, 0xac, 0x75, 0x5a, 0x9c, 0xd5, 0x4d -.byte 0x9d, 0x02, 0x0a, 0xd2, 0x4b, 0x9b, 0x66, 0x4b, 0x46, 0x07, 0x17, 0x65, 0xad, 0x9f, 0x6c, 0x88 -.byte 0x00, 0xdc, 0x22, 0x89, 0xe0, 0xe1, 0x64, 0xd4, 0x67, 0xbc, 0x31, 0x79, 0x61, 0x3c, 0xbb, 0xca -.byte 0x41, 0xcd, 0x5c, 0x6a, 0x00, 0xc8, 0x3c, 0x38, 0x8e, 0x58, 0xaf, 0x02, 0x03, 0x01, 0x00, 0x01 -.byte 0x00, 0x53, 0x02, 0x26, 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 -.byte 0x02, 0x54, 0x57, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x54, 0x41 -.byte 0x49, 0x57, 0x41, 0x4e, 0x2d, 0x43, 0x41, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0b -.byte 0x13, 0x07, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55 -.byte 0x04, 0x03, 0x13, 0x13, 0x54, 0x57, 0x43, 0x41, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20 -.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a -.byte 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30 -.byte 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb0, 0x05, 0xdb, 0xc8, 0xeb, 0x8c, 0xc4, 0x6e -.byte 0x8a, 0x21, 0xef, 0x8e, 0x4d, 0x9c, 0x71, 0x0a, 0x1f, 0x52, 0x70, 0xed, 0x6d, 0x82, 0x9c, 0x97 -.byte 0xc5, 0xd7, 0x4c, 0x4e, 0x45, 0x49, 0xcb, 0x40, 0x42, 0xb5, 0x12, 0x34, 0x6c, 0x19, 0xc2, 0x74 -.byte 0xa4, 0x31, 0x5f, 0x85, 0x02, 0x97, 0xec, 0x43, 0x33, 0x0a, 0x53, 0xd2, 0x9c, 0x8c, 0x8e, 0xb7 -.byte 0xb8, 0x79, 0xdb, 0x2b, 0xd5, 0x6a, 0xf2, 0x8e, 0x66, 0xc4, 0xee, 0x2b, 0x01, 0x07, 0x92, 0xd4 -.byte 0xb3, 0xd0, 0x02, 0xdf, 0x50, 0xf6, 0x55, 0xaf, 0x66, 0x0e, 0xcb, 0xe0, 0x47, 0x60, 0x2f, 0x2b -.byte 0x32, 0x39, 0x35, 0x52, 0x3a, 0x28, 0x83, 0xf8, 0x7b, 0x16, 0xc6, 0x18, 0xb8, 0x62, 0xd6, 0x47 -.byte 0x25, 0x91, 0xce, 0xf0, 0x19, 0x12, 0x4d, 0xad, 0x63, 0xf5, 0xd3, 0x3f, 0x75, 0x5f, 0x29, 0xf0 -.byte 0xa1, 0x30, 0x1c, 0x2a, 0xa0, 0x98, 0xa6, 0x15, 0xbd, 0xee, 0xfd, 0x19, 0x36, 0xf0, 0xe2, 0x91 -.byte 0x43, 0x8f, 0xfa, 0xca, 0xd6, 0x10, 0x27, 0x49, 0x4c, 0xef, 0xdd, 0xc1, 0xf1, 0x85, 0x70, 0x9b -.byte 0xca, 0xea, 0xa8, 0x5a, 0x43, 0xfc, 0x6d, 0x86, 0x6f, 0x73, 0xe9, 0x37, 0x45, 0xa9, 0xf0, 0x36 -.byte 0xc7, 0xcc, 0x88, 0x75, 0x1e, 0xbb, 0x6c, 0x06, 0xff, 0x9b, 0x6b, 0x3e, 0x17, 0xec, 0x61, 0xaa -.byte 0x71, 0x7c, 0xc6, 0x1d, 0xa2, 0xf7, 0x49, 0xe9, 0x15, 0xb5, 0x3c, 0xd6, 0xa1, 0x61, 0xf5, 0x11 -.byte 0xf7, 0x05, 0x6f, 0x1d, 0xfd, 0x11, 0xbe, 0xd0, 0x30, 0x07, 0xc2, 0x29, 0xb0, 0x09, 0x4e, 0x26 -.byte 0xdc, 0xe3, 0xa2, 0xa8, 0x91, 0x6a, 0x1f, 0xc2, 0x91, 0x45, 0x88, 0x5c, 0xe5, 0x98, 0xb8, 0x71 -.byte 0xa5, 0x15, 0x19, 0xc9, 0x7c, 0x75, 0x11, 0xcc, 0x70, 0x74, 0x4f, 0x2d, 0x9b, 0x1d, 0x91, 0x44 -.byte 0xfd, 0x56, 0x28, 0xa0, 0xfe, 0xbb, 0x86, 0x6a, 0xc8, 0xfa, 0x5c, 0x0b, 0x58, 0xdc, 0xc6, 0x4b -.byte 0x76, 0xc8, 0xab, 0x22, 0xd9, 0x73, 0x0f, 0xa5, 0xf4, 0x5a, 0x02, 0x89, 0x3f, 0x4f, 0x9e, 0x22 -.byte 0x82, 0xee, 0xa2, 0x74, 0x53, 0x2a, 0x3d, 0x53, 0x27, 0x69, 0x1d, 0x6c, 0x8e, 0x32, 0x2c, 0x64 -.byte 0x00, 0x26, 0x63, 0x61, 0x36, 0x4e, 0xa3, 0x46, 0xb7, 0x3f, 0x7d, 0xb3, 0x2d, 0xac, 0x6d, 0x90 -.byte 0xa2, 0x95, 0xa2, 0xce, 0xcf, 0xda, 0x82, 0xe7, 0x07, 0x34, 0x19, 0x96, 0xe9, 0xb8, 0x21, 0xaa -.byte 0x29, 0x7e, 0xa6, 0x38, 0xbe, 0x8e, 0x29, 0x4a, 0x21, 0x66, 0x79, 0x1f, 0xb3, 0xc3, 0xb5, 0x09 -.byte 0x67, 0xde, 0xd6, 0xd4, 0x07, 0x46, 0xf3, 0x2a, 0xda, 0xe6, 0x22, 0x37, 0x60, 0xcb, 0x81, 0xb6 -.byte 0x0f, 0xa0, 0x0f, 0xe9, 0xc8, 0x95, 0x7f, 0xbf, 0x55, 0x91, 0x05, 0x7a, 0xcf, 0x3d, 0x15, 0xc0 -.byte 0x6f, 0xde, 0x09, 0x94, 0x01, 0x83, 0xd7, 0x34, 0x1b, 0xcc, 0x40, 0xa5, 0xf0, 0xb8, 0x9b, 0x67 -.byte 0xd5, 0x98, 0x91, 0x3b, 0xa7, 0x84, 0x78, 0x95, 0x26, 0xa4, 0x5a, 0x08, 0xf8, 0x2b, 0x74, 0xb4 -.byte 0x00, 0x04, 0x3c, 0xdf, 0xb8, 0x14, 0x8e, 0xe8, 0xdf, 0xa9, 0x8d, 0x6c, 0x67, 0x92, 0x33, 0x1d -.byte 0xc0, 0xb7, 0xd2, 0xec, 0x92, 0xc8, 0xbe, 0x09, 0xbf, 0x2c, 0x29, 0x05, 0x6f, 0x02, 0x6b, 0x9e -.byte 0xef, 0xbc, 0xbf, 0x2a, 0xbc, 0x5b, 0xc0, 0x50, 0x8f, 0x41, 0x70, 0x71, 0x87, 0xb2, 0x4d, 0xb7 -.byte 0x04, 0xa9, 0x84, 0xa3, 0x32, 0xaf, 0xae, 0xee, 0x6b, 0x17, 0x8b, 0xb2, 0xb1, 0xfe, 0x6c, 0xe1 -.byte 0x90, 0x8c, 0x88, 0xa8, 0x97, 0x48, 0xce, 0xc8, 0x4d, 0xcb, 0xf3, 0x06, 0xcf, 0x5f, 0x6a, 0x0a -.byte 0x42, 0xb1, 0x1e, 0x1e, 0x77, 0x2f, 0x8e, 0xa0, 0xe6, 0x92, 0x0e, 0x06, 0xfc, 0x05, 0x22, 0xd2 -.byte 0x26, 0xe1, 0x31, 0x51, 0x7d, 0x32, 0xdc, 0x0f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x54, 0x02 -.byte 0x26, 0x30, 0x52, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x53, 0x4b -.byte 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0a, 0x42, 0x72, 0x61, 0x74, 0x69 -.byte 0x73, 0x6c, 0x61, 0x76, 0x61, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0a -.byte 0x44, 0x69, 0x73, 0x69, 0x67, 0x20, 0x61, 0x2e, 0x73, 0x2e, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03 -.byte 0x55, 0x04, 0x03, 0x13, 0x10, 0x43, 0x41, 0x20, 0x44, 0x69, 0x73, 0x69, 0x67, 0x20, 0x52, 0x6f -.byte 0x6f, 0x74, 0x20, 0x52, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 -.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02 -.byte 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa2, 0xa3, 0xc4, 0x00, 0x09, 0xd6, 0x85, 0x5d, 0x2d, 0x6d -.byte 0x14, 0xf6, 0xc2, 0xc3, 0x73, 0x9e, 0x35, 0xc2, 0x71, 0x55, 0x7e, 0x81, 0xfb, 0xab, 0x46, 0x50 -.byte 0xe0, 0xc1, 0x7c, 0x49, 0x78, 0xe6, 0xab, 0x79, 0x58, 0x3c, 0xda, 0xff, 0x7c, 0x1c, 0x9f, 0xd8 -.byte 0x97, 0x02, 0x78, 0x3e, 0x6b, 0x41, 0x04, 0xe9, 0x41, 0xbd, 0xbe, 0x03, 0x2c, 0x45, 0xf6, 0x2f -.byte 0x64, 0xd4, 0xab, 0x5d, 0xa3, 0x47, 0x3d, 0x64, 0x9b, 0xe9, 0x68, 0x9a, 0xc6, 0xcc, 0x1b, 0x3f -.byte 0xba, 0xbe, 0xb2, 0x8b, 0x34, 0x02, 0x2e, 0x98, 0x55, 0x19, 0xfc, 0x8c, 0x6f, 0xaa, 0x5f, 0xda -.byte 0x4c, 0xce, 0x4d, 0x03, 0x21, 0xa3, 0xd8, 0xd2, 0x34, 0x93, 0x56, 0x96, 0xcb, 0x4c, 0x0c, 0x00 -.byte 0x16, 0x3c, 0x5f, 0x1a, 0xcd, 0xc8, 0xc7, 0x6c, 0xa6, 0xad, 0xd3, 0x31, 0xa7, 0xbc, 0xe8, 0xe5 -.byte 0xe1, 0x66, 0xd6, 0xd2, 0xfb, 0x03, 0xb4, 0x41, 0x65, 0xc9, 0x10, 0xae, 0x0e, 0x05, 0x63, 0xc6 -.byte 0x80, 0x6a, 0x69, 0x30, 0xfd, 0xd2, 0xee, 0x90, 0xef, 0x0d, 0x27, 0xdf, 0x9f, 0x95, 0x73, 0xf4 -.byte 0xe1, 0x25, 0xda, 0x6c, 0x16, 0xde, 0x41, 0x38, 0x34, 0xea, 0x8b, 0xfc, 0xd1, 0xe8, 0x04, 0x14 -.byte 0x61, 0x2d, 0x41, 0x7e, 0xac, 0xc7, 0x77, 0x4e, 0xcb, 0x51, 0x54, 0xfb, 0x5e, 0x92, 0x18, 0x1b -.byte 0x04, 0x5a, 0x68, 0xc6, 0xc9, 0xc4, 0xfa, 0xb7, 0x13, 0xa0, 0x98, 0xb7, 0x11, 0x2b, 0xb7, 0xd6 -.byte 0x57, 0xcc, 0x7c, 0x9e, 0x17, 0xd1, 0xcb, 0x25, 0xfe, 0x86, 0x4e, 0x24, 0x2e, 0x56, 0x0c, 0x78 -.byte 0x4d, 0x9e, 0x01, 0x12, 0xa6, 0x2b, 0xa7, 0x01, 0x65, 0x6e, 0x7c, 0x62, 0x1d, 0x84, 0x84, 0xdf -.byte 0xea, 0xc0, 0x6b, 0xb5, 0xa5, 0x2a, 0x95, 0x83, 0xc3, 0x53, 0x11, 0x0c, 0x73, 0x1d, 0x0b, 0xb2 -.byte 0x46, 0x90, 0xd1, 0x42, 0x3a, 0xce, 0x40, 0x6e, 0x95, 0xad, 0xff, 0xc6, 0x94, 0xad, 0x6e, 0x97 -.byte 0x84, 0x8e, 0x7d, 0x6f, 0x9e, 0x8a, 0x80, 0x0d, 0x49, 0x6d, 0x73, 0xe2, 0x7b, 0x92, 0x1e, 0xc3 -.byte 0xf3, 0xc1, 0xf3, 0xeb, 0x2e, 0x05, 0x6f, 0xd9, 0x1b, 0xcf, 0x37, 0x76, 0x04, 0xc8, 0xb4, 0x5a -.byte 0xe4, 0x17, 0xa7, 0xcb, 0xdd, 0x76, 0x1f, 0xd0, 0x19, 0x76, 0xe8, 0x2c, 0x05, 0xb3, 0xd6, 0x9c -.byte 0x34, 0xd8, 0x96, 0xdc, 0x61, 0x87, 0x91, 0x05, 0xe4, 0x44, 0x08, 0x33, 0xc1, 0xda, 0xb9, 0x08 -.byte 0x65, 0xd4, 0xae, 0xb2, 0x36, 0x0d, 0xeb, 0xba, 0x38, 0xba, 0x0c, 0xe5, 0x9b, 0x9e, 0xeb, 0x8d -.byte 0x66, 0xdd, 0x99, 0xcf, 0xd6, 0x89, 0x41, 0xf6, 0x04, 0x92, 0x8a, 0x29, 0x29, 0x6d, 0x6b, 0x3a -.byte 0x1c, 0xe7, 0x75, 0x7d, 0x02, 0x71, 0x0e, 0xf3, 0xc0, 0xe7, 0xbd, 0xcb, 0x19, 0xdd, 0x9d, 0x60 -.byte 0xb2, 0xc2, 0x66, 0x60, 0xb6, 0xb1, 0x04, 0xee, 0xc9, 0xe6, 0x86, 0xb9, 0x9a, 0x66, 0x40, 0xa8 -.byte 0xe7, 0x11, 0xed, 0x81, 0x45, 0x03, 0x8b, 0xf6, 0x67, 0x59, 0xe8, 0xc1, 0x06, 0x11, 0xbd, 0xdd -.byte 0xcf, 0x80, 0x02, 0x4f, 0x65, 0x40, 0x78, 0x5c, 0x47, 0x50, 0xc8, 0x9b, 0xe6, 0x1f, 0x81, 0x7b -.byte 0xe4, 0x44, 0xa8, 0x5b, 0x85, 0x9a, 0xe2, 0xde, 0x5a, 0xd5, 0xc7, 0xf9, 0x3a, 0x44, 0x66, 0x4b -.byte 0xe4, 0x32, 0x54, 0x7c, 0xe4, 0x6c, 0x9c, 0xb3, 0x0e, 0x3d, 0x17, 0xa2, 0xb2, 0x34, 0x12, 0xd6 -.byte 0x7e, 0xb2, 0xa8, 0x49, 0xbb, 0xd1, 0x7a, 0x28, 0x40, 0xbe, 0xa2, 0x16, 0x1f, 0xdf, 0xe4, 0x37 -.byte 0x1f, 0x11, 0x73, 0xfb, 0x90, 0x0a, 0x65, 0x43, 0xa2, 0x0d, 0x7c, 0xf8, 0x06, 0x01, 0x55, 0x33 -.byte 0x7d, 0xb0, 0x0d, 0xb8, 0xf4, 0xf5, 0xae, 0xa5, 0x42, 0x57, 0x7c, 0x36, 0x11, 0x8c, 0x7b, 0x5e -.byte 0xc4, 0x03, 0x9d, 0x8c, 0x79, 0x9d, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x58, 0x02, 0x26, 0x30 -.byte 0x56, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x30 -.byte 0x30, 0x2e, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x27, 0x43, 0x68, 0x69, 0x6e, 0x61, 0x20, 0x46 -.byte 0x69, 0x6e, 0x61, 0x6e, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69 -.byte 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79 -.byte 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x0c, 0x43, 0x46, 0x43, 0x41, 0x20 -.byte 0x45, 0x56, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a -.byte 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30 -.byte 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xd7, 0x5d, 0x6b, 0xcd, 0x10, 0x3f, 0x1f, 0x05 -.byte 0x59, 0xd5, 0x05, 0x4d, 0x37, 0xb1, 0x0e, 0xec, 0x98, 0x2b, 0x8e, 0x15, 0x1d, 0xfa, 0x93, 0x4b -.byte 0x17, 0x82, 0x21, 0x71, 0x10, 0x52, 0xd7, 0x51, 0x64, 0x70, 0x16, 0xc2, 0x55, 0x69, 0x4d, 0x8e -.byte 0x15, 0x6d, 0x9f, 0xbf, 0x0c, 0x1b, 0xc2, 0xe0, 0xa3, 0x67, 0xd6, 0x0c, 0xac, 0xcf, 0x22, 0xae -.byte 0xaf, 0x77, 0x54, 0x2a, 0x4b, 0x4c, 0x8a, 0x53, 0x52, 0x7a, 0xc3, 0xee, 0x2e, 0xde, 0xb3, 0x71 -.byte 0x25, 0xc1, 0xe9, 0x5d, 0x3d, 0xee, 0xa1, 0x2f, 0xa3, 0xf7, 0x2a, 0x3c, 0xc9, 0x23, 0x1d, 0x6a -.byte 0xab, 0x1d, 0xa1, 0xa7, 0xf1, 0xf3, 0xec, 0xa0, 0xd5, 0x44, 0xcf, 0x15, 0xcf, 0x72, 0x2f, 0x1d -.byte 0x63, 0x97, 0xe8, 0x99, 0xf9, 0xfd, 0x93, 0xa4, 0x54, 0x80, 0x4c, 0x52, 0xd4, 0x52, 0xab, 0x2e -.byte 0x49, 0xdf, 0x90, 0xcd, 0xb8, 0x5f, 0xbe, 0x3f, 0xde, 0xa1, 0xca, 0x4d, 0x20, 0xd4, 0x25, 0xe8 -.byte 0x84, 0x29, 0x53, 0xb7, 0xb1, 0x88, 0x1f, 0xff, 0xfa, 0xda, 0x90, 0x9f, 0x0a, 0xa9, 0x2d, 0x41 -.byte 0x3f, 0xb1, 0xf1, 0x18, 0x29, 0xee, 0x16, 0x59, 0x2c, 0x34, 0x49, 0x1a, 0xa8, 0x06, 0xd7, 0xa8 -.byte 0x88, 0xd2, 0x03, 0x72, 0x7a, 0x32, 0xe2, 0xea, 0x68, 0x4d, 0x6e, 0x2c, 0x96, 0x65, 0x7b, 0xca -.byte 0x59, 0xfa, 0xf2, 0xe2, 0xdd, 0xee, 0x30, 0x2c, 0xfb, 0xcc, 0x46, 0xac, 0xc4, 0x63, 0xeb, 0x6f -.byte 0x7f, 0x36, 0x2b, 0x34, 0x73, 0x12, 0x94, 0x7f, 0xdf, 0xcc, 0x26, 0x9e, 0xf1, 0x72, 0x5d, 0x50 -.byte 0x65, 0x59, 0x8f, 0x69, 0xb3, 0x87, 0x5e, 0x32, 0x6f, 0xc3, 0x18, 0x8a, 0xb5, 0x95, 0x8f, 0xb0 -.byte 0x7a, 0x37, 0xde, 0x5a, 0x45, 0x3b, 0xc7, 0x36, 0xe1, 0xef, 0x67, 0xd1, 0x39, 0xd3, 0x97, 0x5b -.byte 0x73, 0x62, 0x19, 0x48, 0x2d, 0x87, 0x1c, 0x06, 0xfb, 0x74, 0x98, 0x20, 0x49, 0x73, 0xf0, 0x05 -.byte 0xd2, 0x1b, 0xb1, 0xa0, 0xa3, 0xb7, 0x1b, 0x70, 0xd3, 0x88, 0x69, 0xb9, 0x5a, 0xd6, 0x38, 0xf4 -.byte 0x62, 0xdc, 0x25, 0x8b, 0x78, 0xbf, 0xf8, 0xe8, 0x7e, 0xb8, 0x5c, 0xc9, 0x95, 0x4f, 0x5f, 0xa7 -.byte 0x2d, 0xb9, 0x20, 0x6b, 0xcf, 0x6b, 0xdd, 0xf5, 0x0d, 0xf4, 0x82, 0xb7, 0xf4, 0xb2, 0x66, 0x2e -.byte 0x10, 0x28, 0xf6, 0x97, 0x5a, 0x7b, 0x96, 0x16, 0x8f, 0x01, 0x19, 0x2d, 0x6c, 0x6e, 0x7f, 0x39 -.byte 0x58, 0x06, 0x64, 0x83, 0x01, 0x83, 0x83, 0xc3, 0x4d, 0x92, 0xdd, 0x32, 0xc6, 0x87, 0xa4, 0x37 -.byte 0xe9, 0x16, 0xce, 0xaa, 0x2d, 0x68, 0xaf, 0x0a, 0x81, 0x65, 0x3a, 0x70, 0xc1, 0x9b, 0xad, 0x4d -.byte 0x6d, 0x54, 0xca, 0x2a, 0x2d, 0x4b, 0x85, 0x1b, 0xb3, 0x80, 0xe6, 0x70, 0x45, 0x0d, 0x6b, 0x5e -.byte 0x35, 0xf0, 0x7f, 0x3b, 0xb8, 0x9c, 0xe4, 0x04, 0x70, 0x89, 0x12, 0x25, 0x93, 0xda, 0x0a, 0x99 -.byte 0x22, 0x60, 0x6a, 0x63, 0x60, 0x4e, 0x76, 0x06, 0x98, 0x4e, 0xbd, 0x83, 0xad, 0x1d, 0x58, 0x8a -.byte 0x25, 0x85, 0xd2, 0xc7, 0x65, 0x1e, 0x2d, 0x8e, 0xc6, 0xdf, 0xb6, 0xc6, 0xe1, 0x7f, 0x8a, 0x04 -.byte 0x21, 0x15, 0x29, 0x74, 0xf0, 0x3e, 0x9c, 0x90, 0x9d, 0x0c, 0x2e, 0xf1, 0x8a, 0x3e, 0x5a, 0xaa -.byte 0x0c, 0x09, 0x1e, 0xc7, 0xd5, 0x3c, 0xa3, 0xed, 0x97, 0xc3, 0x1e, 0x34, 0xfa, 0x38, 0xf9, 0x08 -.byte 0x0e, 0xe3, 0xc0, 0x5d, 0x2b, 0x83, 0xd1, 0x56, 0x6a, 0xc9, 0xb6, 0xa8, 0x54, 0x53, 0x2e, 0x78 -.byte 0x32, 0x67, 0x3d, 0x82, 0x7f, 0x74, 0xd0, 0xfb, 0xe1, 0xb6, 0x05, 0x60, 0xb9, 0x70, 0xdb, 0x8e -.byte 0x0b, 0xf9, 0x13, 0x58, 0x6f, 0x71, 0x60, 0x10, 0x52, 0x10, 0xb9, 0xc1, 0x41, 0x09, 0xef, 0x72 -.byte 0x1f, 0x67, 0x31, 0x78, 0xff, 0x96, 0x05, 0x8d, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x58, 0x01 -.byte 0x26, 0x30, 0x56, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53 -.byte 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0a, 0x65, 0x6d, 0x53, 0x69, 0x67 -.byte 0x6e, 0x20, 0x50, 0x4b, 0x49, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0b -.byte 0x65, 0x4d, 0x75, 0x64, 0x68, 0x72, 0x61, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x1c, 0x30, 0x1a, 0x06 -.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f -.byte 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x43, 0x31, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06 -.byte 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f -.byte 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xcf, 0xeb, 0xa9, 0xb9, 0xf1, 0x99 -.byte 0x05, 0xcc, 0xd8, 0x28, 0x21, 0x4a, 0xf3, 0x73, 0x34, 0x51, 0x84, 0x56, 0x10, 0xf5, 0xa0, 0x4f -.byte 0x2c, 0x12, 0xe3, 0xfa, 0x13, 0x9a, 0x27, 0xd0, 0xcf, 0xf9, 0x79, 0x1a, 0x74, 0x5f, 0x1d, 0x79 -.byte 0x39, 0xfc, 0x5b, 0xf8, 0x70, 0x8e, 0xe0, 0x92, 0x52, 0xf7, 0xe4, 0x25, 0xf9, 0x54, 0x83, 0xd9 -.byte 0x1d, 0xd3, 0xc8, 0x5a, 0x85, 0x3f, 0x5e, 0xc7, 0xb6, 0x07, 0xee, 0x3e, 0xc0, 0xce, 0x9a, 0xaf -.byte 0xac, 0x56, 0x42, 0x2a, 0x39, 0x25, 0x70, 0xd6, 0xbf, 0xb5, 0x7b, 0x36, 0xad, 0xac, 0xf6, 0x73 -.byte 0xdc, 0xcd, 0xd7, 0x1d, 0x8a, 0x83, 0xa5, 0xfb, 0x2b, 0x90, 0x15, 0x37, 0x6b, 0x1c, 0x26, 0x47 -.byte 0xdc, 0x3b, 0x29, 0x56, 0x93, 0x6a, 0xb3, 0xc1, 0x6a, 0x3a, 0x9d, 0x3d, 0xf5, 0xc1, 0x97, 0x38 -.byte 0x58, 0x05, 0x8b, 0x1c, 0x11, 0xe3, 0xe4, 0xb4, 0xb8, 0x5d, 0x85, 0x1d, 0x83, 0xfe, 0x78, 0x5f -.byte 0x0b, 0x45, 0x68, 0x18, 0x48, 0xa5, 0x46, 0x73, 0x34, 0x3b, 0xfe, 0x0f, 0xc8, 0x76, 0xbb, 0xc7 -.byte 0x18, 0xf3, 0x05, 0xd1, 0x86, 0xf3, 0x85, 0xed, 0xe7, 0xb9, 0xd9, 0x32, 0xad, 0x55, 0x88, 0xce -.byte 0xa6, 0xb6, 0x91, 0xb0, 0x4f, 0xac, 0x7e, 0x15, 0x23, 0x96, 0xf6, 0x3f, 0xf0, 0x20, 0x34, 0x16 -.byte 0xde, 0x0a, 0xc6, 0xc4, 0x04, 0x45, 0x79, 0x7f, 0xa7, 0xfd, 0xbe, 0xd2, 0xa9, 0xa5, 0xaf, 0x9c -.byte 0xc5, 0x23, 0x2a, 0xf7, 0x3c, 0x21, 0x6c, 0xbd, 0xaf, 0x8f, 0x4e, 0xc5, 0x3a, 0xb2, 0xf3, 0x34 -.byte 0x12, 0xfc, 0xdf, 0x80, 0x1a, 0x49, 0xa4, 0xd4, 0xa9, 0x95, 0xf7, 0x9e, 0x89, 0x5e, 0xa2, 0x89 -.byte 0xac, 0x94, 0xcb, 0xa8, 0x68, 0x9b, 0xaf, 0x8a, 0x65, 0x27, 0xcd, 0x89, 0xee, 0xdd, 0x8c, 0xb5 -.byte 0x6b, 0x29, 0x70, 0x43, 0xa0, 0x69, 0x0b, 0xe4, 0xb9, 0x0f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00 -.byte 0x59, 0x01, 0x26, 0x30, 0x57, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x42, 0x45, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x47, 0x6c, 0x6f -.byte 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x6e, 0x76, 0x2d, 0x73, 0x61, 0x31, 0x10, 0x30 -.byte 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x07, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31 -.byte 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x12, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c -.byte 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22 +.byte 0x00, 0xc5, 0xd2, 0x7a, 0xa1, 0xd6, 0x8a, 0xbf, 0x16, 0x31, 0xd0, 0x98, 0xd1, 0x3a, 0x94, 0xfc +.byte 0x5a, 0xb8, 0x6e, 0x22, 0xc1, 0x62, 0xf7, 0xa7, 0x0a, 0x27, 0xef, 0x50, 0xf6, 0x2e, 0xb1, 0x9e +.byte 0x68, 0x12, 0xf0, 0x6c, 0x24, 0x63, 0x39, 0xf1, 0xf0, 0xdf, 0x10, 0xc6, 0xde, 0xb7, 0x52, 0x20 +.byte 0xd5, 0x52, 0x5b, 0x42, 0x99, 0x9e, 0xf3, 0xa0, 0xbe, 0x52, 0x1f, 0x5f, 0xcc, 0x67, 0x6d, 0xa7 +.byte 0x2e, 0x50, 0xa2, 0xc1, 0x97, 0x8d, 0xb6, 0xf8, 0x95, 0xf5, 0xb0, 0xba, 0xdc, 0x9d, 0xe0, 0xbe +.byte 0xcb, 0xdf, 0xf7, 0x38, 0xf2, 0x47, 0xf5, 0xa6, 0x9a, 0x92, 0x95, 0x2a, 0x62, 0x59, 0x50, 0x0b +.byte 0xa2, 0xb1, 0x35, 0xe7, 0x65, 0xb2, 0x61, 0xb2, 0xea, 0x92, 0x71, 0x69, 0xe4, 0x29, 0xf0, 0x4f +.byte 0x81, 0x81, 0x04, 0x3c, 0xb2, 0xa5, 0x5b, 0xd4, 0xc5, 0xa8, 0x59, 0x67, 0x7b, 0x55, 0x1c, 0x49 +.byte 0xab, 0x7a, 0x9d, 0xc2, 0xe7, 0x73, 0x4d, 0xef, 0xcd, 0x09, 0xc2, 0xc4, 0x57, 0x12, 0xdb, 0x01 +.byte 0x0e, 0x23, 0x79, 0x09, 0x07, 0x3b, 0xa2, 0xe8, 0xfc, 0x8a, 0xcf, 0x8f, 0xc0, 0x46, 0x24, 0x9c +.byte 0x38, 0x27, 0xe0, 0x83, 0x9d, 0x1b, 0xa0, 0xbf, 0x78, 0x15, 0x10, 0xeb, 0x86, 0x4e, 0x0a, 0x5a +.byte 0xfd, 0xdf, 0xda, 0x2c, 0x82, 0x7e, 0xee, 0xca, 0xf6, 0x29, 0xe1, 0xfa, 0x71, 0xa1, 0xf7, 0x88 +.byte 0x68, 0x9c, 0x9c, 0xf0, 0x8d, 0xbe, 0x0f, 0x49, 0x91, 0xd8, 0xea, 0x3a, 0xf9, 0xfd, 0xd0, 0x68 +.byte 0x71, 0xdb, 0xe9, 0xb5, 0x2b, 0x4e, 0x82, 0x92, 0x6f, 0x66, 0x1f, 0xe0, 0xf0, 0xdc, 0x4c, 0xec +.byte 0xca, 0xd1, 0xea, 0xba, 0x74, 0x06, 0xf9, 0xb3, 0x84, 0x90, 0x94, 0xd1, 0x5f, 0x8e, 0x73, 0x19 +.byte 0x10, 0x5d, 0x02, 0xe5, 0x70, 0xa5, 0xc0, 0x10, 0xd0, 0x10, 0x7c, 0x6f, 0xc5, 0x58, 0x49, 0xb4 +.byte 0xb0, 0x6e, 0x9a, 0xda, 0x7d, 0x95, 0xf5, 0xcc, 0xda, 0x02, 0xaf, 0xb8, 0x2c, 0x7d, 0x79, 0x8f +.byte 0xbe, 0x43, 0xf1, 0xf9, 0x28, 0x28, 0x8d, 0x09, 0x43, 0xf8, 0x08, 0xdd, 0x6b, 0xc8, 0x8b, 0x2c +.byte 0x24, 0xb1, 0x8d, 0x52, 0x07, 0xbd, 0x78, 0x9b, 0xcb, 0xca, 0x68, 0xb2, 0xa4, 0xdd, 0x0c, 0x4c +.byte 0x79, 0x60, 0xc6, 0x99, 0xd1, 0x93, 0xf1, 0x30, 0x1a, 0x07, 0xd3, 0xae, 0x22, 0xc2, 0xea, 0xce +.byte 0xf1, 0x84, 0x09, 0xcc, 0xe0, 0x14, 0x6e, 0x7f, 0x3f, 0x7e, 0xd2, 0x82, 0x85, 0xac, 0xdc, 0xa9 +.byte 0x16, 0x4e, 0x85, 0xa0, 0x60, 0xcb, 0xf6, 0x9c, 0xd7, 0xc8, 0xb3, 0x8e, 0xed, 0xc6, 0x9b, 0x98 +.byte 0x75, 0x0d, 0x55, 0xe8, 0x5f, 0xe5, 0x95, 0x8b, 0x02, 0xa4, 0xae, 0x43, 0x29, 0x28, 0x11, 0xa4 +.byte 0xe6, 0x12, 0x30, 0x01, 0x4b, 0x75, 0x6b, 0x1e, 0x66, 0x9d, 0x79, 0x2f, 0xa5, 0x76, 0x2f, 0x1d +.byte 0x40, 0xb4, 0x6d, 0xc9, 0x7d, 0x79, 0x08, 0xec, 0xd1, 0x6a, 0xb6, 0x5d, 0x2a, 0xb2, 0xa5, 0x66 +.byte 0xbd, 0x6b, 0x85, 0xf4, 0x74, 0x56, 0xc3, 0xf5, 0xe7, 0x75, 0x52, 0x28, 0x2c, 0xa5, 0xff, 0x66 +.byte 0x47, 0xa5, 0xd4, 0xfe, 0xfe, 0x9e, 0x54, 0xbf, 0x65, 0x7e, 0x01, 0xd6, 0x30, 0x8f, 0xa5, 0x36 +.byte 0x9c, 0xa2, 0x50, 0x1c, 0xee, 0x38, 0x80, 0x01, 0x48, 0xc6, 0xc7, 0x74, 0xf4, 0xc6, 0xac, 0xc3 +.byte 0x40, 0x49, 0x16, 0x61, 0x74, 0x2c, 0xaf, 0x8c, 0x6f, 0x35, 0xed, 0x7b, 0x18, 0x00, 0x5b, 0x36 +.byte 0x3c, 0x9c, 0x50, 0x0d, 0xca, 0x92, 0x33, 0x10, 0xf1, 0x26, 0x49, 0x6d, 0xdf, 0x75, 0x24, 0x37 +.byte 0x82, 0x22, 0xd7, 0xe8, 0x96, 0xfd, 0x15, 0x4b, 0x02, 0x96, 0x3e, 0x07, 0x72, 0x95, 0x7e, 0xab +.byte 0x3d, 0x4c, 0x2e, 0xd7, 0xca, 0xf0, 0xdf, 0xe0, 0x58, 0x3f, 0x2d, 0x2f, 0x04, 0x9a, 0x38, 0xa3 +.byte 0x01, 0x02, 0x03, 0x01, 0x00, 0x01, 0x53, 0x00, 0x78, 0x00, 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x23, 0x30, 0x21, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x13, 0x1a, 0x43, 0x79, 0x62, 0x65, 0x72, 0x74, 0x72, 0x75, 0x73, 0x74, 0x20, 0x4a +.byte 0x61, 0x70, 0x61, 0x6e, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x20, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x1d +.byte 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x14, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x53 +.byte 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31, 0x35, 0x30, 0x76, 0x30 +.byte 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00 +.byte 0x22, 0x03, 0x62, 0x00, 0x04, 0x0b, 0x50, 0x74, 0x8d, 0x64, 0x32, 0x99, 0x99, 0xb3, 0xd2, 0x60 +.byte 0x08, 0xb8, 0x22, 0x8e, 0x46, 0x74, 0x2c, 0x78, 0xc0, 0x2b, 0x44, 0x2d, 0x6d, 0x5f, 0x1d, 0xc9 +.byte 0xae, 0x4b, 0x52, 0x20, 0x83, 0x3d, 0xb8, 0x14, 0x6d, 0x53, 0x87, 0x60, 0x9e, 0x5f, 0x6c, 0x85 +.byte 0xdb, 0x06, 0x14, 0x95, 0xe0, 0xc7, 0x28, 0xff, 0x9d, 0x5f, 0xe4, 0xaa, 0xf1, 0xb3, 0x8b, 0x6d +.byte 0xed, 0x4f, 0x2f, 0x4b, 0xc9, 0x4a, 0x94, 0x91, 0x64, 0x75, 0xfe, 0x01, 0xec, 0xc1, 0xd8, 0xeb +.byte 0x7a, 0x94, 0x78, 0x56, 0x18, 0x43, 0x5f, 0x6b, 0x81, 0xcb, 0xf6, 0xbc, 0xda, 0xb4, 0x0c, 0xb6 +.byte 0x29, 0x93, 0x08, 0x69, 0x8f, 0x53, 0x00, 0x26, 0x01, 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x0c, 0x1f, 0x4b, 0x72, 0x61, 0x6a, 0x6f, 0x77, 0x61, 0x20, 0x49, 0x7a, 0x62, 0x61, 0x20 +.byte 0x52, 0x6f, 0x7a, 0x6c, 0x69, 0x63, 0x7a, 0x65, 0x6e, 0x69, 0x6f, 0x77, 0x61, 0x20, 0x53, 0x2e +.byte 0x41, 0x2e, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x0f, 0x53, 0x5a, 0x41 +.byte 0x46, 0x49, 0x52, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x20, 0x43, 0x41, 0x32, 0x30, 0x82, 0x01, 0x22 .byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 -.byte 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xda, 0x0e, 0xe6 -.byte 0x99, 0x8d, 0xce, 0xa3, 0xe3, 0x4f, 0x8a, 0x7e, 0xfb, 0xf1, 0x8b, 0x83, 0x25, 0x6b, 0xea, 0x48 -.byte 0x1f, 0xf1, 0x2a, 0xb0, 0xb9, 0x95, 0x11, 0x04, 0xbd, 0xf0, 0x63, 0xd1, 0xe2, 0x67, 0x66, 0xcf -.byte 0x1c, 0xdd, 0xcf, 0x1b, 0x48, 0x2b, 0xee, 0x8d, 0x89, 0x8e, 0x9a, 0xaf, 0x29, 0x80, 0x65, 0xab -.byte 0xe9, 0xc7, 0x2d, 0x12, 0xcb, 0xab, 0x1c, 0x4c, 0x70, 0x07, 0xa1, 0x3d, 0x0a, 0x30, 0xcd, 0x15 -.byte 0x8d, 0x4f, 0xf8, 0xdd, 0xd4, 0x8c, 0x50, 0x15, 0x1c, 0xef, 0x50, 0xee, 0xc4, 0x2e, 0xf7, 0xfc -.byte 0xe9, 0x52, 0xf2, 0x91, 0x7d, 0xe0, 0x6d, 0xd5, 0x35, 0x30, 0x8e, 0x5e, 0x43, 0x73, 0xf2, 0x41 -.byte 0xe9, 0xd5, 0x6a, 0xe3, 0xb2, 0x89, 0x3a, 0x56, 0x39, 0x38, 0x6f, 0x06, 0x3c, 0x88, 0x69, 0x5b -.byte 0x2a, 0x4d, 0xc5, 0xa7, 0x54, 0xb8, 0x6c, 0x89, 0xcc, 0x9b, 0xf9, 0x3c, 0xca, 0xe5, 0xfd, 0x89 -.byte 0xf5, 0x12, 0x3c, 0x92, 0x78, 0x96, 0xd6, 0xdc, 0x74, 0x6e, 0x93, 0x44, 0x61, 0xd1, 0x8d, 0xc7 -.byte 0x46, 0xb2, 0x75, 0x0e, 0x86, 0xe8, 0x19, 0x8a, 0xd5, 0x6d, 0x6c, 0xd5, 0x78, 0x16, 0x95, 0xa2 -.byte 0xe9, 0xc8, 0x0a, 0x38, 0xeb, 0xf2, 0x24, 0x13, 0x4f, 0x73, 0x54, 0x93, 0x13, 0x85, 0x3a, 0x1b -.byte 0xbc, 0x1e, 0x34, 0xb5, 0x8b, 0x05, 0x8c, 0xb9, 0x77, 0x8b, 0xb1, 0xdb, 0x1f, 0x20, 0x91, 0xab -.byte 0x09, 0x53, 0x6e, 0x90, 0xce, 0x7b, 0x37, 0x74, 0xb9, 0x70, 0x47, 0x91, 0x22, 0x51, 0x63, 0x16 -.byte 0x79, 0xae, 0xb1, 0xae, 0x41, 0x26, 0x08, 0xc8, 0x19, 0x2b, 0xd1, 0x46, 0xaa, 0x48, 0xd6, 0x64 -.byte 0x2a, 0xd7, 0x83, 0x34, 0xff, 0x2c, 0x2a, 0xc1, 0x6c, 0x19, 0x43, 0x4a, 0x07, 0x85, 0xe7, 0xd3 -.byte 0x7c, 0xf6, 0x21, 0x68, 0xef, 0xea, 0xf2, 0x52, 0x9f, 0x7f, 0x93, 0x90, 0xcf, 0x02, 0x03, 0x01 -.byte 0x00, 0x01, 0x00, 0x5a, 0x01, 0x26, 0x30, 0x58, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 -.byte 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x22 -.byte 0x4a, 0x61, 0x70, 0x61, 0x6e, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74 -.byte 0x69, 0x6f, 0x6e, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2c, 0x20, 0x49, 0x6e -.byte 0x63, 0x2e, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x53, 0x65, 0x63 -.byte 0x75, 0x72, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x31, 0x31 +.byte 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xb7, 0xbc, 0x3e +.byte 0x50, 0xa8, 0x4b, 0xcd, 0x40, 0xb5, 0xce, 0x61, 0xe7, 0x96, 0xca, 0xb4, 0xa1, 0xda, 0x0c, 0x22 +.byte 0xb0, 0xfa, 0xb5, 0x7b, 0x76, 0x00, 0x77, 0x8c, 0x0b, 0xcf, 0x7d, 0xa8, 0x86, 0xcc, 0x26, 0x51 +.byte 0xe4, 0x20, 0x3d, 0x85, 0x0c, 0xd6, 0x58, 0xe3, 0xe7, 0xf4, 0x2a, 0x18, 0x9d, 0xda, 0xd1, 0xae +.byte 0x26, 0xee, 0xeb, 0x53, 0xdc, 0xf4, 0x90, 0xd6, 0x13, 0x4a, 0x0c, 0x90, 0x3c, 0xc3, 0xf4, 0xda +.byte 0xd2, 0x8e, 0x0d, 0x92, 0x3a, 0xdc, 0xb1, 0xb1, 0xff, 0x38, 0xde, 0xc3, 0xba, 0x2d, 0x5f, 0x80 +.byte 0xb9, 0x02, 0xbd, 0x4a, 0x9d, 0x1b, 0x0f, 0xb4, 0xc3, 0xc2, 0xc1, 0x67, 0x03, 0xdd, 0xdc, 0x1b +.byte 0x9c, 0x3d, 0xb3, 0xb0, 0xde, 0x00, 0x1e, 0xa8, 0x34, 0x47, 0xbb, 0x9a, 0xeb, 0xfe, 0x0b, 0x14 +.byte 0xbd, 0x36, 0x84, 0xda, 0x0d, 0x20, 0xbf, 0xfa, 0x5b, 0xcb, 0xa9, 0x16, 0x20, 0xad, 0x39, 0x60 +.byte 0xee, 0x2f, 0x75, 0xb6, 0xe7, 0x97, 0x9c, 0xf9, 0x3e, 0xfd, 0x7e, 0x4d, 0x6f, 0x4d, 0x2f, 0xef +.byte 0x88, 0x0d, 0x6a, 0xfa, 0xdd, 0xf1, 0x3d, 0x6e, 0x20, 0xa5, 0xa0, 0x12, 0xb4, 0x4d, 0x70, 0xb9 +.byte 0xce, 0xd7, 0x72, 0x3b, 0x89, 0x93, 0xa7, 0x80, 0x84, 0x1c, 0x27, 0x49, 0x72, 0x49, 0xb5, 0xff +.byte 0x3b, 0x95, 0x9e, 0xc1, 0xcc, 0xc8, 0x01, 0xec, 0xe8, 0x0e, 0x8a, 0x0a, 0x96, 0xe7, 0xb3, 0xa6 +.byte 0x87, 0xe5, 0xd6, 0xf9, 0x05, 0x2b, 0x0d, 0x97, 0x40, 0x70, 0x3c, 0xba, 0xac, 0x75, 0x5a, 0x9c +.byte 0xd5, 0x4d, 0x9d, 0x02, 0x0a, 0xd2, 0x4b, 0x9b, 0x66, 0x4b, 0x46, 0x07, 0x17, 0x65, 0xad, 0x9f +.byte 0x6c, 0x88, 0x00, 0xdc, 0x22, 0x89, 0xe0, 0xe1, 0x64, 0xd4, 0x67, 0xbc, 0x31, 0x79, 0x61, 0x3c +.byte 0xbb, 0xca, 0x41, 0xcd, 0x5c, 0x6a, 0x00, 0xc8, 0x3c, 0x38, 0x8e, 0x58, 0xaf, 0x02, 0x03, 0x01 +.byte 0x00, 0x01, 0x53, 0x00, 0x26, 0x02, 0x30, 0x51, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x54, 0x57, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09 +.byte 0x54, 0x41, 0x49, 0x57, 0x41, 0x4e, 0x2d, 0x43, 0x41, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55 +.byte 0x04, 0x0b, 0x13, 0x07, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31, 0x1c, 0x30, 0x1a, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x54, 0x57, 0x43, 0x41, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61 +.byte 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06 +.byte 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f +.byte 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb0, 0x05, 0xdb, 0xc8, 0xeb, 0x8c +.byte 0xc4, 0x6e, 0x8a, 0x21, 0xef, 0x8e, 0x4d, 0x9c, 0x71, 0x0a, 0x1f, 0x52, 0x70, 0xed, 0x6d, 0x82 +.byte 0x9c, 0x97, 0xc5, 0xd7, 0x4c, 0x4e, 0x45, 0x49, 0xcb, 0x40, 0x42, 0xb5, 0x12, 0x34, 0x6c, 0x19 +.byte 0xc2, 0x74, 0xa4, 0x31, 0x5f, 0x85, 0x02, 0x97, 0xec, 0x43, 0x33, 0x0a, 0x53, 0xd2, 0x9c, 0x8c +.byte 0x8e, 0xb7, 0xb8, 0x79, 0xdb, 0x2b, 0xd5, 0x6a, 0xf2, 0x8e, 0x66, 0xc4, 0xee, 0x2b, 0x01, 0x07 +.byte 0x92, 0xd4, 0xb3, 0xd0, 0x02, 0xdf, 0x50, 0xf6, 0x55, 0xaf, 0x66, 0x0e, 0xcb, 0xe0, 0x47, 0x60 +.byte 0x2f, 0x2b, 0x32, 0x39, 0x35, 0x52, 0x3a, 0x28, 0x83, 0xf8, 0x7b, 0x16, 0xc6, 0x18, 0xb8, 0x62 +.byte 0xd6, 0x47, 0x25, 0x91, 0xce, 0xf0, 0x19, 0x12, 0x4d, 0xad, 0x63, 0xf5, 0xd3, 0x3f, 0x75, 0x5f +.byte 0x29, 0xf0, 0xa1, 0x30, 0x1c, 0x2a, 0xa0, 0x98, 0xa6, 0x15, 0xbd, 0xee, 0xfd, 0x19, 0x36, 0xf0 +.byte 0xe2, 0x91, 0x43, 0x8f, 0xfa, 0xca, 0xd6, 0x10, 0x27, 0x49, 0x4c, 0xef, 0xdd, 0xc1, 0xf1, 0x85 +.byte 0x70, 0x9b, 0xca, 0xea, 0xa8, 0x5a, 0x43, 0xfc, 0x6d, 0x86, 0x6f, 0x73, 0xe9, 0x37, 0x45, 0xa9 +.byte 0xf0, 0x36, 0xc7, 0xcc, 0x88, 0x75, 0x1e, 0xbb, 0x6c, 0x06, 0xff, 0x9b, 0x6b, 0x3e, 0x17, 0xec +.byte 0x61, 0xaa, 0x71, 0x7c, 0xc6, 0x1d, 0xa2, 0xf7, 0x49, 0xe9, 0x15, 0xb5, 0x3c, 0xd6, 0xa1, 0x61 +.byte 0xf5, 0x11, 0xf7, 0x05, 0x6f, 0x1d, 0xfd, 0x11, 0xbe, 0xd0, 0x30, 0x07, 0xc2, 0x29, 0xb0, 0x09 +.byte 0x4e, 0x26, 0xdc, 0xe3, 0xa2, 0xa8, 0x91, 0x6a, 0x1f, 0xc2, 0x91, 0x45, 0x88, 0x5c, 0xe5, 0x98 +.byte 0xb8, 0x71, 0xa5, 0x15, 0x19, 0xc9, 0x7c, 0x75, 0x11, 0xcc, 0x70, 0x74, 0x4f, 0x2d, 0x9b, 0x1d +.byte 0x91, 0x44, 0xfd, 0x56, 0x28, 0xa0, 0xfe, 0xbb, 0x86, 0x6a, 0xc8, 0xfa, 0x5c, 0x0b, 0x58, 0xdc +.byte 0xc6, 0x4b, 0x76, 0xc8, 0xab, 0x22, 0xd9, 0x73, 0x0f, 0xa5, 0xf4, 0x5a, 0x02, 0x89, 0x3f, 0x4f +.byte 0x9e, 0x22, 0x82, 0xee, 0xa2, 0x74, 0x53, 0x2a, 0x3d, 0x53, 0x27, 0x69, 0x1d, 0x6c, 0x8e, 0x32 +.byte 0x2c, 0x64, 0x00, 0x26, 0x63, 0x61, 0x36, 0x4e, 0xa3, 0x46, 0xb7, 0x3f, 0x7d, 0xb3, 0x2d, 0xac +.byte 0x6d, 0x90, 0xa2, 0x95, 0xa2, 0xce, 0xcf, 0xda, 0x82, 0xe7, 0x07, 0x34, 0x19, 0x96, 0xe9, 0xb8 +.byte 0x21, 0xaa, 0x29, 0x7e, 0xa6, 0x38, 0xbe, 0x8e, 0x29, 0x4a, 0x21, 0x66, 0x79, 0x1f, 0xb3, 0xc3 +.byte 0xb5, 0x09, 0x67, 0xde, 0xd6, 0xd4, 0x07, 0x46, 0xf3, 0x2a, 0xda, 0xe6, 0x22, 0x37, 0x60, 0xcb +.byte 0x81, 0xb6, 0x0f, 0xa0, 0x0f, 0xe9, 0xc8, 0x95, 0x7f, 0xbf, 0x55, 0x91, 0x05, 0x7a, 0xcf, 0x3d +.byte 0x15, 0xc0, 0x6f, 0xde, 0x09, 0x94, 0x01, 0x83, 0xd7, 0x34, 0x1b, 0xcc, 0x40, 0xa5, 0xf0, 0xb8 +.byte 0x9b, 0x67, 0xd5, 0x98, 0x91, 0x3b, 0xa7, 0x84, 0x78, 0x95, 0x26, 0xa4, 0x5a, 0x08, 0xf8, 0x2b +.byte 0x74, 0xb4, 0x00, 0x04, 0x3c, 0xdf, 0xb8, 0x14, 0x8e, 0xe8, 0xdf, 0xa9, 0x8d, 0x6c, 0x67, 0x92 +.byte 0x33, 0x1d, 0xc0, 0xb7, 0xd2, 0xec, 0x92, 0xc8, 0xbe, 0x09, 0xbf, 0x2c, 0x29, 0x05, 0x6f, 0x02 +.byte 0x6b, 0x9e, 0xef, 0xbc, 0xbf, 0x2a, 0xbc, 0x5b, 0xc0, 0x50, 0x8f, 0x41, 0x70, 0x71, 0x87, 0xb2 +.byte 0x4d, 0xb7, 0x04, 0xa9, 0x84, 0xa3, 0x32, 0xaf, 0xae, 0xee, 0x6b, 0x17, 0x8b, 0xb2, 0xb1, 0xfe +.byte 0x6c, 0xe1, 0x90, 0x8c, 0x88, 0xa8, 0x97, 0x48, 0xce, 0xc8, 0x4d, 0xcb, 0xf3, 0x06, 0xcf, 0x5f +.byte 0x6a, 0x0a, 0x42, 0xb1, 0x1e, 0x1e, 0x77, 0x2f, 0x8e, 0xa0, 0xe6, 0x92, 0x0e, 0x06, 0xfc, 0x05 +.byte 0x22, 0xd2, 0x26, 0xe1, 0x31, 0x51, 0x7d, 0x32, 0xdc, 0x0f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x54 +.byte 0x00, 0x26, 0x02, 0x30, 0x52, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x53, 0x4b, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0a, 0x42, 0x72, 0x61 +.byte 0x74, 0x69, 0x73, 0x6c, 0x61, 0x76, 0x61, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x13, 0x0a, 0x44, 0x69, 0x73, 0x69, 0x67, 0x20, 0x61, 0x2e, 0x73, 0x2e, 0x31, 0x19, 0x30, 0x17 +.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x43, 0x41, 0x20, 0x44, 0x69, 0x73, 0x69, 0x67, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a +.byte 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30 +.byte 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa2, 0xa3, 0xc4, 0x00, 0x09, 0xd6, 0x85, 0x5d +.byte 0x2d, 0x6d, 0x14, 0xf6, 0xc2, 0xc3, 0x73, 0x9e, 0x35, 0xc2, 0x71, 0x55, 0x7e, 0x81, 0xfb, 0xab +.byte 0x46, 0x50, 0xe0, 0xc1, 0x7c, 0x49, 0x78, 0xe6, 0xab, 0x79, 0x58, 0x3c, 0xda, 0xff, 0x7c, 0x1c +.byte 0x9f, 0xd8, 0x97, 0x02, 0x78, 0x3e, 0x6b, 0x41, 0x04, 0xe9, 0x41, 0xbd, 0xbe, 0x03, 0x2c, 0x45 +.byte 0xf6, 0x2f, 0x64, 0xd4, 0xab, 0x5d, 0xa3, 0x47, 0x3d, 0x64, 0x9b, 0xe9, 0x68, 0x9a, 0xc6, 0xcc +.byte 0x1b, 0x3f, 0xba, 0xbe, 0xb2, 0x8b, 0x34, 0x02, 0x2e, 0x98, 0x55, 0x19, 0xfc, 0x8c, 0x6f, 0xaa +.byte 0x5f, 0xda, 0x4c, 0xce, 0x4d, 0x03, 0x21, 0xa3, 0xd8, 0xd2, 0x34, 0x93, 0x56, 0x96, 0xcb, 0x4c +.byte 0x0c, 0x00, 0x16, 0x3c, 0x5f, 0x1a, 0xcd, 0xc8, 0xc7, 0x6c, 0xa6, 0xad, 0xd3, 0x31, 0xa7, 0xbc +.byte 0xe8, 0xe5, 0xe1, 0x66, 0xd6, 0xd2, 0xfb, 0x03, 0xb4, 0x41, 0x65, 0xc9, 0x10, 0xae, 0x0e, 0x05 +.byte 0x63, 0xc6, 0x80, 0x6a, 0x69, 0x30, 0xfd, 0xd2, 0xee, 0x90, 0xef, 0x0d, 0x27, 0xdf, 0x9f, 0x95 +.byte 0x73, 0xf4, 0xe1, 0x25, 0xda, 0x6c, 0x16, 0xde, 0x41, 0x38, 0x34, 0xea, 0x8b, 0xfc, 0xd1, 0xe8 +.byte 0x04, 0x14, 0x61, 0x2d, 0x41, 0x7e, 0xac, 0xc7, 0x77, 0x4e, 0xcb, 0x51, 0x54, 0xfb, 0x5e, 0x92 +.byte 0x18, 0x1b, 0x04, 0x5a, 0x68, 0xc6, 0xc9, 0xc4, 0xfa, 0xb7, 0x13, 0xa0, 0x98, 0xb7, 0x11, 0x2b +.byte 0xb7, 0xd6, 0x57, 0xcc, 0x7c, 0x9e, 0x17, 0xd1, 0xcb, 0x25, 0xfe, 0x86, 0x4e, 0x24, 0x2e, 0x56 +.byte 0x0c, 0x78, 0x4d, 0x9e, 0x01, 0x12, 0xa6, 0x2b, 0xa7, 0x01, 0x65, 0x6e, 0x7c, 0x62, 0x1d, 0x84 +.byte 0x84, 0xdf, 0xea, 0xc0, 0x6b, 0xb5, 0xa5, 0x2a, 0x95, 0x83, 0xc3, 0x53, 0x11, 0x0c, 0x73, 0x1d +.byte 0x0b, 0xb2, 0x46, 0x90, 0xd1, 0x42, 0x3a, 0xce, 0x40, 0x6e, 0x95, 0xad, 0xff, 0xc6, 0x94, 0xad +.byte 0x6e, 0x97, 0x84, 0x8e, 0x7d, 0x6f, 0x9e, 0x8a, 0x80, 0x0d, 0x49, 0x6d, 0x73, 0xe2, 0x7b, 0x92 +.byte 0x1e, 0xc3, 0xf3, 0xc1, 0xf3, 0xeb, 0x2e, 0x05, 0x6f, 0xd9, 0x1b, 0xcf, 0x37, 0x76, 0x04, 0xc8 +.byte 0xb4, 0x5a, 0xe4, 0x17, 0xa7, 0xcb, 0xdd, 0x76, 0x1f, 0xd0, 0x19, 0x76, 0xe8, 0x2c, 0x05, 0xb3 +.byte 0xd6, 0x9c, 0x34, 0xd8, 0x96, 0xdc, 0x61, 0x87, 0x91, 0x05, 0xe4, 0x44, 0x08, 0x33, 0xc1, 0xda +.byte 0xb9, 0x08, 0x65, 0xd4, 0xae, 0xb2, 0x36, 0x0d, 0xeb, 0xba, 0x38, 0xba, 0x0c, 0xe5, 0x9b, 0x9e +.byte 0xeb, 0x8d, 0x66, 0xdd, 0x99, 0xcf, 0xd6, 0x89, 0x41, 0xf6, 0x04, 0x92, 0x8a, 0x29, 0x29, 0x6d +.byte 0x6b, 0x3a, 0x1c, 0xe7, 0x75, 0x7d, 0x02, 0x71, 0x0e, 0xf3, 0xc0, 0xe7, 0xbd, 0xcb, 0x19, 0xdd +.byte 0x9d, 0x60, 0xb2, 0xc2, 0x66, 0x60, 0xb6, 0xb1, 0x04, 0xee, 0xc9, 0xe6, 0x86, 0xb9, 0x9a, 0x66 +.byte 0x40, 0xa8, 0xe7, 0x11, 0xed, 0x81, 0x45, 0x03, 0x8b, 0xf6, 0x67, 0x59, 0xe8, 0xc1, 0x06, 0x11 +.byte 0xbd, 0xdd, 0xcf, 0x80, 0x02, 0x4f, 0x65, 0x40, 0x78, 0x5c, 0x47, 0x50, 0xc8, 0x9b, 0xe6, 0x1f +.byte 0x81, 0x7b, 0xe4, 0x44, 0xa8, 0x5b, 0x85, 0x9a, 0xe2, 0xde, 0x5a, 0xd5, 0xc7, 0xf9, 0x3a, 0x44 +.byte 0x66, 0x4b, 0xe4, 0x32, 0x54, 0x7c, 0xe4, 0x6c, 0x9c, 0xb3, 0x0e, 0x3d, 0x17, 0xa2, 0xb2, 0x34 +.byte 0x12, 0xd6, 0x7e, 0xb2, 0xa8, 0x49, 0xbb, 0xd1, 0x7a, 0x28, 0x40, 0xbe, 0xa2, 0x16, 0x1f, 0xdf +.byte 0xe4, 0x37, 0x1f, 0x11, 0x73, 0xfb, 0x90, 0x0a, 0x65, 0x43, 0xa2, 0x0d, 0x7c, 0xf8, 0x06, 0x01 +.byte 0x55, 0x33, 0x7d, 0xb0, 0x0d, 0xb8, 0xf4, 0xf5, 0xae, 0xa5, 0x42, 0x57, 0x7c, 0x36, 0x11, 0x8c +.byte 0x7b, 0x5e, 0xc4, 0x03, 0x9d, 0x8c, 0x79, 0x9d, 0x02, 0x03, 0x01, 0x00, 0x01, 0x56, 0x00, 0x26 +.byte 0x02, 0x30, 0x54, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e +.byte 0x31, 0x26, 0x30, 0x24, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1d, 0x42, 0x45, 0x49, 0x4a, 0x49 +.byte 0x4e, 0x47, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x20, 0x41 +.byte 0x55, 0x54, 0x48, 0x4f, 0x52, 0x49, 0x54, 0x59, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x0c, 0x14, 0x42, 0x4a, 0x43, 0x41, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a +.byte 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30 +.byte 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xf1, 0x66, 0x08, 0xbd, 0xd9, 0xc5, 0x15, 0x61 +.byte 0xcb, 0x84, 0x04, 0x41, 0xa5, 0x69, 0x37, 0x77, 0x1d, 0xc1, 0xb0, 0x7b, 0xfa, 0xc3, 0x77, 0x48 +.byte 0x90, 0x13, 0x72, 0x64, 0xd1, 0xb8, 0x7c, 0x90, 0x35, 0x9d, 0x18, 0x79, 0x88, 0xe3, 0x97, 0x01 +.byte 0x3c, 0x47, 0x81, 0xf2, 0x0e, 0xa2, 0x98, 0x0d, 0x9e, 0x3f, 0x37, 0xe0, 0x19, 0xb2, 0x90, 0xf2 +.byte 0x46, 0x1c, 0x92, 0xb1, 0x3a, 0x61, 0xce, 0xfa, 0xb7, 0x46, 0x9e, 0x03, 0x86, 0xd7, 0x33, 0x6e +.byte 0xed, 0xf7, 0x45, 0x8c, 0x76, 0x37, 0xde, 0x6e, 0x96, 0x91, 0xf7, 0xd7, 0x7e, 0x2b, 0x87, 0x17 +.byte 0xd5, 0x8b, 0x35, 0xee, 0x84, 0x91, 0x72, 0x57, 0xdc, 0x60, 0xc3, 0xc3, 0xb9, 0xe7, 0xc7, 0x67 +.byte 0x24, 0x23, 0x4f, 0x63, 0x0a, 0x63, 0xf6, 0x66, 0x7d, 0x4b, 0x55, 0xa7, 0x3f, 0x78, 0x64, 0x49 +.byte 0x69, 0x12, 0x97, 0xe0, 0x4c, 0x0d, 0xd3, 0x09, 0xa0, 0x32, 0x30, 0x3a, 0xfa, 0x9f, 0xc0, 0xf2 +.byte 0x9c, 0xc5, 0x12, 0x2a, 0x2e, 0x1c, 0xb5, 0x04, 0x33, 0xda, 0xa4, 0x38, 0x11, 0x6a, 0xde, 0xc6 +.byte 0x18, 0xf6, 0x47, 0x3a, 0x22, 0x41, 0x87, 0x22, 0xfc, 0xc4, 0x89, 0x28, 0x54, 0xd8, 0x8c, 0xa5 +.byte 0x30, 0x0a, 0xf8, 0x17, 0x16, 0xca, 0xac, 0x37, 0xfd, 0x79, 0xa7, 0x91, 0x17, 0x78, 0x38, 0x99 +.byte 0xad, 0x58, 0xed, 0xb2, 0xde, 0xcc, 0x89, 0x7d, 0x03, 0x9c, 0xb3, 0x89, 0x65, 0xe7, 0xe3, 0x3b +.byte 0xb1, 0x22, 0x86, 0x8f, 0x06, 0x6d, 0x78, 0x07, 0xfd, 0x91, 0x12, 0x7f, 0xb0, 0x6b, 0x1c, 0x89 +.byte 0x0d, 0xf9, 0xb8, 0xcb, 0x74, 0x5b, 0x07, 0xc2, 0xc8, 0xf4, 0x35, 0xd1, 0x64, 0x63, 0x7a, 0xe9 +.byte 0x6e, 0x9a, 0x28, 0xd6, 0x30, 0xbd, 0xe6, 0x1b, 0xdd, 0x15, 0xaf, 0x84, 0xea, 0x9c, 0xc7, 0xca +.byte 0xf5, 0x0e, 0xea, 0xf2, 0x5d, 0x29, 0x87, 0x8f, 0x69, 0x73, 0x39, 0xbe, 0x2e, 0x24, 0x6f, 0x45 +.byte 0x21, 0xac, 0xc5, 0xd4, 0x69, 0x25, 0x06, 0x83, 0xad, 0x7a, 0x48, 0x85, 0x13, 0x2c, 0x0d, 0x06 +.byte 0xb8, 0x6c, 0x79, 0x56, 0xfc, 0xa3, 0x67, 0x32, 0x81, 0xf5, 0x57, 0xa5, 0xca, 0x57, 0x42, 0x69 +.byte 0xe9, 0x5c, 0x24, 0x61, 0xef, 0xe2, 0x30, 0x18, 0x4e, 0x44, 0x98, 0x55, 0x6f, 0x7a, 0xc2, 0x93 +.byte 0xd8, 0x19, 0xb6, 0xde, 0x7c, 0x47, 0x8a, 0x11, 0x4e, 0x49, 0x47, 0xdb, 0x28, 0x94, 0x02, 0x0b +.byte 0x94, 0x4a, 0x2c, 0xf9, 0x12, 0xd0, 0x4f, 0xe8, 0x31, 0x7e, 0x6c, 0x7a, 0xbf, 0xa6, 0x3f, 0x9b +.byte 0x39, 0x3d, 0x02, 0x16, 0xa3, 0x18, 0xb3, 0x67, 0xac, 0x5b, 0x3f, 0x2c, 0x83, 0x2b, 0x67, 0x39 +.byte 0x81, 0x5c, 0xb9, 0x7e, 0x94, 0xd5, 0x64, 0xdd, 0x9e, 0x8f, 0x6e, 0xae, 0xe8, 0x7c, 0x5b, 0xb4 +.byte 0xd7, 0x6a, 0x47, 0x48, 0xd7, 0x7e, 0xb3, 0xd4, 0x2d, 0x8e, 0x56, 0x76, 0x4e, 0xcf, 0x69, 0xf1 +.byte 0x6e, 0x44, 0x6c, 0xd4, 0x24, 0xea, 0x8d, 0x24, 0xa1, 0x18, 0xbf, 0xbd, 0x57, 0xfe, 0xa9, 0x99 +.byte 0x35, 0xb5, 0xdb, 0x10, 0x77, 0xb8, 0x3d, 0x48, 0xba, 0xd6, 0xc1, 0xe7, 0xf1, 0x23, 0x3e, 0xd7 +.byte 0xdf, 0x85, 0x9d, 0x27, 0x3c, 0xd4, 0x40, 0xbd, 0x0a, 0x0c, 0xbd, 0xf5, 0xe7, 0x8d, 0x25, 0xd6 +.byte 0x81, 0x74, 0x87, 0x46, 0xd4, 0x29, 0x75, 0xa2, 0x42, 0x6c, 0xf7, 0x73, 0x89, 0xe7, 0x7d, 0xbf +.byte 0x7a, 0x4a, 0x1f, 0xd3, 0x22, 0xc9, 0x15, 0x55, 0xcf, 0xdf, 0x6f, 0x7c, 0x55, 0xd0, 0xa4, 0x8b +.byte 0x07, 0x11, 0x37, 0x5f, 0x83, 0xa6, 0x26, 0x57, 0xa6, 0x01, 0x5b, 0x7e, 0xfe, 0x58, 0x68, 0x07 +.byte 0xa9, 0xe9, 0x7a, 0xd9, 0xb9, 0xe8, 0xff, 0x50, 0x1f, 0xab, 0xc2, 0xb4, 0xc0, 0xce, 0xe8, 0xea +.byte 0xfd, 0x0f, 0xbd, 0x8d, 0x4d, 0xb8, 0xbc, 0x71, 0x02, 0x03, 0x01, 0x00, 0x01, 0x56, 0x00, 0x78 +.byte 0x00, 0x30, 0x54, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e +.byte 0x31, 0x26, 0x30, 0x24, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1d, 0x42, 0x45, 0x49, 0x4a, 0x49 +.byte 0x4e, 0x47, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x20, 0x41 +.byte 0x55, 0x54, 0x48, 0x4f, 0x52, 0x49, 0x54, 0x59, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x0c, 0x14, 0x42, 0x4a, 0x43, 0x41, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x32, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48 +.byte 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x9d +.byte 0xcb, 0x80, 0x91, 0x8d, 0x53, 0x67, 0xb5, 0xb9, 0x50, 0xb1, 0x03, 0xf8, 0xe5, 0x49, 0x1f, 0x41 +.byte 0x22, 0x09, 0xb0, 0x51, 0x52, 0x58, 0xd6, 0x2b, 0x34, 0x8f, 0xc5, 0x12, 0x46, 0x14, 0xc5, 0x8b +.byte 0x2f, 0x2c, 0x84, 0xff, 0x2c, 0x6e, 0xa8, 0xd5, 0xf1, 0x09, 0xe3, 0x03, 0x21, 0x14, 0xc4, 0x43 +.byte 0x3d, 0x7c, 0xc1, 0x2c, 0xc4, 0x4b, 0x6a, 0x4a, 0xcd, 0xe9, 0x87, 0xe0, 0x7d, 0xf6, 0x22, 0xbe +.byte 0xfa, 0x4a, 0x51, 0xb8, 0x30, 0x8a, 0xfd, 0xe1, 0xde, 0x18, 0x12, 0x0a, 0xf6, 0x47, 0xb7, 0xe7 +.byte 0x17, 0xbf, 0x27, 0x8a, 0xd4, 0x41, 0x4c, 0x96, 0x3c, 0x60, 0x96, 0xc1, 0xfd, 0x15, 0x1c, 0x58 +.byte 0x00, 0x26, 0x02, 0x30, 0x56, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x43, 0x4e, 0x31, 0x30, 0x30, 0x2e, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x27, 0x43, 0x68, 0x69 +.byte 0x6e, 0x61, 0x20, 0x46, 0x69, 0x6e, 0x61, 0x6e, 0x63, 0x69, 0x61, 0x6c, 0x20, 0x43, 0x65, 0x72 +.byte 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f +.byte 0x72, 0x69, 0x74, 0x79, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x0c, 0x43 +.byte 0x46, 0x43, 0x41, 0x20, 0x45, 0x56, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x30, 0x82, 0x02, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xd7, 0x5d, 0x6b, 0xcd +.byte 0x10, 0x3f, 0x1f, 0x05, 0x59, 0xd5, 0x05, 0x4d, 0x37, 0xb1, 0x0e, 0xec, 0x98, 0x2b, 0x8e, 0x15 +.byte 0x1d, 0xfa, 0x93, 0x4b, 0x17, 0x82, 0x21, 0x71, 0x10, 0x52, 0xd7, 0x51, 0x64, 0x70, 0x16, 0xc2 +.byte 0x55, 0x69, 0x4d, 0x8e, 0x15, 0x6d, 0x9f, 0xbf, 0x0c, 0x1b, 0xc2, 0xe0, 0xa3, 0x67, 0xd6, 0x0c +.byte 0xac, 0xcf, 0x22, 0xae, 0xaf, 0x77, 0x54, 0x2a, 0x4b, 0x4c, 0x8a, 0x53, 0x52, 0x7a, 0xc3, 0xee +.byte 0x2e, 0xde, 0xb3, 0x71, 0x25, 0xc1, 0xe9, 0x5d, 0x3d, 0xee, 0xa1, 0x2f, 0xa3, 0xf7, 0x2a, 0x3c +.byte 0xc9, 0x23, 0x1d, 0x6a, 0xab, 0x1d, 0xa1, 0xa7, 0xf1, 0xf3, 0xec, 0xa0, 0xd5, 0x44, 0xcf, 0x15 +.byte 0xcf, 0x72, 0x2f, 0x1d, 0x63, 0x97, 0xe8, 0x99, 0xf9, 0xfd, 0x93, 0xa4, 0x54, 0x80, 0x4c, 0x52 +.byte 0xd4, 0x52, 0xab, 0x2e, 0x49, 0xdf, 0x90, 0xcd, 0xb8, 0x5f, 0xbe, 0x3f, 0xde, 0xa1, 0xca, 0x4d +.byte 0x20, 0xd4, 0x25, 0xe8, 0x84, 0x29, 0x53, 0xb7, 0xb1, 0x88, 0x1f, 0xff, 0xfa, 0xda, 0x90, 0x9f +.byte 0x0a, 0xa9, 0x2d, 0x41, 0x3f, 0xb1, 0xf1, 0x18, 0x29, 0xee, 0x16, 0x59, 0x2c, 0x34, 0x49, 0x1a +.byte 0xa8, 0x06, 0xd7, 0xa8, 0x88, 0xd2, 0x03, 0x72, 0x7a, 0x32, 0xe2, 0xea, 0x68, 0x4d, 0x6e, 0x2c +.byte 0x96, 0x65, 0x7b, 0xca, 0x59, 0xfa, 0xf2, 0xe2, 0xdd, 0xee, 0x30, 0x2c, 0xfb, 0xcc, 0x46, 0xac +.byte 0xc4, 0x63, 0xeb, 0x6f, 0x7f, 0x36, 0x2b, 0x34, 0x73, 0x12, 0x94, 0x7f, 0xdf, 0xcc, 0x26, 0x9e +.byte 0xf1, 0x72, 0x5d, 0x50, 0x65, 0x59, 0x8f, 0x69, 0xb3, 0x87, 0x5e, 0x32, 0x6f, 0xc3, 0x18, 0x8a +.byte 0xb5, 0x95, 0x8f, 0xb0, 0x7a, 0x37, 0xde, 0x5a, 0x45, 0x3b, 0xc7, 0x36, 0xe1, 0xef, 0x67, 0xd1 +.byte 0x39, 0xd3, 0x97, 0x5b, 0x73, 0x62, 0x19, 0x48, 0x2d, 0x87, 0x1c, 0x06, 0xfb, 0x74, 0x98, 0x20 +.byte 0x49, 0x73, 0xf0, 0x05, 0xd2, 0x1b, 0xb1, 0xa0, 0xa3, 0xb7, 0x1b, 0x70, 0xd3, 0x88, 0x69, 0xb9 +.byte 0x5a, 0xd6, 0x38, 0xf4, 0x62, 0xdc, 0x25, 0x8b, 0x78, 0xbf, 0xf8, 0xe8, 0x7e, 0xb8, 0x5c, 0xc9 +.byte 0x95, 0x4f, 0x5f, 0xa7, 0x2d, 0xb9, 0x20, 0x6b, 0xcf, 0x6b, 0xdd, 0xf5, 0x0d, 0xf4, 0x82, 0xb7 +.byte 0xf4, 0xb2, 0x66, 0x2e, 0x10, 0x28, 0xf6, 0x97, 0x5a, 0x7b, 0x96, 0x16, 0x8f, 0x01, 0x19, 0x2d +.byte 0x6c, 0x6e, 0x7f, 0x39, 0x58, 0x06, 0x64, 0x83, 0x01, 0x83, 0x83, 0xc3, 0x4d, 0x92, 0xdd, 0x32 +.byte 0xc6, 0x87, 0xa4, 0x37, 0xe9, 0x16, 0xce, 0xaa, 0x2d, 0x68, 0xaf, 0x0a, 0x81, 0x65, 0x3a, 0x70 +.byte 0xc1, 0x9b, 0xad, 0x4d, 0x6d, 0x54, 0xca, 0x2a, 0x2d, 0x4b, 0x85, 0x1b, 0xb3, 0x80, 0xe6, 0x70 +.byte 0x45, 0x0d, 0x6b, 0x5e, 0x35, 0xf0, 0x7f, 0x3b, 0xb8, 0x9c, 0xe4, 0x04, 0x70, 0x89, 0x12, 0x25 +.byte 0x93, 0xda, 0x0a, 0x99, 0x22, 0x60, 0x6a, 0x63, 0x60, 0x4e, 0x76, 0x06, 0x98, 0x4e, 0xbd, 0x83 +.byte 0xad, 0x1d, 0x58, 0x8a, 0x25, 0x85, 0xd2, 0xc7, 0x65, 0x1e, 0x2d, 0x8e, 0xc6, 0xdf, 0xb6, 0xc6 +.byte 0xe1, 0x7f, 0x8a, 0x04, 0x21, 0x15, 0x29, 0x74, 0xf0, 0x3e, 0x9c, 0x90, 0x9d, 0x0c, 0x2e, 0xf1 +.byte 0x8a, 0x3e, 0x5a, 0xaa, 0x0c, 0x09, 0x1e, 0xc7, 0xd5, 0x3c, 0xa3, 0xed, 0x97, 0xc3, 0x1e, 0x34 +.byte 0xfa, 0x38, 0xf9, 0x08, 0x0e, 0xe3, 0xc0, 0x5d, 0x2b, 0x83, 0xd1, 0x56, 0x6a, 0xc9, 0xb6, 0xa8 +.byte 0x54, 0x53, 0x2e, 0x78, 0x32, 0x67, 0x3d, 0x82, 0x7f, 0x74, 0xd0, 0xfb, 0xe1, 0xb6, 0x05, 0x60 +.byte 0xb9, 0x70, 0xdb, 0x8e, 0x0b, 0xf9, 0x13, 0x58, 0x6f, 0x71, 0x60, 0x10, 0x52, 0x10, 0xb9, 0xc1 +.byte 0x41, 0x09, 0xef, 0x72, 0x1f, 0x67, 0x31, 0x78, 0xff, 0x96, 0x05, 0x8d, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x58, 0x00, 0x26, 0x01, 0x30, 0x56, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0a, 0x65 +.byte 0x6d, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x50, 0x4b, 0x49, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x13, 0x0b, 0x65, 0x4d, 0x75, 0x64, 0x68, 0x72, 0x61, 0x20, 0x49, 0x6e, 0x63, 0x31 +.byte 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x43, 0x31, 0x30, 0x82, 0x01 +.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 +.byte 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xcf, 0xeb +.byte 0xa9, 0xb9, 0xf1, 0x99, 0x05, 0xcc, 0xd8, 0x28, 0x21, 0x4a, 0xf3, 0x73, 0x34, 0x51, 0x84, 0x56 +.byte 0x10, 0xf5, 0xa0, 0x4f, 0x2c, 0x12, 0xe3, 0xfa, 0x13, 0x9a, 0x27, 0xd0, 0xcf, 0xf9, 0x79, 0x1a +.byte 0x74, 0x5f, 0x1d, 0x79, 0x39, 0xfc, 0x5b, 0xf8, 0x70, 0x8e, 0xe0, 0x92, 0x52, 0xf7, 0xe4, 0x25 +.byte 0xf9, 0x54, 0x83, 0xd9, 0x1d, 0xd3, 0xc8, 0x5a, 0x85, 0x3f, 0x5e, 0xc7, 0xb6, 0x07, 0xee, 0x3e +.byte 0xc0, 0xce, 0x9a, 0xaf, 0xac, 0x56, 0x42, 0x2a, 0x39, 0x25, 0x70, 0xd6, 0xbf, 0xb5, 0x7b, 0x36 +.byte 0xad, 0xac, 0xf6, 0x73, 0xdc, 0xcd, 0xd7, 0x1d, 0x8a, 0x83, 0xa5, 0xfb, 0x2b, 0x90, 0x15, 0x37 +.byte 0x6b, 0x1c, 0x26, 0x47, 0xdc, 0x3b, 0x29, 0x56, 0x93, 0x6a, 0xb3, 0xc1, 0x6a, 0x3a, 0x9d, 0x3d +.byte 0xf5, 0xc1, 0x97, 0x38, 0x58, 0x05, 0x8b, 0x1c, 0x11, 0xe3, 0xe4, 0xb4, 0xb8, 0x5d, 0x85, 0x1d +.byte 0x83, 0xfe, 0x78, 0x5f, 0x0b, 0x45, 0x68, 0x18, 0x48, 0xa5, 0x46, 0x73, 0x34, 0x3b, 0xfe, 0x0f +.byte 0xc8, 0x76, 0xbb, 0xc7, 0x18, 0xf3, 0x05, 0xd1, 0x86, 0xf3, 0x85, 0xed, 0xe7, 0xb9, 0xd9, 0x32 +.byte 0xad, 0x55, 0x88, 0xce, 0xa6, 0xb6, 0x91, 0xb0, 0x4f, 0xac, 0x7e, 0x15, 0x23, 0x96, 0xf6, 0x3f +.byte 0xf0, 0x20, 0x34, 0x16, 0xde, 0x0a, 0xc6, 0xc4, 0x04, 0x45, 0x79, 0x7f, 0xa7, 0xfd, 0xbe, 0xd2 +.byte 0xa9, 0xa5, 0xaf, 0x9c, 0xc5, 0x23, 0x2a, 0xf7, 0x3c, 0x21, 0x6c, 0xbd, 0xaf, 0x8f, 0x4e, 0xc5 +.byte 0x3a, 0xb2, 0xf3, 0x34, 0x12, 0xfc, 0xdf, 0x80, 0x1a, 0x49, 0xa4, 0xd4, 0xa9, 0x95, 0xf7, 0x9e +.byte 0x89, 0x5e, 0xa2, 0x89, 0xac, 0x94, 0xcb, 0xa8, 0x68, 0x9b, 0xaf, 0x8a, 0x65, 0x27, 0xcd, 0x89 +.byte 0xee, 0xdd, 0x8c, 0xb5, 0x6b, 0x29, 0x70, 0x43, 0xa0, 0x69, 0x0b, 0xe4, 0xb9, 0x0f, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0x59, 0x00, 0x26, 0x01, 0x30, 0x57, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x42, 0x45, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 +.byte 0x10, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x6e, 0x76, 0x2d, 0x73 +.byte 0x61, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x07, 0x52, 0x6f, 0x6f, 0x74 +.byte 0x20, 0x43, 0x41, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x12, 0x47, 0x6c +.byte 0x6f, 0x62, 0x61, 0x6c, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41 .byte 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 .byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01 -.byte 0x00, 0xfd, 0x77, 0xaa, 0xa5, 0x1c, 0x90, 0x05, 0x3b, 0xcb, 0x4c, 0x9b, 0x33, 0x8b, 0x5a, 0x14 -.byte 0x45, 0xa4, 0xe7, 0x90, 0x16, 0xd1, 0xdf, 0x57, 0xd2, 0x21, 0x10, 0xa4, 0x17, 0xfd, 0xdf, 0xac -.byte 0xd6, 0x1f, 0xa7, 0xe4, 0xdb, 0x7c, 0xf7, 0xec, 0xdf, 0xb8, 0x03, 0xda, 0x94, 0x58, 0xfd, 0x5d -.byte 0x72, 0x7c, 0x8c, 0x3f, 0x5f, 0x01, 0x67, 0x74, 0x15, 0x96, 0xe3, 0x02, 0x3c, 0x87, 0xdb, 0xae -.byte 0xcb, 0x01, 0x8e, 0xc2, 0xf3, 0x66, 0xc6, 0x85, 0x45, 0xf4, 0x02, 0xc6, 0x3a, 0xb5, 0x62, 0xb2 -.byte 0xaf, 0xfa, 0x9c, 0xbf, 0xa4, 0xe6, 0xd4, 0x80, 0x30, 0x98, 0xf3, 0x0d, 0xb6, 0x93, 0x8f, 0xa9 -.byte 0xd4, 0xd8, 0x36, 0xf2, 0xb0, 0xfc, 0x8a, 0xca, 0x2c, 0xa1, 0x15, 0x33, 0x95, 0x31, 0xda, 0xc0 -.byte 0x1b, 0xf2, 0xee, 0x62, 0x99, 0x86, 0x63, 0x3f, 0xbf, 0xdd, 0x93, 0x2a, 0x83, 0xa8, 0x76, 0xb9 -.byte 0x13, 0x1f, 0xb7, 0xce, 0x4e, 0x42, 0x85, 0x8f, 0x22, 0xe7, 0x2e, 0x1a, 0xf2, 0x95, 0x09, 0xb2 -.byte 0x05, 0xb5, 0x44, 0x4e, 0x77, 0xa1, 0x20, 0xbd, 0xa9, 0xf2, 0x4e, 0x0a, 0x7d, 0x50, 0xad, 0xf5 -.byte 0x05, 0x0d, 0x45, 0x4f, 0x46, 0x71, 0xfd, 0x28, 0x3e, 0x53, 0xfb, 0x04, 0xd8, 0x2d, 0xd7, 0x65 -.byte 0x1d, 0x4a, 0x1b, 0xfa, 0xcf, 0x3b, 0xb0, 0x31, 0x9a, 0x35, 0x6e, 0xc8, 0x8b, 0x06, 0xd3, 0x00 -.byte 0x91, 0xf2, 0x94, 0x08, 0x65, 0x4c, 0xb1, 0x34, 0x06, 0x00, 0x7a, 0x89, 0xe2, 0xf0, 0xc7, 0x03 -.byte 0x59, 0xcf, 0xd5, 0xd6, 0xe8, 0xa7, 0x32, 0xb3, 0xe6, 0x98, 0x40, 0x86, 0xc5, 0xcd, 0x27, 0x12 -.byte 0x8b, 0xcc, 0x7b, 0xce, 0xb7, 0x11, 0x3c, 0x62, 0x60, 0x07, 0x23, 0x3e, 0x2b, 0x40, 0x6e, 0x94 -.byte 0x80, 0x09, 0x6d, 0xb6, 0xb3, 0x6f, 0x77, 0x6f, 0x35, 0x08, 0x50, 0xfb, 0x02, 0x87, 0xc5, 0x3e -.byte 0x89, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x5c, 0x02, 0x26, 0x30, 0x5a, 0x31, 0x0b, 0x30, 0x09 -.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x46, 0x52, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55 -.byte 0x04, 0x0a, 0x0c, 0x09, 0x44, 0x68, 0x69, 0x6d, 0x79, 0x6f, 0x74, 0x69, 0x73, 0x31, 0x1c, 0x30 -.byte 0x1a, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x13, 0x30, 0x30, 0x30, 0x32, 0x20, 0x34, 0x38, 0x31 -.byte 0x34, 0x36, 0x33, 0x30, 0x38, 0x31, 0x30, 0x30, 0x30, 0x33, 0x36, 0x31, 0x19, 0x30, 0x17, 0x06 -.byte 0x03, 0x55, 0x04, 0x03, 0x0c, 0x10, 0x43, 0x65, 0x72, 0x74, 0x69, 0x67, 0x6e, 0x61, 0x20, 0x52 -.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 -.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82 -.byte 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xcd, 0x18, 0x39, 0x65, 0x1a, 0x59, 0xb1, 0xea, 0x64 -.byte 0x16, 0x0e, 0x8c, 0x94, 0x24, 0x95, 0x7c, 0x83, 0xd3, 0xc5, 0x39, 0x26, 0xdc, 0x0c, 0xef, 0x16 -.byte 0x57, 0x8d, 0xd7, 0xd8, 0xac, 0xa3, 0x42, 0x7f, 0x82, 0xca, 0xed, 0xcd, 0x5b, 0xdb, 0x0e, 0xb7 -.byte 0x2d, 0xed, 0x45, 0x08, 0x17, 0xb2, 0xd9, 0xb3, 0xcb, 0xd6, 0x17, 0x52, 0x72, 0x28, 0xdb, 0x8e -.byte 0x4e, 0x9e, 0x8a, 0xb6, 0x0b, 0xf9, 0x9e, 0x84, 0x9a, 0x4d, 0x76, 0xde, 0x22, 0x29, 0x5c, 0xd2 -.byte 0xb3, 0xd2, 0x06, 0x3e, 0x30, 0x39, 0xa9, 0x74, 0xa3, 0x92, 0x56, 0x1c, 0xa1, 0x6f, 0x4c, 0x0a -.byte 0x20, 0x6d, 0x9f, 0x23, 0x7a, 0xb4, 0xc6, 0xda, 0x2c, 0xe4, 0x1d, 0x2c, 0xdc, 0xb3, 0x28, 0xd0 -.byte 0x13, 0xf2, 0x4c, 0x4e, 0x02, 0x49, 0xa1, 0x54, 0x40, 0x9e, 0xe6, 0xe5, 0x05, 0xa0, 0x2d, 0x84 -.byte 0xc8, 0xff, 0x98, 0x6c, 0xd0, 0xeb, 0x8a, 0x1a, 0x84, 0x08, 0x1e, 0xb7, 0x68, 0x23, 0xee, 0x23 -.byte 0xd5, 0x70, 0xce, 0x6d, 0x51, 0x69, 0x10, 0xee, 0xa1, 0x7a, 0xc2, 0xd1, 0x22, 0x31, 0xc2, 0x82 -.byte 0x85, 0xd2, 0xf2, 0x55, 0x76, 0x50, 0x7c, 0x25, 0x7a, 0xc9, 0x84, 0x5c, 0x0b, 0xac, 0xdd, 0x42 -.byte 0x4e, 0x2b, 0xe7, 0x82, 0xa2, 0x24, 0x89, 0xcb, 0x90, 0xb2, 0xd0, 0xee, 0x23, 0xba, 0x66, 0x4c -.byte 0xbb, 0x62, 0xa4, 0xf9, 0x53, 0x5a, 0x64, 0x7b, 0x7c, 0x98, 0xfa, 0xa3, 0x48, 0x9e, 0x0f, 0x95 -.byte 0xae, 0xa7, 0x18, 0xf4, 0x6a, 0xec, 0x2e, 0x03, 0x45, 0xaf, 0xf0, 0x74, 0xf8, 0x2a, 0xcd, 0x7a -.byte 0x5d, 0xd1, 0xbe, 0x44, 0x26, 0x32, 0x29, 0xf1, 0xf1, 0xf5, 0x6c, 0xcc, 0x7e, 0x02, 0x21, 0x0b -.byte 0x9f, 0x6f, 0xa4, 0x3f, 0xbe, 0x9d, 0x53, 0xe2, 0xcf, 0x7d, 0xa9, 0x2c, 0x7c, 0x58, 0x1a, 0x97 -.byte 0xe1, 0x3d, 0x37, 0x37, 0x18, 0x66, 0x28, 0xd2, 0x40, 0xc5, 0x51, 0x8a, 0x8c, 0xc3, 0x2d, 0xce -.byte 0x53, 0x88, 0x24, 0x58, 0x64, 0x30, 0x16, 0xc5, 0xaa, 0xe0, 0xd6, 0x0a, 0xa6, 0x40, 0xdf, 0x78 -.byte 0xf6, 0xf5, 0x04, 0x7c, 0x69, 0x13, 0x84, 0xbc, 0xd1, 0xd1, 0xa7, 0x06, 0xcf, 0x01, 0xf7, 0x68 -.byte 0xc0, 0xa8, 0x57, 0xbb, 0x3a, 0x61, 0xad, 0x04, 0x8c, 0x93, 0xe3, 0xad, 0xfc, 0xf0, 0xdb, 0x44 -.byte 0x6d, 0x59, 0xdc, 0x49, 0x59, 0xae, 0xac, 0x9a, 0x99, 0x36, 0x30, 0x41, 0x7b, 0x76, 0x33, 0x22 -.byte 0x87, 0xa3, 0xc2, 0x92, 0x86, 0x6e, 0xf9, 0x70, 0xee, 0xae, 0x87, 0x87, 0x95, 0x1b, 0xc4, 0x7a -.byte 0xbd, 0x31, 0xf3, 0xd4, 0xd2, 0xe5, 0x99, 0xff, 0xbe, 0x48, 0xec, 0x75, 0xf5, 0x78, 0x16, 0x1d -.byte 0xa6, 0x70, 0xc1, 0x7f, 0x3c, 0x1b, 0xa1, 0x92, 0xfb, 0xcf, 0xc8, 0x3c, 0xd6, 0xc5, 0x93, 0x0a -.byte 0x8f, 0xf5, 0x55, 0x3a, 0x76, 0x95, 0xce, 0x59, 0x98, 0x8a, 0x09, 0x95, 0x77, 0x32, 0x9a, 0x83 -.byte 0xba, 0x2c, 0x04, 0x3a, 0x97, 0xbd, 0xd4, 0x2f, 0xbe, 0xd7, 0x6c, 0x9b, 0xa2, 0xca, 0x7d, 0x6d -.byte 0x26, 0xc9, 0x55, 0xd5, 0xcf, 0xc3, 0x79, 0x52, 0x08, 0x09, 0x99, 0x07, 0x24, 0x2d, 0x64, 0x25 -.byte 0x6b, 0xa6, 0x21, 0x69, 0x9b, 0x6a, 0xdd, 0x74, 0x4d, 0x6b, 0x97, 0x7a, 0x41, 0xbd, 0xab, 0x17 -.byte 0xf9, 0x90, 0x17, 0x48, 0x8f, 0x36, 0xf9, 0x2d, 0xd5, 0xc5, 0xdb, 0xee, 0xaa, 0x85, 0x45, 0x41 -.byte 0xfa, 0xcd, 0x3a, 0x45, 0xb1, 0x68, 0xe6, 0x36, 0x4c, 0x9b, 0x90, 0x57, 0xec, 0x23, 0xb9, 0x87 -.byte 0x08, 0xc2, 0xc4, 0x09, 0xf1, 0x97, 0x86, 0x2a, 0x28, 0x4d, 0xe2, 0x74, 0xc0, 0xda, 0xc4, 0x8c -.byte 0xdb, 0xdf, 0xe2, 0xa1, 0x17, 0x59, 0xce, 0x24, 0x59, 0x74, 0x31, 0xda, 0x7f, 0xfd, 0x30, 0x6d -.byte 0xd9, 0xdc, 0xe1, 0x6a, 0xe1, 0xfc, 0x5f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x5c, 0x01, 0x26 -.byte 0x30, 0x5a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x49, 0x45, 0x31 -.byte 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x42, 0x61, 0x6c, 0x74, 0x69, 0x6d -.byte 0x6f, 0x72, 0x65, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0a, 0x43, 0x79 -.byte 0x62, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x13, 0x19, 0x42, 0x61, 0x6c, 0x74, 0x69, 0x6d, 0x6f, 0x72, 0x65, 0x20, 0x43, 0x79, 0x62 -.byte 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x30, 0x82, 0x01, 0x22 -.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 -.byte 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xa3, 0x04, 0xbb -.byte 0x22, 0xab, 0x98, 0x3d, 0x57, 0xe8, 0x26, 0x72, 0x9a, 0xb5, 0x79, 0xd4, 0x29, 0xe2, 0xe1, 0xe8 -.byte 0x95, 0x80, 0xb1, 0xb0, 0xe3, 0x5b, 0x8e, 0x2b, 0x29, 0x9a, 0x64, 0xdf, 0xa1, 0x5d, 0xed, 0xb0 -.byte 0x09, 0x05, 0x6d, 0xdb, 0x28, 0x2e, 0xce, 0x62, 0xa2, 0x62, 0xfe, 0xb4, 0x88, 0xda, 0x12, 0xeb -.byte 0x38, 0xeb, 0x21, 0x9d, 0xc0, 0x41, 0x2b, 0x01, 0x52, 0x7b, 0x88, 0x77, 0xd3, 0x1c, 0x8f, 0xc7 -.byte 0xba, 0xb9, 0x88, 0xb5, 0x6a, 0x09, 0xe7, 0x73, 0xe8, 0x11, 0x40, 0xa7, 0xd1, 0xcc, 0xca, 0x62 -.byte 0x8d, 0x2d, 0xe5, 0x8f, 0x0b, 0xa6, 0x50, 0xd2, 0xa8, 0x50, 0xc3, 0x28, 0xea, 0xf5, 0xab, 0x25 -.byte 0x87, 0x8a, 0x9a, 0x96, 0x1c, 0xa9, 0x67, 0xb8, 0x3f, 0x0c, 0xd5, 0xf7, 0xf9, 0x52, 0x13, 0x2f -.byte 0xc2, 0x1b, 0xd5, 0x70, 0x70, 0xf0, 0x8f, 0xc0, 0x12, 0xca, 0x06, 0xcb, 0x9a, 0xe1, 0xd9, 0xca -.byte 0x33, 0x7a, 0x77, 0xd6, 0xf8, 0xec, 0xb9, 0xf1, 0x68, 0x44, 0x42, 0x48, 0x13, 0xd2, 0xc0, 0xc2 -.byte 0xa4, 0xae, 0x5e, 0x60, 0xfe, 0xb6, 0xa6, 0x05, 0xfc, 0xb4, 0xdd, 0x07, 0x59, 0x02, 0xd4, 0x59 -.byte 0x18, 0x98, 0x63, 0xf5, 0xa5, 0x63, 0xe0, 0x90, 0x0c, 0x7d, 0x5d, 0xb2, 0x06, 0x7a, 0xf3, 0x85 -.byte 0xea, 0xeb, 0xd4, 0x03, 0xae, 0x5e, 0x84, 0x3e, 0x5f, 0xff, 0x15, 0xed, 0x69, 0xbc, 0xf9, 0x39 -.byte 0x36, 0x72, 0x75, 0xcf, 0x77, 0x52, 0x4d, 0xf3, 0xc9, 0x90, 0x2c, 0xb9, 0x3d, 0xe5, 0xc9, 0x23 -.byte 0x53, 0x3f, 0x1f, 0x24, 0x98, 0x21, 0x5c, 0x07, 0x99, 0x29, 0xbd, 0xc6, 0x3a, 0xec, 0xe7, 0x6e -.byte 0x86, 0x3a, 0x6b, 0x97, 0x74, 0x63, 0x33, 0xbd, 0x68, 0x18, 0x31, 0xf0, 0x78, 0x8d, 0x76, 0xbf -.byte 0xfc, 0x9e, 0x8e, 0x5d, 0x2a, 0x86, 0xa7, 0x4d, 0x90, 0xdc, 0x27, 0x1a, 0x39, 0x02, 0x03, 0x01 -.byte 0x00, 0x01, 0x00, 0x5c, 0x00, 0x78, 0x30, 0x5a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 -.byte 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0a -.byte 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x50, 0x4b, 0x49, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03 -.byte 0x55, 0x04, 0x0a, 0x13, 0x0b, 0x65, 0x4d, 0x75, 0x64, 0x68, 0x72, 0x61, 0x20, 0x49, 0x6e, 0x63 -.byte 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x65, 0x6d, 0x53, 0x69, 0x67 -.byte 0x6e, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20 -.byte 0x43, 0x33, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06 -.byte 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xfd, 0xa5, 0x61, 0xae, 0x7b, 0x26 -.byte 0x10, 0x1d, 0xe9, 0xb7, 0x22, 0x30, 0xae, 0x06, 0xf4, 0x81, 0xb3, 0xb1, 0x42, 0x71, 0x95, 0x39 -.byte 0xbc, 0xd3, 0x52, 0xe3, 0xaf, 0xaf, 0xf9, 0xf2, 0x97, 0x35, 0x92, 0x36, 0x46, 0x0e, 0x87, 0x95 -.byte 0x8d, 0xb9, 0x39, 0x5a, 0xe9, 0xbb, 0xdf, 0xd0, 0xfe, 0xc8, 0x07, 0x41, 0x3c, 0xbb, 0x55, 0x6f -.byte 0x83, 0xa3, 0x6a, 0xfb, 0x62, 0xb0, 0x81, 0x89, 0x02, 0x70, 0x7d, 0x48, 0xc5, 0x4a, 0xe3, 0xe9 -.byte 0x22, 0x54, 0x22, 0x4d, 0x93, 0xbb, 0x42, 0x0c, 0xaf, 0x77, 0x9c, 0x23, 0xa6, 0x7d, 0xd7, 0x61 -.byte 0x11, 0xce, 0x65, 0xc7, 0xf8, 0x7f, 0xfe, 0xf5, 0xf2, 0xa9, 0x00, 0x5f, 0x02, 0x26, 0x30, 0x5d -.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x25, 0x30 -.byte 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x53, 0x45, 0x43, 0x4f, 0x4d, 0x20, 0x54, 0x72 -.byte 0x75, 0x73, 0x74, 0x20, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x43, 0x4f, 0x2e, 0x2c -.byte 0x4c, 0x54, 0x44, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1e, 0x53 -.byte 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x63 -.byte 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x33, 0x30, 0x82, 0x02 -.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 -.byte 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xe3, 0xc9 -.byte 0x72, 0x49, 0xf7, 0x30, 0xde, 0x09, 0x7c, 0xa9, 0x40, 0x81, 0x58, 0xd3, 0xb4, 0x3a, 0xdd, 0xba -.byte 0x61, 0x0f, 0x93, 0x50, 0x6e, 0x69, 0x3c, 0x35, 0xc2, 0xee, 0x5b, 0x73, 0x90, 0x1b, 0x67, 0x4c -.byte 0x21, 0xec, 0x5f, 0x35, 0xbb, 0x39, 0x3e, 0x2b, 0x0a, 0x60, 0xef, 0xbb, 0x6d, 0x2b, 0x86, 0xfb -.byte 0x71, 0xa2, 0xc8, 0xac, 0xe4, 0x56, 0x94, 0xf9, 0xc9, 0xaf, 0xb1, 0x72, 0xd4, 0x20, 0xac, 0x74 -.byte 0xd2, 0xb8, 0x15, 0xad, 0x51, 0xfe, 0x85, 0x74, 0xa1, 0xb9, 0x10, 0xfe, 0x05, 0x80, 0xf9, 0x52 -.byte 0x93, 0xb3, 0x40, 0x3d, 0x75, 0x10, 0xac, 0xc0, 0x96, 0xb7, 0xa7, 0x7e, 0x76, 0xbc, 0xe3, 0x1b -.byte 0x52, 0x19, 0xce, 0x11, 0x1f, 0x0b, 0x04, 0x34, 0xf5, 0xd8, 0xf5, 0x69, 0x3c, 0x77, 0xf3, 0x64 -.byte 0xf4, 0x0d, 0xaa, 0x85, 0xde, 0xe0, 0x09, 0x50, 0x04, 0x17, 0x96, 0x84, 0xb7, 0xc8, 0x8a, 0xbc -.byte 0x4d, 0x72, 0xfc, 0x1c, 0xbb, 0xcf, 0xf3, 0x06, 0x4d, 0xf9, 0x9f, 0x64, 0xf7, 0x7e, 0xa6, 0x66 -.byte 0x86, 0x35, 0x71, 0xc8, 0x11, 0x80, 0x4c, 0xc1, 0x71, 0x40, 0x58, 0x1e, 0xbe, 0xa0, 0x73, 0xf6 -.byte 0xfc, 0x3e, 0x50, 0xe1, 0xe0, 0x2f, 0x26, 0x3d, 0x7e, 0x5c, 0x23, 0xb5, 0x79, 0x70, 0xde, 0xfa -.byte 0xe0, 0xd1, 0xa5, 0xd6, 0x0c, 0x41, 0x71, 0x7b, 0xf7, 0xea, 0x8c, 0x1c, 0x88, 0xc7, 0xec, 0x8b -.byte 0xf5, 0xd1, 0x2f, 0x55, 0x96, 0x46, 0x7c, 0x5a, 0x3b, 0x58, 0x3b, 0xfb, 0xba, 0xd8, 0x2d, 0xb5 -.byte 0x25, 0xda, 0x7a, 0x4e, 0xcf, 0x44, 0xae, 0x21, 0xa6, 0x9e, 0x98, 0xca, 0x20, 0x6e, 0x7c, 0xbb -.byte 0x88, 0x85, 0x5b, 0xfb, 0xc0, 0x10, 0x62, 0xbb, 0xf2, 0xf9, 0x27, 0x47, 0xef, 0xd1, 0x89, 0x39 -.byte 0x43, 0xc4, 0xdf, 0xde, 0xe1, 0x41, 0xbf, 0x54, 0x73, 0x20, 0x97, 0x2d, 0x6c, 0xda, 0xf3, 0xd4 -.byte 0x07, 0xa3, 0xe6, 0xb9, 0xd8, 0x6f, 0xae, 0xfc, 0x8c, 0x19, 0x2e, 0xd3, 0x67, 0x67, 0x2b, 0x95 -.byte 0xdb, 0x58, 0x5c, 0xb5, 0x6a, 0x02, 0xf3, 0xb8, 0x83, 0x5e, 0xb4, 0x6b, 0xbe, 0x41, 0x7e, 0x57 -.byte 0x09, 0x75, 0x44, 0x50, 0x55, 0xcd, 0x5a, 0x11, 0x61, 0x21, 0x0a, 0x61, 0xc2, 0xa9, 0x88, 0xfd -.byte 0x13, 0xbc, 0x2d, 0x89, 0x2f, 0xcd, 0x61, 0xe0, 0x95, 0xbe, 0xca, 0xb5, 0x7b, 0xe1, 0x7b, 0x34 -.byte 0x67, 0x0b, 0x1f, 0xb6, 0x0c, 0xc7, 0x7c, 0x1e, 0x19, 0x53, 0xca, 0xa7, 0xb1, 0x4a, 0x15, 0x20 -.byte 0x56, 0x14, 0x70, 0x3d, 0x2b, 0x82, 0x2c, 0x0f, 0x9d, 0x15, 0x1d, 0x47, 0x80, 0x47, 0xff, 0x78 -.byte 0x99, 0x0e, 0x31, 0xaf, 0x6f, 0x3e, 0x8f, 0xed, 0x86, 0x69, 0x1e, 0x7b, 0x18, 0x88, 0x14, 0xb2 -.byte 0xc2, 0xfc, 0x82, 0x33, 0x2e, 0x9c, 0x4b, 0x2d, 0xfb, 0x70, 0x3b, 0x71, 0xaa, 0x2b, 0x7b, 0x26 -.byte 0x27, 0xf3, 0x1a, 0xc2, 0xdc, 0xfb, 0x17, 0xb8, 0xa1, 0xea, 0xcb, 0xa0, 0xb4, 0xae, 0xd3, 0x94 -.byte 0x7e, 0x7a, 0xd0, 0xab, 0xc3, 0xec, 0x38, 0x2d, 0x11, 0x2e, 0x88, 0xbf, 0xd4, 0x3f, 0xad, 0x12 -.byte 0x3b, 0x42, 0xac, 0x8f, 0x02, 0x6e, 0x7d, 0xcc, 0xd1, 0x5f, 0x61, 0xbe, 0xa1, 0xbc, 0x3a, 0x6a -.byte 0x48, 0xea, 0x26, 0x55, 0x22, 0x16, 0x5d, 0x5f, 0x0d, 0xff, 0x27, 0x33, 0x9f, 0x18, 0x03, 0x74 -.byte 0x8a, 0x5b, 0x52, 0x20, 0x47, 0x6b, 0x45, 0x4d, 0x22, 0x77, 0x8c, 0x55, 0x27, 0xf0, 0xaf, 0x1e -.byte 0x8c, 0xc9, 0x83, 0x22, 0x54, 0xb7, 0x9a, 0xd0, 0x4f, 0xd9, 0xce, 0xfc, 0xd9, 0x2e, 0x1c, 0x96 -.byte 0x28, 0xb1, 0x02, 0xd3, 0x03, 0xbd, 0x25, 0x52, 0x1c, 0x34, 0x66, 0x4f, 0x23, 0xab, 0xf4, 0x77 -.byte 0x82, 0x96, 0x1d, 0xd1, 0x57, 0x30, 0x08, 0x11, 0x05, 0xfd, 0x57, 0xd1, 0xd9, 0xc7, 0x02, 0x03 -.byte 0x01, 0x00, 0x01, 0x00, 0x5f, 0x01, 0x26, 0x30, 0x5d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 -.byte 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 -.byte 0x1c, 0x53, 0x45, 0x43, 0x4f, 0x4d, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53, 0x79, 0x73 -.byte 0x74, 0x65, 0x6d, 0x73, 0x20, 0x43, 0x4f, 0x2e, 0x2c, 0x4c, 0x54, 0x44, 0x2e, 0x31, 0x27, 0x30 -.byte 0x25, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79 -.byte 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x52 -.byte 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 -.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82 -.byte 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xd0, 0x15, 0x39, 0x52, 0xb1, 0x52, 0xb3, 0xba, 0xc5 -.byte 0x59, 0x82, 0xc4, 0x5d, 0x52, 0xae, 0x3a, 0x43, 0x65, 0x80, 0x4b, 0xc7, 0xf2, 0x96, 0xbc, 0xdb -.byte 0x36, 0x97, 0xd6, 0xa6, 0x64, 0x8c, 0xa8, 0x5e, 0xf0, 0xe3, 0x0a, 0x1c, 0xf7, 0xdf, 0x97, 0x3d -.byte 0x4b, 0xae, 0xf6, 0x5d, 0xec, 0x21, 0xb5, 0x41, 0xab, 0xcd, 0xb9, 0x7e, 0x76, 0x9f, 0xbe, 0xf9 -.byte 0x3e, 0x36, 0x34, 0xa0, 0x3b, 0xc1, 0xf6, 0x31, 0x11, 0x45, 0x74, 0x93, 0x3d, 0x57, 0x80, 0xc5 -.byte 0xf9, 0x89, 0x99, 0xca, 0xe5, 0xab, 0x6a, 0xd4, 0xb5, 0xda, 0x41, 0x90, 0x10, 0xc1, 0xd6, 0xd6 -.byte 0x42, 0x89, 0xc2, 0xbf, 0xf4, 0x38, 0x12, 0x95, 0x4c, 0x54, 0x05, 0xf7, 0x36, 0xe4, 0x45, 0x83 -.byte 0x7b, 0x14, 0x65, 0xd6, 0xdc, 0x0c, 0x4d, 0xd1, 0xde, 0x7e, 0x0c, 0xab, 0x3b, 0xc4, 0x15, 0xbe -.byte 0x3a, 0x56, 0xa6, 0x5a, 0x6f, 0x76, 0x69, 0x52, 0xa9, 0x7a, 0xb9, 0xc8, 0xeb, 0x6a, 0x9a, 0x5d -.byte 0x52, 0xd0, 0x2d, 0x0a, 0x6b, 0x35, 0x16, 0x09, 0x10, 0x84, 0xd0, 0x6a, 0xca, 0x3a, 0x06, 0x00 -.byte 0x37, 0x47, 0xe4, 0x7e, 0x57, 0x4f, 0x3f, 0x8b, 0xeb, 0x67, 0xb8, 0x88, 0xaa, 0xc5, 0xbe, 0x53 -.byte 0x55, 0xb2, 0x91, 0xc4, 0x7d, 0xb9, 0xb0, 0x85, 0x19, 0x06, 0x78, 0x2e, 0xdb, 0x61, 0x1a, 0xfa -.byte 0x85, 0xf5, 0x4a, 0x91, 0xa1, 0xe7, 0x16, 0xd5, 0x8e, 0xa2, 0x39, 0xdf, 0x94, 0xb8, 0x70, 0x1f -.byte 0x28, 0x3f, 0x8b, 0xfc, 0x40, 0x5e, 0x63, 0x83, 0x3c, 0x83, 0x2a, 0x1a, 0x99, 0x6b, 0xcf, 0xde -.byte 0x59, 0x6a, 0x3b, 0xfc, 0x6f, 0x16, 0xd7, 0x1f, 0xfd, 0x4a, 0x10, 0xeb, 0x4e, 0x82, 0x16, 0x3a -.byte 0xac, 0x27, 0x0c, 0x53, 0xf1, 0xad, 0xd5, 0x24, 0xb0, 0x6b, 0x03, 0x50, 0xc1, 0x2d, 0x3c, 0x16 -.byte 0xdd, 0x44, 0x34, 0x27, 0x1a, 0x75, 0xfb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x60, 0x02, 0x26 -.byte 0x30, 0x5e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x57, 0x31 -.byte 0x23, 0x30, 0x21, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1a, 0x43, 0x68, 0x75, 0x6e, 0x67, 0x68 -.byte 0x77, 0x61, 0x20, 0x54, 0x65, 0x6c, 0x65, 0x63, 0x6f, 0x6d, 0x20, 0x43, 0x6f, 0x2e, 0x2c, 0x20 -.byte 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x2a, 0x30, 0x28, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x21, 0x65 -.byte 0x50, 0x4b, 0x49, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69 -.byte 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79 -.byte 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 -.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01 -.byte 0x00, 0xe1, 0x25, 0x0f, 0xee, 0x8d, 0xdb, 0x88, 0x33, 0x75, 0x67, 0xcd, 0xad, 0x1f, 0x7d, 0x3a -.byte 0x4e, 0x6d, 0x9d, 0xd3, 0x2f, 0x14, 0xf3, 0x63, 0x74, 0xcb, 0x01, 0x21, 0x6a, 0x37, 0xea, 0x84 -.byte 0x50, 0x07, 0x4b, 0x26, 0x5b, 0x09, 0x43, 0x6c, 0x21, 0x9e, 0x6a, 0xc8, 0xd5, 0x03, 0xf5, 0x60 -.byte 0x69, 0x8f, 0xcc, 0xf0, 0x22, 0xe4, 0x1f, 0xe7, 0xf7, 0x6a, 0x22, 0x31, 0xb7, 0x2c, 0x15, 0xf2 -.byte 0xe0, 0xfe, 0x00, 0x6a, 0x43, 0xff, 0x87, 0x65, 0xc6, 0xb5, 0x1a, 0xc1, 0xa7, 0x4c, 0x6d, 0x22 -.byte 0x70, 0x21, 0x8a, 0x31, 0xf2, 0x97, 0x74, 0x89, 0x09, 0x12, 0x26, 0x1c, 0x9e, 0xca, 0xd9, 0x12 -.byte 0xa2, 0x95, 0x3c, 0xda, 0xe9, 0x67, 0xbf, 0x08, 0xa0, 0x64, 0xe3, 0xd6, 0x42, 0xb7, 0x45, 0xef -.byte 0x97, 0xf4, 0xf6, 0xf5, 0xd7, 0xb5, 0x4a, 0x15, 0x02, 0x58, 0x7d, 0x98, 0x58, 0x4b, 0x60, 0xbc -.byte 0xcd, 0xd7, 0x0d, 0x9a, 0x13, 0x33, 0x53, 0xd1, 0x61, 0xf9, 0x7a, 0xd5, 0xd7, 0x78, 0xb3, 0x9a -.byte 0x33, 0xf7, 0x00, 0x86, 0xce, 0x1d, 0x4d, 0x94, 0x38, 0xaf, 0xa8, 0xec, 0x78, 0x51, 0x70, 0x8a -.byte 0x5c, 0x10, 0x83, 0x51, 0x21, 0xf7, 0x11, 0x3d, 0x34, 0x86, 0x5e, 0xe5, 0x48, 0xcd, 0x97, 0x81 -.byte 0x82, 0x35, 0x4c, 0x19, 0xec, 0x65, 0xf6, 0x6b, 0xc5, 0x05, 0xa1, 0xee, 0x47, 0x13, 0xd6, 0xb3 -.byte 0x21, 0x27, 0x94, 0x10, 0x0a, 0xd9, 0x24, 0x3b, 0xba, 0xbe, 0x44, 0x13, 0x46, 0x30, 0x3f, 0x97 -.byte 0x3c, 0xd8, 0xd7, 0xd7, 0x6a, 0xee, 0x3b, 0x38, 0xe3, 0x2b, 0xd4, 0x97, 0x0e, 0xb9, 0x1b, 0xe7 -.byte 0x07, 0x49, 0x7f, 0x37, 0x2a, 0xf9, 0x77, 0x78, 0xcf, 0x54, 0xed, 0x5b, 0x46, 0x9d, 0xa3, 0x80 -.byte 0x0e, 0x91, 0x43, 0xc1, 0xd6, 0x5b, 0x5f, 0x14, 0xba, 0x9f, 0xa6, 0x8d, 0x24, 0x47, 0x40, 0x59 -.byte 0xbf, 0x72, 0x38, 0xb2, 0x36, 0x6c, 0x37, 0xff, 0x99, 0xd1, 0x5d, 0x0e, 0x59, 0x0a, 0xab, 0x69 -.byte 0xf7, 0xc0, 0xb2, 0x04, 0x45, 0x7a, 0x54, 0x00, 0xae, 0xbe, 0x53, 0xf6, 0xb5, 0xe7, 0xe1, 0xf8 -.byte 0x3c, 0xa3, 0x31, 0xd2, 0xa9, 0xfe, 0x21, 0x52, 0x64, 0xc5, 0xa6, 0x67, 0xf0, 0x75, 0x07, 0x06 -.byte 0x94, 0x14, 0x81, 0x55, 0xc6, 0x27, 0xe4, 0x01, 0x8f, 0x17, 0xc1, 0x6a, 0x71, 0xd7, 0xbe, 0x4b -.byte 0xfb, 0x94, 0x58, 0x7d, 0x7e, 0x11, 0x33, 0xb1, 0x42, 0xf7, 0x62, 0x6c, 0x18, 0xd6, 0xcf, 0x09 -.byte 0x68, 0x3e, 0x7f, 0x6c, 0xf6, 0x1e, 0x8f, 0x62, 0xad, 0xa5, 0x63, 0xdb, 0x09, 0xa7, 0x1f, 0x22 -.byte 0x42, 0x41, 0x1e, 0x6f, 0x99, 0x8a, 0x3e, 0xd7, 0xf9, 0x3f, 0x40, 0x7a, 0x79, 0xb0, 0xa5, 0x01 -.byte 0x92, 0xd2, 0x9d, 0x3d, 0x08, 0x15, 0xa5, 0x10, 0x01, 0x2d, 0xb3, 0x32, 0x76, 0xa8, 0x95, 0x0d -.byte 0xb3, 0x7a, 0x9a, 0xfb, 0x07, 0x10, 0x78, 0x11, 0x6f, 0xe1, 0x8f, 0xc7, 0xba, 0x0f, 0x25, 0x1a -.byte 0x74, 0x2a, 0xe5, 0x1c, 0x98, 0x41, 0x99, 0xdf, 0x21, 0x87, 0xe8, 0x95, 0x06, 0x6a, 0x0a, 0xb3 -.byte 0x6a, 0x47, 0x76, 0x65, 0xf6, 0x3a, 0xcf, 0x8f, 0x62, 0x17, 0x19, 0x7b, 0x0a, 0x28, 0xcd, 0x1a -.byte 0xd2, 0x83, 0x1e, 0x21, 0xc7, 0x2c, 0xbf, 0xbe, 0xff, 0x61, 0x68, 0xb7, 0x67, 0x1b, 0xbb, 0x78 -.byte 0x4d, 0x8d, 0xce, 0x67, 0xe5, 0xe4, 0xc1, 0x8e, 0xb7, 0x23, 0x66, 0xe2, 0x9d, 0x90, 0x75, 0x34 -.byte 0x98, 0xa9, 0x36, 0x2b, 0x8a, 0x9a, 0x94, 0xb9, 0x9d, 0xec, 0xcc, 0x8a, 0xb1, 0xf8, 0x25, 0x89 -.byte 0x5c, 0x5a, 0xb6, 0x2f, 0x8c, 0x1f, 0x6d, 0x79, 0x24, 0xa7, 0x52, 0x68, 0xc3, 0x84, 0x35, 0xe2 -.byte 0x66, 0x8d, 0x63, 0x0e, 0x25, 0x4d, 0xd5, 0x19, 0xb2, 0xe6, 0x79, 0x37, 0xa7, 0x22, 0x9d, 0x54 -.byte 0x31, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x61, 0x01, 0x26, 0x30, 0x5f, 0x31, 0x0b, 0x30, 0x09 -.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x57, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55 -.byte 0x04, 0x0a, 0x0c, 0x09, 0x54, 0x41, 0x49, 0x57, 0x41, 0x4e, 0x2d, 0x43, 0x41, 0x31, 0x10, 0x30 -.byte 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x07, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31 -.byte 0x2a, 0x30, 0x28, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x21, 0x54, 0x57, 0x43, 0x41, 0x20, 0x52 -.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f -.byte 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x22, 0x30 -.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 -.byte 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xb0, 0x7e, 0x72, 0xb8 -.byte 0xa4, 0x03, 0x94, 0xe6, 0xa7, 0xde, 0x09, 0x38, 0x91, 0x4a, 0x11, 0x40, 0x87, 0xa7, 0x7c, 0x59 -.byte 0x64, 0x14, 0x7b, 0xb5, 0x11, 0x10, 0xdd, 0xfe, 0xbf, 0xd5, 0xc0, 0xbb, 0x56, 0xe2, 0x85, 0x25 -.byte 0xf4, 0x35, 0x72, 0x0f, 0xf8, 0x53, 0xd0, 0x41, 0xe1, 0x44, 0x01, 0xc2, 0xb4, 0x1c, 0xc3, 0x31 -.byte 0x42, 0x16, 0x47, 0x85, 0x33, 0x22, 0x76, 0xb2, 0x0a, 0x6f, 0x0f, 0xe5, 0x25, 0x50, 0x4f, 0x85 -.byte 0x86, 0xbe, 0xbf, 0x98, 0x2e, 0x10, 0x67, 0x1e, 0xbe, 0x11, 0x05, 0x86, 0x05, 0x90, 0xc4, 0x59 -.byte 0xd0, 0x7c, 0x78, 0x10, 0xb0, 0x80, 0x5c, 0xb7, 0xe1, 0xc7, 0x2b, 0x75, 0xcb, 0x7c, 0x9f, 0xae -.byte 0xb5, 0xd1, 0x9d, 0x23, 0x37, 0x63, 0xa7, 0xdc, 0x42, 0xa2, 0x2d, 0x92, 0x04, 0x1b, 0x50, 0xc1 -.byte 0x7b, 0xb8, 0x3e, 0x1b, 0xc9, 0x56, 0x04, 0x8b, 0x2f, 0x52, 0x9b, 0xad, 0xa9, 0x56, 0xe9, 0xc1 -.byte 0xff, 0xad, 0xa9, 0x58, 0x87, 0x30, 0xb6, 0x81, 0xf7, 0x97, 0x45, 0xfc, 0x19, 0x57, 0x3b, 0x2b -.byte 0x6f, 0xe4, 0x47, 0xf4, 0x99, 0x45, 0xfe, 0x1d, 0xf1, 0xf8, 0x97, 0xa3, 0x88, 0x1d, 0x37, 0x1c -.byte 0x5c, 0x8f, 0xe0, 0x76, 0x25, 0x9a, 0x50, 0xf8, 0xa0, 0x54, 0xff, 0x44, 0x90, 0x76, 0x23, 0xd2 -.byte 0x32, 0xc6, 0xc3, 0xab, 0x06, 0xbf, 0xfc, 0xfb, 0xbf, 0xf3, 0xad, 0x7d, 0x92, 0x62, 0x02, 0x5b -.byte 0x29, 0xd3, 0x35, 0xa3, 0x93, 0x9a, 0x43, 0x64, 0x60, 0x5d, 0xb2, 0xfa, 0x32, 0xff, 0x3b, 0x04 -.byte 0xaf, 0x4d, 0x40, 0x6a, 0xf9, 0xc7, 0xe3, 0xef, 0x23, 0xfd, 0x6b, 0xcb, 0xe5, 0x0f, 0x8b, 0x38 -.byte 0x0d, 0xee, 0x0a, 0xfc, 0xfe, 0x0f, 0x98, 0x9f, 0x30, 0x31, 0xdd, 0x6c, 0x52, 0x65, 0xf9, 0x8b -.byte 0x81, 0xbe, 0x22, 0xe1, 0x1c, 0x58, 0x03, 0xba, 0x91, 0x1b, 0x89, 0x07, 0x02, 0x03, 0x01, 0x00 -.byte 0x01, 0x00, 0x63, 0x00, 0x78, 0x30, 0x61, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 -.byte 0x13, 0x02, 0x4a, 0x50, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x53 -.byte 0x45, 0x43, 0x4f, 0x4d, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53, 0x79, 0x73, 0x74, 0x65 -.byte 0x6d, 0x73, 0x20, 0x43, 0x4f, 0x2e, 0x2c, 0x4c, 0x54, 0x44, 0x2e, 0x31, 0x2b, 0x30, 0x29, 0x06 -.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x22, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x43 -.byte 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x45, 0x43, 0x43 -.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x31, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86 -.byte 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04 -.byte 0xa4, 0xa5, 0x6f, 0x60, 0x03, 0x03, 0xc3, 0xbd, 0x31, 0xf4, 0xd3, 0x17, 0x9c, 0x2b, 0x84, 0x75 -.byte 0xac, 0xe5, 0xfd, 0x3d, 0x57, 0x6e, 0xd7, 0x63, 0xbf, 0xe6, 0x04, 0x89, 0x92, 0x8e, 0x81, 0x9c -.byte 0xe3, 0xe9, 0x47, 0x6e, 0xca, 0x90, 0x12, 0xc8, 0x13, 0xe0, 0xa7, 0x9d, 0xf7, 0x65, 0x74, 0x1f -.byte 0x6c, 0x10, 0xb2, 0xe8, 0xe4, 0xe9, 0xef, 0x6d, 0x85, 0x32, 0x99, 0x44, 0xb1, 0x5e, 0xfd, 0xcc -.byte 0x76, 0x10, 0xd8, 0x5b, 0xbd, 0xa2, 0xc6, 0xf9, 0xd6, 0x42, 0xe4, 0x57, 0x76, 0xdc, 0x90, 0xc2 -.byte 0x35, 0xa9, 0x4b, 0x88, 0x3c, 0x12, 0x47, 0x6d, 0x5c, 0xff, 0x49, 0x4f, 0x1a, 0x4a, 0x50, 0xb1 -.byte 0x00, 0x63, 0x02, 0x26, 0x30, 0x61, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 -.byte 0x02, 0x54, 0x4e, 0x31, 0x37, 0x30, 0x35, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x2e, 0x41, 0x67 -.byte 0x65, 0x6e, 0x63, 0x65, 0x20, 0x4e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x65, 0x20, 0x64 -.byte 0x65, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20 -.byte 0x45, 0x6c, 0x65, 0x63, 0x74, 0x72, 0x6f, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x31, 0x19, 0x30, 0x17 -.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x10, 0x54, 0x75, 0x6e, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20 -.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a -.byte 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30 -.byte 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc3, 0xcd, 0xd3, 0xfc, 0xbd, 0x04, 0x53, 0xdd -.byte 0x0c, 0x20, 0x3a, 0xd5, 0x88, 0x2e, 0x05, 0x4b, 0x41, 0xf5, 0x83, 0x82, 0x7e, 0xf7, 0x59, 0x9f -.byte 0x9e, 0x9e, 0x63, 0xe8, 0x73, 0xda, 0xf6, 0x06, 0xa9, 0x4f, 0x1f, 0xb4, 0xf9, 0x0b, 0x1f, 0x39 -.byte 0x8c, 0x9a, 0x20, 0xd0, 0x7e, 0x06, 0xd4, 0xec, 0x34, 0xd9, 0x86, 0xbc, 0x75, 0x5b, 0x87, 0x88 -.byte 0xf0, 0xd2, 0xd9, 0xd4, 0xa3, 0x0a, 0xb2, 0x6c, 0x1b, 0xeb, 0x49, 0x2c, 0x3e, 0xac, 0x5d, 0xd8 -.byte 0x94, 0x03, 0xa0, 0xec, 0x34, 0xe5, 0x30, 0xc4, 0x35, 0x7d, 0xfb, 0x26, 0x4d, 0x1b, 0x6e, 0x30 -.byte 0x54, 0xd8, 0xf5, 0x80, 0x45, 0x9c, 0x39, 0xad, 0x9c, 0xc9, 0x25, 0x04, 0x4d, 0x9a, 0x90, 0x3e -.byte 0x4e, 0x40, 0x6e, 0x8a, 0x6b, 0xcd, 0x29, 0x67, 0xc6, 0xcc, 0x2d, 0xe0, 0x74, 0xe8, 0x05, 0x57 -.byte 0x0a, 0x48, 0x50, 0xfa, 0x7a, 0x43, 0xda, 0x7e, 0xec, 0x5b, 0x9a, 0x0e, 0x62, 0x76, 0xfe, 0xea -.byte 0x9d, 0x1d, 0x85, 0x72, 0xec, 0x11, 0xbb, 0x35, 0xe8, 0x1f, 0x27, 0xbf, 0xc1, 0xa1, 0xc7, 0xbb -.byte 0x48, 0x16, 0xdd, 0x56, 0xd7, 0xcc, 0x4e, 0xa0, 0xe1, 0xb9, 0xac, 0xdb, 0xd5, 0x83, 0x19, 0x1a -.byte 0x85, 0xd1, 0x94, 0x97, 0xd7, 0xca, 0xa3, 0x65, 0x0b, 0xf3, 0x38, 0xf9, 0x02, 0xae, 0xdd, 0xf6 -.byte 0x67, 0xcf, 0xc9, 0x3f, 0xf5, 0x8a, 0x2c, 0x47, 0x1a, 0x99, 0x6f, 0x05, 0x0d, 0xfd, 0xd0, 0x1d -.byte 0x82, 0x31, 0xfc, 0x29, 0xcc, 0x00, 0x58, 0x97, 0x91, 0x4c, 0x80, 0x00, 0x1c, 0x33, 0x85, 0x96 -.byte 0x2f, 0xcb, 0x41, 0xc2, 0x8b, 0x10, 0x84, 0xc3, 0x09, 0x24, 0x89, 0x1f, 0xb5, 0x0f, 0xd9, 0xd9 -.byte 0x77, 0x47, 0x18, 0x92, 0x94, 0x60, 0x5c, 0xc7, 0x99, 0x03, 0x3c, 0xfe, 0xf7, 0x95, 0xa7, 0x7d -.byte 0x50, 0xa1, 0x80, 0xc2, 0xa9, 0x83, 0xad, 0x58, 0x96, 0x55, 0x21, 0xdb, 0x86, 0x59, 0xd4, 0xaf -.byte 0xc6, 0xbc, 0xdd, 0x81, 0x6e, 0x07, 0xdb, 0x60, 0x62, 0xfe, 0xec, 0x10, 0x6e, 0xda, 0x68, 0x01 -.byte 0xf4, 0x83, 0x1b, 0xa9, 0x3e, 0xa2, 0x5b, 0x23, 0xd7, 0x64, 0xc6, 0xdf, 0xdc, 0xa2, 0x7d, 0xd8 -.byte 0x4b, 0xba, 0x82, 0xd2, 0x51, 0xf8, 0x66, 0xbf, 0x06, 0x46, 0xe4, 0x79, 0x2a, 0x26, 0x36, 0x79 -.byte 0x8f, 0x1f, 0x4e, 0x99, 0x1d, 0xb2, 0x8f, 0x0c, 0x0e, 0x1c, 0xff, 0xc9, 0x5d, 0xc0, 0xfd, 0x90 -.byte 0x10, 0xa6, 0xb1, 0x37, 0xf3, 0xcd, 0x3a, 0x24, 0x6e, 0xb4, 0x85, 0x90, 0xbf, 0x80, 0xb9, 0x0c -.byte 0x8c, 0xd5, 0x9b, 0xd6, 0xc8, 0xf1, 0x56, 0x3f, 0x1a, 0x80, 0x89, 0x7a, 0xa9, 0xe2, 0x1b, 0x32 -.byte 0x51, 0x2c, 0x3e, 0xf2, 0xdf, 0x7b, 0xf6, 0x5d, 0x7a, 0x29, 0x19, 0x8e, 0xe5, 0xc8, 0xbd, 0x36 -.byte 0x71, 0x8b, 0x5d, 0x4c, 0xc2, 0x1d, 0x3f, 0xad, 0x58, 0xa2, 0xcf, 0x3d, 0x70, 0x4d, 0xa6, 0x50 -.byte 0x98, 0x25, 0xdc, 0x23, 0xf9, 0xb8, 0x58, 0x41, 0x08, 0x71, 0xbf, 0x4f, 0xb8, 0x84, 0xa0, 0x8f -.byte 0x00, 0x54, 0x15, 0xfc, 0x91, 0x6d, 0x58, 0xa7, 0x96, 0x3b, 0xeb, 0x4b, 0x96, 0x27, 0xcd, 0x6b -.byte 0xa2, 0xa1, 0x86, 0xac, 0x0d, 0x7c, 0x54, 0xe6, 0x66, 0x4c, 0x66, 0x5f, 0x90, 0xbe, 0x21, 0x9a -.byte 0x02, 0x46, 0x2d, 0xe4, 0x83, 0xc2, 0x80, 0xb9, 0xcf, 0x4b, 0x3e, 0xe8, 0x7f, 0x3c, 0x01, 0xec -.byte 0x8f, 0x5e, 0xcd, 0x7f, 0xd2, 0x28, 0x42, 0x01, 0x95, 0x8a, 0xe2, 0x97, 0x3d, 0x10, 0x21, 0x7d -.byte 0xf6, 0x9d, 0x1c, 0xc5, 0x34, 0xa1, 0xec, 0x2c, 0x0e, 0x0a, 0x52, 0x2c, 0x12, 0x55, 0x70, 0x24 -.byte 0x3d, 0xcb, 0xc2, 0x14, 0x35, 0x43, 0x5d, 0x27, 0x4e, 0xbe, 0xc0, 0xbd, 0xaa, 0x7c, 0x96, 0xe7 -.byte 0xfc, 0x9e, 0x61, 0xad, 0x44, 0xd3, 0x00, 0x97, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x63, 0x01 -.byte 0x26, 0x30, 0x61, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53 -.byte 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69, 0x43 -.byte 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b -.byte 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63 -.byte 0x6f, 0x6d, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x44, 0x69, 0x67 -.byte 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f -.byte 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0x00, 0xda, 0x0e, 0xe6, 0x99, 0x8d, 0xce, 0xa3, 0xe3, 0x4f, 0x8a, 0x7e, 0xfb, 0xf1, 0x8b, 0x83 +.byte 0x25, 0x6b, 0xea, 0x48, 0x1f, 0xf1, 0x2a, 0xb0, 0xb9, 0x95, 0x11, 0x04, 0xbd, 0xf0, 0x63, 0xd1 +.byte 0xe2, 0x67, 0x66, 0xcf, 0x1c, 0xdd, 0xcf, 0x1b, 0x48, 0x2b, 0xee, 0x8d, 0x89, 0x8e, 0x9a, 0xaf +.byte 0x29, 0x80, 0x65, 0xab, 0xe9, 0xc7, 0x2d, 0x12, 0xcb, 0xab, 0x1c, 0x4c, 0x70, 0x07, 0xa1, 0x3d +.byte 0x0a, 0x30, 0xcd, 0x15, 0x8d, 0x4f, 0xf8, 0xdd, 0xd4, 0x8c, 0x50, 0x15, 0x1c, 0xef, 0x50, 0xee +.byte 0xc4, 0x2e, 0xf7, 0xfc, 0xe9, 0x52, 0xf2, 0x91, 0x7d, 0xe0, 0x6d, 0xd5, 0x35, 0x30, 0x8e, 0x5e +.byte 0x43, 0x73, 0xf2, 0x41, 0xe9, 0xd5, 0x6a, 0xe3, 0xb2, 0x89, 0x3a, 0x56, 0x39, 0x38, 0x6f, 0x06 +.byte 0x3c, 0x88, 0x69, 0x5b, 0x2a, 0x4d, 0xc5, 0xa7, 0x54, 0xb8, 0x6c, 0x89, 0xcc, 0x9b, 0xf9, 0x3c +.byte 0xca, 0xe5, 0xfd, 0x89, 0xf5, 0x12, 0x3c, 0x92, 0x78, 0x96, 0xd6, 0xdc, 0x74, 0x6e, 0x93, 0x44 +.byte 0x61, 0xd1, 0x8d, 0xc7, 0x46, 0xb2, 0x75, 0x0e, 0x86, 0xe8, 0x19, 0x8a, 0xd5, 0x6d, 0x6c, 0xd5 +.byte 0x78, 0x16, 0x95, 0xa2, 0xe9, 0xc8, 0x0a, 0x38, 0xeb, 0xf2, 0x24, 0x13, 0x4f, 0x73, 0x54, 0x93 +.byte 0x13, 0x85, 0x3a, 0x1b, 0xbc, 0x1e, 0x34, 0xb5, 0x8b, 0x05, 0x8c, 0xb9, 0x77, 0x8b, 0xb1, 0xdb +.byte 0x1f, 0x20, 0x91, 0xab, 0x09, 0x53, 0x6e, 0x90, 0xce, 0x7b, 0x37, 0x74, 0xb9, 0x70, 0x47, 0x91 +.byte 0x22, 0x51, 0x63, 0x16, 0x79, 0xae, 0xb1, 0xae, 0x41, 0x26, 0x08, 0xc8, 0x19, 0x2b, 0xd1, 0x46 +.byte 0xaa, 0x48, 0xd6, 0x64, 0x2a, 0xd7, 0x83, 0x34, 0xff, 0x2c, 0x2a, 0xc1, 0x6c, 0x19, 0x43, 0x4a +.byte 0x07, 0x85, 0xe7, 0xd3, 0x7c, 0xf6, 0x21, 0x68, 0xef, 0xea, 0xf2, 0x52, 0x9f, 0x7f, 0x93, 0x90 +.byte 0xcf, 0x02, 0x03, 0x01, 0x00, 0x01, 0x5a, 0x00, 0x26, 0x01, 0x30, 0x58, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x13, 0x22, 0x4a, 0x61, 0x70, 0x61, 0x6e, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66 +.byte 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73 +.byte 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 +.byte 0x13, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74 +.byte 0x43, 0x41, 0x31, 0x31, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 .byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a -.byte 0x02, 0x82, 0x01, 0x01, 0x00, 0xe2, 0x3b, 0xe1, 0x11, 0x72, 0xde, 0xa8, 0xa4, 0xd3, 0xa3, 0x57 -.byte 0xaa, 0x50, 0xa2, 0x8f, 0x0b, 0x77, 0x90, 0xc9, 0xa2, 0xa5, 0xee, 0x12, 0xce, 0x96, 0x5b, 0x01 -.byte 0x09, 0x20, 0xcc, 0x01, 0x93, 0xa7, 0x4e, 0x30, 0xb7, 0x53, 0xf7, 0x43, 0xc4, 0x69, 0x00, 0x57 -.byte 0x9d, 0xe2, 0x8d, 0x22, 0xdd, 0x87, 0x06, 0x40, 0x00, 0x81, 0x09, 0xce, 0xce, 0x1b, 0x83, 0xbf -.byte 0xdf, 0xcd, 0x3b, 0x71, 0x46, 0xe2, 0xd6, 0x66, 0xc7, 0x05, 0xb3, 0x76, 0x27, 0x16, 0x8f, 0x7b -.byte 0x9e, 0x1e, 0x95, 0x7d, 0xee, 0xb7, 0x48, 0xa3, 0x08, 0xda, 0xd6, 0xaf, 0x7a, 0x0c, 0x39, 0x06 -.byte 0x65, 0x7f, 0x4a, 0x5d, 0x1f, 0xbc, 0x17, 0xf8, 0xab, 0xbe, 0xee, 0x28, 0xd7, 0x74, 0x7f, 0x7a -.byte 0x78, 0x99, 0x59, 0x85, 0x68, 0x6e, 0x5c, 0x23, 0x32, 0x4b, 0xbf, 0x4e, 0xc0, 0xe8, 0x5a, 0x6d -.byte 0xe3, 0x70, 0xbf, 0x77, 0x10, 0xbf, 0xfc, 0x01, 0xf6, 0x85, 0xd9, 0xa8, 0x44, 0x10, 0x58, 0x32 -.byte 0xa9, 0x75, 0x18, 0xd5, 0xd1, 0xa2, 0xbe, 0x47, 0xe2, 0x27, 0x6a, 0xf4, 0x9a, 0x33, 0xf8, 0x49 -.byte 0x08, 0x60, 0x8b, 0xd4, 0x5f, 0xb4, 0x3a, 0x84, 0xbf, 0xa1, 0xaa, 0x4a, 0x4c, 0x7d, 0x3e, 0xcf -.byte 0x4f, 0x5f, 0x6c, 0x76, 0x5e, 0xa0, 0x4b, 0x37, 0x91, 0x9e, 0xdc, 0x22, 0xe6, 0x6d, 0xce, 0x14 -.byte 0x1a, 0x8e, 0x6a, 0xcb, 0xfe, 0xcd, 0xb3, 0x14, 0x64, 0x17, 0xc7, 0x5b, 0x29, 0x9e, 0x32, 0xbf -.byte 0xf2, 0xee, 0xfa, 0xd3, 0x0b, 0x42, 0xd4, 0xab, 0xb7, 0x41, 0x32, 0xda, 0x0c, 0xd4, 0xef, 0xf8 -.byte 0x81, 0xd5, 0xbb, 0x8d, 0x58, 0x3f, 0xb5, 0x1b, 0xe8, 0x49, 0x28, 0xa2, 0x70, 0xda, 0x31, 0x04 -.byte 0xdd, 0xf7, 0xb2, 0x16, 0xf2, 0x4c, 0x0a, 0x4e, 0x07, 0xa8, 0xed, 0x4a, 0x3d, 0x5e, 0xb5, 0x7f -.byte 0xa3, 0x90, 0xc3, 0xaf, 0x27, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x63, 0x01, 0x26, 0x30, 0x61 -.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30 -.byte 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74 -.byte 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x77 -.byte 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31 -.byte 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65 -.byte 0x72, 0x74, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47 -.byte 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 -.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01 -.byte 0x01, 0x00, 0xbb, 0x37, 0xcd, 0x34, 0xdc, 0x7b, 0x6b, 0xc9, 0xb2, 0x68, 0x90, 0xad, 0x4a, 0x75 -.byte 0xff, 0x46, 0xba, 0x21, 0x0a, 0x08, 0x8d, 0xf5, 0x19, 0x54, 0xc9, 0xfb, 0x88, 0xdb, 0xf3, 0xae -.byte 0xf2, 0x3a, 0x89, 0x91, 0x3c, 0x7a, 0xe6, 0xab, 0x06, 0x1a, 0x6b, 0xcf, 0xac, 0x2d, 0xe8, 0x5e -.byte 0x09, 0x24, 0x44, 0xba, 0x62, 0x9a, 0x7e, 0xd6, 0xa3, 0xa8, 0x7e, 0xe0, 0x54, 0x75, 0x20, 0x05 -.byte 0xac, 0x50, 0xb7, 0x9c, 0x63, 0x1a, 0x6c, 0x30, 0xdc, 0xda, 0x1f, 0x19, 0xb1, 0xd7, 0x1e, 0xde -.byte 0xfd, 0xd7, 0xe0, 0xcb, 0x94, 0x83, 0x37, 0xae, 0xec, 0x1f, 0x43, 0x4e, 0xdd, 0x7b, 0x2c, 0xd2 -.byte 0xbd, 0x2e, 0xa5, 0x2f, 0xe4, 0xa9, 0xb8, 0xad, 0x3a, 0xd4, 0x99, 0xa4, 0xb6, 0x25, 0xe9, 0x9b -.byte 0x6b, 0x00, 0x60, 0x92, 0x60, 0xff, 0x4f, 0x21, 0x49, 0x18, 0xf7, 0x67, 0x90, 0xab, 0x61, 0x06 -.byte 0x9c, 0x8f, 0xf2, 0xba, 0xe9, 0xb4, 0xe9, 0x92, 0x32, 0x6b, 0xb5, 0xf3, 0x57, 0xe8, 0x5d, 0x1b -.byte 0xcd, 0x8c, 0x1d, 0xab, 0x95, 0x04, 0x95, 0x49, 0xf3, 0x35, 0x2d, 0x96, 0xe3, 0x49, 0x6d, 0xdd -.byte 0x77, 0xe3, 0xfb, 0x49, 0x4b, 0xb4, 0xac, 0x55, 0x07, 0xa9, 0x8f, 0x95, 0xb3, 0xb4, 0x23, 0xbb -.byte 0x4c, 0x6d, 0x45, 0xf0, 0xf6, 0xa9, 0xb2, 0x95, 0x30, 0xb4, 0xfd, 0x4c, 0x55, 0x8c, 0x27, 0x4a -.byte 0x57, 0x14, 0x7c, 0x82, 0x9d, 0xcd, 0x73, 0x92, 0xd3, 0x16, 0x4a, 0x06, 0x0c, 0x8c, 0x50, 0xd1 -.byte 0x8f, 0x1e, 0x09, 0xbe, 0x17, 0xa1, 0xe6, 0x21, 0xca, 0xfd, 0x83, 0xe5, 0x10, 0xbc, 0x83, 0xa5 -.byte 0x0a, 0xc4, 0x67, 0x28, 0xf6, 0x73, 0x14, 0x14, 0x3d, 0x46, 0x76, 0xc3, 0x87, 0x14, 0x89, 0x21 -.byte 0x34, 0x4d, 0xaf, 0x0f, 0x45, 0x0c, 0xa6, 0x49, 0xa1, 0xba, 0xbb, 0x9c, 0xc5, 0xb1, 0x33, 0x83 -.byte 0x29, 0x85, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x63, 0x00, 0x78, 0x30, 0x61, 0x31, 0x0b, 0x30 +.byte 0x02, 0x82, 0x01, 0x01, 0x00, 0xfd, 0x77, 0xaa, 0xa5, 0x1c, 0x90, 0x05, 0x3b, 0xcb, 0x4c, 0x9b +.byte 0x33, 0x8b, 0x5a, 0x14, 0x45, 0xa4, 0xe7, 0x90, 0x16, 0xd1, 0xdf, 0x57, 0xd2, 0x21, 0x10, 0xa4 +.byte 0x17, 0xfd, 0xdf, 0xac, 0xd6, 0x1f, 0xa7, 0xe4, 0xdb, 0x7c, 0xf7, 0xec, 0xdf, 0xb8, 0x03, 0xda +.byte 0x94, 0x58, 0xfd, 0x5d, 0x72, 0x7c, 0x8c, 0x3f, 0x5f, 0x01, 0x67, 0x74, 0x15, 0x96, 0xe3, 0x02 +.byte 0x3c, 0x87, 0xdb, 0xae, 0xcb, 0x01, 0x8e, 0xc2, 0xf3, 0x66, 0xc6, 0x85, 0x45, 0xf4, 0x02, 0xc6 +.byte 0x3a, 0xb5, 0x62, 0xb2, 0xaf, 0xfa, 0x9c, 0xbf, 0xa4, 0xe6, 0xd4, 0x80, 0x30, 0x98, 0xf3, 0x0d +.byte 0xb6, 0x93, 0x8f, 0xa9, 0xd4, 0xd8, 0x36, 0xf2, 0xb0, 0xfc, 0x8a, 0xca, 0x2c, 0xa1, 0x15, 0x33 +.byte 0x95, 0x31, 0xda, 0xc0, 0x1b, 0xf2, 0xee, 0x62, 0x99, 0x86, 0x63, 0x3f, 0xbf, 0xdd, 0x93, 0x2a +.byte 0x83, 0xa8, 0x76, 0xb9, 0x13, 0x1f, 0xb7, 0xce, 0x4e, 0x42, 0x85, 0x8f, 0x22, 0xe7, 0x2e, 0x1a +.byte 0xf2, 0x95, 0x09, 0xb2, 0x05, 0xb5, 0x44, 0x4e, 0x77, 0xa1, 0x20, 0xbd, 0xa9, 0xf2, 0x4e, 0x0a +.byte 0x7d, 0x50, 0xad, 0xf5, 0x05, 0x0d, 0x45, 0x4f, 0x46, 0x71, 0xfd, 0x28, 0x3e, 0x53, 0xfb, 0x04 +.byte 0xd8, 0x2d, 0xd7, 0x65, 0x1d, 0x4a, 0x1b, 0xfa, 0xcf, 0x3b, 0xb0, 0x31, 0x9a, 0x35, 0x6e, 0xc8 +.byte 0x8b, 0x06, 0xd3, 0x00, 0x91, 0xf2, 0x94, 0x08, 0x65, 0x4c, 0xb1, 0x34, 0x06, 0x00, 0x7a, 0x89 +.byte 0xe2, 0xf0, 0xc7, 0x03, 0x59, 0xcf, 0xd5, 0xd6, 0xe8, 0xa7, 0x32, 0xb3, 0xe6, 0x98, 0x40, 0x86 +.byte 0xc5, 0xcd, 0x27, 0x12, 0x8b, 0xcc, 0x7b, 0xce, 0xb7, 0x11, 0x3c, 0x62, 0x60, 0x07, 0x23, 0x3e +.byte 0x2b, 0x40, 0x6e, 0x94, 0x80, 0x09, 0x6d, 0xb6, 0xb3, 0x6f, 0x77, 0x6f, 0x35, 0x08, 0x50, 0xfb +.byte 0x02, 0x87, 0xc5, 0x3e, 0x89, 0x02, 0x03, 0x01, 0x00, 0x01, 0x5c, 0x00, 0x26, 0x02, 0x30, 0x5a +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x25, 0x30 +.byte 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1c, 0x54, 0x72, 0x75, 0x73, 0x74, 0x41, 0x73, 0x69 +.byte 0x61, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x2c, 0x20 +.byte 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1b, 0x54 +.byte 0x72, 0x75, 0x73, 0x74, 0x41, 0x73, 0x69, 0x61, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x47, 0x33, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02 +.byte 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc0, 0x31, 0x82, 0x61, 0x92 +.byte 0xe4, 0x94, 0x1b, 0x0a, 0x2a, 0x65, 0xd0, 0xbe, 0x06, 0xa9, 0x87, 0x3b, 0x51, 0x12, 0xea, 0x70 +.byte 0x41, 0xae, 0xe2, 0xfb, 0x74, 0xea, 0x0a, 0x8d, 0xb9, 0xb3, 0x4c, 0xdc, 0x8f, 0xb7, 0x13, 0x52 +.byte 0x4f, 0x54, 0x18, 0xe1, 0x2c, 0x73, 0x95, 0x91, 0xc5, 0x66, 0x3b, 0x6a, 0xcf, 0xac, 0x63, 0x6d +.byte 0x87, 0x53, 0xf0, 0xf7, 0xf1, 0x39, 0xb7, 0xa0, 0x43, 0x63, 0xb0, 0xc4, 0x03, 0x5d, 0x57, 0xa9 +.byte 0xe7, 0x44, 0xce, 0xc4, 0xa1, 0x83, 0x65, 0xf6, 0x50, 0x3e, 0xb1, 0x7e, 0x16, 0xb8, 0x3a, 0x8a +.byte 0x02, 0xd0, 0x96, 0x1f, 0x00, 0xcd, 0x05, 0x21, 0xef, 0x06, 0x6d, 0xdd, 0x21, 0x9c, 0x19, 0x43 +.byte 0x45, 0xa1, 0xc5, 0xe8, 0x80, 0xca, 0xc2, 0xad, 0x40, 0x62, 0x17, 0x06, 0xc6, 0xaa, 0xbc, 0xf3 +.byte 0xd6, 0xe6, 0xfc, 0x50, 0x7e, 0x66, 0x42, 0x1f, 0x3c, 0x8b, 0xa6, 0x79, 0x79, 0x86, 0x40, 0x35 +.byte 0x9f, 0x20, 0xef, 0x3f, 0xeb, 0x8b, 0x47, 0x1f, 0x8f, 0x8e, 0xc5, 0xd4, 0x8e, 0xb6, 0x2c, 0xc9 +.byte 0x44, 0x04, 0xe3, 0xd4, 0x43, 0x75, 0x3f, 0xd5, 0x3f, 0xaf, 0x1c, 0xcc, 0x7e, 0x46, 0x5f, 0xac +.byte 0xdf, 0x64, 0x10, 0x8a, 0xef, 0x46, 0xf0, 0x90, 0xf0, 0x0f, 0x2d, 0xf4, 0x88, 0x0b, 0xb1, 0x29 +.byte 0xaa, 0xaf, 0x85, 0xaa, 0x49, 0x58, 0xa8, 0xbf, 0x63, 0xa0, 0x38, 0x91, 0xe6, 0xb3, 0xe6, 0x77 +.byte 0x68, 0xc4, 0xf9, 0x2a, 0x19, 0x84, 0xbb, 0x0e, 0xe1, 0xf5, 0xaf, 0x89, 0xec, 0xa5, 0x2f, 0x50 +.byte 0x20, 0x74, 0x1e, 0x12, 0x41, 0x73, 0x1e, 0x24, 0xd9, 0xca, 0xce, 0x2c, 0xa1, 0x59, 0x35, 0xc0 +.byte 0xc8, 0x1d, 0x46, 0x27, 0x61, 0x5a, 0x8f, 0xf9, 0x4d, 0xd3, 0x72, 0x79, 0x66, 0x1e, 0x9f, 0x15 +.byte 0x90, 0x21, 0x2d, 0xfd, 0xed, 0x8b, 0x56, 0x70, 0x03, 0x4a, 0x49, 0x3e, 0x7f, 0x69, 0x31, 0x12 +.byte 0x69, 0xc7, 0x1e, 0x5c, 0xca, 0x7a, 0x13, 0x8b, 0xe8, 0xe6, 0xf5, 0x60, 0x0f, 0xcc, 0x93, 0x2c +.byte 0x84, 0x7f, 0xf1, 0xfc, 0x6a, 0xfc, 0x9b, 0x47, 0x9d, 0xdb, 0xad, 0x88, 0x3d, 0xf3, 0x76, 0x75 +.byte 0x33, 0xd7, 0x4b, 0xa4, 0xc8, 0x8b, 0xf9, 0xf5, 0x43, 0x58, 0x4f, 0xcb, 0xc8, 0x03, 0x54, 0x8f +.byte 0xa5, 0x85, 0x78, 0x04, 0x1a, 0xf3, 0x73, 0xf2, 0xd7, 0x87, 0x1d, 0x41, 0x9f, 0xe7, 0xd8, 0x17 +.byte 0xce, 0x1a, 0x9c, 0x0f, 0x4a, 0xfc, 0xdc, 0x44, 0x68, 0x54, 0x68, 0xe2, 0x41, 0x3c, 0xfe, 0x2c +.byte 0x84, 0x86, 0x37, 0x3c, 0xcd, 0x3f, 0x2f, 0xa2, 0xdb, 0xe7, 0xf7, 0x54, 0x03, 0x5f, 0x59, 0xd3 +.byte 0xf7, 0x91, 0x78, 0xc7, 0x8b, 0x77, 0x6a, 0x16, 0xe5, 0x49, 0x85, 0x90, 0x45, 0x72, 0x70, 0x2f +.byte 0x91, 0x5d, 0xf8, 0x3e, 0x65, 0x40, 0x0b, 0x19, 0x99, 0xc9, 0x26, 0x20, 0x5a, 0x68, 0xc1, 0x35 +.byte 0xbf, 0x4f, 0xa7, 0x51, 0xf1, 0xd8, 0x11, 0x2b, 0x5b, 0xe0, 0x9a, 0x9e, 0x28, 0x3b, 0x0a, 0x3a +.byte 0x0a, 0x1f, 0xc1, 0x81, 0xe5, 0x2e, 0xf0, 0xa6, 0xb9, 0x69, 0xa5, 0x88, 0x94, 0xe6, 0x6b, 0x13 +.byte 0x7f, 0xd1, 0x64, 0x3f, 0x3d, 0x9c, 0x70, 0x46, 0xe5, 0xa2, 0x85, 0x7b, 0x58, 0x84, 0x27, 0xdc +.byte 0xc4, 0x80, 0x3e, 0x67, 0x9a, 0x9a, 0xc7, 0x9a, 0x31, 0x0e, 0x30, 0xec, 0xe6, 0x17, 0x40, 0x95 +.byte 0xd9, 0x45, 0xed, 0x01, 0x96, 0xaa, 0xbf, 0x0c, 0xf3, 0x4b, 0xd1, 0x63, 0xf7, 0x13, 0x58, 0xc0 +.byte 0xb8, 0xf3, 0xfa, 0x67, 0xdd, 0x9b, 0x7d, 0x6d, 0x4a, 0xff, 0x32, 0x4c, 0xb5, 0x25, 0x3b, 0xff +.byte 0x1c, 0x67, 0x0f, 0x85, 0x22, 0x59, 0x05, 0x91, 0x91, 0x41, 0x77, 0x81, 0xd0, 0x85, 0x4c, 0x87 +.byte 0x10, 0x71, 0xff, 0x9e, 0x43, 0x1b, 0xae, 0x95, 0x75, 0x2d, 0x81, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0x5c, 0x00, 0x78, 0x00, 0x30, 0x5a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x43, 0x4e, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1c, 0x54, 0x72 +.byte 0x75, 0x73, 0x74, 0x41, 0x73, 0x69, 0x61, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f +.byte 0x67, 0x69, 0x65, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x0c, 0x1b, 0x54, 0x72, 0x75, 0x73, 0x74, 0x41, 0x73, 0x69, 0x61, 0x20, 0x47 +.byte 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x47, 0x34 +.byte 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b +.byte 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xf1, 0xb3, 0xcd, 0x38, 0xe4, 0x25, 0x43, 0xe5 +.byte 0xde, 0x19, 0x09, 0xbb, 0x81, 0x79, 0xa2, 0x15, 0x5f, 0x15, 0x63, 0x01, 0xde, 0xc2, 0xab, 0xdd +.byte 0xb3, 0xa6, 0x1b, 0x67, 0x4b, 0x80, 0x83, 0xaf, 0x99, 0xcb, 0xac, 0x17, 0xdb, 0x2b, 0x96, 0xca +.byte 0x7c, 0x52, 0x55, 0xe2, 0x1a, 0xe1, 0x3d, 0x56, 0xf0, 0x2f, 0x16, 0x08, 0xfa, 0x15, 0xbc, 0x9b +.byte 0xbb, 0x47, 0xe6, 0x3f, 0xee, 0xa8, 0xe1, 0x4c, 0x8c, 0xf5, 0xd3, 0x36, 0xf9, 0x38, 0x5d, 0xab +.byte 0x70, 0x9a, 0x47, 0x0d, 0xe2, 0x81, 0x41, 0x06, 0xeb, 0x49, 0xf9, 0xb0, 0x29, 0xdd, 0x33, 0xec +.byte 0x50, 0xa5, 0x7f, 0x79, 0x29, 0xb8, 0x20, 0x98, 0x5c, 0x00, 0x26, 0x02, 0x30, 0x5a, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x46, 0x52, 0x31, 0x12, 0x30, 0x10, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x09, 0x44, 0x68, 0x69, 0x6d, 0x79, 0x6f, 0x74, 0x69, 0x73, 0x31 +.byte 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x13, 0x30, 0x30, 0x30, 0x32, 0x20, 0x34 +.byte 0x38, 0x31, 0x34, 0x36, 0x33, 0x30, 0x38, 0x31, 0x30, 0x30, 0x30, 0x33, 0x36, 0x31, 0x19, 0x30 +.byte 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x10, 0x43, 0x65, 0x72, 0x74, 0x69, 0x67, 0x6e, 0x61 +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09 +.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00 +.byte 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xcd, 0x18, 0x39, 0x65, 0x1a, 0x59, 0xb1 +.byte 0xea, 0x64, 0x16, 0x0e, 0x8c, 0x94, 0x24, 0x95, 0x7c, 0x83, 0xd3, 0xc5, 0x39, 0x26, 0xdc, 0x0c +.byte 0xef, 0x16, 0x57, 0x8d, 0xd7, 0xd8, 0xac, 0xa3, 0x42, 0x7f, 0x82, 0xca, 0xed, 0xcd, 0x5b, 0xdb +.byte 0x0e, 0xb7, 0x2d, 0xed, 0x45, 0x08, 0x17, 0xb2, 0xd9, 0xb3, 0xcb, 0xd6, 0x17, 0x52, 0x72, 0x28 +.byte 0xdb, 0x8e, 0x4e, 0x9e, 0x8a, 0xb6, 0x0b, 0xf9, 0x9e, 0x84, 0x9a, 0x4d, 0x76, 0xde, 0x22, 0x29 +.byte 0x5c, 0xd2, 0xb3, 0xd2, 0x06, 0x3e, 0x30, 0x39, 0xa9, 0x74, 0xa3, 0x92, 0x56, 0x1c, 0xa1, 0x6f +.byte 0x4c, 0x0a, 0x20, 0x6d, 0x9f, 0x23, 0x7a, 0xb4, 0xc6, 0xda, 0x2c, 0xe4, 0x1d, 0x2c, 0xdc, 0xb3 +.byte 0x28, 0xd0, 0x13, 0xf2, 0x4c, 0x4e, 0x02, 0x49, 0xa1, 0x54, 0x40, 0x9e, 0xe6, 0xe5, 0x05, 0xa0 +.byte 0x2d, 0x84, 0xc8, 0xff, 0x98, 0x6c, 0xd0, 0xeb, 0x8a, 0x1a, 0x84, 0x08, 0x1e, 0xb7, 0x68, 0x23 +.byte 0xee, 0x23, 0xd5, 0x70, 0xce, 0x6d, 0x51, 0x69, 0x10, 0xee, 0xa1, 0x7a, 0xc2, 0xd1, 0x22, 0x31 +.byte 0xc2, 0x82, 0x85, 0xd2, 0xf2, 0x55, 0x76, 0x50, 0x7c, 0x25, 0x7a, 0xc9, 0x84, 0x5c, 0x0b, 0xac +.byte 0xdd, 0x42, 0x4e, 0x2b, 0xe7, 0x82, 0xa2, 0x24, 0x89, 0xcb, 0x90, 0xb2, 0xd0, 0xee, 0x23, 0xba +.byte 0x66, 0x4c, 0xbb, 0x62, 0xa4, 0xf9, 0x53, 0x5a, 0x64, 0x7b, 0x7c, 0x98, 0xfa, 0xa3, 0x48, 0x9e +.byte 0x0f, 0x95, 0xae, 0xa7, 0x18, 0xf4, 0x6a, 0xec, 0x2e, 0x03, 0x45, 0xaf, 0xf0, 0x74, 0xf8, 0x2a +.byte 0xcd, 0x7a, 0x5d, 0xd1, 0xbe, 0x44, 0x26, 0x32, 0x29, 0xf1, 0xf1, 0xf5, 0x6c, 0xcc, 0x7e, 0x02 +.byte 0x21, 0x0b, 0x9f, 0x6f, 0xa4, 0x3f, 0xbe, 0x9d, 0x53, 0xe2, 0xcf, 0x7d, 0xa9, 0x2c, 0x7c, 0x58 +.byte 0x1a, 0x97, 0xe1, 0x3d, 0x37, 0x37, 0x18, 0x66, 0x28, 0xd2, 0x40, 0xc5, 0x51, 0x8a, 0x8c, 0xc3 +.byte 0x2d, 0xce, 0x53, 0x88, 0x24, 0x58, 0x64, 0x30, 0x16, 0xc5, 0xaa, 0xe0, 0xd6, 0x0a, 0xa6, 0x40 +.byte 0xdf, 0x78, 0xf6, 0xf5, 0x04, 0x7c, 0x69, 0x13, 0x84, 0xbc, 0xd1, 0xd1, 0xa7, 0x06, 0xcf, 0x01 +.byte 0xf7, 0x68, 0xc0, 0xa8, 0x57, 0xbb, 0x3a, 0x61, 0xad, 0x04, 0x8c, 0x93, 0xe3, 0xad, 0xfc, 0xf0 +.byte 0xdb, 0x44, 0x6d, 0x59, 0xdc, 0x49, 0x59, 0xae, 0xac, 0x9a, 0x99, 0x36, 0x30, 0x41, 0x7b, 0x76 +.byte 0x33, 0x22, 0x87, 0xa3, 0xc2, 0x92, 0x86, 0x6e, 0xf9, 0x70, 0xee, 0xae, 0x87, 0x87, 0x95, 0x1b +.byte 0xc4, 0x7a, 0xbd, 0x31, 0xf3, 0xd4, 0xd2, 0xe5, 0x99, 0xff, 0xbe, 0x48, 0xec, 0x75, 0xf5, 0x78 +.byte 0x16, 0x1d, 0xa6, 0x70, 0xc1, 0x7f, 0x3c, 0x1b, 0xa1, 0x92, 0xfb, 0xcf, 0xc8, 0x3c, 0xd6, 0xc5 +.byte 0x93, 0x0a, 0x8f, 0xf5, 0x55, 0x3a, 0x76, 0x95, 0xce, 0x59, 0x98, 0x8a, 0x09, 0x95, 0x77, 0x32 +.byte 0x9a, 0x83, 0xba, 0x2c, 0x04, 0x3a, 0x97, 0xbd, 0xd4, 0x2f, 0xbe, 0xd7, 0x6c, 0x9b, 0xa2, 0xca +.byte 0x7d, 0x6d, 0x26, 0xc9, 0x55, 0xd5, 0xcf, 0xc3, 0x79, 0x52, 0x08, 0x09, 0x99, 0x07, 0x24, 0x2d +.byte 0x64, 0x25, 0x6b, 0xa6, 0x21, 0x69, 0x9b, 0x6a, 0xdd, 0x74, 0x4d, 0x6b, 0x97, 0x7a, 0x41, 0xbd +.byte 0xab, 0x17, 0xf9, 0x90, 0x17, 0x48, 0x8f, 0x36, 0xf9, 0x2d, 0xd5, 0xc5, 0xdb, 0xee, 0xaa, 0x85 +.byte 0x45, 0x41, 0xfa, 0xcd, 0x3a, 0x45, 0xb1, 0x68, 0xe6, 0x36, 0x4c, 0x9b, 0x90, 0x57, 0xec, 0x23 +.byte 0xb9, 0x87, 0x08, 0xc2, 0xc4, 0x09, 0xf1, 0x97, 0x86, 0x2a, 0x28, 0x4d, 0xe2, 0x74, 0xc0, 0xda +.byte 0xc4, 0x8c, 0xdb, 0xdf, 0xe2, 0xa1, 0x17, 0x59, 0xce, 0x24, 0x59, 0x74, 0x31, 0xda, 0x7f, 0xfd +.byte 0x30, 0x6d, 0xd9, 0xdc, 0xe1, 0x6a, 0xe1, 0xfc, 0x5f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x5c, 0x00 +.byte 0x26, 0x01, 0x30, 0x5a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x49 +.byte 0x45, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x09, 0x42, 0x61, 0x6c, 0x74 +.byte 0x69, 0x6d, 0x6f, 0x72, 0x65, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0a +.byte 0x43, 0x79, 0x62, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x13, 0x19, 0x42, 0x61, 0x6c, 0x74, 0x69, 0x6d, 0x6f, 0x72, 0x65, 0x20, 0x43 +.byte 0x79, 0x62, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x30, 0x82 +.byte 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 +.byte 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xa3 +.byte 0x04, 0xbb, 0x22, 0xab, 0x98, 0x3d, 0x57, 0xe8, 0x26, 0x72, 0x9a, 0xb5, 0x79, 0xd4, 0x29, 0xe2 +.byte 0xe1, 0xe8, 0x95, 0x80, 0xb1, 0xb0, 0xe3, 0x5b, 0x8e, 0x2b, 0x29, 0x9a, 0x64, 0xdf, 0xa1, 0x5d +.byte 0xed, 0xb0, 0x09, 0x05, 0x6d, 0xdb, 0x28, 0x2e, 0xce, 0x62, 0xa2, 0x62, 0xfe, 0xb4, 0x88, 0xda +.byte 0x12, 0xeb, 0x38, 0xeb, 0x21, 0x9d, 0xc0, 0x41, 0x2b, 0x01, 0x52, 0x7b, 0x88, 0x77, 0xd3, 0x1c +.byte 0x8f, 0xc7, 0xba, 0xb9, 0x88, 0xb5, 0x6a, 0x09, 0xe7, 0x73, 0xe8, 0x11, 0x40, 0xa7, 0xd1, 0xcc +.byte 0xca, 0x62, 0x8d, 0x2d, 0xe5, 0x8f, 0x0b, 0xa6, 0x50, 0xd2, 0xa8, 0x50, 0xc3, 0x28, 0xea, 0xf5 +.byte 0xab, 0x25, 0x87, 0x8a, 0x9a, 0x96, 0x1c, 0xa9, 0x67, 0xb8, 0x3f, 0x0c, 0xd5, 0xf7, 0xf9, 0x52 +.byte 0x13, 0x2f, 0xc2, 0x1b, 0xd5, 0x70, 0x70, 0xf0, 0x8f, 0xc0, 0x12, 0xca, 0x06, 0xcb, 0x9a, 0xe1 +.byte 0xd9, 0xca, 0x33, 0x7a, 0x77, 0xd6, 0xf8, 0xec, 0xb9, 0xf1, 0x68, 0x44, 0x42, 0x48, 0x13, 0xd2 +.byte 0xc0, 0xc2, 0xa4, 0xae, 0x5e, 0x60, 0xfe, 0xb6, 0xa6, 0x05, 0xfc, 0xb4, 0xdd, 0x07, 0x59, 0x02 +.byte 0xd4, 0x59, 0x18, 0x98, 0x63, 0xf5, 0xa5, 0x63, 0xe0, 0x90, 0x0c, 0x7d, 0x5d, 0xb2, 0x06, 0x7a +.byte 0xf3, 0x85, 0xea, 0xeb, 0xd4, 0x03, 0xae, 0x5e, 0x84, 0x3e, 0x5f, 0xff, 0x15, 0xed, 0x69, 0xbc +.byte 0xf9, 0x39, 0x36, 0x72, 0x75, 0xcf, 0x77, 0x52, 0x4d, 0xf3, 0xc9, 0x90, 0x2c, 0xb9, 0x3d, 0xe5 +.byte 0xc9, 0x23, 0x53, 0x3f, 0x1f, 0x24, 0x98, 0x21, 0x5c, 0x07, 0x99, 0x29, 0xbd, 0xc6, 0x3a, 0xec +.byte 0xe7, 0x6e, 0x86, 0x3a, 0x6b, 0x97, 0x74, 0x63, 0x33, 0xbd, 0x68, 0x18, 0x31, 0xf0, 0x78, 0x8d +.byte 0x76, 0xbf, 0xfc, 0x9e, 0x8e, 0x5d, 0x2a, 0x86, 0xa7, 0x4d, 0x90, 0xdc, 0x27, 0x1a, 0x39, 0x02 +.byte 0x03, 0x01, 0x00, 0x01, 0x5c, 0x00, 0x78, 0x00, 0x30, 0x5a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b +.byte 0x13, 0x0a, 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x50, 0x4b, 0x49, 0x31, 0x14, 0x30, 0x12 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0b, 0x65, 0x4d, 0x75, 0x64, 0x68, 0x72, 0x61, 0x20, 0x49 +.byte 0x6e, 0x63, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x65, 0x6d, 0x53 +.byte 0x69, 0x67, 0x6e, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20 +.byte 0x2d, 0x20, 0x43, 0x33, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02 +.byte 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xfd, 0xa5, 0x61, 0xae +.byte 0x7b, 0x26, 0x10, 0x1d, 0xe9, 0xb7, 0x22, 0x30, 0xae, 0x06, 0xf4, 0x81, 0xb3, 0xb1, 0x42, 0x71 +.byte 0x95, 0x39, 0xbc, 0xd3, 0x52, 0xe3, 0xaf, 0xaf, 0xf9, 0xf2, 0x97, 0x35, 0x92, 0x36, 0x46, 0x0e +.byte 0x87, 0x95, 0x8d, 0xb9, 0x39, 0x5a, 0xe9, 0xbb, 0xdf, 0xd0, 0xfe, 0xc8, 0x07, 0x41, 0x3c, 0xbb +.byte 0x55, 0x6f, 0x83, 0xa3, 0x6a, 0xfb, 0x62, 0xb0, 0x81, 0x89, 0x02, 0x70, 0x7d, 0x48, 0xc5, 0x4a +.byte 0xe3, 0xe9, 0x22, 0x54, 0x22, 0x4d, 0x93, 0xbb, 0x42, 0x0c, 0xaf, 0x77, 0x9c, 0x23, 0xa6, 0x7d +.byte 0xd7, 0x61, 0x11, 0xce, 0x65, 0xc7, 0xf8, 0x7f, 0xfe, 0xf5, 0xf2, 0xa9, 0x5f, 0x00, 0x26, 0x02 +.byte 0x30, 0x5d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31 +.byte 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x53, 0x45, 0x43, 0x4f, 0x4d, 0x20 +.byte 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x43, 0x4f +.byte 0x2e, 0x2c, 0x4c, 0x54, 0x44, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 +.byte 0x1e, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e +.byte 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x33, 0x30 +.byte 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01 +.byte 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00 +.byte 0xe3, 0xc9, 0x72, 0x49, 0xf7, 0x30, 0xde, 0x09, 0x7c, 0xa9, 0x40, 0x81, 0x58, 0xd3, 0xb4, 0x3a +.byte 0xdd, 0xba, 0x61, 0x0f, 0x93, 0x50, 0x6e, 0x69, 0x3c, 0x35, 0xc2, 0xee, 0x5b, 0x73, 0x90, 0x1b +.byte 0x67, 0x4c, 0x21, 0xec, 0x5f, 0x35, 0xbb, 0x39, 0x3e, 0x2b, 0x0a, 0x60, 0xef, 0xbb, 0x6d, 0x2b +.byte 0x86, 0xfb, 0x71, 0xa2, 0xc8, 0xac, 0xe4, 0x56, 0x94, 0xf9, 0xc9, 0xaf, 0xb1, 0x72, 0xd4, 0x20 +.byte 0xac, 0x74, 0xd2, 0xb8, 0x15, 0xad, 0x51, 0xfe, 0x85, 0x74, 0xa1, 0xb9, 0x10, 0xfe, 0x05, 0x80 +.byte 0xf9, 0x52, 0x93, 0xb3, 0x40, 0x3d, 0x75, 0x10, 0xac, 0xc0, 0x96, 0xb7, 0xa7, 0x7e, 0x76, 0xbc +.byte 0xe3, 0x1b, 0x52, 0x19, 0xce, 0x11, 0x1f, 0x0b, 0x04, 0x34, 0xf5, 0xd8, 0xf5, 0x69, 0x3c, 0x77 +.byte 0xf3, 0x64, 0xf4, 0x0d, 0xaa, 0x85, 0xde, 0xe0, 0x09, 0x50, 0x04, 0x17, 0x96, 0x84, 0xb7, 0xc8 +.byte 0x8a, 0xbc, 0x4d, 0x72, 0xfc, 0x1c, 0xbb, 0xcf, 0xf3, 0x06, 0x4d, 0xf9, 0x9f, 0x64, 0xf7, 0x7e +.byte 0xa6, 0x66, 0x86, 0x35, 0x71, 0xc8, 0x11, 0x80, 0x4c, 0xc1, 0x71, 0x40, 0x58, 0x1e, 0xbe, 0xa0 +.byte 0x73, 0xf6, 0xfc, 0x3e, 0x50, 0xe1, 0xe0, 0x2f, 0x26, 0x3d, 0x7e, 0x5c, 0x23, 0xb5, 0x79, 0x70 +.byte 0xde, 0xfa, 0xe0, 0xd1, 0xa5, 0xd6, 0x0c, 0x41, 0x71, 0x7b, 0xf7, 0xea, 0x8c, 0x1c, 0x88, 0xc7 +.byte 0xec, 0x8b, 0xf5, 0xd1, 0x2f, 0x55, 0x96, 0x46, 0x7c, 0x5a, 0x3b, 0x58, 0x3b, 0xfb, 0xba, 0xd8 +.byte 0x2d, 0xb5, 0x25, 0xda, 0x7a, 0x4e, 0xcf, 0x44, 0xae, 0x21, 0xa6, 0x9e, 0x98, 0xca, 0x20, 0x6e +.byte 0x7c, 0xbb, 0x88, 0x85, 0x5b, 0xfb, 0xc0, 0x10, 0x62, 0xbb, 0xf2, 0xf9, 0x27, 0x47, 0xef, 0xd1 +.byte 0x89, 0x39, 0x43, 0xc4, 0xdf, 0xde, 0xe1, 0x41, 0xbf, 0x54, 0x73, 0x20, 0x97, 0x2d, 0x6c, 0xda +.byte 0xf3, 0xd4, 0x07, 0xa3, 0xe6, 0xb9, 0xd8, 0x6f, 0xae, 0xfc, 0x8c, 0x19, 0x2e, 0xd3, 0x67, 0x67 +.byte 0x2b, 0x95, 0xdb, 0x58, 0x5c, 0xb5, 0x6a, 0x02, 0xf3, 0xb8, 0x83, 0x5e, 0xb4, 0x6b, 0xbe, 0x41 +.byte 0x7e, 0x57, 0x09, 0x75, 0x44, 0x50, 0x55, 0xcd, 0x5a, 0x11, 0x61, 0x21, 0x0a, 0x61, 0xc2, 0xa9 +.byte 0x88, 0xfd, 0x13, 0xbc, 0x2d, 0x89, 0x2f, 0xcd, 0x61, 0xe0, 0x95, 0xbe, 0xca, 0xb5, 0x7b, 0xe1 +.byte 0x7b, 0x34, 0x67, 0x0b, 0x1f, 0xb6, 0x0c, 0xc7, 0x7c, 0x1e, 0x19, 0x53, 0xca, 0xa7, 0xb1, 0x4a +.byte 0x15, 0x20, 0x56, 0x14, 0x70, 0x3d, 0x2b, 0x82, 0x2c, 0x0f, 0x9d, 0x15, 0x1d, 0x47, 0x80, 0x47 +.byte 0xff, 0x78, 0x99, 0x0e, 0x31, 0xaf, 0x6f, 0x3e, 0x8f, 0xed, 0x86, 0x69, 0x1e, 0x7b, 0x18, 0x88 +.byte 0x14, 0xb2, 0xc2, 0xfc, 0x82, 0x33, 0x2e, 0x9c, 0x4b, 0x2d, 0xfb, 0x70, 0x3b, 0x71, 0xaa, 0x2b +.byte 0x7b, 0x26, 0x27, 0xf3, 0x1a, 0xc2, 0xdc, 0xfb, 0x17, 0xb8, 0xa1, 0xea, 0xcb, 0xa0, 0xb4, 0xae +.byte 0xd3, 0x94, 0x7e, 0x7a, 0xd0, 0xab, 0xc3, 0xec, 0x38, 0x2d, 0x11, 0x2e, 0x88, 0xbf, 0xd4, 0x3f +.byte 0xad, 0x12, 0x3b, 0x42, 0xac, 0x8f, 0x02, 0x6e, 0x7d, 0xcc, 0xd1, 0x5f, 0x61, 0xbe, 0xa1, 0xbc +.byte 0x3a, 0x6a, 0x48, 0xea, 0x26, 0x55, 0x22, 0x16, 0x5d, 0x5f, 0x0d, 0xff, 0x27, 0x33, 0x9f, 0x18 +.byte 0x03, 0x74, 0x8a, 0x5b, 0x52, 0x20, 0x47, 0x6b, 0x45, 0x4d, 0x22, 0x77, 0x8c, 0x55, 0x27, 0xf0 +.byte 0xaf, 0x1e, 0x8c, 0xc9, 0x83, 0x22, 0x54, 0xb7, 0x9a, 0xd0, 0x4f, 0xd9, 0xce, 0xfc, 0xd9, 0x2e +.byte 0x1c, 0x96, 0x28, 0xb1, 0x02, 0xd3, 0x03, 0xbd, 0x25, 0x52, 0x1c, 0x34, 0x66, 0x4f, 0x23, 0xab +.byte 0xf4, 0x77, 0x82, 0x96, 0x1d, 0xd1, 0x57, 0x30, 0x08, 0x11, 0x05, 0xfd, 0x57, 0xd1, 0xd9, 0xc7 +.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x5f, 0x00, 0x26, 0x01, 0x30, 0x5d, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x13, 0x1c, 0x53, 0x45, 0x43, 0x4f, 0x4d, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x53 +.byte 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x43, 0x4f, 0x2e, 0x2c, 0x4c, 0x54, 0x44, 0x2e, 0x31 +.byte 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69 +.byte 0x74, 0x79, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09 +.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00 +.byte 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xd0, 0x15, 0x39, 0x52, 0xb1, 0x52, 0xb3 +.byte 0xba, 0xc5, 0x59, 0x82, 0xc4, 0x5d, 0x52, 0xae, 0x3a, 0x43, 0x65, 0x80, 0x4b, 0xc7, 0xf2, 0x96 +.byte 0xbc, 0xdb, 0x36, 0x97, 0xd6, 0xa6, 0x64, 0x8c, 0xa8, 0x5e, 0xf0, 0xe3, 0x0a, 0x1c, 0xf7, 0xdf +.byte 0x97, 0x3d, 0x4b, 0xae, 0xf6, 0x5d, 0xec, 0x21, 0xb5, 0x41, 0xab, 0xcd, 0xb9, 0x7e, 0x76, 0x9f +.byte 0xbe, 0xf9, 0x3e, 0x36, 0x34, 0xa0, 0x3b, 0xc1, 0xf6, 0x31, 0x11, 0x45, 0x74, 0x93, 0x3d, 0x57 +.byte 0x80, 0xc5, 0xf9, 0x89, 0x99, 0xca, 0xe5, 0xab, 0x6a, 0xd4, 0xb5, 0xda, 0x41, 0x90, 0x10, 0xc1 +.byte 0xd6, 0xd6, 0x42, 0x89, 0xc2, 0xbf, 0xf4, 0x38, 0x12, 0x95, 0x4c, 0x54, 0x05, 0xf7, 0x36, 0xe4 +.byte 0x45, 0x83, 0x7b, 0x14, 0x65, 0xd6, 0xdc, 0x0c, 0x4d, 0xd1, 0xde, 0x7e, 0x0c, 0xab, 0x3b, 0xc4 +.byte 0x15, 0xbe, 0x3a, 0x56, 0xa6, 0x5a, 0x6f, 0x76, 0x69, 0x52, 0xa9, 0x7a, 0xb9, 0xc8, 0xeb, 0x6a +.byte 0x9a, 0x5d, 0x52, 0xd0, 0x2d, 0x0a, 0x6b, 0x35, 0x16, 0x09, 0x10, 0x84, 0xd0, 0x6a, 0xca, 0x3a +.byte 0x06, 0x00, 0x37, 0x47, 0xe4, 0x7e, 0x57, 0x4f, 0x3f, 0x8b, 0xeb, 0x67, 0xb8, 0x88, 0xaa, 0xc5 +.byte 0xbe, 0x53, 0x55, 0xb2, 0x91, 0xc4, 0x7d, 0xb9, 0xb0, 0x85, 0x19, 0x06, 0x78, 0x2e, 0xdb, 0x61 +.byte 0x1a, 0xfa, 0x85, 0xf5, 0x4a, 0x91, 0xa1, 0xe7, 0x16, 0xd5, 0x8e, 0xa2, 0x39, 0xdf, 0x94, 0xb8 +.byte 0x70, 0x1f, 0x28, 0x3f, 0x8b, 0xfc, 0x40, 0x5e, 0x63, 0x83, 0x3c, 0x83, 0x2a, 0x1a, 0x99, 0x6b +.byte 0xcf, 0xde, 0x59, 0x6a, 0x3b, 0xfc, 0x6f, 0x16, 0xd7, 0x1f, 0xfd, 0x4a, 0x10, 0xeb, 0x4e, 0x82 +.byte 0x16, 0x3a, 0xac, 0x27, 0x0c, 0x53, 0xf1, 0xad, 0xd5, 0x24, 0xb0, 0x6b, 0x03, 0x50, 0xc1, 0x2d +.byte 0x3c, 0x16, 0xdd, 0x44, 0x34, 0x27, 0x1a, 0x75, 0xfb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x60, 0x00 +.byte 0x26, 0x02, 0x30, 0x5e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54 +.byte 0x57, 0x31, 0x23, 0x30, 0x21, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1a, 0x43, 0x68, 0x75, 0x6e +.byte 0x67, 0x68, 0x77, 0x61, 0x20, 0x54, 0x65, 0x6c, 0x65, 0x63, 0x6f, 0x6d, 0x20, 0x43, 0x6f, 0x2e +.byte 0x2c, 0x20, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x2a, 0x30, 0x28, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c +.byte 0x21, 0x65, 0x50, 0x4b, 0x49, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69 +.byte 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69 +.byte 0x74, 0x79, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d +.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82 +.byte 0x02, 0x01, 0x00, 0xe1, 0x25, 0x0f, 0xee, 0x8d, 0xdb, 0x88, 0x33, 0x75, 0x67, 0xcd, 0xad, 0x1f +.byte 0x7d, 0x3a, 0x4e, 0x6d, 0x9d, 0xd3, 0x2f, 0x14, 0xf3, 0x63, 0x74, 0xcb, 0x01, 0x21, 0x6a, 0x37 +.byte 0xea, 0x84, 0x50, 0x07, 0x4b, 0x26, 0x5b, 0x09, 0x43, 0x6c, 0x21, 0x9e, 0x6a, 0xc8, 0xd5, 0x03 +.byte 0xf5, 0x60, 0x69, 0x8f, 0xcc, 0xf0, 0x22, 0xe4, 0x1f, 0xe7, 0xf7, 0x6a, 0x22, 0x31, 0xb7, 0x2c +.byte 0x15, 0xf2, 0xe0, 0xfe, 0x00, 0x6a, 0x43, 0xff, 0x87, 0x65, 0xc6, 0xb5, 0x1a, 0xc1, 0xa7, 0x4c +.byte 0x6d, 0x22, 0x70, 0x21, 0x8a, 0x31, 0xf2, 0x97, 0x74, 0x89, 0x09, 0x12, 0x26, 0x1c, 0x9e, 0xca +.byte 0xd9, 0x12, 0xa2, 0x95, 0x3c, 0xda, 0xe9, 0x67, 0xbf, 0x08, 0xa0, 0x64, 0xe3, 0xd6, 0x42, 0xb7 +.byte 0x45, 0xef, 0x97, 0xf4, 0xf6, 0xf5, 0xd7, 0xb5, 0x4a, 0x15, 0x02, 0x58, 0x7d, 0x98, 0x58, 0x4b +.byte 0x60, 0xbc, 0xcd, 0xd7, 0x0d, 0x9a, 0x13, 0x33, 0x53, 0xd1, 0x61, 0xf9, 0x7a, 0xd5, 0xd7, 0x78 +.byte 0xb3, 0x9a, 0x33, 0xf7, 0x00, 0x86, 0xce, 0x1d, 0x4d, 0x94, 0x38, 0xaf, 0xa8, 0xec, 0x78, 0x51 +.byte 0x70, 0x8a, 0x5c, 0x10, 0x83, 0x51, 0x21, 0xf7, 0x11, 0x3d, 0x34, 0x86, 0x5e, 0xe5, 0x48, 0xcd +.byte 0x97, 0x81, 0x82, 0x35, 0x4c, 0x19, 0xec, 0x65, 0xf6, 0x6b, 0xc5, 0x05, 0xa1, 0xee, 0x47, 0x13 +.byte 0xd6, 0xb3, 0x21, 0x27, 0x94, 0x10, 0x0a, 0xd9, 0x24, 0x3b, 0xba, 0xbe, 0x44, 0x13, 0x46, 0x30 +.byte 0x3f, 0x97, 0x3c, 0xd8, 0xd7, 0xd7, 0x6a, 0xee, 0x3b, 0x38, 0xe3, 0x2b, 0xd4, 0x97, 0x0e, 0xb9 +.byte 0x1b, 0xe7, 0x07, 0x49, 0x7f, 0x37, 0x2a, 0xf9, 0x77, 0x78, 0xcf, 0x54, 0xed, 0x5b, 0x46, 0x9d +.byte 0xa3, 0x80, 0x0e, 0x91, 0x43, 0xc1, 0xd6, 0x5b, 0x5f, 0x14, 0xba, 0x9f, 0xa6, 0x8d, 0x24, 0x47 +.byte 0x40, 0x59, 0xbf, 0x72, 0x38, 0xb2, 0x36, 0x6c, 0x37, 0xff, 0x99, 0xd1, 0x5d, 0x0e, 0x59, 0x0a +.byte 0xab, 0x69, 0xf7, 0xc0, 0xb2, 0x04, 0x45, 0x7a, 0x54, 0x00, 0xae, 0xbe, 0x53, 0xf6, 0xb5, 0xe7 +.byte 0xe1, 0xf8, 0x3c, 0xa3, 0x31, 0xd2, 0xa9, 0xfe, 0x21, 0x52, 0x64, 0xc5, 0xa6, 0x67, 0xf0, 0x75 +.byte 0x07, 0x06, 0x94, 0x14, 0x81, 0x55, 0xc6, 0x27, 0xe4, 0x01, 0x8f, 0x17, 0xc1, 0x6a, 0x71, 0xd7 +.byte 0xbe, 0x4b, 0xfb, 0x94, 0x58, 0x7d, 0x7e, 0x11, 0x33, 0xb1, 0x42, 0xf7, 0x62, 0x6c, 0x18, 0xd6 +.byte 0xcf, 0x09, 0x68, 0x3e, 0x7f, 0x6c, 0xf6, 0x1e, 0x8f, 0x62, 0xad, 0xa5, 0x63, 0xdb, 0x09, 0xa7 +.byte 0x1f, 0x22, 0x42, 0x41, 0x1e, 0x6f, 0x99, 0x8a, 0x3e, 0xd7, 0xf9, 0x3f, 0x40, 0x7a, 0x79, 0xb0 +.byte 0xa5, 0x01, 0x92, 0xd2, 0x9d, 0x3d, 0x08, 0x15, 0xa5, 0x10, 0x01, 0x2d, 0xb3, 0x32, 0x76, 0xa8 +.byte 0x95, 0x0d, 0xb3, 0x7a, 0x9a, 0xfb, 0x07, 0x10, 0x78, 0x11, 0x6f, 0xe1, 0x8f, 0xc7, 0xba, 0x0f +.byte 0x25, 0x1a, 0x74, 0x2a, 0xe5, 0x1c, 0x98, 0x41, 0x99, 0xdf, 0x21, 0x87, 0xe8, 0x95, 0x06, 0x6a +.byte 0x0a, 0xb3, 0x6a, 0x47, 0x76, 0x65, 0xf6, 0x3a, 0xcf, 0x8f, 0x62, 0x17, 0x19, 0x7b, 0x0a, 0x28 +.byte 0xcd, 0x1a, 0xd2, 0x83, 0x1e, 0x21, 0xc7, 0x2c, 0xbf, 0xbe, 0xff, 0x61, 0x68, 0xb7, 0x67, 0x1b +.byte 0xbb, 0x78, 0x4d, 0x8d, 0xce, 0x67, 0xe5, 0xe4, 0xc1, 0x8e, 0xb7, 0x23, 0x66, 0xe2, 0x9d, 0x90 +.byte 0x75, 0x34, 0x98, 0xa9, 0x36, 0x2b, 0x8a, 0x9a, 0x94, 0xb9, 0x9d, 0xec, 0xcc, 0x8a, 0xb1, 0xf8 +.byte 0x25, 0x89, 0x5c, 0x5a, 0xb6, 0x2f, 0x8c, 0x1f, 0x6d, 0x79, 0x24, 0xa7, 0x52, 0x68, 0xc3, 0x84 +.byte 0x35, 0xe2, 0x66, 0x8d, 0x63, 0x0e, 0x25, 0x4d, 0xd5, 0x19, 0xb2, 0xe6, 0x79, 0x37, 0xa7, 0x22 +.byte 0x9d, 0x54, 0x31, 0x02, 0x03, 0x01, 0x00, 0x01, 0x61, 0x00, 0x78, 0x00, 0x30, 0x5f, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x42, 0x31, 0x18, 0x30, 0x16, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0f, 0x53, 0x65, 0x63, 0x74, 0x69, 0x67, 0x6f, 0x20, 0x4c, 0x69 +.byte 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2d +.byte 0x53, 0x65, 0x63, 0x74, 0x69, 0x67, 0x6f, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x53 +.byte 0x65, 0x72, 0x76, 0x65, 0x72, 0x20, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61 +.byte 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x45, 0x34, 0x36, 0x30, 0x76, 0x30 +.byte 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00 +.byte 0x22, 0x03, 0x62, 0x00, 0x04, 0x76, 0xfa, 0x99, 0xa9, 0x6e, 0x20, 0xed, 0xf9, 0xd7, 0x77, 0xe3 +.byte 0x07, 0x3b, 0xa8, 0xdb, 0x3d, 0x5f, 0x38, 0xe8, 0xab, 0x55, 0xa6, 0x56, 0x4f, 0xd6, 0x48, 0xea +.byte 0xec, 0x7f, 0x2d, 0xaa, 0xc3, 0xb2, 0xc5, 0x79, 0xec, 0x99, 0x61, 0x7f, 0x10, 0x79, 0xc7, 0x02 +.byte 0x5a, 0xf9, 0x04, 0x37, 0xf5, 0x34, 0x35, 0x2b, 0x77, 0xce, 0x7f, 0x20, 0x8f, 0x52, 0xa3, 0x00 +.byte 0x89, 0xec, 0xd5, 0xa7, 0xa2, 0x6d, 0x5b, 0xe3, 0x4b, 0x92, 0x93, 0xa0, 0x80, 0xf5, 0x01, 0x94 +.byte 0xdc, 0xf0, 0x68, 0x07, 0x1e, 0xcd, 0xee, 0xfe, 0x25, 0x52, 0xb5, 0x20, 0x43, 0x1c, 0x1b, 0xfe +.byte 0xeb, 0x19, 0xce, 0x43, 0xa3, 0x61, 0x00, 0x26, 0x02, 0x30, 0x5f, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x42, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x13, 0x0f, 0x53, 0x65, 0x63, 0x74, 0x69, 0x67, 0x6f, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74 +.byte 0x65, 0x64, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2d, 0x53, 0x65, 0x63 +.byte 0x74, 0x69, 0x67, 0x6f, 0x20, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x63, 0x20, 0x53, 0x65, 0x72, 0x76 +.byte 0x65, 0x72, 0x20, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f +.byte 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x52, 0x34, 0x36, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02 +.byte 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0x93, 0xbe, 0xd5, 0x36, 0x52 +.byte 0x75, 0xd8, 0x01, 0x23, 0xa0, 0x1c, 0x47, 0x42, 0x49, 0xee, 0x63, 0xb6, 0xb7, 0x21, 0xfd, 0xc4 +.byte 0x95, 0xd5, 0x48, 0x2b, 0x26, 0x7c, 0x14, 0x53, 0x10, 0xda, 0x79, 0xfd, 0x2b, 0xb7, 0x2d, 0xa4 +.byte 0xd4, 0x2c, 0xfa, 0xea, 0x32, 0xdd, 0x49, 0xc2, 0xb9, 0xbd, 0x0f, 0x48, 0x3d, 0x7b, 0x5a, 0x98 +.byte 0x54, 0xaf, 0x9e, 0x5d, 0x31, 0x74, 0x4f, 0x07, 0xfc, 0x50, 0x21, 0xdd, 0xa4, 0xcf, 0x68, 0x4f +.byte 0x1b, 0x12, 0x63, 0x6d, 0x25, 0x99, 0x4c, 0x2a, 0x99, 0xf3, 0x48, 0x30, 0x61, 0xfa, 0x81, 0x7c +.byte 0x1e, 0xa7, 0x08, 0x4a, 0xdc, 0x3e, 0x2b, 0x1c, 0x1f, 0x18, 0x4c, 0x71, 0xaa, 0x35, 0x8c, 0xad +.byte 0xf8, 0x6e, 0xe8, 0x3b, 0x4a, 0xd9, 0xe5, 0x94, 0x02, 0xd6, 0x89, 0x84, 0x13, 0xaa, 0x6d, 0xc8 +.byte 0x4f, 0x33, 0xcc, 0x50, 0x96, 0x37, 0x92, 0x33, 0xdc, 0x5f, 0x88, 0xe7, 0x9f, 0x54, 0xd9, 0x48 +.byte 0xf0, 0x98, 0x43, 0xd6, 0x66, 0xfd, 0x9f, 0x17, 0x38, 0x43, 0xc5, 0x01, 0x51, 0x0b, 0xd7, 0xe3 +.byte 0x23, 0x0f, 0x14, 0x5d, 0x5b, 0x14, 0xe7, 0x4b, 0xbe, 0xdd, 0xf4, 0xc8, 0xda, 0x03, 0x37, 0xd1 +.byte 0xd6, 0x39, 0xa1, 0x21, 0x51, 0x30, 0x83, 0xb0, 0x6d, 0xd7, 0x30, 0x4e, 0x96, 0x5b, 0x91, 0xf0 +.byte 0x70, 0x24, 0xab, 0xbf, 0x45, 0x81, 0x64, 0x43, 0x0d, 0xbd, 0x21, 0x3a, 0x2f, 0x3c, 0xe9, 0x9e +.byte 0x0d, 0xcb, 0x20, 0xb5, 0x42, 0x27, 0xcc, 0xda, 0x6f, 0x9b, 0xee, 0x64, 0x30, 0x90, 0x39, 0xcd +.byte 0x93, 0x65, 0x81, 0x21, 0x31, 0xb5, 0x23, 0x50, 0x33, 0x37, 0x22, 0xe3, 0x38, 0xed, 0xf8, 0x31 +.byte 0x30, 0xcc, 0x45, 0xfe, 0x62, 0xf9, 0xd1, 0x5d, 0x32, 0x79, 0x42, 0x87, 0xdf, 0x6a, 0xcc, 0x56 +.byte 0x19, 0x40, 0x4d, 0xce, 0xaa, 0xbb, 0xf9, 0xb5, 0x76, 0x49, 0x94, 0xf1, 0x27, 0xf8, 0x91, 0xa5 +.byte 0x83, 0xe5, 0x06, 0xb3, 0x63, 0x0e, 0x80, 0xdc, 0xe0, 0x12, 0x55, 0x80, 0xa6, 0x3b, 0x66, 0xb4 +.byte 0x39, 0x87, 0x2d, 0xc8, 0xf0, 0xd0, 0xd1, 0x14, 0xe9, 0xe4, 0x0d, 0x4d, 0x0e, 0xf6, 0x5d, 0x57 +.byte 0x72, 0xc5, 0x3b, 0x1c, 0x47, 0x56, 0x9d, 0xe2, 0xd5, 0xfb, 0x81, 0x61, 0x8c, 0xcc, 0x4d, 0x80 +.byte 0x90, 0x34, 0x5b, 0xb7, 0xd7, 0x14, 0x75, 0xdc, 0xd8, 0x04, 0x48, 0x9f, 0xc0, 0xc1, 0x28, 0x88 +.byte 0xb4, 0xe9, 0x1c, 0xca, 0xa7, 0xb1, 0xf1, 0x56, 0xb7, 0x7b, 0x49, 0x4c, 0x59, 0xe5, 0x20, 0x15 +.byte 0xa8, 0x84, 0x02, 0x29, 0xfa, 0x38, 0x94, 0x69, 0x9a, 0x49, 0x06, 0x8f, 0xcd, 0x1f, 0x79, 0x14 +.byte 0x17, 0x12, 0x0c, 0x83, 0x7a, 0xde, 0x1f, 0xb1, 0x97, 0xee, 0xf9, 0x97, 0x78, 0x28, 0xa4, 0xc8 +.byte 0x44, 0x92, 0xe9, 0x7d, 0x26, 0x05, 0xa6, 0x58, 0x72, 0x9b, 0x79, 0x13, 0xd8, 0x11, 0x5f, 0xae +.byte 0xc5, 0x38, 0x62, 0x34, 0x68, 0xb2, 0x86, 0x30, 0x8e, 0xf8, 0x90, 0x61, 0x9e, 0x32, 0x6c, 0xf5 +.byte 0x07, 0x36, 0xcd, 0xa2, 0x4c, 0x6e, 0xec, 0x8a, 0x36, 0xed, 0xf2, 0xe6, 0x99, 0x15, 0x44, 0x70 +.byte 0xc3, 0x7c, 0xbc, 0x9c, 0x39, 0xc0, 0xb4, 0xe1, 0x6b, 0xf7, 0x83, 0x25, 0x23, 0x57, 0xd9, 0x12 +.byte 0x80, 0xe5, 0x49, 0xf0, 0x75, 0x0f, 0xef, 0x8d, 0xeb, 0x1c, 0x9b, 0x54, 0x28, 0xb4, 0x21, 0x3c +.byte 0xfc, 0x7c, 0x0a, 0xff, 0xef, 0x7b, 0x6b, 0x75, 0xff, 0x8b, 0x1d, 0xa0, 0x19, 0x05, 0xab, 0xfa +.byte 0xf8, 0x2b, 0x81, 0x42, 0xe8, 0x38, 0xba, 0xbb, 0xfb, 0xaa, 0xfd, 0x3d, 0xe0, 0xf3, 0xca, 0xdf +.byte 0x4e, 0x97, 0x97, 0x29, 0xed, 0xf3, 0x18, 0x56, 0xe9, 0xa5, 0x96, 0xac, 0xbd, 0xc3, 0x90, 0x98 +.byte 0xb2, 0xe0, 0xf9, 0xa2, 0xd4, 0xa6, 0x47, 0x43, 0x7c, 0x6d, 0xcf, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0x61, 0x00, 0x26, 0x01, 0x30, 0x5f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x54, 0x57, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x09, 0x54, 0x41 +.byte 0x49, 0x57, 0x41, 0x4e, 0x2d, 0x43, 0x41, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0b +.byte 0x0c, 0x07, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x31, 0x2a, 0x30, 0x28, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x0c, 0x21, 0x54, 0x57, 0x43, 0x41, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65 +.byte 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68 +.byte 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01 +.byte 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xb0, 0x7e, 0x72, 0xb8, 0xa4, 0x03, 0x94, 0xe6, 0xa7, 0xde +.byte 0x09, 0x38, 0x91, 0x4a, 0x11, 0x40, 0x87, 0xa7, 0x7c, 0x59, 0x64, 0x14, 0x7b, 0xb5, 0x11, 0x10 +.byte 0xdd, 0xfe, 0xbf, 0xd5, 0xc0, 0xbb, 0x56, 0xe2, 0x85, 0x25, 0xf4, 0x35, 0x72, 0x0f, 0xf8, 0x53 +.byte 0xd0, 0x41, 0xe1, 0x44, 0x01, 0xc2, 0xb4, 0x1c, 0xc3, 0x31, 0x42, 0x16, 0x47, 0x85, 0x33, 0x22 +.byte 0x76, 0xb2, 0x0a, 0x6f, 0x0f, 0xe5, 0x25, 0x50, 0x4f, 0x85, 0x86, 0xbe, 0xbf, 0x98, 0x2e, 0x10 +.byte 0x67, 0x1e, 0xbe, 0x11, 0x05, 0x86, 0x05, 0x90, 0xc4, 0x59, 0xd0, 0x7c, 0x78, 0x10, 0xb0, 0x80 +.byte 0x5c, 0xb7, 0xe1, 0xc7, 0x2b, 0x75, 0xcb, 0x7c, 0x9f, 0xae, 0xb5, 0xd1, 0x9d, 0x23, 0x37, 0x63 +.byte 0xa7, 0xdc, 0x42, 0xa2, 0x2d, 0x92, 0x04, 0x1b, 0x50, 0xc1, 0x7b, 0xb8, 0x3e, 0x1b, 0xc9, 0x56 +.byte 0x04, 0x8b, 0x2f, 0x52, 0x9b, 0xad, 0xa9, 0x56, 0xe9, 0xc1, 0xff, 0xad, 0xa9, 0x58, 0x87, 0x30 +.byte 0xb6, 0x81, 0xf7, 0x97, 0x45, 0xfc, 0x19, 0x57, 0x3b, 0x2b, 0x6f, 0xe4, 0x47, 0xf4, 0x99, 0x45 +.byte 0xfe, 0x1d, 0xf1, 0xf8, 0x97, 0xa3, 0x88, 0x1d, 0x37, 0x1c, 0x5c, 0x8f, 0xe0, 0x76, 0x25, 0x9a +.byte 0x50, 0xf8, 0xa0, 0x54, 0xff, 0x44, 0x90, 0x76, 0x23, 0xd2, 0x32, 0xc6, 0xc3, 0xab, 0x06, 0xbf +.byte 0xfc, 0xfb, 0xbf, 0xf3, 0xad, 0x7d, 0x92, 0x62, 0x02, 0x5b, 0x29, 0xd3, 0x35, 0xa3, 0x93, 0x9a +.byte 0x43, 0x64, 0x60, 0x5d, 0xb2, 0xfa, 0x32, 0xff, 0x3b, 0x04, 0xaf, 0x4d, 0x40, 0x6a, 0xf9, 0xc7 +.byte 0xe3, 0xef, 0x23, 0xfd, 0x6b, 0xcb, 0xe5, 0x0f, 0x8b, 0x38, 0x0d, 0xee, 0x0a, 0xfc, 0xfe, 0x0f +.byte 0x98, 0x9f, 0x30, 0x31, 0xdd, 0x6c, 0x52, 0x65, 0xf9, 0x8b, 0x81, 0xbe, 0x22, 0xe1, 0x1c, 0x58 +.byte 0x03, 0xba, 0x91, 0x1b, 0x89, 0x07, 0x02, 0x03, 0x01, 0x00, 0x01, 0x63, 0x00, 0x78, 0x00, 0x30 +.byte 0x61, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4a, 0x50, 0x31, 0x25 +.byte 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x53, 0x45, 0x43, 0x4f, 0x4d, 0x20, 0x54 +.byte 0x72, 0x75, 0x73, 0x74, 0x20, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x43, 0x4f, 0x2e +.byte 0x2c, 0x4c, 0x54, 0x44, 0x2e, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x22 +.byte 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x43, 0x6f, 0x6d, 0x6d, 0x75, 0x6e, 0x69 +.byte 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43 +.byte 0x41, 0x31, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06 +.byte 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xa4, 0xa5, 0x6f, 0x60, 0x03, 0x03 +.byte 0xc3, 0xbd, 0x31, 0xf4, 0xd3, 0x17, 0x9c, 0x2b, 0x84, 0x75, 0xac, 0xe5, 0xfd, 0x3d, 0x57, 0x6e +.byte 0xd7, 0x63, 0xbf, 0xe6, 0x04, 0x89, 0x92, 0x8e, 0x81, 0x9c, 0xe3, 0xe9, 0x47, 0x6e, 0xca, 0x90 +.byte 0x12, 0xc8, 0x13, 0xe0, 0xa7, 0x9d, 0xf7, 0x65, 0x74, 0x1f, 0x6c, 0x10, 0xb2, 0xe8, 0xe4, 0xe9 +.byte 0xef, 0x6d, 0x85, 0x32, 0x99, 0x44, 0xb1, 0x5e, 0xfd, 0xcc, 0x76, 0x10, 0xd8, 0x5b, 0xbd, 0xa2 +.byte 0xc6, 0xf9, 0xd6, 0x42, 0xe4, 0x57, 0x76, 0xdc, 0x90, 0xc2, 0x35, 0xa9, 0x4b, 0x88, 0x3c, 0x12 +.byte 0x47, 0x6d, 0x5c, 0xff, 0x49, 0x4f, 0x1a, 0x4a, 0x50, 0xb1, 0x63, 0x00, 0x26, 0x02, 0x30, 0x61 +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x4e, 0x31, 0x37, 0x30 +.byte 0x35, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x2e, 0x41, 0x67, 0x65, 0x6e, 0x63, 0x65, 0x20, 0x4e +.byte 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x65, 0x20, 0x64, 0x65, 0x20, 0x43, 0x65, 0x72, 0x74 +.byte 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x45, 0x6c, 0x65, 0x63, 0x74, 0x72 +.byte 0x6f, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c +.byte 0x10, 0x54, 0x75, 0x6e, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02 +.byte 0x01, 0x00, 0xc3, 0xcd, 0xd3, 0xfc, 0xbd, 0x04, 0x53, 0xdd, 0x0c, 0x20, 0x3a, 0xd5, 0x88, 0x2e +.byte 0x05, 0x4b, 0x41, 0xf5, 0x83, 0x82, 0x7e, 0xf7, 0x59, 0x9f, 0x9e, 0x9e, 0x63, 0xe8, 0x73, 0xda +.byte 0xf6, 0x06, 0xa9, 0x4f, 0x1f, 0xb4, 0xf9, 0x0b, 0x1f, 0x39, 0x8c, 0x9a, 0x20, 0xd0, 0x7e, 0x06 +.byte 0xd4, 0xec, 0x34, 0xd9, 0x86, 0xbc, 0x75, 0x5b, 0x87, 0x88, 0xf0, 0xd2, 0xd9, 0xd4, 0xa3, 0x0a +.byte 0xb2, 0x6c, 0x1b, 0xeb, 0x49, 0x2c, 0x3e, 0xac, 0x5d, 0xd8, 0x94, 0x03, 0xa0, 0xec, 0x34, 0xe5 +.byte 0x30, 0xc4, 0x35, 0x7d, 0xfb, 0x26, 0x4d, 0x1b, 0x6e, 0x30, 0x54, 0xd8, 0xf5, 0x80, 0x45, 0x9c +.byte 0x39, 0xad, 0x9c, 0xc9, 0x25, 0x04, 0x4d, 0x9a, 0x90, 0x3e, 0x4e, 0x40, 0x6e, 0x8a, 0x6b, 0xcd +.byte 0x29, 0x67, 0xc6, 0xcc, 0x2d, 0xe0, 0x74, 0xe8, 0x05, 0x57, 0x0a, 0x48, 0x50, 0xfa, 0x7a, 0x43 +.byte 0xda, 0x7e, 0xec, 0x5b, 0x9a, 0x0e, 0x62, 0x76, 0xfe, 0xea, 0x9d, 0x1d, 0x85, 0x72, 0xec, 0x11 +.byte 0xbb, 0x35, 0xe8, 0x1f, 0x27, 0xbf, 0xc1, 0xa1, 0xc7, 0xbb, 0x48, 0x16, 0xdd, 0x56, 0xd7, 0xcc +.byte 0x4e, 0xa0, 0xe1, 0xb9, 0xac, 0xdb, 0xd5, 0x83, 0x19, 0x1a, 0x85, 0xd1, 0x94, 0x97, 0xd7, 0xca +.byte 0xa3, 0x65, 0x0b, 0xf3, 0x38, 0xf9, 0x02, 0xae, 0xdd, 0xf6, 0x67, 0xcf, 0xc9, 0x3f, 0xf5, 0x8a +.byte 0x2c, 0x47, 0x1a, 0x99, 0x6f, 0x05, 0x0d, 0xfd, 0xd0, 0x1d, 0x82, 0x31, 0xfc, 0x29, 0xcc, 0x00 +.byte 0x58, 0x97, 0x91, 0x4c, 0x80, 0x00, 0x1c, 0x33, 0x85, 0x96, 0x2f, 0xcb, 0x41, 0xc2, 0x8b, 0x10 +.byte 0x84, 0xc3, 0x09, 0x24, 0x89, 0x1f, 0xb5, 0x0f, 0xd9, 0xd9, 0x77, 0x47, 0x18, 0x92, 0x94, 0x60 +.byte 0x5c, 0xc7, 0x99, 0x03, 0x3c, 0xfe, 0xf7, 0x95, 0xa7, 0x7d, 0x50, 0xa1, 0x80, 0xc2, 0xa9, 0x83 +.byte 0xad, 0x58, 0x96, 0x55, 0x21, 0xdb, 0x86, 0x59, 0xd4, 0xaf, 0xc6, 0xbc, 0xdd, 0x81, 0x6e, 0x07 +.byte 0xdb, 0x60, 0x62, 0xfe, 0xec, 0x10, 0x6e, 0xda, 0x68, 0x01, 0xf4, 0x83, 0x1b, 0xa9, 0x3e, 0xa2 +.byte 0x5b, 0x23, 0xd7, 0x64, 0xc6, 0xdf, 0xdc, 0xa2, 0x7d, 0xd8, 0x4b, 0xba, 0x82, 0xd2, 0x51, 0xf8 +.byte 0x66, 0xbf, 0x06, 0x46, 0xe4, 0x79, 0x2a, 0x26, 0x36, 0x79, 0x8f, 0x1f, 0x4e, 0x99, 0x1d, 0xb2 +.byte 0x8f, 0x0c, 0x0e, 0x1c, 0xff, 0xc9, 0x5d, 0xc0, 0xfd, 0x90, 0x10, 0xa6, 0xb1, 0x37, 0xf3, 0xcd +.byte 0x3a, 0x24, 0x6e, 0xb4, 0x85, 0x90, 0xbf, 0x80, 0xb9, 0x0c, 0x8c, 0xd5, 0x9b, 0xd6, 0xc8, 0xf1 +.byte 0x56, 0x3f, 0x1a, 0x80, 0x89, 0x7a, 0xa9, 0xe2, 0x1b, 0x32, 0x51, 0x2c, 0x3e, 0xf2, 0xdf, 0x7b +.byte 0xf6, 0x5d, 0x7a, 0x29, 0x19, 0x8e, 0xe5, 0xc8, 0xbd, 0x36, 0x71, 0x8b, 0x5d, 0x4c, 0xc2, 0x1d +.byte 0x3f, 0xad, 0x58, 0xa2, 0xcf, 0x3d, 0x70, 0x4d, 0xa6, 0x50, 0x98, 0x25, 0xdc, 0x23, 0xf9, 0xb8 +.byte 0x58, 0x41, 0x08, 0x71, 0xbf, 0x4f, 0xb8, 0x84, 0xa0, 0x8f, 0x00, 0x54, 0x15, 0xfc, 0x91, 0x6d +.byte 0x58, 0xa7, 0x96, 0x3b, 0xeb, 0x4b, 0x96, 0x27, 0xcd, 0x6b, 0xa2, 0xa1, 0x86, 0xac, 0x0d, 0x7c +.byte 0x54, 0xe6, 0x66, 0x4c, 0x66, 0x5f, 0x90, 0xbe, 0x21, 0x9a, 0x02, 0x46, 0x2d, 0xe4, 0x83, 0xc2 +.byte 0x80, 0xb9, 0xcf, 0x4b, 0x3e, 0xe8, 0x7f, 0x3c, 0x01, 0xec, 0x8f, 0x5e, 0xcd, 0x7f, 0xd2, 0x28 +.byte 0x42, 0x01, 0x95, 0x8a, 0xe2, 0x97, 0x3d, 0x10, 0x21, 0x7d, 0xf6, 0x9d, 0x1c, 0xc5, 0x34, 0xa1 +.byte 0xec, 0x2c, 0x0e, 0x0a, 0x52, 0x2c, 0x12, 0x55, 0x70, 0x24, 0x3d, 0xcb, 0xc2, 0x14, 0x35, 0x43 +.byte 0x5d, 0x27, 0x4e, 0xbe, 0xc0, 0xbd, 0xaa, 0x7c, 0x96, 0xe7, 0xfc, 0x9e, 0x61, 0xad, 0x44, 0xd3 +.byte 0x00, 0x97, 0x02, 0x03, 0x01, 0x00, 0x01, 0x63, 0x00, 0x26, 0x01, 0x30, 0x61, 0x31, 0x0b, 0x30 .byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03 .byte 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e .byte 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e .byte 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x20, 0x30, 0x1e .byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20 -.byte 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x33, 0x30, 0x76 -.byte 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04 -.byte 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xdd, 0xa7, 0xd9, 0xbb, 0x8a, 0xb8, 0x0b, 0xfb, 0x0b, 0x7f -.byte 0x21, 0xd2, 0xf0, 0xbe, 0xbe, 0x73, 0xf3, 0x33, 0x5d, 0x1a, 0xbc, 0x34, 0xea, 0xde, 0xc6, 0x9b -.byte 0xbc, 0xd0, 0x95, 0xf6, 0xf0, 0xcc, 0xd0, 0x0b, 0xba, 0x61, 0x5b, 0x51, 0x46, 0x7e, 0x9e, 0x2d -.byte 0x9f, 0xee, 0x8e, 0x63, 0x0c, 0x17, 0xec, 0x07, 0x70, 0xf5, 0xcf, 0x84, 0x2e, 0x40, 0x83, 0x9c -.byte 0xe8, 0x3f, 0x41, 0x6d, 0x3b, 0xad, 0xd3, 0xa4, 0x14, 0x59, 0x36, 0x78, 0x9d, 0x03, 0x43, 0xee -.byte 0x10, 0x13, 0x6c, 0x72, 0xde, 0xae, 0x88, 0xa7, 0xa1, 0x6b, 0xb5, 0x43, 0xce, 0x67, 0xdc, 0x23 -.byte 0xff, 0x03, 0x1c, 0xa3, 0xe2, 0x3e, 0x00, 0x64, 0x02, 0x26, 0x30, 0x62, 0x31, 0x0b, 0x30, 0x09 -.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x4e, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55 -.byte 0x04, 0x0a, 0x0c, 0x29, 0x47, 0x55, 0x41, 0x4e, 0x47, 0x20, 0x44, 0x4f, 0x4e, 0x47, 0x20, 0x43 -.byte 0x45, 0x52, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x20, 0x41, 0x55, 0x54, 0x48, 0x4f -.byte 0x52, 0x49, 0x54, 0x59, 0x20, 0x43, 0x4f, 0x2e, 0x2c, 0x4c, 0x54, 0x44, 0x2e, 0x31, 0x1f, 0x30 -.byte 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x16, 0x47, 0x44, 0x43, 0x41, 0x20, 0x54, 0x72, 0x75 -.byte 0x73, 0x74, 0x41, 0x55, 0x54, 0x48, 0x20, 0x52, 0x35, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x30, 0x82 -.byte 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 -.byte 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xd9 -.byte 0xa3, 0x16, 0xf0, 0xc8, 0x74, 0x74, 0x77, 0x9b, 0xef, 0x33, 0x0d, 0x3b, 0x06, 0x7e, 0x55, 0xfc -.byte 0xb5, 0x60, 0x8f, 0x76, 0x86, 0x12, 0x42, 0x7d, 0x56, 0x66, 0x3e, 0x88, 0x82, 0xed, 0x72, 0x63 -.byte 0x0e, 0x9e, 0x8b, 0xdd, 0x34, 0x2c, 0x02, 0x51, 0x51, 0xc3, 0x19, 0xfd, 0x59, 0x54, 0x84, 0xc9 -.byte 0xf1, 0x6b, 0xb3, 0x4c, 0xb0, 0xe9, 0xe8, 0x46, 0x5d, 0x38, 0xc6, 0xa2, 0xa7, 0x2e, 0x11, 0x57 -.byte 0xba, 0x82, 0x15, 0xa2, 0x9c, 0x8f, 0x6d, 0xb0, 0x99, 0x4a, 0x0a, 0xf2, 0xeb, 0x89, 0x70, 0x63 -.byte 0x4e, 0x79, 0xc4, 0xb7, 0x5b, 0xbd, 0xa2, 0x5d, 0xb1, 0xf2, 0x41, 0x02, 0x2b, 0xad, 0xa9, 0x3a -.byte 0xa3, 0xec, 0x79, 0x0a, 0xec, 0x5f, 0x3a, 0xe3, 0xfd, 0xef, 0x80, 0x3c, 0xad, 0x34, 0x9b, 0x1a -.byte 0xab, 0x88, 0x26, 0x7b, 0x56, 0xa2, 0x82, 0x86, 0x1f, 0xeb, 0x35, 0x89, 0x83, 0x7f, 0x5f, 0xae -.byte 0x29, 0x4e, 0x3d, 0xb6, 0x6e, 0xec, 0xae, 0xc1, 0xf0, 0x27, 0x9b, 0xae, 0xe3, 0xf4, 0xec, 0xef -.byte 0xae, 0x7f, 0xf7, 0x86, 0x3d, 0x72, 0x7a, 0xeb, 0xa5, 0xfb, 0x59, 0x4e, 0xa7, 0xeb, 0x95, 0x8c -.byte 0x22, 0x39, 0x79, 0xe1, 0x2d, 0x08, 0x8f, 0xcc, 0xbc, 0x91, 0xb8, 0x41, 0xf7, 0x14, 0xc1, 0x23 -.byte 0xa9, 0xc3, 0xad, 0x9a, 0x45, 0x44, 0xb3, 0xb2, 0xd7, 0x2c, 0xcd, 0xc6, 0x29, 0xe2, 0x50, 0x10 -.byte 0xae, 0x5c, 0xcb, 0x82, 0x8e, 0x17, 0x18, 0x36, 0x7d, 0x97, 0xe6, 0x88, 0x9a, 0xb0, 0x4d, 0x34 -.byte 0x09, 0xf4, 0x2c, 0xb9, 0x5a, 0x66, 0x2a, 0xb0, 0x17, 0x9b, 0x9e, 0x1e, 0x76, 0x9d, 0x4a, 0x66 -.byte 0x31, 0x41, 0xdf, 0x3f, 0xfb, 0xc5, 0x06, 0xef, 0x1b, 0xb6, 0x7e, 0x1a, 0x46, 0x36, 0xf7, 0x64 -.byte 0x63, 0x3b, 0xe3, 0x39, 0x18, 0x23, 0xe7, 0x67, 0x75, 0x14, 0xd5, 0x75, 0x57, 0x92, 0x37, 0xbd -.byte 0xbe, 0x6a, 0x1b, 0x26, 0x50, 0xf2, 0x36, 0x26, 0x06, 0x90, 0xc5, 0x70, 0x01, 0x64, 0x6d, 0x76 -.byte 0x66, 0xe1, 0x91, 0xdb, 0x6e, 0x07, 0xc0, 0x61, 0x80, 0x2e, 0xb2, 0x2e, 0x2f, 0x8c, 0x70, 0xa7 -.byte 0xd1, 0x3b, 0x3c, 0xb3, 0x91, 0xe4, 0x6e, 0xb6, 0xc4, 0x3b, 0x70, 0xf2, 0x6c, 0x92, 0x97, 0x09 -.byte 0xcd, 0x47, 0x7d, 0x18, 0xc0, 0xf3, 0xbb, 0x9e, 0x0f, 0xd6, 0x8b, 0xae, 0x07, 0xb6, 0x5a, 0x0f -.byte 0xce, 0x0b, 0x0c, 0x47, 0xa7, 0xe5, 0x3e, 0xb8, 0xbd, 0x7d, 0xc7, 0x9b, 0x35, 0xa0, 0x61, 0x97 -.byte 0x3a, 0x41, 0x75, 0x17, 0xcc, 0x2b, 0x96, 0x77, 0x2a, 0x92, 0x21, 0x1e, 0xd9, 0x95, 0x76, 0x20 -.byte 0x67, 0x68, 0xcf, 0x0d, 0xbd, 0xdf, 0xd6, 0x1f, 0x09, 0x6a, 0x9a, 0xe2, 0xcc, 0x73, 0x71, 0xa4 -.byte 0x2f, 0x7d, 0x12, 0x80, 0xb7, 0x53, 0x30, 0x46, 0x5e, 0x4b, 0x54, 0x99, 0x0f, 0x67, 0xc9, 0xa5 -.byte 0xc8, 0xf2, 0x20, 0xc1, 0x82, 0xec, 0x9d, 0x11, 0xdf, 0xc2, 0x02, 0xfb, 0x1a, 0x3b, 0xd1, 0xed -.byte 0x20, 0x9a, 0xef, 0x65, 0x64, 0x92, 0x10, 0x0d, 0x2a, 0xe2, 0xde, 0x70, 0xf1, 0x18, 0x67, 0x82 -.byte 0x8c, 0x61, 0xde, 0xb8, 0xbc, 0xd1, 0x2f, 0x9c, 0xfb, 0x0f, 0xd0, 0x2b, 0xed, 0x1b, 0x76, 0xb9 -.byte 0xe4, 0x39, 0x55, 0xf8, 0xf8, 0xa1, 0x1d, 0xb8, 0xaa, 0x80, 0x00, 0x4c, 0x82, 0xe7, 0xb2, 0x7f -.byte 0x09, 0xb8, 0xbc, 0x30, 0xa0, 0x2f, 0x0d, 0xf5, 0x52, 0x9e, 0x8e, 0xf7, 0x92, 0xb3, 0x0a, 0x00 -.byte 0x1d, 0x00, 0x54, 0x97, 0x06, 0xe0, 0xb1, 0x07, 0xd9, 0xc7, 0x0f, 0x5c, 0x65, 0x7d, 0x3c, 0x6d -.byte 0x59, 0x57, 0xe4, 0xed, 0xa5, 0x8d, 0xe9, 0x40, 0x53, 0x9f, 0x15, 0x4b, 0xa0, 0x71, 0xf6, 0x1a -.byte 0x21, 0xe3, 0xda, 0x70, 0x06, 0x21, 0x58, 0x14, 0x87, 0x85, 0x77, 0x79, 0xaa, 0x82, 0x79, 0x02 -.byte 0x03, 0x01, 0x00, 0x01, 0x00, 0x64, 0x02, 0x26, 0x30, 0x62, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82 +.byte 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 +.byte 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xe2 +.byte 0x3b, 0xe1, 0x11, 0x72, 0xde, 0xa8, 0xa4, 0xd3, 0xa3, 0x57, 0xaa, 0x50, 0xa2, 0x8f, 0x0b, 0x77 +.byte 0x90, 0xc9, 0xa2, 0xa5, 0xee, 0x12, 0xce, 0x96, 0x5b, 0x01, 0x09, 0x20, 0xcc, 0x01, 0x93, 0xa7 +.byte 0x4e, 0x30, 0xb7, 0x53, 0xf7, 0x43, 0xc4, 0x69, 0x00, 0x57, 0x9d, 0xe2, 0x8d, 0x22, 0xdd, 0x87 +.byte 0x06, 0x40, 0x00, 0x81, 0x09, 0xce, 0xce, 0x1b, 0x83, 0xbf, 0xdf, 0xcd, 0x3b, 0x71, 0x46, 0xe2 +.byte 0xd6, 0x66, 0xc7, 0x05, 0xb3, 0x76, 0x27, 0x16, 0x8f, 0x7b, 0x9e, 0x1e, 0x95, 0x7d, 0xee, 0xb7 +.byte 0x48, 0xa3, 0x08, 0xda, 0xd6, 0xaf, 0x7a, 0x0c, 0x39, 0x06, 0x65, 0x7f, 0x4a, 0x5d, 0x1f, 0xbc +.byte 0x17, 0xf8, 0xab, 0xbe, 0xee, 0x28, 0xd7, 0x74, 0x7f, 0x7a, 0x78, 0x99, 0x59, 0x85, 0x68, 0x6e +.byte 0x5c, 0x23, 0x32, 0x4b, 0xbf, 0x4e, 0xc0, 0xe8, 0x5a, 0x6d, 0xe3, 0x70, 0xbf, 0x77, 0x10, 0xbf +.byte 0xfc, 0x01, 0xf6, 0x85, 0xd9, 0xa8, 0x44, 0x10, 0x58, 0x32, 0xa9, 0x75, 0x18, 0xd5, 0xd1, 0xa2 +.byte 0xbe, 0x47, 0xe2, 0x27, 0x6a, 0xf4, 0x9a, 0x33, 0xf8, 0x49, 0x08, 0x60, 0x8b, 0xd4, 0x5f, 0xb4 +.byte 0x3a, 0x84, 0xbf, 0xa1, 0xaa, 0x4a, 0x4c, 0x7d, 0x3e, 0xcf, 0x4f, 0x5f, 0x6c, 0x76, 0x5e, 0xa0 +.byte 0x4b, 0x37, 0x91, 0x9e, 0xdc, 0x22, 0xe6, 0x6d, 0xce, 0x14, 0x1a, 0x8e, 0x6a, 0xcb, 0xfe, 0xcd +.byte 0xb3, 0x14, 0x64, 0x17, 0xc7, 0x5b, 0x29, 0x9e, 0x32, 0xbf, 0xf2, 0xee, 0xfa, 0xd3, 0x0b, 0x42 +.byte 0xd4, 0xab, 0xb7, 0x41, 0x32, 0xda, 0x0c, 0xd4, 0xef, 0xf8, 0x81, 0xd5, 0xbb, 0x8d, 0x58, 0x3f +.byte 0xb5, 0x1b, 0xe8, 0x49, 0x28, 0xa2, 0x70, 0xda, 0x31, 0x04, 0xdd, 0xf7, 0xb2, 0x16, 0xf2, 0x4c +.byte 0x0a, 0x4e, 0x07, 0xa8, 0xed, 0x4a, 0x3d, 0x5e, 0xb5, 0x7f, 0xa3, 0x90, 0xc3, 0xaf, 0x27, 0x02 +.byte 0x03, 0x01, 0x00, 0x01, 0x63, 0x00, 0x26, 0x01, 0x30, 0x61, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 .byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a .byte 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19 .byte 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67 -.byte 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55 -.byte 0x04, 0x03, 0x13, 0x18, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x54, 0x72, 0x75 -.byte 0x73, 0x74, 0x65, 0x64, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x34, 0x30, 0x82, 0x02, 0x22 -.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 -.byte 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xbf, 0xe6, 0x90 -.byte 0x73, 0x68, 0xde, 0xbb, 0xe4, 0x5d, 0x4a, 0x3c, 0x30, 0x22, 0x30, 0x69, 0x33, 0xec, 0xc2, 0xa7 -.byte 0x25, 0x2e, 0xc9, 0x21, 0x3d, 0xf2, 0x8a, 0xd8, 0x59, 0xc2, 0xe1, 0x29, 0xa7, 0x3d, 0x58, 0xab -.byte 0x76, 0x9a, 0xcd, 0xae, 0x7b, 0x1b, 0x84, 0x0d, 0xc4, 0x30, 0x1f, 0xf3, 0x1b, 0xa4, 0x38, 0x16 -.byte 0xeb, 0x56, 0xc6, 0x97, 0x6d, 0x1d, 0xab, 0xb2, 0x79, 0xf2, 0xca, 0x11, 0xd2, 0xe4, 0x5f, 0xd6 -.byte 0x05, 0x3c, 0x52, 0x0f, 0x52, 0x1f, 0xc6, 0x9e, 0x15, 0xa5, 0x7e, 0xbe, 0x9f, 0xa9, 0x57, 0x16 -.byte 0x59, 0x55, 0x72, 0xaf, 0x68, 0x93, 0x70, 0xc2, 0xb2, 0xba, 0x75, 0x99, 0x6a, 0x73, 0x32, 0x94 -.byte 0xd1, 0x10, 0x44, 0x10, 0x2e, 0xdf, 0x82, 0xf3, 0x07, 0x84, 0xe6, 0x74, 0x3b, 0x6d, 0x71, 0xe2 -.byte 0x2d, 0x0c, 0x1b, 0xee, 0x20, 0xd5, 0xc9, 0x20, 0x1d, 0x63, 0x29, 0x2d, 0xce, 0xec, 0x5e, 0x4e -.byte 0xc8, 0x93, 0xf8, 0x21, 0x61, 0x9b, 0x34, 0xeb, 0x05, 0xc6, 0x5e, 0xec, 0x5b, 0x1a, 0xbc, 0xeb -.byte 0xc9, 0xcf, 0xcd, 0xac, 0x34, 0x40, 0x5f, 0xb1, 0x7a, 0x66, 0xee, 0x77, 0xc8, 0x48, 0xa8, 0x66 -.byte 0x57, 0x57, 0x9f, 0x54, 0x58, 0x8e, 0x0c, 0x2b, 0xb7, 0x4f, 0xa7, 0x30, 0xd9, 0x56, 0xee, 0xca -.byte 0x7b, 0x5d, 0xe3, 0xad, 0xc9, 0x4f, 0x5e, 0xe5, 0x35, 0xe7, 0x31, 0xcb, 0xda, 0x93, 0x5e, 0xdc -.byte 0x8e, 0x8f, 0x80, 0xda, 0xb6, 0x91, 0x98, 0x40, 0x90, 0x79, 0xc3, 0x78, 0xc7, 0xb6, 0xb1, 0xc4 -.byte 0xb5, 0x6a, 0x18, 0x38, 0x03, 0x10, 0x8d, 0xd8, 0xd4, 0x37, 0xa4, 0x2e, 0x05, 0x7d, 0x88, 0xf5 -.byte 0x82, 0x3e, 0x10, 0x91, 0x70, 0xab, 0x55, 0x82, 0x41, 0x32, 0xd7, 0xdb, 0x04, 0x73, 0x2a, 0x6e -.byte 0x91, 0x01, 0x7c, 0x21, 0x4c, 0xd4, 0xbc, 0xae, 0x1b, 0x03, 0x75, 0x5d, 0x78, 0x66, 0xd9, 0x3a -.byte 0x31, 0x44, 0x9a, 0x33, 0x40, 0xbf, 0x08, 0xd7, 0x5a, 0x49, 0xa4, 0xc2, 0xe6, 0xa9, 0xa0, 0x67 -.byte 0xdd, 0xa4, 0x27, 0xbc, 0xa1, 0x4f, 0x39, 0xb5, 0x11, 0x58, 0x17, 0xf7, 0x24, 0x5c, 0x46, 0x8f -.byte 0x64, 0xf7, 0xc1, 0x69, 0x88, 0x76, 0x98, 0x76, 0x3d, 0x59, 0x5d, 0x42, 0x76, 0x87, 0x89, 0x97 -.byte 0x69, 0x7a, 0x48, 0xf0, 0xe0, 0xa2, 0x12, 0x1b, 0x66, 0x9a, 0x74, 0xca, 0xde, 0x4b, 0x1e, 0xe7 -.byte 0x0e, 0x63, 0xae, 0xe6, 0xd4, 0xef, 0x92, 0x92, 0x3a, 0x9e, 0x3d, 0xdc, 0x00, 0xe4, 0x45, 0x25 -.byte 0x89, 0xb6, 0x9a, 0x44, 0x19, 0x2b, 0x7e, 0xc0, 0x94, 0xb4, 0xd2, 0x61, 0x6d, 0xeb, 0x33, 0xd9 -.byte 0xc5, 0xdf, 0x4b, 0x04, 0x00, 0xcc, 0x7d, 0x1c, 0x95, 0xc3, 0x8f, 0xf7, 0x21, 0xb2, 0xb2, 0x11 -.byte 0xb7, 0xbb, 0x7f, 0xf2, 0xd5, 0x8c, 0x70, 0x2c, 0x41, 0x60, 0xaa, 0xb1, 0x63, 0x18, 0x44, 0x95 -.byte 0x1a, 0x76, 0x62, 0x7e, 0xf6, 0x80, 0xb0, 0xfb, 0xe8, 0x64, 0xa6, 0x33, 0xd1, 0x89, 0x07, 0xe1 -.byte 0xbd, 0xb7, 0xe6, 0x43, 0xa4, 0x18, 0xb8, 0xa6, 0x77, 0x01, 0xe1, 0x0f, 0x94, 0x0c, 0x21, 0x1d -.byte 0xb2, 0x54, 0x29, 0x25, 0x89, 0x6c, 0xe5, 0x0e, 0x52, 0x51, 0x47, 0x74, 0xbe, 0x26, 0xac, 0xb6 -.byte 0x41, 0x75, 0xde, 0x7a, 0xac, 0x5f, 0x8d, 0x3f, 0xc9, 0xbc, 0xd3, 0x41, 0x11, 0x12, 0x5b, 0xe5 -.byte 0x10, 0x50, 0xeb, 0x31, 0xc5, 0xca, 0x72, 0x16, 0x22, 0x09, 0xdf, 0x7c, 0x4c, 0x75, 0x3f, 0x63 -.byte 0xec, 0x21, 0x5f, 0xc4, 0x20, 0x51, 0x6b, 0x6f, 0xb1, 0xab, 0x86, 0x8b, 0x4f, 0xc2, 0xd6, 0x45 -.byte 0x5f, 0x9d, 0x20, 0xfc, 0xa1, 0x1e, 0xc5, 0xc0, 0x8f, 0xa2, 0xb1, 0x7e, 0x0a, 0x26, 0x99, 0xf5 -.byte 0xe4, 0x69, 0x2f, 0x98, 0x1d, 0x2d, 0xf5, 0xd9, 0xa9, 0xb2, 0x1d, 0xe5, 0x1b, 0x02, 0x03, 0x01 -.byte 0x00, 0x01, 0x00, 0x65, 0x01, 0x24, 0x30, 0x63, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 -.byte 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x18 -.byte 0x54, 0x68, 0x65, 0x20, 0x47, 0x6f, 0x20, 0x44, 0x61, 0x64, 0x64, 0x79, 0x20, 0x47, 0x72, 0x6f -.byte 0x75, 0x70, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x31, 0x30, 0x2f, 0x06, 0x03, 0x55, 0x04 -.byte 0x0b, 0x13, 0x28, 0x47, 0x6f, 0x20, 0x44, 0x61, 0x64, 0x64, 0x79, 0x20, 0x43, 0x6c, 0x61, 0x73 -.byte 0x73, 0x20, 0x32, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f -.byte 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x20, 0x30 +.byte 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x13, 0x17, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x47, 0x6c, 0x6f +.byte 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30 .byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 -.byte 0x01, 0x0d, 0x00, 0x30, 0x82, 0x01, 0x08, 0x02, 0x82, 0x01, 0x01, 0x00, 0xde, 0x9d, 0xd7, 0xea -.byte 0x57, 0x18, 0x49, 0xa1, 0x5b, 0xeb, 0xd7, 0x5f, 0x48, 0x86, 0xea, 0xbe, 0xdd, 0xff, 0xe4, 0xef -.byte 0x67, 0x1c, 0xf4, 0x65, 0x68, 0xb3, 0x57, 0x71, 0xa0, 0x5e, 0x77, 0xbb, 0xed, 0x9b, 0x49, 0xe9 -.byte 0x70, 0x80, 0x3d, 0x56, 0x18, 0x63, 0x08, 0x6f, 0xda, 0xf2, 0xcc, 0xd0, 0x3f, 0x7f, 0x02, 0x54 -.byte 0x22, 0x54, 0x10, 0xd8, 0xb2, 0x81, 0xd4, 0xc0, 0x75, 0x3d, 0x4b, 0x7f, 0xc7, 0x77, 0xc3, 0x3e -.byte 0x78, 0xab, 0x1a, 0x03, 0xb5, 0x20, 0x6b, 0x2f, 0x6a, 0x2b, 0xb1, 0xc5, 0x88, 0x7e, 0xc4, 0xbb -.byte 0x1e, 0xb0, 0xc1, 0xd8, 0x45, 0x27, 0x6f, 0xaa, 0x37, 0x58, 0xf7, 0x87, 0x26, 0xd7, 0xd8, 0x2d -.byte 0xf6, 0xa9, 0x17, 0xb7, 0x1f, 0x72, 0x36, 0x4e, 0xa6, 0x17, 0x3f, 0x65, 0x98, 0x92, 0xdb, 0x2a -.byte 0x6e, 0x5d, 0xa2, 0xfe, 0x88, 0xe0, 0x0b, 0xde, 0x7f, 0xe5, 0x8d, 0x15, 0xe1, 0xeb, 0xcb, 0x3a -.byte 0xd5, 0xe2, 0x12, 0xa2, 0x13, 0x2d, 0xd8, 0x8e, 0xaf, 0x5f, 0x12, 0x3d, 0xa0, 0x08, 0x05, 0x08 -.byte 0xb6, 0x5c, 0xa5, 0x65, 0x38, 0x04, 0x45, 0x99, 0x1e, 0xa3, 0x60, 0x60, 0x74, 0xc5, 0x41, 0xa5 -.byte 0x72, 0x62, 0x1b, 0x62, 0xc5, 0x1f, 0x6f, 0x5f, 0x1a, 0x42, 0xbe, 0x02, 0x51, 0x65, 0xa8, 0xae -.byte 0x23, 0x18, 0x6a, 0xfc, 0x78, 0x03, 0xa9, 0x4d, 0x7f, 0x80, 0xc3, 0xfa, 0xab, 0x5a, 0xfc, 0xa1 -.byte 0x40, 0xa4, 0xca, 0x19, 0x16, 0xfe, 0xb2, 0xc8, 0xef, 0x5e, 0x73, 0x0d, 0xee, 0x77, 0xbd, 0x9a -.byte 0xf6, 0x79, 0x98, 0xbc, 0xb1, 0x07, 0x67, 0xa2, 0x15, 0x0d, 0xdd, 0xa0, 0x58, 0xc6, 0x44, 0x7b -.byte 0x0a, 0x3e, 0x62, 0x28, 0x5f, 0xba, 0x41, 0x07, 0x53, 0x58, 0xcf, 0x11, 0x7e, 0x38, 0x74, 0xc5 -.byte 0xf8, 0xff, 0xb5, 0x69, 0x90, 0x8f, 0x84, 0x74, 0xea, 0x97, 0x1b, 0xaf, 0x02, 0x01, 0x03, 0x00 -.byte 0x67, 0x01, 0x26, 0x30, 0x65, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x55, 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67 -.byte 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55 -.byte 0x04, 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74 -.byte 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1b, 0x44 -.byte 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x41, 0x73, 0x73, 0x75, 0x72, 0x65, 0x64, 0x20 -.byte 0x49, 0x44, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d -.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01 -.byte 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xad, 0x0e, 0x15, 0xce, 0xe4 -.byte 0x43, 0x80, 0x5c, 0xb1, 0x87, 0xf3, 0xb7, 0x60, 0xf9, 0x71, 0x12, 0xa5, 0xae, 0xdc, 0x26, 0x94 -.byte 0x88, 0xaa, 0xf4, 0xce, 0xf5, 0x20, 0x39, 0x28, 0x58, 0x60, 0x0c, 0xf8, 0x80, 0xda, 0xa9, 0x15 -.byte 0x95, 0x32, 0x61, 0x3c, 0xb5, 0xb1, 0x28, 0x84, 0x8a, 0x8a, 0xdc, 0x9f, 0x0a, 0x0c, 0x83, 0x17 -.byte 0x7a, 0x8f, 0x90, 0xac, 0x8a, 0xe7, 0x79, 0x53, 0x5c, 0x31, 0x84, 0x2a, 0xf6, 0x0f, 0x98, 0x32 -.byte 0x36, 0x76, 0xcc, 0xde, 0xdd, 0x3c, 0xa8, 0xa2, 0xef, 0x6a, 0xfb, 0x21, 0xf2, 0x52, 0x61, 0xdf -.byte 0x9f, 0x20, 0xd7, 0x1f, 0xe2, 0xb1, 0xd9, 0xfe, 0x18, 0x64, 0xd2, 0x12, 0x5b, 0x5f, 0xf9, 0x58 -.byte 0x18, 0x35, 0xbc, 0x47, 0xcd, 0xa1, 0x36, 0xf9, 0x6b, 0x7f, 0xd4, 0xb0, 0x38, 0x3e, 0xc1, 0x1b -.byte 0xc3, 0x8c, 0x33, 0xd9, 0xd8, 0x2f, 0x18, 0xfe, 0x28, 0x0f, 0xb3, 0xa7, 0x83, 0xd6, 0xc3, 0x6e -.byte 0x44, 0xc0, 0x61, 0x35, 0x96, 0x16, 0xfe, 0x59, 0x9c, 0x8b, 0x76, 0x6d, 0xd7, 0xf1, 0xa2, 0x4b -.byte 0x0d, 0x2b, 0xff, 0x0b, 0x72, 0xda, 0x9e, 0x60, 0xd0, 0x8e, 0x90, 0x35, 0xc6, 0x78, 0x55, 0x87 -.byte 0x20, 0xa1, 0xcf, 0xe5, 0x6d, 0x0a, 0xc8, 0x49, 0x7c, 0x31, 0x98, 0x33, 0x6c, 0x22, 0xe9, 0x87 -.byte 0xd0, 0x32, 0x5a, 0xa2, 0xba, 0x13, 0x82, 0x11, 0xed, 0x39, 0x17, 0x9d, 0x99, 0x3a, 0x72, 0xa1 -.byte 0xe6, 0xfa, 0xa4, 0xd9, 0xd5, 0x17, 0x31, 0x75, 0xae, 0x85, 0x7d, 0x22, 0xae, 0x3f, 0x01, 0x46 -.byte 0x86, 0xf6, 0x28, 0x79, 0xc8, 0xb1, 0xda, 0xe4, 0x57, 0x17, 0xc4, 0x7e, 0x1c, 0x0e, 0xb0, 0xb4 -.byte 0x92, 0xa6, 0x56, 0xb3, 0xbd, 0xb2, 0x97, 0xed, 0xaa, 0xa7, 0xf0, 0xb7, 0xc5, 0xa8, 0x3f, 0x95 -.byte 0x16, 0xd0, 0xff, 0xa1, 0x96, 0xeb, 0x08, 0x5f, 0x18, 0x77, 0x4f, 0x02, 0x03, 0x01, 0x00, 0x01 -.byte 0x00, 0x67, 0x01, 0x26, 0x30, 0x65, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 -.byte 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69 -.byte 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03 -.byte 0x55, 0x04, 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72 -.byte 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1b -.byte 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x41, 0x73, 0x73, 0x75, 0x72, 0x65, 0x64 -.byte 0x20, 0x49, 0x44, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30 -.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 -.byte 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xd9, 0xe7, 0x28, 0x2f -.byte 0x52, 0x3f, 0x36, 0x72, 0x49, 0x88, 0x93, 0x34, 0xf3, 0xf8, 0x6a, 0x1e, 0x31, 0x54, 0x80, 0x9f -.byte 0xad, 0x54, 0x41, 0xb5, 0x47, 0xdf, 0x96, 0xa8, 0xd4, 0xaf, 0x80, 0x2d, 0xb9, 0x0a, 0xcf, 0x75 -.byte 0xfd, 0x89, 0xa5, 0x7d, 0x24, 0xfa, 0xe3, 0x22, 0x0c, 0x2b, 0xbc, 0x95, 0x17, 0x0b, 0x33, 0xbf -.byte 0x19, 0x4d, 0x41, 0x06, 0x90, 0x00, 0xbd, 0x0c, 0x4d, 0x10, 0xfe, 0x07, 0xb5, 0xe7, 0x1c, 0x6e -.byte 0x22, 0x55, 0x31, 0x65, 0x97, 0xbd, 0xd3, 0x17, 0xd2, 0x1e, 0x62, 0xf3, 0xdb, 0xea, 0x6c, 0x50 -.byte 0x8c, 0x3f, 0x84, 0x0c, 0x96, 0xcf, 0xb7, 0xcb, 0x03, 0xe0, 0xca, 0x6d, 0xa1, 0x14, 0x4c, 0x1b -.byte 0x89, 0xdd, 0xed, 0x00, 0xb0, 0x52, 0x7c, 0xaf, 0x91, 0x6c, 0xb1, 0x38, 0x13, 0xd1, 0xe9, 0x12 -.byte 0x08, 0xc0, 0x00, 0xb0, 0x1c, 0x2b, 0x11, 0xda, 0x77, 0x70, 0x36, 0x9b, 0xae, 0xce, 0x79, 0x87 -.byte 0xdc, 0x82, 0x70, 0xe6, 0x09, 0x74, 0x70, 0x55, 0x69, 0xaf, 0xa3, 0x68, 0x9f, 0xbf, 0xdd, 0xb6 -.byte 0x79, 0xb3, 0xf2, 0x9d, 0x70, 0x29, 0x55, 0xf4, 0xab, 0xff, 0x95, 0x61, 0xf3, 0xc9, 0x40, 0x6f -.byte 0x1d, 0xd1, 0xbe, 0x93, 0xbb, 0xd3, 0x88, 0x2a, 0xbb, 0x9d, 0xbf, 0x72, 0x5a, 0x56, 0x71, 0x3b -.byte 0x3f, 0xd4, 0xf3, 0xd1, 0x0a, 0xfe, 0x28, 0xef, 0xa3, 0xee, 0xd9, 0x99, 0xaf, 0x03, 0xd3, 0x8f -.byte 0x60, 0xb7, 0xf2, 0x92, 0xa1, 0xb1, 0xbd, 0x89, 0x89, 0x1f, 0x30, 0xcd, 0xc3, 0xa6, 0x2e, 0x62 -.byte 0x33, 0xae, 0x16, 0x02, 0x77, 0x44, 0x5a, 0xe7, 0x81, 0x0a, 0x3c, 0xa7, 0x44, 0x2e, 0x79, 0xb8 -.byte 0x3f, 0x04, 0xbc, 0x5c, 0xa0, 0x87, 0xe1, 0x1b, 0xaf, 0x51, 0x8e, 0xcd, 0xec, 0x2c, 0xfa, 0xf8 -.byte 0xfe, 0x6d, 0xf0, 0x3a, 0x7c, 0xaa, 0x8b, 0xe4, 0x67, 0x95, 0x31, 0x8d, 0x02, 0x03, 0x01, 0x00 -.byte 0x01, 0x00, 0x67, 0x00, 0x78, 0x30, 0x65, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xbb, 0x37, 0xcd, 0x34 +.byte 0xdc, 0x7b, 0x6b, 0xc9, 0xb2, 0x68, 0x90, 0xad, 0x4a, 0x75, 0xff, 0x46, 0xba, 0x21, 0x0a, 0x08 +.byte 0x8d, 0xf5, 0x19, 0x54, 0xc9, 0xfb, 0x88, 0xdb, 0xf3, 0xae, 0xf2, 0x3a, 0x89, 0x91, 0x3c, 0x7a +.byte 0xe6, 0xab, 0x06, 0x1a, 0x6b, 0xcf, 0xac, 0x2d, 0xe8, 0x5e, 0x09, 0x24, 0x44, 0xba, 0x62, 0x9a +.byte 0x7e, 0xd6, 0xa3, 0xa8, 0x7e, 0xe0, 0x54, 0x75, 0x20, 0x05, 0xac, 0x50, 0xb7, 0x9c, 0x63, 0x1a +.byte 0x6c, 0x30, 0xdc, 0xda, 0x1f, 0x19, 0xb1, 0xd7, 0x1e, 0xde, 0xfd, 0xd7, 0xe0, 0xcb, 0x94, 0x83 +.byte 0x37, 0xae, 0xec, 0x1f, 0x43, 0x4e, 0xdd, 0x7b, 0x2c, 0xd2, 0xbd, 0x2e, 0xa5, 0x2f, 0xe4, 0xa9 +.byte 0xb8, 0xad, 0x3a, 0xd4, 0x99, 0xa4, 0xb6, 0x25, 0xe9, 0x9b, 0x6b, 0x00, 0x60, 0x92, 0x60, 0xff +.byte 0x4f, 0x21, 0x49, 0x18, 0xf7, 0x67, 0x90, 0xab, 0x61, 0x06, 0x9c, 0x8f, 0xf2, 0xba, 0xe9, 0xb4 +.byte 0xe9, 0x92, 0x32, 0x6b, 0xb5, 0xf3, 0x57, 0xe8, 0x5d, 0x1b, 0xcd, 0x8c, 0x1d, 0xab, 0x95, 0x04 +.byte 0x95, 0x49, 0xf3, 0x35, 0x2d, 0x96, 0xe3, 0x49, 0x6d, 0xdd, 0x77, 0xe3, 0xfb, 0x49, 0x4b, 0xb4 +.byte 0xac, 0x55, 0x07, 0xa9, 0x8f, 0x95, 0xb3, 0xb4, 0x23, 0xbb, 0x4c, 0x6d, 0x45, 0xf0, 0xf6, 0xa9 +.byte 0xb2, 0x95, 0x30, 0xb4, 0xfd, 0x4c, 0x55, 0x8c, 0x27, 0x4a, 0x57, 0x14, 0x7c, 0x82, 0x9d, 0xcd +.byte 0x73, 0x92, 0xd3, 0x16, 0x4a, 0x06, 0x0c, 0x8c, 0x50, 0xd1, 0x8f, 0x1e, 0x09, 0xbe, 0x17, 0xa1 +.byte 0xe6, 0x21, 0xca, 0xfd, 0x83, 0xe5, 0x10, 0xbc, 0x83, 0xa5, 0x0a, 0xc4, 0x67, 0x28, 0xf6, 0x73 +.byte 0x14, 0x14, 0x3d, 0x46, 0x76, 0xc3, 0x87, 0x14, 0x89, 0x21, 0x34, 0x4d, 0xaf, 0x0f, 0x45, 0x0c +.byte 0xa6, 0x49, 0xa1, 0xba, 0xbb, 0x9c, 0xc5, 0xb1, 0x33, 0x83, 0x29, 0x85, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x63, 0x00, 0x78, 0x00, 0x30, 0x61, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 .byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44 .byte 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06 .byte 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65 -.byte 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 -.byte 0x1b, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x41, 0x73, 0x73, 0x75, 0x72, 0x65 -.byte 0x64, 0x20, 0x49, 0x44, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x33, 0x30, 0x76, 0x30, 0x10 -.byte 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22 -.byte 0x03, 0x62, 0x00, 0x04, 0x19, 0xe7, 0xbc, 0xac, 0x44, 0x65, 0xed, 0xcd, 0xb8, 0x3f, 0x58, 0xfb -.byte 0x8d, 0xb1, 0x57, 0xa9, 0x44, 0x2d, 0x05, 0x15, 0xf2, 0xef, 0x0b, 0xff, 0x10, 0x74, 0x9f, 0xb5 -.byte 0x62, 0x52, 0x5f, 0x66, 0x7e, 0x1f, 0xe5, 0xdc, 0x1b, 0x45, 0x79, 0x0b, 0xcc, 0xc6, 0x53, 0x0a -.byte 0x9d, 0x8d, 0x5d, 0x02, 0xd9, 0xa9, 0x59, 0xde, 0x02, 0x5a, 0xf6, 0x95, 0x2a, 0x0e, 0x8d, 0x38 -.byte 0x4a, 0x8a, 0x49, 0xc6, 0xbc, 0xc6, 0x03, 0x38, 0x07, 0x5f, 0x55, 0xda, 0x7e, 0x09, 0x6e, 0xe2 -.byte 0x7f, 0x5e, 0xd0, 0x45, 0x20, 0x0f, 0x59, 0x76, 0x10, 0xd6, 0xa0, 0x24, 0xf0, 0x2d, 0xde, 0x36 -.byte 0xf2, 0x6c, 0x29, 0x39, 0x00, 0x67, 0x00, 0x78, 0x30, 0x65, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 -.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a -.byte 0x13, 0x15, 0x4d, 0x69, 0x63, 0x72, 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x43, 0x6f, 0x72, 0x70 -.byte 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03, 0x55, 0x04, 0x03 -.byte 0x13, 0x2d, 0x4d, 0x69, 0x63, 0x72, 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x45, 0x43, 0x43, 0x20 -.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65 -.byte 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x32, 0x30, 0x31, 0x37, 0x30 -.byte 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81 -.byte 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xd4, 0xbc, 0x3d, 0x02, 0x42, 0x75, 0x41, 0x13, 0x23 -.byte 0xcd, 0x80, 0x04, 0x86, 0x02, 0x51, 0x2f, 0x6a, 0xa8, 0x81, 0x62, 0x0b, 0x65, 0xcc, 0xf6, 0xca -.byte 0x9d, 0x1e, 0x6f, 0x4a, 0x66, 0x51, 0xa2, 0x03, 0xd9, 0x9d, 0x91, 0xfa, 0xb6, 0x16, 0xb1, 0x8c -.byte 0x6e, 0xde, 0x7c, 0xcd, 0xdb, 0x79, 0xa6, 0x2f, 0xce, 0xbb, 0xce, 0x71, 0x2f, 0xe5, 0xa5, 0xab -.byte 0x28, 0xec, 0x63, 0x04, 0x66, 0x99, 0xf8, 0xfa, 0xf2, 0x93, 0x10, 0x05, 0xe1, 0x81, 0x28, 0x42 -.byte 0xe3, 0xc6, 0x68, 0xf4, 0xe6, 0x1b, 0x84, 0x60, 0x4a, 0x89, 0xaf, 0xed, 0x79, 0x0f, 0x3b, 0xce -.byte 0xf1, 0xf6, 0x44, 0xf5, 0x01, 0x78, 0xc0, 0x00, 0x67, 0x02, 0x26, 0x30, 0x65, 0x31, 0x0b, 0x30 -.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03 -.byte 0x55, 0x04, 0x0a, 0x13, 0x15, 0x4d, 0x69, 0x63, 0x72, 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x43 -.byte 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03 -.byte 0x55, 0x04, 0x03, 0x13, 0x2d, 0x4d, 0x69, 0x63, 0x72, 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x52 -.byte 0x53, 0x41, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63 -.byte 0x61, 0x74, 0x65, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x32, 0x30 -.byte 0x31, 0x37, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d -.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82 -.byte 0x02, 0x01, 0x00, 0xca, 0x5b, 0xbe, 0x94, 0x33, 0x8c, 0x29, 0x95, 0x91, 0x16, 0x0a, 0x95, 0xbd -.byte 0x47, 0x62, 0xc1, 0x89, 0xf3, 0x99, 0x36, 0xdf, 0x46, 0x90, 0xc9, 0xa5, 0xed, 0x78, 0x6a, 0x6f -.byte 0x47, 0x91, 0x68, 0xf8, 0x27, 0x67, 0x50, 0x33, 0x1d, 0xa1, 0xa6, 0xfb, 0xe0, 0xe5, 0x43, 0xa3 -.byte 0x84, 0x02, 0x57, 0x01, 0x5d, 0x9c, 0x48, 0x40, 0x82, 0x53, 0x10, 0xbc, 0xbf, 0xc7, 0x3b, 0x68 -.byte 0x90, 0xb6, 0x82, 0x2d, 0xe5, 0xf4, 0x65, 0xd0, 0xcc, 0x6d, 0x19, 0xcc, 0x95, 0xf9, 0x7b, 0xac -.byte 0x4a, 0x94, 0xad, 0x0e, 0xde, 0x4b, 0x43, 0x1d, 0x87, 0x07, 0x92, 0x13, 0x90, 0x80, 0x83, 0x64 -.byte 0x35, 0x39, 0x04, 0xfc, 0xe5, 0xe9, 0x6c, 0xb3, 0xb6, 0x1f, 0x50, 0x94, 0x38, 0x65, 0x50, 0x5c -.byte 0x17, 0x46, 0xb9, 0xb6, 0x85, 0xb5, 0x1c, 0xb5, 0x17, 0xe8, 0xd6, 0x45, 0x9d, 0xd8, 0xb2, 0x26 -.byte 0xb0, 0xca, 0xc4, 0x70, 0x4a, 0xae, 0x60, 0xa4, 0xdd, 0xb3, 0xd9, 0xec, 0xfc, 0x3b, 0xd5, 0x57 -.byte 0x72, 0xbc, 0x3f, 0xc8, 0xc9, 0xb2, 0xde, 0x4b, 0x6b, 0xf8, 0x23, 0x6c, 0x03, 0xc0, 0x05, 0xbd -.byte 0x95, 0xc7, 0xcd, 0x73, 0x3b, 0x66, 0x80, 0x64, 0xe3, 0x1a, 0xac, 0x2e, 0xf9, 0x47, 0x05, 0xf2 -.byte 0x06, 0xb6, 0x9b, 0x73, 0xf5, 0x78, 0x33, 0x5b, 0xc7, 0xa1, 0xfb, 0x27, 0x2a, 0xa1, 0xb4, 0x9a -.byte 0x91, 0x8c, 0x91, 0xd3, 0x3a, 0x82, 0x3e, 0x76, 0x40, 0xb4, 0xcd, 0x52, 0x61, 0x51, 0x70, 0x28 -.byte 0x3f, 0xc5, 0xc5, 0x5a, 0xf2, 0xc9, 0x8c, 0x49, 0xbb, 0x14, 0x5b, 0x4d, 0xc8, 0xff, 0x67, 0x4d -.byte 0x4c, 0x12, 0x96, 0xad, 0xf5, 0xfe, 0x78, 0xa8, 0x97, 0x87, 0xd7, 0xfd, 0x5e, 0x20, 0x80, 0xdc -.byte 0xa1, 0x4b, 0x22, 0xfb, 0xd4, 0x89, 0xad, 0xba, 0xce, 0x47, 0x97, 0x47, 0x55, 0x7b, 0x8f, 0x45 -.byte 0xc8, 0x67, 0x28, 0x84, 0x95, 0x1c, 0x68, 0x30, 0xef, 0xef, 0x49, 0xe0, 0x35, 0x7b, 0x64, 0xe7 -.byte 0x98, 0xb0, 0x94, 0xda, 0x4d, 0x85, 0x3b, 0x3e, 0x55, 0xc4, 0x28, 0xaf, 0x57, 0xf3, 0x9e, 0x13 -.byte 0xdb, 0x46, 0x27, 0x9f, 0x1e, 0xa2, 0x5e, 0x44, 0x83, 0xa4, 0xa5, 0xca, 0xd5, 0x13, 0xb3, 0x4b -.byte 0x3f, 0xc4, 0xe3, 0xc2, 0xe6, 0x86, 0x61, 0xa4, 0x52, 0x30, 0xb9, 0x7a, 0x20, 0x4f, 0x6f, 0x0f -.byte 0x38, 0x53, 0xcb, 0x33, 0x0c, 0x13, 0x2b, 0x8f, 0xd6, 0x9a, 0xbd, 0x2a, 0xc8, 0x2d, 0xb1, 0x1c -.byte 0x7d, 0x4b, 0x51, 0xca, 0x47, 0xd1, 0x48, 0x27, 0x72, 0x5d, 0x87, 0xeb, 0xd5, 0x45, 0xe6, 0x48 -.byte 0x65, 0x9d, 0xaf, 0x52, 0x90, 0xba, 0x5b, 0xa2, 0x18, 0x65, 0x57, 0x12, 0x9f, 0x68, 0xb9, 0xd4 -.byte 0x15, 0x6b, 0x94, 0xc4, 0x69, 0x22, 0x98, 0xf4, 0x33, 0xe0, 0xed, 0xf9, 0x51, 0x8e, 0x41, 0x50 -.byte 0xc9, 0x34, 0x4f, 0x76, 0x90, 0xac, 0xfc, 0x38, 0xc1, 0xd8, 0xe1, 0x7b, 0xb9, 0xe3, 0xe3, 0x94 -.byte 0xe1, 0x46, 0x69, 0xcb, 0x0e, 0x0a, 0x50, 0x6b, 0x13, 0xba, 0xac, 0x0f, 0x37, 0x5a, 0xb7, 0x12 -.byte 0xb5, 0x90, 0x81, 0x1e, 0x56, 0xae, 0x57, 0x22, 0x86, 0xd9, 0xc9, 0xd2, 0xd1, 0xd7, 0x51, 0xe3 -.byte 0xab, 0x3b, 0xc6, 0x55, 0xfd, 0x1e, 0x0e, 0xd3, 0x74, 0x0a, 0xd1, 0xda, 0xaa, 0xea, 0x69, 0xb8 -.byte 0x97, 0x28, 0x8f, 0x48, 0xc4, 0x07, 0xf8, 0x52, 0x43, 0x3a, 0xf4, 0xca, 0x55, 0x35, 0x2c, 0xb0 -.byte 0xa6, 0x6a, 0xc0, 0x9c, 0xf9, 0xf2, 0x81, 0xe1, 0x12, 0x6a, 0xc0, 0x45, 0xd9, 0x67, 0xb3, 0xce -.byte 0xff, 0x23, 0xa2, 0x89, 0x0a, 0x54, 0xd4, 0x14, 0xb9, 0x2a, 0xa8, 0xd7, 0xec, 0xf9, 0xab, 0xcd -.byte 0x25, 0x58, 0x32, 0x79, 0x8f, 0x90, 0x5b, 0x98, 0x39, 0xc4, 0x08, 0x06, 0xc1, 0xac, 0x7f, 0x0e -.byte 0x3d, 0x00, 0xa5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x69, 0x01, 0x26, 0x30, 0x67, 0x31, 0x0b -.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x49, 0x4e, 0x31, 0x13, 0x30, 0x11, 0x06 -.byte 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0a, 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x50, 0x4b, 0x49 -.byte 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x65, 0x4d, 0x75, 0x64, 0x68 -.byte 0x72, 0x61, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x20 -.byte 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03 -.byte 0x13, 0x13, 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41 -.byte 0x20, 0x2d, 0x20, 0x47, 0x31, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 +.byte 0x17, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x33, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86 +.byte 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04 +.byte 0xdd, 0xa7, 0xd9, 0xbb, 0x8a, 0xb8, 0x0b, 0xfb, 0x0b, 0x7f, 0x21, 0xd2, 0xf0, 0xbe, 0xbe, 0x73 +.byte 0xf3, 0x33, 0x5d, 0x1a, 0xbc, 0x34, 0xea, 0xde, 0xc6, 0x9b, 0xbc, 0xd0, 0x95, 0xf6, 0xf0, 0xcc +.byte 0xd0, 0x0b, 0xba, 0x61, 0x5b, 0x51, 0x46, 0x7e, 0x9e, 0x2d, 0x9f, 0xee, 0x8e, 0x63, 0x0c, 0x17 +.byte 0xec, 0x07, 0x70, 0xf5, 0xcf, 0x84, 0x2e, 0x40, 0x83, 0x9c, 0xe8, 0x3f, 0x41, 0x6d, 0x3b, 0xad +.byte 0xd3, 0xa4, 0x14, 0x59, 0x36, 0x78, 0x9d, 0x03, 0x43, 0xee, 0x10, 0x13, 0x6c, 0x72, 0xde, 0xae +.byte 0x88, 0xa7, 0xa1, 0x6b, 0xb5, 0x43, 0xce, 0x67, 0xdc, 0x23, 0xff, 0x03, 0x1c, 0xa3, 0xe2, 0x3e +.byte 0x64, 0x00, 0x26, 0x02, 0x30, 0x62, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x43, 0x4e, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x29, 0x47, 0x55 +.byte 0x41, 0x4e, 0x47, 0x20, 0x44, 0x4f, 0x4e, 0x47, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49, 0x46, 0x49 +.byte 0x43, 0x41, 0x54, 0x45, 0x20, 0x41, 0x55, 0x54, 0x48, 0x4f, 0x52, 0x49, 0x54, 0x59, 0x20, 0x43 +.byte 0x4f, 0x2e, 0x2c, 0x4c, 0x54, 0x44, 0x2e, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03 +.byte 0x0c, 0x16, 0x47, 0x44, 0x43, 0x41, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x41, 0x55, 0x54, 0x48 +.byte 0x20, 0x52, 0x35, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09 +.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00 +.byte 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xd9, 0xa3, 0x16, 0xf0, 0xc8, 0x74, 0x74 +.byte 0x77, 0x9b, 0xef, 0x33, 0x0d, 0x3b, 0x06, 0x7e, 0x55, 0xfc, 0xb5, 0x60, 0x8f, 0x76, 0x86, 0x12 +.byte 0x42, 0x7d, 0x56, 0x66, 0x3e, 0x88, 0x82, 0xed, 0x72, 0x63, 0x0e, 0x9e, 0x8b, 0xdd, 0x34, 0x2c +.byte 0x02, 0x51, 0x51, 0xc3, 0x19, 0xfd, 0x59, 0x54, 0x84, 0xc9, 0xf1, 0x6b, 0xb3, 0x4c, 0xb0, 0xe9 +.byte 0xe8, 0x46, 0x5d, 0x38, 0xc6, 0xa2, 0xa7, 0x2e, 0x11, 0x57, 0xba, 0x82, 0x15, 0xa2, 0x9c, 0x8f +.byte 0x6d, 0xb0, 0x99, 0x4a, 0x0a, 0xf2, 0xeb, 0x89, 0x70, 0x63, 0x4e, 0x79, 0xc4, 0xb7, 0x5b, 0xbd +.byte 0xa2, 0x5d, 0xb1, 0xf2, 0x41, 0x02, 0x2b, 0xad, 0xa9, 0x3a, 0xa3, 0xec, 0x79, 0x0a, 0xec, 0x5f +.byte 0x3a, 0xe3, 0xfd, 0xef, 0x80, 0x3c, 0xad, 0x34, 0x9b, 0x1a, 0xab, 0x88, 0x26, 0x7b, 0x56, 0xa2 +.byte 0x82, 0x86, 0x1f, 0xeb, 0x35, 0x89, 0x83, 0x7f, 0x5f, 0xae, 0x29, 0x4e, 0x3d, 0xb6, 0x6e, 0xec +.byte 0xae, 0xc1, 0xf0, 0x27, 0x9b, 0xae, 0xe3, 0xf4, 0xec, 0xef, 0xae, 0x7f, 0xf7, 0x86, 0x3d, 0x72 +.byte 0x7a, 0xeb, 0xa5, 0xfb, 0x59, 0x4e, 0xa7, 0xeb, 0x95, 0x8c, 0x22, 0x39, 0x79, 0xe1, 0x2d, 0x08 +.byte 0x8f, 0xcc, 0xbc, 0x91, 0xb8, 0x41, 0xf7, 0x14, 0xc1, 0x23, 0xa9, 0xc3, 0xad, 0x9a, 0x45, 0x44 +.byte 0xb3, 0xb2, 0xd7, 0x2c, 0xcd, 0xc6, 0x29, 0xe2, 0x50, 0x10, 0xae, 0x5c, 0xcb, 0x82, 0x8e, 0x17 +.byte 0x18, 0x36, 0x7d, 0x97, 0xe6, 0x88, 0x9a, 0xb0, 0x4d, 0x34, 0x09, 0xf4, 0x2c, 0xb9, 0x5a, 0x66 +.byte 0x2a, 0xb0, 0x17, 0x9b, 0x9e, 0x1e, 0x76, 0x9d, 0x4a, 0x66, 0x31, 0x41, 0xdf, 0x3f, 0xfb, 0xc5 +.byte 0x06, 0xef, 0x1b, 0xb6, 0x7e, 0x1a, 0x46, 0x36, 0xf7, 0x64, 0x63, 0x3b, 0xe3, 0x39, 0x18, 0x23 +.byte 0xe7, 0x67, 0x75, 0x14, 0xd5, 0x75, 0x57, 0x92, 0x37, 0xbd, 0xbe, 0x6a, 0x1b, 0x26, 0x50, 0xf2 +.byte 0x36, 0x26, 0x06, 0x90, 0xc5, 0x70, 0x01, 0x64, 0x6d, 0x76, 0x66, 0xe1, 0x91, 0xdb, 0x6e, 0x07 +.byte 0xc0, 0x61, 0x80, 0x2e, 0xb2, 0x2e, 0x2f, 0x8c, 0x70, 0xa7, 0xd1, 0x3b, 0x3c, 0xb3, 0x91, 0xe4 +.byte 0x6e, 0xb6, 0xc4, 0x3b, 0x70, 0xf2, 0x6c, 0x92, 0x97, 0x09, 0xcd, 0x47, 0x7d, 0x18, 0xc0, 0xf3 +.byte 0xbb, 0x9e, 0x0f, 0xd6, 0x8b, 0xae, 0x07, 0xb6, 0x5a, 0x0f, 0xce, 0x0b, 0x0c, 0x47, 0xa7, 0xe5 +.byte 0x3e, 0xb8, 0xbd, 0x7d, 0xc7, 0x9b, 0x35, 0xa0, 0x61, 0x97, 0x3a, 0x41, 0x75, 0x17, 0xcc, 0x2b +.byte 0x96, 0x77, 0x2a, 0x92, 0x21, 0x1e, 0xd9, 0x95, 0x76, 0x20, 0x67, 0x68, 0xcf, 0x0d, 0xbd, 0xdf +.byte 0xd6, 0x1f, 0x09, 0x6a, 0x9a, 0xe2, 0xcc, 0x73, 0x71, 0xa4, 0x2f, 0x7d, 0x12, 0x80, 0xb7, 0x53 +.byte 0x30, 0x46, 0x5e, 0x4b, 0x54, 0x99, 0x0f, 0x67, 0xc9, 0xa5, 0xc8, 0xf2, 0x20, 0xc1, 0x82, 0xec +.byte 0x9d, 0x11, 0xdf, 0xc2, 0x02, 0xfb, 0x1a, 0x3b, 0xd1, 0xed, 0x20, 0x9a, 0xef, 0x65, 0x64, 0x92 +.byte 0x10, 0x0d, 0x2a, 0xe2, 0xde, 0x70, 0xf1, 0x18, 0x67, 0x82, 0x8c, 0x61, 0xde, 0xb8, 0xbc, 0xd1 +.byte 0x2f, 0x9c, 0xfb, 0x0f, 0xd0, 0x2b, 0xed, 0x1b, 0x76, 0xb9, 0xe4, 0x39, 0x55, 0xf8, 0xf8, 0xa1 +.byte 0x1d, 0xb8, 0xaa, 0x80, 0x00, 0x4c, 0x82, 0xe7, 0xb2, 0x7f, 0x09, 0xb8, 0xbc, 0x30, 0xa0, 0x2f +.byte 0x0d, 0xf5, 0x52, 0x9e, 0x8e, 0xf7, 0x92, 0xb3, 0x0a, 0x00, 0x1d, 0x00, 0x54, 0x97, 0x06, 0xe0 +.byte 0xb1, 0x07, 0xd9, 0xc7, 0x0f, 0x5c, 0x65, 0x7d, 0x3c, 0x6d, 0x59, 0x57, 0xe4, 0xed, 0xa5, 0x8d +.byte 0xe9, 0x40, 0x53, 0x9f, 0x15, 0x4b, 0xa0, 0x71, 0xf6, 0x1a, 0x21, 0xe3, 0xda, 0x70, 0x06, 0x21 +.byte 0x58, 0x14, 0x87, 0x85, 0x77, 0x79, 0xaa, 0x82, 0x79, 0x02, 0x03, 0x01, 0x00, 0x01, 0x64, 0x00 +.byte 0x26, 0x02, 0x30, 0x62, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 +.byte 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69 +.byte 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04 +.byte 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e +.byte 0x63, 0x6f, 0x6d, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x18, 0x44, 0x69 +.byte 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x34, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82 +.byte 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xbf, 0xe6, 0x90, 0x73, 0x68, 0xde, 0xbb, 0xe4, 0x5d +.byte 0x4a, 0x3c, 0x30, 0x22, 0x30, 0x69, 0x33, 0xec, 0xc2, 0xa7, 0x25, 0x2e, 0xc9, 0x21, 0x3d, 0xf2 +.byte 0x8a, 0xd8, 0x59, 0xc2, 0xe1, 0x29, 0xa7, 0x3d, 0x58, 0xab, 0x76, 0x9a, 0xcd, 0xae, 0x7b, 0x1b +.byte 0x84, 0x0d, 0xc4, 0x30, 0x1f, 0xf3, 0x1b, 0xa4, 0x38, 0x16, 0xeb, 0x56, 0xc6, 0x97, 0x6d, 0x1d +.byte 0xab, 0xb2, 0x79, 0xf2, 0xca, 0x11, 0xd2, 0xe4, 0x5f, 0xd6, 0x05, 0x3c, 0x52, 0x0f, 0x52, 0x1f +.byte 0xc6, 0x9e, 0x15, 0xa5, 0x7e, 0xbe, 0x9f, 0xa9, 0x57, 0x16, 0x59, 0x55, 0x72, 0xaf, 0x68, 0x93 +.byte 0x70, 0xc2, 0xb2, 0xba, 0x75, 0x99, 0x6a, 0x73, 0x32, 0x94, 0xd1, 0x10, 0x44, 0x10, 0x2e, 0xdf +.byte 0x82, 0xf3, 0x07, 0x84, 0xe6, 0x74, 0x3b, 0x6d, 0x71, 0xe2, 0x2d, 0x0c, 0x1b, 0xee, 0x20, 0xd5 +.byte 0xc9, 0x20, 0x1d, 0x63, 0x29, 0x2d, 0xce, 0xec, 0x5e, 0x4e, 0xc8, 0x93, 0xf8, 0x21, 0x61, 0x9b +.byte 0x34, 0xeb, 0x05, 0xc6, 0x5e, 0xec, 0x5b, 0x1a, 0xbc, 0xeb, 0xc9, 0xcf, 0xcd, 0xac, 0x34, 0x40 +.byte 0x5f, 0xb1, 0x7a, 0x66, 0xee, 0x77, 0xc8, 0x48, 0xa8, 0x66, 0x57, 0x57, 0x9f, 0x54, 0x58, 0x8e +.byte 0x0c, 0x2b, 0xb7, 0x4f, 0xa7, 0x30, 0xd9, 0x56, 0xee, 0xca, 0x7b, 0x5d, 0xe3, 0xad, 0xc9, 0x4f +.byte 0x5e, 0xe5, 0x35, 0xe7, 0x31, 0xcb, 0xda, 0x93, 0x5e, 0xdc, 0x8e, 0x8f, 0x80, 0xda, 0xb6, 0x91 +.byte 0x98, 0x40, 0x90, 0x79, 0xc3, 0x78, 0xc7, 0xb6, 0xb1, 0xc4, 0xb5, 0x6a, 0x18, 0x38, 0x03, 0x10 +.byte 0x8d, 0xd8, 0xd4, 0x37, 0xa4, 0x2e, 0x05, 0x7d, 0x88, 0xf5, 0x82, 0x3e, 0x10, 0x91, 0x70, 0xab +.byte 0x55, 0x82, 0x41, 0x32, 0xd7, 0xdb, 0x04, 0x73, 0x2a, 0x6e, 0x91, 0x01, 0x7c, 0x21, 0x4c, 0xd4 +.byte 0xbc, 0xae, 0x1b, 0x03, 0x75, 0x5d, 0x78, 0x66, 0xd9, 0x3a, 0x31, 0x44, 0x9a, 0x33, 0x40, 0xbf +.byte 0x08, 0xd7, 0x5a, 0x49, 0xa4, 0xc2, 0xe6, 0xa9, 0xa0, 0x67, 0xdd, 0xa4, 0x27, 0xbc, 0xa1, 0x4f +.byte 0x39, 0xb5, 0x11, 0x58, 0x17, 0xf7, 0x24, 0x5c, 0x46, 0x8f, 0x64, 0xf7, 0xc1, 0x69, 0x88, 0x76 +.byte 0x98, 0x76, 0x3d, 0x59, 0x5d, 0x42, 0x76, 0x87, 0x89, 0x97, 0x69, 0x7a, 0x48, 0xf0, 0xe0, 0xa2 +.byte 0x12, 0x1b, 0x66, 0x9a, 0x74, 0xca, 0xde, 0x4b, 0x1e, 0xe7, 0x0e, 0x63, 0xae, 0xe6, 0xd4, 0xef +.byte 0x92, 0x92, 0x3a, 0x9e, 0x3d, 0xdc, 0x00, 0xe4, 0x45, 0x25, 0x89, 0xb6, 0x9a, 0x44, 0x19, 0x2b +.byte 0x7e, 0xc0, 0x94, 0xb4, 0xd2, 0x61, 0x6d, 0xeb, 0x33, 0xd9, 0xc5, 0xdf, 0x4b, 0x04, 0x00, 0xcc +.byte 0x7d, 0x1c, 0x95, 0xc3, 0x8f, 0xf7, 0x21, 0xb2, 0xb2, 0x11, 0xb7, 0xbb, 0x7f, 0xf2, 0xd5, 0x8c +.byte 0x70, 0x2c, 0x41, 0x60, 0xaa, 0xb1, 0x63, 0x18, 0x44, 0x95, 0x1a, 0x76, 0x62, 0x7e, 0xf6, 0x80 +.byte 0xb0, 0xfb, 0xe8, 0x64, 0xa6, 0x33, 0xd1, 0x89, 0x07, 0xe1, 0xbd, 0xb7, 0xe6, 0x43, 0xa4, 0x18 +.byte 0xb8, 0xa6, 0x77, 0x01, 0xe1, 0x0f, 0x94, 0x0c, 0x21, 0x1d, 0xb2, 0x54, 0x29, 0x25, 0x89, 0x6c +.byte 0xe5, 0x0e, 0x52, 0x51, 0x47, 0x74, 0xbe, 0x26, 0xac, 0xb6, 0x41, 0x75, 0xde, 0x7a, 0xac, 0x5f +.byte 0x8d, 0x3f, 0xc9, 0xbc, 0xd3, 0x41, 0x11, 0x12, 0x5b, 0xe5, 0x10, 0x50, 0xeb, 0x31, 0xc5, 0xca +.byte 0x72, 0x16, 0x22, 0x09, 0xdf, 0x7c, 0x4c, 0x75, 0x3f, 0x63, 0xec, 0x21, 0x5f, 0xc4, 0x20, 0x51 +.byte 0x6b, 0x6f, 0xb1, 0xab, 0x86, 0x8b, 0x4f, 0xc2, 0xd6, 0x45, 0x5f, 0x9d, 0x20, 0xfc, 0xa1, 0x1e +.byte 0xc5, 0xc0, 0x8f, 0xa2, 0xb1, 0x7e, 0x0a, 0x26, 0x99, 0xf5, 0xe4, 0x69, 0x2f, 0x98, 0x1d, 0x2d +.byte 0xf5, 0xd9, 0xa9, 0xb2, 0x1d, 0xe5, 0x1b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x65, 0x00, 0x78, 0x00 +.byte 0x30, 0x63, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31 +.byte 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1e, 0x44, 0x65, 0x75, 0x74, 0x73, 0x63 +.byte 0x68, 0x65, 0x20, 0x54, 0x65, 0x6c, 0x65, 0x6b, 0x6f, 0x6d, 0x20, 0x53, 0x65, 0x63, 0x75, 0x72 +.byte 0x69, 0x74, 0x79, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x0c, 0x22, 0x54, 0x65, 0x6c, 0x65, 0x6b, 0x6f, 0x6d, 0x20, 0x53, 0x65, 0x63, 0x75, 0x72 +.byte 0x69, 0x74, 0x79, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74 +.byte 0x20, 0x32, 0x30, 0x32, 0x30, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d +.byte 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xce, 0xbf, 0xfe +.byte 0x57, 0xa8, 0xbf, 0xd5, 0xaa, 0xf7, 0x10, 0x9a, 0xcd, 0xbc, 0xd1, 0x11, 0xa2, 0xbd, 0x67, 0x42 +.byte 0xcc, 0x90, 0xeb, 0x15, 0x18, 0x90, 0xd9, 0xa2, 0xcd, 0x0c, 0x2a, 0x25, 0xeb, 0x3e, 0x4f, 0xce +.byte 0xb5, 0xd2, 0x8f, 0x0f, 0xf3, 0x35, 0xda, 0x43, 0x8b, 0x02, 0x80, 0xbe, 0x6f, 0x51, 0x24, 0x1d +.byte 0x0f, 0x6b, 0x2b, 0xca, 0x9f, 0xc2, 0x6f, 0x50, 0x32, 0xe5, 0x37, 0x20, 0xb6, 0x20, 0xff, 0x88 +.byte 0x0d, 0x0f, 0x6d, 0x49, 0xbb, 0xdb, 0x06, 0xa4, 0x87, 0x90, 0x92, 0x94, 0xf4, 0x09, 0xd0, 0xcf +.byte 0x7f, 0xc8, 0x80, 0x0b, 0xc1, 0x97, 0xb3, 0xbb, 0x35, 0x27, 0xc9, 0xc2, 0x1b, 0x65, 0x00, 0x26 +.byte 0x02, 0x30, 0x63, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45 +.byte 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1e, 0x44, 0x65, 0x75, 0x74, 0x73 +.byte 0x63, 0x68, 0x65, 0x20, 0x54, 0x65, 0x6c, 0x65, 0x6b, 0x6f, 0x6d, 0x20, 0x53, 0x65, 0x63, 0x75 +.byte 0x72, 0x69, 0x74, 0x79, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x0c, 0x22, 0x54, 0x65, 0x6c, 0x65, 0x6b, 0x6f, 0x6d, 0x20, 0x53, 0x65, 0x63, 0x75 +.byte 0x72, 0x69, 0x74, 0x79, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x52, 0x53, 0x41, 0x20, 0x52, 0x6f, 0x6f +.byte 0x74, 0x20, 0x32, 0x30, 0x32, 0x33, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82 +.byte 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xed, 0x35, 0xa1, 0x81, 0x80, 0xf3, 0xcb, 0x4a, 0x69 +.byte 0x5b, 0xc2, 0xfb, 0x51, 0x83, 0xae, 0x26, 0xfd, 0xe1, 0x6e, 0xf3, 0x81, 0x12, 0x7d, 0x71, 0x40 +.byte 0xff, 0x87, 0x75, 0x42, 0x29, 0x21, 0xed, 0x81, 0x52, 0x2c, 0xdf, 0x12, 0xc1, 0x19, 0x84, 0x89 +.byte 0xc1, 0xbd, 0xc5, 0x28, 0xd5, 0xd5, 0x4b, 0x6c, 0x44, 0xd6, 0x4c, 0xdb, 0x07, 0x96, 0x4a, 0x55 +.byte 0x7a, 0xca, 0x36, 0x82, 0x04, 0x36, 0xa8, 0xa5, 0xfc, 0x27, 0xf6, 0x49, 0xf1, 0xd5, 0x72, 0x9e +.byte 0x91, 0xf9, 0x23, 0xd6, 0x70, 0x7b, 0xbb, 0xf5, 0x9b, 0xc1, 0xec, 0x93, 0xcf, 0x19, 0xea, 0x65 +.byte 0x7e, 0x88, 0x70, 0xa0, 0x73, 0xfc, 0xf6, 0xff, 0xb5, 0x56, 0x62, 0xe1, 0x73, 0x6a, 0x34, 0x98 +.byte 0x3e, 0x82, 0xb8, 0xac, 0x95, 0x53, 0xf4, 0x01, 0xa0, 0x27, 0x07, 0x72, 0xa3, 0x00, 0x53, 0xa0 +.byte 0xe4, 0xb2, 0xab, 0x83, 0x38, 0x57, 0x33, 0x25, 0x94, 0x9f, 0xbe, 0x48, 0x1d, 0x98, 0xe1, 0xa3 +.byte 0xba, 0x9e, 0x5c, 0xcd, 0x04, 0x71, 0x51, 0x7d, 0x75, 0x78, 0xab, 0xf3, 0x59, 0xaa, 0xc4, 0xe0 +.byte 0x60, 0xbe, 0x8f, 0x83, 0x52, 0xb8, 0x75, 0x1a, 0x41, 0x35, 0xed, 0xbc, 0xf3, 0x3a, 0x63, 0xe9 +.byte 0xa9, 0x14, 0x45, 0xd7, 0xe6, 0x52, 0xd1, 0x6e, 0xd2, 0xde, 0xbc, 0xe3, 0xf5, 0x0b, 0x3b, 0xe6 +.byte 0xe0, 0xc4, 0xbd, 0x43, 0x64, 0x13, 0xa6, 0xce, 0xf4, 0x98, 0x37, 0x6c, 0x8a, 0x95, 0xa8, 0x97 +.byte 0xc8, 0x47, 0x0f, 0xf0, 0x5e, 0x10, 0x8b, 0xe7, 0x1d, 0x1c, 0xfe, 0xb1, 0x3b, 0xa0, 0x05, 0x33 +.byte 0x68, 0x05, 0x41, 0x82, 0xc1, 0x03, 0x2b, 0x01, 0xc8, 0xe7, 0x8f, 0x4d, 0xab, 0xe8, 0xb5, 0xf6 +.byte 0xcd, 0x6b, 0x44, 0xb5, 0xe7, 0xdd, 0x8b, 0xec, 0xea, 0x25, 0xb4, 0x00, 0x22, 0x57, 0x4d, 0xb0 +.byte 0xb1, 0xb2, 0x31, 0xc1, 0x16, 0xce, 0xff, 0xfd, 0x14, 0x84, 0xb7, 0x47, 0xfa, 0xb2, 0xf1, 0x70 +.byte 0xde, 0xdb, 0x8b, 0x6c, 0x36, 0x58, 0xa4, 0x7c, 0xb3, 0x11, 0xd1, 0xc3, 0x77, 0x7f, 0x5f, 0xb6 +.byte 0x25, 0xe0, 0x0d, 0xc5, 0xd2, 0xb3, 0xf9, 0xb8, 0xb8, 0x77, 0xdb, 0x37, 0x71, 0x71, 0x47, 0xe3 +.byte 0x60, 0x18, 0x4f, 0x24, 0xb6, 0x75, 0x37, 0x78, 0xb9, 0xa3, 0x62, 0xaf, 0xbd, 0xc9, 0x72, 0x8e +.byte 0x2f, 0xcc, 0xbb, 0xae, 0xdb, 0xe4, 0x15, 0x52, 0x19, 0x07, 0x33, 0xfb, 0x6a, 0xb7, 0x2d, 0x4b +.byte 0x90, 0x28, 0x82, 0x73, 0xfe, 0x18, 0x8b, 0x35, 0x8d, 0xdb, 0xa7, 0x04, 0x6a, 0xbe, 0xea, 0xc1 +.byte 0x4d, 0x36, 0x3b, 0x16, 0x36, 0x91, 0x32, 0xef, 0xb6, 0x40, 0x89, 0x91, 0x43, 0xe0, 0xf2, 0xa2 +.byte 0xab, 0x04, 0x2e, 0xe6, 0xf2, 0x4c, 0x0e, 0x16, 0x34, 0x20, 0xac, 0x87, 0xc1, 0x2d, 0x7e, 0xc9 +.byte 0x66, 0x47, 0x17, 0x14, 0x11, 0xa4, 0xf3, 0xf7, 0xa1, 0x24, 0x89, 0xab, 0xd8, 0x1a, 0xc8, 0xa1 +.byte 0x5c, 0xb1, 0xa3, 0xf7, 0x8c, 0x6d, 0xc8, 0x01, 0xc9, 0x4f, 0xc9, 0xec, 0xc4, 0xfc, 0xac, 0x51 +.byte 0x33, 0xd1, 0xc8, 0x83, 0xd1, 0xc9, 0x9f, 0x1d, 0xd4, 0x47, 0x34, 0x29, 0x3e, 0xcb, 0xb0, 0x0e +.byte 0xfa, 0x83, 0x0b, 0x28, 0x58, 0xe5, 0x29, 0xdc, 0x3f, 0x7c, 0xa8, 0x9f, 0xc9, 0xb6, 0x0a, 0xbb +.byte 0xa6, 0xe8, 0x46, 0x16, 0x0f, 0x96, 0xe5, 0x7b, 0xe4, 0x6a, 0x7a, 0x48, 0x6d, 0x76, 0x98, 0x05 +.byte 0xa5, 0xdc, 0x6d, 0x1e, 0x42, 0x1e, 0x42, 0xda, 0x1a, 0xe0, 0x52, 0xf7, 0xb5, 0x83, 0xc0, 0x1a +.byte 0x7b, 0x78, 0x35, 0x2c, 0x38, 0xf5, 0x1f, 0xfd, 0x49, 0xa3, 0x2e, 0xd2, 0x59, 0x63, 0xbf, 0x80 +.byte 0xb0, 0x8c, 0x93, 0x73, 0xcb, 0x35, 0xa6, 0x99, 0x95, 0x22, 0x61, 0x65, 0x03, 0x60, 0xfb, 0x2f +.byte 0x93, 0x4b, 0xfa, 0x9a, 0x9c, 0x80, 0x3b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x65, 0x00, 0x24, 0x01 +.byte 0x30, 0x63, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31 +.byte 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x18, 0x54, 0x68, 0x65, 0x20, 0x47, 0x6f +.byte 0x20, 0x44, 0x61, 0x64, 0x64, 0x79, 0x20, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x2c, 0x20, 0x49, 0x6e +.byte 0x63, 0x2e, 0x31, 0x31, 0x30, 0x2f, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x28, 0x47, 0x6f, 0x20 +.byte 0x44, 0x61, 0x64, 0x64, 0x79, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x32, 0x20, 0x43, 0x65 +.byte 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68 +.byte 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x20, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0d, 0x00, 0x30, 0x82, 0x01 +.byte 0x08, 0x02, 0x82, 0x01, 0x01, 0x00, 0xde, 0x9d, 0xd7, 0xea, 0x57, 0x18, 0x49, 0xa1, 0x5b, 0xeb +.byte 0xd7, 0x5f, 0x48, 0x86, 0xea, 0xbe, 0xdd, 0xff, 0xe4, 0xef, 0x67, 0x1c, 0xf4, 0x65, 0x68, 0xb3 +.byte 0x57, 0x71, 0xa0, 0x5e, 0x77, 0xbb, 0xed, 0x9b, 0x49, 0xe9, 0x70, 0x80, 0x3d, 0x56, 0x18, 0x63 +.byte 0x08, 0x6f, 0xda, 0xf2, 0xcc, 0xd0, 0x3f, 0x7f, 0x02, 0x54, 0x22, 0x54, 0x10, 0xd8, 0xb2, 0x81 +.byte 0xd4, 0xc0, 0x75, 0x3d, 0x4b, 0x7f, 0xc7, 0x77, 0xc3, 0x3e, 0x78, 0xab, 0x1a, 0x03, 0xb5, 0x20 +.byte 0x6b, 0x2f, 0x6a, 0x2b, 0xb1, 0xc5, 0x88, 0x7e, 0xc4, 0xbb, 0x1e, 0xb0, 0xc1, 0xd8, 0x45, 0x27 +.byte 0x6f, 0xaa, 0x37, 0x58, 0xf7, 0x87, 0x26, 0xd7, 0xd8, 0x2d, 0xf6, 0xa9, 0x17, 0xb7, 0x1f, 0x72 +.byte 0x36, 0x4e, 0xa6, 0x17, 0x3f, 0x65, 0x98, 0x92, 0xdb, 0x2a, 0x6e, 0x5d, 0xa2, 0xfe, 0x88, 0xe0 +.byte 0x0b, 0xde, 0x7f, 0xe5, 0x8d, 0x15, 0xe1, 0xeb, 0xcb, 0x3a, 0xd5, 0xe2, 0x12, 0xa2, 0x13, 0x2d +.byte 0xd8, 0x8e, 0xaf, 0x5f, 0x12, 0x3d, 0xa0, 0x08, 0x05, 0x08, 0xb6, 0x5c, 0xa5, 0x65, 0x38, 0x04 +.byte 0x45, 0x99, 0x1e, 0xa3, 0x60, 0x60, 0x74, 0xc5, 0x41, 0xa5, 0x72, 0x62, 0x1b, 0x62, 0xc5, 0x1f +.byte 0x6f, 0x5f, 0x1a, 0x42, 0xbe, 0x02, 0x51, 0x65, 0xa8, 0xae, 0x23, 0x18, 0x6a, 0xfc, 0x78, 0x03 +.byte 0xa9, 0x4d, 0x7f, 0x80, 0xc3, 0xfa, 0xab, 0x5a, 0xfc, 0xa1, 0x40, 0xa4, 0xca, 0x19, 0x16, 0xfe +.byte 0xb2, 0xc8, 0xef, 0x5e, 0x73, 0x0d, 0xee, 0x77, 0xbd, 0x9a, 0xf6, 0x79, 0x98, 0xbc, 0xb1, 0x07 +.byte 0x67, 0xa2, 0x15, 0x0d, 0xdd, 0xa0, 0x58, 0xc6, 0x44, 0x7b, 0x0a, 0x3e, 0x62, 0x28, 0x5f, 0xba +.byte 0x41, 0x07, 0x53, 0x58, 0xcf, 0x11, 0x7e, 0x38, 0x74, 0xc5, 0xf8, 0xff, 0xb5, 0x69, 0x90, 0x8f +.byte 0x84, 0x74, 0xea, 0x97, 0x1b, 0xaf, 0x02, 0x01, 0x03, 0x67, 0x00, 0x26, 0x01, 0x30, 0x65, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20 +.byte 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x77, 0x77 +.byte 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x24 +.byte 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1b, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72 +.byte 0x74, 0x20, 0x41, 0x73, 0x73, 0x75, 0x72, 0x65, 0x64, 0x20, 0x49, 0x44, 0x20, 0x52, 0x6f, 0x6f +.byte 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a +.byte 0x02, 0x82, 0x01, 0x01, 0x00, 0xad, 0x0e, 0x15, 0xce, 0xe4, 0x43, 0x80, 0x5c, 0xb1, 0x87, 0xf3 +.byte 0xb7, 0x60, 0xf9, 0x71, 0x12, 0xa5, 0xae, 0xdc, 0x26, 0x94, 0x88, 0xaa, 0xf4, 0xce, 0xf5, 0x20 +.byte 0x39, 0x28, 0x58, 0x60, 0x0c, 0xf8, 0x80, 0xda, 0xa9, 0x15, 0x95, 0x32, 0x61, 0x3c, 0xb5, 0xb1 +.byte 0x28, 0x84, 0x8a, 0x8a, 0xdc, 0x9f, 0x0a, 0x0c, 0x83, 0x17, 0x7a, 0x8f, 0x90, 0xac, 0x8a, 0xe7 +.byte 0x79, 0x53, 0x5c, 0x31, 0x84, 0x2a, 0xf6, 0x0f, 0x98, 0x32, 0x36, 0x76, 0xcc, 0xde, 0xdd, 0x3c +.byte 0xa8, 0xa2, 0xef, 0x6a, 0xfb, 0x21, 0xf2, 0x52, 0x61, 0xdf, 0x9f, 0x20, 0xd7, 0x1f, 0xe2, 0xb1 +.byte 0xd9, 0xfe, 0x18, 0x64, 0xd2, 0x12, 0x5b, 0x5f, 0xf9, 0x58, 0x18, 0x35, 0xbc, 0x47, 0xcd, 0xa1 +.byte 0x36, 0xf9, 0x6b, 0x7f, 0xd4, 0xb0, 0x38, 0x3e, 0xc1, 0x1b, 0xc3, 0x8c, 0x33, 0xd9, 0xd8, 0x2f +.byte 0x18, 0xfe, 0x28, 0x0f, 0xb3, 0xa7, 0x83, 0xd6, 0xc3, 0x6e, 0x44, 0xc0, 0x61, 0x35, 0x96, 0x16 +.byte 0xfe, 0x59, 0x9c, 0x8b, 0x76, 0x6d, 0xd7, 0xf1, 0xa2, 0x4b, 0x0d, 0x2b, 0xff, 0x0b, 0x72, 0xda +.byte 0x9e, 0x60, 0xd0, 0x8e, 0x90, 0x35, 0xc6, 0x78, 0x55, 0x87, 0x20, 0xa1, 0xcf, 0xe5, 0x6d, 0x0a +.byte 0xc8, 0x49, 0x7c, 0x31, 0x98, 0x33, 0x6c, 0x22, 0xe9, 0x87, 0xd0, 0x32, 0x5a, 0xa2, 0xba, 0x13 +.byte 0x82, 0x11, 0xed, 0x39, 0x17, 0x9d, 0x99, 0x3a, 0x72, 0xa1, 0xe6, 0xfa, 0xa4, 0xd9, 0xd5, 0x17 +.byte 0x31, 0x75, 0xae, 0x85, 0x7d, 0x22, 0xae, 0x3f, 0x01, 0x46, 0x86, 0xf6, 0x28, 0x79, 0xc8, 0xb1 +.byte 0xda, 0xe4, 0x57, 0x17, 0xc4, 0x7e, 0x1c, 0x0e, 0xb0, 0xb4, 0x92, 0xa6, 0x56, 0xb3, 0xbd, 0xb2 +.byte 0x97, 0xed, 0xaa, 0xa7, 0xf0, 0xb7, 0xc5, 0xa8, 0x3f, 0x95, 0x16, 0xd0, 0xff, 0xa1, 0x96, 0xeb +.byte 0x08, 0x5f, 0x18, 0x77, 0x4f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x67, 0x00, 0x26, 0x01, 0x30, 0x65 +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30 +.byte 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74 +.byte 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x77 +.byte 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31 +.byte 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1b, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65 +.byte 0x72, 0x74, 0x20, 0x41, 0x73, 0x73, 0x75, 0x72, 0x65, 0x64, 0x20, 0x49, 0x44, 0x20, 0x52, 0x6f +.byte 0x6f, 0x74, 0x20, 0x47, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 .byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01 -.byte 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0x93, 0x4b, 0xbb, 0xe9, 0x66, 0x8a, 0xee, 0x9d, 0x5b, 0xd5 -.byte 0x34, 0x93, 0xd0, 0x1b, 0x1e, 0xc3, 0xe7, 0x9e, 0xb8, 0x64, 0x33, 0x7f, 0x63, 0x78, 0x68, 0xb4 -.byte 0xcd, 0x2e, 0x71, 0x75, 0xd7, 0x9b, 0x20, 0xc6, 0x4d, 0x29, 0xbc, 0xb6, 0x68, 0x60, 0x8a, 0xf7 -.byte 0x21, 0x9a, 0x56, 0x35, 0x5a, 0xf3, 0x76, 0xbd, 0xd8, 0xcd, 0x9a, 0xff, 0x93, 0x56, 0x4b, 0xa5 -.byte 0x59, 0x06, 0xa1, 0x93, 0x34, 0x29, 0xdd, 0x16, 0x34, 0x75, 0x4e, 0xf2, 0x81, 0xb4, 0xc7, 0x96 -.byte 0x4e, 0xad, 0x19, 0x15, 0x52, 0x4a, 0xfe, 0x3c, 0x70, 0x75, 0x70, 0xcd, 0xaf, 0x2b, 0xab, 0x15 -.byte 0x9a, 0x33, 0x3c, 0xaa, 0xb3, 0x8b, 0xaa, 0xcd, 0x43, 0xfd, 0xf5, 0xea, 0x70, 0xff, 0xed, 0xcf -.byte 0x11, 0x3b, 0x94, 0xce, 0x4e, 0x32, 0x16, 0xd3, 0x23, 0x40, 0x2a, 0x77, 0xb3, 0xaf, 0x3c, 0x01 -.byte 0x2c, 0x6c, 0xed, 0x99, 0x2c, 0x8b, 0xd9, 0x4e, 0x69, 0x98, 0xb2, 0xf7, 0x8f, 0x41, 0xb0, 0x32 -.byte 0x78, 0x61, 0xd6, 0x0d, 0x5f, 0xc3, 0xfa, 0xa2, 0x40, 0x92, 0x1d, 0x5c, 0x17, 0xe6, 0x70, 0x3e -.byte 0x35, 0xe7, 0xa2, 0xb7, 0xc2, 0x62, 0xe2, 0xab, 0xa4, 0x38, 0x4c, 0xb5, 0x39, 0x35, 0x6f, 0xea -.byte 0x03, 0x69, 0xfa, 0x3a, 0x54, 0x68, 0x85, 0x6d, 0xd6, 0xf2, 0x2f, 0x43, 0x55, 0x1e, 0x91, 0x0d -.byte 0x0e, 0xd8, 0xd5, 0x6a, 0xa4, 0x96, 0xd1, 0x13, 0x3c, 0x2c, 0x78, 0x50, 0xe8, 0x3a, 0x92, 0xd2 -.byte 0x17, 0x56, 0xe5, 0x35, 0x1a, 0x40, 0x1c, 0x3e, 0x8d, 0x2c, 0xed, 0x39, 0xdf, 0x42, 0xe0, 0x83 -.byte 0x41, 0x74, 0xdf, 0xa3, 0xcd, 0xc2, 0x86, 0x60, 0x48, 0x68, 0xe3, 0x69, 0x0b, 0x54, 0x00, 0x8b -.byte 0xe4, 0x76, 0x69, 0x21, 0x0d, 0x79, 0x4e, 0x34, 0x08, 0x5e, 0x14, 0xc2, 0xcc, 0xb1, 0xb7, 0xad -.byte 0xd7, 0x7c, 0x70, 0x8a, 0xc7, 0x85, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x6a, 0x01, 0x24, 0x30 -.byte 0x68, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x25 -.byte 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x53, 0x74, 0x61, 0x72, 0x66, 0x69, 0x65 -.byte 0x6c, 0x64, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x2c -.byte 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x29 -.byte 0x53, 0x74, 0x61, 0x72, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20 -.byte 0x32, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20 -.byte 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x20, 0x30, 0x0d, 0x06 -.byte 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0d -.byte 0x00, 0x30, 0x82, 0x01, 0x08, 0x02, 0x82, 0x01, 0x01, 0x00, 0xb7, 0x32, 0xc8, 0xfe, 0xe9, 0x71 -.byte 0xa6, 0x04, 0x85, 0xad, 0x0c, 0x11, 0x64, 0xdf, 0xce, 0x4d, 0xef, 0xc8, 0x03, 0x18, 0x87, 0x3f -.byte 0xa1, 0xab, 0xfb, 0x3c, 0xa6, 0x9f, 0xf0, 0xc3, 0xa1, 0xda, 0xd4, 0xd8, 0x6e, 0x2b, 0x53, 0x90 -.byte 0xfb, 0x24, 0xa4, 0x3e, 0x84, 0xf0, 0x9e, 0xe8, 0x5f, 0xec, 0xe5, 0x27, 0x44, 0xf5, 0x28, 0xa6 -.byte 0x3f, 0x7b, 0xde, 0xe0, 0x2a, 0xf0, 0xc8, 0xaf, 0x53, 0x2f, 0x9e, 0xca, 0x05, 0x01, 0x93, 0x1e -.byte 0x8f, 0x66, 0x1c, 0x39, 0xa7, 0x4d, 0xfa, 0x5a, 0xb6, 0x73, 0x04, 0x25, 0x66, 0xeb, 0x77, 0x7f -.byte 0xe7, 0x59, 0xc6, 0x4a, 0x99, 0x25, 0x14, 0x54, 0xeb, 0x26, 0xc7, 0xf3, 0x7f, 0x19, 0xd5, 0x30 -.byte 0x70, 0x8f, 0xaf, 0xb0, 0x46, 0x2a, 0xff, 0xad, 0xeb, 0x29, 0xed, 0xd7, 0x9f, 0xaa, 0x04, 0x87 -.byte 0xa3, 0xd4, 0xf9, 0x89, 0xa5, 0x34, 0x5f, 0xdb, 0x43, 0x91, 0x82, 0x36, 0xd9, 0x66, 0x3c, 0xb1 -.byte 0xb8, 0xb9, 0x82, 0xfd, 0x9c, 0x3a, 0x3e, 0x10, 0xc8, 0x3b, 0xef, 0x06, 0x65, 0x66, 0x7a, 0x9b -.byte 0x19, 0x18, 0x3d, 0xff, 0x71, 0x51, 0x3c, 0x30, 0x2e, 0x5f, 0xbe, 0x3d, 0x77, 0x73, 0xb2, 0x5d -.byte 0x06, 0x6c, 0xc3, 0x23, 0x56, 0x9a, 0x2b, 0x85, 0x26, 0x92, 0x1c, 0xa7, 0x02, 0xb3, 0xe4, 0x3f -.byte 0x0d, 0xaf, 0x08, 0x79, 0x82, 0xb8, 0x36, 0x3d, 0xea, 0x9c, 0xd3, 0x35, 0xb3, 0xbc, 0x69, 0xca -.byte 0xf5, 0xcc, 0x9d, 0xe8, 0xfd, 0x64, 0x8d, 0x17, 0x80, 0x33, 0x6e, 0x5e, 0x4a, 0x5d, 0x99, 0xc9 -.byte 0x1e, 0x87, 0xb4, 0x9d, 0x1a, 0xc0, 0xd5, 0x6e, 0x13, 0x35, 0x23, 0x5e, 0xdf, 0x9b, 0x5f, 0x3d -.byte 0xef, 0xd6, 0xf7, 0x76, 0xc2, 0xea, 0x3e, 0xbb, 0x78, 0x0d, 0x1c, 0x42, 0x67, 0x6b, 0x04, 0xd8 -.byte 0xf8, 0xd6, 0xda, 0x6f, 0x8b, 0xf2, 0x44, 0xa0, 0x01, 0xab, 0x02, 0x01, 0x03, 0x00, 0x6b, 0x02 -.byte 0x26, 0x30, 0x69, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4b, 0x52 -.byte 0x31, 0x26, 0x30, 0x24, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1d, 0x4e, 0x41, 0x56, 0x45, 0x52 -.byte 0x20, 0x42, 0x55, 0x53, 0x49, 0x4e, 0x45, 0x53, 0x53, 0x20, 0x50, 0x4c, 0x41, 0x54, 0x46, 0x4f -.byte 0x52, 0x4d, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x2e, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x0c, 0x29, 0x4e, 0x41, 0x56, 0x45, 0x52, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20 -.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69 -.byte 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x02, 0x22 +.byte 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xd9, 0xe7, 0x28, 0x2f, 0x52, 0x3f, 0x36, 0x72, 0x49, 0x88 +.byte 0x93, 0x34, 0xf3, 0xf8, 0x6a, 0x1e, 0x31, 0x54, 0x80, 0x9f, 0xad, 0x54, 0x41, 0xb5, 0x47, 0xdf +.byte 0x96, 0xa8, 0xd4, 0xaf, 0x80, 0x2d, 0xb9, 0x0a, 0xcf, 0x75, 0xfd, 0x89, 0xa5, 0x7d, 0x24, 0xfa +.byte 0xe3, 0x22, 0x0c, 0x2b, 0xbc, 0x95, 0x17, 0x0b, 0x33, 0xbf, 0x19, 0x4d, 0x41, 0x06, 0x90, 0x00 +.byte 0xbd, 0x0c, 0x4d, 0x10, 0xfe, 0x07, 0xb5, 0xe7, 0x1c, 0x6e, 0x22, 0x55, 0x31, 0x65, 0x97, 0xbd +.byte 0xd3, 0x17, 0xd2, 0x1e, 0x62, 0xf3, 0xdb, 0xea, 0x6c, 0x50, 0x8c, 0x3f, 0x84, 0x0c, 0x96, 0xcf +.byte 0xb7, 0xcb, 0x03, 0xe0, 0xca, 0x6d, 0xa1, 0x14, 0x4c, 0x1b, 0x89, 0xdd, 0xed, 0x00, 0xb0, 0x52 +.byte 0x7c, 0xaf, 0x91, 0x6c, 0xb1, 0x38, 0x13, 0xd1, 0xe9, 0x12, 0x08, 0xc0, 0x00, 0xb0, 0x1c, 0x2b +.byte 0x11, 0xda, 0x77, 0x70, 0x36, 0x9b, 0xae, 0xce, 0x79, 0x87, 0xdc, 0x82, 0x70, 0xe6, 0x09, 0x74 +.byte 0x70, 0x55, 0x69, 0xaf, 0xa3, 0x68, 0x9f, 0xbf, 0xdd, 0xb6, 0x79, 0xb3, 0xf2, 0x9d, 0x70, 0x29 +.byte 0x55, 0xf4, 0xab, 0xff, 0x95, 0x61, 0xf3, 0xc9, 0x40, 0x6f, 0x1d, 0xd1, 0xbe, 0x93, 0xbb, 0xd3 +.byte 0x88, 0x2a, 0xbb, 0x9d, 0xbf, 0x72, 0x5a, 0x56, 0x71, 0x3b, 0x3f, 0xd4, 0xf3, 0xd1, 0x0a, 0xfe +.byte 0x28, 0xef, 0xa3, 0xee, 0xd9, 0x99, 0xaf, 0x03, 0xd3, 0x8f, 0x60, 0xb7, 0xf2, 0x92, 0xa1, 0xb1 +.byte 0xbd, 0x89, 0x89, 0x1f, 0x30, 0xcd, 0xc3, 0xa6, 0x2e, 0x62, 0x33, 0xae, 0x16, 0x02, 0x77, 0x44 +.byte 0x5a, 0xe7, 0x81, 0x0a, 0x3c, 0xa7, 0x44, 0x2e, 0x79, 0xb8, 0x3f, 0x04, 0xbc, 0x5c, 0xa0, 0x87 +.byte 0xe1, 0x1b, 0xaf, 0x51, 0x8e, 0xcd, 0xec, 0x2c, 0xfa, 0xf8, 0xfe, 0x6d, 0xf0, 0x3a, 0x7c, 0xaa +.byte 0x8b, 0xe4, 0x67, 0x95, 0x31, 0x8d, 0x02, 0x03, 0x01, 0x00, 0x01, 0x67, 0x00, 0x78, 0x00, 0x30 +.byte 0x65, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15 +.byte 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72 +.byte 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10 +.byte 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d +.byte 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1b, 0x44, 0x69, 0x67, 0x69, 0x43 +.byte 0x65, 0x72, 0x74, 0x20, 0x41, 0x73, 0x73, 0x75, 0x72, 0x65, 0x64, 0x20, 0x49, 0x44, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x33, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce +.byte 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x19, 0xe7 +.byte 0xbc, 0xac, 0x44, 0x65, 0xed, 0xcd, 0xb8, 0x3f, 0x58, 0xfb, 0x8d, 0xb1, 0x57, 0xa9, 0x44, 0x2d +.byte 0x05, 0x15, 0xf2, 0xef, 0x0b, 0xff, 0x10, 0x74, 0x9f, 0xb5, 0x62, 0x52, 0x5f, 0x66, 0x7e, 0x1f +.byte 0xe5, 0xdc, 0x1b, 0x45, 0x79, 0x0b, 0xcc, 0xc6, 0x53, 0x0a, 0x9d, 0x8d, 0x5d, 0x02, 0xd9, 0xa9 +.byte 0x59, 0xde, 0x02, 0x5a, 0xf6, 0x95, 0x2a, 0x0e, 0x8d, 0x38, 0x4a, 0x8a, 0x49, 0xc6, 0xbc, 0xc6 +.byte 0x03, 0x38, 0x07, 0x5f, 0x55, 0xda, 0x7e, 0x09, 0x6e, 0xe2, 0x7f, 0x5e, 0xd0, 0x45, 0x20, 0x0f +.byte 0x59, 0x76, 0x10, 0xd6, 0xa0, 0x24, 0xf0, 0x2d, 0xde, 0x36, 0xf2, 0x6c, 0x29, 0x39, 0x67, 0x00 +.byte 0x78, 0x00, 0x30, 0x65, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 +.byte 0x53, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x15, 0x4d, 0x69, 0x63, 0x72 +.byte 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f +.byte 0x6e, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2d, 0x4d, 0x69, 0x63, 0x72 +.byte 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f +.byte 0x72, 0x69, 0x74, 0x79, 0x20, 0x32, 0x30, 0x31, 0x37, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a +.byte 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00 +.byte 0x04, 0xd4, 0xbc, 0x3d, 0x02, 0x42, 0x75, 0x41, 0x13, 0x23, 0xcd, 0x80, 0x04, 0x86, 0x02, 0x51 +.byte 0x2f, 0x6a, 0xa8, 0x81, 0x62, 0x0b, 0x65, 0xcc, 0xf6, 0xca, 0x9d, 0x1e, 0x6f, 0x4a, 0x66, 0x51 +.byte 0xa2, 0x03, 0xd9, 0x9d, 0x91, 0xfa, 0xb6, 0x16, 0xb1, 0x8c, 0x6e, 0xde, 0x7c, 0xcd, 0xdb, 0x79 +.byte 0xa6, 0x2f, 0xce, 0xbb, 0xce, 0x71, 0x2f, 0xe5, 0xa5, 0xab, 0x28, 0xec, 0x63, 0x04, 0x66, 0x99 +.byte 0xf8, 0xfa, 0xf2, 0x93, 0x10, 0x05, 0xe1, 0x81, 0x28, 0x42, 0xe3, 0xc6, 0x68, 0xf4, 0xe6, 0x1b +.byte 0x84, 0x60, 0x4a, 0x89, 0xaf, 0xed, 0x79, 0x0f, 0x3b, 0xce, 0xf1, 0xf6, 0x44, 0xf5, 0x01, 0x78 +.byte 0xc0, 0x67, 0x00, 0x26, 0x02, 0x30, 0x65, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x15, 0x4d +.byte 0x69, 0x63, 0x72, 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61 +.byte 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2d, 0x4d +.byte 0x69, 0x63, 0x72, 0x6f, 0x73, 0x6f, 0x66, 0x74, 0x20, 0x52, 0x53, 0x41, 0x20, 0x52, 0x6f, 0x6f +.byte 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x41, 0x75 +.byte 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x32, 0x30, 0x31, 0x37, 0x30, 0x82, 0x02, 0x22 .byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 -.byte 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb6, 0xd4, 0xf1 -.byte 0x93, 0x5c, 0xb5, 0x40, 0x89, 0x0a, 0xab, 0x0d, 0x90, 0x5b, 0x50, 0x63, 0xae, 0x90, 0x94, 0x74 -.byte 0x17, 0x45, 0x72, 0xd6, 0x7b, 0x65, 0x5a, 0x29, 0x4b, 0xa7, 0x56, 0xa0, 0x4b, 0xb8, 0x2f, 0x42 -.byte 0x75, 0xe9, 0xd9, 0x7b, 0x24, 0x5a, 0x31, 0x65, 0xab, 0x17, 0x17, 0xd1, 0x33, 0x3a, 0xd9, 0x11 -.byte 0xdc, 0x40, 0x36, 0x87, 0xdf, 0xc7, 0x6a, 0xe9, 0x26, 0x5e, 0x59, 0x8a, 0x77, 0xe3, 0xe8, 0x48 -.byte 0x9c, 0x31, 0x16, 0xfa, 0x3e, 0x91, 0xb1, 0xca, 0xc9, 0xa3, 0xe2, 0x9f, 0xce, 0x21, 0x53, 0xa3 -.byte 0x02, 0x36, 0x30, 0xcb, 0x52, 0x02, 0xe5, 0xda, 0x32, 0x5d, 0xc3, 0xc5, 0xe6, 0xf9, 0xee, 0x11 -.byte 0xc7, 0x8b, 0xc9, 0x44, 0x1e, 0x84, 0x93, 0x18, 0x4a, 0xb4, 0x9f, 0xe5, 0x12, 0x64, 0x69, 0xd0 -.byte 0x26, 0x85, 0x62, 0x01, 0xb6, 0xc9, 0x02, 0x1d, 0xbe, 0x83, 0x51, 0xbb, 0x5c, 0xda, 0xf8, 0xad -.byte 0x15, 0x6a, 0x99, 0xf7, 0x92, 0x54, 0xf7, 0x34, 0x5b, 0xe9, 0xbf, 0xea, 0x29, 0x81, 0x12, 0xd4 -.byte 0x53, 0x91, 0x96, 0xb3, 0x91, 0x5a, 0xdd, 0xfe, 0x90, 0x73, 0x28, 0xfb, 0x30, 0x46, 0xb5, 0xca -.byte 0x08, 0x07, 0xc7, 0x71, 0x72, 0xc9, 0x66, 0xd3, 0x34, 0x97, 0xf6, 0x8c, 0xf4, 0x18, 0x4a, 0xe1 -.byte 0xd0, 0x3d, 0x5a, 0x45, 0xb6, 0x69, 0xa7, 0x29, 0xfb, 0x23, 0xce, 0x88, 0xd8, 0x12, 0x9c, 0x00 -.byte 0x48, 0xa8, 0xa6, 0x0f, 0xb3, 0x3b, 0x92, 0x8d, 0x71, 0x0e, 0x74, 0xc5, 0x8b, 0xc8, 0x4c, 0xf9 -.byte 0xf4, 0x9b, 0x8e, 0xb8, 0x3c, 0x69, 0xed, 0x6f, 0x3b, 0x50, 0x2f, 0x58, 0xed, 0xc4, 0xb0, 0xd0 -.byte 0x1c, 0x1b, 0x6a, 0x0c, 0xe2, 0xbc, 0x44, 0xaa, 0xd8, 0xcd, 0x14, 0x5d, 0x94, 0x78, 0x61, 0xbf -.byte 0x0e, 0x6e, 0xda, 0x2a, 0xbc, 0x2f, 0x0c, 0x0b, 0x71, 0xa6, 0xb3, 0x16, 0x3f, 0x9c, 0xe6, 0xf9 -.byte 0xcc, 0x9f, 0x53, 0x35, 0xe2, 0x03, 0xa0, 0xa0, 0x18, 0xbf, 0xbb, 0xf1, 0xbe, 0xf4, 0xd6, 0x8c -.byte 0x87, 0x0d, 0x42, 0xf7, 0x06, 0xb9, 0xf1, 0x6d, 0xed, 0x04, 0x94, 0xa8, 0xfe, 0xb6, 0xd3, 0x06 -.byte 0xc6, 0x40, 0x61, 0xdf, 0x9d, 0x9d, 0xf3, 0x54, 0x76, 0xce, 0x53, 0x3a, 0x01, 0xa6, 0x92, 0x41 -.byte 0xec, 0x04, 0xa3, 0x8f, 0x0d, 0xa2, 0xd5, 0x09, 0xca, 0xd6, 0xcb, 0x9a, 0xf1, 0xef, 0x43, 0x5d -.byte 0xc0, 0xab, 0xa5, 0x41, 0xcf, 0x5c, 0x53, 0x70, 0x70, 0xc9, 0x88, 0xa6, 0x2d, 0xd4, 0x6b, 0x61 -.byte 0x73, 0x50, 0x26, 0x86, 0x61, 0x0e, 0x5f, 0x1b, 0xc2, 0x2b, 0xe2, 0x8c, 0xd5, 0xbb, 0x9d, 0xc1 -.byte 0x03, 0x42, 0xba, 0x94, 0xda, 0x5f, 0xa9, 0xb0, 0xca, 0xcc, 0x4d, 0x0a, 0xef, 0x47, 0x69, 0x03 -.byte 0x2f, 0x22, 0xfb, 0xf1, 0x28, 0xce, 0xbf, 0x5d, 0x50, 0x65, 0xa8, 0x90, 0x6d, 0xb3, 0x74, 0xb0 -.byte 0x08, 0xc7, 0xac, 0xa8, 0xd1, 0xeb, 0x3e, 0x9c, 0xfc, 0x5d, 0x1a, 0x83, 0x2e, 0x2b, 0xcb, 0xb5 -.byte 0xf3, 0x44, 0x9d, 0x3a, 0xa7, 0x17, 0x61, 0x96, 0xa2, 0x71, 0xd3, 0x70, 0x96, 0x15, 0x4d, 0xb7 -.byte 0x4c, 0x73, 0xee, 0x19, 0x5c, 0xc5, 0x5b, 0x3e, 0x41, 0xfe, 0xac, 0x75, 0x60, 0x3b, 0x1b, 0x63 -.byte 0xce, 0x00, 0xdd, 0xda, 0x08, 0x90, 0x62, 0xb4, 0xe5, 0x2d, 0xee, 0x48, 0xa7, 0x6b, 0x17, 0x99 -.byte 0x54, 0xbe, 0x87, 0x4a, 0xe3, 0xa9, 0x5e, 0x04, 0x4c, 0xeb, 0x10, 0x6d, 0x54, 0xd6, 0xef, 0xf1 -.byte 0xe8, 0xf2, 0x62, 0x16, 0xcb, 0x80, 0x6b, 0xed, 0x3d, 0xed, 0xf5, 0x1f, 0x30, 0xa5, 0xae, 0x4b -.byte 0xc9, 0x13, 0xed, 0x8a, 0x01, 0x01, 0xc9, 0xb8, 0x51, 0x58, 0xc0, 0x66, 0x3a, 0xb1, 0x66, 0x4b -.byte 0xc4, 0xd5, 0x31, 0x02, 0x62, 0xe9, 0x74, 0x84, 0x0c, 0xdb, 0x4d, 0x46, 0x2d, 0x02, 0x03, 0x01 -.byte 0x00, 0x01, 0x00, 0x6d, 0x00, 0x78, 0x30, 0x6b, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xca, 0x5b, 0xbe +.byte 0x94, 0x33, 0x8c, 0x29, 0x95, 0x91, 0x16, 0x0a, 0x95, 0xbd, 0x47, 0x62, 0xc1, 0x89, 0xf3, 0x99 +.byte 0x36, 0xdf, 0x46, 0x90, 0xc9, 0xa5, 0xed, 0x78, 0x6a, 0x6f, 0x47, 0x91, 0x68, 0xf8, 0x27, 0x67 +.byte 0x50, 0x33, 0x1d, 0xa1, 0xa6, 0xfb, 0xe0, 0xe5, 0x43, 0xa3, 0x84, 0x02, 0x57, 0x01, 0x5d, 0x9c +.byte 0x48, 0x40, 0x82, 0x53, 0x10, 0xbc, 0xbf, 0xc7, 0x3b, 0x68, 0x90, 0xb6, 0x82, 0x2d, 0xe5, 0xf4 +.byte 0x65, 0xd0, 0xcc, 0x6d, 0x19, 0xcc, 0x95, 0xf9, 0x7b, 0xac, 0x4a, 0x94, 0xad, 0x0e, 0xde, 0x4b +.byte 0x43, 0x1d, 0x87, 0x07, 0x92, 0x13, 0x90, 0x80, 0x83, 0x64, 0x35, 0x39, 0x04, 0xfc, 0xe5, 0xe9 +.byte 0x6c, 0xb3, 0xb6, 0x1f, 0x50, 0x94, 0x38, 0x65, 0x50, 0x5c, 0x17, 0x46, 0xb9, 0xb6, 0x85, 0xb5 +.byte 0x1c, 0xb5, 0x17, 0xe8, 0xd6, 0x45, 0x9d, 0xd8, 0xb2, 0x26, 0xb0, 0xca, 0xc4, 0x70, 0x4a, 0xae +.byte 0x60, 0xa4, 0xdd, 0xb3, 0xd9, 0xec, 0xfc, 0x3b, 0xd5, 0x57, 0x72, 0xbc, 0x3f, 0xc8, 0xc9, 0xb2 +.byte 0xde, 0x4b, 0x6b, 0xf8, 0x23, 0x6c, 0x03, 0xc0, 0x05, 0xbd, 0x95, 0xc7, 0xcd, 0x73, 0x3b, 0x66 +.byte 0x80, 0x64, 0xe3, 0x1a, 0xac, 0x2e, 0xf9, 0x47, 0x05, 0xf2, 0x06, 0xb6, 0x9b, 0x73, 0xf5, 0x78 +.byte 0x33, 0x5b, 0xc7, 0xa1, 0xfb, 0x27, 0x2a, 0xa1, 0xb4, 0x9a, 0x91, 0x8c, 0x91, 0xd3, 0x3a, 0x82 +.byte 0x3e, 0x76, 0x40, 0xb4, 0xcd, 0x52, 0x61, 0x51, 0x70, 0x28, 0x3f, 0xc5, 0xc5, 0x5a, 0xf2, 0xc9 +.byte 0x8c, 0x49, 0xbb, 0x14, 0x5b, 0x4d, 0xc8, 0xff, 0x67, 0x4d, 0x4c, 0x12, 0x96, 0xad, 0xf5, 0xfe +.byte 0x78, 0xa8, 0x97, 0x87, 0xd7, 0xfd, 0x5e, 0x20, 0x80, 0xdc, 0xa1, 0x4b, 0x22, 0xfb, 0xd4, 0x89 +.byte 0xad, 0xba, 0xce, 0x47, 0x97, 0x47, 0x55, 0x7b, 0x8f, 0x45, 0xc8, 0x67, 0x28, 0x84, 0x95, 0x1c +.byte 0x68, 0x30, 0xef, 0xef, 0x49, 0xe0, 0x35, 0x7b, 0x64, 0xe7, 0x98, 0xb0, 0x94, 0xda, 0x4d, 0x85 +.byte 0x3b, 0x3e, 0x55, 0xc4, 0x28, 0xaf, 0x57, 0xf3, 0x9e, 0x13, 0xdb, 0x46, 0x27, 0x9f, 0x1e, 0xa2 +.byte 0x5e, 0x44, 0x83, 0xa4, 0xa5, 0xca, 0xd5, 0x13, 0xb3, 0x4b, 0x3f, 0xc4, 0xe3, 0xc2, 0xe6, 0x86 +.byte 0x61, 0xa4, 0x52, 0x30, 0xb9, 0x7a, 0x20, 0x4f, 0x6f, 0x0f, 0x38, 0x53, 0xcb, 0x33, 0x0c, 0x13 +.byte 0x2b, 0x8f, 0xd6, 0x9a, 0xbd, 0x2a, 0xc8, 0x2d, 0xb1, 0x1c, 0x7d, 0x4b, 0x51, 0xca, 0x47, 0xd1 +.byte 0x48, 0x27, 0x72, 0x5d, 0x87, 0xeb, 0xd5, 0x45, 0xe6, 0x48, 0x65, 0x9d, 0xaf, 0x52, 0x90, 0xba +.byte 0x5b, 0xa2, 0x18, 0x65, 0x57, 0x12, 0x9f, 0x68, 0xb9, 0xd4, 0x15, 0x6b, 0x94, 0xc4, 0x69, 0x22 +.byte 0x98, 0xf4, 0x33, 0xe0, 0xed, 0xf9, 0x51, 0x8e, 0x41, 0x50, 0xc9, 0x34, 0x4f, 0x76, 0x90, 0xac +.byte 0xfc, 0x38, 0xc1, 0xd8, 0xe1, 0x7b, 0xb9, 0xe3, 0xe3, 0x94, 0xe1, 0x46, 0x69, 0xcb, 0x0e, 0x0a +.byte 0x50, 0x6b, 0x13, 0xba, 0xac, 0x0f, 0x37, 0x5a, 0xb7, 0x12, 0xb5, 0x90, 0x81, 0x1e, 0x56, 0xae +.byte 0x57, 0x22, 0x86, 0xd9, 0xc9, 0xd2, 0xd1, 0xd7, 0x51, 0xe3, 0xab, 0x3b, 0xc6, 0x55, 0xfd, 0x1e +.byte 0x0e, 0xd3, 0x74, 0x0a, 0xd1, 0xda, 0xaa, 0xea, 0x69, 0xb8, 0x97, 0x28, 0x8f, 0x48, 0xc4, 0x07 +.byte 0xf8, 0x52, 0x43, 0x3a, 0xf4, 0xca, 0x55, 0x35, 0x2c, 0xb0, 0xa6, 0x6a, 0xc0, 0x9c, 0xf9, 0xf2 +.byte 0x81, 0xe1, 0x12, 0x6a, 0xc0, 0x45, 0xd9, 0x67, 0xb3, 0xce, 0xff, 0x23, 0xa2, 0x89, 0x0a, 0x54 +.byte 0xd4, 0x14, 0xb9, 0x2a, 0xa8, 0xd7, 0xec, 0xf9, 0xab, 0xcd, 0x25, 0x58, 0x32, 0x79, 0x8f, 0x90 +.byte 0x5b, 0x98, 0x39, 0xc4, 0x08, 0x06, 0xc1, 0xac, 0x7f, 0x0e, 0x3d, 0x00, 0xa5, 0x02, 0x03, 0x01 +.byte 0x00, 0x01, 0x69, 0x00, 0x26, 0x01, 0x30, 0x67, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 .byte 0x06, 0x13, 0x02, 0x49, 0x4e, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0a .byte 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x50, 0x4b, 0x49, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03 .byte 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x65, 0x4d, 0x75, 0x64, 0x68, 0x72, 0x61, 0x20, 0x54, 0x65, 0x63 .byte 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65 -.byte 0x64, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x65, 0x6d, 0x53, 0x69 -.byte 0x67, 0x6e, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d -.byte 0x20, 0x47, 0x33, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01 -.byte 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x23, 0xa5, 0x0c, 0xb8, 0x2d -.byte 0x12, 0xf5, 0x28, 0xf3, 0xb1, 0xb2, 0xdd, 0xe2, 0x02, 0x12, 0x80, 0x9e, 0x39, 0x5f, 0x49, 0x4d -.byte 0x9f, 0xc9, 0x25, 0x34, 0x59, 0x74, 0xec, 0xbb, 0x06, 0x1c, 0xe7, 0xc0, 0x72, 0xaf, 0xe8, 0xae -.byte 0x2f, 0xe1, 0x41, 0x54, 0x87, 0x14, 0xa8, 0x4a, 0xb2, 0xe8, 0x7c, 0x82, 0xe6, 0x5b, 0x6a, 0xb5 -.byte 0xdc, 0xb3, 0x75, 0xce, 0x8b, 0x06, 0xd0, 0x86, 0x23, 0xbf, 0x46, 0xd5, 0x8e, 0x0f, 0x3f, 0x04 -.byte 0xf4, 0xd7, 0x1c, 0x92, 0x7e, 0xf6, 0xa5, 0x63, 0xc2, 0xf5, 0x5f, 0x8e, 0x2e, 0x4f, 0xa1, 0x18 -.byte 0x19, 0x02, 0x2b, 0x32, 0x0a, 0x82, 0x64, 0x7d, 0x16, 0x93, 0xd1, 0x00, 0x6d, 0x02, 0x26, 0x30 -.byte 0x6b, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x49, 0x54, 0x31, 0x0e -.byte 0x30, 0x0c, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x05, 0x4d, 0x69, 0x6c, 0x61, 0x6e, 0x31, 0x23 -.byte 0x30, 0x21, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x1a, 0x41, 0x63, 0x74, 0x61, 0x6c, 0x69, 0x73 -.byte 0x20, 0x53, 0x2e, 0x70, 0x2e, 0x41, 0x2e, 0x2f, 0x30, 0x33, 0x33, 0x35, 0x38, 0x35, 0x32, 0x30 -.byte 0x39, 0x36, 0x37, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1e, 0x41, 0x63 -.byte 0x74, 0x61, 0x6c, 0x69, 0x73, 0x20, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61 -.byte 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22 -.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 -.byte 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa7, 0xc6, 0xc4 -.byte 0xa5, 0x29, 0xa4, 0x2c, 0xef, 0xe5, 0x18, 0xc5, 0xb0, 0x50, 0xa3, 0x6f, 0x51, 0x3b, 0x9f, 0x0a -.byte 0x5a, 0xc9, 0xc2, 0x48, 0x38, 0x0a, 0xc2, 0x1c, 0xa0, 0x18, 0x7f, 0x91, 0xb5, 0x87, 0xb9, 0x40 -.byte 0x3f, 0xdd, 0x1d, 0x68, 0x1f, 0x08, 0x83, 0xd5, 0x2d, 0x1e, 0x88, 0xa0, 0xf8, 0x8f, 0x56, 0x8f -.byte 0x6d, 0x99, 0x02, 0x92, 0x90, 0x16, 0xd5, 0x5f, 0x08, 0x6c, 0x89, 0xd7, 0xe1, 0xac, 0xbc, 0x20 -.byte 0xc2, 0xb1, 0xe0, 0x83, 0x51, 0x8a, 0x69, 0x4d, 0x00, 0x96, 0x5a, 0x6f, 0x2f, 0xc0, 0x44, 0x7e -.byte 0xa3, 0x0e, 0xe4, 0x91, 0xcd, 0x58, 0xee, 0xdc, 0xfb, 0xc7, 0x1e, 0x45, 0x47, 0xdd, 0x27, 0xb9 -.byte 0x08, 0x01, 0x9f, 0xa6, 0x21, 0x1d, 0xf5, 0x41, 0x2d, 0x2f, 0x4c, 0xfd, 0x28, 0xad, 0xe0, 0x8a -.byte 0xad, 0x22, 0xb4, 0x56, 0x65, 0x8e, 0x86, 0x54, 0x8f, 0x93, 0x43, 0x29, 0xde, 0x39, 0x46, 0x78 -.byte 0xa3, 0x30, 0x23, 0xba, 0xcd, 0xf0, 0x7d, 0x13, 0x57, 0xc0, 0x5d, 0xd2, 0x83, 0x6b, 0x48, 0x4c -.byte 0xc4, 0xab, 0x9f, 0x80, 0x5a, 0x5b, 0x3a, 0xbd, 0xc9, 0xa7, 0x22, 0x3f, 0x80, 0x27, 0x33, 0x5b -.byte 0x0e, 0xb7, 0x8a, 0x0c, 0x5d, 0x07, 0x37, 0x08, 0xcb, 0x6c, 0xd2, 0x7a, 0x47, 0x22, 0x44, 0x35 -.byte 0xc5, 0xcc, 0xcc, 0x2e, 0x8e, 0xdd, 0x2a, 0xed, 0xb7, 0x7d, 0x66, 0x0d, 0x5f, 0x61, 0x51, 0x22 -.byte 0x55, 0x1b, 0xe3, 0x46, 0xe3, 0xe3, 0x3d, 0xd0, 0x35, 0x62, 0x9a, 0xdb, 0xaf, 0x14, 0xc8, 0x5b -.byte 0xa1, 0xcc, 0x89, 0x1b, 0xe1, 0x30, 0x26, 0xfc, 0xa0, 0x9b, 0x1f, 0x81, 0xa7, 0x47, 0x1f, 0x04 -.byte 0xeb, 0xa3, 0x39, 0x92, 0x06, 0x9f, 0x99, 0xd3, 0xbf, 0xd3, 0xea, 0x4f, 0x50, 0x9c, 0x19, 0xfe -.byte 0x96, 0x87, 0x1e, 0x3c, 0x65, 0xf6, 0xa3, 0x18, 0x24, 0x83, 0x86, 0x10, 0xe7, 0x54, 0x3e, 0xa8 -.byte 0x3a, 0x76, 0x24, 0x4f, 0x81, 0x21, 0xc5, 0xe3, 0x0f, 0x02, 0xf8, 0x93, 0x94, 0x47, 0x20, 0xbb -.byte 0xfe, 0xd4, 0x0e, 0xd3, 0x68, 0xb9, 0xdd, 0xc4, 0x7a, 0x84, 0x82, 0xe3, 0x53, 0x54, 0x79, 0xdd -.byte 0xdb, 0x9c, 0xd2, 0xf2, 0x07, 0x9b, 0x2e, 0xb6, 0xbc, 0x3e, 0xed, 0x85, 0x6d, 0xef, 0x25, 0x11 -.byte 0xf2, 0x97, 0x1a, 0x42, 0x61, 0xf7, 0x4a, 0x97, 0xe8, 0x8b, 0xb1, 0x10, 0x07, 0xfa, 0x65, 0x81 -.byte 0xb2, 0xa2, 0x39, 0xcf, 0xf7, 0x3c, 0xff, 0x18, 0xfb, 0xc6, 0xf1, 0x5a, 0x8b, 0x59, 0xe2, 0x02 -.byte 0xac, 0x7b, 0x92, 0xd0, 0x4e, 0x14, 0x4f, 0x59, 0x45, 0xf6, 0x0c, 0x5e, 0x28, 0x5f, 0xb0, 0xe8 -.byte 0x3f, 0x45, 0xcf, 0xcf, 0xaf, 0x9b, 0x6f, 0xfb, 0x84, 0xd3, 0x77, 0x5a, 0x95, 0x6f, 0xac, 0x94 -.byte 0x84, 0x9e, 0xee, 0xbc, 0xc0, 0x4a, 0x8f, 0x4a, 0x93, 0xf8, 0x44, 0x21, 0xe2, 0x31, 0x45, 0x61 -.byte 0x50, 0x4e, 0x10, 0xd8, 0xe3, 0x35, 0x7c, 0x4c, 0x19, 0xb4, 0xde, 0x05, 0xbf, 0xa3, 0x06, 0x9f -.byte 0xc8, 0xb5, 0xcd, 0xe4, 0x1f, 0xd7, 0x17, 0x06, 0x0d, 0x7a, 0x95, 0x74, 0x55, 0x0d, 0x68, 0x1a -.byte 0xfc, 0x10, 0x1b, 0x62, 0x64, 0x9d, 0x6d, 0xe0, 0x95, 0xa0, 0xc3, 0x94, 0x07, 0x57, 0x0d, 0x14 -.byte 0xe6, 0xbd, 0x05, 0xfb, 0xb8, 0x9f, 0xe6, 0xdf, 0x8b, 0xe2, 0xc6, 0xe7, 0x7e, 0x96, 0xf6, 0x53 -.byte 0xc5, 0x80, 0x34, 0x50, 0x28, 0x58, 0xf0, 0x12, 0x50, 0x71, 0x17, 0x30, 0xba, 0xe6, 0x78, 0x63 -.byte 0xbc, 0xf4, 0xb2, 0xad, 0x9b, 0x2b, 0xb2, 0xfe, 0xe1, 0x39, 0x8c, 0x5e, 0xba, 0x0b, 0x20, 0x94 -.byte 0xde, 0x7b, 0x83, 0xb8, 0xff, 0xe3, 0x56, 0x8d, 0xb7, 0x11, 0xe9, 0x3b, 0x8c, 0xf2, 0xb1, 0xc1 -.byte 0x5d, 0x9d, 0xa4, 0x0b, 0x4c, 0x2b, 0xd9, 0xb2, 0x18, 0xf5, 0xb5, 0x9f, 0x4b, 0x02, 0x03, 0x01 -.byte 0x00, 0x01, 0x00, 0x6e, 0x00, 0x78, 0x30, 0x6c, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 -.byte 0x06, 0x13, 0x02, 0x47, 0x52, 0x31, 0x37, 0x30, 0x35, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x2e -.byte 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e, 0x69, 0x63, 0x20, 0x41, 0x63, 0x61, 0x64, 0x65, 0x6d, 0x69 -.byte 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x52, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x20, 0x49 -.byte 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x43, 0x41, 0x31, 0x24 -.byte 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1b, 0x48, 0x41, 0x52, 0x49, 0x43, 0x41, 0x20 -.byte 0x54, 0x4c, 0x53, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20 -.byte 0x32, 0x30, 0x32, 0x31, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02 -.byte 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x38, 0x08, 0xfe, 0xb1 -.byte 0xa0, 0x96, 0xd2, 0x7a, 0xac, 0xaf, 0x49, 0x3a, 0xd0, 0xc0, 0xe0, 0xc3, 0x3b, 0x28, 0xaa, 0xf1 -.byte 0x72, 0x6d, 0x65, 0x00, 0x47, 0x88, 0x84, 0xfc, 0x9a, 0x26, 0x6b, 0xaa, 0x4b, 0xba, 0x6c, 0x04 -.byte 0x0a, 0x88, 0x5e, 0x17, 0xf2, 0x55, 0x87, 0xfc, 0x30, 0xb0, 0x34, 0xe2, 0x34, 0x58, 0x57, 0x1a -.byte 0x84, 0x53, 0xe9, 0x30, 0xd9, 0xa9, 0xf2, 0x96, 0x74, 0xc3, 0x51, 0x1f, 0x58, 0x49, 0x31, 0xcc -.byte 0x98, 0x4e, 0x60, 0x11, 0x87, 0x75, 0xd3, 0x72, 0x94, 0x90, 0x4f, 0x9b, 0x10, 0x25, 0x2a, 0xa8 -.byte 0x78, 0x2d, 0xbe, 0x90, 0x41, 0x58, 0x90, 0x15, 0x72, 0xa7, 0xa1, 0xb7, 0x00, 0x6e, 0x02, 0x26 +.byte 0x64, 0x31, 0x1c, 0x30, 0x1a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x13, 0x65, 0x6d, 0x53, 0x69 +.byte 0x67, 0x6e, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x47, 0x31, 0x30 +.byte 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01 +.byte 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00 +.byte 0x93, 0x4b, 0xbb, 0xe9, 0x66, 0x8a, 0xee, 0x9d, 0x5b, 0xd5, 0x34, 0x93, 0xd0, 0x1b, 0x1e, 0xc3 +.byte 0xe7, 0x9e, 0xb8, 0x64, 0x33, 0x7f, 0x63, 0x78, 0x68, 0xb4, 0xcd, 0x2e, 0x71, 0x75, 0xd7, 0x9b +.byte 0x20, 0xc6, 0x4d, 0x29, 0xbc, 0xb6, 0x68, 0x60, 0x8a, 0xf7, 0x21, 0x9a, 0x56, 0x35, 0x5a, 0xf3 +.byte 0x76, 0xbd, 0xd8, 0xcd, 0x9a, 0xff, 0x93, 0x56, 0x4b, 0xa5, 0x59, 0x06, 0xa1, 0x93, 0x34, 0x29 +.byte 0xdd, 0x16, 0x34, 0x75, 0x4e, 0xf2, 0x81, 0xb4, 0xc7, 0x96, 0x4e, 0xad, 0x19, 0x15, 0x52, 0x4a +.byte 0xfe, 0x3c, 0x70, 0x75, 0x70, 0xcd, 0xaf, 0x2b, 0xab, 0x15, 0x9a, 0x33, 0x3c, 0xaa, 0xb3, 0x8b +.byte 0xaa, 0xcd, 0x43, 0xfd, 0xf5, 0xea, 0x70, 0xff, 0xed, 0xcf, 0x11, 0x3b, 0x94, 0xce, 0x4e, 0x32 +.byte 0x16, 0xd3, 0x23, 0x40, 0x2a, 0x77, 0xb3, 0xaf, 0x3c, 0x01, 0x2c, 0x6c, 0xed, 0x99, 0x2c, 0x8b +.byte 0xd9, 0x4e, 0x69, 0x98, 0xb2, 0xf7, 0x8f, 0x41, 0xb0, 0x32, 0x78, 0x61, 0xd6, 0x0d, 0x5f, 0xc3 +.byte 0xfa, 0xa2, 0x40, 0x92, 0x1d, 0x5c, 0x17, 0xe6, 0x70, 0x3e, 0x35, 0xe7, 0xa2, 0xb7, 0xc2, 0x62 +.byte 0xe2, 0xab, 0xa4, 0x38, 0x4c, 0xb5, 0x39, 0x35, 0x6f, 0xea, 0x03, 0x69, 0xfa, 0x3a, 0x54, 0x68 +.byte 0x85, 0x6d, 0xd6, 0xf2, 0x2f, 0x43, 0x55, 0x1e, 0x91, 0x0d, 0x0e, 0xd8, 0xd5, 0x6a, 0xa4, 0x96 +.byte 0xd1, 0x13, 0x3c, 0x2c, 0x78, 0x50, 0xe8, 0x3a, 0x92, 0xd2, 0x17, 0x56, 0xe5, 0x35, 0x1a, 0x40 +.byte 0x1c, 0x3e, 0x8d, 0x2c, 0xed, 0x39, 0xdf, 0x42, 0xe0, 0x83, 0x41, 0x74, 0xdf, 0xa3, 0xcd, 0xc2 +.byte 0x86, 0x60, 0x48, 0x68, 0xe3, 0x69, 0x0b, 0x54, 0x00, 0x8b, 0xe4, 0x76, 0x69, 0x21, 0x0d, 0x79 +.byte 0x4e, 0x34, 0x08, 0x5e, 0x14, 0xc2, 0xcc, 0xb1, 0xb7, 0xad, 0xd7, 0x7c, 0x70, 0x8a, 0xc7, 0x85 +.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x6a, 0x00, 0x24, 0x01, 0x30, 0x68, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x13, 0x1c, 0x53, 0x74, 0x61, 0x72, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x20, 0x54, 0x65, 0x63 +.byte 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31 +.byte 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x29, 0x53, 0x74, 0x61, 0x72, 0x66, 0x69 +.byte 0x65, 0x6c, 0x64, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x32, 0x20, 0x43, 0x65, 0x72, 0x74 +.byte 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72 +.byte 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x20, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0d, 0x00, 0x30, 0x82, 0x01, 0x08, 0x02 +.byte 0x82, 0x01, 0x01, 0x00, 0xb7, 0x32, 0xc8, 0xfe, 0xe9, 0x71, 0xa6, 0x04, 0x85, 0xad, 0x0c, 0x11 +.byte 0x64, 0xdf, 0xce, 0x4d, 0xef, 0xc8, 0x03, 0x18, 0x87, 0x3f, 0xa1, 0xab, 0xfb, 0x3c, 0xa6, 0x9f +.byte 0xf0, 0xc3, 0xa1, 0xda, 0xd4, 0xd8, 0x6e, 0x2b, 0x53, 0x90, 0xfb, 0x24, 0xa4, 0x3e, 0x84, 0xf0 +.byte 0x9e, 0xe8, 0x5f, 0xec, 0xe5, 0x27, 0x44, 0xf5, 0x28, 0xa6, 0x3f, 0x7b, 0xde, 0xe0, 0x2a, 0xf0 +.byte 0xc8, 0xaf, 0x53, 0x2f, 0x9e, 0xca, 0x05, 0x01, 0x93, 0x1e, 0x8f, 0x66, 0x1c, 0x39, 0xa7, 0x4d +.byte 0xfa, 0x5a, 0xb6, 0x73, 0x04, 0x25, 0x66, 0xeb, 0x77, 0x7f, 0xe7, 0x59, 0xc6, 0x4a, 0x99, 0x25 +.byte 0x14, 0x54, 0xeb, 0x26, 0xc7, 0xf3, 0x7f, 0x19, 0xd5, 0x30, 0x70, 0x8f, 0xaf, 0xb0, 0x46, 0x2a +.byte 0xff, 0xad, 0xeb, 0x29, 0xed, 0xd7, 0x9f, 0xaa, 0x04, 0x87, 0xa3, 0xd4, 0xf9, 0x89, 0xa5, 0x34 +.byte 0x5f, 0xdb, 0x43, 0x91, 0x82, 0x36, 0xd9, 0x66, 0x3c, 0xb1, 0xb8, 0xb9, 0x82, 0xfd, 0x9c, 0x3a +.byte 0x3e, 0x10, 0xc8, 0x3b, 0xef, 0x06, 0x65, 0x66, 0x7a, 0x9b, 0x19, 0x18, 0x3d, 0xff, 0x71, 0x51 +.byte 0x3c, 0x30, 0x2e, 0x5f, 0xbe, 0x3d, 0x77, 0x73, 0xb2, 0x5d, 0x06, 0x6c, 0xc3, 0x23, 0x56, 0x9a +.byte 0x2b, 0x85, 0x26, 0x92, 0x1c, 0xa7, 0x02, 0xb3, 0xe4, 0x3f, 0x0d, 0xaf, 0x08, 0x79, 0x82, 0xb8 +.byte 0x36, 0x3d, 0xea, 0x9c, 0xd3, 0x35, 0xb3, 0xbc, 0x69, 0xca, 0xf5, 0xcc, 0x9d, 0xe8, 0xfd, 0x64 +.byte 0x8d, 0x17, 0x80, 0x33, 0x6e, 0x5e, 0x4a, 0x5d, 0x99, 0xc9, 0x1e, 0x87, 0xb4, 0x9d, 0x1a, 0xc0 +.byte 0xd5, 0x6e, 0x13, 0x35, 0x23, 0x5e, 0xdf, 0x9b, 0x5f, 0x3d, 0xef, 0xd6, 0xf7, 0x76, 0xc2, 0xea +.byte 0x3e, 0xbb, 0x78, 0x0d, 0x1c, 0x42, 0x67, 0x6b, 0x04, 0xd8, 0xf8, 0xd6, 0xda, 0x6f, 0x8b, 0xf2 +.byte 0x44, 0xa0, 0x01, 0xab, 0x02, 0x01, 0x03, 0x6b, 0x00, 0x26, 0x02, 0x30, 0x69, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x4b, 0x52, 0x31, 0x26, 0x30, 0x24, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x0c, 0x1d, 0x4e, 0x41, 0x56, 0x45, 0x52, 0x20, 0x42, 0x55, 0x53, 0x49, 0x4e +.byte 0x45, 0x53, 0x53, 0x20, 0x50, 0x4c, 0x41, 0x54, 0x46, 0x4f, 0x52, 0x4d, 0x20, 0x43, 0x6f, 0x72 +.byte 0x70, 0x2e, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x29, 0x4e, 0x41, 0x56 +.byte 0x45, 0x52, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74 +.byte 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82 +.byte 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb6, 0xd4, 0xf1, 0x93, 0x5c, 0xb5, 0x40, 0x89, 0x0a +.byte 0xab, 0x0d, 0x90, 0x5b, 0x50, 0x63, 0xae, 0x90, 0x94, 0x74, 0x17, 0x45, 0x72, 0xd6, 0x7b, 0x65 +.byte 0x5a, 0x29, 0x4b, 0xa7, 0x56, 0xa0, 0x4b, 0xb8, 0x2f, 0x42, 0x75, 0xe9, 0xd9, 0x7b, 0x24, 0x5a +.byte 0x31, 0x65, 0xab, 0x17, 0x17, 0xd1, 0x33, 0x3a, 0xd9, 0x11, 0xdc, 0x40, 0x36, 0x87, 0xdf, 0xc7 +.byte 0x6a, 0xe9, 0x26, 0x5e, 0x59, 0x8a, 0x77, 0xe3, 0xe8, 0x48, 0x9c, 0x31, 0x16, 0xfa, 0x3e, 0x91 +.byte 0xb1, 0xca, 0xc9, 0xa3, 0xe2, 0x9f, 0xce, 0x21, 0x53, 0xa3, 0x02, 0x36, 0x30, 0xcb, 0x52, 0x02 +.byte 0xe5, 0xda, 0x32, 0x5d, 0xc3, 0xc5, 0xe6, 0xf9, 0xee, 0x11, 0xc7, 0x8b, 0xc9, 0x44, 0x1e, 0x84 +.byte 0x93, 0x18, 0x4a, 0xb4, 0x9f, 0xe5, 0x12, 0x64, 0x69, 0xd0, 0x26, 0x85, 0x62, 0x01, 0xb6, 0xc9 +.byte 0x02, 0x1d, 0xbe, 0x83, 0x51, 0xbb, 0x5c, 0xda, 0xf8, 0xad, 0x15, 0x6a, 0x99, 0xf7, 0x92, 0x54 +.byte 0xf7, 0x34, 0x5b, 0xe9, 0xbf, 0xea, 0x29, 0x81, 0x12, 0xd4, 0x53, 0x91, 0x96, 0xb3, 0x91, 0x5a +.byte 0xdd, 0xfe, 0x90, 0x73, 0x28, 0xfb, 0x30, 0x46, 0xb5, 0xca, 0x08, 0x07, 0xc7, 0x71, 0x72, 0xc9 +.byte 0x66, 0xd3, 0x34, 0x97, 0xf6, 0x8c, 0xf4, 0x18, 0x4a, 0xe1, 0xd0, 0x3d, 0x5a, 0x45, 0xb6, 0x69 +.byte 0xa7, 0x29, 0xfb, 0x23, 0xce, 0x88, 0xd8, 0x12, 0x9c, 0x00, 0x48, 0xa8, 0xa6, 0x0f, 0xb3, 0x3b +.byte 0x92, 0x8d, 0x71, 0x0e, 0x74, 0xc5, 0x8b, 0xc8, 0x4c, 0xf9, 0xf4, 0x9b, 0x8e, 0xb8, 0x3c, 0x69 +.byte 0xed, 0x6f, 0x3b, 0x50, 0x2f, 0x58, 0xed, 0xc4, 0xb0, 0xd0, 0x1c, 0x1b, 0x6a, 0x0c, 0xe2, 0xbc +.byte 0x44, 0xaa, 0xd8, 0xcd, 0x14, 0x5d, 0x94, 0x78, 0x61, 0xbf, 0x0e, 0x6e, 0xda, 0x2a, 0xbc, 0x2f +.byte 0x0c, 0x0b, 0x71, 0xa6, 0xb3, 0x16, 0x3f, 0x9c, 0xe6, 0xf9, 0xcc, 0x9f, 0x53, 0x35, 0xe2, 0x03 +.byte 0xa0, 0xa0, 0x18, 0xbf, 0xbb, 0xf1, 0xbe, 0xf4, 0xd6, 0x8c, 0x87, 0x0d, 0x42, 0xf7, 0x06, 0xb9 +.byte 0xf1, 0x6d, 0xed, 0x04, 0x94, 0xa8, 0xfe, 0xb6, 0xd3, 0x06, 0xc6, 0x40, 0x61, 0xdf, 0x9d, 0x9d +.byte 0xf3, 0x54, 0x76, 0xce, 0x53, 0x3a, 0x01, 0xa6, 0x92, 0x41, 0xec, 0x04, 0xa3, 0x8f, 0x0d, 0xa2 +.byte 0xd5, 0x09, 0xca, 0xd6, 0xcb, 0x9a, 0xf1, 0xef, 0x43, 0x5d, 0xc0, 0xab, 0xa5, 0x41, 0xcf, 0x5c +.byte 0x53, 0x70, 0x70, 0xc9, 0x88, 0xa6, 0x2d, 0xd4, 0x6b, 0x61, 0x73, 0x50, 0x26, 0x86, 0x61, 0x0e +.byte 0x5f, 0x1b, 0xc2, 0x2b, 0xe2, 0x8c, 0xd5, 0xbb, 0x9d, 0xc1, 0x03, 0x42, 0xba, 0x94, 0xda, 0x5f +.byte 0xa9, 0xb0, 0xca, 0xcc, 0x4d, 0x0a, 0xef, 0x47, 0x69, 0x03, 0x2f, 0x22, 0xfb, 0xf1, 0x28, 0xce +.byte 0xbf, 0x5d, 0x50, 0x65, 0xa8, 0x90, 0x6d, 0xb3, 0x74, 0xb0, 0x08, 0xc7, 0xac, 0xa8, 0xd1, 0xeb +.byte 0x3e, 0x9c, 0xfc, 0x5d, 0x1a, 0x83, 0x2e, 0x2b, 0xcb, 0xb5, 0xf3, 0x44, 0x9d, 0x3a, 0xa7, 0x17 +.byte 0x61, 0x96, 0xa2, 0x71, 0xd3, 0x70, 0x96, 0x15, 0x4d, 0xb7, 0x4c, 0x73, 0xee, 0x19, 0x5c, 0xc5 +.byte 0x5b, 0x3e, 0x41, 0xfe, 0xac, 0x75, 0x60, 0x3b, 0x1b, 0x63, 0xce, 0x00, 0xdd, 0xda, 0x08, 0x90 +.byte 0x62, 0xb4, 0xe5, 0x2d, 0xee, 0x48, 0xa7, 0x6b, 0x17, 0x99, 0x54, 0xbe, 0x87, 0x4a, 0xe3, 0xa9 +.byte 0x5e, 0x04, 0x4c, 0xeb, 0x10, 0x6d, 0x54, 0xd6, 0xef, 0xf1, 0xe8, 0xf2, 0x62, 0x16, 0xcb, 0x80 +.byte 0x6b, 0xed, 0x3d, 0xed, 0xf5, 0x1f, 0x30, 0xa5, 0xae, 0x4b, 0xc9, 0x13, 0xed, 0x8a, 0x01, 0x01 +.byte 0xc9, 0xb8, 0x51, 0x58, 0xc0, 0x66, 0x3a, 0xb1, 0x66, 0x4b, 0xc4, 0xd5, 0x31, 0x02, 0x62, 0xe9 +.byte 0x74, 0x84, 0x0c, 0xdb, 0x4d, 0x46, 0x2d, 0x02, 0x03, 0x01, 0x00, 0x01, 0x6d, 0x00, 0x78, 0x00 +.byte 0x30, 0x6b, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x49, 0x4e, 0x31 +.byte 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0a, 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e +.byte 0x20, 0x50, 0x4b, 0x49, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x65 +.byte 0x4d, 0x75, 0x64, 0x68, 0x72, 0x61, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67 +.byte 0x69, 0x65, 0x73, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x20, 0x30, 0x1e, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x65, 0x6d, 0x53, 0x69, 0x67, 0x6e, 0x20, 0x45, 0x43, 0x43 +.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x2d, 0x20, 0x47, 0x33, 0x30, 0x76, 0x30 +.byte 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00 +.byte 0x22, 0x03, 0x62, 0x00, 0x04, 0x23, 0xa5, 0x0c, 0xb8, 0x2d, 0x12, 0xf5, 0x28, 0xf3, 0xb1, 0xb2 +.byte 0xdd, 0xe2, 0x02, 0x12, 0x80, 0x9e, 0x39, 0x5f, 0x49, 0x4d, 0x9f, 0xc9, 0x25, 0x34, 0x59, 0x74 +.byte 0xec, 0xbb, 0x06, 0x1c, 0xe7, 0xc0, 0x72, 0xaf, 0xe8, 0xae, 0x2f, 0xe1, 0x41, 0x54, 0x87, 0x14 +.byte 0xa8, 0x4a, 0xb2, 0xe8, 0x7c, 0x82, 0xe6, 0x5b, 0x6a, 0xb5, 0xdc, 0xb3, 0x75, 0xce, 0x8b, 0x06 +.byte 0xd0, 0x86, 0x23, 0xbf, 0x46, 0xd5, 0x8e, 0x0f, 0x3f, 0x04, 0xf4, 0xd7, 0x1c, 0x92, 0x7e, 0xf6 +.byte 0xa5, 0x63, 0xc2, 0xf5, 0x5f, 0x8e, 0x2e, 0x4f, 0xa1, 0x18, 0x19, 0x02, 0x2b, 0x32, 0x0a, 0x82 +.byte 0x64, 0x7d, 0x16, 0x93, 0xd1, 0x6d, 0x00, 0x26, 0x02, 0x30, 0x6b, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x49, 0x54, 0x31, 0x0e, 0x30, 0x0c, 0x06, 0x03, 0x55, 0x04 +.byte 0x07, 0x0c, 0x05, 0x4d, 0x69, 0x6c, 0x61, 0x6e, 0x31, 0x23, 0x30, 0x21, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x0c, 0x1a, 0x41, 0x63, 0x74, 0x61, 0x6c, 0x69, 0x73, 0x20, 0x53, 0x2e, 0x70, 0x2e, 0x41 +.byte 0x2e, 0x2f, 0x30, 0x33, 0x33, 0x35, 0x38, 0x35, 0x32, 0x30, 0x39, 0x36, 0x37, 0x31, 0x27, 0x30 +.byte 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1e, 0x41, 0x63, 0x74, 0x61, 0x6c, 0x69, 0x73, 0x20 +.byte 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82 +.byte 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa7, 0xc6, 0xc4, 0xa5, 0x29, 0xa4, 0x2c, 0xef, 0xe5 +.byte 0x18, 0xc5, 0xb0, 0x50, 0xa3, 0x6f, 0x51, 0x3b, 0x9f, 0x0a, 0x5a, 0xc9, 0xc2, 0x48, 0x38, 0x0a +.byte 0xc2, 0x1c, 0xa0, 0x18, 0x7f, 0x91, 0xb5, 0x87, 0xb9, 0x40, 0x3f, 0xdd, 0x1d, 0x68, 0x1f, 0x08 +.byte 0x83, 0xd5, 0x2d, 0x1e, 0x88, 0xa0, 0xf8, 0x8f, 0x56, 0x8f, 0x6d, 0x99, 0x02, 0x92, 0x90, 0x16 +.byte 0xd5, 0x5f, 0x08, 0x6c, 0x89, 0xd7, 0xe1, 0xac, 0xbc, 0x20, 0xc2, 0xb1, 0xe0, 0x83, 0x51, 0x8a +.byte 0x69, 0x4d, 0x00, 0x96, 0x5a, 0x6f, 0x2f, 0xc0, 0x44, 0x7e, 0xa3, 0x0e, 0xe4, 0x91, 0xcd, 0x58 +.byte 0xee, 0xdc, 0xfb, 0xc7, 0x1e, 0x45, 0x47, 0xdd, 0x27, 0xb9, 0x08, 0x01, 0x9f, 0xa6, 0x21, 0x1d +.byte 0xf5, 0x41, 0x2d, 0x2f, 0x4c, 0xfd, 0x28, 0xad, 0xe0, 0x8a, 0xad, 0x22, 0xb4, 0x56, 0x65, 0x8e +.byte 0x86, 0x54, 0x8f, 0x93, 0x43, 0x29, 0xde, 0x39, 0x46, 0x78, 0xa3, 0x30, 0x23, 0xba, 0xcd, 0xf0 +.byte 0x7d, 0x13, 0x57, 0xc0, 0x5d, 0xd2, 0x83, 0x6b, 0x48, 0x4c, 0xc4, 0xab, 0x9f, 0x80, 0x5a, 0x5b +.byte 0x3a, 0xbd, 0xc9, 0xa7, 0x22, 0x3f, 0x80, 0x27, 0x33, 0x5b, 0x0e, 0xb7, 0x8a, 0x0c, 0x5d, 0x07 +.byte 0x37, 0x08, 0xcb, 0x6c, 0xd2, 0x7a, 0x47, 0x22, 0x44, 0x35, 0xc5, 0xcc, 0xcc, 0x2e, 0x8e, 0xdd +.byte 0x2a, 0xed, 0xb7, 0x7d, 0x66, 0x0d, 0x5f, 0x61, 0x51, 0x22, 0x55, 0x1b, 0xe3, 0x46, 0xe3, 0xe3 +.byte 0x3d, 0xd0, 0x35, 0x62, 0x9a, 0xdb, 0xaf, 0x14, 0xc8, 0x5b, 0xa1, 0xcc, 0x89, 0x1b, 0xe1, 0x30 +.byte 0x26, 0xfc, 0xa0, 0x9b, 0x1f, 0x81, 0xa7, 0x47, 0x1f, 0x04, 0xeb, 0xa3, 0x39, 0x92, 0x06, 0x9f +.byte 0x99, 0xd3, 0xbf, 0xd3, 0xea, 0x4f, 0x50, 0x9c, 0x19, 0xfe, 0x96, 0x87, 0x1e, 0x3c, 0x65, 0xf6 +.byte 0xa3, 0x18, 0x24, 0x83, 0x86, 0x10, 0xe7, 0x54, 0x3e, 0xa8, 0x3a, 0x76, 0x24, 0x4f, 0x81, 0x21 +.byte 0xc5, 0xe3, 0x0f, 0x02, 0xf8, 0x93, 0x94, 0x47, 0x20, 0xbb, 0xfe, 0xd4, 0x0e, 0xd3, 0x68, 0xb9 +.byte 0xdd, 0xc4, 0x7a, 0x84, 0x82, 0xe3, 0x53, 0x54, 0x79, 0xdd, 0xdb, 0x9c, 0xd2, 0xf2, 0x07, 0x9b +.byte 0x2e, 0xb6, 0xbc, 0x3e, 0xed, 0x85, 0x6d, 0xef, 0x25, 0x11, 0xf2, 0x97, 0x1a, 0x42, 0x61, 0xf7 +.byte 0x4a, 0x97, 0xe8, 0x8b, 0xb1, 0x10, 0x07, 0xfa, 0x65, 0x81, 0xb2, 0xa2, 0x39, 0xcf, 0xf7, 0x3c +.byte 0xff, 0x18, 0xfb, 0xc6, 0xf1, 0x5a, 0x8b, 0x59, 0xe2, 0x02, 0xac, 0x7b, 0x92, 0xd0, 0x4e, 0x14 +.byte 0x4f, 0x59, 0x45, 0xf6, 0x0c, 0x5e, 0x28, 0x5f, 0xb0, 0xe8, 0x3f, 0x45, 0xcf, 0xcf, 0xaf, 0x9b +.byte 0x6f, 0xfb, 0x84, 0xd3, 0x77, 0x5a, 0x95, 0x6f, 0xac, 0x94, 0x84, 0x9e, 0xee, 0xbc, 0xc0, 0x4a +.byte 0x8f, 0x4a, 0x93, 0xf8, 0x44, 0x21, 0xe2, 0x31, 0x45, 0x61, 0x50, 0x4e, 0x10, 0xd8, 0xe3, 0x35 +.byte 0x7c, 0x4c, 0x19, 0xb4, 0xde, 0x05, 0xbf, 0xa3, 0x06, 0x9f, 0xc8, 0xb5, 0xcd, 0xe4, 0x1f, 0xd7 +.byte 0x17, 0x06, 0x0d, 0x7a, 0x95, 0x74, 0x55, 0x0d, 0x68, 0x1a, 0xfc, 0x10, 0x1b, 0x62, 0x64, 0x9d +.byte 0x6d, 0xe0, 0x95, 0xa0, 0xc3, 0x94, 0x07, 0x57, 0x0d, 0x14, 0xe6, 0xbd, 0x05, 0xfb, 0xb8, 0x9f +.byte 0xe6, 0xdf, 0x8b, 0xe2, 0xc6, 0xe7, 0x7e, 0x96, 0xf6, 0x53, 0xc5, 0x80, 0x34, 0x50, 0x28, 0x58 +.byte 0xf0, 0x12, 0x50, 0x71, 0x17, 0x30, 0xba, 0xe6, 0x78, 0x63, 0xbc, 0xf4, 0xb2, 0xad, 0x9b, 0x2b +.byte 0xb2, 0xfe, 0xe1, 0x39, 0x8c, 0x5e, 0xba, 0x0b, 0x20, 0x94, 0xde, 0x7b, 0x83, 0xb8, 0xff, 0xe3 +.byte 0x56, 0x8d, 0xb7, 0x11, 0xe9, 0x3b, 0x8c, 0xf2, 0xb1, 0xc1, 0x5d, 0x9d, 0xa4, 0x0b, 0x4c, 0x2b +.byte 0xd9, 0xb2, 0x18, 0xf5, 0xb5, 0x9f, 0x4b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x6e, 0x00, 0x78, 0x00 .byte 0x30, 0x6c, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x52, 0x31 .byte 0x37, 0x30, 0x35, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x2e, 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e .byte 0x69, 0x63, 0x20, 0x41, 0x63, 0x61, 0x64, 0x65, 0x6d, 0x69, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20 .byte 0x52, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x20, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75 .byte 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x43, 0x41, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x0c, 0x1b, 0x48, 0x41, 0x52, 0x49, 0x43, 0x41, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x52, 0x53 -.byte 0x41, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x32, 0x31, 0x30, 0x82 -.byte 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 -.byte 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0x8b -.byte 0xc2, 0xe7, 0xaf, 0x65, 0x9b, 0x05, 0x67, 0x96, 0xc9, 0x0d, 0x24, 0xb9, 0xd0, 0x0e, 0x64, 0xfc -.byte 0xce, 0xe2, 0x24, 0x18, 0x2c, 0x84, 0x7f, 0x77, 0x51, 0xcb, 0x04, 0x11, 0x36, 0xb8, 0x5e, 0xed -.byte 0x69, 0x71, 0xa7, 0x9e, 0xe4, 0x25, 0x09, 0x97, 0x67, 0xc1, 0x47, 0xc2, 0xcf, 0x91, 0x16, 0x36 -.byte 0x62, 0x3d, 0x38, 0x04, 0xe1, 0x51, 0x82, 0xff, 0xac, 0xd2, 0xb4, 0x69, 0xdd, 0x2e, 0xec, 0x11 -.byte 0xa3, 0x45, 0xee, 0x6b, 0x6b, 0x3b, 0x4c, 0xbf, 0x8c, 0x8d, 0xa4, 0x1e, 0x9d, 0x11, 0xb9, 0xe9 -.byte 0x38, 0xf9, 0x7a, 0x0e, 0x0c, 0x98, 0xe2, 0x23, 0x1d, 0xd1, 0x4e, 0x63, 0xd4, 0xe7, 0xb8, 0x41 -.byte 0x44, 0xfb, 0x6b, 0xaf, 0x6b, 0xda, 0x1f, 0xd3, 0xc5, 0x91, 0x88, 0x5b, 0xa4, 0x89, 0x92, 0xd1 -.byte 0x81, 0xe6, 0x8c, 0x39, 0x58, 0xa0, 0xd6, 0x69, 0x43, 0xa9, 0xad, 0x98, 0x52, 0x58, 0x6e, 0xdb -.byte 0x0a, 0xfb, 0x6b, 0xcf, 0x68, 0xfa, 0xe3, 0xa4, 0x5e, 0x3a, 0x45, 0x73, 0x98, 0x07, 0xea, 0x5f -.byte 0x02, 0x72, 0xde, 0x0c, 0xa5, 0xb3, 0x9f, 0xae, 0xa9, 0x1d, 0xb7, 0x1d, 0xb3, 0xfc, 0x8a, 0x59 -.byte 0xe7, 0x6e, 0x72, 0x65, 0xad, 0xf5, 0x30, 0x94, 0x23, 0x07, 0xf3, 0x82, 0x16, 0x4b, 0x35, 0x98 -.byte 0x9c, 0x53, 0xbb, 0x2f, 0xca, 0xe4, 0x5a, 0xd9, 0xc7, 0x8d, 0x1d, 0xfc, 0x98, 0x99, 0xfb, 0x2c -.byte 0xa4, 0x82, 0x6b, 0xf0, 0x2a, 0x1f, 0x8e, 0x0b, 0x5f, 0x71, 0x5c, 0x5c, 0xae, 0x42, 0x7b, 0x29 -.byte 0x89, 0x81, 0xcb, 0x03, 0xa3, 0x99, 0xca, 0x88, 0x9e, 0x0b, 0x40, 0x09, 0x41, 0x33, 0xdb, 0xe6 -.byte 0x58, 0x7a, 0xfd, 0xae, 0x99, 0x70, 0xc0, 0x5a, 0x0f, 0xd6, 0x13, 0x86, 0x71, 0x2f, 0x76, 0x69 -.byte 0xfc, 0x90, 0xdd, 0xdb, 0x2d, 0x6e, 0xd1, 0xf2, 0x9b, 0xf5, 0x1a, 0x6b, 0x9e, 0x6f, 0x15, 0x8c -.byte 0x7a, 0xf0, 0x4b, 0x28, 0xa0, 0x22, 0x38, 0x80, 0x24, 0x6c, 0x36, 0xa4, 0x3b, 0xf2, 0x30, 0x91 -.byte 0xf3, 0x78, 0x13, 0xcf, 0xc1, 0x3f, 0x35, 0xab, 0xf1, 0x1d, 0x11, 0x23, 0xb5, 0x43, 0x22, 0x9e -.byte 0x01, 0x92, 0xb7, 0x18, 0x02, 0xe5, 0x11, 0xd1, 0x82, 0xdb, 0x15, 0x00, 0xcc, 0x61, 0x37, 0xc1 -.byte 0x2a, 0x7c, 0x9a, 0xe1, 0xd0, 0xba, 0xb3, 0x50, 0x46, 0xee, 0x82, 0xac, 0x9d, 0x31, 0xf8, 0xfb -.byte 0x23, 0xe2, 0x03, 0x00, 0x48, 0x70, 0xa3, 0x09, 0x26, 0x79, 0x15, 0x53, 0x60, 0xf3, 0x38, 0x5c -.byte 0xad, 0x38, 0xea, 0x81, 0x00, 0x63, 0x14, 0xb9, 0x33, 0x5e, 0xdd, 0x0b, 0xdb, 0xa0, 0x45, 0x07 -.byte 0x1a, 0x33, 0x09, 0xf8, 0x4d, 0xb4, 0xa7, 0x02, 0xa6, 0x69, 0xf4, 0xc2, 0x59, 0x05, 0x88, 0x65 -.byte 0x85, 0x56, 0xae, 0x4b, 0xcb, 0xe0, 0xde, 0x3c, 0x7d, 0x2d, 0x1a, 0xc8, 0xe9, 0xfb, 0x1f, 0xa3 -.byte 0x61, 0x4a, 0xd6, 0x2a, 0x13, 0xad, 0x77, 0x4c, 0x1a, 0x18, 0x9b, 0x91, 0x0f, 0x58, 0xd8, 0x06 -.byte 0x54, 0xc5, 0x97, 0xf8, 0xaa, 0x3f, 0x20, 0x8a, 0xa6, 0x85, 0xa6, 0x77, 0xf6, 0xa6, 0xfc, 0x1c -.byte 0xe2, 0xee, 0x6e, 0x94, 0x33, 0x2a, 0x83, 0x50, 0x84, 0x0a, 0xe5, 0x4f, 0x86, 0xf8, 0x50, 0x45 -.byte 0x78, 0x00, 0x81, 0xeb, 0x5b, 0x68, 0xe3, 0x26, 0x8d, 0xcc, 0x7b, 0x5c, 0x51, 0xf4, 0x14, 0x2c -.byte 0x40, 0xbe, 0x1a, 0x60, 0x1d, 0x7a, 0x72, 0x61, 0x1d, 0x1f, 0x63, 0x2d, 0x88, 0xaa, 0xce, 0xa2 -.byte 0x45, 0x90, 0x08, 0xfc, 0x6b, 0xbe, 0xb3, 0x50, 0x2a, 0x5a, 0xfd, 0xa8, 0x48, 0x18, 0x46, 0xd6 -.byte 0x90, 0x40, 0x92, 0x90, 0x0a, 0x84, 0x5e, 0x68, 0x31, 0xf8, 0xeb, 0xed, 0x0d, 0xd3, 0x1d, 0xc6 -.byte 0x7d, 0x99, 0x18, 0x55, 0x56, 0x27, 0x65, 0x2e, 0x8d, 0x45, 0xc5, 0x24, 0xec, 0xce, 0xe3, 0x02 -.byte 0x03, 0x01, 0x00, 0x01, 0x00, 0x6e, 0x01, 0x26, 0x30, 0x6c, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 -.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a -.byte 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19 -.byte 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67 -.byte 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55 -.byte 0x04, 0x03, 0x13, 0x22, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x48, 0x69, 0x67 -.byte 0x68, 0x20, 0x41, 0x73, 0x73, 0x75, 0x72, 0x61, 0x6e, 0x63, 0x65, 0x20, 0x45, 0x56, 0x20, 0x52 -.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 -.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82 -.byte 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xc6, 0xcc, 0xe5, 0x73, 0xe6, 0xfb, 0xd4, 0xbb, 0xe5 -.byte 0x2d, 0x2d, 0x32, 0xa6, 0xdf, 0xe5, 0x81, 0x3f, 0xc9, 0xcd, 0x25, 0x49, 0xb6, 0x71, 0x2a, 0xc3 -.byte 0xd5, 0x94, 0x34, 0x67, 0xa2, 0x0a, 0x1c, 0xb0, 0x5f, 0x69, 0xa6, 0x40, 0xb1, 0xc4, 0xb7, 0xb2 -.byte 0x8f, 0xd0, 0x98, 0xa4, 0xa9, 0x41, 0x59, 0x3a, 0xd3, 0xdc, 0x94, 0xd6, 0x3c, 0xdb, 0x74, 0x38 -.byte 0xa4, 0x4a, 0xcc, 0x4d, 0x25, 0x82, 0xf7, 0x4a, 0xa5, 0x53, 0x12, 0x38, 0xee, 0xf3, 0x49, 0x6d -.byte 0x71, 0x91, 0x7e, 0x63, 0xb6, 0xab, 0xa6, 0x5f, 0xc3, 0xa4, 0x84, 0xf8, 0x4f, 0x62, 0x51, 0xbe -.byte 0xf8, 0xc5, 0xec, 0xdb, 0x38, 0x92, 0xe3, 0x06, 0xe5, 0x08, 0x91, 0x0c, 0xc4, 0x28, 0x41, 0x55 -.byte 0xfb, 0xcb, 0x5a, 0x89, 0x15, 0x7e, 0x71, 0xe8, 0x35, 0xbf, 0x4d, 0x72, 0x09, 0x3d, 0xbe, 0x3a -.byte 0x38, 0x50, 0x5b, 0x77, 0x31, 0x1b, 0x8d, 0xb3, 0xc7, 0x24, 0x45, 0x9a, 0xa7, 0xac, 0x6d, 0x00 -.byte 0x14, 0x5a, 0x04, 0xb7, 0xba, 0x13, 0xeb, 0x51, 0x0a, 0x98, 0x41, 0x41, 0x22, 0x4e, 0x65, 0x61 -.byte 0x87, 0x81, 0x41, 0x50, 0xa6, 0x79, 0x5c, 0x89, 0xde, 0x19, 0x4a, 0x57, 0xd5, 0x2e, 0xe6, 0x5d -.byte 0x1c, 0x53, 0x2c, 0x7e, 0x98, 0xcd, 0x1a, 0x06, 0x16, 0xa4, 0x68, 0x73, 0xd0, 0x34, 0x04, 0x13 -.byte 0x5c, 0xa1, 0x71, 0xd3, 0x5a, 0x7c, 0x55, 0xdb, 0x5e, 0x64, 0xe1, 0x37, 0x87, 0x30, 0x56, 0x04 -.byte 0xe5, 0x11, 0xb4, 0x29, 0x80, 0x12, 0xf1, 0x79, 0x39, 0x88, 0xa2, 0x02, 0x11, 0x7c, 0x27, 0x66 -.byte 0xb7, 0x88, 0xb7, 0x78, 0xf2, 0xca, 0x0a, 0xa8, 0x38, 0xab, 0x0a, 0x64, 0xc2, 0xbf, 0x66, 0x5d -.byte 0x95, 0x84, 0xc1, 0xa1, 0x25, 0x1e, 0x87, 0x5d, 0x1a, 0x50, 0x0b, 0x20, 0x12, 0xcc, 0x41, 0xbb -.byte 0x6e, 0x0b, 0x51, 0x38, 0xb8, 0x4b, 0xcb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x6f, 0x01, 0x26 -.byte 0x30, 0x6d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x48, 0x31 -.byte 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x07, 0x57, 0x49, 0x53, 0x65, 0x4b, 0x65 -.byte 0x79, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x19, 0x4f, 0x49, 0x53, 0x54 -.byte 0x45, 0x20, 0x46, 0x6f, 0x75, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x45, 0x6e, 0x64 -.byte 0x6f, 0x72, 0x73, 0x65, 0x64, 0x31, 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1f -.byte 0x4f, 0x49, 0x53, 0x54, 0x45, 0x20, 0x57, 0x49, 0x53, 0x65, 0x4b, 0x65, 0x79, 0x20, 0x47, 0x6c -.byte 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x42, 0x20, 0x43, 0x41, 0x30 -.byte 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01 -.byte 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00 -.byte 0xd8, 0x17, 0xb7, 0x1c, 0x4a, 0x24, 0x2a, 0xd6, 0x97, 0xb1, 0xca, 0xe2, 0x1e, 0xfb, 0x7d, 0x38 -.byte 0xef, 0x98, 0xf5, 0xb2, 0x39, 0x98, 0x4e, 0x27, 0xb8, 0x11, 0x5d, 0x7b, 0xd2, 0x25, 0x94, 0x88 -.byte 0x82, 0x15, 0x26, 0x6a, 0x1b, 0x31, 0xbb, 0xa8, 0x5b, 0x21, 0x21, 0x2b, 0xd8, 0x0f, 0x4e, 0x9f -.byte 0x5a, 0xf1, 0xb1, 0x5a, 0xe4, 0x79, 0xd6, 0x32, 0x23, 0x2b, 0xe1, 0x53, 0xcc, 0x99, 0x45, 0x5c -.byte 0x7b, 0x4f, 0xad, 0xbc, 0xbf, 0x87, 0x4a, 0x0b, 0x4b, 0x97, 0x5a, 0xa8, 0xf6, 0x48, 0xec, 0x7d -.byte 0x7b, 0x0d, 0xcd, 0x21, 0x06, 0xdf, 0x9e, 0x15, 0xfd, 0x41, 0x8a, 0x48, 0xb7, 0x20, 0xf4, 0xa1 -.byte 0x7a, 0x1b, 0x57, 0xd4, 0x5d, 0x50, 0xff, 0xba, 0x67, 0xd8, 0x23, 0x99, 0x1f, 0xc8, 0x3f, 0xe3 -.byte 0xde, 0xff, 0x6f, 0x5b, 0x77, 0xb1, 0x6b, 0x6e, 0xb8, 0xc9, 0x64, 0xf7, 0xe1, 0xca, 0x41, 0x46 -.byte 0x0e, 0x29, 0x71, 0xd0, 0xb9, 0x23, 0xfc, 0xc9, 0x81, 0x5f, 0x4e, 0xf7, 0x6f, 0xdf, 0xbf, 0x84 -.byte 0xad, 0x73, 0x64, 0xbb, 0xb7, 0x42, 0x8e, 0x69, 0xf6, 0xd4, 0x76, 0x1d, 0x7e, 0x9d, 0xa7, 0xb8 -.byte 0x57, 0x8a, 0x51, 0x67, 0x72, 0xd7, 0xd4, 0xa8, 0xb8, 0x95, 0x54, 0x40, 0x73, 0x03, 0xf6, 0xea -.byte 0xf4, 0xeb, 0xfe, 0x28, 0x42, 0x77, 0x3f, 0x9d, 0x23, 0x1b, 0xb2, 0xb6, 0x3d, 0x80, 0x14, 0x07 -.byte 0x4c, 0x2e, 0x4f, 0xf7, 0xd5, 0x0a, 0x16, 0x0d, 0xbd, 0x66, 0x43, 0x37, 0x7e, 0x23, 0x43, 0x79 -.byte 0xc3, 0x40, 0x86, 0xf5, 0x4c, 0x29, 0xda, 0x8e, 0x9a, 0xad, 0x0d, 0xa5, 0x04, 0x87, 0x88, 0x1e -.byte 0x85, 0xe3, 0xe9, 0x53, 0xd5, 0x9b, 0xc8, 0x8b, 0x03, 0x63, 0x78, 0xeb, 0xe0, 0x19, 0x4a, 0x6e -.byte 0xbb, 0x2f, 0x6b, 0x33, 0x64, 0x58, 0x93, 0xad, 0x69, 0xbf, 0x8f, 0x1b, 0xef, 0x82, 0x48, 0xc7 -.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x6f, 0x00, 0x78, 0x30, 0x6d, 0x31, 0x0b, 0x30, 0x09, 0x06 -.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x48, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x13, 0x07, 0x57, 0x49, 0x53, 0x65, 0x4b, 0x65, 0x79, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03 -.byte 0x55, 0x04, 0x0b, 0x13, 0x19, 0x4f, 0x49, 0x53, 0x54, 0x45, 0x20, 0x46, 0x6f, 0x75, 0x6e, 0x64 -.byte 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x45, 0x6e, 0x64, 0x6f, 0x72, 0x73, 0x65, 0x64, 0x31, 0x28 -.byte 0x30, 0x26, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1f, 0x4f, 0x49, 0x53, 0x54, 0x45, 0x20, 0x57 -.byte 0x49, 0x53, 0x65, 0x4b, 0x65, 0x79, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f -.byte 0x6f, 0x74, 0x20, 0x47, 0x43, 0x20, 0x43, 0x41, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86 -.byte 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04 -.byte 0x4c, 0xe9, 0x50, 0xc0, 0xc6, 0x0f, 0x72, 0x18, 0xbc, 0xd8, 0xf1, 0xba, 0xb3, 0x89, 0xe2, 0x79 -.byte 0x4a, 0xa3, 0x16, 0xa7, 0x6b, 0x54, 0x24, 0xdb, 0x51, 0xff, 0xea, 0xf4, 0x09, 0x24, 0xc3, 0x0b -.byte 0x22, 0x9f, 0xcb, 0x6a, 0x27, 0x82, 0x81, 0x0d, 0xd2, 0xc0, 0xaf, 0x31, 0xe4, 0x74, 0x82, 0x6e -.byte 0xca, 0x25, 0xd9, 0x8c, 0x75, 0x9d, 0xf1, 0xdb, 0xd0, 0x9a, 0xa2, 0x4b, 0x21, 0x7e, 0x16, 0xa7 -.byte 0x63, 0x90, 0xd2, 0x39, 0xd4, 0xb1, 0x87, 0x78, 0x5f, 0x18, 0x96, 0x0f, 0x50, 0x1b, 0x35, 0x37 -.byte 0x0f, 0x6a, 0xc6, 0xdc, 0xd9, 0x13, 0x4d, 0xa4, 0x8e, 0x90, 0x37, 0xe6, 0xbd, 0x5b, 0x31, 0x91 -.byte 0x00, 0x71, 0x02, 0x26, 0x30, 0x6f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 -.byte 0x02, 0x48, 0x4b, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x09, 0x48, 0x6f -.byte 0x6e, 0x67, 0x20, 0x4b, 0x6f, 0x6e, 0x67, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x07 -.byte 0x13, 0x09, 0x48, 0x6f, 0x6e, 0x67, 0x20, 0x4b, 0x6f, 0x6e, 0x67, 0x31, 0x16, 0x30, 0x14, 0x06 -.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0d, 0x48, 0x6f, 0x6e, 0x67, 0x6b, 0x6f, 0x6e, 0x67, 0x20, 0x50 -.byte 0x6f, 0x73, 0x74, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x17, 0x48, 0x6f -.byte 0x6e, 0x67, 0x6b, 0x6f, 0x6e, 0x67, 0x20, 0x50, 0x6f, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74 -.byte 0x20, 0x43, 0x41, 0x20, 0x33, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 -.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02 -.byte 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb3, 0x88, 0xd7, 0xea, 0xce, 0x0f, 0x20, 0x4e, 0xbe, 0xe6 -.byte 0xd6, 0x03, 0x6d, 0xee, 0x59, 0xfc, 0xc2, 0x57, 0xdf, 0x29, 0x68, 0xa1, 0x83, 0x0e, 0x3e, 0x68 -.byte 0xc7, 0x68, 0x58, 0x9c, 0x1c, 0x60, 0x4b, 0x89, 0x43, 0x0c, 0xb9, 0xd4, 0x15, 0xb2, 0xee, 0xc1 -.byte 0x4e, 0x75, 0xe9, 0xb5, 0xa7, 0xef, 0xe5, 0xe9, 0x35, 0x99, 0xe4, 0xcc, 0x1c, 0xe7, 0x4b, 0x5f -.byte 0x8d, 0x33, 0x30, 0x20, 0x33, 0x53, 0xd9, 0xa6, 0xbb, 0xd5, 0x3e, 0x13, 0x8e, 0xe9, 0x1f, 0x87 -.byte 0x49, 0xad, 0x50, 0x2d, 0x50, 0xca, 0x18, 0xbe, 0x01, 0x58, 0xa2, 0x13, 0x70, 0x96, 0xbb, 0x89 -.byte 0x88, 0x56, 0x80, 0x5c, 0xf8, 0xbd, 0x2c, 0x3c, 0xe1, 0x4c, 0x57, 0x88, 0xbb, 0xd3, 0xb9, 0x95 -.byte 0xef, 0xcb, 0xc7, 0xf6, 0xda, 0x31, 0x74, 0x28, 0xa6, 0xe6, 0x54, 0x89, 0xf5, 0x41, 0x31, 0xca -.byte 0xe5, 0x26, 0x1a, 0xcd, 0x82, 0xe0, 0x70, 0xda, 0x3b, 0x29, 0xbb, 0xd5, 0x03, 0xf5, 0x99, 0xba -.byte 0x55, 0xf5, 0x64, 0xd1, 0x60, 0x0e, 0xb3, 0x89, 0x49, 0xb8, 0x8a, 0x2f, 0x05, 0xd2, 0x84, 0x45 -.byte 0x28, 0x7c, 0x8f, 0x68, 0x50, 0x12, 0x78, 0xfc, 0x0b, 0xb5, 0x53, 0xcb, 0xc2, 0x98, 0x1c, 0x84 -.byte 0xa3, 0x9e, 0xb0, 0xbe, 0x23, 0xa4, 0xda, 0xdc, 0xc8, 0x2b, 0x1e, 0xda, 0x6e, 0x45, 0x1e, 0x89 -.byte 0x98, 0xda, 0xf9, 0x00, 0x2e, 0x06, 0xe9, 0x0c, 0x3b, 0x70, 0xd5, 0x50, 0x25, 0x88, 0x99, 0xcb -.byte 0xcd, 0x73, 0x60, 0xf7, 0xd5, 0xff, 0x35, 0x67, 0xc5, 0xa1, 0xbc, 0x5e, 0xab, 0xcd, 0x4a, 0xb8 -.byte 0x45, 0xeb, 0xc8, 0x68, 0x1e, 0x0d, 0x0d, 0x14, 0x46, 0x12, 0xe3, 0xd2, 0x64, 0x62, 0x8a, 0x42 -.byte 0x98, 0xbc, 0xb4, 0xc6, 0x08, 0x08, 0xf8, 0xfd, 0xa8, 0x4c, 0x64, 0x9c, 0x76, 0x01, 0xbd, 0x2f -.byte 0xa9, 0x6c, 0x33, 0x0f, 0xd8, 0x3f, 0x28, 0xb8, 0x3c, 0x69, 0x01, 0x42, 0x86, 0x7e, 0x69, 0xc1 -.byte 0xc9, 0x06, 0xca, 0xe5, 0x7a, 0x46, 0x65, 0xe9, 0xc2, 0xd6, 0x50, 0x41, 0x2e, 0x3f, 0xb7, 0xe4 -.byte 0xed, 0x6c, 0xd7, 0xbf, 0x26, 0x01, 0x11, 0xa2, 0x16, 0x29, 0x4a, 0x6b, 0x34, 0x06, 0x90, 0xec -.byte 0x13, 0xd2, 0xb6, 0xfb, 0x6a, 0x76, 0xd2, 0x3c, 0xed, 0xf0, 0xd6, 0x2d, 0xdd, 0xe1, 0x15, 0xec -.byte 0xa3, 0x9b, 0x2f, 0x2c, 0xc9, 0x3e, 0x2b, 0xe4, 0x69, 0x3b, 0xff, 0x72, 0x25, 0xb1, 0x36, 0x86 -.byte 0x5b, 0xc7, 0x7f, 0x6b, 0x8b, 0x55, 0x1b, 0x4a, 0xc5, 0x20, 0x61, 0x3d, 0xae, 0xcb, 0x50, 0xe1 -.byte 0x08, 0x3a, 0xbe, 0xb0, 0x8f, 0x63, 0x41, 0x53, 0x30, 0x08, 0x59, 0x3c, 0x98, 0x1d, 0x77, 0xba -.byte 0x63, 0x91, 0x7a, 0xca, 0x10, 0x50, 0x60, 0xbf, 0xf0, 0xd7, 0xbc, 0x95, 0x87, 0x8f, 0x97, 0xc5 -.byte 0xfe, 0x97, 0x6a, 0x01, 0x94, 0xa3, 0x7c, 0x5b, 0x85, 0x1d, 0x2a, 0x39, 0x3a, 0xd0, 0x54, 0xa1 -.byte 0xd1, 0x39, 0x71, 0x9d, 0xfd, 0x21, 0xf9, 0xb5, 0x7b, 0xf0, 0xe2, 0xe0, 0x02, 0x8f, 0x6e, 0x96 -.byte 0x24, 0x25, 0x2c, 0xa0, 0x1e, 0x2c, 0xa8, 0xc4, 0x89, 0xa7, 0xef, 0xed, 0x99, 0x06, 0x2f, 0xb6 -.byte 0x0a, 0x4c, 0x4f, 0xdb, 0xa2, 0xcc, 0x37, 0x1a, 0xaf, 0x47, 0x85, 0x2d, 0x8a, 0x5f, 0xc4, 0x34 -.byte 0x34, 0x4c, 0x00, 0xfd, 0x18, 0x93, 0x67, 0x13, 0xd1, 0x37, 0xe6, 0x48, 0xb4, 0x8b, 0x06, 0xc5 -.byte 0x57, 0x7b, 0x19, 0x86, 0x0a, 0x79, 0xcb, 0x00, 0xc9, 0x52, 0xaf, 0x42, 0xff, 0x37, 0x8f, 0xe1 -.byte 0xa3, 0x1e, 0x7a, 0x3d, 0x50, 0xab, 0x63, 0x06, 0xe7, 0x15, 0xb5, 0x3f, 0xb6, 0x45, 0x37, 0x94 -.byte 0x37, 0xb1, 0x7e, 0xf2, 0x48, 0xc3, 0x7f, 0xc5, 0x75, 0xfe, 0x97, 0x8d, 0x45, 0x8f, 0x1a, 0xa7 -.byte 0x1a, 0x72, 0x28, 0x1a, 0x40, 0x0f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x73, 0x00, 0x5b, 0x30 -.byte 0x71, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x48, 0x55, 0x31, 0x11 -.byte 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x08, 0x42, 0x75, 0x64, 0x61, 0x70, 0x65, 0x73 -.byte 0x74, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0d, 0x4d, 0x69, 0x63, 0x72 -.byte 0x6f, 0x73, 0x65, 0x63, 0x20, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55 -.byte 0x04, 0x61, 0x0c, 0x0e, 0x56, 0x41, 0x54, 0x48, 0x55, 0x2d, 0x32, 0x33, 0x35, 0x38, 0x34, 0x34 -.byte 0x39, 0x37, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x15, 0x65, 0x2d, 0x53 -.byte 0x7a, 0x69, 0x67, 0x6e, 0x6f, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30 -.byte 0x31, 0x37, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06 -.byte 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0x96, 0xdc, 0x3d -.byte 0x8a, 0xd8, 0xb0, 0x7b, 0x6f, 0xc6, 0x27, 0xbe, 0x44, 0x90, 0xb1, 0xb3, 0x56, 0x15, 0x7b, 0x8e -.byte 0x43, 0x24, 0x7d, 0x1a, 0x84, 0x59, 0xee, 0x63, 0x68, 0xb2, 0xc6, 0x5e, 0x87, 0xd0, 0x15, 0x48 -.byte 0x1e, 0xa8, 0x90, 0xad, 0xbd, 0x53, 0xa2, 0xda, 0xde, 0x3a, 0x90, 0xa6, 0x60, 0x5f, 0x68, 0x32 -.byte 0xb5, 0x86, 0x41, 0xdf, 0x87, 0x5b, 0x2c, 0x7b, 0xc5, 0xfe, 0x7c, 0x7a, 0xda, 0x00, 0x76, 0x00 -.byte 0x78, 0x30, 0x74, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c -.byte 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x18, 0x41, 0x73, 0x73, 0x65, 0x63 -.byte 0x6f, 0x20, 0x44, 0x61, 0x74, 0x61, 0x20, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x53 -.byte 0x2e, 0x41, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x43, 0x65 -.byte 0x72, 0x74, 0x75, 0x6d, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69 -.byte 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x31, 0x19, 0x30, 0x17 -.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x43, 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x45, 0x43 -.byte 0x2d, 0x33, 0x38, 0x34, 0x20, 0x43, 0x41, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48 -.byte 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xc4 -.byte 0x28, 0x8e, 0xab, 0x18, 0x5b, 0x6a, 0xbe, 0x6e, 0x64, 0x37, 0x63, 0xe4, 0xcd, 0xec, 0xab, 0x3a -.byte 0xf7, 0xcc, 0xa1, 0xb8, 0x0e, 0x82, 0x49, 0xd7, 0x86, 0x29, 0x9f, 0xa1, 0x94, 0xf2, 0xe3, 0x60 -.byte 0x78, 0x98, 0x81, 0x78, 0x06, 0x4d, 0xf2, 0xec, 0x9a, 0x0e, 0x57, 0x60, 0x83, 0x9f, 0xb4, 0xe6 -.byte 0x17, 0x2f, 0x1a, 0xb3, 0x5d, 0x02, 0x5b, 0x89, 0x23, 0x3c, 0xc2, 0x11, 0x05, 0x2a, 0xa7, 0x88 -.byte 0x13, 0x18, 0xf3, 0x50, 0x84, 0xd7, 0xbd, 0x34, 0x2c, 0x27, 0x89, 0x55, 0xff, 0xce, 0x4c, 0xe7 -.byte 0xdf, 0xa6, 0x1f, 0x28, 0xc4, 0xf0, 0x54, 0xc3, 0xb9, 0x7c, 0xb7, 0x53, 0xad, 0xeb, 0xc2, 0x00 -.byte 0x7a, 0x00, 0x78, 0x30, 0x78, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x45, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x08, 0x46, 0x4e, 0x4d -.byte 0x54, 0x2d, 0x52, 0x43, 0x4d, 0x31, 0x0e, 0x30, 0x0c, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x05 -.byte 0x43, 0x65, 0x72, 0x65, 0x73, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x61, 0x0c, 0x0f -.byte 0x56, 0x41, 0x54, 0x45, 0x53, 0x2d, 0x51, 0x32, 0x38, 0x32, 0x36, 0x30, 0x30, 0x34, 0x4a, 0x31 -.byte 0x2c, 0x30, 0x2a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x23, 0x41, 0x43, 0x20, 0x52, 0x41, 0x49 -.byte 0x5a, 0x20, 0x46, 0x4e, 0x4d, 0x54, 0x2d, 0x52, 0x43, 0x4d, 0x20, 0x53, 0x45, 0x52, 0x56, 0x49 -.byte 0x44, 0x4f, 0x52, 0x45, 0x53, 0x20, 0x53, 0x45, 0x47, 0x55, 0x52, 0x4f, 0x53, 0x30, 0x76, 0x30 +.byte 0x03, 0x0c, 0x1b, 0x48, 0x41, 0x52, 0x49, 0x43, 0x41, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x45, 0x43 +.byte 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x32, 0x31, 0x30, 0x76 +.byte 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04 +.byte 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x38, 0x08, 0xfe, 0xb1, 0xa0, 0x96, 0xd2, 0x7a, 0xac, 0xaf +.byte 0x49, 0x3a, 0xd0, 0xc0, 0xe0, 0xc3, 0x3b, 0x28, 0xaa, 0xf1, 0x72, 0x6d, 0x65, 0x00, 0x47, 0x88 +.byte 0x84, 0xfc, 0x9a, 0x26, 0x6b, 0xaa, 0x4b, 0xba, 0x6c, 0x04, 0x0a, 0x88, 0x5e, 0x17, 0xf2, 0x55 +.byte 0x87, 0xfc, 0x30, 0xb0, 0x34, 0xe2, 0x34, 0x58, 0x57, 0x1a, 0x84, 0x53, 0xe9, 0x30, 0xd9, 0xa9 +.byte 0xf2, 0x96, 0x74, 0xc3, 0x51, 0x1f, 0x58, 0x49, 0x31, 0xcc, 0x98, 0x4e, 0x60, 0x11, 0x87, 0x75 +.byte 0xd3, 0x72, 0x94, 0x90, 0x4f, 0x9b, 0x10, 0x25, 0x2a, 0xa8, 0x78, 0x2d, 0xbe, 0x90, 0x41, 0x58 +.byte 0x90, 0x15, 0x72, 0xa7, 0xa1, 0xb7, 0x6e, 0x00, 0x26, 0x02, 0x30, 0x6c, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x52, 0x31, 0x37, 0x30, 0x35, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x0c, 0x2e, 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e, 0x69, 0x63, 0x20, 0x41, 0x63, 0x61 +.byte 0x64, 0x65, 0x6d, 0x69, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x52, 0x65, 0x73, 0x65, 0x61, 0x72 +.byte 0x63, 0x68, 0x20, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20 +.byte 0x43, 0x41, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1b, 0x48, 0x41, 0x52 +.byte 0x49, 0x43, 0x41, 0x20, 0x54, 0x4c, 0x53, 0x20, 0x52, 0x53, 0x41, 0x20, 0x52, 0x6f, 0x6f, 0x74 +.byte 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x32, 0x31, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09 +.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00 +.byte 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0x8b, 0xc2, 0xe7, 0xaf, 0x65, 0x9b, 0x05 +.byte 0x67, 0x96, 0xc9, 0x0d, 0x24, 0xb9, 0xd0, 0x0e, 0x64, 0xfc, 0xce, 0xe2, 0x24, 0x18, 0x2c, 0x84 +.byte 0x7f, 0x77, 0x51, 0xcb, 0x04, 0x11, 0x36, 0xb8, 0x5e, 0xed, 0x69, 0x71, 0xa7, 0x9e, 0xe4, 0x25 +.byte 0x09, 0x97, 0x67, 0xc1, 0x47, 0xc2, 0xcf, 0x91, 0x16, 0x36, 0x62, 0x3d, 0x38, 0x04, 0xe1, 0x51 +.byte 0x82, 0xff, 0xac, 0xd2, 0xb4, 0x69, 0xdd, 0x2e, 0xec, 0x11, 0xa3, 0x45, 0xee, 0x6b, 0x6b, 0x3b +.byte 0x4c, 0xbf, 0x8c, 0x8d, 0xa4, 0x1e, 0x9d, 0x11, 0xb9, 0xe9, 0x38, 0xf9, 0x7a, 0x0e, 0x0c, 0x98 +.byte 0xe2, 0x23, 0x1d, 0xd1, 0x4e, 0x63, 0xd4, 0xe7, 0xb8, 0x41, 0x44, 0xfb, 0x6b, 0xaf, 0x6b, 0xda +.byte 0x1f, 0xd3, 0xc5, 0x91, 0x88, 0x5b, 0xa4, 0x89, 0x92, 0xd1, 0x81, 0xe6, 0x8c, 0x39, 0x58, 0xa0 +.byte 0xd6, 0x69, 0x43, 0xa9, 0xad, 0x98, 0x52, 0x58, 0x6e, 0xdb, 0x0a, 0xfb, 0x6b, 0xcf, 0x68, 0xfa +.byte 0xe3, 0xa4, 0x5e, 0x3a, 0x45, 0x73, 0x98, 0x07, 0xea, 0x5f, 0x02, 0x72, 0xde, 0x0c, 0xa5, 0xb3 +.byte 0x9f, 0xae, 0xa9, 0x1d, 0xb7, 0x1d, 0xb3, 0xfc, 0x8a, 0x59, 0xe7, 0x6e, 0x72, 0x65, 0xad, 0xf5 +.byte 0x30, 0x94, 0x23, 0x07, 0xf3, 0x82, 0x16, 0x4b, 0x35, 0x98, 0x9c, 0x53, 0xbb, 0x2f, 0xca, 0xe4 +.byte 0x5a, 0xd9, 0xc7, 0x8d, 0x1d, 0xfc, 0x98, 0x99, 0xfb, 0x2c, 0xa4, 0x82, 0x6b, 0xf0, 0x2a, 0x1f +.byte 0x8e, 0x0b, 0x5f, 0x71, 0x5c, 0x5c, 0xae, 0x42, 0x7b, 0x29, 0x89, 0x81, 0xcb, 0x03, 0xa3, 0x99 +.byte 0xca, 0x88, 0x9e, 0x0b, 0x40, 0x09, 0x41, 0x33, 0xdb, 0xe6, 0x58, 0x7a, 0xfd, 0xae, 0x99, 0x70 +.byte 0xc0, 0x5a, 0x0f, 0xd6, 0x13, 0x86, 0x71, 0x2f, 0x76, 0x69, 0xfc, 0x90, 0xdd, 0xdb, 0x2d, 0x6e +.byte 0xd1, 0xf2, 0x9b, 0xf5, 0x1a, 0x6b, 0x9e, 0x6f, 0x15, 0x8c, 0x7a, 0xf0, 0x4b, 0x28, 0xa0, 0x22 +.byte 0x38, 0x80, 0x24, 0x6c, 0x36, 0xa4, 0x3b, 0xf2, 0x30, 0x91, 0xf3, 0x78, 0x13, 0xcf, 0xc1, 0x3f +.byte 0x35, 0xab, 0xf1, 0x1d, 0x11, 0x23, 0xb5, 0x43, 0x22, 0x9e, 0x01, 0x92, 0xb7, 0x18, 0x02, 0xe5 +.byte 0x11, 0xd1, 0x82, 0xdb, 0x15, 0x00, 0xcc, 0x61, 0x37, 0xc1, 0x2a, 0x7c, 0x9a, 0xe1, 0xd0, 0xba +.byte 0xb3, 0x50, 0x46, 0xee, 0x82, 0xac, 0x9d, 0x31, 0xf8, 0xfb, 0x23, 0xe2, 0x03, 0x00, 0x48, 0x70 +.byte 0xa3, 0x09, 0x26, 0x79, 0x15, 0x53, 0x60, 0xf3, 0x38, 0x5c, 0xad, 0x38, 0xea, 0x81, 0x00, 0x63 +.byte 0x14, 0xb9, 0x33, 0x5e, 0xdd, 0x0b, 0xdb, 0xa0, 0x45, 0x07, 0x1a, 0x33, 0x09, 0xf8, 0x4d, 0xb4 +.byte 0xa7, 0x02, 0xa6, 0x69, 0xf4, 0xc2, 0x59, 0x05, 0x88, 0x65, 0x85, 0x56, 0xae, 0x4b, 0xcb, 0xe0 +.byte 0xde, 0x3c, 0x7d, 0x2d, 0x1a, 0xc8, 0xe9, 0xfb, 0x1f, 0xa3, 0x61, 0x4a, 0xd6, 0x2a, 0x13, 0xad +.byte 0x77, 0x4c, 0x1a, 0x18, 0x9b, 0x91, 0x0f, 0x58, 0xd8, 0x06, 0x54, 0xc5, 0x97, 0xf8, 0xaa, 0x3f +.byte 0x20, 0x8a, 0xa6, 0x85, 0xa6, 0x77, 0xf6, 0xa6, 0xfc, 0x1c, 0xe2, 0xee, 0x6e, 0x94, 0x33, 0x2a +.byte 0x83, 0x50, 0x84, 0x0a, 0xe5, 0x4f, 0x86, 0xf8, 0x50, 0x45, 0x78, 0x00, 0x81, 0xeb, 0x5b, 0x68 +.byte 0xe3, 0x26, 0x8d, 0xcc, 0x7b, 0x5c, 0x51, 0xf4, 0x14, 0x2c, 0x40, 0xbe, 0x1a, 0x60, 0x1d, 0x7a +.byte 0x72, 0x61, 0x1d, 0x1f, 0x63, 0x2d, 0x88, 0xaa, 0xce, 0xa2, 0x45, 0x90, 0x08, 0xfc, 0x6b, 0xbe +.byte 0xb3, 0x50, 0x2a, 0x5a, 0xfd, 0xa8, 0x48, 0x18, 0x46, 0xd6, 0x90, 0x40, 0x92, 0x90, 0x0a, 0x84 +.byte 0x5e, 0x68, 0x31, 0xf8, 0xeb, 0xed, 0x0d, 0xd3, 0x1d, 0xc6, 0x7d, 0x99, 0x18, 0x55, 0x56, 0x27 +.byte 0x65, 0x2e, 0x8d, 0x45, 0xc5, 0x24, 0xec, 0xce, 0xe3, 0x02, 0x03, 0x01, 0x00, 0x01, 0x6e, 0x00 +.byte 0x26, 0x01, 0x30, 0x6c, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 +.byte 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0c, 0x44, 0x69, 0x67, 0x69 +.byte 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04 +.byte 0x0b, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2e, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2e +.byte 0x63, 0x6f, 0x6d, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x22, 0x44, 0x69 +.byte 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x48, 0x69, 0x67, 0x68, 0x20, 0x41, 0x73, 0x73, 0x75 +.byte 0x72, 0x61, 0x6e, 0x63, 0x65, 0x20, 0x45, 0x56, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41 +.byte 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 +.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01 +.byte 0x00, 0xc6, 0xcc, 0xe5, 0x73, 0xe6, 0xfb, 0xd4, 0xbb, 0xe5, 0x2d, 0x2d, 0x32, 0xa6, 0xdf, 0xe5 +.byte 0x81, 0x3f, 0xc9, 0xcd, 0x25, 0x49, 0xb6, 0x71, 0x2a, 0xc3, 0xd5, 0x94, 0x34, 0x67, 0xa2, 0x0a +.byte 0x1c, 0xb0, 0x5f, 0x69, 0xa6, 0x40, 0xb1, 0xc4, 0xb7, 0xb2, 0x8f, 0xd0, 0x98, 0xa4, 0xa9, 0x41 +.byte 0x59, 0x3a, 0xd3, 0xdc, 0x94, 0xd6, 0x3c, 0xdb, 0x74, 0x38, 0xa4, 0x4a, 0xcc, 0x4d, 0x25, 0x82 +.byte 0xf7, 0x4a, 0xa5, 0x53, 0x12, 0x38, 0xee, 0xf3, 0x49, 0x6d, 0x71, 0x91, 0x7e, 0x63, 0xb6, 0xab +.byte 0xa6, 0x5f, 0xc3, 0xa4, 0x84, 0xf8, 0x4f, 0x62, 0x51, 0xbe, 0xf8, 0xc5, 0xec, 0xdb, 0x38, 0x92 +.byte 0xe3, 0x06, 0xe5, 0x08, 0x91, 0x0c, 0xc4, 0x28, 0x41, 0x55, 0xfb, 0xcb, 0x5a, 0x89, 0x15, 0x7e +.byte 0x71, 0xe8, 0x35, 0xbf, 0x4d, 0x72, 0x09, 0x3d, 0xbe, 0x3a, 0x38, 0x50, 0x5b, 0x77, 0x31, 0x1b +.byte 0x8d, 0xb3, 0xc7, 0x24, 0x45, 0x9a, 0xa7, 0xac, 0x6d, 0x00, 0x14, 0x5a, 0x04, 0xb7, 0xba, 0x13 +.byte 0xeb, 0x51, 0x0a, 0x98, 0x41, 0x41, 0x22, 0x4e, 0x65, 0x61, 0x87, 0x81, 0x41, 0x50, 0xa6, 0x79 +.byte 0x5c, 0x89, 0xde, 0x19, 0x4a, 0x57, 0xd5, 0x2e, 0xe6, 0x5d, 0x1c, 0x53, 0x2c, 0x7e, 0x98, 0xcd +.byte 0x1a, 0x06, 0x16, 0xa4, 0x68, 0x73, 0xd0, 0x34, 0x04, 0x13, 0x5c, 0xa1, 0x71, 0xd3, 0x5a, 0x7c +.byte 0x55, 0xdb, 0x5e, 0x64, 0xe1, 0x37, 0x87, 0x30, 0x56, 0x04, 0xe5, 0x11, 0xb4, 0x29, 0x80, 0x12 +.byte 0xf1, 0x79, 0x39, 0x88, 0xa2, 0x02, 0x11, 0x7c, 0x27, 0x66, 0xb7, 0x88, 0xb7, 0x78, 0xf2, 0xca +.byte 0x0a, 0xa8, 0x38, 0xab, 0x0a, 0x64, 0xc2, 0xbf, 0x66, 0x5d, 0x95, 0x84, 0xc1, 0xa1, 0x25, 0x1e +.byte 0x87, 0x5d, 0x1a, 0x50, 0x0b, 0x20, 0x12, 0xcc, 0x41, 0xbb, 0x6e, 0x0b, 0x51, 0x38, 0xb8, 0x4b +.byte 0xcb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x6f, 0x00, 0x26, 0x01, 0x30, 0x6d, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x48, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x13, 0x07, 0x57, 0x49, 0x53, 0x65, 0x4b, 0x65, 0x79, 0x31, 0x22, 0x30, 0x20, 0x06 +.byte 0x03, 0x55, 0x04, 0x0b, 0x13, 0x19, 0x4f, 0x49, 0x53, 0x54, 0x45, 0x20, 0x46, 0x6f, 0x75, 0x6e +.byte 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x45, 0x6e, 0x64, 0x6f, 0x72, 0x73, 0x65, 0x64, 0x31 +.byte 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1f, 0x4f, 0x49, 0x53, 0x54, 0x45, 0x20 +.byte 0x57, 0x49, 0x53, 0x65, 0x4b, 0x65, 0x79, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x42, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06 +.byte 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f +.byte 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xd8, 0x17, 0xb7, 0x1c, 0x4a, 0x24 +.byte 0x2a, 0xd6, 0x97, 0xb1, 0xca, 0xe2, 0x1e, 0xfb, 0x7d, 0x38, 0xef, 0x98, 0xf5, 0xb2, 0x39, 0x98 +.byte 0x4e, 0x27, 0xb8, 0x11, 0x5d, 0x7b, 0xd2, 0x25, 0x94, 0x88, 0x82, 0x15, 0x26, 0x6a, 0x1b, 0x31 +.byte 0xbb, 0xa8, 0x5b, 0x21, 0x21, 0x2b, 0xd8, 0x0f, 0x4e, 0x9f, 0x5a, 0xf1, 0xb1, 0x5a, 0xe4, 0x79 +.byte 0xd6, 0x32, 0x23, 0x2b, 0xe1, 0x53, 0xcc, 0x99, 0x45, 0x5c, 0x7b, 0x4f, 0xad, 0xbc, 0xbf, 0x87 +.byte 0x4a, 0x0b, 0x4b, 0x97, 0x5a, 0xa8, 0xf6, 0x48, 0xec, 0x7d, 0x7b, 0x0d, 0xcd, 0x21, 0x06, 0xdf +.byte 0x9e, 0x15, 0xfd, 0x41, 0x8a, 0x48, 0xb7, 0x20, 0xf4, 0xa1, 0x7a, 0x1b, 0x57, 0xd4, 0x5d, 0x50 +.byte 0xff, 0xba, 0x67, 0xd8, 0x23, 0x99, 0x1f, 0xc8, 0x3f, 0xe3, 0xde, 0xff, 0x6f, 0x5b, 0x77, 0xb1 +.byte 0x6b, 0x6e, 0xb8, 0xc9, 0x64, 0xf7, 0xe1, 0xca, 0x41, 0x46, 0x0e, 0x29, 0x71, 0xd0, 0xb9, 0x23 +.byte 0xfc, 0xc9, 0x81, 0x5f, 0x4e, 0xf7, 0x6f, 0xdf, 0xbf, 0x84, 0xad, 0x73, 0x64, 0xbb, 0xb7, 0x42 +.byte 0x8e, 0x69, 0xf6, 0xd4, 0x76, 0x1d, 0x7e, 0x9d, 0xa7, 0xb8, 0x57, 0x8a, 0x51, 0x67, 0x72, 0xd7 +.byte 0xd4, 0xa8, 0xb8, 0x95, 0x54, 0x40, 0x73, 0x03, 0xf6, 0xea, 0xf4, 0xeb, 0xfe, 0x28, 0x42, 0x77 +.byte 0x3f, 0x9d, 0x23, 0x1b, 0xb2, 0xb6, 0x3d, 0x80, 0x14, 0x07, 0x4c, 0x2e, 0x4f, 0xf7, 0xd5, 0x0a +.byte 0x16, 0x0d, 0xbd, 0x66, 0x43, 0x37, 0x7e, 0x23, 0x43, 0x79, 0xc3, 0x40, 0x86, 0xf5, 0x4c, 0x29 +.byte 0xda, 0x8e, 0x9a, 0xad, 0x0d, 0xa5, 0x04, 0x87, 0x88, 0x1e, 0x85, 0xe3, 0xe9, 0x53, 0xd5, 0x9b +.byte 0xc8, 0x8b, 0x03, 0x63, 0x78, 0xeb, 0xe0, 0x19, 0x4a, 0x6e, 0xbb, 0x2f, 0x6b, 0x33, 0x64, 0x58 +.byte 0x93, 0xad, 0x69, 0xbf, 0x8f, 0x1b, 0xef, 0x82, 0x48, 0xc7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x6f +.byte 0x00, 0x78, 0x00, 0x30, 0x6d, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x43, 0x48, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x07, 0x57, 0x49, 0x53 +.byte 0x65, 0x4b, 0x65, 0x79, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x19, 0x4f +.byte 0x49, 0x53, 0x54, 0x45, 0x20, 0x46, 0x6f, 0x75, 0x6e, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20 +.byte 0x45, 0x6e, 0x64, 0x6f, 0x72, 0x73, 0x65, 0x64, 0x31, 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x13, 0x1f, 0x4f, 0x49, 0x53, 0x54, 0x45, 0x20, 0x57, 0x49, 0x53, 0x65, 0x4b, 0x65, 0x79 +.byte 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x47, 0x43, 0x20 +.byte 0x43, 0x41, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06 +.byte 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x4c, 0xe9, 0x50, 0xc0, 0xc6, 0x0f +.byte 0x72, 0x18, 0xbc, 0xd8, 0xf1, 0xba, 0xb3, 0x89, 0xe2, 0x79, 0x4a, 0xa3, 0x16, 0xa7, 0x6b, 0x54 +.byte 0x24, 0xdb, 0x51, 0xff, 0xea, 0xf4, 0x09, 0x24, 0xc3, 0x0b, 0x22, 0x9f, 0xcb, 0x6a, 0x27, 0x82 +.byte 0x81, 0x0d, 0xd2, 0xc0, 0xaf, 0x31, 0xe4, 0x74, 0x82, 0x6e, 0xca, 0x25, 0xd9, 0x8c, 0x75, 0x9d +.byte 0xf1, 0xdb, 0xd0, 0x9a, 0xa2, 0x4b, 0x21, 0x7e, 0x16, 0xa7, 0x63, 0x90, 0xd2, 0x39, 0xd4, 0xb1 +.byte 0x87, 0x78, 0x5f, 0x18, 0x96, 0x0f, 0x50, 0x1b, 0x35, 0x37, 0x0f, 0x6a, 0xc6, 0xdc, 0xd9, 0x13 +.byte 0x4d, 0xa4, 0x8e, 0x90, 0x37, 0xe6, 0xbd, 0x5b, 0x31, 0x91, 0x70, 0x00, 0x78, 0x00, 0x30, 0x6e +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x1c, 0x30 +.byte 0x1a, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x13, 0x46, 0x69, 0x72, 0x6d, 0x61, 0x70, 0x72, 0x6f +.byte 0x66, 0x65, 0x73, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x20, 0x53, 0x41, 0x31, 0x18, 0x30, 0x16, 0x06 +.byte 0x03, 0x55, 0x04, 0x61, 0x0c, 0x0f, 0x56, 0x41, 0x54, 0x45, 0x53, 0x2d, 0x41, 0x36, 0x32, 0x36 +.byte 0x33, 0x34, 0x30, 0x36, 0x38, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1e +.byte 0x46, 0x49, 0x52, 0x4d, 0x41, 0x50, 0x52, 0x4f, 0x46, 0x45, 0x53, 0x49, 0x4f, 0x4e, 0x41, 0x4c +.byte 0x20, 0x43, 0x41, 0x20, 0x52, 0x4f, 0x4f, 0x54, 0x2d, 0x41, 0x20, 0x57, 0x45, 0x42, 0x30, 0x76 +.byte 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04 +.byte 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x47, 0x53, 0xea, 0x2c, 0x11, 0xa4, 0x77, 0xc7, 0x2a, 0xea +.byte 0xf3, 0xd6, 0x5f, 0x7b, 0xd3, 0x04, 0x91, 0x5c, 0xfa, 0x88, 0xc6, 0x22, 0xb9, 0x83, 0x10, 0x62 +.byte 0x77, 0x84, 0x33, 0x2d, 0xe9, 0x03, 0x88, 0xd4, 0xe0, 0x33, 0xf7, 0xed, 0x77, 0x2c, 0x4a, 0x60 +.byte 0xea, 0xe4, 0x6f, 0xad, 0x6d, 0xb4, 0xf8, 0x4c, 0x8a, 0xa4, 0xe4, 0x1f, 0xca, 0xea, 0x4f, 0x38 +.byte 0x4a, 0x2e, 0x82, 0x73, 0x2b, 0xc7, 0x66, 0x9b, 0x0a, 0x8c, 0x40, 0x9c, 0x7c, 0x8a, 0xf6, 0xf2 +.byte 0x39, 0x60, 0xb2, 0xde, 0xcb, 0xec, 0xb8, 0xe4, 0x6f, 0xea, 0x9b, 0x5d, 0xb7, 0x53, 0x90, 0x18 +.byte 0x32, 0x55, 0xc5, 0x20, 0xb7, 0x94, 0x71, 0x00, 0x26, 0x02, 0x30, 0x6f, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x48, 0x4b, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55 +.byte 0x04, 0x08, 0x13, 0x09, 0x48, 0x6f, 0x6e, 0x67, 0x20, 0x4b, 0x6f, 0x6e, 0x67, 0x31, 0x12, 0x30 +.byte 0x10, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x09, 0x48, 0x6f, 0x6e, 0x67, 0x20, 0x4b, 0x6f, 0x6e +.byte 0x67, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0d, 0x48, 0x6f, 0x6e, 0x67 +.byte 0x6b, 0x6f, 0x6e, 0x67, 0x20, 0x50, 0x6f, 0x73, 0x74, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x13, 0x17, 0x48, 0x6f, 0x6e, 0x67, 0x6b, 0x6f, 0x6e, 0x67, 0x20, 0x50, 0x6f, 0x73 +.byte 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x33, 0x30, 0x82, 0x02, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb3, 0x88, 0xd7, 0xea +.byte 0xce, 0x0f, 0x20, 0x4e, 0xbe, 0xe6, 0xd6, 0x03, 0x6d, 0xee, 0x59, 0xfc, 0xc2, 0x57, 0xdf, 0x29 +.byte 0x68, 0xa1, 0x83, 0x0e, 0x3e, 0x68, 0xc7, 0x68, 0x58, 0x9c, 0x1c, 0x60, 0x4b, 0x89, 0x43, 0x0c +.byte 0xb9, 0xd4, 0x15, 0xb2, 0xee, 0xc1, 0x4e, 0x75, 0xe9, 0xb5, 0xa7, 0xef, 0xe5, 0xe9, 0x35, 0x99 +.byte 0xe4, 0xcc, 0x1c, 0xe7, 0x4b, 0x5f, 0x8d, 0x33, 0x30, 0x20, 0x33, 0x53, 0xd9, 0xa6, 0xbb, 0xd5 +.byte 0x3e, 0x13, 0x8e, 0xe9, 0x1f, 0x87, 0x49, 0xad, 0x50, 0x2d, 0x50, 0xca, 0x18, 0xbe, 0x01, 0x58 +.byte 0xa2, 0x13, 0x70, 0x96, 0xbb, 0x89, 0x88, 0x56, 0x80, 0x5c, 0xf8, 0xbd, 0x2c, 0x3c, 0xe1, 0x4c +.byte 0x57, 0x88, 0xbb, 0xd3, 0xb9, 0x95, 0xef, 0xcb, 0xc7, 0xf6, 0xda, 0x31, 0x74, 0x28, 0xa6, 0xe6 +.byte 0x54, 0x89, 0xf5, 0x41, 0x31, 0xca, 0xe5, 0x26, 0x1a, 0xcd, 0x82, 0xe0, 0x70, 0xda, 0x3b, 0x29 +.byte 0xbb, 0xd5, 0x03, 0xf5, 0x99, 0xba, 0x55, 0xf5, 0x64, 0xd1, 0x60, 0x0e, 0xb3, 0x89, 0x49, 0xb8 +.byte 0x8a, 0x2f, 0x05, 0xd2, 0x84, 0x45, 0x28, 0x7c, 0x8f, 0x68, 0x50, 0x12, 0x78, 0xfc, 0x0b, 0xb5 +.byte 0x53, 0xcb, 0xc2, 0x98, 0x1c, 0x84, 0xa3, 0x9e, 0xb0, 0xbe, 0x23, 0xa4, 0xda, 0xdc, 0xc8, 0x2b +.byte 0x1e, 0xda, 0x6e, 0x45, 0x1e, 0x89, 0x98, 0xda, 0xf9, 0x00, 0x2e, 0x06, 0xe9, 0x0c, 0x3b, 0x70 +.byte 0xd5, 0x50, 0x25, 0x88, 0x99, 0xcb, 0xcd, 0x73, 0x60, 0xf7, 0xd5, 0xff, 0x35, 0x67, 0xc5, 0xa1 +.byte 0xbc, 0x5e, 0xab, 0xcd, 0x4a, 0xb8, 0x45, 0xeb, 0xc8, 0x68, 0x1e, 0x0d, 0x0d, 0x14, 0x46, 0x12 +.byte 0xe3, 0xd2, 0x64, 0x62, 0x8a, 0x42, 0x98, 0xbc, 0xb4, 0xc6, 0x08, 0x08, 0xf8, 0xfd, 0xa8, 0x4c +.byte 0x64, 0x9c, 0x76, 0x01, 0xbd, 0x2f, 0xa9, 0x6c, 0x33, 0x0f, 0xd8, 0x3f, 0x28, 0xb8, 0x3c, 0x69 +.byte 0x01, 0x42, 0x86, 0x7e, 0x69, 0xc1, 0xc9, 0x06, 0xca, 0xe5, 0x7a, 0x46, 0x65, 0xe9, 0xc2, 0xd6 +.byte 0x50, 0x41, 0x2e, 0x3f, 0xb7, 0xe4, 0xed, 0x6c, 0xd7, 0xbf, 0x26, 0x01, 0x11, 0xa2, 0x16, 0x29 +.byte 0x4a, 0x6b, 0x34, 0x06, 0x90, 0xec, 0x13, 0xd2, 0xb6, 0xfb, 0x6a, 0x76, 0xd2, 0x3c, 0xed, 0xf0 +.byte 0xd6, 0x2d, 0xdd, 0xe1, 0x15, 0xec, 0xa3, 0x9b, 0x2f, 0x2c, 0xc9, 0x3e, 0x2b, 0xe4, 0x69, 0x3b +.byte 0xff, 0x72, 0x25, 0xb1, 0x36, 0x86, 0x5b, 0xc7, 0x7f, 0x6b, 0x8b, 0x55, 0x1b, 0x4a, 0xc5, 0x20 +.byte 0x61, 0x3d, 0xae, 0xcb, 0x50, 0xe1, 0x08, 0x3a, 0xbe, 0xb0, 0x8f, 0x63, 0x41, 0x53, 0x30, 0x08 +.byte 0x59, 0x3c, 0x98, 0x1d, 0x77, 0xba, 0x63, 0x91, 0x7a, 0xca, 0x10, 0x50, 0x60, 0xbf, 0xf0, 0xd7 +.byte 0xbc, 0x95, 0x87, 0x8f, 0x97, 0xc5, 0xfe, 0x97, 0x6a, 0x01, 0x94, 0xa3, 0x7c, 0x5b, 0x85, 0x1d +.byte 0x2a, 0x39, 0x3a, 0xd0, 0x54, 0xa1, 0xd1, 0x39, 0x71, 0x9d, 0xfd, 0x21, 0xf9, 0xb5, 0x7b, 0xf0 +.byte 0xe2, 0xe0, 0x02, 0x8f, 0x6e, 0x96, 0x24, 0x25, 0x2c, 0xa0, 0x1e, 0x2c, 0xa8, 0xc4, 0x89, 0xa7 +.byte 0xef, 0xed, 0x99, 0x06, 0x2f, 0xb6, 0x0a, 0x4c, 0x4f, 0xdb, 0xa2, 0xcc, 0x37, 0x1a, 0xaf, 0x47 +.byte 0x85, 0x2d, 0x8a, 0x5f, 0xc4, 0x34, 0x34, 0x4c, 0x00, 0xfd, 0x18, 0x93, 0x67, 0x13, 0xd1, 0x37 +.byte 0xe6, 0x48, 0xb4, 0x8b, 0x06, 0xc5, 0x57, 0x7b, 0x19, 0x86, 0x0a, 0x79, 0xcb, 0x00, 0xc9, 0x52 +.byte 0xaf, 0x42, 0xff, 0x37, 0x8f, 0xe1, 0xa3, 0x1e, 0x7a, 0x3d, 0x50, 0xab, 0x63, 0x06, 0xe7, 0x15 +.byte 0xb5, 0x3f, 0xb6, 0x45, 0x37, 0x94, 0x37, 0xb1, 0x7e, 0xf2, 0x48, 0xc3, 0x7f, 0xc5, 0x75, 0xfe +.byte 0x97, 0x8d, 0x45, 0x8f, 0x1a, 0xa7, 0x1a, 0x72, 0x28, 0x1a, 0x40, 0x0f, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x73, 0x00, 0x5b, 0x00, 0x30, 0x71, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x48, 0x55, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x08, 0x42 +.byte 0x75, 0x64, 0x61, 0x70, 0x65, 0x73, 0x74, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x0c, 0x0d, 0x4d, 0x69, 0x63, 0x72, 0x6f, 0x73, 0x65, 0x63, 0x20, 0x4c, 0x74, 0x64, 0x2e, 0x31 +.byte 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x61, 0x0c, 0x0e, 0x56, 0x41, 0x54, 0x48, 0x55, 0x2d +.byte 0x32, 0x33, 0x35, 0x38, 0x34, 0x34, 0x39, 0x37, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x0c, 0x15, 0x65, 0x2d, 0x53, 0x7a, 0x69, 0x67, 0x6e, 0x6f, 0x20, 0x52, 0x6f, 0x6f, 0x74 +.byte 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x31, 0x37, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86 +.byte 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03 +.byte 0x42, 0x00, 0x04, 0x96, 0xdc, 0x3d, 0x8a, 0xd8, 0xb0, 0x7b, 0x6f, 0xc6, 0x27, 0xbe, 0x44, 0x90 +.byte 0xb1, 0xb3, 0x56, 0x15, 0x7b, 0x8e, 0x43, 0x24, 0x7d, 0x1a, 0x84, 0x59, 0xee, 0x63, 0x68, 0xb2 +.byte 0xc6, 0x5e, 0x87, 0xd0, 0x15, 0x48, 0x1e, 0xa8, 0x90, 0xad, 0xbd, 0x53, 0xa2, 0xda, 0xde, 0x3a +.byte 0x90, 0xa6, 0x60, 0x5f, 0x68, 0x32, 0xb5, 0x86, 0x41, 0xdf, 0x87, 0x5b, 0x2c, 0x7b, 0xc5, 0xfe +.byte 0x7c, 0x7a, 0xda, 0x76, 0x00, 0x78, 0x00, 0x30, 0x74, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 +.byte 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13 +.byte 0x18, 0x41, 0x73, 0x73, 0x65, 0x63, 0x6f, 0x20, 0x44, 0x61, 0x74, 0x61, 0x20, 0x53, 0x79, 0x73 +.byte 0x74, 0x65, 0x6d, 0x73, 0x20, 0x53, 0x2e, 0x41, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55 +.byte 0x04, 0x0b, 0x13, 0x1e, 0x43, 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69 +.byte 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69 +.byte 0x74, 0x79, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x43, 0x65, 0x72 +.byte 0x74, 0x75, 0x6d, 0x20, 0x45, 0x43, 0x2d, 0x33, 0x38, 0x34, 0x20, 0x43, 0x41, 0x30, 0x76, 0x30 .byte 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00 -.byte 0x22, 0x03, 0x62, 0x00, 0x04, 0xf6, 0xba, 0x57, 0x53, 0xc8, 0xca, 0xab, 0xdf, 0x36, 0x4a, 0x52 -.byte 0x21, 0xe4, 0x97, 0xd2, 0x83, 0x67, 0x9e, 0xf0, 0x65, 0x51, 0xd0, 0x5e, 0x87, 0xc7, 0x47, 0xb1 -.byte 0x59, 0xf2, 0x57, 0x47, 0x9b, 0x00, 0x02, 0x93, 0x44, 0x17, 0x69, 0xdb, 0x42, 0xc7, 0xb1, 0xb2 -.byte 0x3a, 0x18, 0x0e, 0xb4, 0x5d, 0x8c, 0xb3, 0x66, 0x5d, 0xa1, 0x34, 0xf9, 0x36, 0x2c, 0x49, 0xdb -.byte 0xf3, 0x46, 0xfc, 0xb3, 0x44, 0x69, 0x44, 0x13, 0x66, 0xfd, 0xd7, 0xc5, 0xfd, 0xaf, 0x36, 0x4d -.byte 0xce, 0x03, 0x4d, 0x07, 0x71, 0xcf, 0xaf, 0x6a, 0x05, 0xd2, 0xa2, 0x43, 0x5a, 0x0a, 0x52, 0x6f -.byte 0x01, 0x03, 0x4e, 0x8e, 0x8b, 0x00, 0x7c, 0x02, 0x26, 0x30, 0x7a, 0x31, 0x0b, 0x30, 0x09, 0x06 -.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x13, 0x18, 0x41, 0x73, 0x73, 0x65, 0x63, 0x6f, 0x20, 0x44, 0x61, 0x74, 0x61, 0x20, 0x53 -.byte 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x53, 0x2e, 0x41, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06 -.byte 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x43, 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x43, 0x65, 0x72 -.byte 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f -.byte 0x72, 0x69, 0x74, 0x79, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x16, 0x43 -.byte 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x20, 0x52, 0x6f -.byte 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 -.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02 -.byte 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xd1, 0x2d, 0x8e, 0xbb, 0xb7, 0x36, 0xea, 0x6d, 0x37, 0x91 -.byte 0x9f, 0x4e, 0x93, 0xa7, 0x05, 0xe4, 0x29, 0x03, 0x25, 0xce, 0x1c, 0x82, 0xf7, 0x7c, 0x99, 0x9f -.byte 0x41, 0x06, 0xcd, 0xed, 0xa3, 0xba, 0xc0, 0xdb, 0x09, 0x2c, 0xc1, 0x7c, 0xdf, 0x29, 0x7e, 0x4b -.byte 0x65, 0x2f, 0x93, 0xa7, 0xd4, 0x01, 0x6b, 0x03, 0x28, 0x18, 0xa3, 0xd8, 0x9d, 0x05, 0xc1, 0x2a -.byte 0xd8, 0x45, 0xf1, 0x91, 0xde, 0xdf, 0x3b, 0xd0, 0x80, 0x02, 0x8c, 0xcf, 0x38, 0x0f, 0xea, 0xa7 -.byte 0x5c, 0x78, 0x11, 0xa4, 0xc1, 0xc8, 0x85, 0x5c, 0x25, 0xd3, 0xd3, 0xb2, 0xe7, 0x25, 0xcf, 0x11 -.byte 0x54, 0x97, 0xab, 0x35, 0xc0, 0x1e, 0x76, 0x1c, 0xef, 0x00, 0x53, 0x9f, 0x39, 0xdc, 0x14, 0xa5 -.byte 0x2c, 0x22, 0x25, 0xb3, 0x72, 0x72, 0xfc, 0x8d, 0xb3, 0xe5, 0x3e, 0x08, 0x1e, 0x14, 0x2a, 0x37 -.byte 0x0b, 0x88, 0x3c, 0xca, 0xb0, 0xf4, 0xc8, 0xc2, 0xa1, 0xae, 0xbc, 0xc1, 0xbe, 0x29, 0x67, 0x55 -.byte 0xe2, 0xfc, 0xad, 0x59, 0x5c, 0xfe, 0xbd, 0x57, 0x2c, 0xb0, 0x90, 0x8d, 0xc2, 0xed, 0x37, 0xb6 -.byte 0x7c, 0x99, 0x88, 0xb5, 0xd5, 0x03, 0x9a, 0x3d, 0x15, 0x0d, 0x3d, 0x3a, 0xa8, 0xa8, 0x45, 0xf0 -.byte 0x95, 0x4e, 0x25, 0x59, 0x1d, 0xcd, 0x98, 0x69, 0xbb, 0xd3, 0xcc, 0x32, 0xc9, 0x8d, 0xef, 0x81 -.byte 0xfe, 0xad, 0x7d, 0x89, 0xbb, 0xba, 0x60, 0x13, 0xca, 0x65, 0x95, 0x67, 0xa0, 0xf3, 0x19, 0xf6 -.byte 0x03, 0x56, 0xd4, 0x6a, 0xd3, 0x27, 0xe2, 0xa1, 0xad, 0x83, 0xf0, 0x4a, 0x12, 0x22, 0x77, 0x1c -.byte 0x05, 0x73, 0xe2, 0x19, 0x71, 0x42, 0xc0, 0xec, 0x75, 0x46, 0x9a, 0x90, 0x58, 0xe0, 0x6a, 0x8e -.byte 0x2b, 0xa5, 0x46, 0x30, 0x04, 0x8e, 0x19, 0xb2, 0x17, 0xe3, 0xbe, 0xa9, 0xba, 0x7f, 0x56, 0xf1 -.byte 0x24, 0x03, 0xd7, 0xb2, 0x21, 0x28, 0x76, 0x0e, 0x36, 0x30, 0x4c, 0x79, 0xd5, 0x41, 0x9a, 0x9a -.byte 0xa8, 0xb8, 0x35, 0xba, 0x0c, 0x3a, 0xf2, 0x44, 0x1b, 0x20, 0x88, 0xf7, 0xc5, 0x25, 0xd7, 0x3d -.byte 0xc6, 0xe3, 0x3e, 0x43, 0xdd, 0x87, 0xfe, 0xc4, 0xea, 0xf5, 0x53, 0x3e, 0x4c, 0x65, 0xff, 0x3b -.byte 0x4a, 0xcb, 0x78, 0x5a, 0x6b, 0x17, 0x5f, 0x0d, 0xc7, 0xc3, 0x4f, 0x4e, 0x9a, 0x2a, 0xa2, 0xed -.byte 0x57, 0x4d, 0x22, 0xe2, 0x46, 0x9a, 0x3f, 0x0f, 0x91, 0x34, 0x24, 0x7d, 0x55, 0xe3, 0x8c, 0x95 -.byte 0x37, 0xd3, 0x1a, 0xf0, 0x09, 0x2b, 0x2c, 0xd2, 0xc9, 0x8d, 0xb4, 0x0d, 0x00, 0xab, 0x67, 0x29 -.byte 0x28, 0xd8, 0x01, 0xf5, 0x19, 0x04, 0xb6, 0x1d, 0xbe, 0x76, 0xfe, 0x72, 0x5c, 0xc4, 0x85, 0xca -.byte 0xd2, 0x80, 0x41, 0xdf, 0x05, 0xa8, 0xa3, 0xd5, 0x84, 0x90, 0x4f, 0x0b, 0xf3, 0xe0, 0x3f, 0x9b -.byte 0x19, 0xd2, 0x37, 0x89, 0x3f, 0xf2, 0x7b, 0x52, 0x1c, 0x8c, 0xf6, 0xe1, 0xf7, 0x3c, 0x07, 0x97 -.byte 0x8c, 0x0e, 0xa2, 0x59, 0x81, 0x0c, 0xb2, 0x90, 0x3d, 0xd3, 0xe3, 0x59, 0x46, 0xed, 0x0f, 0xa9 -.byte 0xa7, 0xde, 0x80, 0x6b, 0x5a, 0xaa, 0x07, 0xb6, 0x19, 0xcb, 0xbc, 0x57, 0xf3, 0x97, 0x21, 0x7a -.byte 0x0c, 0xb1, 0x2b, 0x74, 0x3e, 0xeb, 0xda, 0xa7, 0x67, 0x2d, 0x4c, 0xc4, 0x98, 0x9e, 0x36, 0x09 -.byte 0x76, 0x66, 0x66, 0xfc, 0x1a, 0x3f, 0xea, 0x48, 0x54, 0x1c, 0xbe, 0x30, 0xbd, 0x80, 0x50, 0xbf -.byte 0x7c, 0xb5, 0xce, 0x00, 0xf6, 0x0c, 0x61, 0xd9, 0xe7, 0x24, 0x03, 0xe0, 0xe3, 0x01, 0x81, 0x0e -.byte 0xbd, 0xd8, 0x85, 0x34, 0x88, 0xbd, 0xb2, 0x36, 0xa8, 0x7b, 0x5c, 0x08, 0xe5, 0x44, 0x80, 0x8c -.byte 0x6f, 0xf8, 0x2f, 0xd5, 0x21, 0xca, 0x1d, 0x1c, 0xd0, 0xfb, 0xc4, 0xb5, 0x87, 0xd1, 0x3a, 0x4e -.byte 0xc7, 0x76, 0xb5, 0x35, 0x48, 0xb5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x7d, 0x01, 0x26, 0x30 -.byte 0x7b, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x42, 0x31, 0x1b -.byte 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x08, 0x0c, 0x12, 0x47, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72 -.byte 0x20, 0x4d, 0x61, 0x6e, 0x63, 0x68, 0x65, 0x73, 0x74, 0x65, 0x72, 0x31, 0x10, 0x30, 0x0e, 0x06 -.byte 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07, 0x53, 0x61, 0x6c, 0x66, 0x6f, 0x72, 0x64, 0x31, 0x1a, 0x30 -.byte 0x18, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x11, 0x43, 0x6f, 0x6d, 0x6f, 0x64, 0x6f, 0x20, 0x43 -.byte 0x41, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55 -.byte 0x04, 0x03, 0x0c, 0x18, 0x41, 0x41, 0x41, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63 -.byte 0x61, 0x74, 0x65, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x30, 0x82, 0x01, 0x22 -.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 -.byte 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xbe, 0x40, 0x9d -.byte 0xf4, 0x6e, 0xe1, 0xea, 0x76, 0x87, 0x1c, 0x4d, 0x45, 0x44, 0x8e, 0xbe, 0x46, 0xc8, 0x83, 0x06 -.byte 0x9d, 0xc1, 0x2a, 0xfe, 0x18, 0x1f, 0x8e, 0xe4, 0x02, 0xfa, 0xf3, 0xab, 0x5d, 0x50, 0x8a, 0x16 -.byte 0x31, 0x0b, 0x9a, 0x06, 0xd0, 0xc5, 0x70, 0x22, 0xcd, 0x49, 0x2d, 0x54, 0x63, 0xcc, 0xb6, 0x6e -.byte 0x68, 0x46, 0x0b, 0x53, 0xea, 0xcb, 0x4c, 0x24, 0xc0, 0xbc, 0x72, 0x4e, 0xea, 0xf1, 0x15, 0xae -.byte 0xf4, 0x54, 0x9a, 0x12, 0x0a, 0xc3, 0x7a, 0xb2, 0x33, 0x60, 0xe2, 0xda, 0x89, 0x55, 0xf3, 0x22 -.byte 0x58, 0xf3, 0xde, 0xdc, 0xcf, 0xef, 0x83, 0x86, 0xa2, 0x8c, 0x94, 0x4f, 0x9f, 0x68, 0xf2, 0x98 -.byte 0x90, 0x46, 0x84, 0x27, 0xc7, 0x76, 0xbf, 0xe3, 0xcc, 0x35, 0x2c, 0x8b, 0x5e, 0x07, 0x64, 0x65 -.byte 0x82, 0xc0, 0x48, 0xb0, 0xa8, 0x91, 0xf9, 0x61, 0x9f, 0x76, 0x20, 0x50, 0xa8, 0x91, 0xc7, 0x66 -.byte 0xb5, 0xeb, 0x78, 0x62, 0x03, 0x56, 0xf0, 0x8a, 0x1a, 0x13, 0xea, 0x31, 0xa3, 0x1e, 0xa0, 0x99 -.byte 0xfd, 0x38, 0xf6, 0xf6, 0x27, 0x32, 0x58, 0x6f, 0x07, 0xf5, 0x6b, 0xb8, 0xfb, 0x14, 0x2b, 0xaf -.byte 0xb7, 0xaa, 0xcc, 0xd6, 0x63, 0x5f, 0x73, 0x8c, 0xda, 0x05, 0x99, 0xa8, 0x38, 0xa8, 0xcb, 0x17 -.byte 0x78, 0x36, 0x51, 0xac, 0xe9, 0x9e, 0xf4, 0x78, 0x3a, 0x8d, 0xcf, 0x0f, 0xd9, 0x42, 0xe2, 0x98 -.byte 0x0c, 0xab, 0x2f, 0x9f, 0x0e, 0x01, 0xde, 0xef, 0x9f, 0x99, 0x49, 0xf1, 0x2d, 0xdf, 0xac, 0x74 -.byte 0x4d, 0x1b, 0x98, 0xb5, 0x47, 0xc5, 0xe5, 0x29, 0xd1, 0xf9, 0x90, 0x18, 0xc7, 0x62, 0x9c, 0xbe -.byte 0x83, 0xc7, 0x26, 0x7b, 0x3e, 0x8a, 0x25, 0xc7, 0xc0, 0xdd, 0x9d, 0xe6, 0x35, 0x68, 0x10, 0x20 -.byte 0x9d, 0x8f, 0xd8, 0xde, 0xd2, 0xc3, 0x84, 0x9c, 0x0d, 0x5e, 0xe8, 0x2f, 0xc9, 0x02, 0x03, 0x01 -.byte 0x00, 0x01, 0x00, 0x7e, 0x00, 0x78, 0x30, 0x7c, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x22, 0x03, 0x62, 0x00, 0x04, 0xc4, 0x28, 0x8e, 0xab, 0x18, 0x5b, 0x6a, 0xbe, 0x6e, 0x64, 0x37 +.byte 0x63, 0xe4, 0xcd, 0xec, 0xab, 0x3a, 0xf7, 0xcc, 0xa1, 0xb8, 0x0e, 0x82, 0x49, 0xd7, 0x86, 0x29 +.byte 0x9f, 0xa1, 0x94, 0xf2, 0xe3, 0x60, 0x78, 0x98, 0x81, 0x78, 0x06, 0x4d, 0xf2, 0xec, 0x9a, 0x0e +.byte 0x57, 0x60, 0x83, 0x9f, 0xb4, 0xe6, 0x17, 0x2f, 0x1a, 0xb3, 0x5d, 0x02, 0x5b, 0x89, 0x23, 0x3c +.byte 0xc2, 0x11, 0x05, 0x2a, 0xa7, 0x88, 0x13, 0x18, 0xf3, 0x50, 0x84, 0xd7, 0xbd, 0x34, 0x2c, 0x27 +.byte 0x89, 0x55, 0xff, 0xce, 0x4c, 0xe7, 0xdf, 0xa6, 0x1f, 0x28, 0xc4, 0xf0, 0x54, 0xc3, 0xb9, 0x7c +.byte 0xb7, 0x53, 0xad, 0xeb, 0xc2, 0x7a, 0x00, 0x78, 0x00, 0x30, 0x78, 0x31, 0x0b, 0x30, 0x09, 0x06 +.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x0c, 0x08, 0x46, 0x4e, 0x4d, 0x54, 0x2d, 0x52, 0x43, 0x4d, 0x31, 0x0e, 0x30, 0x0c, 0x06 +.byte 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x05, 0x43, 0x65, 0x72, 0x65, 0x73, 0x31, 0x18, 0x30, 0x16, 0x06 +.byte 0x03, 0x55, 0x04, 0x61, 0x0c, 0x0f, 0x56, 0x41, 0x54, 0x45, 0x53, 0x2d, 0x51, 0x32, 0x38, 0x32 +.byte 0x36, 0x30, 0x30, 0x34, 0x4a, 0x31, 0x2c, 0x30, 0x2a, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x23 +.byte 0x41, 0x43, 0x20, 0x52, 0x41, 0x49, 0x5a, 0x20, 0x46, 0x4e, 0x4d, 0x54, 0x2d, 0x52, 0x43, 0x4d +.byte 0x20, 0x53, 0x45, 0x52, 0x56, 0x49, 0x44, 0x4f, 0x52, 0x45, 0x53, 0x20, 0x53, 0x45, 0x47, 0x55 +.byte 0x52, 0x4f, 0x53, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01 +.byte 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xf6, 0xba, 0x57, 0x53, 0xc8 +.byte 0xca, 0xab, 0xdf, 0x36, 0x4a, 0x52, 0x21, 0xe4, 0x97, 0xd2, 0x83, 0x67, 0x9e, 0xf0, 0x65, 0x51 +.byte 0xd0, 0x5e, 0x87, 0xc7, 0x47, 0xb1, 0x59, 0xf2, 0x57, 0x47, 0x9b, 0x00, 0x02, 0x93, 0x44, 0x17 +.byte 0x69, 0xdb, 0x42, 0xc7, 0xb1, 0xb2, 0x3a, 0x18, 0x0e, 0xb4, 0x5d, 0x8c, 0xb3, 0x66, 0x5d, 0xa1 +.byte 0x34, 0xf9, 0x36, 0x2c, 0x49, 0xdb, 0xf3, 0x46, 0xfc, 0xb3, 0x44, 0x69, 0x44, 0x13, 0x66, 0xfd +.byte 0xd7, 0xc5, 0xfd, 0xaf, 0x36, 0x4d, 0xce, 0x03, 0x4d, 0x07, 0x71, 0xcf, 0xaf, 0x6a, 0x05, 0xd2 +.byte 0xa2, 0x43, 0x5a, 0x0a, 0x52, 0x6f, 0x01, 0x03, 0x4e, 0x8e, 0x8b, 0x7c, 0x00, 0x26, 0x02, 0x30 +.byte 0x7a, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x21 +.byte 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x18, 0x41, 0x73, 0x73, 0x65, 0x63, 0x6f, 0x20 +.byte 0x44, 0x61, 0x74, 0x61, 0x20, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x53, 0x2e, 0x41 +.byte 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x43, 0x65, 0x72, 0x74 +.byte 0x75, 0x6d, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e +.byte 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x13, 0x16, 0x43, 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x54, 0x72, 0x75, 0x73 +.byte 0x74, 0x65, 0x64, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30 +.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 +.byte 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xd1, 0x2d, 0x8e, 0xbb +.byte 0xb7, 0x36, 0xea, 0x6d, 0x37, 0x91, 0x9f, 0x4e, 0x93, 0xa7, 0x05, 0xe4, 0x29, 0x03, 0x25, 0xce +.byte 0x1c, 0x82, 0xf7, 0x7c, 0x99, 0x9f, 0x41, 0x06, 0xcd, 0xed, 0xa3, 0xba, 0xc0, 0xdb, 0x09, 0x2c +.byte 0xc1, 0x7c, 0xdf, 0x29, 0x7e, 0x4b, 0x65, 0x2f, 0x93, 0xa7, 0xd4, 0x01, 0x6b, 0x03, 0x28, 0x18 +.byte 0xa3, 0xd8, 0x9d, 0x05, 0xc1, 0x2a, 0xd8, 0x45, 0xf1, 0x91, 0xde, 0xdf, 0x3b, 0xd0, 0x80, 0x02 +.byte 0x8c, 0xcf, 0x38, 0x0f, 0xea, 0xa7, 0x5c, 0x78, 0x11, 0xa4, 0xc1, 0xc8, 0x85, 0x5c, 0x25, 0xd3 +.byte 0xd3, 0xb2, 0xe7, 0x25, 0xcf, 0x11, 0x54, 0x97, 0xab, 0x35, 0xc0, 0x1e, 0x76, 0x1c, 0xef, 0x00 +.byte 0x53, 0x9f, 0x39, 0xdc, 0x14, 0xa5, 0x2c, 0x22, 0x25, 0xb3, 0x72, 0x72, 0xfc, 0x8d, 0xb3, 0xe5 +.byte 0x3e, 0x08, 0x1e, 0x14, 0x2a, 0x37, 0x0b, 0x88, 0x3c, 0xca, 0xb0, 0xf4, 0xc8, 0xc2, 0xa1, 0xae +.byte 0xbc, 0xc1, 0xbe, 0x29, 0x67, 0x55, 0xe2, 0xfc, 0xad, 0x59, 0x5c, 0xfe, 0xbd, 0x57, 0x2c, 0xb0 +.byte 0x90, 0x8d, 0xc2, 0xed, 0x37, 0xb6, 0x7c, 0x99, 0x88, 0xb5, 0xd5, 0x03, 0x9a, 0x3d, 0x15, 0x0d +.byte 0x3d, 0x3a, 0xa8, 0xa8, 0x45, 0xf0, 0x95, 0x4e, 0x25, 0x59, 0x1d, 0xcd, 0x98, 0x69, 0xbb, 0xd3 +.byte 0xcc, 0x32, 0xc9, 0x8d, 0xef, 0x81, 0xfe, 0xad, 0x7d, 0x89, 0xbb, 0xba, 0x60, 0x13, 0xca, 0x65 +.byte 0x95, 0x67, 0xa0, 0xf3, 0x19, 0xf6, 0x03, 0x56, 0xd4, 0x6a, 0xd3, 0x27, 0xe2, 0xa1, 0xad, 0x83 +.byte 0xf0, 0x4a, 0x12, 0x22, 0x77, 0x1c, 0x05, 0x73, 0xe2, 0x19, 0x71, 0x42, 0xc0, 0xec, 0x75, 0x46 +.byte 0x9a, 0x90, 0x58, 0xe0, 0x6a, 0x8e, 0x2b, 0xa5, 0x46, 0x30, 0x04, 0x8e, 0x19, 0xb2, 0x17, 0xe3 +.byte 0xbe, 0xa9, 0xba, 0x7f, 0x56, 0xf1, 0x24, 0x03, 0xd7, 0xb2, 0x21, 0x28, 0x76, 0x0e, 0x36, 0x30 +.byte 0x4c, 0x79, 0xd5, 0x41, 0x9a, 0x9a, 0xa8, 0xb8, 0x35, 0xba, 0x0c, 0x3a, 0xf2, 0x44, 0x1b, 0x20 +.byte 0x88, 0xf7, 0xc5, 0x25, 0xd7, 0x3d, 0xc6, 0xe3, 0x3e, 0x43, 0xdd, 0x87, 0xfe, 0xc4, 0xea, 0xf5 +.byte 0x53, 0x3e, 0x4c, 0x65, 0xff, 0x3b, 0x4a, 0xcb, 0x78, 0x5a, 0x6b, 0x17, 0x5f, 0x0d, 0xc7, 0xc3 +.byte 0x4f, 0x4e, 0x9a, 0x2a, 0xa2, 0xed, 0x57, 0x4d, 0x22, 0xe2, 0x46, 0x9a, 0x3f, 0x0f, 0x91, 0x34 +.byte 0x24, 0x7d, 0x55, 0xe3, 0x8c, 0x95, 0x37, 0xd3, 0x1a, 0xf0, 0x09, 0x2b, 0x2c, 0xd2, 0xc9, 0x8d +.byte 0xb4, 0x0d, 0x00, 0xab, 0x67, 0x29, 0x28, 0xd8, 0x01, 0xf5, 0x19, 0x04, 0xb6, 0x1d, 0xbe, 0x76 +.byte 0xfe, 0x72, 0x5c, 0xc4, 0x85, 0xca, 0xd2, 0x80, 0x41, 0xdf, 0x05, 0xa8, 0xa3, 0xd5, 0x84, 0x90 +.byte 0x4f, 0x0b, 0xf3, 0xe0, 0x3f, 0x9b, 0x19, 0xd2, 0x37, 0x89, 0x3f, 0xf2, 0x7b, 0x52, 0x1c, 0x8c +.byte 0xf6, 0xe1, 0xf7, 0x3c, 0x07, 0x97, 0x8c, 0x0e, 0xa2, 0x59, 0x81, 0x0c, 0xb2, 0x90, 0x3d, 0xd3 +.byte 0xe3, 0x59, 0x46, 0xed, 0x0f, 0xa9, 0xa7, 0xde, 0x80, 0x6b, 0x5a, 0xaa, 0x07, 0xb6, 0x19, 0xcb +.byte 0xbc, 0x57, 0xf3, 0x97, 0x21, 0x7a, 0x0c, 0xb1, 0x2b, 0x74, 0x3e, 0xeb, 0xda, 0xa7, 0x67, 0x2d +.byte 0x4c, 0xc4, 0x98, 0x9e, 0x36, 0x09, 0x76, 0x66, 0x66, 0xfc, 0x1a, 0x3f, 0xea, 0x48, 0x54, 0x1c +.byte 0xbe, 0x30, 0xbd, 0x80, 0x50, 0xbf, 0x7c, 0xb5, 0xce, 0x00, 0xf6, 0x0c, 0x61, 0xd9, 0xe7, 0x24 +.byte 0x03, 0xe0, 0xe3, 0x01, 0x81, 0x0e, 0xbd, 0xd8, 0x85, 0x34, 0x88, 0xbd, 0xb2, 0x36, 0xa8, 0x7b +.byte 0x5c, 0x08, 0xe5, 0x44, 0x80, 0x8c, 0x6f, 0xf8, 0x2f, 0xd5, 0x21, 0xca, 0x1d, 0x1c, 0xd0, 0xfb +.byte 0xc4, 0xb5, 0x87, 0xd1, 0x3a, 0x4e, 0xc7, 0x76, 0xb5, 0x35, 0x48, 0xb5, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0x7d, 0x00, 0x26, 0x01, 0x30, 0x7b, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 +.byte 0x13, 0x02, 0x47, 0x42, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x08, 0x0c, 0x12, 0x47 +.byte 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x20, 0x4d, 0x61, 0x6e, 0x63, 0x68, 0x65, 0x73, 0x74, 0x65 +.byte 0x72, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07, 0x53, 0x61, 0x6c, 0x66 +.byte 0x6f, 0x72, 0x64, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x11, 0x43, 0x6f +.byte 0x6d, 0x6f, 0x64, 0x6f, 0x20, 0x43, 0x41, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31 +.byte 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x18, 0x41, 0x41, 0x41, 0x20, 0x43, 0x65 +.byte 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63 +.byte 0x65, 0x73, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d +.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82 +.byte 0x01, 0x01, 0x00, 0xbe, 0x40, 0x9d, 0xf4, 0x6e, 0xe1, 0xea, 0x76, 0x87, 0x1c, 0x4d, 0x45, 0x44 +.byte 0x8e, 0xbe, 0x46, 0xc8, 0x83, 0x06, 0x9d, 0xc1, 0x2a, 0xfe, 0x18, 0x1f, 0x8e, 0xe4, 0x02, 0xfa +.byte 0xf3, 0xab, 0x5d, 0x50, 0x8a, 0x16, 0x31, 0x0b, 0x9a, 0x06, 0xd0, 0xc5, 0x70, 0x22, 0xcd, 0x49 +.byte 0x2d, 0x54, 0x63, 0xcc, 0xb6, 0x6e, 0x68, 0x46, 0x0b, 0x53, 0xea, 0xcb, 0x4c, 0x24, 0xc0, 0xbc +.byte 0x72, 0x4e, 0xea, 0xf1, 0x15, 0xae, 0xf4, 0x54, 0x9a, 0x12, 0x0a, 0xc3, 0x7a, 0xb2, 0x33, 0x60 +.byte 0xe2, 0xda, 0x89, 0x55, 0xf3, 0x22, 0x58, 0xf3, 0xde, 0xdc, 0xcf, 0xef, 0x83, 0x86, 0xa2, 0x8c +.byte 0x94, 0x4f, 0x9f, 0x68, 0xf2, 0x98, 0x90, 0x46, 0x84, 0x27, 0xc7, 0x76, 0xbf, 0xe3, 0xcc, 0x35 +.byte 0x2c, 0x8b, 0x5e, 0x07, 0x64, 0x65, 0x82, 0xc0, 0x48, 0xb0, 0xa8, 0x91, 0xf9, 0x61, 0x9f, 0x76 +.byte 0x20, 0x50, 0xa8, 0x91, 0xc7, 0x66, 0xb5, 0xeb, 0x78, 0x62, 0x03, 0x56, 0xf0, 0x8a, 0x1a, 0x13 +.byte 0xea, 0x31, 0xa3, 0x1e, 0xa0, 0x99, 0xfd, 0x38, 0xf6, 0xf6, 0x27, 0x32, 0x58, 0x6f, 0x07, 0xf5 +.byte 0x6b, 0xb8, 0xfb, 0x14, 0x2b, 0xaf, 0xb7, 0xaa, 0xcc, 0xd6, 0x63, 0x5f, 0x73, 0x8c, 0xda, 0x05 +.byte 0x99, 0xa8, 0x38, 0xa8, 0xcb, 0x17, 0x78, 0x36, 0x51, 0xac, 0xe9, 0x9e, 0xf4, 0x78, 0x3a, 0x8d +.byte 0xcf, 0x0f, 0xd9, 0x42, 0xe2, 0x98, 0x0c, 0xab, 0x2f, 0x9f, 0x0e, 0x01, 0xde, 0xef, 0x9f, 0x99 +.byte 0x49, 0xf1, 0x2d, 0xdf, 0xac, 0x74, 0x4d, 0x1b, 0x98, 0xb5, 0x47, 0xc5, 0xe5, 0x29, 0xd1, 0xf9 +.byte 0x90, 0x18, 0xc7, 0x62, 0x9c, 0xbe, 0x83, 0xc7, 0x26, 0x7b, 0x3e, 0x8a, 0x25, 0xc7, 0xc0, 0xdd +.byte 0x9d, 0xe6, 0x35, 0x68, 0x10, 0x20, 0x9d, 0x8f, 0xd8, 0xde, 0xd2, 0xc3, 0x84, 0x9c, 0x0d, 0x5e +.byte 0xe8, 0x2f, 0xc9, 0x02, 0x03, 0x01, 0x00, 0x01, 0x7e, 0x00, 0x78, 0x00, 0x30, 0x7c, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0e, 0x30, 0x0c, 0x06 +.byte 0x03, 0x55, 0x04, 0x08, 0x0c, 0x05, 0x54, 0x65, 0x78, 0x61, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06 +.byte 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07, 0x48, 0x6f, 0x75, 0x73, 0x74, 0x6f, 0x6e, 0x31, 0x18, 0x30 +.byte 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0f, 0x53, 0x53, 0x4c, 0x20, 0x43, 0x6f, 0x72, 0x70 +.byte 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x31, 0x30, 0x2f, 0x06, 0x03, 0x55, 0x04, 0x03 +.byte 0x0c, 0x28, 0x53, 0x53, 0x4c, 0x2e, 0x63, 0x6f, 0x6d, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 +.byte 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74 +.byte 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x45, 0x43, 0x43, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07 +.byte 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62 +.byte 0x00, 0x04, 0x45, 0x6e, 0xa9, 0x50, 0xc4, 0xa6, 0x23, 0x36, 0x9e, 0x5f, 0x28, 0x8d, 0x17, 0xcb +.byte 0x96, 0x22, 0x64, 0x3f, 0xdc, 0x7a, 0x8e, 0x1d, 0xcc, 0x08, 0xb3, 0xa2, 0x71, 0x24, 0xba, 0x8e +.byte 0x49, 0xb9, 0x04, 0x1b, 0x47, 0x96, 0x58, 0xab, 0x2d, 0x95, 0xc8, 0xed, 0x9e, 0x08, 0x35, 0xc8 +.byte 0x27, 0xeb, 0x89, 0x8c, 0x53, 0x58, 0xeb, 0x62, 0x8a, 0xfe, 0xf0, 0x5b, 0x0f, 0x6b, 0x31, 0x52 +.byte 0x63, 0x41, 0x3b, 0x89, 0xcd, 0xec, 0xec, 0xb6, 0x8d, 0x19, 0xd3, 0x34, 0x07, 0xdc, 0xbb, 0xc6 +.byte 0x06, 0x7f, 0xc2, 0x45, 0x95, 0xec, 0xcb, 0x7f, 0xa8, 0x23, 0xe0, 0x09, 0xe9, 0x81, 0xfa, 0xf3 +.byte 0x47, 0xd3, 0x7e, 0x00, 0x26, 0x02, 0x30, 0x7c, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 .byte 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0e, 0x30, 0x0c, 0x06, 0x03, 0x55, 0x04, 0x08, 0x0c, 0x05 .byte 0x54, 0x65, 0x78, 0x61, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07 .byte 0x48, 0x6f, 0x75, 0x73, 0x74, 0x6f, 0x6e, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a @@ -2991,1027 +3477,907 @@ _binary_x509_crt_bundle_start: /* for objcopy compatibility */ .byte 0x6e, 0x31, 0x31, 0x30, 0x2f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x28, 0x53, 0x53, 0x4c, 0x2e .byte 0x63, 0x6f, 0x6d, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69 .byte 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79 -.byte 0x20, 0x45, 0x43, 0x43, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02 -.byte 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x45, 0x6e, 0xa9, 0x50 -.byte 0xc4, 0xa6, 0x23, 0x36, 0x9e, 0x5f, 0x28, 0x8d, 0x17, 0xcb, 0x96, 0x22, 0x64, 0x3f, 0xdc, 0x7a -.byte 0x8e, 0x1d, 0xcc, 0x08, 0xb3, 0xa2, 0x71, 0x24, 0xba, 0x8e, 0x49, 0xb9, 0x04, 0x1b, 0x47, 0x96 -.byte 0x58, 0xab, 0x2d, 0x95, 0xc8, 0xed, 0x9e, 0x08, 0x35, 0xc8, 0x27, 0xeb, 0x89, 0x8c, 0x53, 0x58 -.byte 0xeb, 0x62, 0x8a, 0xfe, 0xf0, 0x5b, 0x0f, 0x6b, 0x31, 0x52, 0x63, 0x41, 0x3b, 0x89, 0xcd, 0xec -.byte 0xec, 0xb6, 0x8d, 0x19, 0xd3, 0x34, 0x07, 0xdc, 0xbb, 0xc6, 0x06, 0x7f, 0xc2, 0x45, 0x95, 0xec -.byte 0xcb, 0x7f, 0xa8, 0x23, 0xe0, 0x09, 0xe9, 0x81, 0xfa, 0xf3, 0x47, 0xd3, 0x00, 0x7e, 0x02, 0x26 -.byte 0x30, 0x7c, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31 -.byte 0x0e, 0x30, 0x0c, 0x06, 0x03, 0x55, 0x04, 0x08, 0x0c, 0x05, 0x54, 0x65, 0x78, 0x61, 0x73, 0x31 -.byte 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07, 0x48, 0x6f, 0x75, 0x73, 0x74, 0x6f -.byte 0x6e, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0f, 0x53, 0x53, 0x4c, 0x20 -.byte 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x31, 0x30, 0x2f, 0x06 -.byte 0x03, 0x55, 0x04, 0x03, 0x0c, 0x28, 0x53, 0x53, 0x4c, 0x2e, 0x63, 0x6f, 0x6d, 0x20, 0x52, 0x6f -.byte 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e -.byte 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x52, 0x53, 0x41, 0x30, 0x82 -.byte 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 -.byte 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xf9 -.byte 0x0f, 0xdd, 0xa3, 0x2b, 0x7d, 0xcb, 0xd0, 0x2a, 0xfe, 0xec, 0x67, 0x85, 0xa6, 0xe7, 0x2e, 0x1b -.byte 0xba, 0x77, 0xe1, 0xe3, 0xf5, 0xaf, 0xa4, 0xec, 0xfa, 0x4a, 0x5d, 0x91, 0xc4, 0x57, 0x47, 0x6b -.byte 0x18, 0x77, 0x6b, 0x76, 0xf2, 0xfd, 0x93, 0xe4, 0x3d, 0x0f, 0xc2, 0x16, 0x9e, 0x0b, 0x66, 0xc3 -.byte 0x56, 0x94, 0x9e, 0x17, 0x83, 0x85, 0xce, 0x56, 0xef, 0xf2, 0x16, 0xfd, 0x00, 0x62, 0xf5, 0x22 -.byte 0x09, 0x54, 0xe8, 0x65, 0x17, 0x4e, 0x41, 0xb9, 0xe0, 0x4f, 0x46, 0x97, 0xaa, 0x1b, 0xc8, 0xb8 -.byte 0x6e, 0x62, 0x5e, 0x69, 0xb1, 0x5f, 0xdb, 0x2a, 0x02, 0x7e, 0xfc, 0x6c, 0xca, 0xf3, 0x41, 0xd8 -.byte 0xed, 0xd0, 0xe8, 0xfc, 0x3f, 0x61, 0x48, 0xed, 0xb0, 0x03, 0x14, 0x1d, 0x10, 0x0e, 0x4b, 0x19 -.byte 0xe0, 0xbb, 0x4e, 0xec, 0x86, 0x65, 0xff, 0x36, 0xf3, 0x5e, 0x67, 0x02, 0x0b, 0x9d, 0x86, 0x55 -.byte 0x61, 0xfd, 0x7a, 0x38, 0xed, 0xfe, 0xe2, 0x19, 0x00, 0xb7, 0x6f, 0xa1, 0x50, 0x62, 0x75, 0x74 -.byte 0x3c, 0xa0, 0xfa, 0xc8, 0x25, 0x92, 0xb4, 0x6e, 0x7a, 0x22, 0xc7, 0xf8, 0x1e, 0xa1, 0xe3, 0xb2 -.byte 0xdd, 0x91, 0x31, 0xab, 0x2b, 0x1d, 0x04, 0xff, 0xa5, 0x4a, 0x04, 0x37, 0xe9, 0x85, 0xa4, 0x33 -.byte 0x2b, 0xfd, 0xe2, 0xd6, 0x55, 0x34, 0x7c, 0x19, 0xa4, 0x4a, 0x68, 0xc7, 0xb2, 0xa8, 0xd3, 0xb7 -.byte 0xca, 0xa1, 0x93, 0x88, 0xeb, 0xc1, 0x97, 0xbc, 0x8c, 0xf9, 0x1d, 0xd9, 0x22, 0x84, 0x24, 0x74 -.byte 0xc7, 0x04, 0x3d, 0x6a, 0xa9, 0x29, 0x93, 0xcc, 0xeb, 0xb8, 0x5b, 0xe1, 0xfe, 0x5f, 0x25, 0xaa -.byte 0x34, 0x58, 0xc8, 0xc1, 0x23, 0x54, 0x9d, 0x1b, 0x98, 0x11, 0xc3, 0x38, 0x9c, 0x7e, 0x3d, 0x86 -.byte 0x6c, 0xa5, 0x0f, 0x40, 0x86, 0x7c, 0x02, 0xf4, 0x5c, 0x02, 0x4f, 0x28, 0xcb, 0xae, 0x71, 0x9f -.byte 0x0f, 0x3a, 0xc8, 0x33, 0xfe, 0x11, 0x25, 0x35, 0xea, 0xfc, 0xba, 0xc5, 0x60, 0x3d, 0xd9, 0x7c -.byte 0x18, 0xd5, 0xb2, 0xa9, 0xd3, 0x75, 0x78, 0x03, 0x72, 0x22, 0xca, 0x3a, 0xc3, 0x1f, 0xef, 0x2c -.byte 0xe5, 0x2e, 0xa9, 0xfa, 0x9e, 0x2c, 0xb6, 0x51, 0x46, 0xfd, 0xaf, 0x03, 0xd6, 0xea, 0x60, 0x68 -.byte 0xea, 0x85, 0x16, 0x36, 0x6b, 0x85, 0xe9, 0x1e, 0xc0, 0xb3, 0xdd, 0xc4, 0x24, 0xdc, 0x80, 0x2a -.byte 0x81, 0x41, 0x6d, 0x94, 0x3e, 0xc8, 0xe0, 0xc9, 0x81, 0x41, 0x00, 0x9e, 0x5e, 0xbf, 0x7f, 0xc5 -.byte 0x08, 0x98, 0xa2, 0x18, 0x2c, 0x42, 0x40, 0xb3, 0xf9, 0x6f, 0x38, 0x27, 0x4b, 0x4e, 0x80, 0xf4 -.byte 0x3d, 0x81, 0x47, 0xe0, 0x88, 0x7c, 0xea, 0x1c, 0xce, 0xb5, 0x75, 0x5c, 0x51, 0x2e, 0x1c, 0x2b -.byte 0x7f, 0x1a, 0x72, 0x28, 0xe7, 0x00, 0xb5, 0xd1, 0x74, 0xc6, 0xd7, 0xe4, 0x9f, 0xad, 0x07, 0x93 -.byte 0xb6, 0x53, 0x35, 0x35, 0xfc, 0x37, 0xe4, 0xc3, 0xf6, 0x5d, 0x16, 0xbe, 0x21, 0x73, 0xde, 0x92 -.byte 0x0a, 0xf8, 0xa0, 0x63, 0x6a, 0xbc, 0x96, 0x92, 0x6a, 0x3e, 0xf8, 0xbc, 0x65, 0x55, 0x9b, 0xde -.byte 0xf5, 0x0d, 0x89, 0x26, 0x04, 0xfc, 0x25, 0x1a, 0xa6, 0x25, 0x69, 0xcb, 0xc2, 0x6d, 0xca, 0x7c -.byte 0xe2, 0x59, 0x5f, 0x97, 0xac, 0xeb, 0xef, 0x2e, 0xc8, 0xbc, 0xd7, 0x1b, 0x59, 0x3c, 0x2b, 0xcc -.byte 0xf2, 0x19, 0xc8, 0x93, 0x6b, 0x27, 0x63, 0x19, 0xcf, 0xfc, 0xe9, 0x26, 0xf8, 0xca, 0x71, 0x9b -.byte 0x7f, 0x93, 0xfe, 0x34, 0x67, 0x84, 0x4e, 0x99, 0xeb, 0xfc, 0xb3, 0x78, 0x09, 0x33, 0x70, 0xba -.byte 0x66, 0xa6, 0x76, 0xed, 0x1b, 0x73, 0xeb, 0x1a, 0xa5, 0x0d, 0xc4, 0x22, 0x13, 0x20, 0x94, 0x56 -.byte 0x0a, 0x4e, 0x2c, 0x6c, 0x4e, 0xb1, 0xfd, 0xcf, 0x9c, 0x09, 0xba, 0xa2, 0x33, 0xed, 0x87, 0x02 -.byte 0x03, 0x01, 0x00, 0x01, 0x00, 0x80, 0x01, 0x26, 0x30, 0x7e, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 -.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a -.byte 0x13, 0x19, 0x55, 0x6e, 0x69, 0x7a, 0x65, 0x74, 0x6f, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f -.byte 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x20, 0x53, 0x2e, 0x41, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06 -.byte 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x43, 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x43, 0x65, 0x72 -.byte 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f -.byte 0x72, 0x69, 0x74, 0x79, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x19, 0x43 -.byte 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x20, 0x4e, 0x65 -.byte 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09 -.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00 -.byte 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xe3, 0xfb, 0x7d, 0xa3, 0x72, 0xba, 0xc2 -.byte 0xf0, 0xc9, 0x14, 0x87, 0xf5, 0x6b, 0x01, 0x4e, 0xe1, 0x6e, 0x40, 0x07, 0xba, 0x6d, 0x27, 0x5d -.byte 0x7f, 0xf7, 0x5b, 0x2d, 0xb3, 0x5a, 0xc7, 0x51, 0x5f, 0xab, 0xa4, 0x32, 0xa6, 0x61, 0x87, 0xb6 -.byte 0x6e, 0x0f, 0x86, 0xd2, 0x30, 0x02, 0x97, 0xf8, 0xd7, 0x69, 0x57, 0xa1, 0x18, 0x39, 0x5d, 0x6a -.byte 0x64, 0x79, 0xc6, 0x01, 0x59, 0xac, 0x3c, 0x31, 0x4a, 0x38, 0x7c, 0xd2, 0x04, 0xd2, 0x4b, 0x28 -.byte 0xe8, 0x20, 0x5f, 0x3b, 0x07, 0xa2, 0xcc, 0x4d, 0x73, 0xdb, 0xf3, 0xae, 0x4f, 0xc7, 0x56, 0xd5 -.byte 0x5a, 0xa7, 0x96, 0x89, 0xfa, 0xf3, 0xab, 0x68, 0xd4, 0x23, 0x86, 0x59, 0x27, 0xcf, 0x09, 0x27 -.byte 0xbc, 0xac, 0x6e, 0x72, 0x83, 0x1c, 0x30, 0x72, 0xdf, 0xe0, 0xa2, 0xe9, 0xd2, 0xe1, 0x74, 0x75 -.byte 0x19, 0xbd, 0x2a, 0x9e, 0x7b, 0x15, 0x54, 0x04, 0x1b, 0xd7, 0x43, 0x39, 0xad, 0x55, 0x28, 0xc5 -.byte 0xe2, 0x1a, 0xbb, 0xf4, 0xc0, 0xe4, 0xae, 0x38, 0x49, 0x33, 0xcc, 0x76, 0x85, 0x9f, 0x39, 0x45 -.byte 0xd2, 0xa4, 0x9e, 0xf2, 0x12, 0x8c, 0x51, 0xf8, 0x7c, 0xe4, 0x2d, 0x7f, 0xf5, 0xac, 0x5f, 0xeb -.byte 0x16, 0x9f, 0xb1, 0x2d, 0xd1, 0xba, 0xcc, 0x91, 0x42, 0x77, 0x4c, 0x25, 0xc9, 0x90, 0x38, 0x6f -.byte 0xdb, 0xf0, 0xcc, 0xfb, 0x8e, 0x1e, 0x97, 0x59, 0x3e, 0xd5, 0x60, 0x4e, 0xe6, 0x05, 0x28, 0xed -.byte 0x49, 0x79, 0x13, 0x4b, 0xba, 0x48, 0xdb, 0x2f, 0xf9, 0x72, 0xd3, 0x39, 0xca, 0xfe, 0x1f, 0xd8 -.byte 0x34, 0x72, 0xf5, 0xb4, 0x40, 0xcf, 0x31, 0x01, 0xc3, 0xec, 0xde, 0x11, 0x2d, 0x17, 0x5d, 0x1f -.byte 0xb8, 0x50, 0xd1, 0x5e, 0x19, 0xa7, 0x69, 0xde, 0x07, 0x33, 0x28, 0xca, 0x50, 0x95, 0xf9, 0xa7 -.byte 0x54, 0xcb, 0x54, 0x86, 0x50, 0x45, 0xa9, 0xf9, 0x49, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x81 -.byte 0x00, 0x78, 0x30, 0x7f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 -.byte 0x53, 0x31, 0x0e, 0x30, 0x0c, 0x06, 0x03, 0x55, 0x04, 0x08, 0x0c, 0x05, 0x54, 0x65, 0x78, 0x61 -.byte 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07, 0x48, 0x6f, 0x75, 0x73 -.byte 0x74, 0x6f, 0x6e, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0f, 0x53, 0x53 -.byte 0x4c, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x34, 0x30 -.byte 0x32, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x2b, 0x53, 0x53, 0x4c, 0x2e, 0x63, 0x6f, 0x6d, 0x20 -.byte 0x45, 0x56, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63 -.byte 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20 -.byte 0x45, 0x43, 0x43, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01 -.byte 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0xaa, 0x12, 0x47, 0x90, 0x98 -.byte 0x1b, 0xfb, 0xef, 0xc3, 0x40, 0x07, 0x83, 0x20, 0x4e, 0xf1, 0x30, 0x82, 0xa2, 0x06, 0xd1, 0xf2 -.byte 0x92, 0x86, 0x61, 0xf2, 0xf6, 0x21, 0x68, 0xca, 0x00, 0xc4, 0xc7, 0xea, 0x43, 0x00, 0x54, 0x86 -.byte 0xdc, 0xfd, 0x1f, 0xdf, 0x00, 0xb8, 0x41, 0x62, 0x5c, 0xdc, 0x70, 0x16, 0x32, 0xde, 0x1f, 0x99 -.byte 0xd4, 0xcc, 0xc5, 0x07, 0xc8, 0x08, 0x1f, 0x61, 0x16, 0x07, 0x51, 0x3d, 0x7d, 0x5c, 0x07, 0x53 -.byte 0xe3, 0x35, 0x38, 0x8c, 0xdf, 0xcd, 0x9f, 0xd9, 0x2e, 0x0d, 0x4a, 0xb6, 0x19, 0x2e, 0x5a, 0x70 -.byte 0x5a, 0x06, 0xed, 0xbe, 0xf0, 0xa1, 0xb0, 0xca, 0xd0, 0x09, 0x29, 0x00, 0x83, 0x02, 0x26, 0x30 -.byte 0x81, 0x80, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31 -.byte 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x19, 0x55, 0x6e, 0x69, 0x7a, 0x65, 0x74 -.byte 0x6f, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x20, 0x53 -.byte 0x2e, 0x41, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x43, 0x65 -.byte 0x72, 0x74, 0x75, 0x6d, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69 -.byte 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x31, 0x24, 0x30, 0x22 -.byte 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1b, 0x43, 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x54, 0x72 -.byte 0x75, 0x73, 0x74, 0x65, 0x64, 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x20, 0x43, 0x41 -.byte 0x20, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d -.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82 -.byte 0x02, 0x01, 0x00, 0xbd, 0xf9, 0x78, 0xf8, 0xe6, 0xd5, 0x80, 0x0c, 0x64, 0x9d, 0x86, 0x1b, 0x96 -.byte 0x64, 0x67, 0x3f, 0x22, 0x3a, 0x1e, 0x75, 0x01, 0x7d, 0xef, 0xfb, 0x5c, 0x67, 0x8c, 0xc9, 0xcc -.byte 0x5c, 0x6b, 0xa9, 0x91, 0xe6, 0xb9, 0x42, 0xe5, 0x20, 0x4b, 0x9b, 0xda, 0x9b, 0x7b, 0xb9, 0x99 -.byte 0x5d, 0xd9, 0x9b, 0x80, 0x4b, 0xd7, 0x84, 0x40, 0x2b, 0x27, 0xd3, 0xe8, 0xba, 0x30, 0xbb, 0x3e -.byte 0x09, 0x1a, 0xa7, 0x49, 0x95, 0xef, 0x2b, 0x40, 0x24, 0xc2, 0x97, 0xc7, 0xa7, 0xee, 0x9b, 0x25 -.byte 0xef, 0xa8, 0x0a, 0x00, 0x97, 0x85, 0x5a, 0xaa, 0x9d, 0xdc, 0x29, 0xc9, 0xe2, 0x35, 0x07, 0xeb -.byte 0x70, 0x4d, 0x4a, 0xd6, 0xc1, 0xb3, 0x56, 0xb8, 0xa1, 0x41, 0x38, 0x9b, 0xd1, 0xfb, 0x31, 0x7f -.byte 0x8f, 0xe0, 0x5f, 0xe1, 0xb1, 0x3f, 0x0f, 0x8e, 0x16, 0x49, 0x60, 0xd7, 0x06, 0x8d, 0x18, 0xf9 -.byte 0xaa, 0x26, 0x10, 0xab, 0x2a, 0xd3, 0xd0, 0xd1, 0x67, 0x8d, 0x1b, 0x46, 0xbe, 0x47, 0x30, 0xd5 -.byte 0x2e, 0x72, 0xd1, 0xc5, 0x63, 0xda, 0xe7, 0x63, 0x79, 0x44, 0x7e, 0x4b, 0x63, 0x24, 0x89, 0x86 -.byte 0x2e, 0x34, 0x3f, 0x29, 0x4c, 0x52, 0x8b, 0x2a, 0xa7, 0xc0, 0xe2, 0x91, 0x28, 0x89, 0xb9, 0xc0 -.byte 0x5b, 0xf9, 0x1d, 0xd9, 0xe7, 0x27, 0xad, 0xff, 0x9a, 0x02, 0x97, 0xc1, 0xc6, 0x50, 0x92, 0x9b -.byte 0x02, 0x2c, 0xbd, 0xa9, 0xb9, 0x34, 0x59, 0x0a, 0xbf, 0x84, 0x4a, 0xff, 0xdf, 0xfe, 0xb3, 0x9f -.byte 0xeb, 0xd9, 0x9e, 0xe0, 0x98, 0x23, 0xec, 0xa6, 0x6b, 0x77, 0x16, 0x2a, 0xdb, 0xcc, 0xad, 0x3b -.byte 0x1c, 0xa4, 0x87, 0xdc, 0x46, 0x73, 0x5e, 0x19, 0x62, 0x68, 0x45, 0x57, 0xe4, 0x90, 0x82, 0x42 -.byte 0xbb, 0x42, 0xd6, 0xf0, 0x61, 0xe0, 0xc1, 0xa3, 0x3d, 0x66, 0xa3, 0x5d, 0xf4, 0x18, 0xee, 0x88 -.byte 0xc9, 0x8d, 0x17, 0x45, 0x29, 0x99, 0x32, 0x75, 0x02, 0x31, 0xee, 0x29, 0x26, 0xc8, 0x6b, 0x02 -.byte 0xe6, 0xb5, 0x62, 0x45, 0x7f, 0x37, 0x15, 0x5a, 0x23, 0x68, 0x89, 0xd4, 0x3e, 0xde, 0x4e, 0x27 -.byte 0xb0, 0xf0, 0x40, 0x0c, 0xbc, 0x4d, 0x17, 0xcb, 0x4d, 0xa2, 0xb3, 0x1e, 0xd0, 0x06, 0x5a, 0xdd -.byte 0xf6, 0x93, 0xcf, 0x57, 0x75, 0x99, 0xf5, 0xfa, 0x86, 0x1a, 0x67, 0x78, 0xb3, 0xbf, 0x96, 0xfe -.byte 0x34, 0xdc, 0xbd, 0xe7, 0x52, 0x56, 0xe5, 0xb3, 0xe5, 0x75, 0x7b, 0xd7, 0x41, 0x91, 0x05, 0xdc -.byte 0x5d, 0x69, 0xe3, 0x95, 0x0d, 0x43, 0xb9, 0xfc, 0x83, 0x96, 0x39, 0x95, 0x7b, 0x6c, 0x80, 0x5a -.byte 0x4f, 0x13, 0x72, 0xc6, 0xd7, 0x7d, 0x29, 0x7a, 0x44, 0xba, 0x52, 0xa4, 0x2a, 0xd5, 0x41, 0x46 -.byte 0x09, 0x20, 0xfe, 0x22, 0xa0, 0xb6, 0x5b, 0x30, 0x8d, 0xbc, 0x89, 0x0c, 0xd5, 0xd7, 0x70, 0xf8 -.byte 0x87, 0x52, 0xfd, 0xda, 0xef, 0xac, 0x51, 0x2e, 0x07, 0xb3, 0x4e, 0xfe, 0xd0, 0x09, 0xda, 0x70 -.byte 0xef, 0x98, 0xfa, 0x56, 0xe6, 0x6d, 0xdb, 0xb5, 0x57, 0x4b, 0xdc, 0xe5, 0x2c, 0x25, 0x15, 0xc8 -.byte 0x9e, 0x2e, 0x78, 0x4e, 0xf8, 0xda, 0x9c, 0x9e, 0x86, 0x2c, 0xca, 0x57, 0xf3, 0x1a, 0xe5, 0xc8 -.byte 0x92, 0x8b, 0x1a, 0x82, 0x96, 0x7a, 0xc3, 0xbc, 0x50, 0x12, 0x69, 0xd8, 0x0e, 0x5a, 0x46, 0x8b -.byte 0x3a, 0xeb, 0x26, 0xfa, 0x23, 0xc9, 0xb6, 0xb0, 0x81, 0xbe, 0x42, 0x00, 0xa4, 0xf8, 0xd6, 0xfe -.byte 0x30, 0x2e, 0xc7, 0xd2, 0x46, 0xf6, 0xe5, 0x8e, 0x75, 0xfd, 0xf2, 0xcc, 0xb9, 0xd0, 0x87, 0x5b -.byte 0xcc, 0x06, 0x10, 0x60, 0xbb, 0x83, 0x35, 0xb7, 0x5e, 0x67, 0xde, 0x47, 0xec, 0x99, 0x48, 0xf1 -.byte 0xa4, 0xa1, 0x15, 0xfe, 0xad, 0x8c, 0x62, 0x8e, 0x39, 0x55, 0x4f, 0x39, 0x16, 0xb9, 0xb1, 0x63 -.byte 0x9d, 0xff, 0xb7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x83, 0x00, 0x78, 0x30, 0x81, 0x80, 0x31 -.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x52, 0x31, 0x0f, 0x30, 0x0d -.byte 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x06, 0x41, 0x6e, 0x6b, 0x61, 0x72, 0x61, 0x31, 0x19, 0x30 -.byte 0x17, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x45, 0x2d, 0x54, 0x75, 0x67, 0x72, 0x61, 0x20 -.byte 0x45, 0x42, 0x47, 0x20, 0x41, 0x2e, 0x53, 0x2e, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04 -.byte 0x0b, 0x13, 0x14, 0x45, 0x2d, 0x54, 0x75, 0x67, 0x72, 0x61, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74 -.byte 0x20, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x31, 0x26, 0x30, 0x24, 0x06, 0x03, 0x55, 0x04, 0x03 -.byte 0x13, 0x1d, 0x45, 0x2d, 0x54, 0x75, 0x67, 0x72, 0x61, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c -.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x45, 0x43, 0x43, 0x20, 0x76, 0x33, 0x30 -.byte 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81 -.byte 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x8e, 0x98, 0x29, 0xbf, 0xc7, 0x10, 0x1e, 0x27, 0xdb -.byte 0xab, 0x03, 0xcc, 0x28, 0x2c, 0xd8, 0x5e, 0x48, 0x19, 0x10, 0x29, 0xcc, 0xcb, 0x59, 0x81, 0xcc -.byte 0x8c, 0xb8, 0x92, 0x17, 0x89, 0x83, 0x2a, 0x92, 0xf6, 0xc3, 0xa4, 0x1d, 0x4c, 0x62, 0xd5, 0x9f -.byte 0xd6, 0xa0, 0x46, 0xdc, 0x1c, 0xbc, 0x76, 0xc1, 0xe3, 0x47, 0xd0, 0x5b, 0x13, 0xda, 0xe7, 0xa5 -.byte 0xb3, 0x66, 0x48, 0xe7, 0x21, 0x9a, 0x4a, 0x4f, 0x86, 0x0a, 0x7d, 0x6c, 0xea, 0x4d, 0x32, 0x80 -.byte 0x0a, 0xb2, 0x7a, 0x09, 0x9b, 0x69, 0x4b, 0x98, 0x81, 0xe2, 0x2e, 0xec, 0x02, 0x70, 0x96, 0x1f -.byte 0xfd, 0xf5, 0x46, 0xce, 0xca, 0xdc, 0x82, 0x00, 0x83, 0x02, 0x26, 0x30, 0x81, 0x80, 0x31, 0x0b -.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x52, 0x31, 0x0f, 0x30, 0x0d, 0x06 -.byte 0x03, 0x55, 0x04, 0x07, 0x13, 0x06, 0x41, 0x6e, 0x6b, 0x61, 0x72, 0x61, 0x31, 0x19, 0x30, 0x17 -.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x10, 0x45, 0x2d, 0x54, 0x75, 0x67, 0x72, 0x61, 0x20, 0x45 -.byte 0x42, 0x47, 0x20, 0x41, 0x2e, 0x53, 0x2e, 0x31, 0x1d, 0x30, 0x1b, 0x06, 0x03, 0x55, 0x04, 0x0b -.byte 0x13, 0x14, 0x45, 0x2d, 0x54, 0x75, 0x67, 0x72, 0x61, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20 -.byte 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x31, 0x26, 0x30, 0x24, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 -.byte 0x1d, 0x45, 0x2d, 0x54, 0x75, 0x67, 0x72, 0x61, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20 -.byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x52, 0x53, 0x41, 0x20, 0x76, 0x33, 0x30, 0x82 -.byte 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 -.byte 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xa2 -.byte 0x66, 0xf0, 0x89, 0xb7, 0x72, 0x7b, 0xee, 0x09, 0xc9, 0x63, 0xd2, 0xd3, 0x43, 0xdd, 0x5e, 0xc3 -.byte 0xa6, 0x84, 0x38, 0x4a, 0xf1, 0x8d, 0x81, 0xbb, 0x14, 0xbd, 0x47, 0xe8, 0x40, 0x17, 0xf3, 0x3d -.byte 0xc3, 0x78, 0x45, 0x72, 0xa6, 0x2e, 0x90, 0xde, 0x9a, 0x3a, 0xd4, 0x20, 0x71, 0xca, 0xbc, 0x9f -.byte 0x1d, 0x4b, 0x97, 0x0a, 0xc7, 0x31, 0xba, 0x3e, 0xd7, 0xfe, 0x25, 0xa9, 0x2a, 0x8e, 0x36, 0xf4 -.byte 0xd1, 0x2f, 0xc7, 0xb7, 0xa9, 0x5d, 0x33, 0xdc, 0x30, 0x70, 0xf8, 0x40, 0x6c, 0x4b, 0xb2, 0xa6 -.byte 0x31, 0x61, 0xd1, 0x34, 0x3c, 0x3d, 0x31, 0x7a, 0xc7, 0xaf, 0xc4, 0xa7, 0xa7, 0x84, 0xe1, 0x97 -.byte 0xa4, 0xe8, 0x4b, 0xf6, 0x17, 0x7c, 0xee, 0x3c, 0x07, 0xed, 0xe2, 0x8a, 0x57, 0xdc, 0xb6, 0xfb -.byte 0xf8, 0x43, 0x25, 0x50, 0xea, 0x27, 0x81, 0xa8, 0x86, 0xbc, 0x8f, 0x52, 0x4a, 0x96, 0x3a, 0x60 -.byte 0x1a, 0x96, 0xbb, 0xfd, 0x73, 0xf4, 0x85, 0xfd, 0x83, 0xfd, 0x7f, 0x84, 0x6d, 0x34, 0x6c, 0x7f -.byte 0x6a, 0xb7, 0x4b, 0x01, 0x03, 0xbf, 0xad, 0x69, 0xb7, 0xd7, 0x32, 0xd9, 0xf5, 0x57, 0x6a, 0xe9 -.byte 0x86, 0x82, 0x3e, 0xa5, 0x66, 0x31, 0xb3, 0x16, 0x3d, 0xc2, 0xf3, 0x26, 0x60, 0x32, 0xd3, 0x52 -.byte 0x1e, 0xb0, 0x6c, 0xa4, 0x37, 0x3e, 0xf4, 0xf5, 0xaf, 0xeb, 0xe1, 0xdf, 0x80, 0x06, 0xcf, 0x2a -.byte 0x41, 0xe7, 0x66, 0x09, 0xe1, 0x4b, 0x97, 0xe7, 0x77, 0xbd, 0x21, 0x6d, 0x29, 0xb6, 0x67, 0xc3 -.byte 0x2d, 0x7e, 0xed, 0xd6, 0x79, 0x65, 0xd1, 0xcf, 0x3a, 0xb6, 0xd1, 0xb1, 0x5e, 0x56, 0x61, 0x50 -.byte 0x7a, 0x5a, 0xce, 0x4e, 0x50, 0x31, 0x80, 0x03, 0x98, 0x47, 0xe7, 0xe4, 0x18, 0x7c, 0x44, 0x5a -.byte 0xc6, 0xa4, 0xb3, 0x3b, 0xc6, 0xc6, 0xc3, 0x3a, 0xf0, 0x6c, 0xc3, 0x8b, 0xc8, 0xa4, 0x91, 0x05 -.byte 0xf3, 0xf5, 0xd9, 0xb6, 0xaa, 0x06, 0xa1, 0xb7, 0xab, 0xe4, 0xb1, 0xea, 0x21, 0x14, 0x5c, 0x83 -.byte 0xa4, 0xfc, 0xff, 0xb6, 0x50, 0xd3, 0x8c, 0x12, 0x26, 0x99, 0x76, 0x70, 0xe9, 0xc0, 0x0f, 0xa6 -.byte 0x74, 0xfc, 0xbb, 0xd0, 0x1b, 0x78, 0xce, 0x72, 0x92, 0xe2, 0x28, 0x9c, 0xbc, 0xe6, 0xe9, 0x09 -.byte 0xd8, 0x3a, 0xd3, 0x89, 0xe6, 0xbe, 0x2e, 0x77, 0xdf, 0x01, 0x0a, 0x6f, 0x96, 0xf6, 0xe5, 0x8d -.byte 0x3c, 0x4d, 0x52, 0x76, 0x1a, 0x56, 0xe1, 0x73, 0x7e, 0x17, 0xac, 0x3d, 0xad, 0x6c, 0xa3, 0x52 -.byte 0x12, 0x18, 0x70, 0xe6, 0x80, 0x4e, 0x33, 0xf2, 0x7e, 0x26, 0x32, 0xac, 0x05, 0x8d, 0x38, 0xa4 -.byte 0xe6, 0x76, 0x3c, 0x9f, 0x10, 0x69, 0x0e, 0x6d, 0x9d, 0xd2, 0xc1, 0x79, 0x20, 0x6b, 0x5b, 0xcf -.byte 0x33, 0x8d, 0xd1, 0x94, 0x76, 0x35, 0xe7, 0x5d, 0x55, 0xc7, 0xb7, 0xac, 0x28, 0xab, 0x46, 0xcc -.byte 0xe7, 0x3b, 0x21, 0xb5, 0x0a, 0x0a, 0xe4, 0x4a, 0x59, 0xdc, 0x81, 0x35, 0x4b, 0x44, 0x95, 0x12 -.byte 0x0a, 0x67, 0xa5, 0xa1, 0xff, 0x5b, 0x00, 0x07, 0xd2, 0xc0, 0xcc, 0xf9, 0x3f, 0xfc, 0x9f, 0x33 -.byte 0xf2, 0x00, 0xf8, 0x8c, 0x6c, 0x87, 0x9d, 0x06, 0x2d, 0xf1, 0xef, 0xe3, 0xe6, 0x06, 0xfa, 0xc5 -.byte 0x66, 0x13, 0x5b, 0xfc, 0x50, 0x07, 0x9e, 0x71, 0x86, 0xb2, 0xda, 0x6f, 0x74, 0x30, 0xcf, 0x93 -.byte 0x53, 0xe8, 0xdc, 0x22, 0xd6, 0xde, 0x20, 0x1f, 0x61, 0x8d, 0xa3, 0x2e, 0xa3, 0x78, 0x32, 0x90 -.byte 0x6c, 0xdc, 0xac, 0x32, 0xb5, 0x05, 0xe4, 0xf5, 0x3c, 0x33, 0x0d, 0xd6, 0xe0, 0x87, 0x77, 0x17 -.byte 0x4c, 0x9d, 0xb0, 0xd8, 0x09, 0xa8, 0x0d, 0x57, 0xf7, 0x44, 0x85, 0xf0, 0xc8, 0x04, 0xbe, 0x5c -.byte 0x5d, 0x5a, 0xe3, 0x17, 0x8e, 0x54, 0x63, 0x69, 0x7f, 0x49, 0x74, 0x64, 0x05, 0x8c, 0xa3, 0x02 -.byte 0x03, 0x01, 0x00, 0x01, 0x00, 0x84, 0x01, 0x26, 0x30, 0x81, 0x81, 0x31, 0x0b, 0x30, 0x09, 0x06 -.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x42, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04 -.byte 0x08, 0x13, 0x12, 0x47, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x20, 0x4d, 0x61, 0x6e, 0x63, 0x68 -.byte 0x65, 0x73, 0x74, 0x65, 0x72, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07 -.byte 0x53, 0x61, 0x6c, 0x66, 0x6f, 0x72, 0x64, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x0a -.byte 0x13, 0x11, 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f, 0x20, 0x43, 0x41, 0x20, 0x4c, 0x69, 0x6d, 0x69 -.byte 0x74, 0x65, 0x64, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1e, 0x43, 0x4f -.byte 0x4d, 0x4f, 0x44, 0x4f, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69 -.byte 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x22 -.byte 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03 -.byte 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xd0, 0x40, 0x8b -.byte 0x8b, 0x72, 0xe3, 0x91, 0x1b, 0xf7, 0x51, 0xc1, 0x1b, 0x54, 0x04, 0x98, 0xd3, 0xa9, 0xbf, 0xc1 -.byte 0xe6, 0x8a, 0x5d, 0x3b, 0x87, 0xfb, 0xbb, 0x88, 0xce, 0x0d, 0xe3, 0x2f, 0x3f, 0x06, 0x96, 0xf0 -.byte 0xa2, 0x29, 0x50, 0x99, 0xae, 0xdb, 0x3b, 0xa1, 0x57, 0xb0, 0x74, 0x51, 0x71, 0xcd, 0xed, 0x42 -.byte 0x91, 0x4d, 0x41, 0xfe, 0xa9, 0xc8, 0xd8, 0x6a, 0x86, 0x77, 0x44, 0xbb, 0x59, 0x66, 0x97, 0x50 -.byte 0x5e, 0xb4, 0xd4, 0x2c, 0x70, 0x44, 0xcf, 0xda, 0x37, 0x95, 0x42, 0x69, 0x3c, 0x30, 0xc4, 0x71 -.byte 0xb3, 0x52, 0xf0, 0x21, 0x4d, 0xa1, 0xd8, 0xba, 0x39, 0x7c, 0x1c, 0x9e, 0xa3, 0x24, 0x9d, 0xf2 -.byte 0x83, 0x16, 0x98, 0xaa, 0x16, 0x7c, 0x43, 0x9b, 0x15, 0x5b, 0xb7, 0xae, 0x34, 0x91, 0xfe, 0xd4 -.byte 0x62, 0x26, 0x18, 0x46, 0x9a, 0x3f, 0xeb, 0xc1, 0xf9, 0xf1, 0x90, 0x57, 0xeb, 0xac, 0x7a, 0x0d -.byte 0x8b, 0xdb, 0x72, 0x30, 0x6a, 0x66, 0xd5, 0xe0, 0x46, 0xa3, 0x70, 0xdc, 0x68, 0xd9, 0xff, 0x04 -.byte 0x48, 0x89, 0x77, 0xde, 0xb5, 0xe9, 0xfb, 0x67, 0x6d, 0x41, 0xe9, 0xbc, 0x39, 0xbd, 0x32, 0xd9 -.byte 0x62, 0x02, 0xf1, 0xb1, 0xa8, 0x3d, 0x6e, 0x37, 0x9c, 0xe2, 0x2f, 0xe2, 0xd3, 0xa2, 0x26, 0x8b -.byte 0xc6, 0xb8, 0x55, 0x43, 0x88, 0xe1, 0x23, 0x3e, 0xa5, 0xd2, 0x24, 0x39, 0x6a, 0x47, 0xab, 0x00 -.byte 0xd4, 0xa1, 0xb3, 0xa9, 0x25, 0xfe, 0x0d, 0x3f, 0xa7, 0x1d, 0xba, 0xd3, 0x51, 0xc1, 0x0b, 0xa4 -.byte 0xda, 0xac, 0x38, 0xef, 0x55, 0x50, 0x24, 0x05, 0x65, 0x46, 0x93, 0x34, 0x4f, 0x2d, 0x8d, 0xad -.byte 0xc6, 0xd4, 0x21, 0x19, 0xd2, 0x8e, 0xca, 0x05, 0x61, 0x71, 0x07, 0x73, 0x47, 0xe5, 0x8a, 0x19 -.byte 0x12, 0xbd, 0x04, 0x4d, 0xce, 0x4e, 0x9c, 0xa5, 0x48, 0xac, 0xbb, 0x26, 0xf7, 0x02, 0x03, 0x01 -.byte 0x00, 0x01, 0x00, 0x85, 0x01, 0x26, 0x30, 0x81, 0x82, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 -.byte 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c -.byte 0x22, 0x54, 0x2d, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x45, 0x6e, 0x74, 0x65, 0x72 -.byte 0x70, 0x72, 0x69, 0x73, 0x65, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x47 -.byte 0x6d, 0x62, 0x48, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x16, 0x54, 0x2d -.byte 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x65 -.byte 0x6e, 0x74, 0x65, 0x72, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x54 -.byte 0x2d, 0x54, 0x65, 0x6c, 0x65, 0x53, 0x65, 0x63, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x52 -.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30 -.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 -.byte 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xaa, 0x5f, 0xda, 0x1b -.byte 0x5f, 0xe8, 0x73, 0x91, 0xe5, 0xda, 0x5c, 0xf4, 0xa2, 0xe6, 0x47, 0xe5, 0xf3, 0x68, 0x55, 0x60 -.byte 0x05, 0x1d, 0x02, 0xa4, 0xb3, 0x9b, 0x59, 0xf3, 0x1e, 0x8a, 0xaf, 0x34, 0xad, 0xfc, 0x0d, 0xc2 -.byte 0xd9, 0x48, 0x19, 0xee, 0x69, 0x8f, 0xc9, 0x20, 0xfc, 0x21, 0xaa, 0x07, 0x19, 0xed, 0xb0, 0x5c -.byte 0xac, 0x65, 0xc7, 0x5f, 0xed, 0x02, 0x7c, 0x7b, 0x7c, 0x2d, 0x1b, 0xd6, 0xba, 0xb9, 0x80, 0xc2 -.byte 0x18, 0x82, 0x16, 0x84, 0xfa, 0x66, 0xb0, 0x08, 0xc6, 0x54, 0x23, 0x81, 0xe4, 0xcd, 0xb9, 0x49 -.byte 0x3f, 0xf6, 0x4f, 0x6e, 0x37, 0x48, 0x28, 0x38, 0x0f, 0xc5, 0xbe, 0xe7, 0x68, 0x70, 0xfd, 0x39 -.byte 0x97, 0x4d, 0xd2, 0xc7, 0x98, 0x91, 0x50, 0xaa, 0xc4, 0x44, 0xb3, 0x23, 0x7d, 0x39, 0x47, 0xe9 -.byte 0x52, 0x62, 0xd6, 0x12, 0x93, 0x5e, 0xb7, 0x31, 0x96, 0x42, 0x05, 0xfb, 0x76, 0xa7, 0x1e, 0xa3 -.byte 0xf5, 0xc2, 0xfc, 0xe9, 0x7a, 0xc5, 0x6c, 0xa9, 0x71, 0x4f, 0xea, 0xcb, 0x78, 0xbc, 0x60, 0xaf -.byte 0xc7, 0xde, 0xf4, 0xd9, 0xcb, 0xbe, 0x7e, 0x33, 0xa5, 0x6e, 0x94, 0x83, 0xf0, 0x34, 0xfa, 0x21 -.byte 0xab, 0xea, 0x8e, 0x72, 0xa0, 0x3f, 0xa4, 0xde, 0x30, 0x5b, 0xef, 0x86, 0x4d, 0x6a, 0x95, 0x5b -.byte 0x43, 0x44, 0xa8, 0x10, 0x15, 0x1c, 0xe5, 0x01, 0x57, 0xc5, 0x98, 0xf1, 0xe6, 0x06, 0x28, 0x91 -.byte 0xaa, 0x20, 0xc5, 0xb7, 0x53, 0x26, 0x51, 0x43, 0xb2, 0x0b, 0x11, 0x95, 0x58, 0xe1, 0xc0, 0x0f -.byte 0x76, 0xd9, 0xc0, 0x8d, 0x7c, 0x81, 0xf3, 0x72, 0x70, 0x9e, 0x6f, 0xfe, 0x1a, 0x8e, 0xd9, 0x5f -.byte 0x35, 0xc6, 0xb2, 0x6f, 0x34, 0x7c, 0xbe, 0x48, 0x4f, 0xe2, 0x5a, 0x39, 0xd7, 0xd8, 0x9d, 0x78 -.byte 0x9e, 0x9f, 0x86, 0x3e, 0x03, 0x5e, 0x19, 0x8b, 0x44, 0xa2, 0xd5, 0xc7, 0x02, 0x03, 0x01, 0x00 -.byte 0x01, 0x00, 0x85, 0x01, 0x26, 0x30, 0x81, 0x82, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 -.byte 0x06, 0x13, 0x02, 0x44, 0x45, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x22 -.byte 0x54, 0x2d, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x70 -.byte 0x72, 0x69, 0x73, 0x65, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x47, 0x6d -.byte 0x62, 0x48, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x16, 0x54, 0x2d, 0x53 -.byte 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x65, 0x6e -.byte 0x74, 0x65, 0x72, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x54, 0x2d -.byte 0x54, 0x65, 0x6c, 0x65, 0x53, 0x65, 0x63, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x52, 0x6f -.byte 0x6f, 0x74, 0x20, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x33, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d -.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01 -.byte 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xbd, 0x75, 0x93, 0xf0, 0x62 -.byte 0x22, 0x6f, 0x24, 0xae, 0xe0, 0x7a, 0x76, 0xac, 0x7d, 0xbd, 0xd9, 0x24, 0xd5, 0xb8, 0xb7, 0xfc -.byte 0xcd, 0xf0, 0x42, 0xe0, 0xeb, 0x78, 0x88, 0x56, 0x5e, 0x9b, 0x9a, 0x54, 0x1d, 0x4d, 0x0c, 0x8a -.byte 0xf6, 0xd3, 0xcf, 0x70, 0xf4, 0x52, 0xb5, 0xd8, 0x93, 0x04, 0xe3, 0x46, 0x86, 0x71, 0x41, 0x4a -.byte 0x2b, 0xf0, 0x2a, 0x2c, 0x55, 0x03, 0xd6, 0x48, 0xc3, 0xe0, 0x39, 0x38, 0xed, 0xf2, 0x5c, 0x3c -.byte 0x3f, 0x44, 0xbc, 0x93, 0x3d, 0x61, 0xab, 0x4e, 0xcd, 0x0d, 0xbe, 0xf0, 0x20, 0x27, 0x58, 0x0e -.byte 0x44, 0x7f, 0x04, 0x1a, 0x87, 0xa5, 0xd7, 0x96, 0x14, 0x36, 0x90, 0xd0, 0x49, 0x7b, 0xa1, 0x75 -.byte 0xfb, 0x1a, 0x6b, 0x73, 0xb1, 0xf8, 0xce, 0xa9, 0x09, 0x2c, 0xf2, 0x53, 0xd5, 0xc3, 0x14, 0x44 -.byte 0xb8, 0x86, 0xa5, 0xf6, 0x8b, 0x2b, 0x39, 0xda, 0xa3, 0x33, 0x54, 0xd9, 0xfa, 0x72, 0x1a, 0xf7 -.byte 0x22, 0x15, 0x1c, 0x88, 0x91, 0x6b, 0x7f, 0x66, 0xe5, 0xc3, 0x6a, 0x80, 0xb0, 0x24, 0xf3, 0xdf -.byte 0x86, 0x45, 0x88, 0xfd, 0x19, 0x7f, 0x75, 0x87, 0x1f, 0x1f, 0xb1, 0x1b, 0x0a, 0x73, 0x24, 0x5b -.byte 0xb9, 0x65, 0xe0, 0x2c, 0x54, 0xc8, 0x60, 0xd3, 0x66, 0x17, 0x3f, 0xe1, 0xcc, 0x54, 0x33, 0x73 -.byte 0x91, 0x02, 0x3a, 0xa6, 0x7f, 0x7b, 0x76, 0x39, 0xa2, 0x1f, 0x96, 0xb6, 0x38, 0xae, 0xb5, 0xc8 -.byte 0x93, 0x74, 0x1d, 0x9e, 0xb9, 0xb4, 0xe5, 0x60, 0x9d, 0x2f, 0x56, 0xd1, 0xe0, 0xeb, 0x5e, 0x5b -.byte 0x4c, 0x12, 0x70, 0x0c, 0x6c, 0x44, 0x20, 0xab, 0x11, 0xd8, 0xf4, 0x19, 0xf6, 0xd2, 0x9c, 0x52 -.byte 0x37, 0xe7, 0xfa, 0xb6, 0xc2, 0x31, 0x3b, 0x4a, 0xd4, 0x14, 0x99, 0xad, 0xc7, 0x1a, 0xf5, 0x5d -.byte 0x5f, 0xfa, 0x07, 0xb8, 0x7c, 0x0d, 0x1f, 0xd6, 0x83, 0x1e, 0xb3, 0x02, 0x03, 0x01, 0x00, 0x01 -.byte 0x00, 0x85, 0x01, 0x26, 0x30, 0x81, 0x82, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 -.byte 0x13, 0x02, 0x48, 0x55, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x08, 0x42 -.byte 0x75, 0x64, 0x61, 0x70, 0x65, 0x73, 0x74, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a -.byte 0x0c, 0x0d, 0x4d, 0x69, 0x63, 0x72, 0x6f, 0x73, 0x65, 0x63, 0x20, 0x4c, 0x74, 0x64, 0x2e, 0x31 -.byte 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1e, 0x4d, 0x69, 0x63, 0x72, 0x6f, 0x73 -.byte 0x65, 0x63, 0x20, 0x65, 0x2d, 0x53, 0x7a, 0x69, 0x67, 0x6e, 0x6f, 0x20, 0x52, 0x6f, 0x6f, 0x74 -.byte 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x30, 0x39, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x09, 0x2a, 0x86 -.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09, 0x01, 0x16, 0x10, 0x69, 0x6e, 0x66, 0x6f, 0x40, 0x65, 0x2d -.byte 0x73, 0x7a, 0x69, 0x67, 0x6e, 0x6f, 0x2e, 0x68, 0x75, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06 -.byte 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f -.byte 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xe9, 0xf8, 0x8f, 0xf3, 0x63, 0xad -.byte 0xda, 0x86, 0xd8, 0xa7, 0xe0, 0x42, 0xfb, 0xcf, 0x91, 0xde, 0xa6, 0x26, 0xf8, 0x99, 0xa5, 0x63 -.byte 0x70, 0xad, 0x9b, 0xae, 0xca, 0x33, 0x40, 0x7d, 0x6d, 0x96, 0x6e, 0xa1, 0x0e, 0x44, 0xee, 0xe1 -.byte 0x13, 0x9d, 0x94, 0x42, 0x52, 0x9a, 0xbd, 0x75, 0x85, 0x74, 0x2c, 0xa8, 0x0e, 0x1d, 0x93, 0xb6 -.byte 0x18, 0xb7, 0x8c, 0x2c, 0xa8, 0xcf, 0xfb, 0x5c, 0x71, 0xb9, 0xda, 0xec, 0xfe, 0xe8, 0x7e, 0x8f -.byte 0xe4, 0x2f, 0x1d, 0xb2, 0xa8, 0x75, 0x87, 0xd8, 0xb7, 0xa1, 0xe5, 0x3b, 0xcf, 0x99, 0x4a, 0x46 -.byte 0xd0, 0x83, 0x19, 0x7d, 0xc0, 0xa1, 0x12, 0x1c, 0x95, 0x6d, 0x4a, 0xf4, 0xd8, 0xc7, 0xa5, 0x4d -.byte 0x33, 0x2e, 0x85, 0x39, 0x40, 0x75, 0x7e, 0x14, 0x7c, 0x80, 0x12, 0x98, 0x50, 0xc7, 0x41, 0x67 -.byte 0xb8, 0xa0, 0x80, 0x61, 0x54, 0xa6, 0x6c, 0x4e, 0x1f, 0xe0, 0x9d, 0x0e, 0x07, 0xe9, 0xc9, 0xba -.byte 0x33, 0xe7, 0xfe, 0xc0, 0x55, 0x28, 0x2c, 0x02, 0x80, 0xa7, 0x19, 0xf5, 0x9e, 0xdc, 0x55, 0x53 -.byte 0x03, 0x97, 0x7b, 0x07, 0x48, 0xff, 0x99, 0xfb, 0x37, 0x8a, 0x24, 0xc4, 0x59, 0xcc, 0x50, 0x10 -.byte 0x63, 0x8e, 0xaa, 0xa9, 0x1a, 0xb0, 0x84, 0x1a, 0x86, 0xf9, 0x5f, 0xbb, 0xb1, 0x50, 0x6e, 0xa4 -.byte 0xd1, 0x0a, 0xcc, 0xd5, 0x71, 0x7e, 0x1f, 0xa7, 0x1b, 0x7c, 0xf5, 0x53, 0x6e, 0x22, 0x5f, 0xcb -.byte 0x2b, 0xe6, 0xd4, 0x7c, 0x5d, 0xae, 0xd6, 0xc2, 0xc6, 0x4c, 0xe5, 0x05, 0x01, 0xd9, 0xed, 0x57 -.byte 0xfc, 0xc1, 0x23, 0x79, 0xfc, 0xfa, 0xc8, 0x24, 0x83, 0x95, 0xf3, 0xb5, 0x6a, 0x51, 0x01, 0xd0 -.byte 0x77, 0xd6, 0xe9, 0x12, 0xa1, 0xf9, 0x1a, 0x83, 0xfb, 0x82, 0x1b, 0xb9, 0xb0, 0x97, 0xf4, 0x76 -.byte 0x06, 0x33, 0x43, 0x49, 0xa0, 0xff, 0x0b, 0xb5, 0xfa, 0xb5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00 -.byte 0x85, 0x02, 0x26, 0x30, 0x81, 0x82, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 -.byte 0x02, 0x55, 0x53, 0x31, 0x0e, 0x30, 0x0c, 0x06, 0x03, 0x55, 0x04, 0x08, 0x0c, 0x05, 0x54, 0x65 -.byte 0x78, 0x61, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07, 0x48, 0x6f -.byte 0x75, 0x73, 0x74, 0x6f, 0x6e, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0f -.byte 0x53, 0x53, 0x4c, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31 -.byte 0x37, 0x30, 0x35, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x2e, 0x53, 0x53, 0x4c, 0x2e, 0x63, 0x6f -.byte 0x6d, 0x20, 0x45, 0x56, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66 -.byte 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74 -.byte 0x79, 0x20, 0x52, 0x53, 0x41, 0x20, 0x52, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09 +.byte 0x20, 0x52, 0x53, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a +.byte 0x02, 0x82, 0x02, 0x01, 0x00, 0xf9, 0x0f, 0xdd, 0xa3, 0x2b, 0x7d, 0xcb, 0xd0, 0x2a, 0xfe, 0xec +.byte 0x67, 0x85, 0xa6, 0xe7, 0x2e, 0x1b, 0xba, 0x77, 0xe1, 0xe3, 0xf5, 0xaf, 0xa4, 0xec, 0xfa, 0x4a +.byte 0x5d, 0x91, 0xc4, 0x57, 0x47, 0x6b, 0x18, 0x77, 0x6b, 0x76, 0xf2, 0xfd, 0x93, 0xe4, 0x3d, 0x0f +.byte 0xc2, 0x16, 0x9e, 0x0b, 0x66, 0xc3, 0x56, 0x94, 0x9e, 0x17, 0x83, 0x85, 0xce, 0x56, 0xef, 0xf2 +.byte 0x16, 0xfd, 0x00, 0x62, 0xf5, 0x22, 0x09, 0x54, 0xe8, 0x65, 0x17, 0x4e, 0x41, 0xb9, 0xe0, 0x4f +.byte 0x46, 0x97, 0xaa, 0x1b, 0xc8, 0xb8, 0x6e, 0x62, 0x5e, 0x69, 0xb1, 0x5f, 0xdb, 0x2a, 0x02, 0x7e +.byte 0xfc, 0x6c, 0xca, 0xf3, 0x41, 0xd8, 0xed, 0xd0, 0xe8, 0xfc, 0x3f, 0x61, 0x48, 0xed, 0xb0, 0x03 +.byte 0x14, 0x1d, 0x10, 0x0e, 0x4b, 0x19, 0xe0, 0xbb, 0x4e, 0xec, 0x86, 0x65, 0xff, 0x36, 0xf3, 0x5e +.byte 0x67, 0x02, 0x0b, 0x9d, 0x86, 0x55, 0x61, 0xfd, 0x7a, 0x38, 0xed, 0xfe, 0xe2, 0x19, 0x00, 0xb7 +.byte 0x6f, 0xa1, 0x50, 0x62, 0x75, 0x74, 0x3c, 0xa0, 0xfa, 0xc8, 0x25, 0x92, 0xb4, 0x6e, 0x7a, 0x22 +.byte 0xc7, 0xf8, 0x1e, 0xa1, 0xe3, 0xb2, 0xdd, 0x91, 0x31, 0xab, 0x2b, 0x1d, 0x04, 0xff, 0xa5, 0x4a +.byte 0x04, 0x37, 0xe9, 0x85, 0xa4, 0x33, 0x2b, 0xfd, 0xe2, 0xd6, 0x55, 0x34, 0x7c, 0x19, 0xa4, 0x4a +.byte 0x68, 0xc7, 0xb2, 0xa8, 0xd3, 0xb7, 0xca, 0xa1, 0x93, 0x88, 0xeb, 0xc1, 0x97, 0xbc, 0x8c, 0xf9 +.byte 0x1d, 0xd9, 0x22, 0x84, 0x24, 0x74, 0xc7, 0x04, 0x3d, 0x6a, 0xa9, 0x29, 0x93, 0xcc, 0xeb, 0xb8 +.byte 0x5b, 0xe1, 0xfe, 0x5f, 0x25, 0xaa, 0x34, 0x58, 0xc8, 0xc1, 0x23, 0x54, 0x9d, 0x1b, 0x98, 0x11 +.byte 0xc3, 0x38, 0x9c, 0x7e, 0x3d, 0x86, 0x6c, 0xa5, 0x0f, 0x40, 0x86, 0x7c, 0x02, 0xf4, 0x5c, 0x02 +.byte 0x4f, 0x28, 0xcb, 0xae, 0x71, 0x9f, 0x0f, 0x3a, 0xc8, 0x33, 0xfe, 0x11, 0x25, 0x35, 0xea, 0xfc +.byte 0xba, 0xc5, 0x60, 0x3d, 0xd9, 0x7c, 0x18, 0xd5, 0xb2, 0xa9, 0xd3, 0x75, 0x78, 0x03, 0x72, 0x22 +.byte 0xca, 0x3a, 0xc3, 0x1f, 0xef, 0x2c, 0xe5, 0x2e, 0xa9, 0xfa, 0x9e, 0x2c, 0xb6, 0x51, 0x46, 0xfd +.byte 0xaf, 0x03, 0xd6, 0xea, 0x60, 0x68, 0xea, 0x85, 0x16, 0x36, 0x6b, 0x85, 0xe9, 0x1e, 0xc0, 0xb3 +.byte 0xdd, 0xc4, 0x24, 0xdc, 0x80, 0x2a, 0x81, 0x41, 0x6d, 0x94, 0x3e, 0xc8, 0xe0, 0xc9, 0x81, 0x41 +.byte 0x00, 0x9e, 0x5e, 0xbf, 0x7f, 0xc5, 0x08, 0x98, 0xa2, 0x18, 0x2c, 0x42, 0x40, 0xb3, 0xf9, 0x6f +.byte 0x38, 0x27, 0x4b, 0x4e, 0x80, 0xf4, 0x3d, 0x81, 0x47, 0xe0, 0x88, 0x7c, 0xea, 0x1c, 0xce, 0xb5 +.byte 0x75, 0x5c, 0x51, 0x2e, 0x1c, 0x2b, 0x7f, 0x1a, 0x72, 0x28, 0xe7, 0x00, 0xb5, 0xd1, 0x74, 0xc6 +.byte 0xd7, 0xe4, 0x9f, 0xad, 0x07, 0x93, 0xb6, 0x53, 0x35, 0x35, 0xfc, 0x37, 0xe4, 0xc3, 0xf6, 0x5d +.byte 0x16, 0xbe, 0x21, 0x73, 0xde, 0x92, 0x0a, 0xf8, 0xa0, 0x63, 0x6a, 0xbc, 0x96, 0x92, 0x6a, 0x3e +.byte 0xf8, 0xbc, 0x65, 0x55, 0x9b, 0xde, 0xf5, 0x0d, 0x89, 0x26, 0x04, 0xfc, 0x25, 0x1a, 0xa6, 0x25 +.byte 0x69, 0xcb, 0xc2, 0x6d, 0xca, 0x7c, 0xe2, 0x59, 0x5f, 0x97, 0xac, 0xeb, 0xef, 0x2e, 0xc8, 0xbc +.byte 0xd7, 0x1b, 0x59, 0x3c, 0x2b, 0xcc, 0xf2, 0x19, 0xc8, 0x93, 0x6b, 0x27, 0x63, 0x19, 0xcf, 0xfc +.byte 0xe9, 0x26, 0xf8, 0xca, 0x71, 0x9b, 0x7f, 0x93, 0xfe, 0x34, 0x67, 0x84, 0x4e, 0x99, 0xeb, 0xfc +.byte 0xb3, 0x78, 0x09, 0x33, 0x70, 0xba, 0x66, 0xa6, 0x76, 0xed, 0x1b, 0x73, 0xeb, 0x1a, 0xa5, 0x0d +.byte 0xc4, 0x22, 0x13, 0x20, 0x94, 0x56, 0x0a, 0x4e, 0x2c, 0x6c, 0x4e, 0xb1, 0xfd, 0xcf, 0x9c, 0x09 +.byte 0xba, 0xa2, 0x33, 0xed, 0x87, 0x02, 0x03, 0x01, 0x00, 0x01, 0x80, 0x00, 0x26, 0x01, 0x30, 0x7e +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x22, 0x30 +.byte 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x19, 0x55, 0x6e, 0x69, 0x7a, 0x65, 0x74, 0x6f, 0x20 +.byte 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x20, 0x53, 0x2e, 0x41 +.byte 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1e, 0x43, 0x65, 0x72, 0x74 +.byte 0x75, 0x6d, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e +.byte 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x13, 0x19, 0x43, 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x54, 0x72, 0x75, 0x73 +.byte 0x74, 0x65, 0x64, 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x20, 0x43, 0x41, 0x30, 0x82 +.byte 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 +.byte 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xe3 +.byte 0xfb, 0x7d, 0xa3, 0x72, 0xba, 0xc2, 0xf0, 0xc9, 0x14, 0x87, 0xf5, 0x6b, 0x01, 0x4e, 0xe1, 0x6e +.byte 0x40, 0x07, 0xba, 0x6d, 0x27, 0x5d, 0x7f, 0xf7, 0x5b, 0x2d, 0xb3, 0x5a, 0xc7, 0x51, 0x5f, 0xab +.byte 0xa4, 0x32, 0xa6, 0x61, 0x87, 0xb6, 0x6e, 0x0f, 0x86, 0xd2, 0x30, 0x02, 0x97, 0xf8, 0xd7, 0x69 +.byte 0x57, 0xa1, 0x18, 0x39, 0x5d, 0x6a, 0x64, 0x79, 0xc6, 0x01, 0x59, 0xac, 0x3c, 0x31, 0x4a, 0x38 +.byte 0x7c, 0xd2, 0x04, 0xd2, 0x4b, 0x28, 0xe8, 0x20, 0x5f, 0x3b, 0x07, 0xa2, 0xcc, 0x4d, 0x73, 0xdb +.byte 0xf3, 0xae, 0x4f, 0xc7, 0x56, 0xd5, 0x5a, 0xa7, 0x96, 0x89, 0xfa, 0xf3, 0xab, 0x68, 0xd4, 0x23 +.byte 0x86, 0x59, 0x27, 0xcf, 0x09, 0x27, 0xbc, 0xac, 0x6e, 0x72, 0x83, 0x1c, 0x30, 0x72, 0xdf, 0xe0 +.byte 0xa2, 0xe9, 0xd2, 0xe1, 0x74, 0x75, 0x19, 0xbd, 0x2a, 0x9e, 0x7b, 0x15, 0x54, 0x04, 0x1b, 0xd7 +.byte 0x43, 0x39, 0xad, 0x55, 0x28, 0xc5, 0xe2, 0x1a, 0xbb, 0xf4, 0xc0, 0xe4, 0xae, 0x38, 0x49, 0x33 +.byte 0xcc, 0x76, 0x85, 0x9f, 0x39, 0x45, 0xd2, 0xa4, 0x9e, 0xf2, 0x12, 0x8c, 0x51, 0xf8, 0x7c, 0xe4 +.byte 0x2d, 0x7f, 0xf5, 0xac, 0x5f, 0xeb, 0x16, 0x9f, 0xb1, 0x2d, 0xd1, 0xba, 0xcc, 0x91, 0x42, 0x77 +.byte 0x4c, 0x25, 0xc9, 0x90, 0x38, 0x6f, 0xdb, 0xf0, 0xcc, 0xfb, 0x8e, 0x1e, 0x97, 0x59, 0x3e, 0xd5 +.byte 0x60, 0x4e, 0xe6, 0x05, 0x28, 0xed, 0x49, 0x79, 0x13, 0x4b, 0xba, 0x48, 0xdb, 0x2f, 0xf9, 0x72 +.byte 0xd3, 0x39, 0xca, 0xfe, 0x1f, 0xd8, 0x34, 0x72, 0xf5, 0xb4, 0x40, 0xcf, 0x31, 0x01, 0xc3, 0xec +.byte 0xde, 0x11, 0x2d, 0x17, 0x5d, 0x1f, 0xb8, 0x50, 0xd1, 0x5e, 0x19, 0xa7, 0x69, 0xde, 0x07, 0x33 +.byte 0x28, 0xca, 0x50, 0x95, 0xf9, 0xa7, 0x54, 0xcb, 0x54, 0x86, 0x50, 0x45, 0xa9, 0xf9, 0x49, 0x02 +.byte 0x03, 0x01, 0x00, 0x01, 0x81, 0x00, 0x78, 0x00, 0x30, 0x7f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0e, 0x30, 0x0c, 0x06, 0x03, 0x55, 0x04, 0x08 +.byte 0x0c, 0x05, 0x54, 0x65, 0x78, 0x61, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07 +.byte 0x0c, 0x07, 0x48, 0x6f, 0x75, 0x73, 0x74, 0x6f, 0x6e, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x0c, 0x0f, 0x53, 0x53, 0x4c, 0x20, 0x43, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74 +.byte 0x69, 0x6f, 0x6e, 0x31, 0x34, 0x30, 0x32, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x2b, 0x53, 0x53 +.byte 0x4c, 0x2e, 0x63, 0x6f, 0x6d, 0x20, 0x45, 0x56, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65 +.byte 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68 +.byte 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x45, 0x43, 0x43, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a +.byte 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00 +.byte 0x04, 0xaa, 0x12, 0x47, 0x90, 0x98, 0x1b, 0xfb, 0xef, 0xc3, 0x40, 0x07, 0x83, 0x20, 0x4e, 0xf1 +.byte 0x30, 0x82, 0xa2, 0x06, 0xd1, 0xf2, 0x92, 0x86, 0x61, 0xf2, 0xf6, 0x21, 0x68, 0xca, 0x00, 0xc4 +.byte 0xc7, 0xea, 0x43, 0x00, 0x54, 0x86, 0xdc, 0xfd, 0x1f, 0xdf, 0x00, 0xb8, 0x41, 0x62, 0x5c, 0xdc +.byte 0x70, 0x16, 0x32, 0xde, 0x1f, 0x99, 0xd4, 0xcc, 0xc5, 0x07, 0xc8, 0x08, 0x1f, 0x61, 0x16, 0x07 +.byte 0x51, 0x3d, 0x7d, 0x5c, 0x07, 0x53, 0xe3, 0x35, 0x38, 0x8c, 0xdf, 0xcd, 0x9f, 0xd9, 0x2e, 0x0d +.byte 0x4a, 0xb6, 0x19, 0x2e, 0x5a, 0x70, 0x5a, 0x06, 0xed, 0xbe, 0xf0, 0xa1, 0xb0, 0xca, 0xd0, 0x09 +.byte 0x29, 0x83, 0x00, 0x26, 0x02, 0x30, 0x81, 0x80, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x06, 0x13, 0x02, 0x50, 0x4c, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x19 +.byte 0x55, 0x6e, 0x69, 0x7a, 0x65, 0x74, 0x6f, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f +.byte 0x67, 0x69, 0x65, 0x73, 0x20, 0x53, 0x2e, 0x41, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55 +.byte 0x04, 0x0b, 0x13, 0x1e, 0x43, 0x65, 0x72, 0x74, 0x75, 0x6d, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69 +.byte 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69 +.byte 0x74, 0x79, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1b, 0x43, 0x65, 0x72 +.byte 0x74, 0x75, 0x6d, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x65, 0x64, 0x20, 0x4e, 0x65, 0x74, 0x77 +.byte 0x6f, 0x72, 0x6b, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09 .byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00 -.byte 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0x8f, 0x36, 0x65, 0x40, 0xe1, 0xd6, 0x4d -.byte 0xc0, 0xd7, 0xb4, 0xe9, 0x46, 0xda, 0x6b, 0xea, 0x33, 0x47, 0xcd, 0x4c, 0xf9, 0x7d, 0x7d, 0xbe -.byte 0xbd, 0x2d, 0x3d, 0xf0, 0xdb, 0x78, 0xe1, 0x86, 0xa5, 0xd9, 0xba, 0x09, 0x57, 0x68, 0xed, 0x57 -.byte 0x3e, 0xa0, 0xd0, 0x08, 0x41, 0x83, 0xe7, 0x28, 0x41, 0x24, 0x1f, 0xe3, 0x72, 0x15, 0xd0, 0x01 -.byte 0x1a, 0xfb, 0x5e, 0x70, 0x23, 0xb2, 0xcb, 0x9f, 0x39, 0xe3, 0xcf, 0xc5, 0x4e, 0xc6, 0x92, 0x6d -.byte 0x26, 0xc6, 0x7b, 0xbb, 0xb3, 0xda, 0x27, 0x9d, 0x0a, 0x86, 0xe9, 0x81, 0x37, 0x05, 0xfe, 0xf0 -.byte 0x71, 0x71, 0xec, 0xc3, 0x1c, 0xe9, 0x63, 0xa2, 0x17, 0x14, 0x9d, 0xef, 0x1b, 0x67, 0xd3, 0x85 -.byte 0x55, 0x02, 0x02, 0xd6, 0x49, 0xc9, 0xcc, 0x5a, 0xe1, 0xb1, 0xf7, 0x6f, 0x32, 0x9f, 0xc9, 0xd4 -.byte 0x3b, 0x88, 0x41, 0xa8, 0x9c, 0xbd, 0xcb, 0xab, 0xdb, 0x6d, 0x7b, 0x09, 0x1f, 0xa2, 0x4c, 0x72 -.byte 0x90, 0xda, 0x2b, 0x08, 0xfc, 0xcf, 0x3c, 0x54, 0xce, 0x67, 0x0f, 0xa8, 0xcf, 0x5d, 0x96, 0x19 -.byte 0x0b, 0xc4, 0xe3, 0x72, 0xeb, 0xad, 0xd1, 0x7d, 0x1d, 0x27, 0xef, 0x92, 0xeb, 0x10, 0xbf, 0x5b -.byte 0xeb, 0x3b, 0xaf, 0xcf, 0x80, 0xdd, 0xc1, 0xd2, 0x96, 0x04, 0x5b, 0x7a, 0x7e, 0xa4, 0xa9, 0x3c -.byte 0x38, 0x76, 0xa4, 0x62, 0x8e, 0xa0, 0x39, 0x5e, 0xea, 0x77, 0xcf, 0x5d, 0x00, 0x59, 0x8f, 0x66 -.byte 0x2c, 0x3e, 0x07, 0xa2, 0xa3, 0x05, 0x26, 0x11, 0x69, 0x97, 0xea, 0x85, 0xb7, 0x0f, 0x96, 0x0b -.byte 0x4b, 0xc8, 0x40, 0xe1, 0x50, 0xba, 0x2e, 0x8a, 0xcb, 0xf7, 0x0f, 0x9a, 0x22, 0xe7, 0x7f, 0x9a -.byte 0x37, 0x13, 0xcd, 0xf2, 0x4d, 0x13, 0x6b, 0x21, 0xd1, 0xc0, 0xcc, 0x22, 0xf2, 0xa1, 0x46, 0xf6 -.byte 0x44, 0x69, 0x9c, 0xca, 0x61, 0x35, 0x07, 0x00, 0x6f, 0xd6, 0x61, 0x08, 0x11, 0xea, 0xba, 0xb8 -.byte 0xf6, 0xe9, 0xb3, 0x60, 0xe5, 0x4d, 0xb9, 0xec, 0x9f, 0x14, 0x66, 0xc9, 0x57, 0x58, 0xdb, 0xcd -.byte 0x87, 0x69, 0xf8, 0x8a, 0x86, 0x12, 0x03, 0x47, 0xbf, 0x66, 0x13, 0x76, 0xac, 0x77, 0x7d, 0x34 -.byte 0x24, 0x85, 0x83, 0xcd, 0xd7, 0xaa, 0x9c, 0x90, 0x1a, 0x9f, 0x21, 0x2c, 0x7f, 0x78, 0xb7, 0x64 -.byte 0xb8, 0xd8, 0xe8, 0xa6, 0xf4, 0x78, 0xb3, 0x55, 0xcb, 0x84, 0xd2, 0x32, 0xc4, 0x78, 0xae, 0xa3 -.byte 0x8f, 0x61, 0xdd, 0xce, 0x08, 0x53, 0xad, 0xec, 0x88, 0xfc, 0x15, 0xe4, 0x9a, 0x0d, 0xe6, 0x9f -.byte 0x1a, 0x77, 0xce, 0x4c, 0x8f, 0xb8, 0x14, 0x15, 0x3d, 0x62, 0x9c, 0x86, 0x38, 0x06, 0x00, 0x66 -.byte 0x12, 0xe4, 0x59, 0x76, 0x5a, 0x53, 0xc0, 0x02, 0x98, 0xa2, 0x10, 0x2b, 0x68, 0x44, 0x7b, 0x8e -.byte 0x79, 0xce, 0x33, 0x4a, 0x76, 0xaa, 0x5b, 0x81, 0x16, 0x1b, 0xb5, 0x8a, 0xd8, 0xd0, 0x00, 0x7b -.byte 0x5e, 0x62, 0xb4, 0x09, 0xd6, 0x86, 0x63, 0x0e, 0xa6, 0x05, 0x95, 0x49, 0xba, 0x28, 0x8b, 0x88 -.byte 0x93, 0xb2, 0x34, 0x1c, 0xd8, 0xa4, 0x55, 0x6e, 0xb7, 0x1c, 0xd0, 0xde, 0x99, 0x55, 0x3b, 0x23 -.byte 0xf4, 0x22, 0xe0, 0xf9, 0x29, 0x66, 0x26, 0xec, 0x20, 0x50, 0x77, 0xdb, 0x4a, 0x0b, 0x8f, 0xbe -.byte 0xe5, 0x02, 0x60, 0x70, 0x41, 0x5e, 0xd4, 0xae, 0x50, 0x39, 0x22, 0x14, 0x26, 0xcb, 0xb2, 0x3b -.byte 0x73, 0x74, 0x55, 0x47, 0x07, 0x79, 0x81, 0x39, 0xa8, 0x30, 0x13, 0x44, 0xe5, 0x04, 0x8a, 0xae -.byte 0x96, 0x13, 0x25, 0x42, 0x0f, 0xb9, 0x53, 0xc4, 0x9b, 0xfc, 0xcd, 0xe4, 0x1c, 0xde, 0x3c, 0xfa -.byte 0xab, 0xd6, 0x06, 0x4a, 0x1f, 0x67, 0xa6, 0x98, 0x30, 0x1c, 0xdd, 0x2c, 0xdb, 0xdc, 0x18, 0x95 -.byte 0x57, 0x66, 0xc6, 0xff, 0x5c, 0x8b, 0x56, 0xf5, 0x77, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x85 -.byte 0x01, 0x26, 0x30, 0x81, 0x82, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 -.byte 0x55, 0x53, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x15, 0x77, 0x77, 0x77 -.byte 0x2e, 0x78, 0x72, 0x61, 0x6d, 0x70, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x2e, 0x63 -.byte 0x6f, 0x6d, 0x31, 0x24, 0x30, 0x22, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1b, 0x58, 0x52, 0x61 -.byte 0x6d, 0x70, 0x20, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x53, 0x65, 0x72, 0x76 -.byte 0x69, 0x63, 0x65, 0x73, 0x20, 0x49, 0x6e, 0x63, 0x31, 0x2d, 0x30, 0x2b, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x13, 0x24, 0x58, 0x52, 0x61, 0x6d, 0x70, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20 -.byte 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75 -.byte 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a -.byte 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30 -.byte 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0x98, 0x24, 0x1e, 0xbd, 0x15, 0xb4, 0xba, 0xdf -.byte 0xc7, 0x8c, 0xa5, 0x27, 0xb6, 0x38, 0x0b, 0x69, 0xf3, 0xb6, 0x4e, 0xa8, 0x2c, 0x2e, 0x21, 0x1d -.byte 0x5c, 0x44, 0xdf, 0x21, 0x5d, 0x7e, 0x23, 0x74, 0xfe, 0x5e, 0x7e, 0xb4, 0x4a, 0xb7, 0xa6, 0xad -.byte 0x1f, 0xae, 0xe0, 0x06, 0x16, 0xe2, 0x9b, 0x5b, 0xd9, 0x67, 0x74, 0x6b, 0x5d, 0x80, 0x8f, 0x29 -.byte 0x9d, 0x86, 0x1b, 0xd9, 0x9c, 0x0d, 0x98, 0x6d, 0x76, 0x10, 0x28, 0x58, 0xe4, 0x65, 0xb0, 0x7f -.byte 0x4a, 0x98, 0x79, 0x9f, 0xe0, 0xc3, 0x31, 0x7e, 0x80, 0x2b, 0xb5, 0x8c, 0xc0, 0x40, 0x3b, 0x11 -.byte 0x86, 0xd0, 0xcb, 0xa2, 0x86, 0x36, 0x60, 0xa4, 0xd5, 0x30, 0x82, 0x6d, 0xd9, 0x6e, 0xd0, 0x0f -.byte 0x12, 0x04, 0x33, 0x97, 0x5f, 0x4f, 0x61, 0x5a, 0xf0, 0xe4, 0xf9, 0x91, 0xab, 0xe7, 0x1d, 0x3b -.byte 0xbc, 0xe8, 0xcf, 0xf4, 0x6b, 0x2d, 0x34, 0x7c, 0xe2, 0x48, 0x61, 0x1c, 0x8e, 0xf3, 0x61, 0x44 -.byte 0xcc, 0x6f, 0xa0, 0x4a, 0xa9, 0x94, 0xb0, 0x4d, 0xda, 0xe7, 0xa9, 0x34, 0x7a, 0x72, 0x38, 0xa8 -.byte 0x41, 0xcc, 0x3c, 0x94, 0x11, 0x7d, 0xeb, 0xc8, 0xa6, 0x8c, 0xb7, 0x86, 0xcb, 0xca, 0x33, 0x3b -.byte 0xd9, 0x3d, 0x37, 0x8b, 0xfb, 0x7a, 0x3e, 0x86, 0x2c, 0xe7, 0x73, 0xd7, 0x0a, 0x57, 0xac, 0x64 -.byte 0x9b, 0x19, 0xeb, 0xf4, 0x0f, 0x04, 0x08, 0x8a, 0xac, 0x03, 0x17, 0x19, 0x64, 0xf4, 0x5a, 0x25 -.byte 0x22, 0x8d, 0x34, 0x2c, 0xb2, 0xf6, 0x68, 0x1d, 0x12, 0x6d, 0xd3, 0x8a, 0x1e, 0x14, 0xda, 0xc4 -.byte 0x8f, 0xa6, 0xe2, 0x23, 0x85, 0xd5, 0x7a, 0x0d, 0xbd, 0x6a, 0xe0, 0xe9, 0xec, 0xec, 0x17, 0xbb -.byte 0x42, 0x1b, 0x67, 0xaa, 0x25, 0xed, 0x45, 0x83, 0x21, 0xfc, 0xc1, 0xc9, 0x7c, 0xd5, 0x62, 0x3e -.byte 0xfa, 0xf2, 0xc5, 0x2d, 0xd3, 0xfd, 0xd4, 0x65, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x86, 0x01 -.byte 0x26, 0x30, 0x81, 0x83, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55 -.byte 0x53, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x07, 0x41, 0x72, 0x69, 0x7a -.byte 0x6f, 0x6e, 0x61, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0a, 0x53, 0x63 -.byte 0x6f, 0x74, 0x74, 0x73, 0x64, 0x61, 0x6c, 0x65, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x13, 0x11, 0x47, 0x6f, 0x44, 0x61, 0x64, 0x64, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x2c, 0x20 -.byte 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x31, 0x30, 0x2f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x28, 0x47 -.byte 0x6f, 0x20, 0x44, 0x61, 0x64, 0x64, 0x79, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72 -.byte 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69 -.byte 0x74, 0x79, 0x20, 0x2d, 0x20, 0x47, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a -.byte 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30 -.byte 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xbf, 0x71, 0x62, 0x08, 0xf1, 0xfa, 0x59, 0x34 -.byte 0xf7, 0x1b, 0xc9, 0x18, 0xa3, 0xf7, 0x80, 0x49, 0x58, 0xe9, 0x22, 0x83, 0x13, 0xa6, 0xc5, 0x20 -.byte 0x43, 0x01, 0x3b, 0x84, 0xf1, 0xe6, 0x85, 0x49, 0x9f, 0x27, 0xea, 0xf6, 0x84, 0x1b, 0x4e, 0xa0 -.byte 0xb4, 0xdb, 0x70, 0x98, 0xc7, 0x32, 0x01, 0xb1, 0x05, 0x3e, 0x07, 0x4e, 0xee, 0xf4, 0xfa, 0x4f -.byte 0x2f, 0x59, 0x30, 0x22, 0xe7, 0xab, 0x19, 0x56, 0x6b, 0xe2, 0x80, 0x07, 0xfc, 0xf3, 0x16, 0x75 -.byte 0x80, 0x39, 0x51, 0x7b, 0xe5, 0xf9, 0x35, 0xb6, 0x74, 0x4e, 0xa9, 0x8d, 0x82, 0x13, 0xe4, 0xb6 -.byte 0x3f, 0xa9, 0x03, 0x83, 0xfa, 0xa2, 0xbe, 0x8a, 0x15, 0x6a, 0x7f, 0xde, 0x0b, 0xc3, 0xb6, 0x19 -.byte 0x14, 0x05, 0xca, 0xea, 0xc3, 0xa8, 0x04, 0x94, 0x3b, 0x46, 0x7c, 0x32, 0x0d, 0xf3, 0x00, 0x66 -.byte 0x22, 0xc8, 0x8d, 0x69, 0x6d, 0x36, 0x8c, 0x11, 0x18, 0xb7, 0xd3, 0xb2, 0x1c, 0x60, 0xb4, 0x38 -.byte 0xfa, 0x02, 0x8c, 0xce, 0xd3, 0xdd, 0x46, 0x07, 0xde, 0x0a, 0x3e, 0xeb, 0x5d, 0x7c, 0xc8, 0x7c -.byte 0xfb, 0xb0, 0x2b, 0x53, 0xa4, 0x92, 0x62, 0x69, 0x51, 0x25, 0x05, 0x61, 0x1a, 0x44, 0x81, 0x8c -.byte 0x2c, 0xa9, 0x43, 0x96, 0x23, 0xdf, 0xac, 0x3a, 0x81, 0x9a, 0x0e, 0x29, 0xc5, 0x1c, 0xa9, 0xe9 -.byte 0x5d, 0x1e, 0xb6, 0x9e, 0x9e, 0x30, 0x0a, 0x39, 0xce, 0xf1, 0x88, 0x80, 0xfb, 0x4b, 0x5d, 0xcc -.byte 0x32, 0xec, 0x85, 0x62, 0x43, 0x25, 0x34, 0x02, 0x56, 0x27, 0x01, 0x91, 0xb4, 0x3b, 0x70, 0x2a -.byte 0x3f, 0x6e, 0xb1, 0xe8, 0x9c, 0x88, 0x01, 0x7d, 0x9f, 0xd4, 0xf9, 0xdb, 0x53, 0x6d, 0x60, 0x9d -.byte 0xbf, 0x2c, 0xe7, 0x58, 0xab, 0xb8, 0x5f, 0x46, 0xfc, 0xce, 0xc4, 0x1b, 0x03, 0x3c, 0x09, 0xeb -.byte 0x49, 0x31, 0x5c, 0x69, 0x46, 0xb3, 0xe0, 0x47, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x87, 0x02 -.byte 0x26, 0x30, 0x81, 0x84, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x05, 0x13, 0x09, 0x47 -.byte 0x36, 0x33, 0x32, 0x38, 0x37, 0x35, 0x31, 0x30, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 -.byte 0x06, 0x13, 0x02, 0x45, 0x53, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1e -.byte 0x41, 0x4e, 0x46, 0x20, 0x41, 0x75, 0x74, 0x6f, 0x72, 0x69, 0x64, 0x61, 0x64, 0x20, 0x64, 0x65 -.byte 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x63, 0x69, 0x6f, 0x6e, 0x31, 0x14 -.byte 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x0b, 0x41, 0x4e, 0x46, 0x20, 0x43, 0x41, 0x20 -.byte 0x52, 0x61, 0x69, 0x7a, 0x31, 0x22, 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x19, 0x41 -.byte 0x4e, 0x46, 0x20, 0x53, 0x65, 0x63, 0x75, 0x72, 0x65, 0x20, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72 -.byte 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09 -.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00 -.byte 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xdb, 0xeb, 0x6b, 0x2b, 0xe6, 0x64, 0x54 -.byte 0x95, 0x82, 0x90, 0xa3, 0x72, 0xa4, 0x19, 0x01, 0x9d, 0x9c, 0x0b, 0x81, 0x5f, 0x73, 0x49, 0xba -.byte 0xa7, 0xac, 0xf3, 0x04, 0x4e, 0x7b, 0x96, 0x0b, 0xec, 0x11, 0xe0, 0x5b, 0xa6, 0x1c, 0xce, 0x1b -.byte 0xd2, 0x0d, 0x83, 0x1c, 0x2b, 0xb8, 0x9e, 0x1d, 0x7e, 0x45, 0x32, 0x60, 0x0f, 0x07, 0xe9, 0x77 -.byte 0x58, 0x7e, 0x9f, 0x6a, 0xc8, 0x61, 0x4e, 0xb6, 0x26, 0xc1, 0x4c, 0x8d, 0xff, 0x4c, 0xef, 0x34 -.byte 0xb2, 0x1f, 0x65, 0xd8, 0xb9, 0x78, 0xf5, 0xad, 0xa9, 0x71, 0xb9, 0xef, 0x4f, 0x58, 0x1d, 0xa5 -.byte 0xde, 0x74, 0x20, 0x97, 0xa1, 0xed, 0x68, 0x4c, 0xde, 0x92, 0x17, 0x4b, 0xbc, 0xab, 0xff, 0x65 -.byte 0x9a, 0x9e, 0xfb, 0x47, 0xd9, 0x57, 0x72, 0xf3, 0x09, 0xa1, 0xae, 0x76, 0x44, 0x13, 0x6e, 0x9c -.byte 0x2d, 0x44, 0x39, 0xbc, 0xf9, 0xc7, 0x3b, 0xa4, 0x58, 0x3d, 0x41, 0xbd, 0xb4, 0xc2, 0x49, 0xa3 -.byte 0xc8, 0x0d, 0xd2, 0x97, 0x2f, 0x07, 0x65, 0x52, 0x00, 0xa7, 0x6e, 0xc8, 0xaf, 0x68, 0xec, 0xf4 -.byte 0x14, 0x96, 0xb6, 0x57, 0x1f, 0x56, 0xc3, 0x39, 0x9f, 0x2b, 0x6d, 0xe4, 0xf3, 0x3e, 0xf6, 0x35 -.byte 0x64, 0xda, 0x0c, 0x1c, 0xa1, 0x84, 0x4b, 0x2f, 0x4b, 0x4b, 0xe2, 0x2c, 0x24, 0x9d, 0x6d, 0x93 -.byte 0x40, 0xeb, 0xb5, 0x23, 0x8e, 0x32, 0xca, 0x6f, 0x45, 0xd3, 0xa8, 0x89, 0x7b, 0x1e, 0xcf, 0x1e -.byte 0xfa, 0x5b, 0x43, 0x8b, 0xcd, 0xcd, 0xa8, 0x0f, 0x6a, 0xca, 0x0c, 0x5e, 0xb9, 0x9e, 0x47, 0x8f -.byte 0xf0, 0xd9, 0xb6, 0x0a, 0x0b, 0x58, 0x65, 0x17, 0x33, 0xb9, 0x23, 0xe4, 0x77, 0x19, 0x7d, 0xcb -.byte 0x4a, 0x2e, 0x92, 0x7b, 0x4f, 0x2f, 0x10, 0x77, 0xb1, 0x8d, 0x2f, 0x68, 0x9c, 0x62, 0xcc, 0xe0 -.byte 0x50, 0xf8, 0xec, 0x91, 0xa7, 0x54, 0x4c, 0x57, 0x09, 0xd5, 0x76, 0x63, 0xc5, 0xe8, 0x65, 0x1e -.byte 0xee, 0x6d, 0x6a, 0xcf, 0x09, 0x9d, 0xfa, 0x7c, 0x4f, 0xad, 0x60, 0x08, 0xfd, 0x56, 0x99, 0x0f -.byte 0x15, 0x2c, 0x7b, 0xa9, 0x80, 0xab, 0x8c, 0x61, 0x8f, 0x4a, 0x07, 0x76, 0x42, 0xde, 0x3d, 0xf4 -.byte 0xdd, 0xb2, 0x24, 0x33, 0x5b, 0xb8, 0xb5, 0xa3, 0x44, 0xc9, 0xac, 0x7f, 0x77, 0x3c, 0x1d, 0x23 -.byte 0xec, 0x82, 0xa9, 0xa6, 0xe2, 0xc8, 0x06, 0x4c, 0x02, 0xfe, 0xac, 0x5c, 0x99, 0x99, 0x0b, 0x2f -.byte 0x10, 0x8a, 0xa6, 0xf4, 0x7f, 0xd5, 0x87, 0x74, 0x0d, 0x59, 0x49, 0x45, 0xf6, 0xf0, 0x71, 0x5c -.byte 0x39, 0x29, 0xd6, 0xbf, 0x4a, 0x23, 0x8b, 0xf5, 0x5f, 0x01, 0x63, 0xd2, 0x87, 0x73, 0x28, 0xb5 -.byte 0x4b, 0x0a, 0xf5, 0xf8, 0xab, 0x82, 0x2c, 0x7e, 0x73, 0x25, 0x32, 0x1d, 0x0b, 0x63, 0x0a, 0x17 -.byte 0x81, 0x00, 0xff, 0xb6, 0x76, 0x5e, 0xe7, 0xb4, 0xb1, 0x40, 0xca, 0x21, 0xbb, 0xd5, 0x80, 0x51 -.byte 0xe5, 0x48, 0x52, 0x67, 0x2c, 0xd2, 0x61, 0x89, 0x07, 0x0d, 0x0f, 0xce, 0x42, 0x77, 0xc0, 0x44 -.byte 0x73, 0x9c, 0x44, 0x50, 0xa0, 0xdb, 0x10, 0x0a, 0x2d, 0x95, 0x1c, 0x81, 0xaf, 0xe4, 0x1c, 0xe5 -.byte 0x14, 0x1e, 0xf1, 0x36, 0x41, 0x01, 0x02, 0x2f, 0x7d, 0x73, 0xa7, 0xde, 0x42, 0xcc, 0x4c, 0xe9 -.byte 0x89, 0x0d, 0x56, 0xf7, 0x9f, 0x91, 0xd4, 0x03, 0xc6, 0x6c, 0xc9, 0x8f, 0xdb, 0xd8, 0x1c, 0xe0 -.byte 0x40, 0x98, 0x5d, 0x66, 0x99, 0x98, 0x80, 0x6e, 0x2d, 0xff, 0x01, 0xc5, 0xce, 0xcb, 0x46, 0x1f -.byte 0xac, 0x02, 0xc6, 0x43, 0xe6, 0xae, 0xa2, 0x84, 0x3c, 0xc5, 0x4e, 0x1e, 0x3d, 0x6d, 0xc9, 0x14 -.byte 0x4c, 0xe3, 0x2e, 0x41, 0xbb, 0xca, 0x39, 0xbf, 0x36, 0x3c, 0x2a, 0x19, 0xaa, 0x41, 0x87, 0x4e -.byte 0xa5, 0xce, 0x4b, 0x32, 0x79, 0xdd, 0x90, 0x49, 0x7f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x88 -.byte 0x00, 0x78, 0x30, 0x81, 0x85, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xbd, 0xf9, 0x78, 0xf8, 0xe6, 0xd5, 0x80 +.byte 0x0c, 0x64, 0x9d, 0x86, 0x1b, 0x96, 0x64, 0x67, 0x3f, 0x22, 0x3a, 0x1e, 0x75, 0x01, 0x7d, 0xef +.byte 0xfb, 0x5c, 0x67, 0x8c, 0xc9, 0xcc, 0x5c, 0x6b, 0xa9, 0x91, 0xe6, 0xb9, 0x42, 0xe5, 0x20, 0x4b +.byte 0x9b, 0xda, 0x9b, 0x7b, 0xb9, 0x99, 0x5d, 0xd9, 0x9b, 0x80, 0x4b, 0xd7, 0x84, 0x40, 0x2b, 0x27 +.byte 0xd3, 0xe8, 0xba, 0x30, 0xbb, 0x3e, 0x09, 0x1a, 0xa7, 0x49, 0x95, 0xef, 0x2b, 0x40, 0x24, 0xc2 +.byte 0x97, 0xc7, 0xa7, 0xee, 0x9b, 0x25, 0xef, 0xa8, 0x0a, 0x00, 0x97, 0x85, 0x5a, 0xaa, 0x9d, 0xdc +.byte 0x29, 0xc9, 0xe2, 0x35, 0x07, 0xeb, 0x70, 0x4d, 0x4a, 0xd6, 0xc1, 0xb3, 0x56, 0xb8, 0xa1, 0x41 +.byte 0x38, 0x9b, 0xd1, 0xfb, 0x31, 0x7f, 0x8f, 0xe0, 0x5f, 0xe1, 0xb1, 0x3f, 0x0f, 0x8e, 0x16, 0x49 +.byte 0x60, 0xd7, 0x06, 0x8d, 0x18, 0xf9, 0xaa, 0x26, 0x10, 0xab, 0x2a, 0xd3, 0xd0, 0xd1, 0x67, 0x8d +.byte 0x1b, 0x46, 0xbe, 0x47, 0x30, 0xd5, 0x2e, 0x72, 0xd1, 0xc5, 0x63, 0xda, 0xe7, 0x63, 0x79, 0x44 +.byte 0x7e, 0x4b, 0x63, 0x24, 0x89, 0x86, 0x2e, 0x34, 0x3f, 0x29, 0x4c, 0x52, 0x8b, 0x2a, 0xa7, 0xc0 +.byte 0xe2, 0x91, 0x28, 0x89, 0xb9, 0xc0, 0x5b, 0xf9, 0x1d, 0xd9, 0xe7, 0x27, 0xad, 0xff, 0x9a, 0x02 +.byte 0x97, 0xc1, 0xc6, 0x50, 0x92, 0x9b, 0x02, 0x2c, 0xbd, 0xa9, 0xb9, 0x34, 0x59, 0x0a, 0xbf, 0x84 +.byte 0x4a, 0xff, 0xdf, 0xfe, 0xb3, 0x9f, 0xeb, 0xd9, 0x9e, 0xe0, 0x98, 0x23, 0xec, 0xa6, 0x6b, 0x77 +.byte 0x16, 0x2a, 0xdb, 0xcc, 0xad, 0x3b, 0x1c, 0xa4, 0x87, 0xdc, 0x46, 0x73, 0x5e, 0x19, 0x62, 0x68 +.byte 0x45, 0x57, 0xe4, 0x90, 0x82, 0x42, 0xbb, 0x42, 0xd6, 0xf0, 0x61, 0xe0, 0xc1, 0xa3, 0x3d, 0x66 +.byte 0xa3, 0x5d, 0xf4, 0x18, 0xee, 0x88, 0xc9, 0x8d, 0x17, 0x45, 0x29, 0x99, 0x32, 0x75, 0x02, 0x31 +.byte 0xee, 0x29, 0x26, 0xc8, 0x6b, 0x02, 0xe6, 0xb5, 0x62, 0x45, 0x7f, 0x37, 0x15, 0x5a, 0x23, 0x68 +.byte 0x89, 0xd4, 0x3e, 0xde, 0x4e, 0x27, 0xb0, 0xf0, 0x40, 0x0c, 0xbc, 0x4d, 0x17, 0xcb, 0x4d, 0xa2 +.byte 0xb3, 0x1e, 0xd0, 0x06, 0x5a, 0xdd, 0xf6, 0x93, 0xcf, 0x57, 0x75, 0x99, 0xf5, 0xfa, 0x86, 0x1a +.byte 0x67, 0x78, 0xb3, 0xbf, 0x96, 0xfe, 0x34, 0xdc, 0xbd, 0xe7, 0x52, 0x56, 0xe5, 0xb3, 0xe5, 0x75 +.byte 0x7b, 0xd7, 0x41, 0x91, 0x05, 0xdc, 0x5d, 0x69, 0xe3, 0x95, 0x0d, 0x43, 0xb9, 0xfc, 0x83, 0x96 +.byte 0x39, 0x95, 0x7b, 0x6c, 0x80, 0x5a, 0x4f, 0x13, 0x72, 0xc6, 0xd7, 0x7d, 0x29, 0x7a, 0x44, 0xba +.byte 0x52, 0xa4, 0x2a, 0xd5, 0x41, 0x46, 0x09, 0x20, 0xfe, 0x22, 0xa0, 0xb6, 0x5b, 0x30, 0x8d, 0xbc +.byte 0x89, 0x0c, 0xd5, 0xd7, 0x70, 0xf8, 0x87, 0x52, 0xfd, 0xda, 0xef, 0xac, 0x51, 0x2e, 0x07, 0xb3 +.byte 0x4e, 0xfe, 0xd0, 0x09, 0xda, 0x70, 0xef, 0x98, 0xfa, 0x56, 0xe6, 0x6d, 0xdb, 0xb5, 0x57, 0x4b +.byte 0xdc, 0xe5, 0x2c, 0x25, 0x15, 0xc8, 0x9e, 0x2e, 0x78, 0x4e, 0xf8, 0xda, 0x9c, 0x9e, 0x86, 0x2c +.byte 0xca, 0x57, 0xf3, 0x1a, 0xe5, 0xc8, 0x92, 0x8b, 0x1a, 0x82, 0x96, 0x7a, 0xc3, 0xbc, 0x50, 0x12 +.byte 0x69, 0xd8, 0x0e, 0x5a, 0x46, 0x8b, 0x3a, 0xeb, 0x26, 0xfa, 0x23, 0xc9, 0xb6, 0xb0, 0x81, 0xbe +.byte 0x42, 0x00, 0xa4, 0xf8, 0xd6, 0xfe, 0x30, 0x2e, 0xc7, 0xd2, 0x46, 0xf6, 0xe5, 0x8e, 0x75, 0xfd +.byte 0xf2, 0xcc, 0xb9, 0xd0, 0x87, 0x5b, 0xcc, 0x06, 0x10, 0x60, 0xbb, 0x83, 0x35, 0xb7, 0x5e, 0x67 +.byte 0xde, 0x47, 0xec, 0x99, 0x48, 0xf1, 0xa4, 0xa1, 0x15, 0xfe, 0xad, 0x8c, 0x62, 0x8e, 0x39, 0x55 +.byte 0x4f, 0x39, 0x16, 0xb9, 0xb1, 0x63, 0x9d, 0xff, 0xb7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x84, 0x00 +.byte 0x26, 0x01, 0x30, 0x81, 0x81, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 .byte 0x47, 0x42, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x12, 0x47, 0x72, 0x65 .byte 0x61, 0x74, 0x65, 0x72, 0x20, 0x4d, 0x61, 0x6e, 0x63, 0x68, 0x65, 0x73, 0x74, 0x65, 0x72, 0x31 .byte 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x53, 0x61, 0x6c, 0x66, 0x6f, 0x72 .byte 0x64, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x11, 0x43, 0x4f, 0x4d, 0x4f -.byte 0x44, 0x4f, 0x20, 0x43, 0x41, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x2b, 0x30 -.byte 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x22, 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f, 0x20, 0x45 -.byte 0x43, 0x43, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e -.byte 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07 -.byte 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62 -.byte 0x00, 0x04, 0x03, 0x47, 0x7b, 0x2f, 0x75, 0xc9, 0x82, 0x15, 0x85, 0xfb, 0x75, 0xe4, 0x91, 0x16 -.byte 0xd4, 0xab, 0x62, 0x99, 0xf5, 0x3e, 0x52, 0x0b, 0x06, 0xce, 0x41, 0x00, 0x7f, 0x97, 0xe1, 0x0a -.byte 0x24, 0x3c, 0x1d, 0x01, 0x04, 0xee, 0x3d, 0xd2, 0x8d, 0x09, 0x97, 0x0c, 0xe0, 0x75, 0xe4, 0xfa -.byte 0xfb, 0x77, 0x8a, 0x2a, 0xf5, 0x03, 0x60, 0x4b, 0x36, 0x8b, 0x16, 0x23, 0x16, 0xad, 0x09, 0x71 -.byte 0xf4, 0x4a, 0xf4, 0x28, 0x50, 0xb4, 0xfe, 0x88, 0x1c, 0x6e, 0x3f, 0x6c, 0x2f, 0x2f, 0x09, 0x59 -.byte 0x5b, 0xa5, 0x5b, 0x0b, 0x33, 0x99, 0xe2, 0xc3, 0x3d, 0x89, 0xf9, 0x6a, 0x2c, 0xef, 0xb2, 0xd3 -.byte 0x06, 0xe9, 0x00, 0x88, 0x02, 0x26, 0x30, 0x81, 0x85, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55 -.byte 0x04, 0x06, 0x13, 0x02, 0x47, 0x42, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13 -.byte 0x12, 0x47, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x20, 0x4d, 0x61, 0x6e, 0x63, 0x68, 0x65, 0x73 -.byte 0x74, 0x65, 0x72, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x53, 0x61 -.byte 0x6c, 0x66, 0x6f, 0x72, 0x64, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x11 -.byte 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f, 0x20, 0x43, 0x41, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65 -.byte 0x64, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x22, 0x43, 0x4f, 0x4d, 0x4f -.byte 0x44, 0x4f, 0x20, 0x52, 0x53, 0x41, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61 -.byte 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82 -.byte 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 -.byte 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0x91 -.byte 0xe8, 0x54, 0x92, 0xd2, 0x0a, 0x56, 0xb1, 0xac, 0x0d, 0x24, 0xdd, 0xc5, 0xcf, 0x44, 0x67, 0x74 -.byte 0x99, 0x2b, 0x37, 0xa3, 0x7d, 0x23, 0x70, 0x00, 0x71, 0xbc, 0x53, 0xdf, 0xc4, 0xfa, 0x2a, 0x12 -.byte 0x8f, 0x4b, 0x7f, 0x10, 0x56, 0xbd, 0x9f, 0x70, 0x72, 0xb7, 0x61, 0x7f, 0xc9, 0x4b, 0x0f, 0x17 -.byte 0xa7, 0x3d, 0xe3, 0xb0, 0x04, 0x61, 0xee, 0xff, 0x11, 0x97, 0xc7, 0xf4, 0x86, 0x3e, 0x0a, 0xfa -.byte 0x3e, 0x5c, 0xf9, 0x93, 0xe6, 0x34, 0x7a, 0xd9, 0x14, 0x6b, 0xe7, 0x9c, 0xb3, 0x85, 0xa0, 0x82 -.byte 0x7a, 0x76, 0xaf, 0x71, 0x90, 0xd7, 0xec, 0xfd, 0x0d, 0xfa, 0x9c, 0x6c, 0xfa, 0xdf, 0xb0, 0x82 -.byte 0xf4, 0x14, 0x7e, 0xf9, 0xbe, 0xc4, 0xa6, 0x2f, 0x4f, 0x7f, 0x99, 0x7f, 0xb5, 0xfc, 0x67, 0x43 -.byte 0x72, 0xbd, 0x0c, 0x00, 0xd6, 0x89, 0xeb, 0x6b, 0x2c, 0xd3, 0xed, 0x8f, 0x98, 0x1c, 0x14, 0xab -.byte 0x7e, 0xe5, 0xe3, 0x6e, 0xfc, 0xd8, 0xa8, 0xe4, 0x92, 0x24, 0xda, 0x43, 0x6b, 0x62, 0xb8, 0x55 -.byte 0xfd, 0xea, 0xc1, 0xbc, 0x6c, 0xb6, 0x8b, 0xf3, 0x0e, 0x8d, 0x9a, 0xe4, 0x9b, 0x6c, 0x69, 0x99 -.byte 0xf8, 0x78, 0x48, 0x30, 0x45, 0xd5, 0xad, 0xe1, 0x0d, 0x3c, 0x45, 0x60, 0xfc, 0x32, 0x96, 0x51 -.byte 0x27, 0xbc, 0x67, 0xc3, 0xca, 0x2e, 0xb6, 0x6b, 0xea, 0x46, 0xc7, 0xc7, 0x20, 0xa0, 0xb1, 0x1f -.byte 0x65, 0xde, 0x48, 0x08, 0xba, 0xa4, 0x4e, 0xa9, 0xf2, 0x83, 0x46, 0x37, 0x84, 0xeb, 0xe8, 0xcc -.byte 0x81, 0x48, 0x43, 0x67, 0x4e, 0x72, 0x2a, 0x9b, 0x5c, 0xbd, 0x4c, 0x1b, 0x28, 0x8a, 0x5c, 0x22 -.byte 0x7b, 0xb4, 0xab, 0x98, 0xd9, 0xee, 0xe0, 0x51, 0x83, 0xc3, 0x09, 0x46, 0x4e, 0x6d, 0x3e, 0x99 -.byte 0xfa, 0x95, 0x17, 0xda, 0x7c, 0x33, 0x57, 0x41, 0x3c, 0x8d, 0x51, 0xed, 0x0b, 0xb6, 0x5c, 0xaf -.byte 0x2c, 0x63, 0x1a, 0xdf, 0x57, 0xc8, 0x3f, 0xbc, 0xe9, 0x5d, 0xc4, 0x9b, 0xaf, 0x45, 0x99, 0xe2 -.byte 0xa3, 0x5a, 0x24, 0xb4, 0xba, 0xa9, 0x56, 0x3d, 0xcf, 0x6f, 0xaa, 0xff, 0x49, 0x58, 0xbe, 0xf0 -.byte 0xa8, 0xff, 0xf4, 0xb8, 0xad, 0xe9, 0x37, 0xfb, 0xba, 0xb8, 0xf4, 0x0b, 0x3a, 0xf9, 0xe8, 0x43 -.byte 0x42, 0x1e, 0x89, 0xd8, 0x84, 0xcb, 0x13, 0xf1, 0xd9, 0xbb, 0xe1, 0x89, 0x60, 0xb8, 0x8c, 0x28 -.byte 0x56, 0xac, 0x14, 0x1d, 0x9c, 0x0a, 0xe7, 0x71, 0xeb, 0xcf, 0x0e, 0xdd, 0x3d, 0xa9, 0x96, 0xa1 -.byte 0x48, 0xbd, 0x3c, 0xf7, 0xaf, 0xb5, 0x0d, 0x22, 0x4c, 0xc0, 0x11, 0x81, 0xec, 0x56, 0x3b, 0xf6 -.byte 0xd3, 0xa2, 0xe2, 0x5b, 0xb7, 0xb2, 0x04, 0x22, 0x52, 0x95, 0x80, 0x93, 0x69, 0xe8, 0x8e, 0x4c -.byte 0x65, 0xf1, 0x91, 0x03, 0x2d, 0x70, 0x74, 0x02, 0xea, 0x8b, 0x67, 0x15, 0x29, 0x69, 0x52, 0x02 -.byte 0xbb, 0xd7, 0xdf, 0x50, 0x6a, 0x55, 0x46, 0xbf, 0xa0, 0xa3, 0x28, 0x61, 0x7f, 0x70, 0xd0, 0xc3 -.byte 0xa2, 0xaa, 0x2c, 0x21, 0xaa, 0x47, 0xce, 0x28, 0x9c, 0x06, 0x45, 0x76, 0xbf, 0x82, 0x18, 0x27 -.byte 0xb4, 0xd5, 0xae, 0xb4, 0xcb, 0x50, 0xe6, 0x6b, 0xf4, 0x4c, 0x86, 0x71, 0x30, 0xe9, 0xa6, 0xdf -.byte 0x16, 0x86, 0xe0, 0xd8, 0xff, 0x40, 0xdd, 0xfb, 0xd0, 0x42, 0x88, 0x7f, 0xa3, 0x33, 0x3a, 0x2e -.byte 0x5c, 0x1e, 0x41, 0x11, 0x81, 0x63, 0xce, 0x18, 0x71, 0x6b, 0x2b, 0xec, 0xa6, 0x8a, 0xb7, 0x31 -.byte 0x5c, 0x3a, 0x6a, 0x47, 0xe0, 0xc3, 0x79, 0x59, 0xd6, 0x20, 0x1a, 0xaf, 0xf2, 0x6a, 0x98, 0xaa -.byte 0x72, 0xbc, 0x57, 0x4a, 0xd2, 0x4b, 0x9d, 0xbb, 0x10, 0xfc, 0xb0, 0x4c, 0x41, 0xe5, 0xed, 0x1d -.byte 0x3d, 0x5e, 0x28, 0x9d, 0x9c, 0xcc, 0xbf, 0xb3, 0x51, 0xda, 0xa7, 0x47, 0xe5, 0x84, 0x53, 0x02 -.byte 0x03, 0x01, 0x00, 0x01, 0x00, 0x8b, 0x02, 0x26, 0x30, 0x81, 0x88, 0x31, 0x0b, 0x30, 0x09, 0x06 -.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04 -.byte 0x08, 0x0c, 0x08, 0x49, 0x6c, 0x6c, 0x69, 0x6e, 0x6f, 0x69, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06 -.byte 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07, 0x43, 0x68, 0x69, 0x63, 0x61, 0x67, 0x6f, 0x31, 0x21, 0x30 -.byte 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x18, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76 -.byte 0x65, 0x20, 0x48, 0x6f, 0x6c, 0x64, 0x69, 0x6e, 0x67, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e -.byte 0x31, 0x31, 0x30, 0x2f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x28, 0x54, 0x72, 0x75, 0x73, 0x74 -.byte 0x77, 0x61, 0x76, 0x65, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x43, 0x65, 0x72, 0x74 -.byte 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72 -.byte 0x69, 0x74, 0x79, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 -.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02 -.byte 0x82, 0x02, 0x01, 0x00, 0xb9, 0x5d, 0x51, 0x28, 0x4b, 0x3c, 0x37, 0x92, 0xd1, 0x82, 0xce, 0xbd -.byte 0x1d, 0xbd, 0xcd, 0xdd, 0xb8, 0xab, 0xcf, 0x0a, 0x3e, 0xe1, 0x5d, 0xe5, 0xdc, 0xaa, 0x09, 0xb9 -.byte 0x57, 0x02, 0x3e, 0xe6, 0x63, 0x61, 0xdf, 0xf2, 0x0f, 0x82, 0x63, 0xae, 0xa3, 0xf7, 0xac, 0x73 -.byte 0xd1, 0x7c, 0xe7, 0xb3, 0x0b, 0xaf, 0x08, 0x00, 0x09, 0x59, 0x7f, 0xcd, 0x29, 0x2a, 0x88, 0x93 -.byte 0x87, 0x17, 0x18, 0x80, 0xed, 0x88, 0xb2, 0xb4, 0xb6, 0x10, 0x1f, 0x2d, 0xd6, 0x5f, 0x55, 0xa2 -.byte 0x13, 0x5d, 0xd1, 0xc6, 0xeb, 0x06, 0x56, 0x89, 0x88, 0xfe, 0xac, 0x32, 0x9d, 0xfd, 0x5c, 0xc3 -.byte 0x05, 0xc7, 0x6e, 0xee, 0x86, 0x89, 0xba, 0x88, 0x03, 0x9d, 0x72, 0x21, 0x86, 0x90, 0xae, 0x8f -.byte 0x03, 0xa5, 0xdc, 0x9f, 0x88, 0x28, 0xcb, 0xa3, 0x92, 0x49, 0x0f, 0xec, 0xd0, 0x0f, 0xe2, 0x6d -.byte 0x44, 0x4f, 0x80, 0x6a, 0xb2, 0xd4, 0xe7, 0xa0, 0x0a, 0x53, 0x01, 0xba, 0x8e, 0x97, 0x91, 0x76 -.byte 0x6e, 0xbc, 0xfc, 0xd5, 0x6b, 0x36, 0xe6, 0x40, 0x88, 0xd6, 0x7b, 0x2f, 0x5f, 0x05, 0xe8, 0x2c -.byte 0x6d, 0x11, 0xf3, 0xe7, 0xb2, 0xbe, 0x92, 0x44, 0x4c, 0xd2, 0x97, 0xa4, 0xfe, 0xd2, 0x72, 0x81 -.byte 0x43, 0x07, 0x9c, 0xe9, 0x11, 0x3e, 0xf5, 0x8b, 0x1a, 0x59, 0x7d, 0x1f, 0x68, 0x58, 0xdd, 0x04 -.byte 0x00, 0x2c, 0x96, 0xf3, 0x43, 0xb3, 0x7e, 0x98, 0x19, 0x74, 0xd9, 0x9c, 0x73, 0xd9, 0x18, 0xbe -.byte 0x41, 0xc7, 0x34, 0x79, 0xd9, 0xf4, 0x62, 0xc2, 0x43, 0xb9, 0xb3, 0x27, 0xb0, 0x22, 0xcb, 0xf9 -.byte 0x3d, 0x52, 0xc7, 0x30, 0x47, 0xb3, 0xc9, 0x3e, 0xb8, 0x6a, 0xe2, 0xe7, 0xe8, 0x81, 0x70, 0x5e -.byte 0x42, 0x8b, 0x4f, 0x26, 0xa5, 0xfe, 0x3a, 0xc2, 0x20, 0x6e, 0xbb, 0xf8, 0x16, 0x8e, 0xcd, 0x0c -.byte 0xa9, 0xb4, 0x1b, 0x6c, 0x76, 0x10, 0xe1, 0x58, 0x79, 0x46, 0x3e, 0x54, 0xce, 0x80, 0xa8, 0x57 -.byte 0x09, 0x37, 0x29, 0x1b, 0x99, 0x13, 0x8f, 0x0c, 0xc8, 0xd6, 0x2c, 0x1c, 0xfb, 0x05, 0xe8, 0x08 -.byte 0x95, 0x3d, 0x65, 0x46, 0xdc, 0xee, 0xcd, 0x69, 0xe2, 0x4d, 0x8f, 0x87, 0x28, 0x4e, 0x34, 0x0b -.byte 0x3e, 0xcf, 0x14, 0xd9, 0xbb, 0xdd, 0xb6, 0x50, 0x9a, 0xad, 0x77, 0xd4, 0x19, 0xd6, 0xda, 0x1a -.byte 0x88, 0xc8, 0x4e, 0x1b, 0x27, 0x75, 0xd8, 0xb2, 0x08, 0xf1, 0xae, 0x83, 0x30, 0xb9, 0x11, 0x0e -.byte 0xcd, 0x87, 0xf0, 0x84, 0x8d, 0x15, 0x72, 0x7c, 0xa1, 0xef, 0xcc, 0xf2, 0x88, 0x61, 0xba, 0xf4 -.byte 0x69, 0xbb, 0x0c, 0x8c, 0x0b, 0x75, 0x57, 0x04, 0xb8, 0x4e, 0x2a, 0x14, 0x2e, 0x3d, 0x0f, 0x1c -.byte 0x1e, 0x32, 0xa6, 0x62, 0x36, 0xee, 0x66, 0xe2, 0x22, 0xb8, 0x05, 0x40, 0x63, 0x10, 0x22, 0xf3 -.byte 0x33, 0x1d, 0x74, 0x72, 0x8a, 0x2c, 0xf5, 0x39, 0x29, 0xa0, 0xd3, 0xe7, 0x1b, 0x80, 0x84, 0x2d -.byte 0xc5, 0x3d, 0xe3, 0x4d, 0xb1, 0xfd, 0x1a, 0x6f, 0xba, 0x65, 0x07, 0x3b, 0x58, 0xec, 0x42, 0x45 -.byte 0x26, 0xfb, 0xd8, 0xda, 0x25, 0x72, 0xc4, 0xf6, 0x00, 0xb1, 0x22, 0x79, 0xbd, 0xe3, 0x7c, 0x59 -.byte 0x62, 0x4a, 0x9c, 0x05, 0x6f, 0x3d, 0xce, 0xe6, 0xd6, 0x47, 0x63, 0x99, 0xc6, 0x24, 0x6f, 0x72 -.byte 0x12, 0xc8, 0xac, 0x7f, 0x90, 0xb4, 0x0b, 0x91, 0x70, 0xe8, 0xb7, 0xe6, 0x16, 0x10, 0x71, 0x17 -.byte 0xce, 0xde, 0x06, 0x4f, 0x48, 0x41, 0x7d, 0x35, 0x4a, 0xa3, 0x89, 0xf2, 0xc9, 0x4b, 0x7b, 0x41 -.byte 0x11, 0x6d, 0x67, 0xb7, 0x08, 0x98, 0x4c, 0xe5, 0x11, 0x19, 0xae, 0x42, 0x80, 0xdc, 0xfb, 0x90 -.byte 0x05, 0xd4, 0xf8, 0x50, 0xca, 0xbe, 0xe4, 0xad, 0xc7, 0xc2, 0x94, 0xd7, 0x16, 0x9d, 0xe6, 0x17 -.byte 0x8f, 0xaf, 0x36, 0xfb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x8b, 0x00, 0x78, 0x30, 0x81, 0x88 -.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30 -.byte 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0a, 0x4e, 0x65, 0x77, 0x20, 0x4a, 0x65, 0x72, 0x73 -.byte 0x65, 0x79, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0b, 0x4a, 0x65, 0x72 -.byte 0x73, 0x65, 0x79, 0x20, 0x43, 0x69, 0x74, 0x79, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x13, 0x15, 0x54, 0x68, 0x65, 0x20, 0x55, 0x53, 0x45, 0x52, 0x54, 0x52, 0x55, 0x53, 0x54 -.byte 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x31, 0x2e, 0x30, 0x2c, 0x06, 0x03, 0x55, 0x04 -.byte 0x03, 0x13, 0x25, 0x55, 0x53, 0x45, 0x52, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x45, 0x43, 0x43 -.byte 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41 -.byte 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86 -.byte 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04 -.byte 0x1a, 0xac, 0x54, 0x5a, 0xa9, 0xf9, 0x68, 0x23, 0xe7, 0x7a, 0xd5, 0x24, 0x6f, 0x53, 0xc6, 0x5a -.byte 0xd8, 0x4b, 0xab, 0xc6, 0xd5, 0xb6, 0xd1, 0xe6, 0x73, 0x71, 0xae, 0xdd, 0x9c, 0xd6, 0x0c, 0x61 -.byte 0xfd, 0xdb, 0xa0, 0x89, 0x03, 0xb8, 0x05, 0x14, 0xec, 0x57, 0xce, 0xee, 0x5d, 0x3f, 0xe2, 0x21 -.byte 0xb3, 0xce, 0xf7, 0xd4, 0x8a, 0x79, 0xe0, 0xa3, 0x83, 0x7e, 0x2d, 0x97, 0xd0, 0x61, 0xc4, 0xf1 -.byte 0x99, 0xdc, 0x25, 0x91, 0x63, 0xab, 0x7f, 0x30, 0xa3, 0xb4, 0x70, 0xe2, 0xc7, 0xa1, 0x33, 0x9c -.byte 0xf3, 0xbf, 0x2e, 0x5c, 0x53, 0xb1, 0x5f, 0xb3, 0x7d, 0x32, 0x7f, 0x8a, 0x34, 0xe3, 0x79, 0x79 -.byte 0x00, 0x8b, 0x02, 0x26, 0x30, 0x81, 0x88, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 -.byte 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0a, 0x4e -.byte 0x65, 0x77, 0x20, 0x4a, 0x65, 0x72, 0x73, 0x65, 0x79, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55 -.byte 0x04, 0x07, 0x13, 0x0b, 0x4a, 0x65, 0x72, 0x73, 0x65, 0x79, 0x20, 0x43, 0x69, 0x74, 0x79, 0x31 -.byte 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x15, 0x54, 0x68, 0x65, 0x20, 0x55, 0x53 -.byte 0x45, 0x52, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x31 -.byte 0x2e, 0x30, 0x2c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x25, 0x55, 0x53, 0x45, 0x52, 0x54, 0x72 -.byte 0x75, 0x73, 0x74, 0x20, 0x52, 0x53, 0x41, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63 -.byte 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30 -.byte 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01 -.byte 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00 -.byte 0x80, 0x12, 0x65, 0x17, 0x36, 0x0e, 0xc3, 0xdb, 0x08, 0xb3, 0xd0, 0xac, 0x57, 0x0d, 0x76, 0xed -.byte 0xcd, 0x27, 0xd3, 0x4c, 0xad, 0x50, 0x83, 0x61, 0xe2, 0xaa, 0x20, 0x4d, 0x09, 0x2d, 0x64, 0x09 -.byte 0xdc, 0xce, 0x89, 0x9f, 0xcc, 0x3d, 0xa9, 0xec, 0xf6, 0xcf, 0xc1, 0xdc, 0xf1, 0xd3, 0xb1, 0xd6 -.byte 0x7b, 0x37, 0x28, 0x11, 0x2b, 0x47, 0xda, 0x39, 0xc6, 0xbc, 0x3a, 0x19, 0xb4, 0x5f, 0xa6, 0xbd -.byte 0x7d, 0x9d, 0xa3, 0x63, 0x42, 0xb6, 0x76, 0xf2, 0xa9, 0x3b, 0x2b, 0x91, 0xf8, 0xe2, 0x6f, 0xd0 -.byte 0xec, 0x16, 0x20, 0x90, 0x09, 0x3e, 0xe2, 0xe8, 0x74, 0xc9, 0x18, 0xb4, 0x91, 0xd4, 0x62, 0x64 -.byte 0xdb, 0x7f, 0xa3, 0x06, 0xf1, 0x88, 0x18, 0x6a, 0x90, 0x22, 0x3c, 0xbc, 0xfe, 0x13, 0xf0, 0x87 -.byte 0x14, 0x7b, 0xf6, 0xe4, 0x1f, 0x8e, 0xd4, 0xe4, 0x51, 0xc6, 0x11, 0x67, 0x46, 0x08, 0x51, 0xcb -.byte 0x86, 0x14, 0x54, 0x3f, 0xbc, 0x33, 0xfe, 0x7e, 0x6c, 0x9c, 0xff, 0x16, 0x9d, 0x18, 0xbd, 0x51 -.byte 0x8e, 0x35, 0xa6, 0xa7, 0x66, 0xc8, 0x72, 0x67, 0xdb, 0x21, 0x66, 0xb1, 0xd4, 0x9b, 0x78, 0x03 -.byte 0xc0, 0x50, 0x3a, 0xe8, 0xcc, 0xf0, 0xdc, 0xbc, 0x9e, 0x4c, 0xfe, 0xaf, 0x05, 0x96, 0x35, 0x1f -.byte 0x57, 0x5a, 0xb7, 0xff, 0xce, 0xf9, 0x3d, 0xb7, 0x2c, 0xb6, 0xf6, 0x54, 0xdd, 0xc8, 0xe7, 0x12 -.byte 0x3a, 0x4d, 0xae, 0x4c, 0x8a, 0xb7, 0x5c, 0x9a, 0xb4, 0xb7, 0x20, 0x3d, 0xca, 0x7f, 0x22, 0x34 -.byte 0xae, 0x7e, 0x3b, 0x68, 0x66, 0x01, 0x44, 0xe7, 0x01, 0x4e, 0x46, 0x53, 0x9b, 0x33, 0x60, 0xf7 -.byte 0x94, 0xbe, 0x53, 0x37, 0x90, 0x73, 0x43, 0xf3, 0x32, 0xc3, 0x53, 0xef, 0xdb, 0xaa, 0xfe, 0x74 -.byte 0x4e, 0x69, 0xc7, 0x6b, 0x8c, 0x60, 0x93, 0xde, 0xc4, 0xc7, 0x0c, 0xdf, 0xe1, 0x32, 0xae, 0xcc -.byte 0x93, 0x3b, 0x51, 0x78, 0x95, 0x67, 0x8b, 0xee, 0x3d, 0x56, 0xfe, 0x0c, 0xd0, 0x69, 0x0f, 0x1b -.byte 0x0f, 0xf3, 0x25, 0x26, 0x6b, 0x33, 0x6d, 0xf7, 0x6e, 0x47, 0xfa, 0x73, 0x43, 0xe5, 0x7e, 0x0e -.byte 0xa5, 0x66, 0xb1, 0x29, 0x7c, 0x32, 0x84, 0x63, 0x55, 0x89, 0xc4, 0x0d, 0xc1, 0x93, 0x54, 0x30 -.byte 0x19, 0x13, 0xac, 0xd3, 0x7d, 0x37, 0xa7, 0xeb, 0x5d, 0x3a, 0x6c, 0x35, 0x5c, 0xdb, 0x41, 0xd7 -.byte 0x12, 0xda, 0xa9, 0x49, 0x0b, 0xdf, 0xd8, 0x80, 0x8a, 0x09, 0x93, 0x62, 0x8e, 0xb5, 0x66, 0xcf -.byte 0x25, 0x88, 0xcd, 0x84, 0xb8, 0xb1, 0x3f, 0xa4, 0x39, 0x0f, 0xd9, 0x02, 0x9e, 0xeb, 0x12, 0x4c -.byte 0x95, 0x7c, 0xf3, 0x6b, 0x05, 0xa9, 0x5e, 0x16, 0x83, 0xcc, 0xb8, 0x67, 0xe2, 0xe8, 0x13, 0x9d -.byte 0xcc, 0x5b, 0x82, 0xd3, 0x4c, 0xb3, 0xed, 0x5b, 0xff, 0xde, 0xe5, 0x73, 0xac, 0x23, 0x3b, 0x2d -.byte 0x00, 0xbf, 0x35, 0x55, 0x74, 0x09, 0x49, 0xd8, 0x49, 0x58, 0x1a, 0x7f, 0x92, 0x36, 0xe6, 0x51 -.byte 0x92, 0x0e, 0xf3, 0x26, 0x7d, 0x1c, 0x4d, 0x17, 0xbc, 0xc9, 0xec, 0x43, 0x26, 0xd0, 0xbf, 0x41 -.byte 0x5f, 0x40, 0xa9, 0x44, 0x44, 0xf4, 0x99, 0xe7, 0x57, 0x87, 0x9e, 0x50, 0x1f, 0x57, 0x54, 0xa8 -.byte 0x3e, 0xfd, 0x74, 0x63, 0x2f, 0xb1, 0x50, 0x65, 0x09, 0xe6, 0x58, 0x42, 0x2e, 0x43, 0x1a, 0x4c -.byte 0xb4, 0xf0, 0x25, 0x47, 0x59, 0xfa, 0x04, 0x1e, 0x93, 0xd4, 0x26, 0x46, 0x4a, 0x50, 0x81, 0xb2 -.byte 0xde, 0xbe, 0x78, 0xb7, 0xfc, 0x67, 0x15, 0xe1, 0xc9, 0x57, 0x84, 0x1e, 0x0f, 0x63, 0xd6, 0xe9 -.byte 0x62, 0xba, 0xd6, 0x5f, 0x55, 0x2e, 0xea, 0x5c, 0xc6, 0x28, 0x08, 0x04, 0x25, 0x39, 0xb8, 0x0e -.byte 0x2b, 0xa9, 0xf2, 0x4c, 0x97, 0x1c, 0x07, 0x3f, 0x0d, 0x52, 0xf5, 0xed, 0xef, 0x2f, 0x82, 0x0f -.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0x92, 0x01, 0x26, 0x30, 0x81, 0x8f, 0x31, 0x0b, 0x30, 0x09 -.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55 -.byte 0x04, 0x08, 0x13, 0x07, 0x41, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x61, 0x31, 0x13, 0x30, 0x11, 0x06 -.byte 0x03, 0x55, 0x04, 0x07, 0x13, 0x0a, 0x53, 0x63, 0x6f, 0x74, 0x74, 0x73, 0x64, 0x61, 0x6c, 0x65 -.byte 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x53, 0x74, 0x61, 0x72, 0x66 -.byte 0x69, 0x65, 0x6c, 0x64, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65 -.byte 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x03 -.byte 0x13, 0x29, 0x53, 0x74, 0x61, 0x72, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x20, 0x52, 0x6f, 0x6f, 0x74 -.byte 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x41, 0x75, 0x74 -.byte 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x2d, 0x20, 0x47, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30 -.byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 -.byte 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xbd, 0xed, 0xc1, 0x03 -.byte 0xfc, 0xf6, 0x8f, 0xfc, 0x02, 0xb1, 0x6f, 0x5b, 0x9f, 0x48, 0xd9, 0x9d, 0x79, 0xe2, 0xa2, 0xb7 -.byte 0x03, 0x61, 0x56, 0x18, 0xc3, 0x47, 0xb6, 0xd7, 0xca, 0x3d, 0x35, 0x2e, 0x89, 0x43, 0xf7, 0xa1 -.byte 0x69, 0x9b, 0xde, 0x8a, 0x1a, 0xfd, 0x13, 0x20, 0x9c, 0xb4, 0x49, 0x77, 0x32, 0x29, 0x56, 0xfd -.byte 0xb9, 0xec, 0x8c, 0xdd, 0x22, 0xfa, 0x72, 0xdc, 0x27, 0x61, 0x97, 0xee, 0xf6, 0x5a, 0x84, 0xec -.byte 0x6e, 0x19, 0xb9, 0x89, 0x2c, 0xdc, 0x84, 0x5b, 0xd5, 0x74, 0xfb, 0x6b, 0x5f, 0xc5, 0x89, 0xa5 -.byte 0x10, 0x52, 0x89, 0x46, 0x55, 0xf4, 0xb8, 0x75, 0x1c, 0xe6, 0x7f, 0xe4, 0x54, 0xae, 0x4b, 0xf8 -.byte 0x55, 0x72, 0x57, 0x02, 0x19, 0xf8, 0x17, 0x71, 0x59, 0xeb, 0x1e, 0x28, 0x07, 0x74, 0xc5, 0x9d -.byte 0x48, 0xbe, 0x6c, 0xb4, 0xf4, 0xa4, 0xb0, 0xf3, 0x64, 0x37, 0x79, 0x92, 0xc0, 0xec, 0x46, 0x5e -.byte 0x7f, 0xe1, 0x6d, 0x53, 0x4c, 0x62, 0xaf, 0xcd, 0x1f, 0x0b, 0x63, 0xbb, 0x3a, 0x9d, 0xfb, 0xfc -.byte 0x79, 0x00, 0x98, 0x61, 0x74, 0xcf, 0x26, 0x82, 0x40, 0x63, 0xf3, 0xb2, 0x72, 0x6a, 0x19, 0x0d -.byte 0x99, 0xca, 0xd4, 0x0e, 0x75, 0xcc, 0x37, 0xfb, 0x8b, 0x89, 0xc1, 0x59, 0xf1, 0x62, 0x7f, 0x5f -.byte 0xb3, 0x5f, 0x65, 0x30, 0xf8, 0xa7, 0xb7, 0x4d, 0x76, 0x5a, 0x1e, 0x76, 0x5e, 0x34, 0xc0, 0xe8 -.byte 0x96, 0x56, 0x99, 0x8a, 0xb3, 0xf0, 0x7f, 0xa4, 0xcd, 0xbd, 0xdc, 0x32, 0x31, 0x7c, 0x91, 0xcf -.byte 0xe0, 0x5f, 0x11, 0xf8, 0x6b, 0xaa, 0x49, 0x5c, 0xd1, 0x99, 0x94, 0xd1, 0xa2, 0xe3, 0x63, 0x5b -.byte 0x09, 0x76, 0xb5, 0x56, 0x62, 0xe1, 0x4b, 0x74, 0x1d, 0x96, 0xd4, 0x26, 0xd4, 0x08, 0x04, 0x59 -.byte 0xd0, 0x98, 0x0e, 0x0e, 0xe6, 0xde, 0xfc, 0xc3, 0xec, 0x1f, 0x90, 0xf1, 0x02, 0x03, 0x01, 0x00 -.byte 0x01, 0x00, 0x94, 0x00, 0x5b, 0x30, 0x81, 0x91, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 -.byte 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x08 -.byte 0x49, 0x6c, 0x6c, 0x69, 0x6e, 0x6f, 0x69, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04 -.byte 0x07, 0x13, 0x07, 0x43, 0x68, 0x69, 0x63, 0x61, 0x67, 0x6f, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03 -.byte 0x55, 0x04, 0x0a, 0x13, 0x18, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76, 0x65, 0x20, 0x48 -.byte 0x6f, 0x6c, 0x64, 0x69, 0x6e, 0x67, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x3a, 0x30 -.byte 0x38, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x31, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76 -.byte 0x65, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x45, 0x43, 0x43, 0x20, 0x50, 0x32, 0x35 -.byte 0x36, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20 -.byte 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a -.byte 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07 -.byte 0x03, 0x42, 0x00, 0x04, 0x7e, 0xfb, 0x6c, 0xe6, 0x23, 0xe3, 0x73, 0x32, 0x08, 0xca, 0x60, 0xe6 -.byte 0x53, 0x9c, 0xba, 0x74, 0x8d, 0x18, 0xb0, 0x78, 0x90, 0x52, 0x80, 0xdd, 0x38, 0xc0, 0x4a, 0x1d -.byte 0xd1, 0xa8, 0xcc, 0x93, 0xa4, 0x97, 0x06, 0x38, 0xca, 0x0d, 0x15, 0x62, 0xc6, 0x8e, 0x01, 0x2a -.byte 0x65, 0x9d, 0xaa, 0xdf, 0x34, 0x91, 0x2e, 0x81, 0xc1, 0xe4, 0x33, 0x92, 0x31, 0xc4, 0xfd, 0x09 -.byte 0x3a, 0xa6, 0x3f, 0xad, 0x00, 0x94, 0x00, 0x78, 0x30, 0x81, 0x91, 0x31, 0x0b, 0x30, 0x09, 0x06 -.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04 -.byte 0x08, 0x13, 0x08, 0x49, 0x6c, 0x6c, 0x69, 0x6e, 0x6f, 0x69, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06 -.byte 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x43, 0x68, 0x69, 0x63, 0x61, 0x67, 0x6f, 0x31, 0x21, 0x30 -.byte 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x18, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76 -.byte 0x65, 0x20, 0x48, 0x6f, 0x6c, 0x64, 0x69, 0x6e, 0x67, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e -.byte 0x31, 0x3a, 0x30, 0x38, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x31, 0x54, 0x72, 0x75, 0x73, 0x74 -.byte 0x77, 0x61, 0x76, 0x65, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x45, 0x43, 0x43, 0x20 -.byte 0x50, 0x33, 0x38, 0x34, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69 -.byte 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x76, 0x30, 0x10 -.byte 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22 -.byte 0x03, 0x62, 0x00, 0x04, 0x6b, 0xda, 0x0d, 0x75, 0x35, 0x08, 0x31, 0x47, 0x05, 0xae, 0x45, 0x99 -.byte 0x55, 0xf1, 0x11, 0x13, 0x2e, 0x4a, 0xf8, 0x10, 0x31, 0x23, 0xa3, 0x7e, 0x83, 0xd3, 0x7f, 0x28 -.byte 0x08, 0x3a, 0x26, 0x1a, 0x3a, 0xcf, 0x97, 0x82, 0x1f, 0x80, 0xb7, 0x27, 0x09, 0x8f, 0xd1, 0x8e -.byte 0x30, 0xc4, 0x0a, 0x9b, 0x0e, 0xac, 0x58, 0x04, 0xab, 0xf7, 0x36, 0x7d, 0x94, 0x23, 0xa4, 0x9b -.byte 0x0a, 0x8a, 0x8b, 0xab, 0xeb, 0xfd, 0x39, 0x25, 0x66, 0xf1, 0x5e, 0xfe, 0x8c, 0xae, 0x8d, 0x41 -.byte 0x79, 0x9d, 0x09, 0x60, 0xce, 0x28, 0xa9, 0xd3, 0x8a, 0x6d, 0xf3, 0xd6, 0x45, 0xd4, 0xf2, 0x98 -.byte 0x84, 0x38, 0x65, 0xa0, 0x00, 0x9b, 0x01, 0x26, 0x30, 0x81, 0x98, 0x31, 0x0b, 0x30, 0x09, 0x06 -.byte 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04 -.byte 0x08, 0x13, 0x07, 0x41, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x61, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03 -.byte 0x55, 0x04, 0x07, 0x13, 0x0a, 0x53, 0x63, 0x6f, 0x74, 0x74, 0x73, 0x64, 0x61, 0x6c, 0x65, 0x31 -.byte 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x53, 0x74, 0x61, 0x72, 0x66, 0x69 -.byte 0x65, 0x6c, 0x64, 0x20, 0x54, 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73 -.byte 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x3b, 0x30, 0x39, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 -.byte 0x32, 0x53, 0x74, 0x61, 0x72, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69 -.byte 0x63, 0x65, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69 -.byte 0x63, 0x61, 0x74, 0x65, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x2d -.byte 0x20, 0x47, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 +.byte 0x44, 0x4f, 0x20, 0x43, 0x41, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x27, 0x30 +.byte 0x25, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1e, 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f, 0x20, 0x43 +.byte 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74 +.byte 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82 +.byte 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xd0, 0x40, 0x8b, 0x8b, 0x72, 0xe3, 0x91, 0x1b, 0xf7 +.byte 0x51, 0xc1, 0x1b, 0x54, 0x04, 0x98, 0xd3, 0xa9, 0xbf, 0xc1, 0xe6, 0x8a, 0x5d, 0x3b, 0x87, 0xfb +.byte 0xbb, 0x88, 0xce, 0x0d, 0xe3, 0x2f, 0x3f, 0x06, 0x96, 0xf0, 0xa2, 0x29, 0x50, 0x99, 0xae, 0xdb +.byte 0x3b, 0xa1, 0x57, 0xb0, 0x74, 0x51, 0x71, 0xcd, 0xed, 0x42, 0x91, 0x4d, 0x41, 0xfe, 0xa9, 0xc8 +.byte 0xd8, 0x6a, 0x86, 0x77, 0x44, 0xbb, 0x59, 0x66, 0x97, 0x50, 0x5e, 0xb4, 0xd4, 0x2c, 0x70, 0x44 +.byte 0xcf, 0xda, 0x37, 0x95, 0x42, 0x69, 0x3c, 0x30, 0xc4, 0x71, 0xb3, 0x52, 0xf0, 0x21, 0x4d, 0xa1 +.byte 0xd8, 0xba, 0x39, 0x7c, 0x1c, 0x9e, 0xa3, 0x24, 0x9d, 0xf2, 0x83, 0x16, 0x98, 0xaa, 0x16, 0x7c +.byte 0x43, 0x9b, 0x15, 0x5b, 0xb7, 0xae, 0x34, 0x91, 0xfe, 0xd4, 0x62, 0x26, 0x18, 0x46, 0x9a, 0x3f +.byte 0xeb, 0xc1, 0xf9, 0xf1, 0x90, 0x57, 0xeb, 0xac, 0x7a, 0x0d, 0x8b, 0xdb, 0x72, 0x30, 0x6a, 0x66 +.byte 0xd5, 0xe0, 0x46, 0xa3, 0x70, 0xdc, 0x68, 0xd9, 0xff, 0x04, 0x48, 0x89, 0x77, 0xde, 0xb5, 0xe9 +.byte 0xfb, 0x67, 0x6d, 0x41, 0xe9, 0xbc, 0x39, 0xbd, 0x32, 0xd9, 0x62, 0x02, 0xf1, 0xb1, 0xa8, 0x3d +.byte 0x6e, 0x37, 0x9c, 0xe2, 0x2f, 0xe2, 0xd3, 0xa2, 0x26, 0x8b, 0xc6, 0xb8, 0x55, 0x43, 0x88, 0xe1 +.byte 0x23, 0x3e, 0xa5, 0xd2, 0x24, 0x39, 0x6a, 0x47, 0xab, 0x00, 0xd4, 0xa1, 0xb3, 0xa9, 0x25, 0xfe +.byte 0x0d, 0x3f, 0xa7, 0x1d, 0xba, 0xd3, 0x51, 0xc1, 0x0b, 0xa4, 0xda, 0xac, 0x38, 0xef, 0x55, 0x50 +.byte 0x24, 0x05, 0x65, 0x46, 0x93, 0x34, 0x4f, 0x2d, 0x8d, 0xad, 0xc6, 0xd4, 0x21, 0x19, 0xd2, 0x8e +.byte 0xca, 0x05, 0x61, 0x71, 0x07, 0x73, 0x47, 0xe5, 0x8a, 0x19, 0x12, 0xbd, 0x04, 0x4d, 0xce, 0x4e +.byte 0x9c, 0xa5, 0x48, 0xac, 0xbb, 0x26, 0xf7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x85, 0x00, 0x26, 0x01 +.byte 0x30, 0x81, 0x82, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45 +.byte 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x22, 0x54, 0x2d, 0x53, 0x79, 0x73 +.byte 0x74, 0x65, 0x6d, 0x73, 0x20, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x70, 0x72, 0x69, 0x73, 0x65, 0x20 +.byte 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x1f, 0x30 +.byte 0x1d, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x16, 0x54, 0x2d, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d +.byte 0x73, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x31, 0x25 +.byte 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x54, 0x2d, 0x54, 0x65, 0x6c, 0x65, 0x53 +.byte 0x65, 0x63, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x6c +.byte 0x61, 0x73, 0x73, 0x20, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01 +.byte 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xaa, 0x5f, 0xda, 0x1b, 0x5f, 0xe8, 0x73, 0x91, 0xe5, 0xda +.byte 0x5c, 0xf4, 0xa2, 0xe6, 0x47, 0xe5, 0xf3, 0x68, 0x55, 0x60, 0x05, 0x1d, 0x02, 0xa4, 0xb3, 0x9b +.byte 0x59, 0xf3, 0x1e, 0x8a, 0xaf, 0x34, 0xad, 0xfc, 0x0d, 0xc2, 0xd9, 0x48, 0x19, 0xee, 0x69, 0x8f +.byte 0xc9, 0x20, 0xfc, 0x21, 0xaa, 0x07, 0x19, 0xed, 0xb0, 0x5c, 0xac, 0x65, 0xc7, 0x5f, 0xed, 0x02 +.byte 0x7c, 0x7b, 0x7c, 0x2d, 0x1b, 0xd6, 0xba, 0xb9, 0x80, 0xc2, 0x18, 0x82, 0x16, 0x84, 0xfa, 0x66 +.byte 0xb0, 0x08, 0xc6, 0x54, 0x23, 0x81, 0xe4, 0xcd, 0xb9, 0x49, 0x3f, 0xf6, 0x4f, 0x6e, 0x37, 0x48 +.byte 0x28, 0x38, 0x0f, 0xc5, 0xbe, 0xe7, 0x68, 0x70, 0xfd, 0x39, 0x97, 0x4d, 0xd2, 0xc7, 0x98, 0x91 +.byte 0x50, 0xaa, 0xc4, 0x44, 0xb3, 0x23, 0x7d, 0x39, 0x47, 0xe9, 0x52, 0x62, 0xd6, 0x12, 0x93, 0x5e +.byte 0xb7, 0x31, 0x96, 0x42, 0x05, 0xfb, 0x76, 0xa7, 0x1e, 0xa3, 0xf5, 0xc2, 0xfc, 0xe9, 0x7a, 0xc5 +.byte 0x6c, 0xa9, 0x71, 0x4f, 0xea, 0xcb, 0x78, 0xbc, 0x60, 0xaf, 0xc7, 0xde, 0xf4, 0xd9, 0xcb, 0xbe +.byte 0x7e, 0x33, 0xa5, 0x6e, 0x94, 0x83, 0xf0, 0x34, 0xfa, 0x21, 0xab, 0xea, 0x8e, 0x72, 0xa0, 0x3f +.byte 0xa4, 0xde, 0x30, 0x5b, 0xef, 0x86, 0x4d, 0x6a, 0x95, 0x5b, 0x43, 0x44, 0xa8, 0x10, 0x15, 0x1c +.byte 0xe5, 0x01, 0x57, 0xc5, 0x98, 0xf1, 0xe6, 0x06, 0x28, 0x91, 0xaa, 0x20, 0xc5, 0xb7, 0x53, 0x26 +.byte 0x51, 0x43, 0xb2, 0x0b, 0x11, 0x95, 0x58, 0xe1, 0xc0, 0x0f, 0x76, 0xd9, 0xc0, 0x8d, 0x7c, 0x81 +.byte 0xf3, 0x72, 0x70, 0x9e, 0x6f, 0xfe, 0x1a, 0x8e, 0xd9, 0x5f, 0x35, 0xc6, 0xb2, 0x6f, 0x34, 0x7c +.byte 0xbe, 0x48, 0x4f, 0xe2, 0x5a, 0x39, 0xd7, 0xd8, 0x9d, 0x78, 0x9e, 0x9f, 0x86, 0x3e, 0x03, 0x5e +.byte 0x19, 0x8b, 0x44, 0xa2, 0xd5, 0xc7, 0x02, 0x03, 0x01, 0x00, 0x01, 0x85, 0x00, 0x26, 0x01, 0x30 +.byte 0x81, 0x82, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x44, 0x45, 0x31 +.byte 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x22, 0x54, 0x2d, 0x53, 0x79, 0x73, 0x74 +.byte 0x65, 0x6d, 0x73, 0x20, 0x45, 0x6e, 0x74, 0x65, 0x72, 0x70, 0x72, 0x69, 0x73, 0x65, 0x20, 0x53 +.byte 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x47, 0x6d, 0x62, 0x48, 0x31, 0x1f, 0x30, 0x1d +.byte 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x16, 0x54, 0x2d, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x73 +.byte 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x43, 0x65, 0x6e, 0x74, 0x65, 0x72, 0x31, 0x25, 0x30 +.byte 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x54, 0x2d, 0x54, 0x65, 0x6c, 0x65, 0x53, 0x65 +.byte 0x63, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x6c, 0x61 +.byte 0x73, 0x73, 0x20, 0x33, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a +.byte 0x02, 0x82, 0x01, 0x01, 0x00, 0xbd, 0x75, 0x93, 0xf0, 0x62, 0x22, 0x6f, 0x24, 0xae, 0xe0, 0x7a +.byte 0x76, 0xac, 0x7d, 0xbd, 0xd9, 0x24, 0xd5, 0xb8, 0xb7, 0xfc, 0xcd, 0xf0, 0x42, 0xe0, 0xeb, 0x78 +.byte 0x88, 0x56, 0x5e, 0x9b, 0x9a, 0x54, 0x1d, 0x4d, 0x0c, 0x8a, 0xf6, 0xd3, 0xcf, 0x70, 0xf4, 0x52 +.byte 0xb5, 0xd8, 0x93, 0x04, 0xe3, 0x46, 0x86, 0x71, 0x41, 0x4a, 0x2b, 0xf0, 0x2a, 0x2c, 0x55, 0x03 +.byte 0xd6, 0x48, 0xc3, 0xe0, 0x39, 0x38, 0xed, 0xf2, 0x5c, 0x3c, 0x3f, 0x44, 0xbc, 0x93, 0x3d, 0x61 +.byte 0xab, 0x4e, 0xcd, 0x0d, 0xbe, 0xf0, 0x20, 0x27, 0x58, 0x0e, 0x44, 0x7f, 0x04, 0x1a, 0x87, 0xa5 +.byte 0xd7, 0x96, 0x14, 0x36, 0x90, 0xd0, 0x49, 0x7b, 0xa1, 0x75, 0xfb, 0x1a, 0x6b, 0x73, 0xb1, 0xf8 +.byte 0xce, 0xa9, 0x09, 0x2c, 0xf2, 0x53, 0xd5, 0xc3, 0x14, 0x44, 0xb8, 0x86, 0xa5, 0xf6, 0x8b, 0x2b +.byte 0x39, 0xda, 0xa3, 0x33, 0x54, 0xd9, 0xfa, 0x72, 0x1a, 0xf7, 0x22, 0x15, 0x1c, 0x88, 0x91, 0x6b +.byte 0x7f, 0x66, 0xe5, 0xc3, 0x6a, 0x80, 0xb0, 0x24, 0xf3, 0xdf, 0x86, 0x45, 0x88, 0xfd, 0x19, 0x7f +.byte 0x75, 0x87, 0x1f, 0x1f, 0xb1, 0x1b, 0x0a, 0x73, 0x24, 0x5b, 0xb9, 0x65, 0xe0, 0x2c, 0x54, 0xc8 +.byte 0x60, 0xd3, 0x66, 0x17, 0x3f, 0xe1, 0xcc, 0x54, 0x33, 0x73, 0x91, 0x02, 0x3a, 0xa6, 0x7f, 0x7b +.byte 0x76, 0x39, 0xa2, 0x1f, 0x96, 0xb6, 0x38, 0xae, 0xb5, 0xc8, 0x93, 0x74, 0x1d, 0x9e, 0xb9, 0xb4 +.byte 0xe5, 0x60, 0x9d, 0x2f, 0x56, 0xd1, 0xe0, 0xeb, 0x5e, 0x5b, 0x4c, 0x12, 0x70, 0x0c, 0x6c, 0x44 +.byte 0x20, 0xab, 0x11, 0xd8, 0xf4, 0x19, 0xf6, 0xd2, 0x9c, 0x52, 0x37, 0xe7, 0xfa, 0xb6, 0xc2, 0x31 +.byte 0x3b, 0x4a, 0xd4, 0x14, 0x99, 0xad, 0xc7, 0x1a, 0xf5, 0x5d, 0x5f, 0xfa, 0x07, 0xb8, 0x7c, 0x0d +.byte 0x1f, 0xd6, 0x83, 0x1e, 0xb3, 0x02, 0x03, 0x01, 0x00, 0x01, 0x85, 0x00, 0x26, 0x01, 0x30, 0x81 +.byte 0x82, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x48, 0x55, 0x31, 0x11 +.byte 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x08, 0x42, 0x75, 0x64, 0x61, 0x70, 0x65, 0x73 +.byte 0x74, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0d, 0x4d, 0x69, 0x63, 0x72 +.byte 0x6f, 0x73, 0x65, 0x63, 0x20, 0x4c, 0x74, 0x64, 0x2e, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x0c, 0x1e, 0x4d, 0x69, 0x63, 0x72, 0x6f, 0x73, 0x65, 0x63, 0x20, 0x65, 0x2d, 0x53 +.byte 0x7a, 0x69, 0x67, 0x6e, 0x6f, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30 +.byte 0x30, 0x39, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x09 +.byte 0x01, 0x16, 0x10, 0x69, 0x6e, 0x66, 0x6f, 0x40, 0x65, 0x2d, 0x73, 0x7a, 0x69, 0x67, 0x6e, 0x6f +.byte 0x2e, 0x68, 0x75, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 .byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02 -.byte 0x82, 0x01, 0x01, 0x00, 0xd5, 0x0c, 0x3a, 0xc4, 0x2a, 0xf9, 0x4e, 0xe2, 0xf5, 0xbe, 0x19, 0x97 -.byte 0x5f, 0x8e, 0x88, 0x53, 0xb1, 0x1f, 0x3f, 0xcb, 0xcf, 0x9f, 0x20, 0x13, 0x6d, 0x29, 0x3a, 0xc8 -.byte 0x0f, 0x7d, 0x3c, 0xf7, 0x6b, 0x76, 0x38, 0x63, 0xd9, 0x36, 0x60, 0xa8, 0x9b, 0x5e, 0x5c, 0x00 -.byte 0x80, 0xb2, 0x2f, 0x59, 0x7f, 0xf6, 0x87, 0xf9, 0x25, 0x43, 0x86, 0xe7, 0x69, 0x1b, 0x52, 0x9a -.byte 0x90, 0xe1, 0x71, 0xe3, 0xd8, 0x2d, 0x0d, 0x4e, 0x6f, 0xf6, 0xc8, 0x49, 0xd9, 0xb6, 0xf3, 0x1a -.byte 0x56, 0xae, 0x2b, 0xb6, 0x74, 0x14, 0xeb, 0xcf, 0xfb, 0x26, 0xe3, 0x1a, 0xba, 0x1d, 0x96, 0x2e -.byte 0x6a, 0x3b, 0x58, 0x94, 0x89, 0x47, 0x56, 0xff, 0x25, 0xa0, 0x93, 0x70, 0x53, 0x83, 0xda, 0x84 -.byte 0x74, 0x14, 0xc3, 0x67, 0x9e, 0x04, 0x68, 0x3a, 0xdf, 0x8e, 0x40, 0x5a, 0x1d, 0x4a, 0x4e, 0xcf -.byte 0x43, 0x91, 0x3b, 0xe7, 0x56, 0xd6, 0x00, 0x70, 0xcb, 0x52, 0xee, 0x7b, 0x7d, 0xae, 0x3a, 0xe7 -.byte 0xbc, 0x31, 0xf9, 0x45, 0xf6, 0xc2, 0x60, 0xcf, 0x13, 0x59, 0x02, 0x2b, 0x80, 0xcc, 0x34, 0x47 -.byte 0xdf, 0xb9, 0xde, 0x90, 0x65, 0x6d, 0x02, 0xcf, 0x2c, 0x91, 0xa6, 0xa6, 0xe7, 0xde, 0x85, 0x18 -.byte 0x49, 0x7c, 0x66, 0x4e, 0xa3, 0x3a, 0x6d, 0xa9, 0xb5, 0xee, 0x34, 0x2e, 0xba, 0x0d, 0x03, 0xb8 -.byte 0x33, 0xdf, 0x47, 0xeb, 0xb1, 0x6b, 0x8d, 0x25, 0xd9, 0x9b, 0xce, 0x81, 0xd1, 0x45, 0x46, 0x32 -.byte 0x96, 0x70, 0x87, 0xde, 0x02, 0x0e, 0x49, 0x43, 0x85, 0xb6, 0x6c, 0x73, 0xbb, 0x64, 0xea, 0x61 -.byte 0x41, 0xac, 0xc9, 0xd4, 0x54, 0xdf, 0x87, 0x2f, 0xc7, 0x22, 0xb2, 0x26, 0xcc, 0x9f, 0x59, 0x54 -.byte 0x68, 0x9f, 0xfc, 0xbe, 0x2a, 0x2f, 0xc4, 0x55, 0x1c, 0x75, 0x40, 0x60, 0x17, 0x85, 0x02, 0x55 -.byte 0x39, 0x8b, 0x7f, 0x05, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0xa9, 0x02, 0x26, 0x30, 0x81, 0xa6 -.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x52, 0x31, 0x0f, 0x30 -.byte 0x0d, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x06, 0x41, 0x74, 0x68, 0x65, 0x6e, 0x73, 0x31, 0x44 -.byte 0x30, 0x42, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x3b, 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e, 0x69 +.byte 0x82, 0x01, 0x01, 0x00, 0xe9, 0xf8, 0x8f, 0xf3, 0x63, 0xad, 0xda, 0x86, 0xd8, 0xa7, 0xe0, 0x42 +.byte 0xfb, 0xcf, 0x91, 0xde, 0xa6, 0x26, 0xf8, 0x99, 0xa5, 0x63, 0x70, 0xad, 0x9b, 0xae, 0xca, 0x33 +.byte 0x40, 0x7d, 0x6d, 0x96, 0x6e, 0xa1, 0x0e, 0x44, 0xee, 0xe1, 0x13, 0x9d, 0x94, 0x42, 0x52, 0x9a +.byte 0xbd, 0x75, 0x85, 0x74, 0x2c, 0xa8, 0x0e, 0x1d, 0x93, 0xb6, 0x18, 0xb7, 0x8c, 0x2c, 0xa8, 0xcf +.byte 0xfb, 0x5c, 0x71, 0xb9, 0xda, 0xec, 0xfe, 0xe8, 0x7e, 0x8f, 0xe4, 0x2f, 0x1d, 0xb2, 0xa8, 0x75 +.byte 0x87, 0xd8, 0xb7, 0xa1, 0xe5, 0x3b, 0xcf, 0x99, 0x4a, 0x46, 0xd0, 0x83, 0x19, 0x7d, 0xc0, 0xa1 +.byte 0x12, 0x1c, 0x95, 0x6d, 0x4a, 0xf4, 0xd8, 0xc7, 0xa5, 0x4d, 0x33, 0x2e, 0x85, 0x39, 0x40, 0x75 +.byte 0x7e, 0x14, 0x7c, 0x80, 0x12, 0x98, 0x50, 0xc7, 0x41, 0x67, 0xb8, 0xa0, 0x80, 0x61, 0x54, 0xa6 +.byte 0x6c, 0x4e, 0x1f, 0xe0, 0x9d, 0x0e, 0x07, 0xe9, 0xc9, 0xba, 0x33, 0xe7, 0xfe, 0xc0, 0x55, 0x28 +.byte 0x2c, 0x02, 0x80, 0xa7, 0x19, 0xf5, 0x9e, 0xdc, 0x55, 0x53, 0x03, 0x97, 0x7b, 0x07, 0x48, 0xff +.byte 0x99, 0xfb, 0x37, 0x8a, 0x24, 0xc4, 0x59, 0xcc, 0x50, 0x10, 0x63, 0x8e, 0xaa, 0xa9, 0x1a, 0xb0 +.byte 0x84, 0x1a, 0x86, 0xf9, 0x5f, 0xbb, 0xb1, 0x50, 0x6e, 0xa4, 0xd1, 0x0a, 0xcc, 0xd5, 0x71, 0x7e +.byte 0x1f, 0xa7, 0x1b, 0x7c, 0xf5, 0x53, 0x6e, 0x22, 0x5f, 0xcb, 0x2b, 0xe6, 0xd4, 0x7c, 0x5d, 0xae +.byte 0xd6, 0xc2, 0xc6, 0x4c, 0xe5, 0x05, 0x01, 0xd9, 0xed, 0x57, 0xfc, 0xc1, 0x23, 0x79, 0xfc, 0xfa +.byte 0xc8, 0x24, 0x83, 0x95, 0xf3, 0xb5, 0x6a, 0x51, 0x01, 0xd0, 0x77, 0xd6, 0xe9, 0x12, 0xa1, 0xf9 +.byte 0x1a, 0x83, 0xfb, 0x82, 0x1b, 0xb9, 0xb0, 0x97, 0xf4, 0x76, 0x06, 0x33, 0x43, 0x49, 0xa0, 0xff +.byte 0x0b, 0xb5, 0xfa, 0xb5, 0x02, 0x03, 0x01, 0x00, 0x01, 0x85, 0x00, 0x26, 0x02, 0x30, 0x81, 0x82 +.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0e, 0x30 +.byte 0x0c, 0x06, 0x03, 0x55, 0x04, 0x08, 0x0c, 0x05, 0x54, 0x65, 0x78, 0x61, 0x73, 0x31, 0x10, 0x30 +.byte 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07, 0x48, 0x6f, 0x75, 0x73, 0x74, 0x6f, 0x6e, 0x31 +.byte 0x18, 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0f, 0x53, 0x53, 0x4c, 0x20, 0x43, 0x6f +.byte 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x31, 0x37, 0x30, 0x35, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x0c, 0x2e, 0x53, 0x53, 0x4c, 0x2e, 0x63, 0x6f, 0x6d, 0x20, 0x45, 0x56, 0x20, 0x52 +.byte 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f +.byte 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x52, 0x53, 0x41, 0x20 +.byte 0x52, 0x32, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d +.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82 +.byte 0x02, 0x01, 0x00, 0x8f, 0x36, 0x65, 0x40, 0xe1, 0xd6, 0x4d, 0xc0, 0xd7, 0xb4, 0xe9, 0x46, 0xda +.byte 0x6b, 0xea, 0x33, 0x47, 0xcd, 0x4c, 0xf9, 0x7d, 0x7d, 0xbe, 0xbd, 0x2d, 0x3d, 0xf0, 0xdb, 0x78 +.byte 0xe1, 0x86, 0xa5, 0xd9, 0xba, 0x09, 0x57, 0x68, 0xed, 0x57, 0x3e, 0xa0, 0xd0, 0x08, 0x41, 0x83 +.byte 0xe7, 0x28, 0x41, 0x24, 0x1f, 0xe3, 0x72, 0x15, 0xd0, 0x01, 0x1a, 0xfb, 0x5e, 0x70, 0x23, 0xb2 +.byte 0xcb, 0x9f, 0x39, 0xe3, 0xcf, 0xc5, 0x4e, 0xc6, 0x92, 0x6d, 0x26, 0xc6, 0x7b, 0xbb, 0xb3, 0xda +.byte 0x27, 0x9d, 0x0a, 0x86, 0xe9, 0x81, 0x37, 0x05, 0xfe, 0xf0, 0x71, 0x71, 0xec, 0xc3, 0x1c, 0xe9 +.byte 0x63, 0xa2, 0x17, 0x14, 0x9d, 0xef, 0x1b, 0x67, 0xd3, 0x85, 0x55, 0x02, 0x02, 0xd6, 0x49, 0xc9 +.byte 0xcc, 0x5a, 0xe1, 0xb1, 0xf7, 0x6f, 0x32, 0x9f, 0xc9, 0xd4, 0x3b, 0x88, 0x41, 0xa8, 0x9c, 0xbd +.byte 0xcb, 0xab, 0xdb, 0x6d, 0x7b, 0x09, 0x1f, 0xa2, 0x4c, 0x72, 0x90, 0xda, 0x2b, 0x08, 0xfc, 0xcf +.byte 0x3c, 0x54, 0xce, 0x67, 0x0f, 0xa8, 0xcf, 0x5d, 0x96, 0x19, 0x0b, 0xc4, 0xe3, 0x72, 0xeb, 0xad +.byte 0xd1, 0x7d, 0x1d, 0x27, 0xef, 0x92, 0xeb, 0x10, 0xbf, 0x5b, 0xeb, 0x3b, 0xaf, 0xcf, 0x80, 0xdd +.byte 0xc1, 0xd2, 0x96, 0x04, 0x5b, 0x7a, 0x7e, 0xa4, 0xa9, 0x3c, 0x38, 0x76, 0xa4, 0x62, 0x8e, 0xa0 +.byte 0x39, 0x5e, 0xea, 0x77, 0xcf, 0x5d, 0x00, 0x59, 0x8f, 0x66, 0x2c, 0x3e, 0x07, 0xa2, 0xa3, 0x05 +.byte 0x26, 0x11, 0x69, 0x97, 0xea, 0x85, 0xb7, 0x0f, 0x96, 0x0b, 0x4b, 0xc8, 0x40, 0xe1, 0x50, 0xba +.byte 0x2e, 0x8a, 0xcb, 0xf7, 0x0f, 0x9a, 0x22, 0xe7, 0x7f, 0x9a, 0x37, 0x13, 0xcd, 0xf2, 0x4d, 0x13 +.byte 0x6b, 0x21, 0xd1, 0xc0, 0xcc, 0x22, 0xf2, 0xa1, 0x46, 0xf6, 0x44, 0x69, 0x9c, 0xca, 0x61, 0x35 +.byte 0x07, 0x00, 0x6f, 0xd6, 0x61, 0x08, 0x11, 0xea, 0xba, 0xb8, 0xf6, 0xe9, 0xb3, 0x60, 0xe5, 0x4d +.byte 0xb9, 0xec, 0x9f, 0x14, 0x66, 0xc9, 0x57, 0x58, 0xdb, 0xcd, 0x87, 0x69, 0xf8, 0x8a, 0x86, 0x12 +.byte 0x03, 0x47, 0xbf, 0x66, 0x13, 0x76, 0xac, 0x77, 0x7d, 0x34, 0x24, 0x85, 0x83, 0xcd, 0xd7, 0xaa +.byte 0x9c, 0x90, 0x1a, 0x9f, 0x21, 0x2c, 0x7f, 0x78, 0xb7, 0x64, 0xb8, 0xd8, 0xe8, 0xa6, 0xf4, 0x78 +.byte 0xb3, 0x55, 0xcb, 0x84, 0xd2, 0x32, 0xc4, 0x78, 0xae, 0xa3, 0x8f, 0x61, 0xdd, 0xce, 0x08, 0x53 +.byte 0xad, 0xec, 0x88, 0xfc, 0x15, 0xe4, 0x9a, 0x0d, 0xe6, 0x9f, 0x1a, 0x77, 0xce, 0x4c, 0x8f, 0xb8 +.byte 0x14, 0x15, 0x3d, 0x62, 0x9c, 0x86, 0x38, 0x06, 0x00, 0x66, 0x12, 0xe4, 0x59, 0x76, 0x5a, 0x53 +.byte 0xc0, 0x02, 0x98, 0xa2, 0x10, 0x2b, 0x68, 0x44, 0x7b, 0x8e, 0x79, 0xce, 0x33, 0x4a, 0x76, 0xaa +.byte 0x5b, 0x81, 0x16, 0x1b, 0xb5, 0x8a, 0xd8, 0xd0, 0x00, 0x7b, 0x5e, 0x62, 0xb4, 0x09, 0xd6, 0x86 +.byte 0x63, 0x0e, 0xa6, 0x05, 0x95, 0x49, 0xba, 0x28, 0x8b, 0x88, 0x93, 0xb2, 0x34, 0x1c, 0xd8, 0xa4 +.byte 0x55, 0x6e, 0xb7, 0x1c, 0xd0, 0xde, 0x99, 0x55, 0x3b, 0x23, 0xf4, 0x22, 0xe0, 0xf9, 0x29, 0x66 +.byte 0x26, 0xec, 0x20, 0x50, 0x77, 0xdb, 0x4a, 0x0b, 0x8f, 0xbe, 0xe5, 0x02, 0x60, 0x70, 0x41, 0x5e +.byte 0xd4, 0xae, 0x50, 0x39, 0x22, 0x14, 0x26, 0xcb, 0xb2, 0x3b, 0x73, 0x74, 0x55, 0x47, 0x07, 0x79 +.byte 0x81, 0x39, 0xa8, 0x30, 0x13, 0x44, 0xe5, 0x04, 0x8a, 0xae, 0x96, 0x13, 0x25, 0x42, 0x0f, 0xb9 +.byte 0x53, 0xc4, 0x9b, 0xfc, 0xcd, 0xe4, 0x1c, 0xde, 0x3c, 0xfa, 0xab, 0xd6, 0x06, 0x4a, 0x1f, 0x67 +.byte 0xa6, 0x98, 0x30, 0x1c, 0xdd, 0x2c, 0xdb, 0xdc, 0x18, 0x95, 0x57, 0x66, 0xc6, 0xff, 0x5c, 0x8b +.byte 0x56, 0xf5, 0x77, 0x02, 0x03, 0x01, 0x00, 0x01, 0x85, 0x00, 0x26, 0x01, 0x30, 0x81, 0x82, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x1e, 0x30, 0x1c +.byte 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x15, 0x77, 0x77, 0x77, 0x2e, 0x78, 0x72, 0x61, 0x6d, 0x70 +.byte 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x31, 0x24, 0x30, 0x22 +.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1b, 0x58, 0x52, 0x61, 0x6d, 0x70, 0x20, 0x53, 0x65, 0x63 +.byte 0x75, 0x72, 0x69, 0x74, 0x79, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x49 +.byte 0x6e, 0x63, 0x31, 0x2d, 0x30, 0x2b, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x24, 0x58, 0x52, 0x61 +.byte 0x6d, 0x70, 0x20, 0x47, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66 +.byte 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74 +.byte 0x79, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01 +.byte 0x01, 0x00, 0x98, 0x24, 0x1e, 0xbd, 0x15, 0xb4, 0xba, 0xdf, 0xc7, 0x8c, 0xa5, 0x27, 0xb6, 0x38 +.byte 0x0b, 0x69, 0xf3, 0xb6, 0x4e, 0xa8, 0x2c, 0x2e, 0x21, 0x1d, 0x5c, 0x44, 0xdf, 0x21, 0x5d, 0x7e +.byte 0x23, 0x74, 0xfe, 0x5e, 0x7e, 0xb4, 0x4a, 0xb7, 0xa6, 0xad, 0x1f, 0xae, 0xe0, 0x06, 0x16, 0xe2 +.byte 0x9b, 0x5b, 0xd9, 0x67, 0x74, 0x6b, 0x5d, 0x80, 0x8f, 0x29, 0x9d, 0x86, 0x1b, 0xd9, 0x9c, 0x0d +.byte 0x98, 0x6d, 0x76, 0x10, 0x28, 0x58, 0xe4, 0x65, 0xb0, 0x7f, 0x4a, 0x98, 0x79, 0x9f, 0xe0, 0xc3 +.byte 0x31, 0x7e, 0x80, 0x2b, 0xb5, 0x8c, 0xc0, 0x40, 0x3b, 0x11, 0x86, 0xd0, 0xcb, 0xa2, 0x86, 0x36 +.byte 0x60, 0xa4, 0xd5, 0x30, 0x82, 0x6d, 0xd9, 0x6e, 0xd0, 0x0f, 0x12, 0x04, 0x33, 0x97, 0x5f, 0x4f +.byte 0x61, 0x5a, 0xf0, 0xe4, 0xf9, 0x91, 0xab, 0xe7, 0x1d, 0x3b, 0xbc, 0xe8, 0xcf, 0xf4, 0x6b, 0x2d +.byte 0x34, 0x7c, 0xe2, 0x48, 0x61, 0x1c, 0x8e, 0xf3, 0x61, 0x44, 0xcc, 0x6f, 0xa0, 0x4a, 0xa9, 0x94 +.byte 0xb0, 0x4d, 0xda, 0xe7, 0xa9, 0x34, 0x7a, 0x72, 0x38, 0xa8, 0x41, 0xcc, 0x3c, 0x94, 0x11, 0x7d +.byte 0xeb, 0xc8, 0xa6, 0x8c, 0xb7, 0x86, 0xcb, 0xca, 0x33, 0x3b, 0xd9, 0x3d, 0x37, 0x8b, 0xfb, 0x7a +.byte 0x3e, 0x86, 0x2c, 0xe7, 0x73, 0xd7, 0x0a, 0x57, 0xac, 0x64, 0x9b, 0x19, 0xeb, 0xf4, 0x0f, 0x04 +.byte 0x08, 0x8a, 0xac, 0x03, 0x17, 0x19, 0x64, 0xf4, 0x5a, 0x25, 0x22, 0x8d, 0x34, 0x2c, 0xb2, 0xf6 +.byte 0x68, 0x1d, 0x12, 0x6d, 0xd3, 0x8a, 0x1e, 0x14, 0xda, 0xc4, 0x8f, 0xa6, 0xe2, 0x23, 0x85, 0xd5 +.byte 0x7a, 0x0d, 0xbd, 0x6a, 0xe0, 0xe9, 0xec, 0xec, 0x17, 0xbb, 0x42, 0x1b, 0x67, 0xaa, 0x25, 0xed +.byte 0x45, 0x83, 0x21, 0xfc, 0xc1, 0xc9, 0x7c, 0xd5, 0x62, 0x3e, 0xfa, 0xf2, 0xc5, 0x2d, 0xd3, 0xfd +.byte 0xd4, 0x65, 0x02, 0x03, 0x01, 0x00, 0x01, 0x86, 0x00, 0x26, 0x01, 0x30, 0x81, 0x83, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x10, 0x30, 0x0e, 0x06 +.byte 0x03, 0x55, 0x04, 0x08, 0x13, 0x07, 0x41, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x61, 0x31, 0x13, 0x30 +.byte 0x11, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0a, 0x53, 0x63, 0x6f, 0x74, 0x74, 0x73, 0x64, 0x61 +.byte 0x6c, 0x65, 0x31, 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x11, 0x47, 0x6f, 0x44 +.byte 0x61, 0x64, 0x64, 0x79, 0x2e, 0x63, 0x6f, 0x6d, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x31 +.byte 0x30, 0x2f, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x28, 0x47, 0x6f, 0x20, 0x44, 0x61, 0x64, 0x64 +.byte 0x79, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61 +.byte 0x74, 0x65, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x2d, 0x20, 0x47 +.byte 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01 +.byte 0x01, 0x00, 0xbf, 0x71, 0x62, 0x08, 0xf1, 0xfa, 0x59, 0x34, 0xf7, 0x1b, 0xc9, 0x18, 0xa3, 0xf7 +.byte 0x80, 0x49, 0x58, 0xe9, 0x22, 0x83, 0x13, 0xa6, 0xc5, 0x20, 0x43, 0x01, 0x3b, 0x84, 0xf1, 0xe6 +.byte 0x85, 0x49, 0x9f, 0x27, 0xea, 0xf6, 0x84, 0x1b, 0x4e, 0xa0, 0xb4, 0xdb, 0x70, 0x98, 0xc7, 0x32 +.byte 0x01, 0xb1, 0x05, 0x3e, 0x07, 0x4e, 0xee, 0xf4, 0xfa, 0x4f, 0x2f, 0x59, 0x30, 0x22, 0xe7, 0xab +.byte 0x19, 0x56, 0x6b, 0xe2, 0x80, 0x07, 0xfc, 0xf3, 0x16, 0x75, 0x80, 0x39, 0x51, 0x7b, 0xe5, 0xf9 +.byte 0x35, 0xb6, 0x74, 0x4e, 0xa9, 0x8d, 0x82, 0x13, 0xe4, 0xb6, 0x3f, 0xa9, 0x03, 0x83, 0xfa, 0xa2 +.byte 0xbe, 0x8a, 0x15, 0x6a, 0x7f, 0xde, 0x0b, 0xc3, 0xb6, 0x19, 0x14, 0x05, 0xca, 0xea, 0xc3, 0xa8 +.byte 0x04, 0x94, 0x3b, 0x46, 0x7c, 0x32, 0x0d, 0xf3, 0x00, 0x66, 0x22, 0xc8, 0x8d, 0x69, 0x6d, 0x36 +.byte 0x8c, 0x11, 0x18, 0xb7, 0xd3, 0xb2, 0x1c, 0x60, 0xb4, 0x38, 0xfa, 0x02, 0x8c, 0xce, 0xd3, 0xdd +.byte 0x46, 0x07, 0xde, 0x0a, 0x3e, 0xeb, 0x5d, 0x7c, 0xc8, 0x7c, 0xfb, 0xb0, 0x2b, 0x53, 0xa4, 0x92 +.byte 0x62, 0x69, 0x51, 0x25, 0x05, 0x61, 0x1a, 0x44, 0x81, 0x8c, 0x2c, 0xa9, 0x43, 0x96, 0x23, 0xdf +.byte 0xac, 0x3a, 0x81, 0x9a, 0x0e, 0x29, 0xc5, 0x1c, 0xa9, 0xe9, 0x5d, 0x1e, 0xb6, 0x9e, 0x9e, 0x30 +.byte 0x0a, 0x39, 0xce, 0xf1, 0x88, 0x80, 0xfb, 0x4b, 0x5d, 0xcc, 0x32, 0xec, 0x85, 0x62, 0x43, 0x25 +.byte 0x34, 0x02, 0x56, 0x27, 0x01, 0x91, 0xb4, 0x3b, 0x70, 0x2a, 0x3f, 0x6e, 0xb1, 0xe8, 0x9c, 0x88 +.byte 0x01, 0x7d, 0x9f, 0xd4, 0xf9, 0xdb, 0x53, 0x6d, 0x60, 0x9d, 0xbf, 0x2c, 0xe7, 0x58, 0xab, 0xb8 +.byte 0x5f, 0x46, 0xfc, 0xce, 0xc4, 0x1b, 0x03, 0x3c, 0x09, 0xeb, 0x49, 0x31, 0x5c, 0x69, 0x46, 0xb3 +.byte 0xe0, 0x47, 0x02, 0x03, 0x01, 0x00, 0x01, 0x87, 0x00, 0x26, 0x02, 0x30, 0x81, 0x84, 0x31, 0x12 +.byte 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x05, 0x13, 0x09, 0x47, 0x36, 0x33, 0x32, 0x38, 0x37, 0x35 +.byte 0x31, 0x30, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x45, 0x53, 0x31 +.byte 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x1e, 0x41, 0x4e, 0x46, 0x20, 0x41, 0x75 +.byte 0x74, 0x6f, 0x72, 0x69, 0x64, 0x61, 0x64, 0x20, 0x64, 0x65, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69 +.byte 0x66, 0x69, 0x63, 0x61, 0x63, 0x69, 0x6f, 0x6e, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04 +.byte 0x0b, 0x13, 0x0b, 0x41, 0x4e, 0x46, 0x20, 0x43, 0x41, 0x20, 0x52, 0x61, 0x69, 0x7a, 0x31, 0x22 +.byte 0x30, 0x20, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x19, 0x41, 0x4e, 0x46, 0x20, 0x53, 0x65, 0x63 +.byte 0x75, 0x72, 0x65, 0x20, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20 +.byte 0x43, 0x41, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d +.byte 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82 +.byte 0x02, 0x01, 0x00, 0xdb, 0xeb, 0x6b, 0x2b, 0xe6, 0x64, 0x54, 0x95, 0x82, 0x90, 0xa3, 0x72, 0xa4 +.byte 0x19, 0x01, 0x9d, 0x9c, 0x0b, 0x81, 0x5f, 0x73, 0x49, 0xba, 0xa7, 0xac, 0xf3, 0x04, 0x4e, 0x7b +.byte 0x96, 0x0b, 0xec, 0x11, 0xe0, 0x5b, 0xa6, 0x1c, 0xce, 0x1b, 0xd2, 0x0d, 0x83, 0x1c, 0x2b, 0xb8 +.byte 0x9e, 0x1d, 0x7e, 0x45, 0x32, 0x60, 0x0f, 0x07, 0xe9, 0x77, 0x58, 0x7e, 0x9f, 0x6a, 0xc8, 0x61 +.byte 0x4e, 0xb6, 0x26, 0xc1, 0x4c, 0x8d, 0xff, 0x4c, 0xef, 0x34, 0xb2, 0x1f, 0x65, 0xd8, 0xb9, 0x78 +.byte 0xf5, 0xad, 0xa9, 0x71, 0xb9, 0xef, 0x4f, 0x58, 0x1d, 0xa5, 0xde, 0x74, 0x20, 0x97, 0xa1, 0xed +.byte 0x68, 0x4c, 0xde, 0x92, 0x17, 0x4b, 0xbc, 0xab, 0xff, 0x65, 0x9a, 0x9e, 0xfb, 0x47, 0xd9, 0x57 +.byte 0x72, 0xf3, 0x09, 0xa1, 0xae, 0x76, 0x44, 0x13, 0x6e, 0x9c, 0x2d, 0x44, 0x39, 0xbc, 0xf9, 0xc7 +.byte 0x3b, 0xa4, 0x58, 0x3d, 0x41, 0xbd, 0xb4, 0xc2, 0x49, 0xa3, 0xc8, 0x0d, 0xd2, 0x97, 0x2f, 0x07 +.byte 0x65, 0x52, 0x00, 0xa7, 0x6e, 0xc8, 0xaf, 0x68, 0xec, 0xf4, 0x14, 0x96, 0xb6, 0x57, 0x1f, 0x56 +.byte 0xc3, 0x39, 0x9f, 0x2b, 0x6d, 0xe4, 0xf3, 0x3e, 0xf6, 0x35, 0x64, 0xda, 0x0c, 0x1c, 0xa1, 0x84 +.byte 0x4b, 0x2f, 0x4b, 0x4b, 0xe2, 0x2c, 0x24, 0x9d, 0x6d, 0x93, 0x40, 0xeb, 0xb5, 0x23, 0x8e, 0x32 +.byte 0xca, 0x6f, 0x45, 0xd3, 0xa8, 0x89, 0x7b, 0x1e, 0xcf, 0x1e, 0xfa, 0x5b, 0x43, 0x8b, 0xcd, 0xcd +.byte 0xa8, 0x0f, 0x6a, 0xca, 0x0c, 0x5e, 0xb9, 0x9e, 0x47, 0x8f, 0xf0, 0xd9, 0xb6, 0x0a, 0x0b, 0x58 +.byte 0x65, 0x17, 0x33, 0xb9, 0x23, 0xe4, 0x77, 0x19, 0x7d, 0xcb, 0x4a, 0x2e, 0x92, 0x7b, 0x4f, 0x2f +.byte 0x10, 0x77, 0xb1, 0x8d, 0x2f, 0x68, 0x9c, 0x62, 0xcc, 0xe0, 0x50, 0xf8, 0xec, 0x91, 0xa7, 0x54 +.byte 0x4c, 0x57, 0x09, 0xd5, 0x76, 0x63, 0xc5, 0xe8, 0x65, 0x1e, 0xee, 0x6d, 0x6a, 0xcf, 0x09, 0x9d +.byte 0xfa, 0x7c, 0x4f, 0xad, 0x60, 0x08, 0xfd, 0x56, 0x99, 0x0f, 0x15, 0x2c, 0x7b, 0xa9, 0x80, 0xab +.byte 0x8c, 0x61, 0x8f, 0x4a, 0x07, 0x76, 0x42, 0xde, 0x3d, 0xf4, 0xdd, 0xb2, 0x24, 0x33, 0x5b, 0xb8 +.byte 0xb5, 0xa3, 0x44, 0xc9, 0xac, 0x7f, 0x77, 0x3c, 0x1d, 0x23, 0xec, 0x82, 0xa9, 0xa6, 0xe2, 0xc8 +.byte 0x06, 0x4c, 0x02, 0xfe, 0xac, 0x5c, 0x99, 0x99, 0x0b, 0x2f, 0x10, 0x8a, 0xa6, 0xf4, 0x7f, 0xd5 +.byte 0x87, 0x74, 0x0d, 0x59, 0x49, 0x45, 0xf6, 0xf0, 0x71, 0x5c, 0x39, 0x29, 0xd6, 0xbf, 0x4a, 0x23 +.byte 0x8b, 0xf5, 0x5f, 0x01, 0x63, 0xd2, 0x87, 0x73, 0x28, 0xb5, 0x4b, 0x0a, 0xf5, 0xf8, 0xab, 0x82 +.byte 0x2c, 0x7e, 0x73, 0x25, 0x32, 0x1d, 0x0b, 0x63, 0x0a, 0x17, 0x81, 0x00, 0xff, 0xb6, 0x76, 0x5e +.byte 0xe7, 0xb4, 0xb1, 0x40, 0xca, 0x21, 0xbb, 0xd5, 0x80, 0x51, 0xe5, 0x48, 0x52, 0x67, 0x2c, 0xd2 +.byte 0x61, 0x89, 0x07, 0x0d, 0x0f, 0xce, 0x42, 0x77, 0xc0, 0x44, 0x73, 0x9c, 0x44, 0x50, 0xa0, 0xdb +.byte 0x10, 0x0a, 0x2d, 0x95, 0x1c, 0x81, 0xaf, 0xe4, 0x1c, 0xe5, 0x14, 0x1e, 0xf1, 0x36, 0x41, 0x01 +.byte 0x02, 0x2f, 0x7d, 0x73, 0xa7, 0xde, 0x42, 0xcc, 0x4c, 0xe9, 0x89, 0x0d, 0x56, 0xf7, 0x9f, 0x91 +.byte 0xd4, 0x03, 0xc6, 0x6c, 0xc9, 0x8f, 0xdb, 0xd8, 0x1c, 0xe0, 0x40, 0x98, 0x5d, 0x66, 0x99, 0x98 +.byte 0x80, 0x6e, 0x2d, 0xff, 0x01, 0xc5, 0xce, 0xcb, 0x46, 0x1f, 0xac, 0x02, 0xc6, 0x43, 0xe6, 0xae +.byte 0xa2, 0x84, 0x3c, 0xc5, 0x4e, 0x1e, 0x3d, 0x6d, 0xc9, 0x14, 0x4c, 0xe3, 0x2e, 0x41, 0xbb, 0xca +.byte 0x39, 0xbf, 0x36, 0x3c, 0x2a, 0x19, 0xaa, 0x41, 0x87, 0x4e, 0xa5, 0xce, 0x4b, 0x32, 0x79, 0xdd +.byte 0x90, 0x49, 0x7f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x88, 0x00, 0x78, 0x00, 0x30, 0x81, 0x85, 0x31 +.byte 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x42, 0x31, 0x1b, 0x30, 0x19 +.byte 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x12, 0x47, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x20, 0x4d +.byte 0x61, 0x6e, 0x63, 0x68, 0x65, 0x73, 0x74, 0x65, 0x72, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55 +.byte 0x04, 0x07, 0x13, 0x07, 0x53, 0x61, 0x6c, 0x66, 0x6f, 0x72, 0x64, 0x31, 0x1a, 0x30, 0x18, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x11, 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f, 0x20, 0x43, 0x41, 0x20 +.byte 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x2b, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03 +.byte 0x13, 0x22, 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f, 0x20, 0x45, 0x43, 0x43, 0x20, 0x43, 0x65, 0x72 +.byte 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f +.byte 0x72, 0x69, 0x74, 0x79, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02 +.byte 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x03, 0x47, 0x7b, 0x2f +.byte 0x75, 0xc9, 0x82, 0x15, 0x85, 0xfb, 0x75, 0xe4, 0x91, 0x16, 0xd4, 0xab, 0x62, 0x99, 0xf5, 0x3e +.byte 0x52, 0x0b, 0x06, 0xce, 0x41, 0x00, 0x7f, 0x97, 0xe1, 0x0a, 0x24, 0x3c, 0x1d, 0x01, 0x04, 0xee +.byte 0x3d, 0xd2, 0x8d, 0x09, 0x97, 0x0c, 0xe0, 0x75, 0xe4, 0xfa, 0xfb, 0x77, 0x8a, 0x2a, 0xf5, 0x03 +.byte 0x60, 0x4b, 0x36, 0x8b, 0x16, 0x23, 0x16, 0xad, 0x09, 0x71, 0xf4, 0x4a, 0xf4, 0x28, 0x50, 0xb4 +.byte 0xfe, 0x88, 0x1c, 0x6e, 0x3f, 0x6c, 0x2f, 0x2f, 0x09, 0x59, 0x5b, 0xa5, 0x5b, 0x0b, 0x33, 0x99 +.byte 0xe2, 0xc3, 0x3d, 0x89, 0xf9, 0x6a, 0x2c, 0xef, 0xb2, 0xd3, 0x06, 0xe9, 0x88, 0x00, 0x26, 0x02 +.byte 0x30, 0x81, 0x85, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x42 +.byte 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x12, 0x47, 0x72, 0x65, 0x61, 0x74 +.byte 0x65, 0x72, 0x20, 0x4d, 0x61, 0x6e, 0x63, 0x68, 0x65, 0x73, 0x74, 0x65, 0x72, 0x31, 0x10, 0x30 +.byte 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x53, 0x61, 0x6c, 0x66, 0x6f, 0x72, 0x64, 0x31 +.byte 0x1a, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x11, 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f +.byte 0x20, 0x43, 0x41, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x2b, 0x30, 0x29, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x22, 0x43, 0x4f, 0x4d, 0x4f, 0x44, 0x4f, 0x20, 0x52, 0x53, 0x41 +.byte 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41 +.byte 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09 +.byte 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00 +.byte 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0x91, 0xe8, 0x54, 0x92, 0xd2, 0x0a, 0x56 +.byte 0xb1, 0xac, 0x0d, 0x24, 0xdd, 0xc5, 0xcf, 0x44, 0x67, 0x74, 0x99, 0x2b, 0x37, 0xa3, 0x7d, 0x23 +.byte 0x70, 0x00, 0x71, 0xbc, 0x53, 0xdf, 0xc4, 0xfa, 0x2a, 0x12, 0x8f, 0x4b, 0x7f, 0x10, 0x56, 0xbd +.byte 0x9f, 0x70, 0x72, 0xb7, 0x61, 0x7f, 0xc9, 0x4b, 0x0f, 0x17, 0xa7, 0x3d, 0xe3, 0xb0, 0x04, 0x61 +.byte 0xee, 0xff, 0x11, 0x97, 0xc7, 0xf4, 0x86, 0x3e, 0x0a, 0xfa, 0x3e, 0x5c, 0xf9, 0x93, 0xe6, 0x34 +.byte 0x7a, 0xd9, 0x14, 0x6b, 0xe7, 0x9c, 0xb3, 0x85, 0xa0, 0x82, 0x7a, 0x76, 0xaf, 0x71, 0x90, 0xd7 +.byte 0xec, 0xfd, 0x0d, 0xfa, 0x9c, 0x6c, 0xfa, 0xdf, 0xb0, 0x82, 0xf4, 0x14, 0x7e, 0xf9, 0xbe, 0xc4 +.byte 0xa6, 0x2f, 0x4f, 0x7f, 0x99, 0x7f, 0xb5, 0xfc, 0x67, 0x43, 0x72, 0xbd, 0x0c, 0x00, 0xd6, 0x89 +.byte 0xeb, 0x6b, 0x2c, 0xd3, 0xed, 0x8f, 0x98, 0x1c, 0x14, 0xab, 0x7e, 0xe5, 0xe3, 0x6e, 0xfc, 0xd8 +.byte 0xa8, 0xe4, 0x92, 0x24, 0xda, 0x43, 0x6b, 0x62, 0xb8, 0x55, 0xfd, 0xea, 0xc1, 0xbc, 0x6c, 0xb6 +.byte 0x8b, 0xf3, 0x0e, 0x8d, 0x9a, 0xe4, 0x9b, 0x6c, 0x69, 0x99, 0xf8, 0x78, 0x48, 0x30, 0x45, 0xd5 +.byte 0xad, 0xe1, 0x0d, 0x3c, 0x45, 0x60, 0xfc, 0x32, 0x96, 0x51, 0x27, 0xbc, 0x67, 0xc3, 0xca, 0x2e +.byte 0xb6, 0x6b, 0xea, 0x46, 0xc7, 0xc7, 0x20, 0xa0, 0xb1, 0x1f, 0x65, 0xde, 0x48, 0x08, 0xba, 0xa4 +.byte 0x4e, 0xa9, 0xf2, 0x83, 0x46, 0x37, 0x84, 0xeb, 0xe8, 0xcc, 0x81, 0x48, 0x43, 0x67, 0x4e, 0x72 +.byte 0x2a, 0x9b, 0x5c, 0xbd, 0x4c, 0x1b, 0x28, 0x8a, 0x5c, 0x22, 0x7b, 0xb4, 0xab, 0x98, 0xd9, 0xee +.byte 0xe0, 0x51, 0x83, 0xc3, 0x09, 0x46, 0x4e, 0x6d, 0x3e, 0x99, 0xfa, 0x95, 0x17, 0xda, 0x7c, 0x33 +.byte 0x57, 0x41, 0x3c, 0x8d, 0x51, 0xed, 0x0b, 0xb6, 0x5c, 0xaf, 0x2c, 0x63, 0x1a, 0xdf, 0x57, 0xc8 +.byte 0x3f, 0xbc, 0xe9, 0x5d, 0xc4, 0x9b, 0xaf, 0x45, 0x99, 0xe2, 0xa3, 0x5a, 0x24, 0xb4, 0xba, 0xa9 +.byte 0x56, 0x3d, 0xcf, 0x6f, 0xaa, 0xff, 0x49, 0x58, 0xbe, 0xf0, 0xa8, 0xff, 0xf4, 0xb8, 0xad, 0xe9 +.byte 0x37, 0xfb, 0xba, 0xb8, 0xf4, 0x0b, 0x3a, 0xf9, 0xe8, 0x43, 0x42, 0x1e, 0x89, 0xd8, 0x84, 0xcb +.byte 0x13, 0xf1, 0xd9, 0xbb, 0xe1, 0x89, 0x60, 0xb8, 0x8c, 0x28, 0x56, 0xac, 0x14, 0x1d, 0x9c, 0x0a +.byte 0xe7, 0x71, 0xeb, 0xcf, 0x0e, 0xdd, 0x3d, 0xa9, 0x96, 0xa1, 0x48, 0xbd, 0x3c, 0xf7, 0xaf, 0xb5 +.byte 0x0d, 0x22, 0x4c, 0xc0, 0x11, 0x81, 0xec, 0x56, 0x3b, 0xf6, 0xd3, 0xa2, 0xe2, 0x5b, 0xb7, 0xb2 +.byte 0x04, 0x22, 0x52, 0x95, 0x80, 0x93, 0x69, 0xe8, 0x8e, 0x4c, 0x65, 0xf1, 0x91, 0x03, 0x2d, 0x70 +.byte 0x74, 0x02, 0xea, 0x8b, 0x67, 0x15, 0x29, 0x69, 0x52, 0x02, 0xbb, 0xd7, 0xdf, 0x50, 0x6a, 0x55 +.byte 0x46, 0xbf, 0xa0, 0xa3, 0x28, 0x61, 0x7f, 0x70, 0xd0, 0xc3, 0xa2, 0xaa, 0x2c, 0x21, 0xaa, 0x47 +.byte 0xce, 0x28, 0x9c, 0x06, 0x45, 0x76, 0xbf, 0x82, 0x18, 0x27, 0xb4, 0xd5, 0xae, 0xb4, 0xcb, 0x50 +.byte 0xe6, 0x6b, 0xf4, 0x4c, 0x86, 0x71, 0x30, 0xe9, 0xa6, 0xdf, 0x16, 0x86, 0xe0, 0xd8, 0xff, 0x40 +.byte 0xdd, 0xfb, 0xd0, 0x42, 0x88, 0x7f, 0xa3, 0x33, 0x3a, 0x2e, 0x5c, 0x1e, 0x41, 0x11, 0x81, 0x63 +.byte 0xce, 0x18, 0x71, 0x6b, 0x2b, 0xec, 0xa6, 0x8a, 0xb7, 0x31, 0x5c, 0x3a, 0x6a, 0x47, 0xe0, 0xc3 +.byte 0x79, 0x59, 0xd6, 0x20, 0x1a, 0xaf, 0xf2, 0x6a, 0x98, 0xaa, 0x72, 0xbc, 0x57, 0x4a, 0xd2, 0x4b +.byte 0x9d, 0xbb, 0x10, 0xfc, 0xb0, 0x4c, 0x41, 0xe5, 0xed, 0x1d, 0x3d, 0x5e, 0x28, 0x9d, 0x9c, 0xcc +.byte 0xbf, 0xb3, 0x51, 0xda, 0xa7, 0x47, 0xe5, 0x84, 0x53, 0x02, 0x03, 0x01, 0x00, 0x01, 0x8b, 0x00 +.byte 0x26, 0x02, 0x30, 0x81, 0x88, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x55, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x08, 0x0c, 0x08, 0x49, 0x6c, 0x6c +.byte 0x69, 0x6e, 0x6f, 0x69, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x07 +.byte 0x43, 0x68, 0x69, 0x63, 0x61, 0x67, 0x6f, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x0c, 0x18, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76, 0x65, 0x20, 0x48, 0x6f, 0x6c, 0x64 +.byte 0x69, 0x6e, 0x67, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x31, 0x30, 0x2f, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x0c, 0x28, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76, 0x65, 0x20, 0x47 +.byte 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74 +.byte 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x02 +.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 +.byte 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb9, 0x5d +.byte 0x51, 0x28, 0x4b, 0x3c, 0x37, 0x92, 0xd1, 0x82, 0xce, 0xbd, 0x1d, 0xbd, 0xcd, 0xdd, 0xb8, 0xab +.byte 0xcf, 0x0a, 0x3e, 0xe1, 0x5d, 0xe5, 0xdc, 0xaa, 0x09, 0xb9, 0x57, 0x02, 0x3e, 0xe6, 0x63, 0x61 +.byte 0xdf, 0xf2, 0x0f, 0x82, 0x63, 0xae, 0xa3, 0xf7, 0xac, 0x73, 0xd1, 0x7c, 0xe7, 0xb3, 0x0b, 0xaf +.byte 0x08, 0x00, 0x09, 0x59, 0x7f, 0xcd, 0x29, 0x2a, 0x88, 0x93, 0x87, 0x17, 0x18, 0x80, 0xed, 0x88 +.byte 0xb2, 0xb4, 0xb6, 0x10, 0x1f, 0x2d, 0xd6, 0x5f, 0x55, 0xa2, 0x13, 0x5d, 0xd1, 0xc6, 0xeb, 0x06 +.byte 0x56, 0x89, 0x88, 0xfe, 0xac, 0x32, 0x9d, 0xfd, 0x5c, 0xc3, 0x05, 0xc7, 0x6e, 0xee, 0x86, 0x89 +.byte 0xba, 0x88, 0x03, 0x9d, 0x72, 0x21, 0x86, 0x90, 0xae, 0x8f, 0x03, 0xa5, 0xdc, 0x9f, 0x88, 0x28 +.byte 0xcb, 0xa3, 0x92, 0x49, 0x0f, 0xec, 0xd0, 0x0f, 0xe2, 0x6d, 0x44, 0x4f, 0x80, 0x6a, 0xb2, 0xd4 +.byte 0xe7, 0xa0, 0x0a, 0x53, 0x01, 0xba, 0x8e, 0x97, 0x91, 0x76, 0x6e, 0xbc, 0xfc, 0xd5, 0x6b, 0x36 +.byte 0xe6, 0x40, 0x88, 0xd6, 0x7b, 0x2f, 0x5f, 0x05, 0xe8, 0x2c, 0x6d, 0x11, 0xf3, 0xe7, 0xb2, 0xbe +.byte 0x92, 0x44, 0x4c, 0xd2, 0x97, 0xa4, 0xfe, 0xd2, 0x72, 0x81, 0x43, 0x07, 0x9c, 0xe9, 0x11, 0x3e +.byte 0xf5, 0x8b, 0x1a, 0x59, 0x7d, 0x1f, 0x68, 0x58, 0xdd, 0x04, 0x00, 0x2c, 0x96, 0xf3, 0x43, 0xb3 +.byte 0x7e, 0x98, 0x19, 0x74, 0xd9, 0x9c, 0x73, 0xd9, 0x18, 0xbe, 0x41, 0xc7, 0x34, 0x79, 0xd9, 0xf4 +.byte 0x62, 0xc2, 0x43, 0xb9, 0xb3, 0x27, 0xb0, 0x22, 0xcb, 0xf9, 0x3d, 0x52, 0xc7, 0x30, 0x47, 0xb3 +.byte 0xc9, 0x3e, 0xb8, 0x6a, 0xe2, 0xe7, 0xe8, 0x81, 0x70, 0x5e, 0x42, 0x8b, 0x4f, 0x26, 0xa5, 0xfe +.byte 0x3a, 0xc2, 0x20, 0x6e, 0xbb, 0xf8, 0x16, 0x8e, 0xcd, 0x0c, 0xa9, 0xb4, 0x1b, 0x6c, 0x76, 0x10 +.byte 0xe1, 0x58, 0x79, 0x46, 0x3e, 0x54, 0xce, 0x80, 0xa8, 0x57, 0x09, 0x37, 0x29, 0x1b, 0x99, 0x13 +.byte 0x8f, 0x0c, 0xc8, 0xd6, 0x2c, 0x1c, 0xfb, 0x05, 0xe8, 0x08, 0x95, 0x3d, 0x65, 0x46, 0xdc, 0xee +.byte 0xcd, 0x69, 0xe2, 0x4d, 0x8f, 0x87, 0x28, 0x4e, 0x34, 0x0b, 0x3e, 0xcf, 0x14, 0xd9, 0xbb, 0xdd +.byte 0xb6, 0x50, 0x9a, 0xad, 0x77, 0xd4, 0x19, 0xd6, 0xda, 0x1a, 0x88, 0xc8, 0x4e, 0x1b, 0x27, 0x75 +.byte 0xd8, 0xb2, 0x08, 0xf1, 0xae, 0x83, 0x30, 0xb9, 0x11, 0x0e, 0xcd, 0x87, 0xf0, 0x84, 0x8d, 0x15 +.byte 0x72, 0x7c, 0xa1, 0xef, 0xcc, 0xf2, 0x88, 0x61, 0xba, 0xf4, 0x69, 0xbb, 0x0c, 0x8c, 0x0b, 0x75 +.byte 0x57, 0x04, 0xb8, 0x4e, 0x2a, 0x14, 0x2e, 0x3d, 0x0f, 0x1c, 0x1e, 0x32, 0xa6, 0x62, 0x36, 0xee +.byte 0x66, 0xe2, 0x22, 0xb8, 0x05, 0x40, 0x63, 0x10, 0x22, 0xf3, 0x33, 0x1d, 0x74, 0x72, 0x8a, 0x2c +.byte 0xf5, 0x39, 0x29, 0xa0, 0xd3, 0xe7, 0x1b, 0x80, 0x84, 0x2d, 0xc5, 0x3d, 0xe3, 0x4d, 0xb1, 0xfd +.byte 0x1a, 0x6f, 0xba, 0x65, 0x07, 0x3b, 0x58, 0xec, 0x42, 0x45, 0x26, 0xfb, 0xd8, 0xda, 0x25, 0x72 +.byte 0xc4, 0xf6, 0x00, 0xb1, 0x22, 0x79, 0xbd, 0xe3, 0x7c, 0x59, 0x62, 0x4a, 0x9c, 0x05, 0x6f, 0x3d +.byte 0xce, 0xe6, 0xd6, 0x47, 0x63, 0x99, 0xc6, 0x24, 0x6f, 0x72, 0x12, 0xc8, 0xac, 0x7f, 0x90, 0xb4 +.byte 0x0b, 0x91, 0x70, 0xe8, 0xb7, 0xe6, 0x16, 0x10, 0x71, 0x17, 0xce, 0xde, 0x06, 0x4f, 0x48, 0x41 +.byte 0x7d, 0x35, 0x4a, 0xa3, 0x89, 0xf2, 0xc9, 0x4b, 0x7b, 0x41, 0x11, 0x6d, 0x67, 0xb7, 0x08, 0x98 +.byte 0x4c, 0xe5, 0x11, 0x19, 0xae, 0x42, 0x80, 0xdc, 0xfb, 0x90, 0x05, 0xd4, 0xf8, 0x50, 0xca, 0xbe +.byte 0xe4, 0xad, 0xc7, 0xc2, 0x94, 0xd7, 0x16, 0x9d, 0xe6, 0x17, 0x8f, 0xaf, 0x36, 0xfb, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0x8b, 0x00, 0x78, 0x00, 0x30, 0x81, 0x88, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08 +.byte 0x13, 0x0a, 0x4e, 0x65, 0x77, 0x20, 0x4a, 0x65, 0x72, 0x73, 0x65, 0x79, 0x31, 0x14, 0x30, 0x12 +.byte 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0b, 0x4a, 0x65, 0x72, 0x73, 0x65, 0x79, 0x20, 0x43, 0x69 +.byte 0x74, 0x79, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x15, 0x54, 0x68, 0x65 +.byte 0x20, 0x55, 0x53, 0x45, 0x52, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f +.byte 0x72, 0x6b, 0x31, 0x2e, 0x30, 0x2c, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x25, 0x55, 0x53, 0x45 +.byte 0x52, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x45, 0x43, 0x43, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69 +.byte 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69 +.byte 0x74, 0x79, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06 +.byte 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x1a, 0xac, 0x54, 0x5a, 0xa9, 0xf9 +.byte 0x68, 0x23, 0xe7, 0x7a, 0xd5, 0x24, 0x6f, 0x53, 0xc6, 0x5a, 0xd8, 0x4b, 0xab, 0xc6, 0xd5, 0xb6 +.byte 0xd1, 0xe6, 0x73, 0x71, 0xae, 0xdd, 0x9c, 0xd6, 0x0c, 0x61, 0xfd, 0xdb, 0xa0, 0x89, 0x03, 0xb8 +.byte 0x05, 0x14, 0xec, 0x57, 0xce, 0xee, 0x5d, 0x3f, 0xe2, 0x21, 0xb3, 0xce, 0xf7, 0xd4, 0x8a, 0x79 +.byte 0xe0, 0xa3, 0x83, 0x7e, 0x2d, 0x97, 0xd0, 0x61, 0xc4, 0xf1, 0x99, 0xdc, 0x25, 0x91, 0x63, 0xab +.byte 0x7f, 0x30, 0xa3, 0xb4, 0x70, 0xe2, 0xc7, 0xa1, 0x33, 0x9c, 0xf3, 0xbf, 0x2e, 0x5c, 0x53, 0xb1 +.byte 0x5f, 0xb3, 0x7d, 0x32, 0x7f, 0x8a, 0x34, 0xe3, 0x79, 0x79, 0x8b, 0x00, 0x26, 0x02, 0x30, 0x81 +.byte 0x88, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13 +.byte 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0a, 0x4e, 0x65, 0x77, 0x20, 0x4a, 0x65, 0x72 +.byte 0x73, 0x65, 0x79, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0b, 0x4a, 0x65 +.byte 0x72, 0x73, 0x65, 0x79, 0x20, 0x43, 0x69, 0x74, 0x79, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x13, 0x15, 0x54, 0x68, 0x65, 0x20, 0x55, 0x53, 0x45, 0x52, 0x54, 0x52, 0x55, 0x53 +.byte 0x54, 0x20, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x31, 0x2e, 0x30, 0x2c, 0x06, 0x03, 0x55 +.byte 0x04, 0x03, 0x13, 0x25, 0x55, 0x53, 0x45, 0x52, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x53 +.byte 0x41, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20 +.byte 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06 +.byte 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f +.byte 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0x80, 0x12, 0x65, 0x17, 0x36, 0x0e +.byte 0xc3, 0xdb, 0x08, 0xb3, 0xd0, 0xac, 0x57, 0x0d, 0x76, 0xed, 0xcd, 0x27, 0xd3, 0x4c, 0xad, 0x50 +.byte 0x83, 0x61, 0xe2, 0xaa, 0x20, 0x4d, 0x09, 0x2d, 0x64, 0x09, 0xdc, 0xce, 0x89, 0x9f, 0xcc, 0x3d +.byte 0xa9, 0xec, 0xf6, 0xcf, 0xc1, 0xdc, 0xf1, 0xd3, 0xb1, 0xd6, 0x7b, 0x37, 0x28, 0x11, 0x2b, 0x47 +.byte 0xda, 0x39, 0xc6, 0xbc, 0x3a, 0x19, 0xb4, 0x5f, 0xa6, 0xbd, 0x7d, 0x9d, 0xa3, 0x63, 0x42, 0xb6 +.byte 0x76, 0xf2, 0xa9, 0x3b, 0x2b, 0x91, 0xf8, 0xe2, 0x6f, 0xd0, 0xec, 0x16, 0x20, 0x90, 0x09, 0x3e +.byte 0xe2, 0xe8, 0x74, 0xc9, 0x18, 0xb4, 0x91, 0xd4, 0x62, 0x64, 0xdb, 0x7f, 0xa3, 0x06, 0xf1, 0x88 +.byte 0x18, 0x6a, 0x90, 0x22, 0x3c, 0xbc, 0xfe, 0x13, 0xf0, 0x87, 0x14, 0x7b, 0xf6, 0xe4, 0x1f, 0x8e +.byte 0xd4, 0xe4, 0x51, 0xc6, 0x11, 0x67, 0x46, 0x08, 0x51, 0xcb, 0x86, 0x14, 0x54, 0x3f, 0xbc, 0x33 +.byte 0xfe, 0x7e, 0x6c, 0x9c, 0xff, 0x16, 0x9d, 0x18, 0xbd, 0x51, 0x8e, 0x35, 0xa6, 0xa7, 0x66, 0xc8 +.byte 0x72, 0x67, 0xdb, 0x21, 0x66, 0xb1, 0xd4, 0x9b, 0x78, 0x03, 0xc0, 0x50, 0x3a, 0xe8, 0xcc, 0xf0 +.byte 0xdc, 0xbc, 0x9e, 0x4c, 0xfe, 0xaf, 0x05, 0x96, 0x35, 0x1f, 0x57, 0x5a, 0xb7, 0xff, 0xce, 0xf9 +.byte 0x3d, 0xb7, 0x2c, 0xb6, 0xf6, 0x54, 0xdd, 0xc8, 0xe7, 0x12, 0x3a, 0x4d, 0xae, 0x4c, 0x8a, 0xb7 +.byte 0x5c, 0x9a, 0xb4, 0xb7, 0x20, 0x3d, 0xca, 0x7f, 0x22, 0x34, 0xae, 0x7e, 0x3b, 0x68, 0x66, 0x01 +.byte 0x44, 0xe7, 0x01, 0x4e, 0x46, 0x53, 0x9b, 0x33, 0x60, 0xf7, 0x94, 0xbe, 0x53, 0x37, 0x90, 0x73 +.byte 0x43, 0xf3, 0x32, 0xc3, 0x53, 0xef, 0xdb, 0xaa, 0xfe, 0x74, 0x4e, 0x69, 0xc7, 0x6b, 0x8c, 0x60 +.byte 0x93, 0xde, 0xc4, 0xc7, 0x0c, 0xdf, 0xe1, 0x32, 0xae, 0xcc, 0x93, 0x3b, 0x51, 0x78, 0x95, 0x67 +.byte 0x8b, 0xee, 0x3d, 0x56, 0xfe, 0x0c, 0xd0, 0x69, 0x0f, 0x1b, 0x0f, 0xf3, 0x25, 0x26, 0x6b, 0x33 +.byte 0x6d, 0xf7, 0x6e, 0x47, 0xfa, 0x73, 0x43, 0xe5, 0x7e, 0x0e, 0xa5, 0x66, 0xb1, 0x29, 0x7c, 0x32 +.byte 0x84, 0x63, 0x55, 0x89, 0xc4, 0x0d, 0xc1, 0x93, 0x54, 0x30, 0x19, 0x13, 0xac, 0xd3, 0x7d, 0x37 +.byte 0xa7, 0xeb, 0x5d, 0x3a, 0x6c, 0x35, 0x5c, 0xdb, 0x41, 0xd7, 0x12, 0xda, 0xa9, 0x49, 0x0b, 0xdf +.byte 0xd8, 0x80, 0x8a, 0x09, 0x93, 0x62, 0x8e, 0xb5, 0x66, 0xcf, 0x25, 0x88, 0xcd, 0x84, 0xb8, 0xb1 +.byte 0x3f, 0xa4, 0x39, 0x0f, 0xd9, 0x02, 0x9e, 0xeb, 0x12, 0x4c, 0x95, 0x7c, 0xf3, 0x6b, 0x05, 0xa9 +.byte 0x5e, 0x16, 0x83, 0xcc, 0xb8, 0x67, 0xe2, 0xe8, 0x13, 0x9d, 0xcc, 0x5b, 0x82, 0xd3, 0x4c, 0xb3 +.byte 0xed, 0x5b, 0xff, 0xde, 0xe5, 0x73, 0xac, 0x23, 0x3b, 0x2d, 0x00, 0xbf, 0x35, 0x55, 0x74, 0x09 +.byte 0x49, 0xd8, 0x49, 0x58, 0x1a, 0x7f, 0x92, 0x36, 0xe6, 0x51, 0x92, 0x0e, 0xf3, 0x26, 0x7d, 0x1c +.byte 0x4d, 0x17, 0xbc, 0xc9, 0xec, 0x43, 0x26, 0xd0, 0xbf, 0x41, 0x5f, 0x40, 0xa9, 0x44, 0x44, 0xf4 +.byte 0x99, 0xe7, 0x57, 0x87, 0x9e, 0x50, 0x1f, 0x57, 0x54, 0xa8, 0x3e, 0xfd, 0x74, 0x63, 0x2f, 0xb1 +.byte 0x50, 0x65, 0x09, 0xe6, 0x58, 0x42, 0x2e, 0x43, 0x1a, 0x4c, 0xb4, 0xf0, 0x25, 0x47, 0x59, 0xfa +.byte 0x04, 0x1e, 0x93, 0xd4, 0x26, 0x46, 0x4a, 0x50, 0x81, 0xb2, 0xde, 0xbe, 0x78, 0xb7, 0xfc, 0x67 +.byte 0x15, 0xe1, 0xc9, 0x57, 0x84, 0x1e, 0x0f, 0x63, 0xd6, 0xe9, 0x62, 0xba, 0xd6, 0x5f, 0x55, 0x2e +.byte 0xea, 0x5c, 0xc6, 0x28, 0x08, 0x04, 0x25, 0x39, 0xb8, 0x0e, 0x2b, 0xa9, 0xf2, 0x4c, 0x97, 0x1c +.byte 0x07, 0x3f, 0x0d, 0x52, 0xf5, 0xed, 0xef, 0x2f, 0x82, 0x0f, 0x02, 0x03, 0x01, 0x00, 0x01, 0x92 +.byte 0x00, 0x26, 0x01, 0x30, 0x81, 0x8f, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13 +.byte 0x02, 0x55, 0x53, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x07, 0x41, 0x72 +.byte 0x69, 0x7a, 0x6f, 0x6e, 0x61, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0a +.byte 0x53, 0x63, 0x6f, 0x74, 0x74, 0x73, 0x64, 0x61, 0x6c, 0x65, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03 +.byte 0x55, 0x04, 0x0a, 0x13, 0x1c, 0x53, 0x74, 0x61, 0x72, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x20, 0x54 +.byte 0x65, 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63 +.byte 0x2e, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x29, 0x53, 0x74, 0x61, 0x72 +.byte 0x66, 0x69, 0x65, 0x6c, 0x64, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69 +.byte 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79 +.byte 0x20, 0x2d, 0x20, 0x47, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48 +.byte 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01 +.byte 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xbd, 0xed, 0xc1, 0x03, 0xfc, 0xf6, 0x8f, 0xfc, 0x02, 0xb1 +.byte 0x6f, 0x5b, 0x9f, 0x48, 0xd9, 0x9d, 0x79, 0xe2, 0xa2, 0xb7, 0x03, 0x61, 0x56, 0x18, 0xc3, 0x47 +.byte 0xb6, 0xd7, 0xca, 0x3d, 0x35, 0x2e, 0x89, 0x43, 0xf7, 0xa1, 0x69, 0x9b, 0xde, 0x8a, 0x1a, 0xfd +.byte 0x13, 0x20, 0x9c, 0xb4, 0x49, 0x77, 0x32, 0x29, 0x56, 0xfd, 0xb9, 0xec, 0x8c, 0xdd, 0x22, 0xfa +.byte 0x72, 0xdc, 0x27, 0x61, 0x97, 0xee, 0xf6, 0x5a, 0x84, 0xec, 0x6e, 0x19, 0xb9, 0x89, 0x2c, 0xdc +.byte 0x84, 0x5b, 0xd5, 0x74, 0xfb, 0x6b, 0x5f, 0xc5, 0x89, 0xa5, 0x10, 0x52, 0x89, 0x46, 0x55, 0xf4 +.byte 0xb8, 0x75, 0x1c, 0xe6, 0x7f, 0xe4, 0x54, 0xae, 0x4b, 0xf8, 0x55, 0x72, 0x57, 0x02, 0x19, 0xf8 +.byte 0x17, 0x71, 0x59, 0xeb, 0x1e, 0x28, 0x07, 0x74, 0xc5, 0x9d, 0x48, 0xbe, 0x6c, 0xb4, 0xf4, 0xa4 +.byte 0xb0, 0xf3, 0x64, 0x37, 0x79, 0x92, 0xc0, 0xec, 0x46, 0x5e, 0x7f, 0xe1, 0x6d, 0x53, 0x4c, 0x62 +.byte 0xaf, 0xcd, 0x1f, 0x0b, 0x63, 0xbb, 0x3a, 0x9d, 0xfb, 0xfc, 0x79, 0x00, 0x98, 0x61, 0x74, 0xcf +.byte 0x26, 0x82, 0x40, 0x63, 0xf3, 0xb2, 0x72, 0x6a, 0x19, 0x0d, 0x99, 0xca, 0xd4, 0x0e, 0x75, 0xcc +.byte 0x37, 0xfb, 0x8b, 0x89, 0xc1, 0x59, 0xf1, 0x62, 0x7f, 0x5f, 0xb3, 0x5f, 0x65, 0x30, 0xf8, 0xa7 +.byte 0xb7, 0x4d, 0x76, 0x5a, 0x1e, 0x76, 0x5e, 0x34, 0xc0, 0xe8, 0x96, 0x56, 0x99, 0x8a, 0xb3, 0xf0 +.byte 0x7f, 0xa4, 0xcd, 0xbd, 0xdc, 0x32, 0x31, 0x7c, 0x91, 0xcf, 0xe0, 0x5f, 0x11, 0xf8, 0x6b, 0xaa +.byte 0x49, 0x5c, 0xd1, 0x99, 0x94, 0xd1, 0xa2, 0xe3, 0x63, 0x5b, 0x09, 0x76, 0xb5, 0x56, 0x62, 0xe1 +.byte 0x4b, 0x74, 0x1d, 0x96, 0xd4, 0x26, 0xd4, 0x08, 0x04, 0x59, 0xd0, 0x98, 0x0e, 0x0e, 0xe6, 0xde +.byte 0xfc, 0xc3, 0xec, 0x1f, 0x90, 0xf1, 0x02, 0x03, 0x01, 0x00, 0x01, 0x94, 0x00, 0x5b, 0x00, 0x30 +.byte 0x81, 0x91, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31 +.byte 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x08, 0x49, 0x6c, 0x6c, 0x69, 0x6e, 0x6f +.byte 0x69, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x43, 0x68, 0x69 +.byte 0x63, 0x61, 0x67, 0x6f, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x18, 0x54 +.byte 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76, 0x65, 0x20, 0x48, 0x6f, 0x6c, 0x64, 0x69, 0x6e, 0x67 +.byte 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x3a, 0x30, 0x38, 0x06, 0x03, 0x55, 0x04, 0x03 +.byte 0x13, 0x31, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76, 0x65, 0x20, 0x47, 0x6c, 0x6f, 0x62 +.byte 0x61, 0x6c, 0x20, 0x45, 0x43, 0x43, 0x20, 0x50, 0x32, 0x35, 0x36, 0x20, 0x43, 0x65, 0x72, 0x74 +.byte 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72 +.byte 0x69, 0x74, 0x79, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01 +.byte 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0x7e, 0xfb +.byte 0x6c, 0xe6, 0x23, 0xe3, 0x73, 0x32, 0x08, 0xca, 0x60, 0xe6, 0x53, 0x9c, 0xba, 0x74, 0x8d, 0x18 +.byte 0xb0, 0x78, 0x90, 0x52, 0x80, 0xdd, 0x38, 0xc0, 0x4a, 0x1d, 0xd1, 0xa8, 0xcc, 0x93, 0xa4, 0x97 +.byte 0x06, 0x38, 0xca, 0x0d, 0x15, 0x62, 0xc6, 0x8e, 0x01, 0x2a, 0x65, 0x9d, 0xaa, 0xdf, 0x34, 0x91 +.byte 0x2e, 0x81, 0xc1, 0xe4, 0x33, 0x92, 0x31, 0xc4, 0xfd, 0x09, 0x3a, 0xa6, 0x3f, 0xad, 0x94, 0x00 +.byte 0x78, 0x00, 0x30, 0x81, 0x91, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x55, 0x53, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x08, 0x49, 0x6c, 0x6c +.byte 0x69, 0x6e, 0x6f, 0x69, 0x73, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07 +.byte 0x43, 0x68, 0x69, 0x63, 0x61, 0x67, 0x6f, 0x31, 0x21, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x13, 0x18, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76, 0x65, 0x20, 0x48, 0x6f, 0x6c, 0x64 +.byte 0x69, 0x6e, 0x67, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x3a, 0x30, 0x38, 0x06, 0x03 +.byte 0x55, 0x04, 0x03, 0x13, 0x31, 0x54, 0x72, 0x75, 0x73, 0x74, 0x77, 0x61, 0x76, 0x65, 0x20, 0x47 +.byte 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x45, 0x43, 0x43, 0x20, 0x50, 0x33, 0x38, 0x34, 0x20, 0x43 +.byte 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74 +.byte 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce +.byte 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x6b, 0xda +.byte 0x0d, 0x75, 0x35, 0x08, 0x31, 0x47, 0x05, 0xae, 0x45, 0x99, 0x55, 0xf1, 0x11, 0x13, 0x2e, 0x4a +.byte 0xf8, 0x10, 0x31, 0x23, 0xa3, 0x7e, 0x83, 0xd3, 0x7f, 0x28, 0x08, 0x3a, 0x26, 0x1a, 0x3a, 0xcf +.byte 0x97, 0x82, 0x1f, 0x80, 0xb7, 0x27, 0x09, 0x8f, 0xd1, 0x8e, 0x30, 0xc4, 0x0a, 0x9b, 0x0e, 0xac +.byte 0x58, 0x04, 0xab, 0xf7, 0x36, 0x7d, 0x94, 0x23, 0xa4, 0x9b, 0x0a, 0x8a, 0x8b, 0xab, 0xeb, 0xfd +.byte 0x39, 0x25, 0x66, 0xf1, 0x5e, 0xfe, 0x8c, 0xae, 0x8d, 0x41, 0x79, 0x9d, 0x09, 0x60, 0xce, 0x28 +.byte 0xa9, 0xd3, 0x8a, 0x6d, 0xf3, 0xd6, 0x45, 0xd4, 0xf2, 0x98, 0x84, 0x38, 0x65, 0xa0, 0x9b, 0x00 +.byte 0x26, 0x01, 0x30, 0x81, 0x98, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02 +.byte 0x55, 0x53, 0x31, 0x10, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x07, 0x41, 0x72, 0x69 +.byte 0x7a, 0x6f, 0x6e, 0x61, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0a, 0x53 +.byte 0x63, 0x6f, 0x74, 0x74, 0x73, 0x64, 0x61, 0x6c, 0x65, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55 +.byte 0x04, 0x0a, 0x13, 0x1c, 0x53, 0x74, 0x61, 0x72, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x20, 0x54, 0x65 +.byte 0x63, 0x68, 0x6e, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e +.byte 0x31, 0x3b, 0x30, 0x39, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x32, 0x53, 0x74, 0x61, 0x72, 0x66 +.byte 0x69, 0x65, 0x6c, 0x64, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x20, 0x52, 0x6f +.byte 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x41 +.byte 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x2d, 0x20, 0x47, 0x32, 0x30, 0x82, 0x01 +.byte 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00 +.byte 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xd5, 0x0c +.byte 0x3a, 0xc4, 0x2a, 0xf9, 0x4e, 0xe2, 0xf5, 0xbe, 0x19, 0x97, 0x5f, 0x8e, 0x88, 0x53, 0xb1, 0x1f +.byte 0x3f, 0xcb, 0xcf, 0x9f, 0x20, 0x13, 0x6d, 0x29, 0x3a, 0xc8, 0x0f, 0x7d, 0x3c, 0xf7, 0x6b, 0x76 +.byte 0x38, 0x63, 0xd9, 0x36, 0x60, 0xa8, 0x9b, 0x5e, 0x5c, 0x00, 0x80, 0xb2, 0x2f, 0x59, 0x7f, 0xf6 +.byte 0x87, 0xf9, 0x25, 0x43, 0x86, 0xe7, 0x69, 0x1b, 0x52, 0x9a, 0x90, 0xe1, 0x71, 0xe3, 0xd8, 0x2d +.byte 0x0d, 0x4e, 0x6f, 0xf6, 0xc8, 0x49, 0xd9, 0xb6, 0xf3, 0x1a, 0x56, 0xae, 0x2b, 0xb6, 0x74, 0x14 +.byte 0xeb, 0xcf, 0xfb, 0x26, 0xe3, 0x1a, 0xba, 0x1d, 0x96, 0x2e, 0x6a, 0x3b, 0x58, 0x94, 0x89, 0x47 +.byte 0x56, 0xff, 0x25, 0xa0, 0x93, 0x70, 0x53, 0x83, 0xda, 0x84, 0x74, 0x14, 0xc3, 0x67, 0x9e, 0x04 +.byte 0x68, 0x3a, 0xdf, 0x8e, 0x40, 0x5a, 0x1d, 0x4a, 0x4e, 0xcf, 0x43, 0x91, 0x3b, 0xe7, 0x56, 0xd6 +.byte 0x00, 0x70, 0xcb, 0x52, 0xee, 0x7b, 0x7d, 0xae, 0x3a, 0xe7, 0xbc, 0x31, 0xf9, 0x45, 0xf6, 0xc2 +.byte 0x60, 0xcf, 0x13, 0x59, 0x02, 0x2b, 0x80, 0xcc, 0x34, 0x47, 0xdf, 0xb9, 0xde, 0x90, 0x65, 0x6d +.byte 0x02, 0xcf, 0x2c, 0x91, 0xa6, 0xa6, 0xe7, 0xde, 0x85, 0x18, 0x49, 0x7c, 0x66, 0x4e, 0xa3, 0x3a +.byte 0x6d, 0xa9, 0xb5, 0xee, 0x34, 0x2e, 0xba, 0x0d, 0x03, 0xb8, 0x33, 0xdf, 0x47, 0xeb, 0xb1, 0x6b +.byte 0x8d, 0x25, 0xd9, 0x9b, 0xce, 0x81, 0xd1, 0x45, 0x46, 0x32, 0x96, 0x70, 0x87, 0xde, 0x02, 0x0e +.byte 0x49, 0x43, 0x85, 0xb6, 0x6c, 0x73, 0xbb, 0x64, 0xea, 0x61, 0x41, 0xac, 0xc9, 0xd4, 0x54, 0xdf +.byte 0x87, 0x2f, 0xc7, 0x22, 0xb2, 0x26, 0xcc, 0x9f, 0x59, 0x54, 0x68, 0x9f, 0xfc, 0xbe, 0x2a, 0x2f +.byte 0xc4, 0x55, 0x1c, 0x75, 0x40, 0x60, 0x17, 0x85, 0x02, 0x55, 0x39, 0x8b, 0x7f, 0x05, 0x02, 0x03 +.byte 0x01, 0x00, 0x01, 0xa9, 0x00, 0x26, 0x02, 0x30, 0x81, 0xa6, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x52, 0x31, 0x0f, 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x07 +.byte 0x13, 0x06, 0x41, 0x74, 0x68, 0x65, 0x6e, 0x73, 0x31, 0x44, 0x30, 0x42, 0x06, 0x03, 0x55, 0x04 +.byte 0x0a, 0x13, 0x3b, 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e, 0x69, 0x63, 0x20, 0x41, 0x63, 0x61, 0x64 +.byte 0x65, 0x6d, 0x69, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x52, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63 +.byte 0x68, 0x20, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x43 +.byte 0x65, 0x72, 0x74, 0x2e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x31, 0x40 +.byte 0x30, 0x3e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x37, 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e, 0x69 .byte 0x63, 0x20, 0x41, 0x63, 0x61, 0x64, 0x65, 0x6d, 0x69, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x52 .byte 0x65, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x20, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74 -.byte 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x43, 0x65, 0x72, 0x74, 0x2e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f -.byte 0x72, 0x69, 0x74, 0x79, 0x31, 0x40, 0x30, 0x3e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x37, 0x48 -.byte 0x65, 0x6c, 0x6c, 0x65, 0x6e, 0x69, 0x63, 0x20, 0x41, 0x63, 0x61, 0x64, 0x65, 0x6d, 0x69, 0x63 -.byte 0x20, 0x61, 0x6e, 0x64, 0x20, 0x52, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x20, 0x49, 0x6e -.byte 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43 -.byte 0x41, 0x20, 0x32, 0x30, 0x31, 0x35, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 -.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82 -.byte 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xc2, 0xf8, 0xa9, 0x3f, 0x1b, 0x89, 0xfc, 0x3c, 0x3c -.byte 0x04, 0x5d, 0x3d, 0x90, 0x36, 0xb0, 0x91, 0x3a, 0x79, 0x3c, 0x66, 0x5a, 0xef, 0x6d, 0x39, 0x01 -.byte 0x49, 0x1a, 0xb4, 0xb7, 0xcf, 0x7f, 0x4d, 0x23, 0x53, 0xb7, 0x90, 0x00, 0xe3, 0x13, 0x2a, 0x28 -.byte 0xa6, 0x31, 0xf1, 0x91, 0x00, 0xe3, 0x28, 0xec, 0xae, 0x21, 0x41, 0xce, 0x1f, 0xda, 0xfd, 0x7d -.byte 0x12, 0x5b, 0x01, 0x83, 0x0f, 0xb9, 0xb0, 0x5f, 0x99, 0xe1, 0xf2, 0x12, 0x83, 0x80, 0x4d, 0x06 -.byte 0x3e, 0xdf, 0xac, 0xaf, 0xe7, 0xa1, 0x88, 0x6b, 0x31, 0xaf, 0xf0, 0x8b, 0xd0, 0x18, 0x33, 0xb8 -.byte 0xdb, 0x45, 0x6a, 0x34, 0xf4, 0x02, 0x80, 0x24, 0x28, 0x0a, 0x02, 0x15, 0x95, 0x5e, 0x76, 0x2a -.byte 0x0d, 0x99, 0x3a, 0x14, 0x5b, 0xf6, 0xcb, 0xcb, 0x53, 0xbc, 0x13, 0x4d, 0x01, 0x88, 0x37, 0x94 -.byte 0x25, 0x1b, 0x42, 0xbc, 0x22, 0xd8, 0x8e, 0xa3, 0x96, 0x5e, 0x3a, 0xd9, 0x32, 0xdb, 0x3e, 0xe8 -.byte 0xf0, 0x10, 0x65, 0xed, 0x74, 0xe1, 0x2f, 0xa7, 0x7c, 0xaf, 0x27, 0x34, 0xbb, 0x29, 0x7d, 0x9b -.byte 0xb6, 0xcf, 0x09, 0xc8, 0xe5, 0xd3, 0x0a, 0xfc, 0x88, 0x65, 0x65, 0x74, 0x0a, 0xdc, 0x73, 0x1c -.byte 0x5c, 0xcd, 0x40, 0xb1, 0x1c, 0xd4, 0xb6, 0x84, 0x8c, 0x4c, 0x50, 0xcf, 0x68, 0x8e, 0xa8, 0x59 -.byte 0xae, 0xc2, 0x27, 0x4e, 0x82, 0xa2, 0x35, 0xdd, 0x14, 0xf4, 0x1f, 0xff, 0xb2, 0x77, 0xd5, 0x87 -.byte 0x2f, 0xaa, 0x6e, 0x7d, 0x24, 0x27, 0xe7, 0xc6, 0xcb, 0x26, 0xe6, 0xe5, 0xfe, 0x67, 0x07, 0x63 -.byte 0xd8, 0x45, 0x0d, 0xdd, 0x3a, 0x59, 0x65, 0x39, 0x58, 0x7a, 0x92, 0x99, 0x72, 0x3d, 0x9c, 0x84 -.byte 0x5e, 0x88, 0x21, 0xb8, 0xd5, 0xf4, 0x2c, 0xfc, 0xd9, 0x70, 0x52, 0x4f, 0x78, 0xb8, 0xbd, 0x3c -.byte 0x2b, 0x8b, 0x95, 0x98, 0xf5, 0xb3, 0xd1, 0x68, 0xcf, 0x20, 0x14, 0x7e, 0x4c, 0x5c, 0x5f, 0xe7 -.byte 0x8b, 0xe5, 0xf5, 0x35, 0x81, 0x19, 0x37, 0xd7, 0x11, 0x08, 0xb7, 0x66, 0xbe, 0xd3, 0x4a, 0xce -.byte 0x83, 0x57, 0x00, 0x3a, 0xc3, 0x81, 0xf8, 0x17, 0xcb, 0x92, 0x36, 0x5d, 0xd1, 0xa3, 0xd8, 0x75 -.byte 0x1b, 0xe1, 0x8b, 0x27, 0xea, 0x7a, 0x48, 0x41, 0xfd, 0x45, 0x19, 0x06, 0xad, 0x27, 0x99, 0x4e -.byte 0xc1, 0x70, 0x47, 0xdd, 0xb5, 0x9f, 0x81, 0x53, 0x12, 0xe5, 0xb1, 0x8c, 0x48, 0x5d, 0x31, 0x43 -.byte 0x17, 0xe3, 0x8c, 0xc6, 0x7a, 0x63, 0x96, 0x4b, 0x29, 0x30, 0x4e, 0x84, 0x4e, 0x62, 0x19, 0x5e -.byte 0x3c, 0xce, 0x97, 0x90, 0xa5, 0x7f, 0x01, 0xeb, 0x9d, 0xe0, 0xf8, 0x8b, 0x89, 0xdd, 0x25, 0x98 -.byte 0x3d, 0x92, 0xb6, 0x7e, 0xef, 0xd9, 0xf1, 0x51, 0x51, 0x7d, 0x2d, 0x26, 0xc8, 0x69, 0x59, 0x61 -.byte 0xe0, 0xac, 0x6a, 0xb8, 0x2a, 0x36, 0x11, 0x04, 0x7a, 0x50, 0xbd, 0x32, 0x84, 0xbe, 0x2f, 0xdc -.byte 0x72, 0xd5, 0xd7, 0x1d, 0x16, 0x47, 0xe4, 0x47, 0x66, 0x20, 0x3f, 0xf4, 0x96, 0xc5, 0xaf, 0x8e -.byte 0x01, 0x7a, 0xa5, 0x0f, 0x7a, 0x64, 0xf5, 0x0d, 0x18, 0x87, 0xd9, 0xae, 0x88, 0xd5, 0xfa, 0x84 -.byte 0xc1, 0x3a, 0xc0, 0x69, 0x28, 0x2d, 0xf2, 0x0d, 0x68, 0x51, 0xaa, 0xe3, 0xa5, 0x77, 0xc6, 0xa4 -.byte 0x90, 0x0e, 0xa1, 0x37, 0x8b, 0x31, 0x23, 0x47, 0xc1, 0x09, 0x08, 0xeb, 0x6e, 0xf7, 0x78, 0x9b -.byte 0xd7, 0x82, 0xfc, 0x84, 0x20, 0x99, 0x49, 0x19, 0xb6, 0x12, 0x46, 0xb1, 0xfb, 0x45, 0x55, 0x16 -.byte 0xa9, 0xa3, 0x65, 0xac, 0x9c, 0x07, 0x0f, 0xea, 0x6b, 0xdc, 0x1f, 0x2e, 0x06, 0x72, 0xec, 0x86 -.byte 0x88, 0x12, 0xe4, 0x2d, 0xdb, 0x5f, 0x05, 0x2f, 0xe4, 0xf0, 0x03, 0xd3, 0x26, 0x33, 0xe7, 0x80 -.byte 0xc2, 0xcd, 0x42, 0xa1, 0x17, 0x34, 0x0b, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0xaa, 0x01, 0x26 -.byte 0x30, 0x81, 0xa7, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x48, 0x55 -.byte 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03, 0x55, 0x04, 0x07, 0x0c, 0x08, 0x42, 0x75, 0x64, 0x61, 0x70 -.byte 0x65, 0x73, 0x74, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0c, 0x4e, 0x65 -.byte 0x74, 0x4c, 0x6f, 0x63, 0x6b, 0x20, 0x4b, 0x66, 0x74, 0x2e, 0x31, 0x37, 0x30, 0x35, 0x06, 0x03 -.byte 0x55, 0x04, 0x0b, 0x0c, 0x2e, 0x54, 0x61, 0x6e, 0xc3, 0xba, 0x73, 0xc3, 0xad, 0x74, 0x76, 0xc3 -.byte 0xa1, 0x6e, 0x79, 0x6b, 0x69, 0x61, 0x64, 0xc3, 0xb3, 0x6b, 0x20, 0x28, 0x43, 0x65, 0x72, 0x74 -.byte 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63 -.byte 0x65, 0x73, 0x29, 0x31, 0x35, 0x30, 0x33, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x2c, 0x4e, 0x65 -.byte 0x74, 0x4c, 0x6f, 0x63, 0x6b, 0x20, 0x41, 0x72, 0x61, 0x6e, 0x79, 0x20, 0x28, 0x43, 0x6c, 0x61 -.byte 0x73, 0x73, 0x20, 0x47, 0x6f, 0x6c, 0x64, 0x29, 0x20, 0x46, 0xc5, 0x91, 0x74, 0x61, 0x6e, 0xc3 -.byte 0xba, 0x73, 0xc3, 0xad, 0x74, 0x76, 0xc3, 0xa1, 0x6e, 0x79, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d -.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01 -.byte 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xc4, 0x24, 0x5e, 0x73, 0xbe -.byte 0x4b, 0x6d, 0x14, 0xc3, 0xa1, 0xf4, 0xe3, 0x97, 0x90, 0x6e, 0xd2, 0x30, 0x45, 0x1e, 0x3c, 0xee -.byte 0x67, 0xd9, 0x64, 0xe0, 0x1a, 0x8a, 0x7f, 0xca, 0x30, 0xca, 0x83, 0xe3, 0x20, 0xc1, 0xe3, 0xf4 -.byte 0x3a, 0xd3, 0x94, 0x5f, 0x1a, 0x7c, 0x5b, 0x6d, 0xbf, 0x30, 0x4f, 0x84, 0x27, 0xf6, 0x9f, 0x1f -.byte 0x49, 0xbc, 0xc6, 0x99, 0x0a, 0x90, 0xf2, 0x0f, 0xf5, 0x7f, 0x43, 0x84, 0x37, 0x63, 0x51, 0x8b -.byte 0x7a, 0xa5, 0x70, 0xfc, 0x7a, 0x58, 0xcd, 0x8e, 0x9b, 0xed, 0xc3, 0x46, 0x6c, 0x84, 0x70, 0x5d -.byte 0xda, 0xf3, 0x01, 0x90, 0x23, 0xfc, 0x4e, 0x30, 0xa9, 0x7e, 0xe1, 0x27, 0x63, 0xe7, 0xed, 0x64 -.byte 0x3c, 0xa0, 0xb8, 0xc9, 0x33, 0x63, 0xfe, 0x16, 0x90, 0xff, 0xb0, 0xb8, 0xfd, 0xd7, 0xa8, 0xc0 -.byte 0xc0, 0x94, 0x43, 0x0b, 0xb6, 0xd5, 0x59, 0xa6, 0x9e, 0x56, 0xd0, 0x24, 0x1f, 0x70, 0x79, 0xaf -.byte 0xdb, 0x39, 0x54, 0x0d, 0x65, 0x75, 0xd9, 0x15, 0x41, 0x94, 0x01, 0xaf, 0x5e, 0xec, 0xf6, 0x8d -.byte 0xf1, 0xff, 0xad, 0x64, 0xfe, 0x20, 0x9a, 0xd7, 0x5c, 0xeb, 0xfe, 0xa6, 0x1f, 0x08, 0x64, 0xa3 -.byte 0x8b, 0x76, 0x55, 0xad, 0x1e, 0x3b, 0x28, 0x60, 0x2e, 0x87, 0x25, 0xe8, 0xaa, 0xaf, 0x1f, 0xc6 -.byte 0x64, 0x46, 0x20, 0xb7, 0x70, 0x7f, 0x3c, 0xde, 0x48, 0xdb, 0x96, 0x53, 0xb7, 0x39, 0x77, 0xe4 -.byte 0x1a, 0xe2, 0xc7, 0x16, 0x84, 0x76, 0x97, 0x5b, 0x2f, 0xbb, 0x19, 0x15, 0x85, 0xf8, 0x69, 0x85 -.byte 0xf5, 0x99, 0xa7, 0xa9, 0xf2, 0x34, 0xa7, 0xa9, 0xb6, 0xa6, 0x03, 0xfc, 0x6f, 0x86, 0x3d, 0x54 -.byte 0x7c, 0x76, 0x04, 0x9b, 0x6b, 0xf9, 0x40, 0x5d, 0x00, 0x34, 0xc7, 0x2e, 0x99, 0x75, 0x9d, 0xe5 -.byte 0x88, 0x03, 0xaa, 0x4d, 0xf8, 0x03, 0xd2, 0x42, 0x76, 0xc0, 0x1b, 0x02, 0x03, 0x00, 0xa8, 0x8b -.byte 0x00, 0xad, 0x00, 0x78, 0x30, 0x81, 0xaa, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06 -.byte 0x13, 0x02, 0x47, 0x52, 0x31, 0x0f, 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x06, 0x41 -.byte 0x74, 0x68, 0x65, 0x6e, 0x73, 0x31, 0x44, 0x30, 0x42, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x3b +.byte 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x20, 0x32, 0x30, 0x31, 0x35 +.byte 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 +.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01 +.byte 0x00, 0xc2, 0xf8, 0xa9, 0x3f, 0x1b, 0x89, 0xfc, 0x3c, 0x3c, 0x04, 0x5d, 0x3d, 0x90, 0x36, 0xb0 +.byte 0x91, 0x3a, 0x79, 0x3c, 0x66, 0x5a, 0xef, 0x6d, 0x39, 0x01, 0x49, 0x1a, 0xb4, 0xb7, 0xcf, 0x7f +.byte 0x4d, 0x23, 0x53, 0xb7, 0x90, 0x00, 0xe3, 0x13, 0x2a, 0x28, 0xa6, 0x31, 0xf1, 0x91, 0x00, 0xe3 +.byte 0x28, 0xec, 0xae, 0x21, 0x41, 0xce, 0x1f, 0xda, 0xfd, 0x7d, 0x12, 0x5b, 0x01, 0x83, 0x0f, 0xb9 +.byte 0xb0, 0x5f, 0x99, 0xe1, 0xf2, 0x12, 0x83, 0x80, 0x4d, 0x06, 0x3e, 0xdf, 0xac, 0xaf, 0xe7, 0xa1 +.byte 0x88, 0x6b, 0x31, 0xaf, 0xf0, 0x8b, 0xd0, 0x18, 0x33, 0xb8, 0xdb, 0x45, 0x6a, 0x34, 0xf4, 0x02 +.byte 0x80, 0x24, 0x28, 0x0a, 0x02, 0x15, 0x95, 0x5e, 0x76, 0x2a, 0x0d, 0x99, 0x3a, 0x14, 0x5b, 0xf6 +.byte 0xcb, 0xcb, 0x53, 0xbc, 0x13, 0x4d, 0x01, 0x88, 0x37, 0x94, 0x25, 0x1b, 0x42, 0xbc, 0x22, 0xd8 +.byte 0x8e, 0xa3, 0x96, 0x5e, 0x3a, 0xd9, 0x32, 0xdb, 0x3e, 0xe8, 0xf0, 0x10, 0x65, 0xed, 0x74, 0xe1 +.byte 0x2f, 0xa7, 0x7c, 0xaf, 0x27, 0x34, 0xbb, 0x29, 0x7d, 0x9b, 0xb6, 0xcf, 0x09, 0xc8, 0xe5, 0xd3 +.byte 0x0a, 0xfc, 0x88, 0x65, 0x65, 0x74, 0x0a, 0xdc, 0x73, 0x1c, 0x5c, 0xcd, 0x40, 0xb1, 0x1c, 0xd4 +.byte 0xb6, 0x84, 0x8c, 0x4c, 0x50, 0xcf, 0x68, 0x8e, 0xa8, 0x59, 0xae, 0xc2, 0x27, 0x4e, 0x82, 0xa2 +.byte 0x35, 0xdd, 0x14, 0xf4, 0x1f, 0xff, 0xb2, 0x77, 0xd5, 0x87, 0x2f, 0xaa, 0x6e, 0x7d, 0x24, 0x27 +.byte 0xe7, 0xc6, 0xcb, 0x26, 0xe6, 0xe5, 0xfe, 0x67, 0x07, 0x63, 0xd8, 0x45, 0x0d, 0xdd, 0x3a, 0x59 +.byte 0x65, 0x39, 0x58, 0x7a, 0x92, 0x99, 0x72, 0x3d, 0x9c, 0x84, 0x5e, 0x88, 0x21, 0xb8, 0xd5, 0xf4 +.byte 0x2c, 0xfc, 0xd9, 0x70, 0x52, 0x4f, 0x78, 0xb8, 0xbd, 0x3c, 0x2b, 0x8b, 0x95, 0x98, 0xf5, 0xb3 +.byte 0xd1, 0x68, 0xcf, 0x20, 0x14, 0x7e, 0x4c, 0x5c, 0x5f, 0xe7, 0x8b, 0xe5, 0xf5, 0x35, 0x81, 0x19 +.byte 0x37, 0xd7, 0x11, 0x08, 0xb7, 0x66, 0xbe, 0xd3, 0x4a, 0xce, 0x83, 0x57, 0x00, 0x3a, 0xc3, 0x81 +.byte 0xf8, 0x17, 0xcb, 0x92, 0x36, 0x5d, 0xd1, 0xa3, 0xd8, 0x75, 0x1b, 0xe1, 0x8b, 0x27, 0xea, 0x7a +.byte 0x48, 0x41, 0xfd, 0x45, 0x19, 0x06, 0xad, 0x27, 0x99, 0x4e, 0xc1, 0x70, 0x47, 0xdd, 0xb5, 0x9f +.byte 0x81, 0x53, 0x12, 0xe5, 0xb1, 0x8c, 0x48, 0x5d, 0x31, 0x43, 0x17, 0xe3, 0x8c, 0xc6, 0x7a, 0x63 +.byte 0x96, 0x4b, 0x29, 0x30, 0x4e, 0x84, 0x4e, 0x62, 0x19, 0x5e, 0x3c, 0xce, 0x97, 0x90, 0xa5, 0x7f +.byte 0x01, 0xeb, 0x9d, 0xe0, 0xf8, 0x8b, 0x89, 0xdd, 0x25, 0x98, 0x3d, 0x92, 0xb6, 0x7e, 0xef, 0xd9 +.byte 0xf1, 0x51, 0x51, 0x7d, 0x2d, 0x26, 0xc8, 0x69, 0x59, 0x61, 0xe0, 0xac, 0x6a, 0xb8, 0x2a, 0x36 +.byte 0x11, 0x04, 0x7a, 0x50, 0xbd, 0x32, 0x84, 0xbe, 0x2f, 0xdc, 0x72, 0xd5, 0xd7, 0x1d, 0x16, 0x47 +.byte 0xe4, 0x47, 0x66, 0x20, 0x3f, 0xf4, 0x96, 0xc5, 0xaf, 0x8e, 0x01, 0x7a, 0xa5, 0x0f, 0x7a, 0x64 +.byte 0xf5, 0x0d, 0x18, 0x87, 0xd9, 0xae, 0x88, 0xd5, 0xfa, 0x84, 0xc1, 0x3a, 0xc0, 0x69, 0x28, 0x2d +.byte 0xf2, 0x0d, 0x68, 0x51, 0xaa, 0xe3, 0xa5, 0x77, 0xc6, 0xa4, 0x90, 0x0e, 0xa1, 0x37, 0x8b, 0x31 +.byte 0x23, 0x47, 0xc1, 0x09, 0x08, 0xeb, 0x6e, 0xf7, 0x78, 0x9b, 0xd7, 0x82, 0xfc, 0x84, 0x20, 0x99 +.byte 0x49, 0x19, 0xb6, 0x12, 0x46, 0xb1, 0xfb, 0x45, 0x55, 0x16, 0xa9, 0xa3, 0x65, 0xac, 0x9c, 0x07 +.byte 0x0f, 0xea, 0x6b, 0xdc, 0x1f, 0x2e, 0x06, 0x72, 0xec, 0x86, 0x88, 0x12, 0xe4, 0x2d, 0xdb, 0x5f +.byte 0x05, 0x2f, 0xe4, 0xf0, 0x03, 0xd3, 0x26, 0x33, 0xe7, 0x80, 0xc2, 0xcd, 0x42, 0xa1, 0x17, 0x34 +.byte 0x0b, 0x02, 0x03, 0x01, 0x00, 0x01, 0xaa, 0x00, 0x26, 0x01, 0x30, 0x81, 0xa7, 0x31, 0x0b, 0x30 +.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x48, 0x55, 0x31, 0x11, 0x30, 0x0f, 0x06, 0x03 +.byte 0x55, 0x04, 0x07, 0x0c, 0x08, 0x42, 0x75, 0x64, 0x61, 0x70, 0x65, 0x73, 0x74, 0x31, 0x15, 0x30 +.byte 0x13, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x0c, 0x4e, 0x65, 0x74, 0x4c, 0x6f, 0x63, 0x6b, 0x20 +.byte 0x4b, 0x66, 0x74, 0x2e, 0x31, 0x37, 0x30, 0x35, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x2e, 0x54 +.byte 0x61, 0x6e, 0xc3, 0xba, 0x73, 0xc3, 0xad, 0x74, 0x76, 0xc3, 0xa1, 0x6e, 0x79, 0x6b, 0x69, 0x61 +.byte 0x64, 0xc3, 0xb3, 0x6b, 0x20, 0x28, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74 +.byte 0x69, 0x6f, 0x6e, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x29, 0x31, 0x35, 0x30 +.byte 0x33, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x2c, 0x4e, 0x65, 0x74, 0x4c, 0x6f, 0x63, 0x6b, 0x20 +.byte 0x41, 0x72, 0x61, 0x6e, 0x79, 0x20, 0x28, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x20, 0x47, 0x6f, 0x6c +.byte 0x64, 0x29, 0x20, 0x46, 0xc5, 0x91, 0x74, 0x61, 0x6e, 0xc3, 0xba, 0x73, 0xc3, 0xad, 0x74, 0x76 +.byte 0xc3, 0xa1, 0x6e, 0x79, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86 +.byte 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a +.byte 0x02, 0x82, 0x01, 0x01, 0x00, 0xc4, 0x24, 0x5e, 0x73, 0xbe, 0x4b, 0x6d, 0x14, 0xc3, 0xa1, 0xf4 +.byte 0xe3, 0x97, 0x90, 0x6e, 0xd2, 0x30, 0x45, 0x1e, 0x3c, 0xee, 0x67, 0xd9, 0x64, 0xe0, 0x1a, 0x8a +.byte 0x7f, 0xca, 0x30, 0xca, 0x83, 0xe3, 0x20, 0xc1, 0xe3, 0xf4, 0x3a, 0xd3, 0x94, 0x5f, 0x1a, 0x7c +.byte 0x5b, 0x6d, 0xbf, 0x30, 0x4f, 0x84, 0x27, 0xf6, 0x9f, 0x1f, 0x49, 0xbc, 0xc6, 0x99, 0x0a, 0x90 +.byte 0xf2, 0x0f, 0xf5, 0x7f, 0x43, 0x84, 0x37, 0x63, 0x51, 0x8b, 0x7a, 0xa5, 0x70, 0xfc, 0x7a, 0x58 +.byte 0xcd, 0x8e, 0x9b, 0xed, 0xc3, 0x46, 0x6c, 0x84, 0x70, 0x5d, 0xda, 0xf3, 0x01, 0x90, 0x23, 0xfc +.byte 0x4e, 0x30, 0xa9, 0x7e, 0xe1, 0x27, 0x63, 0xe7, 0xed, 0x64, 0x3c, 0xa0, 0xb8, 0xc9, 0x33, 0x63 +.byte 0xfe, 0x16, 0x90, 0xff, 0xb0, 0xb8, 0xfd, 0xd7, 0xa8, 0xc0, 0xc0, 0x94, 0x43, 0x0b, 0xb6, 0xd5 +.byte 0x59, 0xa6, 0x9e, 0x56, 0xd0, 0x24, 0x1f, 0x70, 0x79, 0xaf, 0xdb, 0x39, 0x54, 0x0d, 0x65, 0x75 +.byte 0xd9, 0x15, 0x41, 0x94, 0x01, 0xaf, 0x5e, 0xec, 0xf6, 0x8d, 0xf1, 0xff, 0xad, 0x64, 0xfe, 0x20 +.byte 0x9a, 0xd7, 0x5c, 0xeb, 0xfe, 0xa6, 0x1f, 0x08, 0x64, 0xa3, 0x8b, 0x76, 0x55, 0xad, 0x1e, 0x3b +.byte 0x28, 0x60, 0x2e, 0x87, 0x25, 0xe8, 0xaa, 0xaf, 0x1f, 0xc6, 0x64, 0x46, 0x20, 0xb7, 0x70, 0x7f +.byte 0x3c, 0xde, 0x48, 0xdb, 0x96, 0x53, 0xb7, 0x39, 0x77, 0xe4, 0x1a, 0xe2, 0xc7, 0x16, 0x84, 0x76 +.byte 0x97, 0x5b, 0x2f, 0xbb, 0x19, 0x15, 0x85, 0xf8, 0x69, 0x85, 0xf5, 0x99, 0xa7, 0xa9, 0xf2, 0x34 +.byte 0xa7, 0xa9, 0xb6, 0xa6, 0x03, 0xfc, 0x6f, 0x86, 0x3d, 0x54, 0x7c, 0x76, 0x04, 0x9b, 0x6b, 0xf9 +.byte 0x40, 0x5d, 0x00, 0x34, 0xc7, 0x2e, 0x99, 0x75, 0x9d, 0xe5, 0x88, 0x03, 0xaa, 0x4d, 0xf8, 0x03 +.byte 0xd2, 0x42, 0x76, 0xc0, 0x1b, 0x02, 0x03, 0x00, 0xa8, 0x8b, 0xad, 0x00, 0x78, 0x00, 0x30, 0x81 +.byte 0xaa, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x52, 0x31, 0x0f +.byte 0x30, 0x0d, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x06, 0x41, 0x74, 0x68, 0x65, 0x6e, 0x73, 0x31 +.byte 0x44, 0x30, 0x42, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x3b, 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e +.byte 0x69, 0x63, 0x20, 0x41, 0x63, 0x61, 0x64, 0x65, 0x6d, 0x69, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20 +.byte 0x52, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x20, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75 +.byte 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x43, 0x65, 0x72, 0x74, 0x2e, 0x20, 0x41, 0x75, 0x74, 0x68 +.byte 0x6f, 0x72, 0x69, 0x74, 0x79, 0x31, 0x44, 0x30, 0x42, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x3b .byte 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e, 0x69, 0x63, 0x20, 0x41, 0x63, 0x61, 0x64, 0x65, 0x6d, 0x69 .byte 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x52, 0x65, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x20, 0x49 -.byte 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x43, 0x65, 0x72, 0x74 -.byte 0x2e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x31, 0x44, 0x30, 0x42, 0x06 -.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x3b, 0x48, 0x65, 0x6c, 0x6c, 0x65, 0x6e, 0x69, 0x63, 0x20, 0x41 -.byte 0x63, 0x61, 0x64, 0x65, 0x6d, 0x69, 0x63, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x52, 0x65, 0x73, 0x65 -.byte 0x61, 0x72, 0x63, 0x68, 0x20, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e -.byte 0x73, 0x20, 0x45, 0x43, 0x43, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x20, 0x32, 0x30, 0x31 -.byte 0x35, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05 -.byte 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x92, 0xa0, 0x41, 0xe8, 0x4b, 0x82, 0x84 -.byte 0x5c, 0xe2, 0xf8, 0x31, 0x11, 0x99, 0x86, 0x64, 0x4e, 0x09, 0x25, 0x2f, 0x9d, 0x41, 0x2f, 0x0a -.byte 0xae, 0x35, 0x4f, 0x74, 0x95, 0xb2, 0x51, 0x64, 0x6b, 0x8d, 0x6b, 0xe6, 0x3f, 0x70, 0x95, 0xf0 -.byte 0x05, 0x44, 0x47, 0xa6, 0x72, 0x38, 0x50, 0x76, 0x95, 0x02, 0x5a, 0x8e, 0xae, 0x28, 0x9e, 0xf9 -.byte 0x2d, 0x4e, 0x99, 0xef, 0x2c, 0x48, 0x6f, 0x4c, 0x25, 0x29, 0xe8, 0xd1, 0x71, 0x5b, 0xdf, 0x1d -.byte 0xc1, 0x75, 0x37, 0xb4, 0xd7, 0xfa, 0x7b, 0x7a, 0x42, 0x9c, 0x6a, 0x0a, 0x56, 0x5a, 0x7c, 0x69 -.byte 0x0b, 0xaa, 0x80, 0x09, 0x24, 0x6c, 0x7e, 0xc1, 0x46, 0x00, 0xb3, 0x01, 0x26, 0x30, 0x81, 0xb0 -.byte 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x16, 0x30 -.byte 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0d, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c -.byte 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x39, 0x30, 0x37, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x30 -.byte 0x77, 0x77, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x2f -.byte 0x43, 0x50, 0x53, 0x20, 0x69, 0x73, 0x20, 0x69, 0x6e, 0x63, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61 -.byte 0x74, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65 -.byte 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x16, 0x28, 0x63, 0x29, 0x20, 0x32 -.byte 0x30, 0x30, 0x36, 0x20, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63 -.byte 0x2e, 0x31, 0x2d, 0x30, 0x2b, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x24, 0x45, 0x6e, 0x74, 0x72 -.byte 0x75, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69 -.byte 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79 -.byte 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 -.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01 -.byte 0x00, 0xb6, 0x95, 0xb6, 0x43, 0x42, 0xfa, 0xc6, 0x6d, 0x2a, 0x6f, 0x48, 0xdf, 0x94, 0x4c, 0x39 -.byte 0x57, 0x05, 0xee, 0xc3, 0x79, 0x11, 0x41, 0x68, 0x36, 0xed, 0xec, 0xfe, 0x9a, 0x01, 0x8f, 0xa1 -.byte 0x38, 0x28, 0xfc, 0xf7, 0x10, 0x46, 0x66, 0x2e, 0x4d, 0x1e, 0x1a, 0xb1, 0x1a, 0x4e, 0xc6, 0xd1 -.byte 0xc0, 0x95, 0x88, 0xb0, 0xc9, 0xff, 0x31, 0x8b, 0x33, 0x03, 0xdb, 0xb7, 0x83, 0x7b, 0x3e, 0x20 -.byte 0x84, 0x5e, 0xed, 0xb2, 0x56, 0x28, 0xa7, 0xf8, 0xe0, 0xb9, 0x40, 0x71, 0x37, 0xc5, 0xcb, 0x47 -.byte 0x0e, 0x97, 0x2a, 0x68, 0xc0, 0x22, 0x95, 0x62, 0x15, 0xdb, 0x47, 0xd9, 0xf5, 0xd0, 0x2b, 0xff -.byte 0x82, 0x4b, 0xc9, 0xad, 0x3e, 0xde, 0x4c, 0xdb, 0x90, 0x80, 0x50, 0x3f, 0x09, 0x8a, 0x84, 0x00 -.byte 0xec, 0x30, 0x0a, 0x3d, 0x18, 0xcd, 0xfb, 0xfd, 0x2a, 0x59, 0x9a, 0x23, 0x95, 0x17, 0x2c, 0x45 -.byte 0x9e, 0x1f, 0x6e, 0x43, 0x79, 0x6d, 0x0c, 0x5c, 0x98, 0xfe, 0x48, 0xa7, 0xc5, 0x23, 0x47, 0x5c -.byte 0x5e, 0xfd, 0x6e, 0xe7, 0x1e, 0xb4, 0xf6, 0x68, 0x45, 0xd1, 0x86, 0x83, 0x5b, 0xa2, 0x8a, 0x8d -.byte 0xb1, 0xe3, 0x29, 0x80, 0xfe, 0x25, 0x71, 0x88, 0xad, 0xbe, 0xbc, 0x8f, 0xac, 0x52, 0x96, 0x4b -.byte 0xaa, 0x51, 0x8d, 0xe4, 0x13, 0x31, 0x19, 0xe8, 0x4e, 0x4d, 0x9f, 0xdb, 0xac, 0xb3, 0x6a, 0xd5 -.byte 0xbc, 0x39, 0x54, 0x71, 0xca, 0x7a, 0x7a, 0x7f, 0x90, 0xdd, 0x7d, 0x1d, 0x80, 0xd9, 0x81, 0xbb -.byte 0x59, 0x26, 0xc2, 0x11, 0xfe, 0xe6, 0x93, 0xe2, 0xf7, 0x80, 0xe4, 0x65, 0xfb, 0x34, 0x37, 0x0e -.byte 0x29, 0x80, 0x70, 0x4d, 0xaf, 0x38, 0x86, 0x2e, 0x9e, 0x7f, 0x57, 0xaf, 0x9e, 0x17, 0xae, 0xeb -.byte 0x1c, 0xcb, 0x28, 0x21, 0x5f, 0xb6, 0x1c, 0xd8, 0xe7, 0xa2, 0x04, 0x22, 0xf9, 0xd3, 0xda, 0xd8 -.byte 0xcb, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0xb5, 0x02, 0x26, 0x30, 0x81, 0xb2, 0x31, 0x0b, 0x30 -.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x52, 0x31, 0x0f, 0x30, 0x0d, 0x06, 0x03 -.byte 0x55, 0x04, 0x07, 0x0c, 0x06, 0x41, 0x6e, 0x6b, 0x61, 0x72, 0x61, 0x31, 0x40, 0x30, 0x3e, 0x06 -.byte 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x37, 0x45, 0x2d, 0x54, 0x75, 0xc4, 0x9f, 0x72, 0x61, 0x20, 0x45 -.byte 0x42, 0x47, 0x20, 0x42, 0x69, 0x6c, 0x69, 0xc5, 0x9f, 0x69, 0x6d, 0x20, 0x54, 0x65, 0x6b, 0x6e -.byte 0x6f, 0x6c, 0x6f, 0x6a, 0x69, 0x6c, 0x65, 0x72, 0x69, 0x20, 0x76, 0x65, 0x20, 0x48, 0x69, 0x7a -.byte 0x6d, 0x65, 0x74, 0x6c, 0x65, 0x72, 0x69, 0x20, 0x41, 0x2e, 0xc5, 0x9e, 0x2e, 0x31, 0x26, 0x30 -.byte 0x24, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x0c, 0x1d, 0x45, 0x2d, 0x54, 0x75, 0x67, 0x72, 0x61, 0x20 -.byte 0x53, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x6b, 0x61, 0x73, 0x79, 0x6f, 0x6e, 0x20, 0x4d, 0x65 -.byte 0x72, 0x6b, 0x65, 0x7a, 0x69, 0x31, 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1f -.byte 0x45, 0x2d, 0x54, 0x75, 0x67, 0x72, 0x61, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63 -.byte 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30 -.byte 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01 -.byte 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00 -.byte 0xe2, 0xf5, 0x3f, 0x93, 0x05, 0x51, 0x1e, 0x85, 0x62, 0x54, 0x5e, 0x7a, 0x0b, 0xf5, 0x18, 0x07 -.byte 0x83, 0xae, 0x7e, 0xaf, 0x7c, 0xf7, 0xd4, 0x8a, 0x6b, 0xa5, 0x63, 0x43, 0x39, 0xb9, 0x4b, 0xf7 -.byte 0xc3, 0xc6, 0x64, 0x89, 0x3d, 0x94, 0x2e, 0x54, 0x80, 0x52, 0x39, 0x39, 0x07, 0x4b, 0x4b, 0xdd -.byte 0x85, 0x07, 0x76, 0x87, 0xcc, 0xbf, 0x2f, 0x95, 0x4c, 0xcc, 0x7d, 0xa7, 0x3d, 0xbc, 0x47, 0x0f -.byte 0x98, 0x70, 0xf8, 0x8c, 0x85, 0x1e, 0x74, 0x8e, 0x92, 0x6d, 0x1b, 0x40, 0xd1, 0x99, 0x0d, 0xbb -.byte 0x75, 0x6e, 0xc8, 0xa9, 0x6b, 0x9a, 0xc0, 0x84, 0x31, 0xaf, 0xca, 0x43, 0xcb, 0xeb, 0x2b, 0x34 -.byte 0xe8, 0x8f, 0x97, 0x6b, 0x01, 0x9b, 0xd5, 0x0e, 0x4a, 0x08, 0xaa, 0x5b, 0x92, 0x74, 0x85, 0x43 -.byte 0xd3, 0x80, 0xae, 0xa1, 0x88, 0x5b, 0xae, 0xb3, 0xea, 0x5e, 0xcb, 0x16, 0x9a, 0x77, 0x44, 0xc8 -.byte 0xa1, 0xf6, 0x54, 0x68, 0xce, 0xde, 0x8f, 0x97, 0x2b, 0xba, 0x5b, 0x40, 0x02, 0x0c, 0x64, 0x17 -.byte 0xc0, 0xb5, 0x93, 0xcd, 0xe1, 0xf1, 0x13, 0x66, 0xce, 0x0c, 0x79, 0xef, 0xd1, 0x91, 0x28, 0xab -.byte 0x5f, 0xa0, 0x12, 0x52, 0x30, 0x73, 0x19, 0x8e, 0x8f, 0xe1, 0x8c, 0x07, 0xa2, 0xc3, 0xbb, 0x4a -.byte 0xf0, 0xea, 0x1f, 0x15, 0xa8, 0xee, 0x25, 0xcc, 0xa4, 0x46, 0xf8, 0x1b, 0x22, 0xef, 0xb3, 0x0e -.byte 0x43, 0xba, 0x2c, 0x24, 0xb8, 0xc5, 0x2c, 0x5c, 0xd4, 0x1c, 0xf8, 0x5d, 0x64, 0xbd, 0xc3, 0x93 -.byte 0x5e, 0x28, 0xa7, 0x3f, 0x27, 0xf1, 0x8e, 0x1e, 0xd3, 0x2a, 0x50, 0x05, 0xa3, 0x55, 0xd9, 0xcb -.byte 0xe7, 0x39, 0x53, 0xc0, 0x98, 0x9e, 0x8c, 0x54, 0x62, 0x8b, 0x26, 0xb0, 0xf7, 0x7d, 0x8d, 0x7c -.byte 0xe4, 0xc6, 0x9e, 0x66, 0x42, 0x55, 0x82, 0x47, 0xe7, 0xb2, 0x58, 0x8d, 0x66, 0xf7, 0x07, 0x7c -.byte 0x2e, 0x36, 0xe6, 0x50, 0x1c, 0x3f, 0xdb, 0x43, 0x24, 0xc5, 0xbf, 0x86, 0x47, 0x79, 0xb3, 0x79 -.byte 0x1c, 0xf7, 0x5a, 0xf4, 0x13, 0xec, 0x6c, 0xf8, 0x3f, 0xe2, 0x59, 0x1f, 0x95, 0xee, 0x42, 0x3e -.byte 0xb9, 0xad, 0xa8, 0x32, 0x85, 0x49, 0x97, 0x46, 0xfe, 0x4b, 0x31, 0x8f, 0x5a, 0xcb, 0xad, 0x74 -.byte 0x47, 0x1f, 0xe9, 0x91, 0xb7, 0xdf, 0x28, 0x04, 0x22, 0xa0, 0xd4, 0x0f, 0x5d, 0xe2, 0x79, 0x4f -.byte 0xea, 0x6c, 0x85, 0x86, 0xbd, 0xa8, 0xa6, 0xce, 0xe4, 0xfa, 0xc3, 0xe1, 0xb3, 0xae, 0xde, 0x3c -.byte 0x51, 0xee, 0xcb, 0x13, 0x7c, 0x01, 0x7f, 0x84, 0x0e, 0x5d, 0x51, 0x94, 0x9e, 0x13, 0x0c, 0xb6 -.byte 0x2e, 0xa5, 0x4c, 0xf9, 0x39, 0x70, 0x36, 0x6f, 0x96, 0xca, 0x2e, 0x0c, 0x44, 0x55, 0xc5, 0xca -.byte 0xfa, 0x5d, 0x02, 0xa3, 0xdf, 0xd6, 0x64, 0x8c, 0x5a, 0xb3, 0x01, 0x0a, 0xa9, 0xb5, 0x0a, 0x47 -.byte 0x17, 0xff, 0xef, 0x91, 0x40, 0x2a, 0x8e, 0xa1, 0x46, 0x3a, 0x31, 0x98, 0xe5, 0x11, 0xfc, 0xcc -.byte 0xbb, 0x49, 0x56, 0x8a, 0xfc, 0xb9, 0xd0, 0x61, 0x9a, 0x6f, 0x65, 0x6c, 0xe6, 0xc3, 0xcb, 0x3e -.byte 0x75, 0x49, 0xfe, 0x8f, 0xa7, 0xe2, 0x89, 0xc5, 0x67, 0xd7, 0x9d, 0x46, 0x13, 0x4e, 0x31, 0x76 -.byte 0x3b, 0x24, 0xb3, 0x9e, 0x11, 0x65, 0x86, 0xab, 0x7f, 0xef, 0x1d, 0xd4, 0xf8, 0xbc, 0xe7, 0xac -.byte 0x5a, 0x5c, 0xb7, 0x5a, 0x47, 0x5c, 0x55, 0xce, 0x55, 0xb4, 0x22, 0x71, 0x5b, 0x5b, 0x0b, 0xf0 -.byte 0xcf, 0xdc, 0xa0, 0x61, 0x64, 0xea, 0xa9, 0xd7, 0x68, 0x0a, 0x63, 0xa7, 0xe0, 0x0d, 0x3f, 0xa0 -.byte 0xaf, 0xd3, 0xaa, 0xd2, 0x7e, 0xef, 0x51, 0xa0, 0xe6, 0x51, 0x2b, 0x55, 0x92, 0x15, 0x17, 0x53 -.byte 0xcb, 0xb7, 0x66, 0x0e, 0x66, 0x4c, 0xf8, 0xf9, 0x75, 0x4c, 0x90, 0xe7, 0x12, 0x70, 0xc7, 0x45 -.byte 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0xb7, 0x01, 0x26, 0x30, 0x81, 0xb4, 0x31, 0x14, 0x30, 0x12 -.byte 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0b, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e -.byte 0x65, 0x74, 0x31, 0x40, 0x30, 0x3e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x14, 0x37, 0x77, 0x77, 0x77 -.byte 0x2e, 0x65, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x2f, 0x43, 0x50, 0x53 -.byte 0x5f, 0x32, 0x30, 0x34, 0x38, 0x20, 0x69, 0x6e, 0x63, 0x6f, 0x72, 0x70, 0x2e, 0x20, 0x62, 0x79 -.byte 0x20, 0x72, 0x65, 0x66, 0x2e, 0x20, 0x28, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x20, 0x6c, 0x69 -.byte 0x61, 0x62, 0x2e, 0x29, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1c, 0x28 -.byte 0x63, 0x29, 0x20, 0x31, 0x39, 0x39, 0x39, 0x20, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e -.byte 0x6e, 0x65, 0x74, 0x20, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x33, 0x30, 0x31, 0x06 -.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x2a, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65 -.byte 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20 -.byte 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x28, 0x32, 0x30, 0x34, 0x38, 0x29 -.byte 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01 -.byte 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01 -.byte 0x00, 0xad, 0x4d, 0x4b, 0xa9, 0x12, 0x86, 0xb2, 0xea, 0xa3, 0x20, 0x07, 0x15, 0x16, 0x64, 0x2a -.byte 0x2b, 0x4b, 0xd1, 0xbf, 0x0b, 0x4a, 0x4d, 0x8e, 0xed, 0x80, 0x76, 0xa5, 0x67, 0xb7, 0x78, 0x40 -.byte 0xc0, 0x73, 0x42, 0xc8, 0x68, 0xc0, 0xdb, 0x53, 0x2b, 0xdd, 0x5e, 0xb8, 0x76, 0x98, 0x35, 0x93 -.byte 0x8b, 0x1a, 0x9d, 0x7c, 0x13, 0x3a, 0x0e, 0x1f, 0x5b, 0xb7, 0x1e, 0xcf, 0xe5, 0x24, 0x14, 0x1e -.byte 0xb1, 0x81, 0xa9, 0x8d, 0x7d, 0xb8, 0xcc, 0x6b, 0x4b, 0x03, 0xf1, 0x02, 0x0c, 0xdc, 0xab, 0xa5 -.byte 0x40, 0x24, 0x00, 0x7f, 0x74, 0x94, 0xa1, 0x9d, 0x08, 0x29, 0xb3, 0x88, 0x0b, 0xf5, 0x87, 0x77 -.byte 0x9d, 0x55, 0xcd, 0xe4, 0xc3, 0x7e, 0xd7, 0x6a, 0x64, 0xab, 0x85, 0x14, 0x86, 0x95, 0x5b, 0x97 -.byte 0x32, 0x50, 0x6f, 0x3d, 0xc8, 0xba, 0x66, 0x0c, 0xe3, 0xfc, 0xbd, 0xb8, 0x49, 0xc1, 0x76, 0x89 -.byte 0x49, 0x19, 0xfd, 0xc0, 0xa8, 0xbd, 0x89, 0xa3, 0x67, 0x2f, 0xc6, 0x9f, 0xbc, 0x71, 0x19, 0x60 -.byte 0xb8, 0x2d, 0xe9, 0x2c, 0xc9, 0x90, 0x76, 0x66, 0x7b, 0x94, 0xe2, 0xaf, 0x78, 0xd6, 0x65, 0x53 -.byte 0x5d, 0x3c, 0xd6, 0x9c, 0xb2, 0xcf, 0x29, 0x03, 0xf9, 0x2f, 0xa4, 0x50, 0xb2, 0xd4, 0x48, 0xce -.byte 0x05, 0x32, 0x55, 0x8a, 0xfd, 0xb2, 0x64, 0x4c, 0x0e, 0xe4, 0x98, 0x07, 0x75, 0xdb, 0x7f, 0xdf -.byte 0xb9, 0x08, 0x55, 0x60, 0x85, 0x30, 0x29, 0xf9, 0x7b, 0x48, 0xa4, 0x69, 0x86, 0xe3, 0x35, 0x3f -.byte 0x1e, 0x86, 0x5d, 0x7a, 0x7a, 0x15, 0xbd, 0xef, 0x00, 0x8e, 0x15, 0x22, 0x54, 0x17, 0x00, 0x90 -.byte 0x26, 0x93, 0xbc, 0x0e, 0x49, 0x68, 0x91, 0xbf, 0xf8, 0x47, 0xd3, 0x9d, 0x95, 0x42, 0xc1, 0x0e -.byte 0x4d, 0xdf, 0x6f, 0x26, 0xcf, 0xc3, 0x18, 0x21, 0x62, 0x66, 0x43, 0x70, 0xd6, 0xd5, 0xc0, 0x07 -.byte 0xe1, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0xc1, 0x01, 0x26, 0x30, 0x81, 0xbe, 0x31, 0x0b, 0x30 -.byte 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03 -.byte 0x55, 0x04, 0x0a, 0x13, 0x0d, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e -.byte 0x63, 0x2e, 0x31, 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1f, 0x53, 0x65, 0x65 -.byte 0x20, 0x77, 0x77, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74 -.byte 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x2d, 0x74, 0x65, 0x72, 0x6d, 0x73, 0x31, 0x39, 0x30, 0x37 -.byte 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x30, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x30, 0x39, 0x20 -.byte 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x20, 0x2d, 0x20 -.byte 0x66, 0x6f, 0x72, 0x20, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x20, 0x75 -.byte 0x73, 0x65, 0x20, 0x6f, 0x6e, 0x6c, 0x79, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x03 -.byte 0x13, 0x29, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43 -.byte 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74 -.byte 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x2d, 0x20, 0x47, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30 +.byte 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x45, 0x43, 0x43, 0x20 +.byte 0x52, 0x6f, 0x6f, 0x74, 0x43, 0x41, 0x20, 0x32, 0x30, 0x31, 0x35, 0x30, 0x76, 0x30, 0x10, 0x06 +.byte 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03 +.byte 0x62, 0x00, 0x04, 0x92, 0xa0, 0x41, 0xe8, 0x4b, 0x82, 0x84, 0x5c, 0xe2, 0xf8, 0x31, 0x11, 0x99 +.byte 0x86, 0x64, 0x4e, 0x09, 0x25, 0x2f, 0x9d, 0x41, 0x2f, 0x0a, 0xae, 0x35, 0x4f, 0x74, 0x95, 0xb2 +.byte 0x51, 0x64, 0x6b, 0x8d, 0x6b, 0xe6, 0x3f, 0x70, 0x95, 0xf0, 0x05, 0x44, 0x47, 0xa6, 0x72, 0x38 +.byte 0x50, 0x76, 0x95, 0x02, 0x5a, 0x8e, 0xae, 0x28, 0x9e, 0xf9, 0x2d, 0x4e, 0x99, 0xef, 0x2c, 0x48 +.byte 0x6f, 0x4c, 0x25, 0x29, 0xe8, 0xd1, 0x71, 0x5b, 0xdf, 0x1d, 0xc1, 0x75, 0x37, 0xb4, 0xd7, 0xfa +.byte 0x7b, 0x7a, 0x42, 0x9c, 0x6a, 0x0a, 0x56, 0x5a, 0x7c, 0x69, 0x0b, 0xaa, 0x80, 0x09, 0x24, 0x6c +.byte 0x7e, 0xc1, 0x46, 0xb3, 0x00, 0x26, 0x01, 0x30, 0x81, 0xb0, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03 +.byte 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x13, 0x0d, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31 +.byte 0x39, 0x30, 0x37, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x30, 0x77, 0x77, 0x77, 0x2e, 0x65, 0x6e +.byte 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x2f, 0x43, 0x50, 0x53, 0x20, 0x69, 0x73 +.byte 0x20, 0x69, 0x6e, 0x63, 0x6f, 0x72, 0x70, 0x6f, 0x72, 0x61, 0x74, 0x65, 0x64, 0x20, 0x62, 0x79 +.byte 0x20, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x31, 0x1f, 0x30, 0x1d, 0x06, 0x03 +.byte 0x55, 0x04, 0x0b, 0x13, 0x16, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x30, 0x36, 0x20, 0x45, 0x6e +.byte 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x2d, 0x30, 0x2b, 0x06 +.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x24, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x6f +.byte 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e +.byte 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d +.byte 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01 +.byte 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xb6, 0x95, 0xb6, 0x43, 0x42 +.byte 0xfa, 0xc6, 0x6d, 0x2a, 0x6f, 0x48, 0xdf, 0x94, 0x4c, 0x39, 0x57, 0x05, 0xee, 0xc3, 0x79, 0x11 +.byte 0x41, 0x68, 0x36, 0xed, 0xec, 0xfe, 0x9a, 0x01, 0x8f, 0xa1, 0x38, 0x28, 0xfc, 0xf7, 0x10, 0x46 +.byte 0x66, 0x2e, 0x4d, 0x1e, 0x1a, 0xb1, 0x1a, 0x4e, 0xc6, 0xd1, 0xc0, 0x95, 0x88, 0xb0, 0xc9, 0xff +.byte 0x31, 0x8b, 0x33, 0x03, 0xdb, 0xb7, 0x83, 0x7b, 0x3e, 0x20, 0x84, 0x5e, 0xed, 0xb2, 0x56, 0x28 +.byte 0xa7, 0xf8, 0xe0, 0xb9, 0x40, 0x71, 0x37, 0xc5, 0xcb, 0x47, 0x0e, 0x97, 0x2a, 0x68, 0xc0, 0x22 +.byte 0x95, 0x62, 0x15, 0xdb, 0x47, 0xd9, 0xf5, 0xd0, 0x2b, 0xff, 0x82, 0x4b, 0xc9, 0xad, 0x3e, 0xde +.byte 0x4c, 0xdb, 0x90, 0x80, 0x50, 0x3f, 0x09, 0x8a, 0x84, 0x00, 0xec, 0x30, 0x0a, 0x3d, 0x18, 0xcd +.byte 0xfb, 0xfd, 0x2a, 0x59, 0x9a, 0x23, 0x95, 0x17, 0x2c, 0x45, 0x9e, 0x1f, 0x6e, 0x43, 0x79, 0x6d +.byte 0x0c, 0x5c, 0x98, 0xfe, 0x48, 0xa7, 0xc5, 0x23, 0x47, 0x5c, 0x5e, 0xfd, 0x6e, 0xe7, 0x1e, 0xb4 +.byte 0xf6, 0x68, 0x45, 0xd1, 0x86, 0x83, 0x5b, 0xa2, 0x8a, 0x8d, 0xb1, 0xe3, 0x29, 0x80, 0xfe, 0x25 +.byte 0x71, 0x88, 0xad, 0xbe, 0xbc, 0x8f, 0xac, 0x52, 0x96, 0x4b, 0xaa, 0x51, 0x8d, 0xe4, 0x13, 0x31 +.byte 0x19, 0xe8, 0x4e, 0x4d, 0x9f, 0xdb, 0xac, 0xb3, 0x6a, 0xd5, 0xbc, 0x39, 0x54, 0x71, 0xca, 0x7a +.byte 0x7a, 0x7f, 0x90, 0xdd, 0x7d, 0x1d, 0x80, 0xd9, 0x81, 0xbb, 0x59, 0x26, 0xc2, 0x11, 0xfe, 0xe6 +.byte 0x93, 0xe2, 0xf7, 0x80, 0xe4, 0x65, 0xfb, 0x34, 0x37, 0x0e, 0x29, 0x80, 0x70, 0x4d, 0xaf, 0x38 +.byte 0x86, 0x2e, 0x9e, 0x7f, 0x57, 0xaf, 0x9e, 0x17, 0xae, 0xeb, 0x1c, 0xcb, 0x28, 0x21, 0x5f, 0xb6 +.byte 0x1c, 0xd8, 0xe7, 0xa2, 0x04, 0x22, 0xf9, 0xd3, 0xda, 0xd8, 0xcb, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0xb7, 0x00, 0x26, 0x01, 0x30, 0x81, 0xb4, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x0a +.byte 0x13, 0x0b, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x31, 0x40, 0x30 +.byte 0x3e, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x14, 0x37, 0x77, 0x77, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x72 +.byte 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x2f, 0x43, 0x50, 0x53, 0x5f, 0x32, 0x30, 0x34, 0x38 +.byte 0x20, 0x69, 0x6e, 0x63, 0x6f, 0x72, 0x70, 0x2e, 0x20, 0x62, 0x79, 0x20, 0x72, 0x65, 0x66, 0x2e +.byte 0x20, 0x28, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x20, 0x6c, 0x69, 0x61, 0x62, 0x2e, 0x29, 0x31 +.byte 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1c, 0x28, 0x63, 0x29, 0x20, 0x31, 0x39 +.byte 0x39, 0x39, 0x20, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x20, 0x4c +.byte 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x31, 0x33, 0x30, 0x31, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 +.byte 0x2a, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x20, 0x43, 0x65, 0x72 +.byte 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f +.byte 0x72, 0x69, 0x74, 0x79, 0x20, 0x28, 0x32, 0x30, 0x34, 0x38, 0x29, 0x30, 0x82, 0x01, 0x22, 0x30 .byte 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82 -.byte 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xba, 0x84, 0xb6, 0x72 -.byte 0xdb, 0x9e, 0x0c, 0x6b, 0xe2, 0x99, 0xe9, 0x30, 0x01, 0xa7, 0x76, 0xea, 0x32, 0xb8, 0x95, 0x41 -.byte 0x1a, 0xc9, 0xda, 0x61, 0x4e, 0x58, 0x72, 0xcf, 0xfe, 0xf6, 0x82, 0x79, 0xbf, 0x73, 0x61, 0x06 -.byte 0x0a, 0xa5, 0x27, 0xd8, 0xb3, 0x5f, 0xd3, 0x45, 0x4e, 0x1c, 0x72, 0xd6, 0x4e, 0x32, 0xf2, 0x72 -.byte 0x8a, 0x0f, 0xf7, 0x83, 0x19, 0xd0, 0x6a, 0x80, 0x80, 0x00, 0x45, 0x1e, 0xb0, 0xc7, 0xe7, 0x9a -.byte 0xbf, 0x12, 0x57, 0x27, 0x1c, 0xa3, 0x68, 0x2f, 0x0a, 0x87, 0xbd, 0x6a, 0x6b, 0x0e, 0x5e, 0x65 -.byte 0xf3, 0x1c, 0x77, 0xd5, 0xd4, 0x85, 0x8d, 0x70, 0x21, 0xb4, 0xb3, 0x32, 0xe7, 0x8b, 0xa2, 0xd5 -.byte 0x86, 0x39, 0x02, 0xb1, 0xb8, 0xd2, 0x47, 0xce, 0xe4, 0xc9, 0x49, 0xc4, 0x3b, 0xa7, 0xde, 0xfb -.byte 0x54, 0x7d, 0x57, 0xbe, 0xf0, 0xe8, 0x6e, 0xc2, 0x79, 0xb2, 0x3a, 0x0b, 0x55, 0xe2, 0x50, 0x98 -.byte 0x16, 0x32, 0x13, 0x5c, 0x2f, 0x78, 0x56, 0xc1, 0xc2, 0x94, 0xb3, 0xf2, 0x5a, 0xe4, 0x27, 0x9a -.byte 0x9f, 0x24, 0xd7, 0xc6, 0xec, 0xd0, 0x9b, 0x25, 0x82, 0xe3, 0xcc, 0xc2, 0xc4, 0x45, 0xc5, 0x8c -.byte 0x97, 0x7a, 0x06, 0x6b, 0x2a, 0x11, 0x9f, 0xa9, 0x0a, 0x6e, 0x48, 0x3b, 0x6f, 0xdb, 0xd4, 0x11 -.byte 0x19, 0x42, 0xf7, 0x8f, 0x07, 0xbf, 0xf5, 0x53, 0x5f, 0x9c, 0x3e, 0xf4, 0x17, 0x2c, 0xe6, 0x69 -.byte 0xac, 0x4e, 0x32, 0x4c, 0x62, 0x77, 0xea, 0xb7, 0xe8, 0xe5, 0xbb, 0x34, 0xbc, 0x19, 0x8b, 0xae -.byte 0x9c, 0x51, 0xe7, 0xb7, 0x7e, 0xb5, 0x53, 0xb1, 0x33, 0x22, 0xe5, 0x6d, 0xcf, 0x70, 0x3c, 0x1a -.byte 0xfa, 0xe2, 0x9b, 0x67, 0xb6, 0x83, 0xf4, 0x8d, 0xa5, 0xaf, 0x62, 0x4c, 0x4d, 0xe0, 0x58, 0xac -.byte 0x64, 0x34, 0x12, 0x03, 0xf8, 0xb6, 0x8d, 0x94, 0x63, 0x24, 0xa4, 0x71, 0x02, 0x03, 0x01, 0x00 -.byte 0x01, 0x00, 0xc1, 0x02, 0x26, 0x30, 0x81, 0xbe, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 +.byte 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xad, 0x4d, 0x4b, 0xa9 +.byte 0x12, 0x86, 0xb2, 0xea, 0xa3, 0x20, 0x07, 0x15, 0x16, 0x64, 0x2a, 0x2b, 0x4b, 0xd1, 0xbf, 0x0b +.byte 0x4a, 0x4d, 0x8e, 0xed, 0x80, 0x76, 0xa5, 0x67, 0xb7, 0x78, 0x40, 0xc0, 0x73, 0x42, 0xc8, 0x68 +.byte 0xc0, 0xdb, 0x53, 0x2b, 0xdd, 0x5e, 0xb8, 0x76, 0x98, 0x35, 0x93, 0x8b, 0x1a, 0x9d, 0x7c, 0x13 +.byte 0x3a, 0x0e, 0x1f, 0x5b, 0xb7, 0x1e, 0xcf, 0xe5, 0x24, 0x14, 0x1e, 0xb1, 0x81, 0xa9, 0x8d, 0x7d +.byte 0xb8, 0xcc, 0x6b, 0x4b, 0x03, 0xf1, 0x02, 0x0c, 0xdc, 0xab, 0xa5, 0x40, 0x24, 0x00, 0x7f, 0x74 +.byte 0x94, 0xa1, 0x9d, 0x08, 0x29, 0xb3, 0x88, 0x0b, 0xf5, 0x87, 0x77, 0x9d, 0x55, 0xcd, 0xe4, 0xc3 +.byte 0x7e, 0xd7, 0x6a, 0x64, 0xab, 0x85, 0x14, 0x86, 0x95, 0x5b, 0x97, 0x32, 0x50, 0x6f, 0x3d, 0xc8 +.byte 0xba, 0x66, 0x0c, 0xe3, 0xfc, 0xbd, 0xb8, 0x49, 0xc1, 0x76, 0x89, 0x49, 0x19, 0xfd, 0xc0, 0xa8 +.byte 0xbd, 0x89, 0xa3, 0x67, 0x2f, 0xc6, 0x9f, 0xbc, 0x71, 0x19, 0x60, 0xb8, 0x2d, 0xe9, 0x2c, 0xc9 +.byte 0x90, 0x76, 0x66, 0x7b, 0x94, 0xe2, 0xaf, 0x78, 0xd6, 0x65, 0x53, 0x5d, 0x3c, 0xd6, 0x9c, 0xb2 +.byte 0xcf, 0x29, 0x03, 0xf9, 0x2f, 0xa4, 0x50, 0xb2, 0xd4, 0x48, 0xce, 0x05, 0x32, 0x55, 0x8a, 0xfd +.byte 0xb2, 0x64, 0x4c, 0x0e, 0xe4, 0x98, 0x07, 0x75, 0xdb, 0x7f, 0xdf, 0xb9, 0x08, 0x55, 0x60, 0x85 +.byte 0x30, 0x29, 0xf9, 0x7b, 0x48, 0xa4, 0x69, 0x86, 0xe3, 0x35, 0x3f, 0x1e, 0x86, 0x5d, 0x7a, 0x7a +.byte 0x15, 0xbd, 0xef, 0x00, 0x8e, 0x15, 0x22, 0x54, 0x17, 0x00, 0x90, 0x26, 0x93, 0xbc, 0x0e, 0x49 +.byte 0x68, 0x91, 0xbf, 0xf8, 0x47, 0xd3, 0x9d, 0x95, 0x42, 0xc1, 0x0e, 0x4d, 0xdf, 0x6f, 0x26, 0xcf +.byte 0xc3, 0x18, 0x21, 0x62, 0x66, 0x43, 0x70, 0xd6, 0xd5, 0xc0, 0x07, 0xe1, 0x02, 0x03, 0x01, 0x00 +.byte 0x01, 0xc1, 0x00, 0x26, 0x01, 0x30, 0x81, 0xbe, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04 .byte 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0d .byte 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x28, 0x30 .byte 0x26, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1f, 0x53, 0x65, 0x65, 0x20, 0x77, 0x77, 0x77, 0x2e .byte 0x65, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x2f, 0x6c, 0x65, 0x67, 0x61 .byte 0x6c, 0x2d, 0x74, 0x65, 0x72, 0x6d, 0x73, 0x31, 0x39, 0x30, 0x37, 0x06, 0x03, 0x55, 0x04, 0x0b -.byte 0x13, 0x30, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x31, 0x35, 0x20, 0x45, 0x6e, 0x74, 0x72, 0x75 +.byte 0x13, 0x30, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x30, 0x39, 0x20, 0x45, 0x6e, 0x74, 0x72, 0x75 .byte 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x20, 0x2d, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61 .byte 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x20, 0x75, 0x73, 0x65, 0x20, 0x6f, 0x6e .byte 0x6c, 0x79, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x29, 0x45, 0x6e, 0x74 .byte 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66 .byte 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74 -.byte 0x79, 0x20, 0x2d, 0x20, 0x47, 0x34, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 -.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82 -.byte 0x02, 0x0a, 0x02, 0x82, 0x02, 0x01, 0x00, 0xb1, 0xec, 0x2c, 0x42, 0xee, 0xe2, 0xd1, 0x30, 0xff -.byte 0xa5, 0x92, 0x47, 0xe2, 0x2d, 0xc3, 0xba, 0x64, 0x97, 0x6d, 0xca, 0xf7, 0x0d, 0xb5, 0x59, 0xc1 -.byte 0xb3, 0xcb, 0xa8, 0x68, 0x19, 0xd8, 0xaf, 0x84, 0x6d, 0x30, 0x70, 0x5d, 0x7e, 0xf3, 0x2e, 0xd2 -.byte 0x53, 0x99, 0xe1, 0xfe, 0x1f, 0x5e, 0xd9, 0x48, 0xaf, 0x5d, 0x13, 0x8d, 0xdb, 0xff, 0x63, 0x33 -.byte 0x4d, 0xd3, 0x00, 0x02, 0xbc, 0xc4, 0xf8, 0xd1, 0x06, 0x08, 0x94, 0x79, 0x58, 0x8a, 0x15, 0xde -.byte 0x29, 0xb3, 0xfd, 0xfd, 0xc4, 0x4f, 0xe8, 0xaa, 0xe2, 0xa0, 0x3b, 0x79, 0xcd, 0xbf, 0x6b, 0x43 -.byte 0x32, 0xdd, 0xd9, 0x74, 0x10, 0xb9, 0xf7, 0xf4, 0x68, 0xd4, 0xbb, 0xd0, 0x87, 0xd5, 0xaa, 0x4b -.byte 0x8a, 0x2a, 0x6f, 0x2a, 0x04, 0xb5, 0xb2, 0xa6, 0xc7, 0xa0, 0x7a, 0xe6, 0x48, 0xab, 0xd2, 0xd1 -.byte 0x59, 0xcc, 0xd6, 0x7e, 0x23, 0xe6, 0x97, 0x6c, 0xf0, 0x42, 0xe5, 0xdc, 0x51, 0x4b, 0x15, 0x41 -.byte 0xed, 0x49, 0x4a, 0xc9, 0xde, 0x10, 0x97, 0xd6, 0x76, 0xc1, 0xef, 0xa5, 0xb5, 0x36, 0x14, 0x97 -.byte 0x35, 0xd8, 0x78, 0x22, 0x35, 0x52, 0xef, 0x43, 0xbd, 0xdb, 0x27, 0xdb, 0x61, 0x56, 0x82, 0x34 -.byte 0xdc, 0xcb, 0x88, 0x60, 0x0c, 0x0b, 0x5a, 0xe5, 0x2c, 0x01, 0xc6, 0x54, 0xaf, 0xd7, 0xaa, 0xc1 -.byte 0x10, 0x7b, 0xd2, 0x05, 0x5a, 0xb8, 0x40, 0x9e, 0x86, 0xa7, 0xc3, 0x90, 0x86, 0x02, 0x56, 0x52 -.byte 0x09, 0x7a, 0x9c, 0xd2, 0x27, 0x82, 0x53, 0x4a, 0x65, 0x52, 0x6a, 0xf5, 0x3c, 0xe7, 0xa8, 0xf2 -.byte 0x9c, 0xaf, 0x8b, 0xbd, 0xd3, 0x0e, 0xd4, 0xd4, 0x5e, 0x6e, 0x87, 0x9e, 0x6a, 0x3d, 0x45, 0x1d -.byte 0xd1, 0x5d, 0x1b, 0xf4, 0xe9, 0x0a, 0xac, 0x60, 0x99, 0xfb, 0x89, 0xb4, 0xff, 0x98, 0x2c, 0xcf -.byte 0x7c, 0x1d, 0xe9, 0x02, 0xaa, 0x04, 0x9a, 0x1e, 0xb8, 0xdc, 0x88, 0x6e, 0x25, 0xb3, 0x6c, 0x66 -.byte 0xf7, 0x3c, 0x90, 0xf3, 0x57, 0xc1, 0xb3, 0x2f, 0xf5, 0x6d, 0xf2, 0xfb, 0xca, 0xa1, 0xf8, 0x29 -.byte 0x9d, 0x46, 0x8b, 0xb3, 0x6a, 0xf6, 0xe6, 0x67, 0x07, 0xbe, 0x2c, 0x67, 0x0a, 0x2a, 0x1f, 0x5a -.byte 0xb2, 0x3e, 0x57, 0xc4, 0xd3, 0x21, 0x21, 0x63, 0x65, 0x52, 0x91, 0x1b, 0xb1, 0x99, 0x8e, 0x79 -.byte 0x7e, 0xe6, 0xeb, 0x8d, 0x00, 0xd9, 0x5a, 0xaa, 0xea, 0x73, 0xe8, 0xa4, 0x82, 0x02, 0x47, 0x96 -.byte 0xfe, 0x5b, 0x8e, 0x54, 0x61, 0xa3, 0xeb, 0x2f, 0x4b, 0x30, 0xb0, 0x8b, 0x23, 0x75, 0x72, 0x7c -.byte 0x21, 0x3c, 0xc8, 0xf6, 0xf1, 0x74, 0xd4, 0x1c, 0x7b, 0xa3, 0x05, 0x55, 0xee, 0xbb, 0x4d, 0x3b -.byte 0x32, 0xbe, 0x9a, 0x77, 0x66, 0x9e, 0xac, 0x69, 0x90, 0x22, 0x07, 0x1f, 0x61, 0x3a, 0x96, 0xbe -.byte 0xe5, 0x9a, 0x4f, 0xcc, 0x05, 0x3c, 0x28, 0x59, 0xd3, 0xc1, 0x0c, 0x54, 0xa8, 0x59, 0x61, 0xbd -.byte 0xc8, 0x72, 0x4c, 0xe8, 0xdc, 0x9f, 0x87, 0x7f, 0xbd, 0x9c, 0x48, 0x36, 0x5e, 0x95, 0xa3, 0x0e -.byte 0xb9, 0x38, 0x24, 0x55, 0xfc, 0x75, 0x66, 0xeb, 0x02, 0xe3, 0x08, 0x34, 0x29, 0x4a, 0xc6, 0xe3 -.byte 0x2b, 0x2f, 0x33, 0xa0, 0xda, 0xa3, 0x86, 0xa5, 0x12, 0x97, 0xfd, 0x80, 0x2b, 0xda, 0x14, 0x42 -.byte 0xe3, 0x92, 0xbd, 0x3e, 0xf2, 0x5d, 0x5e, 0x67, 0x74, 0x2e, 0x1c, 0x88, 0x47, 0x29, 0x34, 0x5f -.byte 0xe2, 0x32, 0xa8, 0x9c, 0x25, 0x37, 0x8c, 0xba, 0x98, 0x00, 0x97, 0x8b, 0x49, 0x96, 0x1e, 0xfd -.byte 0x25, 0x8a, 0xac, 0xdc, 0xda, 0xd8, 0x5d, 0x74, 0x6e, 0x66, 0xb0, 0xff, 0x44, 0xdf, 0xa1, 0x18 -.byte 0xc6, 0xbe, 0x48, 0x2f, 0x37, 0x94, 0x78, 0xf8, 0x95, 0x4a, 0x3f, 0x7f, 0x13, 0x5e, 0x5d, 0x59 -.byte 0xfd, 0x74, 0x86, 0x43, 0x63, 0x73, 0x49, 0x02, 0x03, 0x01, 0x00, 0x01, 0x00, 0xc2, 0x00, 0x78 -.byte 0x30, 0x81, 0xbf, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53 +.byte 0x79, 0x20, 0x2d, 0x20, 0x47, 0x32, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86 +.byte 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82 +.byte 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xba, 0x84, 0xb6, 0x72, 0xdb, 0x9e, 0x0c, 0x6b, 0xe2 +.byte 0x99, 0xe9, 0x30, 0x01, 0xa7, 0x76, 0xea, 0x32, 0xb8, 0x95, 0x41, 0x1a, 0xc9, 0xda, 0x61, 0x4e +.byte 0x58, 0x72, 0xcf, 0xfe, 0xf6, 0x82, 0x79, 0xbf, 0x73, 0x61, 0x06, 0x0a, 0xa5, 0x27, 0xd8, 0xb3 +.byte 0x5f, 0xd3, 0x45, 0x4e, 0x1c, 0x72, 0xd6, 0x4e, 0x32, 0xf2, 0x72, 0x8a, 0x0f, 0xf7, 0x83, 0x19 +.byte 0xd0, 0x6a, 0x80, 0x80, 0x00, 0x45, 0x1e, 0xb0, 0xc7, 0xe7, 0x9a, 0xbf, 0x12, 0x57, 0x27, 0x1c +.byte 0xa3, 0x68, 0x2f, 0x0a, 0x87, 0xbd, 0x6a, 0x6b, 0x0e, 0x5e, 0x65, 0xf3, 0x1c, 0x77, 0xd5, 0xd4 +.byte 0x85, 0x8d, 0x70, 0x21, 0xb4, 0xb3, 0x32, 0xe7, 0x8b, 0xa2, 0xd5, 0x86, 0x39, 0x02, 0xb1, 0xb8 +.byte 0xd2, 0x47, 0xce, 0xe4, 0xc9, 0x49, 0xc4, 0x3b, 0xa7, 0xde, 0xfb, 0x54, 0x7d, 0x57, 0xbe, 0xf0 +.byte 0xe8, 0x6e, 0xc2, 0x79, 0xb2, 0x3a, 0x0b, 0x55, 0xe2, 0x50, 0x98, 0x16, 0x32, 0x13, 0x5c, 0x2f +.byte 0x78, 0x56, 0xc1, 0xc2, 0x94, 0xb3, 0xf2, 0x5a, 0xe4, 0x27, 0x9a, 0x9f, 0x24, 0xd7, 0xc6, 0xec +.byte 0xd0, 0x9b, 0x25, 0x82, 0xe3, 0xcc, 0xc2, 0xc4, 0x45, 0xc5, 0x8c, 0x97, 0x7a, 0x06, 0x6b, 0x2a +.byte 0x11, 0x9f, 0xa9, 0x0a, 0x6e, 0x48, 0x3b, 0x6f, 0xdb, 0xd4, 0x11, 0x19, 0x42, 0xf7, 0x8f, 0x07 +.byte 0xbf, 0xf5, 0x53, 0x5f, 0x9c, 0x3e, 0xf4, 0x17, 0x2c, 0xe6, 0x69, 0xac, 0x4e, 0x32, 0x4c, 0x62 +.byte 0x77, 0xea, 0xb7, 0xe8, 0xe5, 0xbb, 0x34, 0xbc, 0x19, 0x8b, 0xae, 0x9c, 0x51, 0xe7, 0xb7, 0x7e +.byte 0xb5, 0x53, 0xb1, 0x33, 0x22, 0xe5, 0x6d, 0xcf, 0x70, 0x3c, 0x1a, 0xfa, 0xe2, 0x9b, 0x67, 0xb6 +.byte 0x83, 0xf4, 0x8d, 0xa5, 0xaf, 0x62, 0x4c, 0x4d, 0xe0, 0x58, 0xac, 0x64, 0x34, 0x12, 0x03, 0xf8 +.byte 0xb6, 0x8d, 0x94, 0x63, 0x24, 0xa4, 0x71, 0x02, 0x03, 0x01, 0x00, 0x01, 0xc1, 0x00, 0x26, 0x02 +.byte 0x30, 0x81, 0xbe, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53 .byte 0x31, 0x16, 0x30, 0x14, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0d, 0x45, 0x6e, 0x74, 0x72, 0x75 .byte 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31, 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04 .byte 0x0b, 0x13, 0x1f, 0x53, 0x65, 0x65, 0x20, 0x77, 0x77, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x72, 0x75 .byte 0x73, 0x74, 0x2e, 0x6e, 0x65, 0x74, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x2d, 0x74, 0x65, 0x72 .byte 0x6d, 0x73, 0x31, 0x39, 0x30, 0x37, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x30, 0x28, 0x63, 0x29 -.byte 0x20, 0x32, 0x30, 0x31, 0x32, 0x20, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49 +.byte 0x20, 0x32, 0x30, 0x31, 0x35, 0x20, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49 .byte 0x6e, 0x63, 0x2e, 0x20, 0x2d, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72 -.byte 0x69, 0x7a, 0x65, 0x64, 0x20, 0x75, 0x73, 0x65, 0x20, 0x6f, 0x6e, 0x6c, 0x79, 0x31, 0x33, 0x30 -.byte 0x31, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2a, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x20 +.byte 0x69, 0x7a, 0x65, 0x64, 0x20, 0x75, 0x73, 0x65, 0x20, 0x6f, 0x6e, 0x6c, 0x79, 0x31, 0x32, 0x30 +.byte 0x30, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x29, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x20 .byte 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69 -.byte 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x2d, 0x20, 0x45 -.byte 0x43, 0x31, 0x30, 0x76, 0x30, 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06 -.byte 0x05, 0x2b, 0x81, 0x04, 0x00, 0x22, 0x03, 0x62, 0x00, 0x04, 0x84, 0x13, 0xc9, 0xd0, 0xba, 0x6d -.byte 0x41, 0x7b, 0xe2, 0x6c, 0xd0, 0xeb, 0x55, 0x5f, 0x66, 0x02, 0x1a, 0x24, 0xf4, 0x5b, 0x89, 0x69 -.byte 0x47, 0xe3, 0xb8, 0xc2, 0x7d, 0xf1, 0xf2, 0x02, 0xc5, 0x9f, 0xa0, 0xf6, 0x5b, 0xd5, 0x8b, 0x06 -.byte 0x19, 0x86, 0x4f, 0x53, 0x10, 0x6d, 0x07, 0x24, 0x27, 0xa1, 0xa0, 0xf8, 0xd5, 0x47, 0x19, 0x61 -.byte 0x4c, 0x7d, 0xca, 0x93, 0x27, 0xea, 0x74, 0x0c, 0xef, 0x6f, 0x96, 0x09, 0xfe, 0x63, 0xec, 0x70 -.byte 0x5d, 0x36, 0xad, 0x67, 0x77, 0xae, 0xc9, 0x9d, 0x7c, 0x55, 0x44, 0x3a, 0xa2, 0x63, 0x51, 0x1f -.byte 0xf5, 0xe3, 0x62, 0xd4, 0xa9, 0x47, 0x07, 0x3e, 0xcc, 0x20, 0x00, 0xd5, 0x01, 0x26, 0x30, 0x81 -.byte 0xd2, 0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x52, 0x31, 0x18 -.byte 0x30, 0x16, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0f, 0x47, 0x65, 0x62, 0x7a, 0x65, 0x20, 0x2d -.byte 0x20, 0x4b, 0x6f, 0x63, 0x61, 0x65, 0x6c, 0x69, 0x31, 0x42, 0x30, 0x40, 0x06, 0x03, 0x55, 0x04 -.byte 0x0a, 0x13, 0x39, 0x54, 0x75, 0x72, 0x6b, 0x69, 0x79, 0x65, 0x20, 0x42, 0x69, 0x6c, 0x69, 0x6d -.byte 0x73, 0x65, 0x6c, 0x20, 0x76, 0x65, 0x20, 0x54, 0x65, 0x6b, 0x6e, 0x6f, 0x6c, 0x6f, 0x6a, 0x69 -.byte 0x6b, 0x20, 0x41, 0x72, 0x61, 0x73, 0x74, 0x69, 0x72, 0x6d, 0x61, 0x20, 0x4b, 0x75, 0x72, 0x75 -.byte 0x6d, 0x75, 0x20, 0x2d, 0x20, 0x54, 0x55, 0x42, 0x49, 0x54, 0x41, 0x4b, 0x31, 0x2d, 0x30, 0x2b -.byte 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x24, 0x4b, 0x61, 0x6d, 0x75, 0x20, 0x53, 0x65, 0x72, 0x74 -.byte 0x69, 0x66, 0x69, 0x6b, 0x61, 0x73, 0x79, 0x6f, 0x6e, 0x20, 0x4d, 0x65, 0x72, 0x6b, 0x65, 0x7a -.byte 0x69, 0x20, 0x2d, 0x20, 0x4b, 0x61, 0x6d, 0x75, 0x20, 0x53, 0x4d, 0x31, 0x36, 0x30, 0x34, 0x06 -.byte 0x03, 0x55, 0x04, 0x03, 0x13, 0x2d, 0x54, 0x55, 0x42, 0x49, 0x54, 0x41, 0x4b, 0x20, 0x4b, 0x61 -.byte 0x6d, 0x75, 0x20, 0x53, 0x4d, 0x20, 0x53, 0x53, 0x4c, 0x20, 0x4b, 0x6f, 0x6b, 0x20, 0x53, 0x65 -.byte 0x72, 0x74, 0x69, 0x66, 0x69, 0x6b, 0x61, 0x73, 0x69, 0x20, 0x2d, 0x20, 0x53, 0x75, 0x72, 0x75 -.byte 0x6d, 0x20, 0x31, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7 -.byte 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02 -.byte 0x82, 0x01, 0x01, 0x00, 0xaf, 0x75, 0x30, 0x33, 0xaa, 0xbb, 0x6b, 0xd3, 0x99, 0x2c, 0x12, 0x37 -.byte 0x84, 0xd9, 0x8d, 0x7b, 0x97, 0x80, 0xd3, 0x6e, 0xe7, 0xff, 0x9b, 0x50, 0x95, 0x3e, 0x90, 0x95 -.byte 0x56, 0x42, 0xd7, 0x19, 0x7c, 0x26, 0x84, 0x8d, 0x92, 0xfa, 0x01, 0x1d, 0x3a, 0x0f, 0xe2, 0x64 -.byte 0x38, 0xb7, 0x8c, 0xbc, 0xe8, 0x88, 0xf9, 0x8b, 0x24, 0xab, 0x2e, 0xa3, 0xf5, 0x37, 0xe4, 0x40 -.byte 0x8e, 0x18, 0x25, 0x79, 0x83, 0x75, 0x1f, 0x3b, 0xff, 0x6c, 0xa8, 0xc5, 0xc6, 0x56, 0xf8, 0xb4 -.byte 0xed, 0x8a, 0x44, 0xa3, 0xab, 0x6c, 0x4c, 0xfc, 0x1d, 0xd0, 0xdc, 0xef, 0x68, 0xbd, 0xcf, 0xe4 -.byte 0xaa, 0xce, 0xf0, 0x55, 0xf7, 0xa2, 0x34, 0xd4, 0x83, 0x6b, 0x37, 0x7c, 0x1c, 0xc2, 0xfe, 0xb5 -.byte 0x03, 0xec, 0x57, 0xce, 0xbc, 0xb4, 0xb5, 0xc5, 0xed, 0x00, 0x0f, 0x53, 0x37, 0x2a, 0x4d, 0xf4 -.byte 0x4f, 0x0c, 0x83, 0xfb, 0x86, 0xcf, 0xcb, 0xfe, 0x8c, 0x4e, 0xbd, 0x87, 0xf9, 0xa7, 0x8b, 0x21 -.byte 0x57, 0x9c, 0x7a, 0xdf, 0x03, 0x67, 0x89, 0x2c, 0x9d, 0x97, 0x61, 0xa7, 0x10, 0xb8, 0x55, 0x90 -.byte 0x7f, 0x0e, 0x2d, 0x27, 0x38, 0x74, 0xdf, 0xe7, 0xfd, 0xda, 0x4e, 0x12, 0xe3, 0x4d, 0x15, 0x22 -.byte 0x02, 0xc8, 0xe0, 0xe0, 0xfc, 0x0f, 0xad, 0x8a, 0xd7, 0xc9, 0x54, 0x50, 0xcc, 0x3b, 0x0f, 0xca -.byte 0x16, 0x80, 0x84, 0xd0, 0x51, 0x56, 0xc3, 0x8e, 0x56, 0x7f, 0x89, 0x22, 0x33, 0x2f, 0xe6, 0x85 -.byte 0x0a, 0xbd, 0xa5, 0xa8, 0x1b, 0x36, 0xde, 0xd3, 0xdc, 0x2c, 0x6d, 0x3b, 0xc7, 0x13, 0xbd, 0x59 -.byte 0x23, 0x2c, 0xe6, 0xe5, 0xa4, 0xf7, 0xd8, 0x0b, 0xed, 0xea, 0x90, 0x40, 0x44, 0xa8, 0x95, 0xbb -.byte 0x93, 0xd5, 0xd0, 0x80, 0x34, 0xb6, 0x46, 0x78, 0x0e, 0x1f, 0x00, 0x93, 0x46, 0xe1, 0xee, 0xe9 -.byte 0xf9, 0xec, 0x4f, 0x17, 0x02, 0x03, 0x01, 0x00, 0x01 +.byte 0x6f, 0x6e, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x2d, 0x20, 0x47 +.byte 0x34, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01 +.byte 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0f, 0x00, 0x30, 0x82, 0x02, 0x0a, 0x02, 0x82, 0x02 +.byte 0x01, 0x00, 0xb1, 0xec, 0x2c, 0x42, 0xee, 0xe2, 0xd1, 0x30, 0xff, 0xa5, 0x92, 0x47, 0xe2, 0x2d +.byte 0xc3, 0xba, 0x64, 0x97, 0x6d, 0xca, 0xf7, 0x0d, 0xb5, 0x59, 0xc1, 0xb3, 0xcb, 0xa8, 0x68, 0x19 +.byte 0xd8, 0xaf, 0x84, 0x6d, 0x30, 0x70, 0x5d, 0x7e, 0xf3, 0x2e, 0xd2, 0x53, 0x99, 0xe1, 0xfe, 0x1f +.byte 0x5e, 0xd9, 0x48, 0xaf, 0x5d, 0x13, 0x8d, 0xdb, 0xff, 0x63, 0x33, 0x4d, 0xd3, 0x00, 0x02, 0xbc +.byte 0xc4, 0xf8, 0xd1, 0x06, 0x08, 0x94, 0x79, 0x58, 0x8a, 0x15, 0xde, 0x29, 0xb3, 0xfd, 0xfd, 0xc4 +.byte 0x4f, 0xe8, 0xaa, 0xe2, 0xa0, 0x3b, 0x79, 0xcd, 0xbf, 0x6b, 0x43, 0x32, 0xdd, 0xd9, 0x74, 0x10 +.byte 0xb9, 0xf7, 0xf4, 0x68, 0xd4, 0xbb, 0xd0, 0x87, 0xd5, 0xaa, 0x4b, 0x8a, 0x2a, 0x6f, 0x2a, 0x04 +.byte 0xb5, 0xb2, 0xa6, 0xc7, 0xa0, 0x7a, 0xe6, 0x48, 0xab, 0xd2, 0xd1, 0x59, 0xcc, 0xd6, 0x7e, 0x23 +.byte 0xe6, 0x97, 0x6c, 0xf0, 0x42, 0xe5, 0xdc, 0x51, 0x4b, 0x15, 0x41, 0xed, 0x49, 0x4a, 0xc9, 0xde +.byte 0x10, 0x97, 0xd6, 0x76, 0xc1, 0xef, 0xa5, 0xb5, 0x36, 0x14, 0x97, 0x35, 0xd8, 0x78, 0x22, 0x35 +.byte 0x52, 0xef, 0x43, 0xbd, 0xdb, 0x27, 0xdb, 0x61, 0x56, 0x82, 0x34, 0xdc, 0xcb, 0x88, 0x60, 0x0c +.byte 0x0b, 0x5a, 0xe5, 0x2c, 0x01, 0xc6, 0x54, 0xaf, 0xd7, 0xaa, 0xc1, 0x10, 0x7b, 0xd2, 0x05, 0x5a +.byte 0xb8, 0x40, 0x9e, 0x86, 0xa7, 0xc3, 0x90, 0x86, 0x02, 0x56, 0x52, 0x09, 0x7a, 0x9c, 0xd2, 0x27 +.byte 0x82, 0x53, 0x4a, 0x65, 0x52, 0x6a, 0xf5, 0x3c, 0xe7, 0xa8, 0xf2, 0x9c, 0xaf, 0x8b, 0xbd, 0xd3 +.byte 0x0e, 0xd4, 0xd4, 0x5e, 0x6e, 0x87, 0x9e, 0x6a, 0x3d, 0x45, 0x1d, 0xd1, 0x5d, 0x1b, 0xf4, 0xe9 +.byte 0x0a, 0xac, 0x60, 0x99, 0xfb, 0x89, 0xb4, 0xff, 0x98, 0x2c, 0xcf, 0x7c, 0x1d, 0xe9, 0x02, 0xaa +.byte 0x04, 0x9a, 0x1e, 0xb8, 0xdc, 0x88, 0x6e, 0x25, 0xb3, 0x6c, 0x66, 0xf7, 0x3c, 0x90, 0xf3, 0x57 +.byte 0xc1, 0xb3, 0x2f, 0xf5, 0x6d, 0xf2, 0xfb, 0xca, 0xa1, 0xf8, 0x29, 0x9d, 0x46, 0x8b, 0xb3, 0x6a +.byte 0xf6, 0xe6, 0x67, 0x07, 0xbe, 0x2c, 0x67, 0x0a, 0x2a, 0x1f, 0x5a, 0xb2, 0x3e, 0x57, 0xc4, 0xd3 +.byte 0x21, 0x21, 0x63, 0x65, 0x52, 0x91, 0x1b, 0xb1, 0x99, 0x8e, 0x79, 0x7e, 0xe6, 0xeb, 0x8d, 0x00 +.byte 0xd9, 0x5a, 0xaa, 0xea, 0x73, 0xe8, 0xa4, 0x82, 0x02, 0x47, 0x96, 0xfe, 0x5b, 0x8e, 0x54, 0x61 +.byte 0xa3, 0xeb, 0x2f, 0x4b, 0x30, 0xb0, 0x8b, 0x23, 0x75, 0x72, 0x7c, 0x21, 0x3c, 0xc8, 0xf6, 0xf1 +.byte 0x74, 0xd4, 0x1c, 0x7b, 0xa3, 0x05, 0x55, 0xee, 0xbb, 0x4d, 0x3b, 0x32, 0xbe, 0x9a, 0x77, 0x66 +.byte 0x9e, 0xac, 0x69, 0x90, 0x22, 0x07, 0x1f, 0x61, 0x3a, 0x96, 0xbe, 0xe5, 0x9a, 0x4f, 0xcc, 0x05 +.byte 0x3c, 0x28, 0x59, 0xd3, 0xc1, 0x0c, 0x54, 0xa8, 0x59, 0x61, 0xbd, 0xc8, 0x72, 0x4c, 0xe8, 0xdc +.byte 0x9f, 0x87, 0x7f, 0xbd, 0x9c, 0x48, 0x36, 0x5e, 0x95, 0xa3, 0x0e, 0xb9, 0x38, 0x24, 0x55, 0xfc +.byte 0x75, 0x66, 0xeb, 0x02, 0xe3, 0x08, 0x34, 0x29, 0x4a, 0xc6, 0xe3, 0x2b, 0x2f, 0x33, 0xa0, 0xda +.byte 0xa3, 0x86, 0xa5, 0x12, 0x97, 0xfd, 0x80, 0x2b, 0xda, 0x14, 0x42, 0xe3, 0x92, 0xbd, 0x3e, 0xf2 +.byte 0x5d, 0x5e, 0x67, 0x74, 0x2e, 0x1c, 0x88, 0x47, 0x29, 0x34, 0x5f, 0xe2, 0x32, 0xa8, 0x9c, 0x25 +.byte 0x37, 0x8c, 0xba, 0x98, 0x00, 0x97, 0x8b, 0x49, 0x96, 0x1e, 0xfd, 0x25, 0x8a, 0xac, 0xdc, 0xda +.byte 0xd8, 0x5d, 0x74, 0x6e, 0x66, 0xb0, 0xff, 0x44, 0xdf, 0xa1, 0x18, 0xc6, 0xbe, 0x48, 0x2f, 0x37 +.byte 0x94, 0x78, 0xf8, 0x95, 0x4a, 0x3f, 0x7f, 0x13, 0x5e, 0x5d, 0x59, 0xfd, 0x74, 0x86, 0x43, 0x63 +.byte 0x73, 0x49, 0x02, 0x03, 0x01, 0x00, 0x01, 0xc2, 0x00, 0x78, 0x00, 0x30, 0x81, 0xbf, 0x31, 0x0b +.byte 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x16, 0x30, 0x14, 0x06 +.byte 0x03, 0x55, 0x04, 0x0a, 0x13, 0x0d, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49 +.byte 0x6e, 0x63, 0x2e, 0x31, 0x28, 0x30, 0x26, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x1f, 0x53, 0x65 +.byte 0x65, 0x20, 0x77, 0x77, 0x77, 0x2e, 0x65, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2e, 0x6e, 0x65 +.byte 0x74, 0x2f, 0x6c, 0x65, 0x67, 0x61, 0x6c, 0x2d, 0x74, 0x65, 0x72, 0x6d, 0x73, 0x31, 0x39, 0x30 +.byte 0x37, 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x30, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x31, 0x32 +.byte 0x20, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2c, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x20, 0x2d +.byte 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x65, 0x64, 0x20 +.byte 0x75, 0x73, 0x65, 0x20, 0x6f, 0x6e, 0x6c, 0x79, 0x31, 0x33, 0x30, 0x31, 0x06, 0x03, 0x55, 0x04 +.byte 0x03, 0x13, 0x2a, 0x45, 0x6e, 0x74, 0x72, 0x75, 0x73, 0x74, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20 +.byte 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x41, 0x75 +.byte 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x20, 0x2d, 0x20, 0x45, 0x43, 0x31, 0x30, 0x76, 0x30 +.byte 0x10, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x05, 0x2b, 0x81, 0x04, 0x00 +.byte 0x22, 0x03, 0x62, 0x00, 0x04, 0x84, 0x13, 0xc9, 0xd0, 0xba, 0x6d, 0x41, 0x7b, 0xe2, 0x6c, 0xd0 +.byte 0xeb, 0x55, 0x5f, 0x66, 0x02, 0x1a, 0x24, 0xf4, 0x5b, 0x89, 0x69, 0x47, 0xe3, 0xb8, 0xc2, 0x7d +.byte 0xf1, 0xf2, 0x02, 0xc5, 0x9f, 0xa0, 0xf6, 0x5b, 0xd5, 0x8b, 0x06, 0x19, 0x86, 0x4f, 0x53, 0x10 +.byte 0x6d, 0x07, 0x24, 0x27, 0xa1, 0xa0, 0xf8, 0xd5, 0x47, 0x19, 0x61, 0x4c, 0x7d, 0xca, 0x93, 0x27 +.byte 0xea, 0x74, 0x0c, 0xef, 0x6f, 0x96, 0x09, 0xfe, 0x63, 0xec, 0x70, 0x5d, 0x36, 0xad, 0x67, 0x77 +.byte 0xae, 0xc9, 0x9d, 0x7c, 0x55, 0x44, 0x3a, 0xa2, 0x63, 0x51, 0x1f, 0xf5, 0xe3, 0x62, 0xd4, 0xa9 +.byte 0x47, 0x07, 0x3e, 0xcc, 0x20, 0xd5, 0x00, 0x26, 0x01, 0x30, 0x81, 0xd2, 0x31, 0x0b, 0x30, 0x09 +.byte 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x54, 0x52, 0x31, 0x18, 0x30, 0x16, 0x06, 0x03, 0x55 +.byte 0x04, 0x07, 0x13, 0x0f, 0x47, 0x65, 0x62, 0x7a, 0x65, 0x20, 0x2d, 0x20, 0x4b, 0x6f, 0x63, 0x61 +.byte 0x65, 0x6c, 0x69, 0x31, 0x42, 0x30, 0x40, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x13, 0x39, 0x54, 0x75 +.byte 0x72, 0x6b, 0x69, 0x79, 0x65, 0x20, 0x42, 0x69, 0x6c, 0x69, 0x6d, 0x73, 0x65, 0x6c, 0x20, 0x76 +.byte 0x65, 0x20, 0x54, 0x65, 0x6b, 0x6e, 0x6f, 0x6c, 0x6f, 0x6a, 0x69, 0x6b, 0x20, 0x41, 0x72, 0x61 +.byte 0x73, 0x74, 0x69, 0x72, 0x6d, 0x61, 0x20, 0x4b, 0x75, 0x72, 0x75, 0x6d, 0x75, 0x20, 0x2d, 0x20 +.byte 0x54, 0x55, 0x42, 0x49, 0x54, 0x41, 0x4b, 0x31, 0x2d, 0x30, 0x2b, 0x06, 0x03, 0x55, 0x04, 0x0b +.byte 0x13, 0x24, 0x4b, 0x61, 0x6d, 0x75, 0x20, 0x53, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x6b, 0x61 +.byte 0x73, 0x79, 0x6f, 0x6e, 0x20, 0x4d, 0x65, 0x72, 0x6b, 0x65, 0x7a, 0x69, 0x20, 0x2d, 0x20, 0x4b +.byte 0x61, 0x6d, 0x75, 0x20, 0x53, 0x4d, 0x31, 0x36, 0x30, 0x34, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13 +.byte 0x2d, 0x54, 0x55, 0x42, 0x49, 0x54, 0x41, 0x4b, 0x20, 0x4b, 0x61, 0x6d, 0x75, 0x20, 0x53, 0x4d +.byte 0x20, 0x53, 0x53, 0x4c, 0x20, 0x4b, 0x6f, 0x6b, 0x20, 0x53, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69 +.byte 0x6b, 0x61, 0x73, 0x69, 0x20, 0x2d, 0x20, 0x53, 0x75, 0x72, 0x75, 0x6d, 0x20, 0x31, 0x30, 0x82 +.byte 0x01, 0x22, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x01, 0x05 +.byte 0x00, 0x03, 0x82, 0x01, 0x0f, 0x00, 0x30, 0x82, 0x01, 0x0a, 0x02, 0x82, 0x01, 0x01, 0x00, 0xaf +.byte 0x75, 0x30, 0x33, 0xaa, 0xbb, 0x6b, 0xd3, 0x99, 0x2c, 0x12, 0x37, 0x84, 0xd9, 0x8d, 0x7b, 0x97 +.byte 0x80, 0xd3, 0x6e, 0xe7, 0xff, 0x9b, 0x50, 0x95, 0x3e, 0x90, 0x95, 0x56, 0x42, 0xd7, 0x19, 0x7c +.byte 0x26, 0x84, 0x8d, 0x92, 0xfa, 0x01, 0x1d, 0x3a, 0x0f, 0xe2, 0x64, 0x38, 0xb7, 0x8c, 0xbc, 0xe8 +.byte 0x88, 0xf9, 0x8b, 0x24, 0xab, 0x2e, 0xa3, 0xf5, 0x37, 0xe4, 0x40, 0x8e, 0x18, 0x25, 0x79, 0x83 +.byte 0x75, 0x1f, 0x3b, 0xff, 0x6c, 0xa8, 0xc5, 0xc6, 0x56, 0xf8, 0xb4, 0xed, 0x8a, 0x44, 0xa3, 0xab +.byte 0x6c, 0x4c, 0xfc, 0x1d, 0xd0, 0xdc, 0xef, 0x68, 0xbd, 0xcf, 0xe4, 0xaa, 0xce, 0xf0, 0x55, 0xf7 +.byte 0xa2, 0x34, 0xd4, 0x83, 0x6b, 0x37, 0x7c, 0x1c, 0xc2, 0xfe, 0xb5, 0x03, 0xec, 0x57, 0xce, 0xbc +.byte 0xb4, 0xb5, 0xc5, 0xed, 0x00, 0x0f, 0x53, 0x37, 0x2a, 0x4d, 0xf4, 0x4f, 0x0c, 0x83, 0xfb, 0x86 +.byte 0xcf, 0xcb, 0xfe, 0x8c, 0x4e, 0xbd, 0x87, 0xf9, 0xa7, 0x8b, 0x21, 0x57, 0x9c, 0x7a, 0xdf, 0x03 +.byte 0x67, 0x89, 0x2c, 0x9d, 0x97, 0x61, 0xa7, 0x10, 0xb8, 0x55, 0x90, 0x7f, 0x0e, 0x2d, 0x27, 0x38 +.byte 0x74, 0xdf, 0xe7, 0xfd, 0xda, 0x4e, 0x12, 0xe3, 0x4d, 0x15, 0x22, 0x02, 0xc8, 0xe0, 0xe0, 0xfc +.byte 0x0f, 0xad, 0x8a, 0xd7, 0xc9, 0x54, 0x50, 0xcc, 0x3b, 0x0f, 0xca, 0x16, 0x80, 0x84, 0xd0, 0x51 +.byte 0x56, 0xc3, 0x8e, 0x56, 0x7f, 0x89, 0x22, 0x33, 0x2f, 0xe6, 0x85, 0x0a, 0xbd, 0xa5, 0xa8, 0x1b +.byte 0x36, 0xde, 0xd3, 0xdc, 0x2c, 0x6d, 0x3b, 0xc7, 0x13, 0xbd, 0x59, 0x23, 0x2c, 0xe6, 0xe5, 0xa4 +.byte 0xf7, 0xd8, 0x0b, 0xed, 0xea, 0x90, 0x40, 0x44, 0xa8, 0x95, 0xbb, 0x93, 0xd5, 0xd0, 0x80, 0x34 +.byte 0xb6, 0x46, 0x78, 0x0e, 0x1f, 0x00, 0x93, 0x46, 0xe1, 0xee, 0xe9, 0xf9, 0xec, 0x4f, 0x17, 0x02 +.byte 0x03, 0x01, 0x00, 0x01 .global _binary_x509_crt_bundle_end _binary_x509_crt_bundle_end: /* for objcopy compatibility */ @@ -4019,4 +4385,4 @@ _binary_x509_crt_bundle_end: /* for objcopy compatibility */ .global x509_crt_bundle_length x509_crt_bundle_length: -.word 64057 +.long 69876 diff --git a/ESP32-IDF_ePaper/dependencies.lock b/ESP32-IDF_ePaper/dependencies.lock index a9b824f62..30c6187d3 100644 --- a/ESP32-IDF_ePaper/dependencies.lock +++ b/ESP32-IDF_ePaper/dependencies.lock @@ -1,15 +1,20 @@ dependencies: espressif/led_strip: component_hash: 67d2744208e9c12d8b1992d21c979396c1726e57cb7e35e7c171c515be20f8ea + dependencies: + - name: idf + require: private + version: '>=4.4' source: - service_url: https://api.components.espressif.com/ + registry_url: https://components.espressif.com/ type: service version: 2.5.3 idf: - component_hash: null source: type: idf - version: 5.1.2 -manifest_hash: 4c7ed8e6f874750f820a5ffeddfcacf4689c12b7a80aa1ade7cd3f7d7a7121a1 -target: esp32 -version: 1.0.0 + version: 5.4.0 +direct_dependencies: +- espressif/led_strip +manifest_hash: e75c2d945ba76d2a15684cef3d2394462d2a555ad0ea27481e56f163a8551ac7 +target: esp32c3 +version: 2.0.0 diff --git a/ESP32-IDF_ePaper/sdkconfig b/ESP32-IDF_ePaper/sdkconfig index 8496b4841..747a83f2a 100644 --- a/ESP32-IDF_ePaper/sdkconfig +++ b/ESP32-IDF_ePaper/sdkconfig @@ -1,27 +1,26 @@ # # Automatically generated file. DO NOT EDIT. -# Espressif IoT Development Framework (ESP-IDF) 5.1.2 Project Configuration +# Espressif IoT Development Framework (ESP-IDF) 5.4.0 Project Configuration # -CONFIG_SOC_BROWNOUT_RESET_SUPPORTED="Not determined" -CONFIG_SOC_TWAI_BRP_DIV_SUPPORTED="Not determined" -CONFIG_SOC_DPORT_WORKAROUND="Not determined" -CONFIG_SOC_CAPS_ECO_VER_MAX=301 CONFIG_SOC_ADC_SUPPORTED=y -CONFIG_SOC_DAC_SUPPORTED=y +CONFIG_SOC_DEDICATED_GPIO_SUPPORTED=y CONFIG_SOC_UART_SUPPORTED=y -CONFIG_SOC_MCPWM_SUPPORTED=y +CONFIG_SOC_GDMA_SUPPORTED=y +CONFIG_SOC_AHB_GDMA_SUPPORTED=y CONFIG_SOC_GPTIMER_SUPPORTED=y -CONFIG_SOC_SDMMC_HOST_SUPPORTED=y -CONFIG_SOC_BT_SUPPORTED=y -CONFIG_SOC_PCNT_SUPPORTED=y -CONFIG_SOC_WIFI_SUPPORTED=y -CONFIG_SOC_SDIO_SLAVE_SUPPORTED=y CONFIG_SOC_TWAI_SUPPORTED=y -CONFIG_SOC_EMAC_SUPPORTED=y -CONFIG_SOC_ULP_SUPPORTED=y -CONFIG_SOC_CCOMP_TIMER_SUPPORTED=y +CONFIG_SOC_BT_SUPPORTED=y +CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED=y +CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED=y +CONFIG_SOC_TEMP_SENSOR_SUPPORTED=y +CONFIG_SOC_XT_WDT_SUPPORTED=y +CONFIG_SOC_PHY_SUPPORTED=y +CONFIG_SOC_WIFI_SUPPORTED=y +CONFIG_SOC_SUPPORTS_SECURE_DL_MODE=y +CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD=y +CONFIG_SOC_EFUSE_HAS_EFUSE_RST_BUG=y +CONFIG_SOC_EFUSE_SUPPORTED=y CONFIG_SOC_RTC_FAST_MEM_SUPPORTED=y -CONFIG_SOC_RTC_SLOW_MEM_SUPPORTED=y CONFIG_SOC_RTC_MEM_SUPPORTED=y CONFIG_SOC_I2S_SUPPORTED=y CONFIG_SOC_RMT_SUPPORTED=y @@ -29,195 +28,268 @@ CONFIG_SOC_SDM_SUPPORTED=y CONFIG_SOC_GPSPI_SUPPORTED=y CONFIG_SOC_LEDC_SUPPORTED=y CONFIG_SOC_I2C_SUPPORTED=y +CONFIG_SOC_SYSTIMER_SUPPORTED=y CONFIG_SOC_SUPPORT_COEXISTENCE=y CONFIG_SOC_AES_SUPPORTED=y CONFIG_SOC_MPI_SUPPORTED=y CONFIG_SOC_SHA_SUPPORTED=y +CONFIG_SOC_HMAC_SUPPORTED=y +CONFIG_SOC_DIG_SIGN_SUPPORTED=y CONFIG_SOC_FLASH_ENC_SUPPORTED=y CONFIG_SOC_SECURE_BOOT_SUPPORTED=y -CONFIG_SOC_TOUCH_SENSOR_SUPPORTED=y +CONFIG_SOC_MEMPROT_SUPPORTED=y CONFIG_SOC_BOD_SUPPORTED=y -CONFIG_SOC_ULP_FSM_SUPPORTED=y -CONFIG_SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL=5 -CONFIG_SOC_XTAL_SUPPORT_26M=y +CONFIG_SOC_CLK_TREE_SUPPORTED=y +CONFIG_SOC_ASSIST_DEBUG_SUPPORTED=y +CONFIG_SOC_WDT_SUPPORTED=y +CONFIG_SOC_SPI_FLASH_SUPPORTED=y +CONFIG_SOC_RNG_SUPPORTED=y +CONFIG_SOC_LIGHT_SLEEP_SUPPORTED=y +CONFIG_SOC_DEEP_SLEEP_SUPPORTED=y +CONFIG_SOC_LP_PERIPH_SHARE_INTERRUPT=y +CONFIG_SOC_PM_SUPPORTED=y CONFIG_SOC_XTAL_SUPPORT_40M=y -CONFIG_SOC_XTAL_SUPPORT_AUTO_DETECT=y -CONFIG_SOC_ADC_RTC_CTRL_SUPPORTED=y +CONFIG_SOC_AES_SUPPORT_DMA=y +CONFIG_SOC_AES_GDMA=y +CONFIG_SOC_AES_SUPPORT_AES_128=y +CONFIG_SOC_AES_SUPPORT_AES_256=y CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED=y +CONFIG_SOC_ADC_ARBITER_SUPPORTED=y +CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED=y +CONFIG_SOC_ADC_MONITOR_SUPPORTED=y CONFIG_SOC_ADC_DMA_SUPPORTED=y CONFIG_SOC_ADC_PERIPH_NUM=2 -CONFIG_SOC_ADC_MAX_CHANNEL_NUM=10 +CONFIG_SOC_ADC_MAX_CHANNEL_NUM=5 CONFIG_SOC_ADC_ATTEN_NUM=4 -CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM=2 -CONFIG_SOC_ADC_PATT_LEN_MAX=16 -CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH=9 +CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM=1 +CONFIG_SOC_ADC_PATT_LEN_MAX=8 +CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH=12 CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH=12 -CONFIG_SOC_ADC_DIGI_RESULT_BYTES=2 +CONFIG_SOC_ADC_DIGI_RESULT_BYTES=4 CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV=4 -CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH=2 -CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW=20 -CONFIG_SOC_ADC_RTC_MIN_BITWIDTH=9 +CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM=2 +CONFIG_SOC_ADC_DIGI_MONITOR_NUM=2 +CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH=83333 +CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW=611 +CONFIG_SOC_ADC_RTC_MIN_BITWIDTH=12 CONFIG_SOC_ADC_RTC_MAX_BITWIDTH=12 +CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED=y +CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED=y +CONFIG_SOC_ADC_SHARED_POWER=y +CONFIG_SOC_APB_BACKUP_DMA=y +CONFIG_SOC_BROWNOUT_RESET_SUPPORTED=y CONFIG_SOC_SHARED_IDCACHE_SUPPORTED=y -CONFIG_SOC_IDCACHE_PER_CORE=y -CONFIG_SOC_CPU_CORES_NUM=2 +CONFIG_SOC_CACHE_MEMORY_IBANK_SIZE=0x4000 +CONFIG_SOC_CPU_CORES_NUM=1 CONFIG_SOC_CPU_INTR_NUM=32 -CONFIG_SOC_CPU_HAS_FPU=y -CONFIG_SOC_CPU_BREAKPOINTS_NUM=2 -CONFIG_SOC_CPU_WATCHPOINTS_NUM=2 -CONFIG_SOC_CPU_WATCHPOINT_SIZE=64 -CONFIG_SOC_DAC_CHAN_NUM=2 -CONFIG_SOC_DAC_RESOLUTION=8 -CONFIG_SOC_DAC_DMA_16BIT_ALIGN=y +CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC=y +CONFIG_SOC_CPU_HAS_CSR_PC=y +CONFIG_SOC_CPU_BREAKPOINTS_NUM=8 +CONFIG_SOC_CPU_WATCHPOINTS_NUM=8 +CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE=0x80000000 +CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN=3072 +CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH=16 +CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US=1100 +CONFIG_SOC_AHB_GDMA_VERSION=1 +CONFIG_SOC_GDMA_NUM_GROUPS_MAX=1 +CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX=3 CONFIG_SOC_GPIO_PORT=1 -CONFIG_SOC_GPIO_PIN_COUNT=40 -CONFIG_SOC_GPIO_VALID_GPIO_MASK=0xFFFFFFFFFF -CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK=0xEF0FEA -CONFIG_SOC_I2C_NUM=2 +CONFIG_SOC_GPIO_PIN_COUNT=22 +CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER=y +CONFIG_SOC_GPIO_FILTER_CLK_SUPPORT_APB=y +CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD=y +CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP=y +CONFIG_SOC_GPIO_IN_RANGE_MAX=21 +CONFIG_SOC_GPIO_OUT_RANGE_MAX=21 +CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK=0 +CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT=6 +CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK=0x00000000003FFFC0 +CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX=y +CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM=3 +CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP=y +CONFIG_SOC_DEDIC_GPIO_OUT_CHANNELS_NUM=8 +CONFIG_SOC_DEDIC_GPIO_IN_CHANNELS_NUM=8 +CONFIG_SOC_DEDIC_PERIPH_ALWAYS_ENABLE=y +CONFIG_SOC_I2C_NUM=1 +CONFIG_SOC_HP_I2C_NUM=1 CONFIG_SOC_I2C_FIFO_LEN=32 -CONFIG_SOC_I2C_CMD_REG_NUM=16 +CONFIG_SOC_I2C_CMD_REG_NUM=8 CONFIG_SOC_I2C_SUPPORT_SLAVE=y -CONFIG_SOC_I2C_SUPPORT_APB=y -CONFIG_SOC_I2S_NUM=2 -CONFIG_SOC_I2S_HW_VERSION_1=y -CONFIG_SOC_I2S_SUPPORTS_APLL=y +CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS=y +CONFIG_SOC_I2C_SUPPORT_XTAL=y +CONFIG_SOC_I2C_SUPPORT_RTC=y +CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR=y +CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST=y +CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE=y +CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS=y +CONFIG_SOC_I2S_NUM=1 +CONFIG_SOC_I2S_HW_VERSION_2=y +CONFIG_SOC_I2S_SUPPORTS_XTAL=y CONFIG_SOC_I2S_SUPPORTS_PLL_F160M=y +CONFIG_SOC_I2S_SUPPORTS_PCM=y CONFIG_SOC_I2S_SUPPORTS_PDM=y CONFIG_SOC_I2S_SUPPORTS_PDM_TX=y -CONFIG_SOC_I2S_PDM_MAX_TX_LINES=1 -CONFIG_SOC_I2S_SUPPORTS_PDM_RX=y -CONFIG_SOC_I2S_PDM_MAX_RX_LINES=1 -CONFIG_SOC_I2S_SUPPORTS_ADC_DAC=y -CONFIG_SOC_I2S_SUPPORTS_ADC=y -CONFIG_SOC_I2S_SUPPORTS_DAC=y -CONFIG_SOC_I2S_SUPPORTS_LCD_CAMERA=y -CONFIG_SOC_I2S_TRANS_SIZE_ALIGN_WORD=y -CONFIG_SOC_I2S_LCD_I80_VARIANT=y -CONFIG_SOC_LCD_I80_SUPPORTED=y -CONFIG_SOC_LCD_I80_BUSES=2 -CONFIG_SOC_LCD_I80_BUS_WIDTH=24 -CONFIG_SOC_LEDC_HAS_TIMER_SPECIFIC_MUX=y +CONFIG_SOC_I2S_PDM_MAX_TX_LINES=2 +CONFIG_SOC_I2S_SUPPORTS_TDM=y CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK=y -CONFIG_SOC_LEDC_SUPPORT_REF_TICK=y -CONFIG_SOC_LEDC_SUPPORT_HS_MODE=y -CONFIG_SOC_LEDC_CHANNEL_NUM=8 -CONFIG_SOC_LEDC_TIMER_BIT_WIDTH=20 -CONFIG_SOC_MCPWM_GROUPS=2 -CONFIG_SOC_MCPWM_TIMERS_PER_GROUP=3 -CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP=3 -CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR=2 -CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR=2 -CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR=2 -CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP=3 -CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP=y -CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER=3 -CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP=3 -CONFIG_SOC_MMU_PERIPH_NUM=2 -CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM=3 +CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK=y +CONFIG_SOC_LEDC_TIMER_NUM=4 +CONFIG_SOC_LEDC_CHANNEL_NUM=6 +CONFIG_SOC_LEDC_TIMER_BIT_WIDTH=14 +CONFIG_SOC_LEDC_SUPPORT_FADE_STOP=y +CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM=1 +CONFIG_SOC_MMU_PERIPH_NUM=1 CONFIG_SOC_MPU_MIN_REGION_SIZE=0x20000000 CONFIG_SOC_MPU_REGIONS_MAX_NUM=8 -CONFIG_SOC_PCNT_GROUPS=1 -CONFIG_SOC_PCNT_UNITS_PER_GROUP=8 -CONFIG_SOC_PCNT_CHANNELS_PER_UNIT=2 -CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT=2 CONFIG_SOC_RMT_GROUPS=1 -CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP=8 -CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP=8 -CONFIG_SOC_RMT_CHANNELS_PER_GROUP=8 -CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL=64 -CONFIG_SOC_RMT_SUPPORT_REF_TICK=y +CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP=2 +CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP=2 +CONFIG_SOC_RMT_CHANNELS_PER_GROUP=4 +CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL=48 +CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG=y +CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION=y +CONFIG_SOC_RMT_SUPPORT_TX_ASYNC_STOP=y +CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT=y +CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO=y +CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY=y +CONFIG_SOC_RMT_SUPPORT_XTAL=y CONFIG_SOC_RMT_SUPPORT_APB=y -CONFIG_SOC_RMT_CHANNEL_CLK_INDEPENDENT=y -CONFIG_SOC_RTCIO_PIN_COUNT=18 -CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED=y -CONFIG_SOC_RTCIO_HOLD_SUPPORTED=y -CONFIG_SOC_RTCIO_WAKE_SUPPORTED=y +CONFIG_SOC_RMT_SUPPORT_RC_FAST=y +CONFIG_SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH=128 +CONFIG_SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM=108 +CONFIG_SOC_SLEEP_SYSTIMER_STALL_WORKAROUND=y +CONFIG_SOC_SLEEP_TGWDT_STOP_WORKAROUND=y +CONFIG_SOC_RTCIO_PIN_COUNT=0 +CONFIG_SOC_MPI_MEM_BLOCKS_NUM=4 +CONFIG_SOC_MPI_OPERATIONS_NUM=3 +CONFIG_SOC_RSA_MAX_BIT_LEN=3072 +CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE=3968 +CONFIG_SOC_SHA_SUPPORT_DMA=y +CONFIG_SOC_SHA_SUPPORT_RESUME=y +CONFIG_SOC_SHA_GDMA=y +CONFIG_SOC_SHA_SUPPORT_SHA1=y +CONFIG_SOC_SHA_SUPPORT_SHA224=y +CONFIG_SOC_SHA_SUPPORT_SHA256=y CONFIG_SOC_SDM_GROUPS=1 -CONFIG_SOC_SDM_CHANNELS_PER_GROUP=8 +CONFIG_SOC_SDM_CHANNELS_PER_GROUP=4 CONFIG_SOC_SDM_CLK_SUPPORT_APB=y -CONFIG_SOC_SPI_HD_BOTH_INOUT_SUPPORTED=y -CONFIG_SOC_SPI_AS_CS_SUPPORTED=y -CONFIG_SOC_SPI_PERIPH_NUM=3 -CONFIG_SOC_SPI_DMA_CHAN_NUM=2 -CONFIG_SOC_SPI_MAX_CS_NUM=3 -CONFIG_SOC_SPI_SUPPORT_CLK_APB=y +CONFIG_SOC_SPI_PERIPH_NUM=2 +CONFIG_SOC_SPI_MAX_CS_NUM=6 CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE=64 -CONFIG_SOC_SPI_MAX_PRE_DIVIDER=8192 +CONFIG_SOC_SPI_SUPPORT_DDRCLK=y +CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS=y +CONFIG_SOC_SPI_SUPPORT_CD_SIG=y +CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS=y +CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2=y +CONFIG_SOC_SPI_SUPPORT_CLK_APB=y +CONFIG_SOC_SPI_SUPPORT_CLK_XTAL=y +CONFIG_SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT=y +CONFIG_SOC_SPI_SCT_SUPPORTED=y +CONFIG_SOC_SPI_SCT_REG_NUM=14 +CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX=y +CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX=0x3FFFA +CONFIG_SOC_MEMSPI_IS_INDEPENDENT=y +CONFIG_SOC_SPI_MAX_PRE_DIVIDER=16 +CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE=y +CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND=y +CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME=y +CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR=y +CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND=y +CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS=y +CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE=y +CONFIG_SOC_SPI_MEM_SUPPORT_WRAP=y CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED=y CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED=y CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED=y CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED=y +CONFIG_SOC_SYSTIMER_COUNTER_NUM=2 +CONFIG_SOC_SYSTIMER_ALARM_NUM=3 +CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO=32 +CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI=20 +CONFIG_SOC_SYSTIMER_FIXED_DIVIDER=y +CONFIG_SOC_SYSTIMER_INT_LEVEL=y +CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE=y CONFIG_SOC_TIMER_GROUPS=2 -CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP=2 -CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH=64 -CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS=4 +CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP=1 +CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH=54 +CONFIG_SOC_TIMER_GROUP_SUPPORT_XTAL=y CONFIG_SOC_TIMER_GROUP_SUPPORT_APB=y -CONFIG_SOC_TOUCH_VERSION_1=y -CONFIG_SOC_TOUCH_SENSOR_NUM=10 -CONFIG_SOC_TOUCH_PAD_MEASURE_WAIT_MAX=0xFF +CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS=2 +CONFIG_SOC_MWDT_SUPPORT_XTAL=y CONFIG_SOC_TWAI_CONTROLLER_NUM=1 -CONFIG_SOC_TWAI_BRP_MIN=2 CONFIG_SOC_TWAI_CLK_SUPPORT_APB=y -CONFIG_SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT=y -CONFIG_SOC_UART_NUM=3 -CONFIG_SOC_UART_SUPPORT_APB_CLK=y -CONFIG_SOC_UART_SUPPORT_REF_TICK=y +CONFIG_SOC_TWAI_BRP_MIN=2 +CONFIG_SOC_TWAI_BRP_MAX=16384 +CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS=y +CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE=y +CONFIG_SOC_EFUSE_DIS_PAD_JTAG=y +CONFIG_SOC_EFUSE_DIS_USB_JTAG=y +CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT=y +CONFIG_SOC_EFUSE_SOFT_DIS_JTAG=y +CONFIG_SOC_EFUSE_DIS_ICACHE=y +CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK=y +CONFIG_SOC_SECURE_BOOT_V2_RSA=y +CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS=3 +CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS=y +CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY=y +CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX=32 +CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES=y +CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128=y +CONFIG_SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE=16 +CONFIG_SOC_MEMPROT_MEM_ALIGN_SIZE=512 +CONFIG_SOC_UART_NUM=2 +CONFIG_SOC_UART_HP_NUM=2 CONFIG_SOC_UART_FIFO_LEN=128 CONFIG_SOC_UART_BITRATE_MAX=5000000 -CONFIG_SOC_SPIRAM_SUPPORTED=y -CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE=y -CONFIG_SOC_SHA_SUPPORT_PARALLEL_ENG=y -CONFIG_SOC_SHA_SUPPORT_SHA1=y -CONFIG_SOC_SHA_SUPPORT_SHA256=y -CONFIG_SOC_SHA_SUPPORT_SHA384=y -CONFIG_SOC_SHA_SUPPORT_SHA512=y -CONFIG_SOC_RSA_MAX_BIT_LEN=4096 -CONFIG_SOC_AES_SUPPORT_AES_128=y -CONFIG_SOC_AES_SUPPORT_AES_192=y -CONFIG_SOC_AES_SUPPORT_AES_256=y -CONFIG_SOC_SECURE_BOOT_V1=y -CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS=y -CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX=32 +CONFIG_SOC_UART_SUPPORT_APB_CLK=y +CONFIG_SOC_UART_SUPPORT_RTC_CLK=y +CONFIG_SOC_UART_SUPPORT_XTAL_CLK=y +CONFIG_SOC_UART_SUPPORT_WAKEUP_INT=y +CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND=y +CONFIG_SOC_COEX_HW_PTI=y CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE=21 -CONFIG_SOC_PM_SUPPORT_EXT0_WAKEUP=y -CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP=y -CONFIG_SOC_PM_SUPPORT_EXT_WAKEUP=y -CONFIG_SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP=y -CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD=y -CONFIG_SOC_PM_SUPPORT_RTC_FAST_MEM_PD=y -CONFIG_SOC_PM_SUPPORT_RTC_SLOW_MEM_PD=y +CONFIG_SOC_MAC_BB_PD_MEM_SIZE=192 +CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH=12 +CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_BT_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_CPU_PD=y +CONFIG_SOC_PM_SUPPORT_WIFI_PD=y +CONFIG_SOC_PM_SUPPORT_BT_PD=y CONFIG_SOC_PM_SUPPORT_RC_FAST_PD=y CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD=y -CONFIG_SOC_PM_SUPPORT_MODEM_PD=y -CONFIG_SOC_CONFIGURABLE_VDDSDIO_SUPPORTED=y -CONFIG_SOC_CLK_APLL_SUPPORTED=y -CONFIG_SOC_APLL_MULTIPLIER_OUT_MIN_HZ=350000000 -CONFIG_SOC_APLL_MULTIPLIER_OUT_MAX_HZ=500000000 -CONFIG_SOC_APLL_MIN_HZ=5303031 -CONFIG_SOC_APLL_MAX_HZ=125000000 +CONFIG_SOC_PM_SUPPORT_MAC_BB_PD=y +CONFIG_SOC_PM_CPU_RETENTION_BY_RTCCNTL=y +CONFIG_SOC_PM_MODEM_RETENTION_BY_BACKUPDMA=y +CONFIG_SOC_PM_MODEM_PD_BY_SW=y CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED=y CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256=y CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION=y CONFIG_SOC_CLK_XTAL32K_SUPPORTED=y -CONFIG_SOC_SDMMC_USE_IOMUX=y -CONFIG_SOC_SDMMC_NUM_SLOTS=2 +CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC=y +CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL=y +CONFIG_SOC_WIFI_HW_TSF=y +CONFIG_SOC_WIFI_FTM_SUPPORT=y +CONFIG_SOC_WIFI_GCMP_SUPPORT=y CONFIG_SOC_WIFI_WAPI_SUPPORT=y CONFIG_SOC_WIFI_CSI_SUPPORT=y CONFIG_SOC_WIFI_MESH_SUPPORT=y CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW=y -CONFIG_SOC_WIFI_NAN_SUPPORT=y +CONFIG_SOC_WIFI_PHY_NEEDS_USB_WORKAROUND=y CONFIG_SOC_BLE_SUPPORTED=y CONFIG_SOC_BLE_MESH_SUPPORTED=y -CONFIG_SOC_BT_CLASSIC_SUPPORTED=y +CONFIG_SOC_BLE_50_SUPPORTED=y +CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED=y CONFIG_SOC_BLUFI_SUPPORTED=y -CONFIG_SOC_ULP_HAS_ADC=y CONFIG_SOC_PHY_COMBO_MODULE=y CONFIG_IDF_CMAKE=y -CONFIG_IDF_TARGET_ARCH_XTENSA=y -CONFIG_IDF_TARGET_ARCH="xtensa" -CONFIG_IDF_TARGET="esp32" -CONFIG_IDF_TARGET_ESP32=y -CONFIG_IDF_FIRMWARE_CHIP_ID=0x0000 +CONFIG_IDF_TOOLCHAIN="gcc" +CONFIG_IDF_TOOLCHAIN_GCC=y +CONFIG_IDF_TARGET_ARCH_RISCV=y +CONFIG_IDF_TARGET_ARCH="riscv" +CONFIG_IDF_TARGET="esp32c3" +CONFIG_IDF_INIT_VERSION="5.4.0" +CONFIG_IDF_TARGET_ESP32C3=y +CONFIG_IDF_FIRMWARE_CHIP_ID=0x0005 # # Build type @@ -229,18 +301,28 @@ CONFIG_APP_BUILD_BOOTLOADER=y CONFIG_APP_BUILD_USE_FLASH_SECTIONS=y # CONFIG_APP_REPRODUCIBLE_BUILD is not set # CONFIG_APP_NO_BLOBS is not set -# CONFIG_APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS is not set -# CONFIG_APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS is not set # end of Build type # # Bootloader config # -CONFIG_BOOTLOADER_OFFSET_IN_FLASH=0x1000 + +# +# Bootloader manager +# +CONFIG_BOOTLOADER_COMPILE_TIME_DATE=y +CONFIG_BOOTLOADER_PROJECT_VER=1 +# end of Bootloader manager + +CONFIG_BOOTLOADER_OFFSET_IN_FLASH=0x0 CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG is not set # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF is not set # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE is not set + +# +# Log +# # CONFIG_BOOTLOADER_LOG_LEVEL_NONE is not set # CONFIG_BOOTLOADER_LOG_LEVEL_ERROR is not set # CONFIG_BOOTLOADER_LOG_LEVEL_WARN is not set @@ -248,8 +330,22 @@ CONFIG_BOOTLOADER_LOG_LEVEL_INFO=y # CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG is not set # CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE is not set CONFIG_BOOTLOADER_LOG_LEVEL=3 -# CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_8V is not set -CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V=y + +# +# Format +# +# CONFIG_BOOTLOADER_LOG_COLORS is not set +CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS=y +# end of Format +# end of Log + +# +# Serial Flash Configurations +# +# CONFIG_BOOTLOADER_FLASH_DC_AWARE is not set +CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT=y +# end of Serial Flash Configurations + # CONFIG_BOOTLOADER_FACTORY_RESET is not set # CONFIG_BOOTLOADER_APP_TEST is not set CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE=y @@ -262,16 +358,17 @@ CONFIG_BOOTLOADER_WDT_TIME_MS=9000 # CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS is not set CONFIG_BOOTLOADER_RESERVE_RTC_SIZE=0 # CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC is not set -CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT=y # end of Bootloader config # # Security features # -CONFIG_SECURE_BOOT_V1_SUPPORTED=y +CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED=y +CONFIG_SECURE_BOOT_V2_PREFERRED=y # CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT is not set # CONFIG_SECURE_BOOT is not set # CONFIG_SECURE_FLASH_ENC_ENABLED is not set +CONFIG_SECURE_ROM_DL_MODE_ENABLED=y # end of Security features # @@ -281,16 +378,41 @@ CONFIG_APP_COMPILE_TIME_DATE=y # CONFIG_APP_EXCLUDE_PROJECT_VER_VAR is not set # CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR is not set # CONFIG_APP_PROJECT_VER_FROM_CONFIG is not set -CONFIG_APP_RETRIEVE_LEN_ELF_SHA=16 +CONFIG_APP_RETRIEVE_LEN_ELF_SHA=9 # end of Application manager CONFIG_ESP_ROM_HAS_CRC_LE=y CONFIG_ESP_ROM_HAS_CRC_BE=y CONFIG_ESP_ROM_HAS_MZ_CRC32=y CONFIG_ESP_ROM_HAS_JPEG_DECODE=y -CONFIG_ESP_ROM_HAS_UART_BUF_SWITCH=y +CONFIG_ESP_ROM_UART_CLK_IS_XTAL=y +CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM=3 +CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING=y +CONFIG_ESP_ROM_HAS_ERASE_0_REGION_BUG=y +CONFIG_ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV=y +CONFIG_ESP_ROM_GET_CLK_FREQ=y CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND=y +CONFIG_ESP_ROM_HAS_LAYOUT_TABLE=y +CONFIG_ESP_ROM_HAS_SPI_FLASH=y +CONFIG_ESP_ROM_HAS_ETS_PRINTF_BUG=y +CONFIG_ESP_ROM_HAS_NEWLIB=y CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT=y +CONFIG_ESP_ROM_HAS_NEWLIB_32BIT_TIME=y +CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE=y +CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT=y +CONFIG_ESP_ROM_HAS_SW_FLOAT=y +CONFIG_ESP_ROM_USB_OTG_NUM=-1 +CONFIG_ESP_ROM_HAS_VERSION=y +CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB=y + +# +# Boot ROM Behavior +# +CONFIG_BOOT_ROM_LOG_ALWAYS_ON=y +# CONFIG_BOOT_ROM_LOG_ALWAYS_OFF is not set +# CONFIG_BOOT_ROM_LOG_ON_GPIO_HIGH is not set +# CONFIG_BOOT_ROM_LOG_ON_GPIO_LOW is not set +# end of Boot ROM Behavior # # Serial flasher config @@ -302,11 +424,11 @@ CONFIG_ESPTOOLPY_FLASHMODE_DIO=y # CONFIG_ESPTOOLPY_FLASHMODE_DOUT is not set CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR=y CONFIG_ESPTOOLPY_FLASHMODE="dio" -# CONFIG_ESPTOOLPY_FLASHFREQ_80M is not set -CONFIG_ESPTOOLPY_FLASHFREQ_40M=y +CONFIG_ESPTOOLPY_FLASHFREQ_80M=y +# CONFIG_ESPTOOLPY_FLASHFREQ_40M is not set # CONFIG_ESPTOOLPY_FLASHFREQ_26M is not set # CONFIG_ESPTOOLPY_FLASHFREQ_20M is not set -CONFIG_ESPTOOLPY_FLASHFREQ="40m" +CONFIG_ESPTOOLPY_FLASHFREQ="80m" # CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y # CONFIG_ESPTOOLPY_FLASHSIZE_4MB is not set @@ -332,6 +454,7 @@ CONFIG_ESPTOOLPY_MONITOR_BAUD=115200 CONFIG_PARTITION_TABLE_SINGLE_APP=y # CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set # CONFIG_PARTITION_TABLE_TWO_OTA is not set +# CONFIG_PARTITION_TABLE_TWO_OTA_LARGE is not set # CONFIG_PARTITION_TABLE_CUSTOM is not set CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" CONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp.csv" @@ -343,25 +466,26 @@ CONFIG_PARTITION_TABLE_MD5=y # Example Configuration # CONFIG_ENV_GPIO_RANGE_MIN=0 -CONFIG_ENV_GPIO_RANGE_MAX=39 -CONFIG_ENV_GPIO_IN_RANGE_MAX=39 -CONFIG_ENV_GPIO_OUT_RANGE_MAX=33 -CONFIG_BLINK_LED_GPIO=y -# CONFIG_BLINK_LED_RMT is not set -CONFIG_BLINK_GPIO=5 +CONFIG_ENV_GPIO_RANGE_MAX=19 +CONFIG_ENV_GPIO_IN_RANGE_MAX=19 +CONFIG_ENV_GPIO_OUT_RANGE_MAX=19 +# CONFIG_BLINK_LED_GPIO is not set +CONFIG_BLINK_LED_RMT=y +CONFIG_BLINK_GPIO=8 CONFIG_BLINK_PERIOD=1000 # end of Example Configuration # # Compiler options # -CONFIG_COMPILER_OPTIMIZATION_DEFAULT=y +CONFIG_COMPILER_OPTIMIZATION_DEBUG=y # CONFIG_COMPILER_OPTIMIZATION_SIZE is not set # CONFIG_COMPILER_OPTIMIZATION_PERF is not set # CONFIG_COMPILER_OPTIMIZATION_NONE is not set CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE=y # CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT is not set # CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE is not set +CONFIG_COMPILER_ASSERT_NDEBUG_EVALUATE=y CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB=y CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL=2 # CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT is not set @@ -372,9 +496,19 @@ CONFIG_COMPILER_STACK_CHECK_MODE_NONE=y # CONFIG_COMPILER_STACK_CHECK_MODE_NORM is not set # CONFIG_COMPILER_STACK_CHECK_MODE_STRONG is not set # CONFIG_COMPILER_STACK_CHECK_MODE_ALL is not set +# CONFIG_COMPILER_NO_MERGE_CONSTANTS is not set # CONFIG_COMPILER_WARN_WRITE_STRINGS is not set +# CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS is not set +CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS=y # CONFIG_COMPILER_DISABLE_GCC12_WARNINGS is not set +# CONFIG_COMPILER_DISABLE_GCC13_WARNINGS is not set +# CONFIG_COMPILER_DISABLE_GCC14_WARNINGS is not set # CONFIG_COMPILER_DUMP_RTL_FILES is not set +CONFIG_COMPILER_RT_LIB_GCCLIB=y +CONFIG_COMPILER_RT_LIB_NAME="gcc" +CONFIG_COMPILER_ORPHAN_SECTIONS_WARNING=y +# CONFIG_COMPILER_ORPHAN_SECTIONS_PLACE is not set +# CONFIG_COMPILER_STATIC_ANALYZER is not set # end of Compiler options # @@ -387,7 +521,7 @@ CONFIG_COMPILER_STACK_CHECK_MODE_NONE=y # CONFIG_APPTRACE_DEST_JTAG is not set CONFIG_APPTRACE_DEST_NONE=y # CONFIG_APPTRACE_DEST_UART1 is not set -# CONFIG_APPTRACE_DEST_UART2 is not set +# CONFIG_APPTRACE_DEST_USB_CDC is not set CONFIG_APPTRACE_DEST_UART_NONE=y CONFIG_APPTRACE_UART_TASK_PRIO=1 CONFIG_APPTRACE_LOCK_ENABLE=y @@ -397,122 +531,67 @@ CONFIG_APPTRACE_LOCK_ENABLE=y # Bluetooth # # CONFIG_BT_ENABLED is not set +CONFIG_BT_ALARM_MAX_NUM=50 # end of Bluetooth +# +# Console Library +# +# CONFIG_CONSOLE_SORTED_HELP is not set +# end of Console Library + # # Driver Configurations # # -# Legacy ADC Configuration +# TWAI Configuration +# +# CONFIG_TWAI_ISR_IN_IRAM is not set +CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM=y +# end of TWAI Configuration + +# +# Legacy ADC Driver Configuration # -CONFIG_ADC_DISABLE_DAC=y # CONFIG_ADC_SUPPRESS_DEPRECATE_WARN is not set # # Legacy ADC Calibration Configuration # -CONFIG_ADC_CAL_EFUSE_TP_ENABLE=y -CONFIG_ADC_CAL_EFUSE_VREF_ENABLE=y -CONFIG_ADC_CAL_LUT_ENABLE=y # CONFIG_ADC_CALI_SUPPRESS_DEPRECATE_WARN is not set # end of Legacy ADC Calibration Configuration -# end of Legacy ADC Configuration +# end of Legacy ADC Driver Configuration # -# SPI Configuration +# Legacy Timer Group Driver Configurations # -# CONFIG_SPI_MASTER_IN_IRAM is not set -CONFIG_SPI_MASTER_ISR_IN_IRAM=y -# CONFIG_SPI_SLAVE_IN_IRAM is not set -CONFIG_SPI_SLAVE_ISR_IN_IRAM=y -# end of SPI Configuration - -# -# TWAI Configuration -# -# CONFIG_TWAI_ISR_IN_IRAM is not set -CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC=y -CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST=y -CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID=y -CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT=y -CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM=y -# end of TWAI Configuration - -# -# UART Configuration -# -# CONFIG_UART_ISR_IN_IRAM is not set -# end of UART Configuration - -# -# GPIO Configuration -# -# CONFIG_GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL is not set -# CONFIG_GPIO_CTRL_FUNC_IN_IRAM is not set -# end of GPIO Configuration - -# -# Sigma Delta Modulator Configuration -# -# CONFIG_SDM_CTRL_FUNC_IN_IRAM is not set -# CONFIG_SDM_SUPPRESS_DEPRECATE_WARN is not set -# CONFIG_SDM_ENABLE_DEBUG_LOG is not set -# end of Sigma Delta Modulator Configuration - -# -# GPTimer Configuration -# -CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM=y -# CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM is not set -# CONFIG_GPTIMER_ISR_IRAM_SAFE is not set # CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN is not set -# CONFIG_GPTIMER_ENABLE_DEBUG_LOG is not set -# end of GPTimer Configuration +# end of Legacy Timer Group Driver Configurations # -# PCNT Configuration +# Legacy RMT Driver Configurations # -# CONFIG_PCNT_CTRL_FUNC_IN_IRAM is not set -# CONFIG_PCNT_ISR_IRAM_SAFE is not set -# CONFIG_PCNT_SUPPRESS_DEPRECATE_WARN is not set -# CONFIG_PCNT_ENABLE_DEBUG_LOG is not set -# end of PCNT Configuration - -# -# RMT Configuration -# -# CONFIG_RMT_ISR_IRAM_SAFE is not set # CONFIG_RMT_SUPPRESS_DEPRECATE_WARN is not set -# CONFIG_RMT_ENABLE_DEBUG_LOG is not set -# end of RMT Configuration +# end of Legacy RMT Driver Configurations # -# MCPWM Configuration +# Legacy I2S Driver Configurations # -# CONFIG_MCPWM_ISR_IRAM_SAFE is not set -# CONFIG_MCPWM_CTRL_FUNC_IN_IRAM is not set -# CONFIG_MCPWM_SUPPRESS_DEPRECATE_WARN is not set -# CONFIG_MCPWM_ENABLE_DEBUG_LOG is not set -# end of MCPWM Configuration - -# -# I2S Configuration -# -# CONFIG_I2S_ISR_IRAM_SAFE is not set # CONFIG_I2S_SUPPRESS_DEPRECATE_WARN is not set -# CONFIG_I2S_ENABLE_DEBUG_LOG is not set -# end of I2S Configuration +# end of Legacy I2S Driver Configurations # -# DAC Configuration +# Legacy SDM Driver Configurations # -# CONFIG_DAC_CTRL_FUNC_IN_IRAM is not set -# CONFIG_DAC_ISR_IRAM_SAFE is not set -# CONFIG_DAC_SUPPRESS_DEPRECATE_WARN is not set -# CONFIG_DAC_ENABLE_DEBUG_LOG is not set -CONFIG_DAC_DMA_AUTO_16BIT_ALIGN=y -# end of DAC Configuration +# CONFIG_SDM_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy SDM Driver Configurations + +# +# Legacy Temperature Sensor Driver Configurations +# +# CONFIG_TEMP_SENSOR_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy Temperature Sensor Driver Configurations # end of Driver Configurations # @@ -520,19 +599,18 @@ CONFIG_DAC_DMA_AUTO_16BIT_ALIGN=y # # CONFIG_EFUSE_CUSTOM_TABLE is not set # CONFIG_EFUSE_VIRTUAL is not set -# CONFIG_EFUSE_CODE_SCHEME_COMPAT_NONE is not set -CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4=y -# CONFIG_EFUSE_CODE_SCHEME_COMPAT_REPEAT is not set -CONFIG_EFUSE_MAX_BLK_LEN=192 +CONFIG_EFUSE_MAX_BLK_LEN=256 # end of eFuse Bit Manager # # ESP-TLS # CONFIG_ESP_TLS_USING_MBEDTLS=y -# CONFIG_ESP_TLS_USE_SECURE_ELEMENT is not set +CONFIG_ESP_TLS_USE_DS_PERIPHERAL=y # CONFIG_ESP_TLS_CLIENT_SESSION_TICKETS is not set -# CONFIG_ESP_TLS_SERVER is not set +# CONFIG_ESP_TLS_SERVER_SESSION_TICKETS is not set +# CONFIG_ESP_TLS_SERVER_CERT_SELECT_HOOK is not set +# CONFIG_ESP_TLS_SERVER_MIN_AUTH_MODE_OPTIONAL is not set # CONFIG_ESP_TLS_PSK_VERIFICATION is not set # CONFIG_ESP_TLS_INSECURE is not set # end of ESP-TLS @@ -542,21 +620,17 @@ CONFIG_ESP_TLS_USING_MBEDTLS=y # # CONFIG_ADC_ONESHOT_CTRL_FUNC_IN_IRAM is not set # CONFIG_ADC_CONTINUOUS_ISR_IRAM_SAFE is not set - -# -# ADC Calibration Configurations -# -CONFIG_ADC_CALI_EFUSE_TP_ENABLE=y -CONFIG_ADC_CALI_EFUSE_VREF_ENABLE=y -CONFIG_ADC_CALI_LUT_ENABLE=y -# end of ADC Calibration Configurations - -CONFIG_ADC_DISABLE_DAC_OUTPUT=y +# CONFIG_ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3 is not set +# CONFIG_ADC_ONESHOT_FORCE_USE_ADC2_ON_C3 is not set +# CONFIG_ADC_ENABLE_DEBUG_LOG is not set # end of ADC and ADC Calibration # # Wireless Coexistence # +CONFIG_ESP_COEX_ENABLED=y +# CONFIG_ESP_COEX_EXTERNAL_COEXIST_ENABLE is not set +# CONFIG_ESP_COEX_GPIO_DEBUG is not set # end of Wireless Coexistence # @@ -565,19 +639,88 @@ CONFIG_ADC_DISABLE_DAC_OUTPUT=y CONFIG_ESP_ERR_TO_NAME_LOOKUP=y # end of Common ESP-related +# +# ESP-Driver:GPIO Configurations +# +# CONFIG_GPIO_CTRL_FUNC_IN_IRAM is not set +# end of ESP-Driver:GPIO Configurations + +# +# ESP-Driver:GPTimer Configurations +# +CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM=y +# CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM is not set +# CONFIG_GPTIMER_ISR_IRAM_SAFE is not set +# CONFIG_GPTIMER_ENABLE_DEBUG_LOG is not set +# end of ESP-Driver:GPTimer Configurations + +# +# ESP-Driver:I2C Configurations +# +# CONFIG_I2C_ISR_IRAM_SAFE is not set +# CONFIG_I2C_ENABLE_DEBUG_LOG is not set +# CONFIG_I2C_ENABLE_SLAVE_DRIVER_VERSION_2 is not set +# end of ESP-Driver:I2C Configurations + +# +# ESP-Driver:I2S Configurations +# +# CONFIG_I2S_ISR_IRAM_SAFE is not set +# CONFIG_I2S_ENABLE_DEBUG_LOG is not set +# end of ESP-Driver:I2S Configurations + +# +# ESP-Driver:LEDC Configurations +# +# CONFIG_LEDC_CTRL_FUNC_IN_IRAM is not set +# end of ESP-Driver:LEDC Configurations + +# +# ESP-Driver:RMT Configurations +# +# CONFIG_RMT_ISR_IRAM_SAFE is not set +# CONFIG_RMT_RECV_FUNC_IN_IRAM is not set +# CONFIG_RMT_ENABLE_DEBUG_LOG is not set +# end of ESP-Driver:RMT Configurations + +# +# ESP-Driver:Sigma Delta Modulator Configurations +# +# CONFIG_SDM_CTRL_FUNC_IN_IRAM is not set +# CONFIG_SDM_ENABLE_DEBUG_LOG is not set +# end of ESP-Driver:Sigma Delta Modulator Configurations + +# +# ESP-Driver:SPI Configurations +# +# CONFIG_SPI_MASTER_IN_IRAM is not set +CONFIG_SPI_MASTER_ISR_IN_IRAM=y +# CONFIG_SPI_SLAVE_IN_IRAM is not set +CONFIG_SPI_SLAVE_ISR_IN_IRAM=y +# end of ESP-Driver:SPI Configurations + +# +# ESP-Driver:Temperature Sensor Configurations +# +# CONFIG_TEMP_SENSOR_ENABLE_DEBUG_LOG is not set +# end of ESP-Driver:Temperature Sensor Configurations + +# +# ESP-Driver:UART Configurations +# +# CONFIG_UART_ISR_IN_IRAM is not set +# end of ESP-Driver:UART Configurations + +# +# ESP-Driver:USB Serial/JTAG Configuration +# +CONFIG_USJ_ENABLE_USB_SERIAL_JTAG=y +# end of ESP-Driver:USB Serial/JTAG Configuration + # # Ethernet # CONFIG_ETH_ENABLED=y -CONFIG_ETH_USE_ESP32_EMAC=y -CONFIG_ETH_PHY_INTERFACE_RMII=y -CONFIG_ETH_RMII_CLK_INPUT=y -# CONFIG_ETH_RMII_CLK_OUTPUT is not set -CONFIG_ETH_RMII_CLK_IN_GPIO=0 -CONFIG_ETH_DMA_BUFFER_SIZE=512 -CONFIG_ETH_DMA_RX_BUFFER_NUM=10 -CONFIG_ETH_DMA_TX_BUFFER_NUM=10 -# CONFIG_ETH_IRAM_OPTIMIZATION is not set CONFIG_ETH_USE_SPI_ETHERNET=y # CONFIG_ETH_SPI_ETHERNET_DM9051 is not set # CONFIG_ETH_SPI_ETHERNET_W5500 is not set @@ -597,6 +740,10 @@ CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR=y # # GDB Stub # +CONFIG_ESP_GDBSTUB_ENABLED=y +# CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME is not set +CONFIG_ESP_GDBSTUB_SUPPORT_TASKS=y +CONFIG_ESP_GDBSTUB_MAX_TASKS=32 # end of GDB Stub # @@ -605,6 +752,8 @@ CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR=y CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS=y # CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH is not set # CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH is not set +# CONFIG_ESP_HTTP_CLIENT_ENABLE_CUSTOM_TRANSPORT is not set +CONFIG_ESP_HTTP_CLIENT_EVENT_POST_TIMEOUT=2000 # end of ESP HTTP client # @@ -617,6 +766,7 @@ CONFIG_HTTPD_PURGE_BUF_LEN=32 # CONFIG_HTTPD_LOG_PURGE_DATA is not set # CONFIG_HTTPD_WS_SUPPORT is not set # CONFIG_HTTPD_QUEUE_WORK_BLOCKING is not set +CONFIG_HTTPD_SERVER_EVENT_POST_TIMEOUT=2000 # end of HTTP Server # @@ -624,12 +774,14 @@ CONFIG_HTTPD_PURGE_BUF_LEN=32 # # CONFIG_ESP_HTTPS_OTA_DECRYPT_CB is not set # CONFIG_ESP_HTTPS_OTA_ALLOW_HTTP is not set +CONFIG_ESP_HTTPS_OTA_EVENT_POST_TIMEOUT=2000 # end of ESP HTTPS OTA # # ESP HTTPS server # # CONFIG_ESP_HTTPS_SERVER_ENABLE is not set +CONFIG_ESP_HTTPS_SERVER_EVENT_POST_TIMEOUT=2000 # end of ESP HTTPS server # @@ -639,21 +791,26 @@ CONFIG_HTTPD_PURGE_BUF_LEN=32 # # Chip revision # -CONFIG_ESP32_REV_MIN_0=y -# CONFIG_ESP32_REV_MIN_1 is not set -# CONFIG_ESP32_REV_MIN_1_1 is not set -# CONFIG_ESP32_REV_MIN_2 is not set -# CONFIG_ESP32_REV_MIN_3 is not set -# CONFIG_ESP32_REV_MIN_3_1 is not set -CONFIG_ESP32_REV_MIN=0 -CONFIG_ESP32_REV_MIN_FULL=0 -CONFIG_ESP_REV_MIN_FULL=0 +# CONFIG_ESP32C3_REV_MIN_0 is not set +# CONFIG_ESP32C3_REV_MIN_1 is not set +# CONFIG_ESP32C3_REV_MIN_2 is not set +CONFIG_ESP32C3_REV_MIN_3=y +# CONFIG_ESP32C3_REV_MIN_4 is not set +# CONFIG_ESP32C3_REV_MIN_101 is not set +CONFIG_ESP32C3_REV_MIN_FULL=3 +CONFIG_ESP_REV_MIN_FULL=3 # -# Maximum Supported ESP32 Revision (Rev v3.99) +# Maximum Supported ESP32-C3 Revision (Rev v1.99) +# +CONFIG_ESP32C3_REV_MAX_FULL=199 +CONFIG_ESP_REV_MAX_FULL=199 +CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL=0 +CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL=199 + +# +# Maximum Supported ESP32-C3 eFuse Block Revision (eFuse Block Rev v1.99) # -CONFIG_ESP32_REV_MAX_FULL=399 -CONFIG_ESP_REV_MAX_FULL=399 # end of Chip revision # @@ -664,10 +821,11 @@ CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP=y CONFIG_ESP_MAC_ADDR_UNIVERSE_BT=y CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH=y CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR=y -# CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO is not set -CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR=y -CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES=4 -# CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR is not set +CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES=4 +# CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO is not set +CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR=y +CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES=4 +# CONFIG_ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC is not set # end of MAC Config # @@ -676,9 +834,10 @@ CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES=4 # CONFIG_ESP_SLEEP_POWER_DOWN_FLASH is not set CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND=y # CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU is not set -CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND=y -# CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND is not set -CONFIG_ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY=2000 +CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND=y +CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY=0 +# CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION is not set +# CONFIG_ESP_SLEEP_DEBUG is not set CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS=y # end of Sleep Config @@ -698,42 +857,48 @@ CONFIG_RTC_CLK_CAL_CYCLES=1024 CONFIG_PERIPH_CTRL_FUNC_IN_IRAM=y # end of Peripheral Control +# +# GDMA Configurations +# +CONFIG_GDMA_CTRL_FUNC_IN_IRAM=y +# CONFIG_GDMA_ISR_IRAM_SAFE is not set +# CONFIG_GDMA_ENABLE_DEBUG_LOG is not set +# end of GDMA Configurations + # # Main XTAL Config # -# CONFIG_XTAL_FREQ_26 is not set CONFIG_XTAL_FREQ_40=y -# CONFIG_XTAL_FREQ_AUTO is not set CONFIG_XTAL_FREQ=40 # end of Main XTAL Config + +CONFIG_ESP_SPI_BUS_LOCK_ISR_FUNCS_IN_IRAM=y # end of Hardware Settings # -# LCD and Touch Panel +# ESP-Driver:LCD Controller Configurations # - -# -# LCD Touch Drivers are maintained in the IDF Component Registry -# - -# -# LCD Peripheral Configuration -# -CONFIG_LCD_PANEL_IO_FORMAT_BUF_SIZE=32 # CONFIG_LCD_ENABLE_DEBUG_LOG is not set -# end of LCD Peripheral Configuration -# end of LCD and Touch Panel +# end of ESP-Driver:LCD Controller Configurations + +# +# ESP-MM: Memory Management Configurations +# +# end of ESP-MM: Memory Management Configurations # # ESP NETIF Adapter # CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL=120 +# CONFIG_ESP_NETIF_PROVIDE_CUSTOM_IMPLEMENTATION is not set CONFIG_ESP_NETIF_TCPIP_LWIP=y # CONFIG_ESP_NETIF_LOOPBACK is not set CONFIG_ESP_NETIF_USES_TCPIP_WITH_BSD_API=y +CONFIG_ESP_NETIF_REPORT_DATA_TRAFFIC=y # CONFIG_ESP_NETIF_RECEIVE_REPORT_ERRORS is not set # CONFIG_ESP_NETIF_L2_TAP is not set # CONFIG_ESP_NETIF_BRIDGE_EN is not set +# CONFIG_ESP_NETIF_SET_DNS_PER_DEFAULT_NETIF is not set # end of ESP NETIF Adapter # @@ -744,28 +909,33 @@ CONFIG_ESP_NETIF_USES_TCPIP_WITH_BSD_API=y # # PHY # +CONFIG_ESP_PHY_ENABLED=y CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE=y # CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION is not set CONFIG_ESP_PHY_MAX_WIFI_TX_POWER=20 CONFIG_ESP_PHY_MAX_TX_POWER=20 # CONFIG_ESP_PHY_REDUCE_TX_POWER is not set +CONFIG_ESP_PHY_ENABLE_USB=y +# CONFIG_ESP_PHY_ENABLE_CERT_TEST is not set CONFIG_ESP_PHY_RF_CAL_PARTIAL=y # CONFIG_ESP_PHY_RF_CAL_NONE is not set # CONFIG_ESP_PHY_RF_CAL_FULL is not set CONFIG_ESP_PHY_CALIBRATION_MODE=0 +# CONFIG_ESP_PHY_PLL_TRACK_DEBUG is not set +# CONFIG_ESP_PHY_RECORD_USED_TIME is not set # end of PHY # # Power Management # # CONFIG_PM_ENABLE is not set +# CONFIG_PM_SLP_IRAM_OPT is not set +CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP=y # end of Power Management # # ESP PSRAM # -# CONFIG_SPIRAM is not set -# end of ESP PSRAM # # ESP Ringbuf @@ -773,104 +943,90 @@ CONFIG_ESP_PHY_CALIBRATION_MODE=0 # CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH is not set # end of ESP Ringbuf +# +# ESP Security Specific +# +# end of ESP Security Specific + # # ESP System Settings # # CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80 is not set CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160=y -# CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240 is not set CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ=160 - -# -# Memory -# -# CONFIG_ESP32_USE_FIXED_STATIC_RAM_SIZE is not set - -# -# Non-backward compatible options -# -# CONFIG_ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM is not set -# end of Non-backward compatible options -# end of Memory - -# -# Trace memory -# -# CONFIG_ESP32_TRAX is not set -CONFIG_ESP32_TRACEMEM_RESERVE_DRAM=0x0 -# end of Trace memory - # CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT is not set CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT=y # CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT is not set # CONFIG_ESP_SYSTEM_PANIC_GDBSTUB is not set -# CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME is not set CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS=0 +CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE=y +CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK=y +CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP=y +# CONFIG_ESP_SYSTEM_USE_EH_FRAME is not set # # Memory protection # +CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=y +CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK=y # end of Memory protection CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE=32 CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=2304 CONFIG_ESP_MAIN_TASK_STACK_SIZE=3584 CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0=y -# CONFIG_ESP_MAIN_TASK_AFFINITY_CPU1 is not set # CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY is not set CONFIG_ESP_MAIN_TASK_AFFINITY=0x0 CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE=2048 CONFIG_ESP_CONSOLE_UART_DEFAULT=y +# CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG is not set # CONFIG_ESP_CONSOLE_UART_CUSTOM is not set # CONFIG_ESP_CONSOLE_NONE is not set +# CONFIG_ESP_CONSOLE_SECONDARY_NONE is not set +CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG=y +CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED=y CONFIG_ESP_CONSOLE_UART=y -CONFIG_ESP_CONSOLE_MULTIPLE_UART=y CONFIG_ESP_CONSOLE_UART_NUM=0 +CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM=0 CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200 CONFIG_ESP_INT_WDT=y CONFIG_ESP_INT_WDT_TIMEOUT_MS=300 -CONFIG_ESP_INT_WDT_CHECK_CPU1=y CONFIG_ESP_TASK_WDT_EN=y CONFIG_ESP_TASK_WDT_INIT=y # CONFIG_ESP_TASK_WDT_PANIC is not set CONFIG_ESP_TASK_WDT_TIMEOUT_S=5 CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0=y -CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1=y # CONFIG_ESP_PANIC_HANDLER_IRAM is not set # CONFIG_ESP_DEBUG_STUBS_ENABLE is not set CONFIG_ESP_DEBUG_OCDAWARE=y -# CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_5 is not set CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4=y # # Brownout Detector # CONFIG_ESP_BROWNOUT_DET=y -CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0=y -# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_1 is not set -# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2 is not set -# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3 is not set -# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4 is not set -# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5 is not set +CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7=y # CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6 is not set -# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 is not set -CONFIG_ESP_BROWNOUT_DET_LVL=0 +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2 is not set +CONFIG_ESP_BROWNOUT_DET_LVL=7 # end of Brownout Detector -# CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE is not set CONFIG_ESP_SYSTEM_BROWNOUT_INTR=y +CONFIG_ESP_SYSTEM_HW_STACK_GUARD=y +CONFIG_ESP_SYSTEM_HW_PC_RECORD=y # end of ESP System Settings # # IPC (Inter-Processor Call) # CONFIG_ESP_IPC_TASK_STACK_SIZE=1024 -CONFIG_ESP_IPC_USES_CALLERS_PRIORITY=y -CONFIG_ESP_IPC_ISR_ENABLE=y # end of IPC (Inter-Processor Call) # -# High resolution timer (esp_timer) +# ESP Timer (High Resolution Timer) # # CONFIG_ESP_TIMER_PROFILING is not set CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER=y @@ -880,11 +1036,10 @@ CONFIG_ESP_TIMER_INTERRUPT_LEVEL=1 # CONFIG_ESP_TIMER_SHOW_EXPERIMENTAL is not set CONFIG_ESP_TIMER_TASK_AFFINITY=0x0 CONFIG_ESP_TIMER_TASK_AFFINITY_CPU0=y -CONFIG_ESP_TIMER_ISR_AFFINITY=0x1 CONFIG_ESP_TIMER_ISR_AFFINITY_CPU0=y # CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD is not set -CONFIG_ESP_TIMER_IMPL_TG0_LAC=y -# end of High resolution timer (esp_timer) +CONFIG_ESP_TIMER_IMPL_SYSTIMER=y +# end of ESP Timer (High Resolution Timer) # # Wi-Fi @@ -906,8 +1061,6 @@ CONFIG_ESP_WIFI_TX_BA_WIN=6 CONFIG_ESP_WIFI_AMPDU_RX_ENABLED=y CONFIG_ESP_WIFI_RX_BA_WIN=6 CONFIG_ESP_WIFI_NVS_ENABLED=y -CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_0=y -# CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_1 is not set CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN=752 CONFIG_ESP_WIFI_MGMT_SBUF_NUM=32 CONFIG_ESP_WIFI_IRAM_OPT=y @@ -918,15 +1071,20 @@ CONFIG_ESP_WIFI_ENABLE_SAE_PK=y CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT=y CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA=y # CONFIG_ESP_WIFI_SLP_IRAM_OPT is not set +CONFIG_ESP_WIFI_SLP_DEFAULT_MIN_ACTIVE_TIME=50 +CONFIG_ESP_WIFI_SLP_DEFAULT_MAX_ACTIVE_TIME=10 +CONFIG_ESP_WIFI_SLP_DEFAULT_WAIT_BROADCAST_DATA_TIME=15 +# CONFIG_ESP_WIFI_FTM_ENABLE is not set CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE=y -# CONFIG_ESP_WIFI_GMAC_SUPPORT is not set +# CONFIG_ESP_WIFI_GCMP_SUPPORT is not set +CONFIG_ESP_WIFI_GMAC_SUPPORT=y CONFIG_ESP_WIFI_SOFTAP_SUPPORT=y # CONFIG_ESP_WIFI_SLP_BEACON_LOST_OPT is not set CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM=7 -# CONFIG_ESP_WIFI_NAN_ENABLE is not set CONFIG_ESP_WIFI_MBEDTLS_CRYPTO=y CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT=y # CONFIG_ESP_WIFI_WAPI_PSK is not set +# CONFIG_ESP_WIFI_SUITE_B_192 is not set # CONFIG_ESP_WIFI_11KV_SUPPORT is not set # CONFIG_ESP_WIFI_MBO_SUPPORT is not set # CONFIG_ESP_WIFI_DPP_SUPPORT is not set @@ -943,6 +1101,7 @@ CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT=y # CONFIG_ESP_WIFI_DEBUG_PRINT is not set # CONFIG_ESP_WIFI_TESTING_OPTIONS is not set CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT=y +# CONFIG_ESP_WIFI_ENT_FREE_DYNAMIC_BUFFER is not set # end of Wi-Fi # @@ -989,7 +1148,13 @@ CONFIG_FATFS_FS_LOCK=0 CONFIG_FATFS_TIMEOUT_MS=10000 CONFIG_FATFS_PER_FILE_CACHE=y # CONFIG_FATFS_USE_FASTSEEK is not set +CONFIG_FATFS_USE_STRFUNC_NONE=y +# CONFIG_FATFS_USE_STRFUNC_WITHOUT_CRLF_CONV is not set +# CONFIG_FATFS_USE_STRFUNC_WITH_CRLF_CONV is not set CONFIG_FATFS_VFS_FSTAT_BLKSIZE=0 +# CONFIG_FATFS_IMMEDIATE_FSYNC is not set +# CONFIG_FATFS_USE_LABEL is not set +CONFIG_FATFS_LINK_LOCK=y # end of FAT Filesystem support # @@ -1000,8 +1165,9 @@ CONFIG_FATFS_VFS_FSTAT_BLKSIZE=0 # Kernel # # CONFIG_FREERTOS_SMP is not set -# CONFIG_FREERTOS_UNICORE is not set +CONFIG_FREERTOS_UNICORE=y CONFIG_FREERTOS_HZ=100 +CONFIG_FREERTOS_OPTIMIZED_SCHEDULER=y # CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE is not set # CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL is not set CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY=y @@ -1011,13 +1177,20 @@ CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=1536 # CONFIG_FREERTOS_USE_TICK_HOOK is not set CONFIG_FREERTOS_MAX_TASK_NAME_LEN=16 # CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY is not set +CONFIG_FREERTOS_USE_TIMERS=y +CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME="Tmr Svc" +# CONFIG_FREERTOS_TIMER_TASK_AFFINITY_CPU0 is not set +CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY=y +CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY=0x7FFFFFFF CONFIG_FREERTOS_TIMER_TASK_PRIORITY=1 CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=2048 CONFIG_FREERTOS_TIMER_QUEUE_LENGTH=10 CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE=0 CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES=1 # CONFIG_FREERTOS_USE_TRACE_FACILITY is not set +# CONFIG_FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES is not set # CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS is not set +# CONFIG_FREERTOS_USE_APPLICATION_TASK_TAG is not set # end of Kernel # @@ -1026,24 +1199,31 @@ CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES=1 CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER=y # CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK is not set CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS=y +# CONFIG_FREERTOS_TASK_PRE_DELETION_HOOK is not set # CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP is not set CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER=y CONFIG_FREERTOS_ISR_STACKSIZE=1536 CONFIG_FREERTOS_INTERRUPT_BACKTRACE=y -# CONFIG_FREERTOS_FPU_IN_ISR is not set -CONFIG_FREERTOS_TICK_SUPPORT_CORETIMER=y -CONFIG_FREERTOS_CORETIMER_0=y -# CONFIG_FREERTOS_CORETIMER_1 is not set -CONFIG_FREERTOS_SYSTICK_USES_CCOUNT=y +CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER=y +CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1=y +# CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL3 is not set +CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER=y # CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH is not set -# CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH is not set # CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE is not set -CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT=y # end of Port +# +# Extra +# +# end of Extra + +CONFIG_FREERTOS_PORT=y CONFIG_FREERTOS_NO_AFFINITY=0x7FFFFFFF CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION=y CONFIG_FREERTOS_DEBUG_OCDAWARE=y +CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT=y +CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH=y +CONFIG_FREERTOS_NUMBER_OF_CORES=1 # end of FreeRTOS # @@ -1056,6 +1236,7 @@ CONFIG_HAL_ASSERTION_EQUALS_SYSTEM=y CONFIG_HAL_DEFAULT_ASSERTION_LEVEL=2 CONFIG_HAL_SPI_MASTER_FUNC_IN_IRAM=y CONFIG_HAL_SPI_SLAVE_FUNC_IN_IRAM=y +# CONFIG_HAL_ECDSA_GEN_SIG_CM is not set # end of Hardware Abstraction Layer (HAL) and Low Level (LL) # @@ -1068,15 +1249,17 @@ CONFIG_HEAP_TRACING_OFF=y # CONFIG_HEAP_TRACING_STANDALONE is not set # CONFIG_HEAP_TRACING_TOHOST is not set # CONFIG_HEAP_USE_HOOKS is not set +# CONFIG_HEAP_TASK_TRACKING is not set # CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS is not set # CONFIG_HEAP_PLACE_FUNCTION_INTO_FLASH is not set # end of Heap memory debugging -CONFIG_IEEE802154_CCA_THRESHOLD=-60 -CONFIG_IEEE802154_PENDING_TABLE_SIZE=20 +# +# Log +# # -# Log output +# Log Level # # CONFIG_LOG_DEFAULT_LEVEL_NONE is not set # CONFIG_LOG_DEFAULT_LEVEL_ERROR is not set @@ -1089,14 +1272,34 @@ CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT=y # CONFIG_LOG_MAXIMUM_LEVEL_DEBUG is not set # CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE is not set CONFIG_LOG_MAXIMUM_LEVEL=3 -CONFIG_LOG_COLORS=y + +# +# Level Settings +# +# CONFIG_LOG_MASTER_LEVEL is not set +CONFIG_LOG_DYNAMIC_LEVEL_CONTROL=y +# CONFIG_LOG_TAG_LEVEL_IMPL_NONE is not set +# CONFIG_LOG_TAG_LEVEL_IMPL_LINKED_LIST is not set +CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST=y +# CONFIG_LOG_TAG_LEVEL_CACHE_ARRAY is not set +CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP=y +CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE=31 +# end of Level Settings +# end of Log Level + +# +# Format +# +# CONFIG_LOG_COLORS is not set CONFIG_LOG_TIMESTAMP_SOURCE_RTOS=y # CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM is not set -# end of Log output +# end of Format +# end of Log # # LWIP # +CONFIG_LWIP_ENABLE=y CONFIG_LWIP_LOCAL_HOSTNAME="espressif" # CONFIG_LWIP_NETIF_API is not set CONFIG_LWIP_TCPIP_TASK_PRIO=18 @@ -1108,6 +1311,7 @@ CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES=y # CONFIG_LWIP_EXTRA_IRAM_OPTIMIZATION is not set CONFIG_LWIP_TIMERS_ONDEMAND=y CONFIG_LWIP_ND6=y +# CONFIG_LWIP_FORCE_ROUTER_FORWARDING is not set CONFIG_LWIP_MAX_SOCKETS=10 # CONFIG_LWIP_USE_ONLY_LWIP_SELECT is not set # CONFIG_LWIP_SO_LINGER is not set @@ -1115,6 +1319,7 @@ CONFIG_LWIP_SO_REUSE=y CONFIG_LWIP_SO_REUSE_RXTOALL=y # CONFIG_LWIP_SO_RCVBUF is not set # CONFIG_LWIP_NETBUF_RECVINFO is not set +CONFIG_LWIP_IP_DEFAULT_TTL=64 CONFIG_LWIP_IP4_FRAG=y CONFIG_LWIP_IP6_FRAG=y # CONFIG_LWIP_IP4_REASSEMBLY is not set @@ -1128,6 +1333,8 @@ CONFIG_LWIP_ESP_MLDV6_REPORT=y CONFIG_LWIP_MLDV6_TMR_INTERVAL=40 CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=32 CONFIG_LWIP_DHCP_DOES_ARP_CHECK=y +# CONFIG_LWIP_DHCP_DOES_ACD_CHECK is not set +# CONFIG_LWIP_DHCP_DOES_NOT_CHECK_OFFERED_IP is not set # CONFIG_LWIP_DHCP_DISABLE_CLIENT_ID is not set CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID=y # CONFIG_LWIP_DHCP_RESTORE_LAST_IP is not set @@ -1141,6 +1348,8 @@ CONFIG_LWIP_DHCP_COARSE_TIMER_SECS=1 CONFIG_LWIP_DHCPS=y CONFIG_LWIP_DHCPS_LEASE_UNIT=60 CONFIG_LWIP_DHCPS_MAX_STATION_NUM=8 +CONFIG_LWIP_DHCPS_STATIC_ENTRIES=y +CONFIG_LWIP_DHCPS_ADD_DNS=y # end of DHCP server # CONFIG_LWIP_AUTOIP is not set @@ -1165,10 +1374,13 @@ CONFIG_LWIP_TCP_MSS=1440 CONFIG_LWIP_TCP_TMR_INTERVAL=250 CONFIG_LWIP_TCP_MSL=60000 CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT=20000 -CONFIG_LWIP_TCP_SND_BUF_DEFAULT=5744 -CONFIG_LWIP_TCP_WND_DEFAULT=5744 +CONFIG_LWIP_TCP_SND_BUF_DEFAULT=5760 +CONFIG_LWIP_TCP_WND_DEFAULT=5760 CONFIG_LWIP_TCP_RECVMBOX_SIZE=6 +CONFIG_LWIP_TCP_ACCEPTMBOX_SIZE=6 CONFIG_LWIP_TCP_QUEUE_OOSEQ=y +CONFIG_LWIP_TCP_OOSEQ_TIMEOUT=6 +CONFIG_LWIP_TCP_OOSEQ_MAX_PBUFS=4 # CONFIG_LWIP_TCP_SACK_OUT is not set CONFIG_LWIP_TCP_OVERSIZE_MSS=y # CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS is not set @@ -1194,11 +1406,13 @@ CONFIG_LWIP_CHECKSUM_CHECK_ICMP=y CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=3072 CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY=y # CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0 is not set -# CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU1 is not set CONFIG_LWIP_TCPIP_TASK_AFFINITY=0x7FFFFFFF -# CONFIG_LWIP_PPP_SUPPORT is not set CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE=3 CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS=5 +CONFIG_LWIP_IPV6_ND6_NUM_PREFIXES=5 +CONFIG_LWIP_IPV6_ND6_NUM_ROUTERS=3 +CONFIG_LWIP_IPV6_ND6_NUM_DESTINATIONS=10 +# CONFIG_LWIP_PPP_SUPPORT is not set # CONFIG_LWIP_SLIP_SUPPORT is not set # @@ -1221,8 +1435,19 @@ CONFIG_LWIP_MAX_RAW_PCBS=16 CONFIG_LWIP_SNTP_MAX_SERVERS=1 # CONFIG_LWIP_DHCP_GET_NTP_SRV is not set CONFIG_LWIP_SNTP_UPDATE_DELAY=3600000 +CONFIG_LWIP_SNTP_STARTUP_DELAY=y +CONFIG_LWIP_SNTP_MAXIMUM_STARTUP_DELAY=5000 # end of SNTP +# +# DNS +# +CONFIG_LWIP_DNS_MAX_HOST_IP=1 +CONFIG_LWIP_DNS_MAX_SERVERS=3 +# CONFIG_LWIP_FALLBACK_DNS_SERVER_SUPPORT is not set +# CONFIG_LWIP_DNS_SETSERVER_WITH_NETIF is not set +# end of DNS + CONFIG_LWIP_BRIDGEIF_MAX_PORTS=7 CONFIG_LWIP_ESP_LWIP_ASSERT=y @@ -1244,8 +1469,10 @@ CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE=y CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE=y # CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT is not set # CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM is not set -CONFIG_LWIP_HOOK_IP6_INPUT_NONE=y -# CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT is not set +CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_NONE=y +# CONFIG_LWIP_HOOK_DNS_EXT_RESOLVE_CUSTOM is not set +# CONFIG_LWIP_HOOK_IP6_INPUT_NONE is not set +CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT=y # CONFIG_LWIP_HOOK_IP6_INPUT_CUSTOM is not set # end of Hooks @@ -1283,13 +1510,20 @@ CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=y # CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN is not set # CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE is not set # CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE is not set +# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEPRECATED_LIST is not set CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS=200 # end of Certificate Bundle # CONFIG_MBEDTLS_ECP_RESTARTABLE is not set CONFIG_MBEDTLS_CMAC_C=y CONFIG_MBEDTLS_HARDWARE_AES=y +CONFIG_MBEDTLS_AES_USE_INTERRUPT=y +CONFIG_MBEDTLS_AES_INTERRUPT_LEVEL=0 +CONFIG_MBEDTLS_GCM_SUPPORT_NON_AES_CIPHER=y CONFIG_MBEDTLS_HARDWARE_MPI=y +CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI=y +CONFIG_MBEDTLS_MPI_USE_INTERRUPT=y +CONFIG_MBEDTLS_MPI_INTERRUPT_LEVEL=0 CONFIG_MBEDTLS_HARDWARE_SHA=y CONFIG_MBEDTLS_ROM_MD5=y # CONFIG_MBEDTLS_ATCA_HW_ECDSA_SIGN is not set @@ -1299,6 +1533,7 @@ CONFIG_MBEDTLS_HAVE_TIME=y # CONFIG_MBEDTLS_HAVE_TIME_DATE is not set CONFIG_MBEDTLS_ECDSA_DETERMINISTIC=y CONFIG_MBEDTLS_SHA512_C=y +# CONFIG_MBEDTLS_SHA3_C is not set CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT=y # CONFIG_MBEDTLS_TLS_SERVER_ONLY is not set # CONFIG_MBEDTLS_TLS_CLIENT_ONLY is not set @@ -1352,6 +1587,8 @@ CONFIG_MBEDTLS_X509_CSR_PARSE_C=y # end of Certificates CONFIG_MBEDTLS_ECP_C=y +CONFIG_MBEDTLS_PK_PARSE_EC_EXTENDED=y +CONFIG_MBEDTLS_PK_PARSE_EC_COMPRESSED=y # CONFIG_MBEDTLS_DHM_C is not set CONFIG_MBEDTLS_ECDH_C=y CONFIG_MBEDTLS_ECDSA_C=y @@ -1369,12 +1606,13 @@ CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED=y CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED=y CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED=y CONFIG_MBEDTLS_ECP_NIST_OPTIM=y -CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM=y +# CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM is not set # CONFIG_MBEDTLS_POLY1305_C is not set # CONFIG_MBEDTLS_CHACHA20_C is not set # CONFIG_MBEDTLS_HKDF_C is not set # CONFIG_MBEDTLS_THREADING_C is not set -# CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI is not set +CONFIG_MBEDTLS_ERROR_STRINGS=y +CONFIG_MBEDTLS_FS_IO=y # end of mbedTLS # @@ -1412,7 +1650,9 @@ CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT=y # # NVS # +# CONFIG_NVS_ENCRYPTION is not set # CONFIG_NVS_ASSERT_ERROR_CHECK is not set +# CONFIG_NVS_LEGACY_DUP_KEYS_COMPATIBILITY is not set # end of NVS # @@ -1421,18 +1661,10 @@ CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT=y # CONFIG_OPENTHREAD_ENABLED is not set # -# Thread Operational Dataset +# OpenThread Spinel # -CONFIG_OPENTHREAD_NETWORK_NAME="OpenThread-ESP" -CONFIG_OPENTHREAD_MESH_LOCAL_PREFIX="fd00:db8:a0:0::/64" -CONFIG_OPENTHREAD_NETWORK_CHANNEL=15 -CONFIG_OPENTHREAD_NETWORK_PANID=0x1234 -CONFIG_OPENTHREAD_NETWORK_EXTPANID="dead00beef00cafe" -CONFIG_OPENTHREAD_NETWORK_MASTERKEY="00112233445566778899aabbccddeeff" -CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53" -# end of Thread Operational Dataset - -CONFIG_OPENTHREAD_XTAL_ACCURACY=130 +# CONFIG_OPENTHREAD_SPINEL_ONLY is not set +# end of OpenThread Spinel # end of OpenThread # @@ -1449,9 +1681,6 @@ CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2=y CONFIG_PTHREAD_TASK_PRIO_DEFAULT=5 CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT=3072 CONFIG_PTHREAD_STACK_MIN=768 -CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY=y -# CONFIG_PTHREAD_DEFAULT_CORE_0 is not set -# CONFIG_PTHREAD_DEFAULT_CORE_1 is not set CONFIG_PTHREAD_TASK_CORE_DEFAULT=-1 CONFIG_PTHREAD_TASK_NAME_DEFAULT="pthread" # end of PThreads @@ -1464,16 +1693,40 @@ CONFIG_MMU_PAGE_MODE="64KB" CONFIG_MMU_PAGE_SIZE=0x10000 # end of MMU Config +# +# Main Flash configuration +# + +# +# SPI Flash behavior when brownout +# +CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC=y +CONFIG_SPI_FLASH_BROWNOUT_RESET=y +# end of SPI Flash behavior when brownout + +# +# Optional and Experimental Features (READ DOCS FIRST) +# + +# +# Features here require specific hardware (READ DOCS FIRST!) +# +# CONFIG_SPI_FLASH_AUTO_SUSPEND is not set +CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US=50 +# CONFIG_SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND is not set +# end of Optional and Experimental Features (READ DOCS FIRST) +# end of Main Flash configuration + # # SPI Flash driver # # CONFIG_SPI_FLASH_VERIFY_WRITE is not set # CONFIG_SPI_FLASH_ENABLE_COUNTERS is not set CONFIG_SPI_FLASH_ROM_DRIVER_PATCH=y +# CONFIG_SPI_FLASH_ROM_IMPL is not set CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS=y # CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS is not set # CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED is not set -# CONFIG_SPI_FLASH_SHARE_SPI1_BUS is not set # CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE is not set CONFIG_SPI_FLASH_YIELD_DURING_ERASE=y CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS=20 @@ -1483,13 +1736,6 @@ CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE=8192 # CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED is not set # CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST is not set -# -# SPI Flash behavior when brownout -# -CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC=y -CONFIG_SPI_FLASH_BROWNOUT_RESET=y -# end of SPI Flash behavior when brownout - # # Auto-detect flash chips # @@ -1498,12 +1744,14 @@ CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED=y CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED=y CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED=y CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED=y +CONFIG_SPI_FLASH_VENDOR_BOYA_SUPPORTED=y +CONFIG_SPI_FLASH_VENDOR_TH_SUPPORTED=y CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP=y CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP=y CONFIG_SPI_FLASH_SUPPORT_GD_CHIP=y CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP=y -# CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP is not set -# CONFIG_SPI_FLASH_SUPPORT_TH_CHIP is not set +CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP=y +CONFIG_SPI_FLASH_SUPPORT_TH_CHIP=y # end of Auto-detect flash chips CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE=y @@ -1558,12 +1806,6 @@ CONFIG_WS_BUFFER_SIZE=1024 # end of Websocket # end of TCP Transport -# -# Ultra Low Power (ULP) Co-processor -# -# CONFIG_ULP_COPROC_ENABLED is not set -# end of Ultra Low Power (ULP) Co-processor - # # Unity unit testing library # @@ -1576,11 +1818,6 @@ CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=y # CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL is not set # end of Unity unit testing library -# -# Root Hub configuration -# -# end of Root Hub configuration - # # Virtual file system # @@ -1588,6 +1825,7 @@ CONFIG_VFS_SUPPORT_IO=y CONFIG_VFS_SUPPORT_DIR=y CONFIG_VFS_SUPPORT_SELECT=y CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT=y +# CONFIG_VFS_SELECT_IN_RAM is not set CONFIG_VFS_SUPPORT_TERMIOS=y CONFIG_VFS_MAX_COUNT=8 @@ -1596,6 +1834,8 @@ CONFIG_VFS_MAX_COUNT=8 # CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS=1 # end of Host File System I/O (Semihosting) + +CONFIG_VFS_INITIALIZE_DEV_NULL=y # end of Virtual file system # @@ -1611,7 +1851,6 @@ CONFIG_WL_SECTOR_SIZE=4096 # CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES=16 CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT=30 -# CONFIG_WIFI_PROV_BLE_FORCE_ENCRYPTION is not set CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN=y # CONFIG_WIFI_PROV_STA_FAST_SCAN is not set # end of Wi-Fi Provisioning Manager @@ -1622,9 +1861,6 @@ CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN=y # Deprecated options for backward compatibility # CONFIG_APP_BUILD_TYPE_ELF_RAM is not set # CONFIG_NO_BLOBS is not set -# CONFIG_ESP32_NO_BLOBS is not set -# CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS is not set -# CONFIG_ESP32_COMPATIBLE_PRE_V3_1_BOOTLOADERS is not set # CONFIG_LOG_BOOTLOADER_LEVEL_NONE is not set # CONFIG_LOG_BOOTLOADER_LEVEL_ERROR is not set # CONFIG_LOG_BOOTLOADER_LEVEL_WARN is not set @@ -1641,6 +1877,7 @@ CONFIG_FLASHMODE_DIO=y CONFIG_MONITOR_BAUD=115200 CONFIG_OPTIMIZATION_LEVEL_DEBUG=y CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG=y +CONFIG_COMPILER_OPTIMIZATION_DEFAULT=y # CONFIG_OPTIMIZATION_LEVEL_RELEASE is not set # CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE is not set CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED=y @@ -1656,47 +1893,33 @@ CONFIG_STACK_CHECK_NONE=y # CONFIG_ESP32_APPTRACE_DEST_TRAX is not set CONFIG_ESP32_APPTRACE_DEST_NONE=y CONFIG_ESP32_APPTRACE_LOCK_ENABLE=y -CONFIG_ADC2_DISABLE_DAC=y -# CONFIG_MCPWM_ISR_IN_IRAM is not set +# CONFIG_EXTERNAL_COEX_ENABLE is not set +# CONFIG_ESP_WIFI_EXTERNAL_COEXIST_ENABLE is not set # CONFIG_EVENT_LOOP_PROFILING is not set CONFIG_POST_EVENTS_FROM_ISR=y CONFIG_POST_EVENTS_FROM_IRAM_ISR=y +CONFIG_GDBSTUB_SUPPORT_TASKS=y +CONFIG_GDBSTUB_MAX_TASKS=32 # CONFIG_OTA_ALLOW_HTTP is not set -# CONFIG_TWO_UNIVERSAL_MAC_ADDRESS is not set -CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS=y -CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS=4 # CONFIG_ESP_SYSTEM_PD_FLASH is not set -CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=2000 -CONFIG_ESP32_RTC_CLK_SRC_INT_RC=y -CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC=y -# CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS is not set -# CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL is not set -# CONFIG_ESP32_RTC_CLK_SRC_EXT_OSC is not set -# CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC is not set -# CONFIG_ESP32_RTC_CLK_SRC_INT_8MD256 is not set -# CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256 is not set -CONFIG_ESP32_RTC_CLK_CAL_CYCLES=1024 -# CONFIG_ESP32_XTAL_FREQ_26 is not set -CONFIG_ESP32_XTAL_FREQ_40=y -# CONFIG_ESP32_XTAL_FREQ_AUTO is not set -CONFIG_ESP32_XTAL_FREQ=40 +CONFIG_ESP32C3_LIGHTSLEEP_GPIO_RESET_WORKAROUND=y +CONFIG_ESP32C3_RTC_CLK_SRC_INT_RC=y +# CONFIG_ESP32C3_RTC_CLK_SRC_EXT_CRYS is not set +# CONFIG_ESP32C3_RTC_CLK_SRC_EXT_OSC is not set +# CONFIG_ESP32C3_RTC_CLK_SRC_INT_8MD256 is not set +CONFIG_ESP32C3_RTC_CLK_CAL_CYCLES=1024 CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE=y # CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION is not set CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER=20 CONFIG_ESP32_PHY_MAX_TX_POWER=20 # CONFIG_REDUCE_PHY_TX_POWER is not set # CONFIG_ESP32_REDUCE_PHY_TX_POWER is not set -# CONFIG_SPIRAM_SUPPORT is not set -# CONFIG_ESP32_SPIRAM_SUPPORT is not set -# CONFIG_ESP32_DEFAULT_CPU_FREQ_80 is not set -CONFIG_ESP32_DEFAULT_CPU_FREQ_160=y -# CONFIG_ESP32_DEFAULT_CPU_FREQ_240 is not set -CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=160 -CONFIG_TRACEMEM_RESERVE_DRAM=0x0 -# CONFIG_ESP32_PANIC_PRINT_HALT is not set -CONFIG_ESP32_PANIC_PRINT_REBOOT=y -# CONFIG_ESP32_PANIC_SILENT_REBOOT is not set -# CONFIG_ESP32_PANIC_GDBSTUB is not set +CONFIG_ESP_SYSTEM_PM_POWER_DOWN_CPU=y +# CONFIG_ESP32C3_DEFAULT_CPU_FREQ_80 is not set +CONFIG_ESP32C3_DEFAULT_CPU_FREQ_160=y +CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ=160 +CONFIG_ESP32C3_MEMPROT_FEATURE=y +CONFIG_ESP32C3_MEMPROT_FEATURE_LOCK=y CONFIG_SYSTEM_EVENT_QUEUE_SIZE=32 CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE=2304 CONFIG_MAIN_TASK_STACK_SIZE=3584 @@ -1709,36 +1932,30 @@ CONFIG_CONSOLE_UART_NUM=0 CONFIG_CONSOLE_UART_BAUDRATE=115200 CONFIG_INT_WDT=y CONFIG_INT_WDT_TIMEOUT_MS=300 -CONFIG_INT_WDT_CHECK_CPU1=y CONFIG_TASK_WDT=y CONFIG_ESP_TASK_WDT=y # CONFIG_TASK_WDT_PANIC is not set CONFIG_TASK_WDT_TIMEOUT_S=5 CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0=y -CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1=y # CONFIG_ESP32_DEBUG_STUBS_ENABLE is not set -CONFIG_ESP32_DEBUG_OCDAWARE=y +CONFIG_ESP32C3_DEBUG_OCDAWARE=y CONFIG_BROWNOUT_DET=y -CONFIG_ESP32_BROWNOUT_DET=y -CONFIG_BROWNOUT_DET_LVL_SEL_0=y -CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0=y -# CONFIG_BROWNOUT_DET_LVL_SEL_1 is not set -# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_1 is not set -# CONFIG_BROWNOUT_DET_LVL_SEL_2 is not set -# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_2 is not set -# CONFIG_BROWNOUT_DET_LVL_SEL_3 is not set -# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_3 is not set -# CONFIG_BROWNOUT_DET_LVL_SEL_4 is not set -# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_4 is not set -# CONFIG_BROWNOUT_DET_LVL_SEL_5 is not set -# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_5 is not set +CONFIG_ESP32C3_BROWNOUT_DET=y +CONFIG_ESP32C3_BROWNOUT_DET=y +CONFIG_BROWNOUT_DET_LVL_SEL_7=y +CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_7=y # CONFIG_BROWNOUT_DET_LVL_SEL_6 is not set -# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_6 is not set -# CONFIG_BROWNOUT_DET_LVL_SEL_7 is not set -# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_7 is not set -CONFIG_BROWNOUT_DET_LVL=0 -CONFIG_ESP32_BROWNOUT_DET_LVL=0 -# CONFIG_DISABLE_BASIC_ROM_CONSOLE is not set +# CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_6 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_5 is not set +# CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_5 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_4 is not set +# CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_4 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_3 is not set +# CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_3 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_2 is not set +# CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_2 is not set +CONFIG_BROWNOUT_DET_LVL=7 +CONFIG_ESP32C3_BROWNOUT_DET_LVL=7 CONFIG_IPC_TASK_STACK_SIZE=1024 CONFIG_TIMER_TASK_STACK_SIZE=3584 CONFIG_ESP32_WIFI_ENABLED=y @@ -1756,8 +1973,6 @@ CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED=y CONFIG_ESP32_WIFI_RX_BA_WIN=6 CONFIG_ESP32_WIFI_RX_BA_WIN=6 CONFIG_ESP32_WIFI_NVS_ENABLED=y -CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_0=y -# CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_1 is not set CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN=752 CONFIG_ESP32_WIFI_MGMT_SBUF_NUM=32 CONFIG_ESP32_WIFI_IRAM_OPT=y @@ -1767,6 +1982,7 @@ CONFIG_ESP32_WIFI_ENABLE_WPA3_OWE_STA=y CONFIG_WPA_MBEDTLS_CRYPTO=y CONFIG_WPA_MBEDTLS_TLS_CLIENT=y # CONFIG_WPA_WAPI_PSK is not set +# CONFIG_WPA_SUITE_B_192 is not set # CONFIG_WPA_11KV_SUPPORT is not set # CONFIG_WPA_MBO_SUPPORT is not set # CONFIG_WPA_DPP_SUPPORT is not set @@ -1791,8 +2007,8 @@ CONFIG_TCP_MAXRTX=12 CONFIG_TCP_SYNMAXRTX=12 CONFIG_TCP_MSS=1440 CONFIG_TCP_MSL=60000 -CONFIG_TCP_SND_BUF_DEFAULT=5744 -CONFIG_TCP_WND_DEFAULT=5744 +CONFIG_TCP_SND_BUF_DEFAULT=5760 +CONFIG_TCP_WND_DEFAULT=5760 CONFIG_TCP_RECVMBOX_SIZE=6 CONFIG_TCP_QUEUE_OOSEQ=y CONFIG_TCP_OVERSIZE_MSS=y @@ -1802,27 +2018,20 @@ CONFIG_UDP_RECVMBOX_SIZE=6 CONFIG_TCPIP_TASK_STACK_SIZE=3072 CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY=y # CONFIG_TCPIP_TASK_AFFINITY_CPU0 is not set -# CONFIG_TCPIP_TASK_AFFINITY_CPU1 is not set CONFIG_TCPIP_TASK_AFFINITY=0x7FFFFFFF # CONFIG_PPP_SUPPORT is not set -CONFIG_ESP32_TIME_SYSCALL_USE_RTC_HRT=y -CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1=y -# CONFIG_ESP32_TIME_SYSCALL_USE_RTC is not set -# CONFIG_ESP32_TIME_SYSCALL_USE_HRT is not set -# CONFIG_ESP32_TIME_SYSCALL_USE_FRC1 is not set -# CONFIG_ESP32_TIME_SYSCALL_USE_NONE is not set +CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC_SYSTIMER=y +# CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC is not set +# CONFIG_ESP32C3_TIME_SYSCALL_USE_SYSTIMER is not set +# CONFIG_ESP32C3_TIME_SYSCALL_USE_NONE is not set CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT=5 CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT=3072 CONFIG_ESP32_PTHREAD_STACK_MIN=768 -CONFIG_ESP32_DEFAULT_PTHREAD_CORE_NO_AFFINITY=y -# CONFIG_ESP32_DEFAULT_PTHREAD_CORE_0 is not set -# CONFIG_ESP32_DEFAULT_PTHREAD_CORE_1 is not set CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT=-1 CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT="pthread" CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS=y # CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS is not set # CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED is not set -# CONFIG_ESP32_ULP_COPROC_ENABLED is not set CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT=y CONFIG_SUPPORT_TERMIOS=y CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS=1 diff --git a/ESP32-IDF_ePaper/sdkconfig.old b/ESP32-IDF_ePaper/sdkconfig.old new file mode 100644 index 000000000..8496b4841 --- /dev/null +++ b/ESP32-IDF_ePaper/sdkconfig.old @@ -0,0 +1,1829 @@ +# +# Automatically generated file. DO NOT EDIT. +# Espressif IoT Development Framework (ESP-IDF) 5.1.2 Project Configuration +# +CONFIG_SOC_BROWNOUT_RESET_SUPPORTED="Not determined" +CONFIG_SOC_TWAI_BRP_DIV_SUPPORTED="Not determined" +CONFIG_SOC_DPORT_WORKAROUND="Not determined" +CONFIG_SOC_CAPS_ECO_VER_MAX=301 +CONFIG_SOC_ADC_SUPPORTED=y +CONFIG_SOC_DAC_SUPPORTED=y +CONFIG_SOC_UART_SUPPORTED=y +CONFIG_SOC_MCPWM_SUPPORTED=y +CONFIG_SOC_GPTIMER_SUPPORTED=y +CONFIG_SOC_SDMMC_HOST_SUPPORTED=y +CONFIG_SOC_BT_SUPPORTED=y +CONFIG_SOC_PCNT_SUPPORTED=y +CONFIG_SOC_WIFI_SUPPORTED=y +CONFIG_SOC_SDIO_SLAVE_SUPPORTED=y +CONFIG_SOC_TWAI_SUPPORTED=y +CONFIG_SOC_EMAC_SUPPORTED=y +CONFIG_SOC_ULP_SUPPORTED=y +CONFIG_SOC_CCOMP_TIMER_SUPPORTED=y +CONFIG_SOC_RTC_FAST_MEM_SUPPORTED=y +CONFIG_SOC_RTC_SLOW_MEM_SUPPORTED=y +CONFIG_SOC_RTC_MEM_SUPPORTED=y +CONFIG_SOC_I2S_SUPPORTED=y +CONFIG_SOC_RMT_SUPPORTED=y +CONFIG_SOC_SDM_SUPPORTED=y +CONFIG_SOC_GPSPI_SUPPORTED=y +CONFIG_SOC_LEDC_SUPPORTED=y +CONFIG_SOC_I2C_SUPPORTED=y +CONFIG_SOC_SUPPORT_COEXISTENCE=y +CONFIG_SOC_AES_SUPPORTED=y +CONFIG_SOC_MPI_SUPPORTED=y +CONFIG_SOC_SHA_SUPPORTED=y +CONFIG_SOC_FLASH_ENC_SUPPORTED=y +CONFIG_SOC_SECURE_BOOT_SUPPORTED=y +CONFIG_SOC_TOUCH_SENSOR_SUPPORTED=y +CONFIG_SOC_BOD_SUPPORTED=y +CONFIG_SOC_ULP_FSM_SUPPORTED=y +CONFIG_SOC_DPORT_WORKAROUND_DIS_INTERRUPT_LVL=5 +CONFIG_SOC_XTAL_SUPPORT_26M=y +CONFIG_SOC_XTAL_SUPPORT_40M=y +CONFIG_SOC_XTAL_SUPPORT_AUTO_DETECT=y +CONFIG_SOC_ADC_RTC_CTRL_SUPPORTED=y +CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED=y +CONFIG_SOC_ADC_DMA_SUPPORTED=y +CONFIG_SOC_ADC_PERIPH_NUM=2 +CONFIG_SOC_ADC_MAX_CHANNEL_NUM=10 +CONFIG_SOC_ADC_ATTEN_NUM=4 +CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM=2 +CONFIG_SOC_ADC_PATT_LEN_MAX=16 +CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH=9 +CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH=12 +CONFIG_SOC_ADC_DIGI_RESULT_BYTES=2 +CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV=4 +CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH=2 +CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW=20 +CONFIG_SOC_ADC_RTC_MIN_BITWIDTH=9 +CONFIG_SOC_ADC_RTC_MAX_BITWIDTH=12 +CONFIG_SOC_SHARED_IDCACHE_SUPPORTED=y +CONFIG_SOC_IDCACHE_PER_CORE=y +CONFIG_SOC_CPU_CORES_NUM=2 +CONFIG_SOC_CPU_INTR_NUM=32 +CONFIG_SOC_CPU_HAS_FPU=y +CONFIG_SOC_CPU_BREAKPOINTS_NUM=2 +CONFIG_SOC_CPU_WATCHPOINTS_NUM=2 +CONFIG_SOC_CPU_WATCHPOINT_SIZE=64 +CONFIG_SOC_DAC_CHAN_NUM=2 +CONFIG_SOC_DAC_RESOLUTION=8 +CONFIG_SOC_DAC_DMA_16BIT_ALIGN=y +CONFIG_SOC_GPIO_PORT=1 +CONFIG_SOC_GPIO_PIN_COUNT=40 +CONFIG_SOC_GPIO_VALID_GPIO_MASK=0xFFFFFFFFFF +CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK=0xEF0FEA +CONFIG_SOC_I2C_NUM=2 +CONFIG_SOC_I2C_FIFO_LEN=32 +CONFIG_SOC_I2C_CMD_REG_NUM=16 +CONFIG_SOC_I2C_SUPPORT_SLAVE=y +CONFIG_SOC_I2C_SUPPORT_APB=y +CONFIG_SOC_I2S_NUM=2 +CONFIG_SOC_I2S_HW_VERSION_1=y +CONFIG_SOC_I2S_SUPPORTS_APLL=y +CONFIG_SOC_I2S_SUPPORTS_PLL_F160M=y +CONFIG_SOC_I2S_SUPPORTS_PDM=y +CONFIG_SOC_I2S_SUPPORTS_PDM_TX=y +CONFIG_SOC_I2S_PDM_MAX_TX_LINES=1 +CONFIG_SOC_I2S_SUPPORTS_PDM_RX=y +CONFIG_SOC_I2S_PDM_MAX_RX_LINES=1 +CONFIG_SOC_I2S_SUPPORTS_ADC_DAC=y +CONFIG_SOC_I2S_SUPPORTS_ADC=y +CONFIG_SOC_I2S_SUPPORTS_DAC=y +CONFIG_SOC_I2S_SUPPORTS_LCD_CAMERA=y +CONFIG_SOC_I2S_TRANS_SIZE_ALIGN_WORD=y +CONFIG_SOC_I2S_LCD_I80_VARIANT=y +CONFIG_SOC_LCD_I80_SUPPORTED=y +CONFIG_SOC_LCD_I80_BUSES=2 +CONFIG_SOC_LCD_I80_BUS_WIDTH=24 +CONFIG_SOC_LEDC_HAS_TIMER_SPECIFIC_MUX=y +CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK=y +CONFIG_SOC_LEDC_SUPPORT_REF_TICK=y +CONFIG_SOC_LEDC_SUPPORT_HS_MODE=y +CONFIG_SOC_LEDC_CHANNEL_NUM=8 +CONFIG_SOC_LEDC_TIMER_BIT_WIDTH=20 +CONFIG_SOC_MCPWM_GROUPS=2 +CONFIG_SOC_MCPWM_TIMERS_PER_GROUP=3 +CONFIG_SOC_MCPWM_OPERATORS_PER_GROUP=3 +CONFIG_SOC_MCPWM_COMPARATORS_PER_OPERATOR=2 +CONFIG_SOC_MCPWM_GENERATORS_PER_OPERATOR=2 +CONFIG_SOC_MCPWM_TRIGGERS_PER_OPERATOR=2 +CONFIG_SOC_MCPWM_GPIO_FAULTS_PER_GROUP=3 +CONFIG_SOC_MCPWM_CAPTURE_TIMERS_PER_GROUP=y +CONFIG_SOC_MCPWM_CAPTURE_CHANNELS_PER_TIMER=3 +CONFIG_SOC_MCPWM_GPIO_SYNCHROS_PER_GROUP=3 +CONFIG_SOC_MMU_PERIPH_NUM=2 +CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM=3 +CONFIG_SOC_MPU_MIN_REGION_SIZE=0x20000000 +CONFIG_SOC_MPU_REGIONS_MAX_NUM=8 +CONFIG_SOC_PCNT_GROUPS=1 +CONFIG_SOC_PCNT_UNITS_PER_GROUP=8 +CONFIG_SOC_PCNT_CHANNELS_PER_UNIT=2 +CONFIG_SOC_PCNT_THRES_POINT_PER_UNIT=2 +CONFIG_SOC_RMT_GROUPS=1 +CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP=8 +CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP=8 +CONFIG_SOC_RMT_CHANNELS_PER_GROUP=8 +CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL=64 +CONFIG_SOC_RMT_SUPPORT_REF_TICK=y +CONFIG_SOC_RMT_SUPPORT_APB=y +CONFIG_SOC_RMT_CHANNEL_CLK_INDEPENDENT=y +CONFIG_SOC_RTCIO_PIN_COUNT=18 +CONFIG_SOC_RTCIO_INPUT_OUTPUT_SUPPORTED=y +CONFIG_SOC_RTCIO_HOLD_SUPPORTED=y +CONFIG_SOC_RTCIO_WAKE_SUPPORTED=y +CONFIG_SOC_SDM_GROUPS=1 +CONFIG_SOC_SDM_CHANNELS_PER_GROUP=8 +CONFIG_SOC_SDM_CLK_SUPPORT_APB=y +CONFIG_SOC_SPI_HD_BOTH_INOUT_SUPPORTED=y +CONFIG_SOC_SPI_AS_CS_SUPPORTED=y +CONFIG_SOC_SPI_PERIPH_NUM=3 +CONFIG_SOC_SPI_DMA_CHAN_NUM=2 +CONFIG_SOC_SPI_MAX_CS_NUM=3 +CONFIG_SOC_SPI_SUPPORT_CLK_APB=y +CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE=64 +CONFIG_SOC_SPI_MAX_PRE_DIVIDER=8192 +CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED=y +CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED=y +CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED=y +CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED=y +CONFIG_SOC_TIMER_GROUPS=2 +CONFIG_SOC_TIMER_GROUP_TIMERS_PER_GROUP=2 +CONFIG_SOC_TIMER_GROUP_COUNTER_BIT_WIDTH=64 +CONFIG_SOC_TIMER_GROUP_TOTAL_TIMERS=4 +CONFIG_SOC_TIMER_GROUP_SUPPORT_APB=y +CONFIG_SOC_TOUCH_VERSION_1=y +CONFIG_SOC_TOUCH_SENSOR_NUM=10 +CONFIG_SOC_TOUCH_PAD_MEASURE_WAIT_MAX=0xFF +CONFIG_SOC_TWAI_CONTROLLER_NUM=1 +CONFIG_SOC_TWAI_BRP_MIN=2 +CONFIG_SOC_TWAI_CLK_SUPPORT_APB=y +CONFIG_SOC_TWAI_SUPPORT_MULTI_ADDRESS_LAYOUT=y +CONFIG_SOC_UART_NUM=3 +CONFIG_SOC_UART_SUPPORT_APB_CLK=y +CONFIG_SOC_UART_SUPPORT_REF_TICK=y +CONFIG_SOC_UART_FIFO_LEN=128 +CONFIG_SOC_UART_BITRATE_MAX=5000000 +CONFIG_SOC_SPIRAM_SUPPORTED=y +CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE=y +CONFIG_SOC_SHA_SUPPORT_PARALLEL_ENG=y +CONFIG_SOC_SHA_SUPPORT_SHA1=y +CONFIG_SOC_SHA_SUPPORT_SHA256=y +CONFIG_SOC_SHA_SUPPORT_SHA384=y +CONFIG_SOC_SHA_SUPPORT_SHA512=y +CONFIG_SOC_RSA_MAX_BIT_LEN=4096 +CONFIG_SOC_AES_SUPPORT_AES_128=y +CONFIG_SOC_AES_SUPPORT_AES_192=y +CONFIG_SOC_AES_SUPPORT_AES_256=y +CONFIG_SOC_SECURE_BOOT_V1=y +CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS=y +CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX=32 +CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE=21 +CONFIG_SOC_PM_SUPPORT_EXT0_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_EXT1_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_EXT_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_TOUCH_SENSOR_WAKEUP=y +CONFIG_SOC_PM_SUPPORT_RTC_PERIPH_PD=y +CONFIG_SOC_PM_SUPPORT_RTC_FAST_MEM_PD=y +CONFIG_SOC_PM_SUPPORT_RTC_SLOW_MEM_PD=y +CONFIG_SOC_PM_SUPPORT_RC_FAST_PD=y +CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD=y +CONFIG_SOC_PM_SUPPORT_MODEM_PD=y +CONFIG_SOC_CONFIGURABLE_VDDSDIO_SUPPORTED=y +CONFIG_SOC_CLK_APLL_SUPPORTED=y +CONFIG_SOC_APLL_MULTIPLIER_OUT_MIN_HZ=350000000 +CONFIG_SOC_APLL_MULTIPLIER_OUT_MAX_HZ=500000000 +CONFIG_SOC_APLL_MIN_HZ=5303031 +CONFIG_SOC_APLL_MAX_HZ=125000000 +CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED=y +CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256=y +CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION=y +CONFIG_SOC_CLK_XTAL32K_SUPPORTED=y +CONFIG_SOC_SDMMC_USE_IOMUX=y +CONFIG_SOC_SDMMC_NUM_SLOTS=2 +CONFIG_SOC_WIFI_WAPI_SUPPORT=y +CONFIG_SOC_WIFI_CSI_SUPPORT=y +CONFIG_SOC_WIFI_MESH_SUPPORT=y +CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW=y +CONFIG_SOC_WIFI_NAN_SUPPORT=y +CONFIG_SOC_BLE_SUPPORTED=y +CONFIG_SOC_BLE_MESH_SUPPORTED=y +CONFIG_SOC_BT_CLASSIC_SUPPORTED=y +CONFIG_SOC_BLUFI_SUPPORTED=y +CONFIG_SOC_ULP_HAS_ADC=y +CONFIG_SOC_PHY_COMBO_MODULE=y +CONFIG_IDF_CMAKE=y +CONFIG_IDF_TARGET_ARCH_XTENSA=y +CONFIG_IDF_TARGET_ARCH="xtensa" +CONFIG_IDF_TARGET="esp32" +CONFIG_IDF_TARGET_ESP32=y +CONFIG_IDF_FIRMWARE_CHIP_ID=0x0000 + +# +# Build type +# +CONFIG_APP_BUILD_TYPE_APP_2NDBOOT=y +# CONFIG_APP_BUILD_TYPE_RAM is not set +CONFIG_APP_BUILD_GENERATE_BINARIES=y +CONFIG_APP_BUILD_BOOTLOADER=y +CONFIG_APP_BUILD_USE_FLASH_SECTIONS=y +# CONFIG_APP_REPRODUCIBLE_BUILD is not set +# CONFIG_APP_NO_BLOBS is not set +# CONFIG_APP_COMPATIBLE_PRE_V2_1_BOOTLOADERS is not set +# CONFIG_APP_COMPATIBLE_PRE_V3_1_BOOTLOADERS is not set +# end of Build type + +# +# Bootloader config +# +CONFIG_BOOTLOADER_OFFSET_IN_FLASH=0x1000 +CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y +# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG is not set +# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF is not set +# CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_NONE is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_ERROR is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_WARN is not set +CONFIG_BOOTLOADER_LOG_LEVEL_INFO=y +# CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG is not set +# CONFIG_BOOTLOADER_LOG_LEVEL_VERBOSE is not set +CONFIG_BOOTLOADER_LOG_LEVEL=3 +# CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_8V is not set +CONFIG_BOOTLOADER_VDDSDIO_BOOST_1_9V=y +# CONFIG_BOOTLOADER_FACTORY_RESET is not set +# CONFIG_BOOTLOADER_APP_TEST is not set +CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE=y +CONFIG_BOOTLOADER_WDT_ENABLE=y +# CONFIG_BOOTLOADER_WDT_DISABLE_IN_USER_CODE is not set +CONFIG_BOOTLOADER_WDT_TIME_MS=9000 +# CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON is not set +# CONFIG_BOOTLOADER_SKIP_VALIDATE_ALWAYS is not set +CONFIG_BOOTLOADER_RESERVE_RTC_SIZE=0 +# CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC is not set +CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT=y +# end of Bootloader config + +# +# Security features +# +CONFIG_SECURE_BOOT_V1_SUPPORTED=y +# CONFIG_SECURE_SIGNED_APPS_NO_SECURE_BOOT is not set +# CONFIG_SECURE_BOOT is not set +# CONFIG_SECURE_FLASH_ENC_ENABLED is not set +# end of Security features + +# +# Application manager +# +CONFIG_APP_COMPILE_TIME_DATE=y +# CONFIG_APP_EXCLUDE_PROJECT_VER_VAR is not set +# CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR is not set +# CONFIG_APP_PROJECT_VER_FROM_CONFIG is not set +CONFIG_APP_RETRIEVE_LEN_ELF_SHA=16 +# end of Application manager + +CONFIG_ESP_ROM_HAS_CRC_LE=y +CONFIG_ESP_ROM_HAS_CRC_BE=y +CONFIG_ESP_ROM_HAS_MZ_CRC32=y +CONFIG_ESP_ROM_HAS_JPEG_DECODE=y +CONFIG_ESP_ROM_HAS_UART_BUF_SWITCH=y +CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND=y +CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT=y + +# +# Serial flasher config +# +# CONFIG_ESPTOOLPY_NO_STUB is not set +# CONFIG_ESPTOOLPY_FLASHMODE_QIO is not set +# CONFIG_ESPTOOLPY_FLASHMODE_QOUT is not set +CONFIG_ESPTOOLPY_FLASHMODE_DIO=y +# CONFIG_ESPTOOLPY_FLASHMODE_DOUT is not set +CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR=y +CONFIG_ESPTOOLPY_FLASHMODE="dio" +# CONFIG_ESPTOOLPY_FLASHFREQ_80M is not set +CONFIG_ESPTOOLPY_FLASHFREQ_40M=y +# CONFIG_ESPTOOLPY_FLASHFREQ_26M is not set +# CONFIG_ESPTOOLPY_FLASHFREQ_20M is not set +CONFIG_ESPTOOLPY_FLASHFREQ="40m" +# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set +CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y +# CONFIG_ESPTOOLPY_FLASHSIZE_4MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_32MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_64MB is not set +# CONFIG_ESPTOOLPY_FLASHSIZE_128MB is not set +CONFIG_ESPTOOLPY_FLASHSIZE="2MB" +# CONFIG_ESPTOOLPY_HEADER_FLASHSIZE_UPDATE is not set +CONFIG_ESPTOOLPY_BEFORE_RESET=y +# CONFIG_ESPTOOLPY_BEFORE_NORESET is not set +CONFIG_ESPTOOLPY_BEFORE="default_reset" +CONFIG_ESPTOOLPY_AFTER_RESET=y +# CONFIG_ESPTOOLPY_AFTER_NORESET is not set +CONFIG_ESPTOOLPY_AFTER="hard_reset" +CONFIG_ESPTOOLPY_MONITOR_BAUD=115200 +# end of Serial flasher config + +# +# Partition Table +# +CONFIG_PARTITION_TABLE_SINGLE_APP=y +# CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE is not set +# CONFIG_PARTITION_TABLE_TWO_OTA is not set +# CONFIG_PARTITION_TABLE_CUSTOM is not set +CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" +CONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp.csv" +CONFIG_PARTITION_TABLE_OFFSET=0x8000 +CONFIG_PARTITION_TABLE_MD5=y +# end of Partition Table + +# +# Example Configuration +# +CONFIG_ENV_GPIO_RANGE_MIN=0 +CONFIG_ENV_GPIO_RANGE_MAX=39 +CONFIG_ENV_GPIO_IN_RANGE_MAX=39 +CONFIG_ENV_GPIO_OUT_RANGE_MAX=33 +CONFIG_BLINK_LED_GPIO=y +# CONFIG_BLINK_LED_RMT is not set +CONFIG_BLINK_GPIO=5 +CONFIG_BLINK_PERIOD=1000 +# end of Example Configuration + +# +# Compiler options +# +CONFIG_COMPILER_OPTIMIZATION_DEFAULT=y +# CONFIG_COMPILER_OPTIMIZATION_SIZE is not set +# CONFIG_COMPILER_OPTIMIZATION_PERF is not set +# CONFIG_COMPILER_OPTIMIZATION_NONE is not set +CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE=y +# CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT is not set +# CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE is not set +CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB=y +CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL=2 +# CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT is not set +CONFIG_COMPILER_HIDE_PATHS_MACROS=y +# CONFIG_COMPILER_CXX_EXCEPTIONS is not set +# CONFIG_COMPILER_CXX_RTTI is not set +CONFIG_COMPILER_STACK_CHECK_MODE_NONE=y +# CONFIG_COMPILER_STACK_CHECK_MODE_NORM is not set +# CONFIG_COMPILER_STACK_CHECK_MODE_STRONG is not set +# CONFIG_COMPILER_STACK_CHECK_MODE_ALL is not set +# CONFIG_COMPILER_WARN_WRITE_STRINGS is not set +# CONFIG_COMPILER_DISABLE_GCC12_WARNINGS is not set +# CONFIG_COMPILER_DUMP_RTL_FILES is not set +# end of Compiler options + +# +# Component config +# + +# +# Application Level Tracing +# +# CONFIG_APPTRACE_DEST_JTAG is not set +CONFIG_APPTRACE_DEST_NONE=y +# CONFIG_APPTRACE_DEST_UART1 is not set +# CONFIG_APPTRACE_DEST_UART2 is not set +CONFIG_APPTRACE_DEST_UART_NONE=y +CONFIG_APPTRACE_UART_TASK_PRIO=1 +CONFIG_APPTRACE_LOCK_ENABLE=y +# end of Application Level Tracing + +# +# Bluetooth +# +# CONFIG_BT_ENABLED is not set +# end of Bluetooth + +# +# Driver Configurations +# + +# +# Legacy ADC Configuration +# +CONFIG_ADC_DISABLE_DAC=y +# CONFIG_ADC_SUPPRESS_DEPRECATE_WARN is not set + +# +# Legacy ADC Calibration Configuration +# +CONFIG_ADC_CAL_EFUSE_TP_ENABLE=y +CONFIG_ADC_CAL_EFUSE_VREF_ENABLE=y +CONFIG_ADC_CAL_LUT_ENABLE=y +# CONFIG_ADC_CALI_SUPPRESS_DEPRECATE_WARN is not set +# end of Legacy ADC Calibration Configuration +# end of Legacy ADC Configuration + +# +# SPI Configuration +# +# CONFIG_SPI_MASTER_IN_IRAM is not set +CONFIG_SPI_MASTER_ISR_IN_IRAM=y +# CONFIG_SPI_SLAVE_IN_IRAM is not set +CONFIG_SPI_SLAVE_ISR_IN_IRAM=y +# end of SPI Configuration + +# +# TWAI Configuration +# +# CONFIG_TWAI_ISR_IN_IRAM is not set +CONFIG_TWAI_ERRATA_FIX_BUS_OFF_REC=y +CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST=y +CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID=y +CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT=y +CONFIG_TWAI_ERRATA_FIX_LISTEN_ONLY_DOM=y +# end of TWAI Configuration + +# +# UART Configuration +# +# CONFIG_UART_ISR_IN_IRAM is not set +# end of UART Configuration + +# +# GPIO Configuration +# +# CONFIG_GPIO_ESP32_SUPPORT_SWITCH_SLP_PULL is not set +# CONFIG_GPIO_CTRL_FUNC_IN_IRAM is not set +# end of GPIO Configuration + +# +# Sigma Delta Modulator Configuration +# +# CONFIG_SDM_CTRL_FUNC_IN_IRAM is not set +# CONFIG_SDM_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_SDM_ENABLE_DEBUG_LOG is not set +# end of Sigma Delta Modulator Configuration + +# +# GPTimer Configuration +# +CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM=y +# CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM is not set +# CONFIG_GPTIMER_ISR_IRAM_SAFE is not set +# CONFIG_GPTIMER_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_GPTIMER_ENABLE_DEBUG_LOG is not set +# end of GPTimer Configuration + +# +# PCNT Configuration +# +# CONFIG_PCNT_CTRL_FUNC_IN_IRAM is not set +# CONFIG_PCNT_ISR_IRAM_SAFE is not set +# CONFIG_PCNT_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_PCNT_ENABLE_DEBUG_LOG is not set +# end of PCNT Configuration + +# +# RMT Configuration +# +# CONFIG_RMT_ISR_IRAM_SAFE is not set +# CONFIG_RMT_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_RMT_ENABLE_DEBUG_LOG is not set +# end of RMT Configuration + +# +# MCPWM Configuration +# +# CONFIG_MCPWM_ISR_IRAM_SAFE is not set +# CONFIG_MCPWM_CTRL_FUNC_IN_IRAM is not set +# CONFIG_MCPWM_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_MCPWM_ENABLE_DEBUG_LOG is not set +# end of MCPWM Configuration + +# +# I2S Configuration +# +# CONFIG_I2S_ISR_IRAM_SAFE is not set +# CONFIG_I2S_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_I2S_ENABLE_DEBUG_LOG is not set +# end of I2S Configuration + +# +# DAC Configuration +# +# CONFIG_DAC_CTRL_FUNC_IN_IRAM is not set +# CONFIG_DAC_ISR_IRAM_SAFE is not set +# CONFIG_DAC_SUPPRESS_DEPRECATE_WARN is not set +# CONFIG_DAC_ENABLE_DEBUG_LOG is not set +CONFIG_DAC_DMA_AUTO_16BIT_ALIGN=y +# end of DAC Configuration +# end of Driver Configurations + +# +# eFuse Bit Manager +# +# CONFIG_EFUSE_CUSTOM_TABLE is not set +# CONFIG_EFUSE_VIRTUAL is not set +# CONFIG_EFUSE_CODE_SCHEME_COMPAT_NONE is not set +CONFIG_EFUSE_CODE_SCHEME_COMPAT_3_4=y +# CONFIG_EFUSE_CODE_SCHEME_COMPAT_REPEAT is not set +CONFIG_EFUSE_MAX_BLK_LEN=192 +# end of eFuse Bit Manager + +# +# ESP-TLS +# +CONFIG_ESP_TLS_USING_MBEDTLS=y +# CONFIG_ESP_TLS_USE_SECURE_ELEMENT is not set +# CONFIG_ESP_TLS_CLIENT_SESSION_TICKETS is not set +# CONFIG_ESP_TLS_SERVER is not set +# CONFIG_ESP_TLS_PSK_VERIFICATION is not set +# CONFIG_ESP_TLS_INSECURE is not set +# end of ESP-TLS + +# +# ADC and ADC Calibration +# +# CONFIG_ADC_ONESHOT_CTRL_FUNC_IN_IRAM is not set +# CONFIG_ADC_CONTINUOUS_ISR_IRAM_SAFE is not set + +# +# ADC Calibration Configurations +# +CONFIG_ADC_CALI_EFUSE_TP_ENABLE=y +CONFIG_ADC_CALI_EFUSE_VREF_ENABLE=y +CONFIG_ADC_CALI_LUT_ENABLE=y +# end of ADC Calibration Configurations + +CONFIG_ADC_DISABLE_DAC_OUTPUT=y +# end of ADC and ADC Calibration + +# +# Wireless Coexistence +# +# end of Wireless Coexistence + +# +# Common ESP-related +# +CONFIG_ESP_ERR_TO_NAME_LOOKUP=y +# end of Common ESP-related + +# +# Ethernet +# +CONFIG_ETH_ENABLED=y +CONFIG_ETH_USE_ESP32_EMAC=y +CONFIG_ETH_PHY_INTERFACE_RMII=y +CONFIG_ETH_RMII_CLK_INPUT=y +# CONFIG_ETH_RMII_CLK_OUTPUT is not set +CONFIG_ETH_RMII_CLK_IN_GPIO=0 +CONFIG_ETH_DMA_BUFFER_SIZE=512 +CONFIG_ETH_DMA_RX_BUFFER_NUM=10 +CONFIG_ETH_DMA_TX_BUFFER_NUM=10 +# CONFIG_ETH_IRAM_OPTIMIZATION is not set +CONFIG_ETH_USE_SPI_ETHERNET=y +# CONFIG_ETH_SPI_ETHERNET_DM9051 is not set +# CONFIG_ETH_SPI_ETHERNET_W5500 is not set +# CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL is not set +# CONFIG_ETH_USE_OPENETH is not set +# CONFIG_ETH_TRANSMIT_MUTEX is not set +# end of Ethernet + +# +# Event Loop Library +# +# CONFIG_ESP_EVENT_LOOP_PROFILING is not set +CONFIG_ESP_EVENT_POST_FROM_ISR=y +CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR=y +# end of Event Loop Library + +# +# GDB Stub +# +# end of GDB Stub + +# +# ESP HTTP client +# +CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS=y +# CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH is not set +# CONFIG_ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH is not set +# end of ESP HTTP client + +# +# HTTP Server +# +CONFIG_HTTPD_MAX_REQ_HDR_LEN=512 +CONFIG_HTTPD_MAX_URI_LEN=512 +CONFIG_HTTPD_ERR_RESP_NO_DELAY=y +CONFIG_HTTPD_PURGE_BUF_LEN=32 +# CONFIG_HTTPD_LOG_PURGE_DATA is not set +# CONFIG_HTTPD_WS_SUPPORT is not set +# CONFIG_HTTPD_QUEUE_WORK_BLOCKING is not set +# end of HTTP Server + +# +# ESP HTTPS OTA +# +# CONFIG_ESP_HTTPS_OTA_DECRYPT_CB is not set +# CONFIG_ESP_HTTPS_OTA_ALLOW_HTTP is not set +# end of ESP HTTPS OTA + +# +# ESP HTTPS server +# +# CONFIG_ESP_HTTPS_SERVER_ENABLE is not set +# end of ESP HTTPS server + +# +# Hardware Settings +# + +# +# Chip revision +# +CONFIG_ESP32_REV_MIN_0=y +# CONFIG_ESP32_REV_MIN_1 is not set +# CONFIG_ESP32_REV_MIN_1_1 is not set +# CONFIG_ESP32_REV_MIN_2 is not set +# CONFIG_ESP32_REV_MIN_3 is not set +# CONFIG_ESP32_REV_MIN_3_1 is not set +CONFIG_ESP32_REV_MIN=0 +CONFIG_ESP32_REV_MIN_FULL=0 +CONFIG_ESP_REV_MIN_FULL=0 + +# +# Maximum Supported ESP32 Revision (Rev v3.99) +# +CONFIG_ESP32_REV_MAX_FULL=399 +CONFIG_ESP_REV_MAX_FULL=399 +# end of Chip revision + +# +# MAC Config +# +CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_BT=y +CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH=y +CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR=y +# CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO is not set +CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_FOUR=y +CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES=4 +# CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR is not set +# end of MAC Config + +# +# Sleep Config +# +# CONFIG_ESP_SLEEP_POWER_DOWN_FLASH is not set +CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND=y +# CONFIG_ESP_SLEEP_MSPI_NEED_ALL_IO_PU is not set +CONFIG_ESP_SLEEP_RTC_BUS_ISO_WORKAROUND=y +# CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND is not set +CONFIG_ESP_SLEEP_DEEP_SLEEP_WAKEUP_DELAY=2000 +CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS=y +# end of Sleep Config + +# +# RTC Clock Config +# +CONFIG_RTC_CLK_SRC_INT_RC=y +# CONFIG_RTC_CLK_SRC_EXT_CRYS is not set +# CONFIG_RTC_CLK_SRC_EXT_OSC is not set +# CONFIG_RTC_CLK_SRC_INT_8MD256 is not set +CONFIG_RTC_CLK_CAL_CYCLES=1024 +# end of RTC Clock Config + +# +# Peripheral Control +# +CONFIG_PERIPH_CTRL_FUNC_IN_IRAM=y +# end of Peripheral Control + +# +# Main XTAL Config +# +# CONFIG_XTAL_FREQ_26 is not set +CONFIG_XTAL_FREQ_40=y +# CONFIG_XTAL_FREQ_AUTO is not set +CONFIG_XTAL_FREQ=40 +# end of Main XTAL Config +# end of Hardware Settings + +# +# LCD and Touch Panel +# + +# +# LCD Touch Drivers are maintained in the IDF Component Registry +# + +# +# LCD Peripheral Configuration +# +CONFIG_LCD_PANEL_IO_FORMAT_BUF_SIZE=32 +# CONFIG_LCD_ENABLE_DEBUG_LOG is not set +# end of LCD Peripheral Configuration +# end of LCD and Touch Panel + +# +# ESP NETIF Adapter +# +CONFIG_ESP_NETIF_IP_LOST_TIMER_INTERVAL=120 +CONFIG_ESP_NETIF_TCPIP_LWIP=y +# CONFIG_ESP_NETIF_LOOPBACK is not set +CONFIG_ESP_NETIF_USES_TCPIP_WITH_BSD_API=y +# CONFIG_ESP_NETIF_RECEIVE_REPORT_ERRORS is not set +# CONFIG_ESP_NETIF_L2_TAP is not set +# CONFIG_ESP_NETIF_BRIDGE_EN is not set +# end of ESP NETIF Adapter + +# +# Partition API Configuration +# +# end of Partition API Configuration + +# +# PHY +# +CONFIG_ESP_PHY_CALIBRATION_AND_DATA_STORAGE=y +# CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION is not set +CONFIG_ESP_PHY_MAX_WIFI_TX_POWER=20 +CONFIG_ESP_PHY_MAX_TX_POWER=20 +# CONFIG_ESP_PHY_REDUCE_TX_POWER is not set +CONFIG_ESP_PHY_RF_CAL_PARTIAL=y +# CONFIG_ESP_PHY_RF_CAL_NONE is not set +# CONFIG_ESP_PHY_RF_CAL_FULL is not set +CONFIG_ESP_PHY_CALIBRATION_MODE=0 +# end of PHY + +# +# Power Management +# +# CONFIG_PM_ENABLE is not set +# end of Power Management + +# +# ESP PSRAM +# +# CONFIG_SPIRAM is not set +# end of ESP PSRAM + +# +# ESP Ringbuf +# +# CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH is not set +# end of ESP Ringbuf + +# +# ESP System Settings +# +# CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_80 is not set +CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160=y +# CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240 is not set +CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ=160 + +# +# Memory +# +# CONFIG_ESP32_USE_FIXED_STATIC_RAM_SIZE is not set + +# +# Non-backward compatible options +# +# CONFIG_ESP_SYSTEM_ESP32_SRAM1_REGION_AS_IRAM is not set +# end of Non-backward compatible options +# end of Memory + +# +# Trace memory +# +# CONFIG_ESP32_TRAX is not set +CONFIG_ESP32_TRACEMEM_RESERVE_DRAM=0x0 +# end of Trace memory + +# CONFIG_ESP_SYSTEM_PANIC_PRINT_HALT is not set +CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT=y +# CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT is not set +# CONFIG_ESP_SYSTEM_PANIC_GDBSTUB is not set +# CONFIG_ESP_SYSTEM_GDBSTUB_RUNTIME is not set +CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS=0 + +# +# Memory protection +# +# end of Memory protection + +CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE=32 +CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=2304 +CONFIG_ESP_MAIN_TASK_STACK_SIZE=3584 +CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0=y +# CONFIG_ESP_MAIN_TASK_AFFINITY_CPU1 is not set +# CONFIG_ESP_MAIN_TASK_AFFINITY_NO_AFFINITY is not set +CONFIG_ESP_MAIN_TASK_AFFINITY=0x0 +CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE=2048 +CONFIG_ESP_CONSOLE_UART_DEFAULT=y +# CONFIG_ESP_CONSOLE_UART_CUSTOM is not set +# CONFIG_ESP_CONSOLE_NONE is not set +CONFIG_ESP_CONSOLE_UART=y +CONFIG_ESP_CONSOLE_MULTIPLE_UART=y +CONFIG_ESP_CONSOLE_UART_NUM=0 +CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200 +CONFIG_ESP_INT_WDT=y +CONFIG_ESP_INT_WDT_TIMEOUT_MS=300 +CONFIG_ESP_INT_WDT_CHECK_CPU1=y +CONFIG_ESP_TASK_WDT_EN=y +CONFIG_ESP_TASK_WDT_INIT=y +# CONFIG_ESP_TASK_WDT_PANIC is not set +CONFIG_ESP_TASK_WDT_TIMEOUT_S=5 +CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0=y +CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1=y +# CONFIG_ESP_PANIC_HANDLER_IRAM is not set +# CONFIG_ESP_DEBUG_STUBS_ENABLE is not set +CONFIG_ESP_DEBUG_OCDAWARE=y +# CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_5 is not set +CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4=y + +# +# Brownout Detector +# +CONFIG_ESP_BROWNOUT_DET=y +CONFIG_ESP_BROWNOUT_DET_LVL_SEL_0=y +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_1 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_2 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_3 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_4 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_5 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_6 is not set +# CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 is not set +CONFIG_ESP_BROWNOUT_DET_LVL=0 +# end of Brownout Detector + +# CONFIG_ESP32_DISABLE_BASIC_ROM_CONSOLE is not set +CONFIG_ESP_SYSTEM_BROWNOUT_INTR=y +# end of ESP System Settings + +# +# IPC (Inter-Processor Call) +# +CONFIG_ESP_IPC_TASK_STACK_SIZE=1024 +CONFIG_ESP_IPC_USES_CALLERS_PRIORITY=y +CONFIG_ESP_IPC_ISR_ENABLE=y +# end of IPC (Inter-Processor Call) + +# +# High resolution timer (esp_timer) +# +# CONFIG_ESP_TIMER_PROFILING is not set +CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER=y +CONFIG_ESP_TIME_FUNCS_USE_ESP_TIMER=y +CONFIG_ESP_TIMER_TASK_STACK_SIZE=3584 +CONFIG_ESP_TIMER_INTERRUPT_LEVEL=1 +# CONFIG_ESP_TIMER_SHOW_EXPERIMENTAL is not set +CONFIG_ESP_TIMER_TASK_AFFINITY=0x0 +CONFIG_ESP_TIMER_TASK_AFFINITY_CPU0=y +CONFIG_ESP_TIMER_ISR_AFFINITY=0x1 +CONFIG_ESP_TIMER_ISR_AFFINITY_CPU0=y +# CONFIG_ESP_TIMER_SUPPORTS_ISR_DISPATCH_METHOD is not set +CONFIG_ESP_TIMER_IMPL_TG0_LAC=y +# end of High resolution timer (esp_timer) + +# +# Wi-Fi +# +CONFIG_ESP_WIFI_ENABLED=y +CONFIG_ESP_WIFI_STATIC_RX_BUFFER_NUM=10 +CONFIG_ESP_WIFI_DYNAMIC_RX_BUFFER_NUM=32 +# CONFIG_ESP_WIFI_STATIC_TX_BUFFER is not set +CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER=y +CONFIG_ESP_WIFI_TX_BUFFER_TYPE=1 +CONFIG_ESP_WIFI_DYNAMIC_TX_BUFFER_NUM=32 +CONFIG_ESP_WIFI_STATIC_RX_MGMT_BUFFER=y +# CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUFFER is not set +CONFIG_ESP_WIFI_DYNAMIC_RX_MGMT_BUF=0 +CONFIG_ESP_WIFI_RX_MGMT_BUF_NUM_DEF=5 +# CONFIG_ESP_WIFI_CSI_ENABLED is not set +CONFIG_ESP_WIFI_AMPDU_TX_ENABLED=y +CONFIG_ESP_WIFI_TX_BA_WIN=6 +CONFIG_ESP_WIFI_AMPDU_RX_ENABLED=y +CONFIG_ESP_WIFI_RX_BA_WIN=6 +CONFIG_ESP_WIFI_NVS_ENABLED=y +CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_0=y +# CONFIG_ESP_WIFI_TASK_PINNED_TO_CORE_1 is not set +CONFIG_ESP_WIFI_SOFTAP_BEACON_MAX_LEN=752 +CONFIG_ESP_WIFI_MGMT_SBUF_NUM=32 +CONFIG_ESP_WIFI_IRAM_OPT=y +# CONFIG_ESP_WIFI_EXTRA_IRAM_OPT is not set +CONFIG_ESP_WIFI_RX_IRAM_OPT=y +CONFIG_ESP_WIFI_ENABLE_WPA3_SAE=y +CONFIG_ESP_WIFI_ENABLE_SAE_PK=y +CONFIG_ESP_WIFI_SOFTAP_SAE_SUPPORT=y +CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA=y +# CONFIG_ESP_WIFI_SLP_IRAM_OPT is not set +CONFIG_ESP_WIFI_STA_DISCONNECTED_PM_ENABLE=y +# CONFIG_ESP_WIFI_GMAC_SUPPORT is not set +CONFIG_ESP_WIFI_SOFTAP_SUPPORT=y +# CONFIG_ESP_WIFI_SLP_BEACON_LOST_OPT is not set +CONFIG_ESP_WIFI_ESPNOW_MAX_ENCRYPT_NUM=7 +# CONFIG_ESP_WIFI_NAN_ENABLE is not set +CONFIG_ESP_WIFI_MBEDTLS_CRYPTO=y +CONFIG_ESP_WIFI_MBEDTLS_TLS_CLIENT=y +# CONFIG_ESP_WIFI_WAPI_PSK is not set +# CONFIG_ESP_WIFI_11KV_SUPPORT is not set +# CONFIG_ESP_WIFI_MBO_SUPPORT is not set +# CONFIG_ESP_WIFI_DPP_SUPPORT is not set +# CONFIG_ESP_WIFI_11R_SUPPORT is not set +# CONFIG_ESP_WIFI_WPS_SOFTAP_REGISTRAR is not set + +# +# WPS Configuration Options +# +# CONFIG_ESP_WIFI_WPS_STRICT is not set +# CONFIG_ESP_WIFI_WPS_PASSPHRASE is not set +# end of WPS Configuration Options + +# CONFIG_ESP_WIFI_DEBUG_PRINT is not set +# CONFIG_ESP_WIFI_TESTING_OPTIONS is not set +CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT=y +# end of Wi-Fi + +# +# Core dump +# +# CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH is not set +# CONFIG_ESP_COREDUMP_ENABLE_TO_UART is not set +CONFIG_ESP_COREDUMP_ENABLE_TO_NONE=y +# end of Core dump + +# +# FAT Filesystem support +# +CONFIG_FATFS_VOLUME_COUNT=2 +CONFIG_FATFS_LFN_NONE=y +# CONFIG_FATFS_LFN_HEAP is not set +# CONFIG_FATFS_LFN_STACK is not set +# CONFIG_FATFS_SECTOR_512 is not set +CONFIG_FATFS_SECTOR_4096=y +# CONFIG_FATFS_CODEPAGE_DYNAMIC is not set +CONFIG_FATFS_CODEPAGE_437=y +# CONFIG_FATFS_CODEPAGE_720 is not set +# CONFIG_FATFS_CODEPAGE_737 is not set +# CONFIG_FATFS_CODEPAGE_771 is not set +# CONFIG_FATFS_CODEPAGE_775 is not set +# CONFIG_FATFS_CODEPAGE_850 is not set +# CONFIG_FATFS_CODEPAGE_852 is not set +# CONFIG_FATFS_CODEPAGE_855 is not set +# CONFIG_FATFS_CODEPAGE_857 is not set +# CONFIG_FATFS_CODEPAGE_860 is not set +# CONFIG_FATFS_CODEPAGE_861 is not set +# CONFIG_FATFS_CODEPAGE_862 is not set +# CONFIG_FATFS_CODEPAGE_863 is not set +# CONFIG_FATFS_CODEPAGE_864 is not set +# CONFIG_FATFS_CODEPAGE_865 is not set +# CONFIG_FATFS_CODEPAGE_866 is not set +# CONFIG_FATFS_CODEPAGE_869 is not set +# CONFIG_FATFS_CODEPAGE_932 is not set +# CONFIG_FATFS_CODEPAGE_936 is not set +# CONFIG_FATFS_CODEPAGE_949 is not set +# CONFIG_FATFS_CODEPAGE_950 is not set +CONFIG_FATFS_CODEPAGE=437 +CONFIG_FATFS_FS_LOCK=0 +CONFIG_FATFS_TIMEOUT_MS=10000 +CONFIG_FATFS_PER_FILE_CACHE=y +# CONFIG_FATFS_USE_FASTSEEK is not set +CONFIG_FATFS_VFS_FSTAT_BLKSIZE=0 +# end of FAT Filesystem support + +# +# FreeRTOS +# + +# +# Kernel +# +# CONFIG_FREERTOS_SMP is not set +# CONFIG_FREERTOS_UNICORE is not set +CONFIG_FREERTOS_HZ=100 +# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE is not set +# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL is not set +CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY=y +CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=1 +CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=1536 +# CONFIG_FREERTOS_USE_IDLE_HOOK is not set +# CONFIG_FREERTOS_USE_TICK_HOOK is not set +CONFIG_FREERTOS_MAX_TASK_NAME_LEN=16 +# CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY is not set +CONFIG_FREERTOS_TIMER_TASK_PRIORITY=1 +CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=2048 +CONFIG_FREERTOS_TIMER_QUEUE_LENGTH=10 +CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE=0 +CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES=1 +# CONFIG_FREERTOS_USE_TRACE_FACILITY is not set +# CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS is not set +# end of Kernel + +# +# Port +# +CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER=y +# CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK is not set +CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS=y +# CONFIG_FREERTOS_ENABLE_STATIC_TASK_CLEAN_UP is not set +CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER=y +CONFIG_FREERTOS_ISR_STACKSIZE=1536 +CONFIG_FREERTOS_INTERRUPT_BACKTRACE=y +# CONFIG_FREERTOS_FPU_IN_ISR is not set +CONFIG_FREERTOS_TICK_SUPPORT_CORETIMER=y +CONFIG_FREERTOS_CORETIMER_0=y +# CONFIG_FREERTOS_CORETIMER_1 is not set +CONFIG_FREERTOS_SYSTICK_USES_CCOUNT=y +# CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH is not set +# CONFIG_FREERTOS_PLACE_SNAPSHOT_FUNS_INTO_FLASH is not set +# CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE is not set +CONFIG_FREERTOS_ENABLE_TASK_SNAPSHOT=y +# end of Port + +CONFIG_FREERTOS_NO_AFFINITY=0x7FFFFFFF +CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION=y +CONFIG_FREERTOS_DEBUG_OCDAWARE=y +# end of FreeRTOS + +# +# Hardware Abstraction Layer (HAL) and Low Level (LL) +# +CONFIG_HAL_ASSERTION_EQUALS_SYSTEM=y +# CONFIG_HAL_ASSERTION_DISABLE is not set +# CONFIG_HAL_ASSERTION_SILENT is not set +# CONFIG_HAL_ASSERTION_ENABLE is not set +CONFIG_HAL_DEFAULT_ASSERTION_LEVEL=2 +CONFIG_HAL_SPI_MASTER_FUNC_IN_IRAM=y +CONFIG_HAL_SPI_SLAVE_FUNC_IN_IRAM=y +# end of Hardware Abstraction Layer (HAL) and Low Level (LL) + +# +# Heap memory debugging +# +CONFIG_HEAP_POISONING_DISABLED=y +# CONFIG_HEAP_POISONING_LIGHT is not set +# CONFIG_HEAP_POISONING_COMPREHENSIVE is not set +CONFIG_HEAP_TRACING_OFF=y +# CONFIG_HEAP_TRACING_STANDALONE is not set +# CONFIG_HEAP_TRACING_TOHOST is not set +# CONFIG_HEAP_USE_HOOKS is not set +# CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS is not set +# CONFIG_HEAP_PLACE_FUNCTION_INTO_FLASH is not set +# end of Heap memory debugging + +CONFIG_IEEE802154_CCA_THRESHOLD=-60 +CONFIG_IEEE802154_PENDING_TABLE_SIZE=20 + +# +# Log output +# +# CONFIG_LOG_DEFAULT_LEVEL_NONE is not set +# CONFIG_LOG_DEFAULT_LEVEL_ERROR is not set +# CONFIG_LOG_DEFAULT_LEVEL_WARN is not set +CONFIG_LOG_DEFAULT_LEVEL_INFO=y +# CONFIG_LOG_DEFAULT_LEVEL_DEBUG is not set +# CONFIG_LOG_DEFAULT_LEVEL_VERBOSE is not set +CONFIG_LOG_DEFAULT_LEVEL=3 +CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT=y +# CONFIG_LOG_MAXIMUM_LEVEL_DEBUG is not set +# CONFIG_LOG_MAXIMUM_LEVEL_VERBOSE is not set +CONFIG_LOG_MAXIMUM_LEVEL=3 +CONFIG_LOG_COLORS=y +CONFIG_LOG_TIMESTAMP_SOURCE_RTOS=y +# CONFIG_LOG_TIMESTAMP_SOURCE_SYSTEM is not set +# end of Log output + +# +# LWIP +# +CONFIG_LWIP_LOCAL_HOSTNAME="espressif" +# CONFIG_LWIP_NETIF_API is not set +CONFIG_LWIP_TCPIP_TASK_PRIO=18 +# CONFIG_LWIP_TCPIP_CORE_LOCKING is not set +# CONFIG_LWIP_CHECK_THREAD_SAFETY is not set +CONFIG_LWIP_DNS_SUPPORT_MDNS_QUERIES=y +# CONFIG_LWIP_L2_TO_L3_COPY is not set +# CONFIG_LWIP_IRAM_OPTIMIZATION is not set +# CONFIG_LWIP_EXTRA_IRAM_OPTIMIZATION is not set +CONFIG_LWIP_TIMERS_ONDEMAND=y +CONFIG_LWIP_ND6=y +CONFIG_LWIP_MAX_SOCKETS=10 +# CONFIG_LWIP_USE_ONLY_LWIP_SELECT is not set +# CONFIG_LWIP_SO_LINGER is not set +CONFIG_LWIP_SO_REUSE=y +CONFIG_LWIP_SO_REUSE_RXTOALL=y +# CONFIG_LWIP_SO_RCVBUF is not set +# CONFIG_LWIP_NETBUF_RECVINFO is not set +CONFIG_LWIP_IP4_FRAG=y +CONFIG_LWIP_IP6_FRAG=y +# CONFIG_LWIP_IP4_REASSEMBLY is not set +# CONFIG_LWIP_IP6_REASSEMBLY is not set +CONFIG_LWIP_IP_REASS_MAX_PBUFS=10 +# CONFIG_LWIP_IP_FORWARD is not set +# CONFIG_LWIP_STATS is not set +CONFIG_LWIP_ESP_GRATUITOUS_ARP=y +CONFIG_LWIP_GARP_TMR_INTERVAL=60 +CONFIG_LWIP_ESP_MLDV6_REPORT=y +CONFIG_LWIP_MLDV6_TMR_INTERVAL=40 +CONFIG_LWIP_TCPIP_RECVMBOX_SIZE=32 +CONFIG_LWIP_DHCP_DOES_ARP_CHECK=y +# CONFIG_LWIP_DHCP_DISABLE_CLIENT_ID is not set +CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID=y +# CONFIG_LWIP_DHCP_RESTORE_LAST_IP is not set +CONFIG_LWIP_DHCP_OPTIONS_LEN=68 +CONFIG_LWIP_NUM_NETIF_CLIENT_DATA=0 +CONFIG_LWIP_DHCP_COARSE_TIMER_SECS=1 + +# +# DHCP server +# +CONFIG_LWIP_DHCPS=y +CONFIG_LWIP_DHCPS_LEASE_UNIT=60 +CONFIG_LWIP_DHCPS_MAX_STATION_NUM=8 +# end of DHCP server + +# CONFIG_LWIP_AUTOIP is not set +CONFIG_LWIP_IPV4=y +CONFIG_LWIP_IPV6=y +# CONFIG_LWIP_IPV6_AUTOCONFIG is not set +CONFIG_LWIP_IPV6_NUM_ADDRESSES=3 +# CONFIG_LWIP_IPV6_FORWARD is not set +# CONFIG_LWIP_NETIF_STATUS_CALLBACK is not set +CONFIG_LWIP_NETIF_LOOPBACK=y +CONFIG_LWIP_LOOPBACK_MAX_PBUFS=8 + +# +# TCP +# +CONFIG_LWIP_MAX_ACTIVE_TCP=16 +CONFIG_LWIP_MAX_LISTENING_TCP=16 +CONFIG_LWIP_TCP_HIGH_SPEED_RETRANSMISSION=y +CONFIG_LWIP_TCP_MAXRTX=12 +CONFIG_LWIP_TCP_SYNMAXRTX=12 +CONFIG_LWIP_TCP_MSS=1440 +CONFIG_LWIP_TCP_TMR_INTERVAL=250 +CONFIG_LWIP_TCP_MSL=60000 +CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT=20000 +CONFIG_LWIP_TCP_SND_BUF_DEFAULT=5744 +CONFIG_LWIP_TCP_WND_DEFAULT=5744 +CONFIG_LWIP_TCP_RECVMBOX_SIZE=6 +CONFIG_LWIP_TCP_QUEUE_OOSEQ=y +# CONFIG_LWIP_TCP_SACK_OUT is not set +CONFIG_LWIP_TCP_OVERSIZE_MSS=y +# CONFIG_LWIP_TCP_OVERSIZE_QUARTER_MSS is not set +# CONFIG_LWIP_TCP_OVERSIZE_DISABLE is not set +CONFIG_LWIP_TCP_RTO_TIME=1500 +# end of TCP + +# +# UDP +# +CONFIG_LWIP_MAX_UDP_PCBS=16 +CONFIG_LWIP_UDP_RECVMBOX_SIZE=6 +# end of UDP + +# +# Checksums +# +# CONFIG_LWIP_CHECKSUM_CHECK_IP is not set +# CONFIG_LWIP_CHECKSUM_CHECK_UDP is not set +CONFIG_LWIP_CHECKSUM_CHECK_ICMP=y +# end of Checksums + +CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=3072 +CONFIG_LWIP_TCPIP_TASK_AFFINITY_NO_AFFINITY=y +# CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0 is not set +# CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU1 is not set +CONFIG_LWIP_TCPIP_TASK_AFFINITY=0x7FFFFFFF +# CONFIG_LWIP_PPP_SUPPORT is not set +CONFIG_LWIP_IPV6_MEMP_NUM_ND6_QUEUE=3 +CONFIG_LWIP_IPV6_ND6_NUM_NEIGHBORS=5 +# CONFIG_LWIP_SLIP_SUPPORT is not set + +# +# ICMP +# +CONFIG_LWIP_ICMP=y +# CONFIG_LWIP_MULTICAST_PING is not set +# CONFIG_LWIP_BROADCAST_PING is not set +# end of ICMP + +# +# LWIP RAW API +# +CONFIG_LWIP_MAX_RAW_PCBS=16 +# end of LWIP RAW API + +# +# SNTP +# +CONFIG_LWIP_SNTP_MAX_SERVERS=1 +# CONFIG_LWIP_DHCP_GET_NTP_SRV is not set +CONFIG_LWIP_SNTP_UPDATE_DELAY=3600000 +# end of SNTP + +CONFIG_LWIP_BRIDGEIF_MAX_PORTS=7 +CONFIG_LWIP_ESP_LWIP_ASSERT=y + +# +# Hooks +# +# CONFIG_LWIP_HOOK_TCP_ISN_NONE is not set +CONFIG_LWIP_HOOK_TCP_ISN_DEFAULT=y +# CONFIG_LWIP_HOOK_TCP_ISN_CUSTOM is not set +CONFIG_LWIP_HOOK_IP6_ROUTE_NONE=y +# CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT is not set +# CONFIG_LWIP_HOOK_IP6_ROUTE_CUSTOM is not set +CONFIG_LWIP_HOOK_ND6_GET_GW_NONE=y +# CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT is not set +# CONFIG_LWIP_HOOK_ND6_GET_GW_CUSTOM is not set +CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_NONE=y +# CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_DEFAULT is not set +# CONFIG_LWIP_HOOK_IP6_SELECT_SRC_ADDR_CUSTOM is not set +CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_NONE=y +# CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT is not set +# CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_CUSTOM is not set +CONFIG_LWIP_HOOK_IP6_INPUT_NONE=y +# CONFIG_LWIP_HOOK_IP6_INPUT_DEFAULT is not set +# CONFIG_LWIP_HOOK_IP6_INPUT_CUSTOM is not set +# end of Hooks + +# CONFIG_LWIP_DEBUG is not set +# end of LWIP + +# +# mbedTLS +# +CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC=y +# CONFIG_MBEDTLS_DEFAULT_MEM_ALLOC is not set +# CONFIG_MBEDTLS_CUSTOM_MEM_ALLOC is not set +CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN=y +CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN=16384 +CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN=4096 +# CONFIG_MBEDTLS_DYNAMIC_BUFFER is not set +# CONFIG_MBEDTLS_DEBUG is not set + +# +# mbedTLS v3.x related +# +# CONFIG_MBEDTLS_SSL_PROTO_TLS1_3 is not set +# CONFIG_MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH is not set +# CONFIG_MBEDTLS_X509_TRUSTED_CERT_CALLBACK is not set +# CONFIG_MBEDTLS_SSL_CONTEXT_SERIALIZATION is not set +CONFIG_MBEDTLS_SSL_KEEP_PEER_CERTIFICATE=y +CONFIG_MBEDTLS_PKCS7_C=y +# end of mbedTLS v3.x related + +# +# Certificate Bundle +# +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=y +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=y +# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_CMN is not set +# CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_NONE is not set +# CONFIG_MBEDTLS_CUSTOM_CERTIFICATE_BUNDLE is not set +CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS=200 +# end of Certificate Bundle + +# CONFIG_MBEDTLS_ECP_RESTARTABLE is not set +CONFIG_MBEDTLS_CMAC_C=y +CONFIG_MBEDTLS_HARDWARE_AES=y +CONFIG_MBEDTLS_HARDWARE_MPI=y +CONFIG_MBEDTLS_HARDWARE_SHA=y +CONFIG_MBEDTLS_ROM_MD5=y +# CONFIG_MBEDTLS_ATCA_HW_ECDSA_SIGN is not set +# CONFIG_MBEDTLS_ATCA_HW_ECDSA_VERIFY is not set +CONFIG_MBEDTLS_HAVE_TIME=y +# CONFIG_MBEDTLS_PLATFORM_TIME_ALT is not set +# CONFIG_MBEDTLS_HAVE_TIME_DATE is not set +CONFIG_MBEDTLS_ECDSA_DETERMINISTIC=y +CONFIG_MBEDTLS_SHA512_C=y +CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT=y +# CONFIG_MBEDTLS_TLS_SERVER_ONLY is not set +# CONFIG_MBEDTLS_TLS_CLIENT_ONLY is not set +# CONFIG_MBEDTLS_TLS_DISABLED is not set +CONFIG_MBEDTLS_TLS_SERVER=y +CONFIG_MBEDTLS_TLS_CLIENT=y +CONFIG_MBEDTLS_TLS_ENABLED=y + +# +# TLS Key Exchange Methods +# +# CONFIG_MBEDTLS_PSK_MODES is not set +CONFIG_MBEDTLS_KEY_EXCHANGE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA=y +# end of TLS Key Exchange Methods + +CONFIG_MBEDTLS_SSL_RENEGOTIATION=y +CONFIG_MBEDTLS_SSL_PROTO_TLS1_2=y +# CONFIG_MBEDTLS_SSL_PROTO_GMTSSL1_1 is not set +# CONFIG_MBEDTLS_SSL_PROTO_DTLS is not set +CONFIG_MBEDTLS_SSL_ALPN=y +CONFIG_MBEDTLS_CLIENT_SSL_SESSION_TICKETS=y +CONFIG_MBEDTLS_SERVER_SSL_SESSION_TICKETS=y + +# +# Symmetric Ciphers +# +CONFIG_MBEDTLS_AES_C=y +# CONFIG_MBEDTLS_CAMELLIA_C is not set +# CONFIG_MBEDTLS_DES_C is not set +# CONFIG_MBEDTLS_BLOWFISH_C is not set +# CONFIG_MBEDTLS_XTEA_C is not set +CONFIG_MBEDTLS_CCM_C=y +CONFIG_MBEDTLS_GCM_C=y +# CONFIG_MBEDTLS_NIST_KW_C is not set +# end of Symmetric Ciphers + +# CONFIG_MBEDTLS_RIPEMD160_C is not set + +# +# Certificates +# +CONFIG_MBEDTLS_PEM_PARSE_C=y +CONFIG_MBEDTLS_PEM_WRITE_C=y +CONFIG_MBEDTLS_X509_CRL_PARSE_C=y +CONFIG_MBEDTLS_X509_CSR_PARSE_C=y +# end of Certificates + +CONFIG_MBEDTLS_ECP_C=y +# CONFIG_MBEDTLS_DHM_C is not set +CONFIG_MBEDTLS_ECDH_C=y +CONFIG_MBEDTLS_ECDSA_C=y +# CONFIG_MBEDTLS_ECJPAKE_C is not set +CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED=y +CONFIG_MBEDTLS_ECP_NIST_OPTIM=y +CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM=y +# CONFIG_MBEDTLS_POLY1305_C is not set +# CONFIG_MBEDTLS_CHACHA20_C is not set +# CONFIG_MBEDTLS_HKDF_C is not set +# CONFIG_MBEDTLS_THREADING_C is not set +# CONFIG_MBEDTLS_LARGE_KEY_SOFTWARE_MPI is not set +# end of mbedTLS + +# +# ESP-MQTT Configurations +# +CONFIG_MQTT_PROTOCOL_311=y +# CONFIG_MQTT_PROTOCOL_5 is not set +CONFIG_MQTT_TRANSPORT_SSL=y +CONFIG_MQTT_TRANSPORT_WEBSOCKET=y +CONFIG_MQTT_TRANSPORT_WEBSOCKET_SECURE=y +# CONFIG_MQTT_MSG_ID_INCREMENTAL is not set +# CONFIG_MQTT_SKIP_PUBLISH_IF_DISCONNECTED is not set +# CONFIG_MQTT_REPORT_DELETED_MESSAGES is not set +# CONFIG_MQTT_USE_CUSTOM_CONFIG is not set +# CONFIG_MQTT_TASK_CORE_SELECTION_ENABLED is not set +# CONFIG_MQTT_CUSTOM_OUTBOX is not set +# end of ESP-MQTT Configurations + +# +# Newlib +# +CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF=y +# CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF is not set +# CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR is not set +# CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF is not set +# CONFIG_NEWLIB_STDIN_LINE_ENDING_LF is not set +CONFIG_NEWLIB_STDIN_LINE_ENDING_CR=y +# CONFIG_NEWLIB_NANO_FORMAT is not set +CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT=y +# CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC is not set +# CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT is not set +# CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE is not set +# end of Newlib + +# +# NVS +# +# CONFIG_NVS_ASSERT_ERROR_CHECK is not set +# end of NVS + +# +# OpenThread +# +# CONFIG_OPENTHREAD_ENABLED is not set + +# +# Thread Operational Dataset +# +CONFIG_OPENTHREAD_NETWORK_NAME="OpenThread-ESP" +CONFIG_OPENTHREAD_MESH_LOCAL_PREFIX="fd00:db8:a0:0::/64" +CONFIG_OPENTHREAD_NETWORK_CHANNEL=15 +CONFIG_OPENTHREAD_NETWORK_PANID=0x1234 +CONFIG_OPENTHREAD_NETWORK_EXTPANID="dead00beef00cafe" +CONFIG_OPENTHREAD_NETWORK_MASTERKEY="00112233445566778899aabbccddeeff" +CONFIG_OPENTHREAD_NETWORK_PSKC="104810e2315100afd6bc9215a6bfac53" +# end of Thread Operational Dataset + +CONFIG_OPENTHREAD_XTAL_ACCURACY=130 +# end of OpenThread + +# +# Protocomm +# +CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_0=y +CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_1=y +CONFIG_ESP_PROTOCOMM_SUPPORT_SECURITY_VERSION_2=y +# end of Protocomm + +# +# PThreads +# +CONFIG_PTHREAD_TASK_PRIO_DEFAULT=5 +CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT=3072 +CONFIG_PTHREAD_STACK_MIN=768 +CONFIG_PTHREAD_DEFAULT_CORE_NO_AFFINITY=y +# CONFIG_PTHREAD_DEFAULT_CORE_0 is not set +# CONFIG_PTHREAD_DEFAULT_CORE_1 is not set +CONFIG_PTHREAD_TASK_CORE_DEFAULT=-1 +CONFIG_PTHREAD_TASK_NAME_DEFAULT="pthread" +# end of PThreads + +# +# MMU Config +# +CONFIG_MMU_PAGE_SIZE_64KB=y +CONFIG_MMU_PAGE_MODE="64KB" +CONFIG_MMU_PAGE_SIZE=0x10000 +# end of MMU Config + +# +# SPI Flash driver +# +# CONFIG_SPI_FLASH_VERIFY_WRITE is not set +# CONFIG_SPI_FLASH_ENABLE_COUNTERS is not set +CONFIG_SPI_FLASH_ROM_DRIVER_PATCH=y +CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS=y +# CONFIG_SPI_FLASH_DANGEROUS_WRITE_FAILS is not set +# CONFIG_SPI_FLASH_DANGEROUS_WRITE_ALLOWED is not set +# CONFIG_SPI_FLASH_SHARE_SPI1_BUS is not set +# CONFIG_SPI_FLASH_BYPASS_BLOCK_ERASE is not set +CONFIG_SPI_FLASH_YIELD_DURING_ERASE=y +CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS=20 +CONFIG_SPI_FLASH_ERASE_YIELD_TICKS=1 +CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE=8192 +# CONFIG_SPI_FLASH_SIZE_OVERRIDE is not set +# CONFIG_SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED is not set +# CONFIG_SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST is not set + +# +# SPI Flash behavior when brownout +# +CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC=y +CONFIG_SPI_FLASH_BROWNOUT_RESET=y +# end of SPI Flash behavior when brownout + +# +# Auto-detect flash chips +# +CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORTED=y +CONFIG_SPI_FLASH_VENDOR_GD_SUPPORTED=y +CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORTED=y +CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORTED=y +CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORTED=y +CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP=y +CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP=y +CONFIG_SPI_FLASH_SUPPORT_GD_CHIP=y +CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP=y +# CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP is not set +# CONFIG_SPI_FLASH_SUPPORT_TH_CHIP is not set +# end of Auto-detect flash chips + +CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE=y +# end of SPI Flash driver + +# +# SPIFFS Configuration +# +CONFIG_SPIFFS_MAX_PARTITIONS=3 + +# +# SPIFFS Cache Configuration +# +CONFIG_SPIFFS_CACHE=y +CONFIG_SPIFFS_CACHE_WR=y +# CONFIG_SPIFFS_CACHE_STATS is not set +# end of SPIFFS Cache Configuration + +CONFIG_SPIFFS_PAGE_CHECK=y +CONFIG_SPIFFS_GC_MAX_RUNS=10 +# CONFIG_SPIFFS_GC_STATS is not set +CONFIG_SPIFFS_PAGE_SIZE=256 +CONFIG_SPIFFS_OBJ_NAME_LEN=32 +# CONFIG_SPIFFS_FOLLOW_SYMLINKS is not set +CONFIG_SPIFFS_USE_MAGIC=y +CONFIG_SPIFFS_USE_MAGIC_LENGTH=y +CONFIG_SPIFFS_META_LENGTH=4 +CONFIG_SPIFFS_USE_MTIME=y + +# +# Debug Configuration +# +# CONFIG_SPIFFS_DBG is not set +# CONFIG_SPIFFS_API_DBG is not set +# CONFIG_SPIFFS_GC_DBG is not set +# CONFIG_SPIFFS_CACHE_DBG is not set +# CONFIG_SPIFFS_CHECK_DBG is not set +# CONFIG_SPIFFS_TEST_VISUALISATION is not set +# end of Debug Configuration +# end of SPIFFS Configuration + +# +# TCP Transport +# + +# +# Websocket +# +CONFIG_WS_TRANSPORT=y +CONFIG_WS_BUFFER_SIZE=1024 +# CONFIG_WS_DYNAMIC_BUFFER is not set +# end of Websocket +# end of TCP Transport + +# +# Ultra Low Power (ULP) Co-processor +# +# CONFIG_ULP_COPROC_ENABLED is not set +# end of Ultra Low Power (ULP) Co-processor + +# +# Unity unit testing library +# +CONFIG_UNITY_ENABLE_FLOAT=y +CONFIG_UNITY_ENABLE_DOUBLE=y +# CONFIG_UNITY_ENABLE_64BIT is not set +# CONFIG_UNITY_ENABLE_COLOR is not set +CONFIG_UNITY_ENABLE_IDF_TEST_RUNNER=y +# CONFIG_UNITY_ENABLE_FIXTURE is not set +# CONFIG_UNITY_ENABLE_BACKTRACE_ON_FAIL is not set +# end of Unity unit testing library + +# +# Root Hub configuration +# +# end of Root Hub configuration + +# +# Virtual file system +# +CONFIG_VFS_SUPPORT_IO=y +CONFIG_VFS_SUPPORT_DIR=y +CONFIG_VFS_SUPPORT_SELECT=y +CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT=y +CONFIG_VFS_SUPPORT_TERMIOS=y +CONFIG_VFS_MAX_COUNT=8 + +# +# Host File System I/O (Semihosting) +# +CONFIG_VFS_SEMIHOSTFS_MAX_MOUNT_POINTS=1 +# end of Host File System I/O (Semihosting) +# end of Virtual file system + +# +# Wear Levelling +# +# CONFIG_WL_SECTOR_SIZE_512 is not set +CONFIG_WL_SECTOR_SIZE_4096=y +CONFIG_WL_SECTOR_SIZE=4096 +# end of Wear Levelling + +# +# Wi-Fi Provisioning Manager +# +CONFIG_WIFI_PROV_SCAN_MAX_ENTRIES=16 +CONFIG_WIFI_PROV_AUTOSTOP_TIMEOUT=30 +# CONFIG_WIFI_PROV_BLE_FORCE_ENCRYPTION is not set +CONFIG_WIFI_PROV_STA_ALL_CHANNEL_SCAN=y +# CONFIG_WIFI_PROV_STA_FAST_SCAN is not set +# end of Wi-Fi Provisioning Manager +# end of Component config + +# CONFIG_IDF_EXPERIMENTAL_FEATURES is not set + +# Deprecated options for backward compatibility +# CONFIG_APP_BUILD_TYPE_ELF_RAM is not set +# CONFIG_NO_BLOBS is not set +# CONFIG_ESP32_NO_BLOBS is not set +# CONFIG_ESP32_COMPATIBLE_PRE_V2_1_BOOTLOADERS is not set +# CONFIG_ESP32_COMPATIBLE_PRE_V3_1_BOOTLOADERS is not set +# CONFIG_LOG_BOOTLOADER_LEVEL_NONE is not set +# CONFIG_LOG_BOOTLOADER_LEVEL_ERROR is not set +# CONFIG_LOG_BOOTLOADER_LEVEL_WARN is not set +CONFIG_LOG_BOOTLOADER_LEVEL_INFO=y +# CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG is not set +# CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE is not set +CONFIG_LOG_BOOTLOADER_LEVEL=3 +# CONFIG_APP_ROLLBACK_ENABLE is not set +# CONFIG_FLASH_ENCRYPTION_ENABLED is not set +# CONFIG_FLASHMODE_QIO is not set +# CONFIG_FLASHMODE_QOUT is not set +CONFIG_FLASHMODE_DIO=y +# CONFIG_FLASHMODE_DOUT is not set +CONFIG_MONITOR_BAUD=115200 +CONFIG_OPTIMIZATION_LEVEL_DEBUG=y +CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG=y +# CONFIG_OPTIMIZATION_LEVEL_RELEASE is not set +# CONFIG_COMPILER_OPTIMIZATION_LEVEL_RELEASE is not set +CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED=y +# CONFIG_OPTIMIZATION_ASSERTIONS_SILENT is not set +# CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED is not set +CONFIG_OPTIMIZATION_ASSERTION_LEVEL=2 +# CONFIG_CXX_EXCEPTIONS is not set +CONFIG_STACK_CHECK_NONE=y +# CONFIG_STACK_CHECK_NORM is not set +# CONFIG_STACK_CHECK_STRONG is not set +# CONFIG_STACK_CHECK_ALL is not set +# CONFIG_WARN_WRITE_STRINGS is not set +# CONFIG_ESP32_APPTRACE_DEST_TRAX is not set +CONFIG_ESP32_APPTRACE_DEST_NONE=y +CONFIG_ESP32_APPTRACE_LOCK_ENABLE=y +CONFIG_ADC2_DISABLE_DAC=y +# CONFIG_MCPWM_ISR_IN_IRAM is not set +# CONFIG_EVENT_LOOP_PROFILING is not set +CONFIG_POST_EVENTS_FROM_ISR=y +CONFIG_POST_EVENTS_FROM_IRAM_ISR=y +# CONFIG_OTA_ALLOW_HTTP is not set +# CONFIG_TWO_UNIVERSAL_MAC_ADDRESS is not set +CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS=y +CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS=4 +# CONFIG_ESP_SYSTEM_PD_FLASH is not set +CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=2000 +CONFIG_ESP32_RTC_CLK_SRC_INT_RC=y +CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC=y +# CONFIG_ESP32_RTC_CLK_SRC_EXT_CRYS is not set +# CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL is not set +# CONFIG_ESP32_RTC_CLK_SRC_EXT_OSC is not set +# CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_OSC is not set +# CONFIG_ESP32_RTC_CLK_SRC_INT_8MD256 is not set +# CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_8MD256 is not set +CONFIG_ESP32_RTC_CLK_CAL_CYCLES=1024 +# CONFIG_ESP32_XTAL_FREQ_26 is not set +CONFIG_ESP32_XTAL_FREQ_40=y +# CONFIG_ESP32_XTAL_FREQ_AUTO is not set +CONFIG_ESP32_XTAL_FREQ=40 +CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE=y +# CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION is not set +CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER=20 +CONFIG_ESP32_PHY_MAX_TX_POWER=20 +# CONFIG_REDUCE_PHY_TX_POWER is not set +# CONFIG_ESP32_REDUCE_PHY_TX_POWER is not set +# CONFIG_SPIRAM_SUPPORT is not set +# CONFIG_ESP32_SPIRAM_SUPPORT is not set +# CONFIG_ESP32_DEFAULT_CPU_FREQ_80 is not set +CONFIG_ESP32_DEFAULT_CPU_FREQ_160=y +# CONFIG_ESP32_DEFAULT_CPU_FREQ_240 is not set +CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=160 +CONFIG_TRACEMEM_RESERVE_DRAM=0x0 +# CONFIG_ESP32_PANIC_PRINT_HALT is not set +CONFIG_ESP32_PANIC_PRINT_REBOOT=y +# CONFIG_ESP32_PANIC_SILENT_REBOOT is not set +# CONFIG_ESP32_PANIC_GDBSTUB is not set +CONFIG_SYSTEM_EVENT_QUEUE_SIZE=32 +CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE=2304 +CONFIG_MAIN_TASK_STACK_SIZE=3584 +CONFIG_CONSOLE_UART_DEFAULT=y +# CONFIG_CONSOLE_UART_CUSTOM is not set +# CONFIG_CONSOLE_UART_NONE is not set +# CONFIG_ESP_CONSOLE_UART_NONE is not set +CONFIG_CONSOLE_UART=y +CONFIG_CONSOLE_UART_NUM=0 +CONFIG_CONSOLE_UART_BAUDRATE=115200 +CONFIG_INT_WDT=y +CONFIG_INT_WDT_TIMEOUT_MS=300 +CONFIG_INT_WDT_CHECK_CPU1=y +CONFIG_TASK_WDT=y +CONFIG_ESP_TASK_WDT=y +# CONFIG_TASK_WDT_PANIC is not set +CONFIG_TASK_WDT_TIMEOUT_S=5 +CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0=y +CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1=y +# CONFIG_ESP32_DEBUG_STUBS_ENABLE is not set +CONFIG_ESP32_DEBUG_OCDAWARE=y +CONFIG_BROWNOUT_DET=y +CONFIG_ESP32_BROWNOUT_DET=y +CONFIG_BROWNOUT_DET_LVL_SEL_0=y +CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_0=y +# CONFIG_BROWNOUT_DET_LVL_SEL_1 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_1 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_2 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_2 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_3 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_3 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_4 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_4 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_5 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_5 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_6 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_6 is not set +# CONFIG_BROWNOUT_DET_LVL_SEL_7 is not set +# CONFIG_ESP32_BROWNOUT_DET_LVL_SEL_7 is not set +CONFIG_BROWNOUT_DET_LVL=0 +CONFIG_ESP32_BROWNOUT_DET_LVL=0 +# CONFIG_DISABLE_BASIC_ROM_CONSOLE is not set +CONFIG_IPC_TASK_STACK_SIZE=1024 +CONFIG_TIMER_TASK_STACK_SIZE=3584 +CONFIG_ESP32_WIFI_ENABLED=y +CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM=10 +CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM=32 +# CONFIG_ESP32_WIFI_STATIC_TX_BUFFER is not set +CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER=y +CONFIG_ESP32_WIFI_TX_BUFFER_TYPE=1 +CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM=32 +# CONFIG_ESP32_WIFI_CSI_ENABLED is not set +CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED=y +CONFIG_ESP32_WIFI_TX_BA_WIN=6 +CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED=y +CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED=y +CONFIG_ESP32_WIFI_RX_BA_WIN=6 +CONFIG_ESP32_WIFI_RX_BA_WIN=6 +CONFIG_ESP32_WIFI_NVS_ENABLED=y +CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_0=y +# CONFIG_ESP32_WIFI_TASK_PINNED_TO_CORE_1 is not set +CONFIG_ESP32_WIFI_SOFTAP_BEACON_MAX_LEN=752 +CONFIG_ESP32_WIFI_MGMT_SBUF_NUM=32 +CONFIG_ESP32_WIFI_IRAM_OPT=y +CONFIG_ESP32_WIFI_RX_IRAM_OPT=y +CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE=y +CONFIG_ESP32_WIFI_ENABLE_WPA3_OWE_STA=y +CONFIG_WPA_MBEDTLS_CRYPTO=y +CONFIG_WPA_MBEDTLS_TLS_CLIENT=y +# CONFIG_WPA_WAPI_PSK is not set +# CONFIG_WPA_11KV_SUPPORT is not set +# CONFIG_WPA_MBO_SUPPORT is not set +# CONFIG_WPA_DPP_SUPPORT is not set +# CONFIG_WPA_11R_SUPPORT is not set +# CONFIG_WPA_WPS_SOFTAP_REGISTRAR is not set +# CONFIG_WPA_WPS_STRICT is not set +# CONFIG_WPA_DEBUG_PRINT is not set +# CONFIG_WPA_TESTING_OPTIONS is not set +# CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH is not set +# CONFIG_ESP32_ENABLE_COREDUMP_TO_UART is not set +CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE=y +CONFIG_TIMER_TASK_PRIORITY=1 +CONFIG_TIMER_TASK_STACK_DEPTH=2048 +CONFIG_TIMER_QUEUE_LENGTH=10 +# CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK is not set +# CONFIG_HAL_ASSERTION_SILIENT is not set +# CONFIG_L2_TO_L3_COPY is not set +CONFIG_ESP_GRATUITOUS_ARP=y +CONFIG_GARP_TMR_INTERVAL=60 +CONFIG_TCPIP_RECVMBOX_SIZE=32 +CONFIG_TCP_MAXRTX=12 +CONFIG_TCP_SYNMAXRTX=12 +CONFIG_TCP_MSS=1440 +CONFIG_TCP_MSL=60000 +CONFIG_TCP_SND_BUF_DEFAULT=5744 +CONFIG_TCP_WND_DEFAULT=5744 +CONFIG_TCP_RECVMBOX_SIZE=6 +CONFIG_TCP_QUEUE_OOSEQ=y +CONFIG_TCP_OVERSIZE_MSS=y +# CONFIG_TCP_OVERSIZE_QUARTER_MSS is not set +# CONFIG_TCP_OVERSIZE_DISABLE is not set +CONFIG_UDP_RECVMBOX_SIZE=6 +CONFIG_TCPIP_TASK_STACK_SIZE=3072 +CONFIG_TCPIP_TASK_AFFINITY_NO_AFFINITY=y +# CONFIG_TCPIP_TASK_AFFINITY_CPU0 is not set +# CONFIG_TCPIP_TASK_AFFINITY_CPU1 is not set +CONFIG_TCPIP_TASK_AFFINITY=0x7FFFFFFF +# CONFIG_PPP_SUPPORT is not set +CONFIG_ESP32_TIME_SYSCALL_USE_RTC_HRT=y +CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1=y +# CONFIG_ESP32_TIME_SYSCALL_USE_RTC is not set +# CONFIG_ESP32_TIME_SYSCALL_USE_HRT is not set +# CONFIG_ESP32_TIME_SYSCALL_USE_FRC1 is not set +# CONFIG_ESP32_TIME_SYSCALL_USE_NONE is not set +CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT=5 +CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT=3072 +CONFIG_ESP32_PTHREAD_STACK_MIN=768 +CONFIG_ESP32_DEFAULT_PTHREAD_CORE_NO_AFFINITY=y +# CONFIG_ESP32_DEFAULT_PTHREAD_CORE_0 is not set +# CONFIG_ESP32_DEFAULT_PTHREAD_CORE_1 is not set +CONFIG_ESP32_PTHREAD_TASK_CORE_DEFAULT=-1 +CONFIG_ESP32_PTHREAD_TASK_NAME_DEFAULT="pthread" +CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS=y +# CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS is not set +# CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED is not set +# CONFIG_ESP32_ULP_COPROC_ENABLED is not set +CONFIG_SUPPRESS_SELECT_DEBUG_OUTPUT=y +CONFIG_SUPPORT_TERMIOS=y +CONFIG_SEMIHOSTFS_MAX_MOUNT_POINTS=1 +# End of deprecated options